@charset "UTF-8";
:root {
  --color-header: #003a02;
  --color-header-navigation-link: #fff;
  --color-header-navigation-link-hover: #ff4441;
  --color-first-button: #4dff52;
  --color-first-button-bg: #003A02;
  --color-second-button: #1e1e28;
  --color-second-button-bg: #ff4441;
  --color-body: #000000;
  --color-text: #e3e3e3;
  --color-title: #fff;
  --color-link: #ff4441;
  --color-accent: #043002;
  --color-body-thumb: #043002;
  --color-body-track: #013a00;
  --color-footer: #043002;
  --color-footer-navigation-link: #e3e3e3;
  --color-footer-navigation-link-hover: #ff4441;
  --color-footer-text: #4dff52;
  --color-content-button-bg: #ff4441;
  --color-content-button: #1e1e28;
  --content-button-gradient: #ff4441;
  --color-scroll-to-top: #d33431;
  --color-arrow-scroll-to-top: #e3e3e3;
  --color-table-bg: #022c09;
  --color-table-border: #043002;
  --color-table-th-bg: #d33431;
  --color-table-th-color: var(--color-title);
  --color-table-td-color: #e3e3e3;
  --color-blocks-text-image: #0e2b00;
  --color-faq-item: #043002;
  --color-faq-item-open: #043002;
  --color-faq-item-title: #fff;
  --color-faq-item-title-open: #e3e3e3;
  --color-toc-bg: #043002;
  --color-toc-title: #fff;
  --color-toc-item: #043002;
  --color-toc-item-hover: #4dff52;
  --color-field: #000;
  --color-field-bg: #fff;
  --color-purple: #d33431;
  --green: #0afe87;
  --color-yellow: #ff4441;
  --color-lilac: #4dff52;
  --color-white: #fff;
}

@font-face {
  font-family: Passion One;
  font-display: swap;
  src:
    url(../fonts/PassionOne-Regular.woff2) format("woff2"),
    url(../fonts/PassionOne-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Poppins;
  font-display: swap;
  src:
    url(../fonts/Poppins-Bold.woff2) format("woff2"),
    url(../fonts/Poppins-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Poppins;
  font-display: swap;
  src:
    url(../fonts/Poppins-BoldItalic.woff2) format("woff2"),
    url(../fonts/Poppins-BoldItalic.woff) format("woff");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: Poppins;
  font-display: swap;
  src:
    url(../fonts/Poppins-Medium.woff2) format("woff2"),
    url(../fonts/Poppins-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Poppins;
  font-display: swap;
  src:
    url(../fonts/Poppins-Regular.woff2) format("woff2"),
    url(../fonts/Poppins-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Poppins;
  font-display: swap;
  src:
    url(../fonts/Poppins-SemiBold.woff2) format("woff2"),
    url(../fonts/Poppins-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --ff-primary:
    "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --ff-secondary:
    "Passion One", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

:active,
:focus {
  outline: 0;
}

a:active,
a:focus {
  outline: 0;
}

aside,
footer,
header,
nav {
  display: block;
}

body,
html {
  min-height: 100%;
  width: 100%;
  font-size: 16px;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-track {
  background: var(--color-body-track);
}

body::-webkit-scrollbar-thumb {
  background: var(--color-body-thumb);
  border-radius: 10px;
}

.scroll-top {
  position: fixed;
  bottom: 100px;
  right: 15px;
  z-index: 55;
  opacity: 10;
}

.scroll-top__button {
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: var(--color-scroll-to-top);
  color: var(--color-title);
  text-shadow: 1px 1px 2px #000;
  font-size: 20px;
}

.scroll-top__button svg {
  fill: var(--color-arrow-scroll-to-top);
}

button,
input,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a {
  color: var(--color-link);
}

@media (hover: hover) {
  .btn:hover {
    transform: scale(0.96);
  }

  a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
  margin: 1.5rem 0 1rem 0;
  color: var(--color-title);
  font-family: var(--ff-secondary);
  font-size: 1.875rem;
  font-style: normal;
  line-height: 2.25rem;
  text-transform: uppercase;
}
h3 {
  font-size: 1.5rem;
}
h1 {
  font-size: 2.25rem;
  line-height: 2.75rem;
}

p.wp-block-paragraph {
  margin-top: 1rem;
}

.prefix-container h2:first-child {
  margin-top: 0;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.ad-section-v2 img {
  max-width: 4.25rem;
  max-height: 4.25rem;
  width: 100%;
  object-fit: contain;
}

.item {
  padding: 0.75rem;
  border-radius: 0.75rem;
  background: var(--color-accent);
}

@media (max-width: 768px) {
  .ad-section-v2 {
    display: flex;
    gap: 0.3125rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}

.ad-section-v2 {
  margin-top: 0.625rem;
  position: sticky;
  bottom: 0;
  padding: 0.25rem 0.75rem 0 0.25rem;
  background: #fff;
  display: none;
  justify-content: space-between;
  align-items: center;
  gap: 0.125rem;
}

.page-404__title {
  color: var(--color-text);
  font-size: 100px;
  text-align: center;
  margin: 50px 0 19px 0;
  line-height: 75px;
}

.page-404__subtitle {
  color: var(--color-text);
  font-size: 35px;
  text-align: center;
  margin: 0 0 20px 0;
}

.page-404__link {
  margin: auto;
}

.prefix-breadcrumbs {
  margin-top: 8px;
  width: 100%;
}

.prefix-breadcrumbs-item {
  display: flex;
  align-items: center;
  gap: 4px;
}

.prefix-breadcrumbs__list {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin: 0.5rem 0;
}

.prefix-breadcrumbs-item {
  text-align: left;
  color: var(--color-text);
}

.prefix-breadcrumbs-item-second {
  text-align: left;
  color: var(--color-lilac, #ff4441);
}

.prefix-breadcrumbs__link--first {
  color: var(--color-white);
  display: flex;
  align-items: center;
  gap: 6px;
}

.prefix-text-image__text .wp-block-table {
  margin-top: 0;
}

.wp-block-table table thead tr:first-child td:first-child,
.wp-block-table table tbody tr:first-child th:first-child {
  min-width: 10rem;
  border-radius: 12px 0 0 0;
}

.wp-block-table table thead td,
.wp-block-table table th {
  color: var(--color-title);
  text-align: center;
  font-weight: 700;
  background: var(--color-purple);
}

[class*=" icon-font__"]:before,
[class^="icon-font__"]:before {
  font-family: icons;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-font__deposit:before {
  content: "\e901";
  color: #fff;
}

.icon-font__casino:before {
  content: "\e902";
  color: #fff;
}

.icon-font__bonus:before {
  content: "\e903";
  color: #fff;
}

.icon-font__reg:before {
  content: "\e904";
  color: #fff;
}

.icon-font__app:before {
  content: "\e905";
  color: #fff;
}

.align-items-center {
  align-items: center;
}

.align-items-top {
  align-items: start;
}

.align-items-bottom {
  align-items: end;
}

.prefix-text-image-first-child {
  order: 2;
}

.prefix-text-image-last-child {
  order: 1;
}

.prefix-wrapper {
  margin-top: 2.75rem;
  padding-bottom: 2.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.prefix-auto-toc ul {
  display: none;
}

.prefix-auto-toc.active ul {
  display: flex;
}

.prefix-auto-toc > ul > li {
  position: relative;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  border: 1px solid var(--color-toc-item-hover, #4dff52);
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: var(--color-toc-item);
  width: fit-content;
  margin-bottom: 10px;
}

.prefix-auto-toc > ul > li > a {
  color: var(--color-text, #e3e3e3);
}

.prefix-auto-toc > ul > li::after {
  position: absolute;
  content: "";
  top: 0;
  left: -300%;
  height: 100%;
  width: 5rem;
  background: rgba(190, 173, 228, 0.4);
  -webkit-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  transform: skewX(-45deg);
}

.prefix-auto-toc > ul > li::before {
  content: none;
}

.prefix-auto-toc > ul > li:hover {
  -webkit-box-shadow: 0 0 8px 1px var(--color-lilac, #ff4441);
  box-shadow: 0 0 8px 1px var(--color-lilac, #ff4441);
}

.prefix-auto-toc > ul > li:hover::after {
  -webkit-animation: identifier 0.35s linear;
  animation: identifier 0.35s linear;
}

.prefix-info__item--betaalmethoden .prefix-info__item-borg:last-child::after {
  content: none;
}

@media (max-width: 576px) {
  .prefix-wrapper {
    margin-top: 2rem;
    padding-bottom: 2rem;
  }
}

.prefix-wrapper:first-child {
  margin-top: 24px;
}

.prefix-wrapper:last-child {
  border-bottom: none;
}

.prefix-wrapper--without-border {
  border-bottom: none;
  padding-bottom: 0;
}

.prefix-wrapper ol:not([class]),
ol.wp-block-list {
  margin-bottom: 1rem;
  margin-top: 1rem;
  color: var(--color-text, #e3e3e3);
  counter-reset: MyCounter;
  list-style: none;
}

.prefix-wrapper ol:not([class]) li,
ol.wp-block-list li {
  position: relative;
  counter-increment: MyCounter;
  padding-bottom: 1rem;
  padding-left: 2.125rem;
}

.prefix-wrapper ol:not([class]) li:last-child,
ol.wp-block-list li:last-child {
  padding-bottom: 0;
}

.prefix-wrapper ol:not([class]) li:last-child::after,
ol.wp-block-list li:last-child::after {
  display: none;
}

.prefix-wrapper ol:not([class]) li::before,
ol.wp-block-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(MyCounter);
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 1px solid var(--color-purple);
  color: var(--color-yellow, #ff4441);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.625rem;
}

.prefix-wrapper ol:not([class]) li::after,
ol.wp-block-list li::after {
  position: absolute;
  content: "";
  top: 1.5rem;
  left: 0.75rem;
  width: 0.0625rem;
  height: calc(100% - 1.5rem);
  background: var(--color-purple);
}

.prefix-wrapper * + ul:not([class]),
* + ul.wp-block-list {
  margin-top: 1rem;
}

.prefix-wrapper ul:not([class]),
ul.wp-block-list {
  color: var(--color-text, #e3e3e3);
  counter-reset: Counter;
  display: flex;
  flex-direction: column;
}

.prefix-wrapper ul:not([class]) li,
ul.wp-block-list li {
  position: relative;
  counter-increment: Counter;
  padding-bottom: 1rem;
  padding-left: 1rem;
}

.prefix-wrapper ul:not([class]) li:last-child,
ul.wp-block-list li:last-child {
  padding-bottom: 0;
}

.prefix-wrapper ul:not([class]) li::before,
ul.wp-block-list li::before {
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
  background: var(--color-purple);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-right: 0.625rem;
}

.prefix-container {
  margin-left: auto;
  margin-right: auto;
}

.prefix-container > *,
.prefix-header > * {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1380px) {
  .prefix-container,
  .prefix-header__content {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.btn {
  position: relative;
  display: block;
  max-width: 11.875rem;
  padding: 0.6875rem 1.25rem;
  gap: 0.625rem;
  border-radius: 0.5rem;
  color: #1e1e28;
  font-family: var(--ff-primary);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  text-align: center;
  cursor: pointer;
}

.btn:hover {
  transform: scale(0.96);
}

.btn svg {
  display: none;
}

.btn--primary {
  background: var(--color-content-button-bg);
  color: var(--color-content-button);
}

.btn--secondary {
  border: 1px solid var(--color-lilac, #ff4441);
  background: 0 0;
  color: var(--color-lilac, #ff4441);
}

.btn--white {
  background: #fff;
}

.btn--full-width {
  display: block;
  width: 100%;
  max-width: unset;
  padding: 1.1rem 2rem;
}

.prefix-hero__welcome-bonus-btn {
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
}

.btn--with-svg {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
}

.btn--with-svg svg {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
}

.prefix-mp-hero__info {
  margin: 1.5rem 0;
}

.prefix-text-image {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 1.25rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.prefix-text-image > p {
  font-family: var(--ff-primary);
  font-weight: 400;
}

.prefix-text-image h1.prefix-text-image__title {
  color: var(--color-title);
  font-family: var(--ff-secondary);
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.75rem;
  text-transform: uppercase;
}

.prefix-text-image.prefix-container {
  margin-top: 2.75rem;
  background-color: var(--color-blocks-text-image);
}

.prefix-text-image {
  margin-top: 1.5rem;
}

.prefix-text-image--wrapp {
  border-radius: 12px;
}

.prefix-text-image--wrapp .prefix-text-image__text {
  padding: 16px;
}

@media (max-width: 576px) {
  .prefix-text-image h1.prefix-text-image__title {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }

  .prefix-mp-hero__info {
    margin: 1.5rem 0;
  }
}

.prefix-text-image__title {
  grid-column: 1/-1;
  color: var(--color-white);
  font-family: var(--ff-secondary);
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.25rem;
  text-transform: uppercase;
}

@media (max-width: 576px) {
  .prefix-text-image__title {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}

.prefix-text-image__text {
  max-width: 36.75rem;
}

@media (max-width: 1000px) {
  .prefix-text-image__text {
    max-width: 100%;
    grid-column: 1/-1;
  }

  .prefix-mp-hero__info {
    order: 1;
  }
}

.prefix-text-image__text {
  display: flex;
  flex-direction: column;
}

.prefix-text-image__text p {
  /*     margin-bottom: 1.0625rem; */
}

.prefix-text-image__text p:last-child {
  margin-bottom: 0;
}

.prefix-text-image img {
  object-fit: contain;
  width: 100%;
  border-radius: 12px;
}

@media (max-width: 1000px) {
  .prefix-text-image img {
    max-width: 100%;
    width: 100%;
    grid-column: 1/-1;
    order: -1;
  }
}

@media (max-width: 576px) {
  .prefix-promocode {
    padding: 1.25rem;
  }
}

.prefix-promocode__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.prefix-promocode__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.prefix-promocode__main-content {
  position: relative;
  gap: 0.9375rem;
  -ms-flex: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .prefix-promocode__main-content {
    max-width: 100%;
    padding-right: 0;
  }
}

.prefix-promocode__title {
  color: var(--color-title);
  font-family: var(--ff-secondary);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.prefix-promocode__description {
  position: relative;
  color: var(--color-title);
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  padding-bottom: 1.25rem;
}

.prefix-promocode__description::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(-7.11%, rgba(126, 172, 47, 0)),
    color-stop(50.12%, #7eac2f),
    color-stop(107.93%, rgba(126, 172, 47, 0))
  );
  background: linear-gradient(
    270deg,
    rgba(126, 172, 47, 0) -7.11%,
    #7eac2f 50.12%,
    rgba(126, 172, 47, 0) 107.93%
  );
}

.prefix-promocode__description span {
  color: #a7dc4c;
  font-weight: 700;
}

.prefix-promocode__registration {
  display: flex;
  align-items: flex-start;
  gap: 1.875rem;
}

@media (max-width: 768px) {
  .prefix-promocode__registration {
    flex-direction: column;
  }
}

.prefix-promocode__bonuses-list {
  min-width: 17.3125rem;
}

/*.prefix-promocode__bonuses-list li {*/
/*    list-style: none;*/
/*    padding-bottom: 1.0625rem;*/
/*    color: var(--color-title);*/
/*    font-family: Montserrat;*/
/*    font-size: 1.125rem;*/
/*    font-style: normal;*/
/*    font-weight: 500;*/
/*    line-height: 1.5rem*/
/*}*/

/*@media (max-width: 576px) {*/
/*    .prefix-promocode__bonuses-list li {*/
/*        font-size: .9375rem;*/
/*        line-height: 1.25rem*/
/*    }*/
/*}*/

/*.prefix-promocode__bonuses-list li::before {*/
/*    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='7' viewBox='0 0 7 7' fill='none'%3E%3Ccircle cx='3.5' cy='3.5' r='3.5' fill='%23A7DC4C'/%3E%3C/svg%3E");*/
/*    display: inline-block;*/
/*    margin-right: .625rem;*/
/*    text-align: center;*/
/*    height: .4375rem;*/
/*    width: .4375rem;*/
/*    transform: translateY(-50%)*/
/*}*/

/*.prefix-promocode__bonuses-list li:last-child {*/
/*    padding-bottom: 0*/
/*}*/

/*.prefix-promocode__bonuses-list li span {*/
/*    color: #a7dc4c;*/
/*    font-weight: 700*/
/*}*/

.prefix-promocode__input {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

@media (max-width: 768px) {
  .prefix-promocode__input {
    width: 100%;
    align-self: center;
  }
}

.prefix-promocode__input-copy-block {
  width: 100%;
  height: 3.25rem;
  gap: 0.25rem;
  display: flex;
  justify-content: space-between;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0.125rem;
}

.prefix-promocode__input input {
  max-width: 11.875rem;
  color: #a7dc4c;
  background-color: transparent;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1rem;
  padding: 1rem 1.25rem;
}

.prefix-promocode__input .btn {
  padding: 1rem 2rem;
}

.prefix-promocode__copy-btn {
  padding: 0.75rem 1.25rem;
  min-width: 5.25rem;
  min-height: 2.375rem;
  height: 100%;
  border-radius: 3px;
  background: #185a8a;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  color: var(--color-title);
  font-family: "TT Firs Neue";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1rem;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.prefix-promocode__copy-btn:hover {
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
}

.prefix-promocode__copy-btn.copied {
  background-color: #10ec10;
}

.prefix-promocode__copy-btn svg {
  width: 1.25rem;
  height: 1.25rem;
}

.prefix-promocode__copy-btn svg use {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.prefix-promocode__copy-btn:hover use {
  scale: 1.02;
}

@media (max-width: 576px) {
  .prefix-promocode {
    width: 100%;
  }
}

@media (max-width: 1380px) {
  .prefix-promocode__main-content {
    flex-direction: column;
  }
}

.pp-promocode {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 1.5rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 0.625rem;
  gap: 1.375rem;
  overflow: hidden;
}

@media (max-width: 768px) {
  .pp-promocode {
    width: 100%;
    flex-direction: column;
    gap: 0.3125rem;
  }
}

.pp-promocode__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pp-promocode__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pp-promocode__main-content {
  position: relative;
  gap: 0.5rem;
  -ms-flex: 1;
  flex: 1;
  max-width: 15.375rem;
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  .pp-promocode__main-content {
    max-width: 100%;
    padding-right: 0;
  }
}

@media (max-width: 390px) {
  .pp-promocode__main-content {
    max-width: 95%;
    margin: 0 auto;
  }
}

.pp-promocode__title {
  color: var(--color-title);
  font-family: Montserrat;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
}

@media (max-width: 390px) {
  .pp-promocode__title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
  }
}

.pp-promocode__description {
  color: var(--color-title);
  font-family: Montserrat;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}

@media (max-width: 576px) {
  .pp-promocode__description {
    font-size: 0.875rem;
  }
}

@media (max-width: 390px) {
  .pp-promocode__description {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    text-align: center;
  }
}

.pp-promocode__description span {
  color: #a7dc4c;
  font-weight: 700;
}

.pp-promocode__time {
  color: var(--color-title);
  font-family: Montserrat;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5rem;
}

@media (max-width: 390px) {
  .pp-promocode__time {
    order: 2;
    text-align: center;
  }
}

.pp-promocode > svg {
  position: relative;
  width: 3.125rem;
  height: 2.5rem;
  align-self: center;
}

@media (max-width: 390px) {
  .pp-promocode > svg {
    -webkit-transform: translate(-90%, -20%) scaleX(-1) rotate(90deg);
    -ms-transform: translate(-90%, -20%) scaleX(-1) rotate(90deg);
    transform: translate(-90%, -20%) scaleX(-1) rotate(90deg);
  }
}

.pp-promocode__input {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  max-width: 16.625rem;
}

@media (max-width: 768px) {
  .pp-promocode__input {
    max-width: 100%;
    width: 100%;
  }
}

.pp-promocode__input-copy-block {
  width: 100%;
  height: 3.25rem;
  gap: 0.25rem;
  display: flex;
  justify-content: space-between;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0.125rem;
}

.pp-promocode__input input {
  max-width: 10.625rem;
  color: #a7dc4c;
  background-color: transparent;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1rem;
  padding: 1rem 0.3125rem 1rem 1.25rem;
}

.pp-promocode__input .btn {
  padding: 1rem 2rem;
}

.pp-promocode__copy-btn {
  padding: 0.75rem 0.625rem;
  min-width: 5.375rem;
  min-height: 2.375rem;
  height: 100%;
  border-radius: 3px;
  background: #093056;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  color: var(--color-title);
  font-family: "TT Firs Neue";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1rem;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.pp-promocode__copy-btn:hover {
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
}

.pp-promocode__copy-btn.copied {
  background-color: #10ec10;
}

.pp-promocode__copy-btn svg {
  width: 1.25rem;
  height: 1.25rem;
}

.pp-promocode__copy-btn svg use {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.pp-promocode__copy-btn:hover use {
  scale: 1.02;
}

@media (max-width: 576px) {
  .pp-promocode {
    width: 100%;
  }
}

@media (max-width: 1380px) {
  .pp-promocode__main-content {
    flex-direction: column;
  }
}

.mp-promocode {
  position: relative;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.625rem 1.875rem 1.875rem 1.875rem;
  border-radius: 0.625rem;
  background: var(
    --bg-sports,
    linear-gradient(102deg, rgba(4, 14, 40, 0.6) 0, rgba(4, 14, 40, 0.18) 100%),
    #185a8a
  );
  gap: 0.625rem;
  overflow: hidden;
}

@media (max-width: 768px) {
  .mp-promocode {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 576px) {
  .mp-promocode {
    padding: 1.375rem 1.25rem 1.25rem 1.25rem;
  }
}

.mp-promocode__main-content {
  gap: 1.5rem;
  -ms-flex: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .mp-promocode__main-content {
    max-width: 100%;
    padding-right: 0;
  }
}

.mp-promocode__title {
  color: var(--color-title);
  font-family: Montserrat;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}

.mp-promocode__specs {
  display: flex;
  justify-content: center;
}

.mp-promocode__specs-item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding-right: 1.375rem;
  padding-left: 1.375rem;
  border-right: 1px solid rgba(227, 227, 227, 0.3);
}

.mp-promocode__specs-item:last-child {
  border-right: none;
  padding-right: 0;
}

.mp-promocode__specs-item:first-child {
  padding-left: 0;
}

@media (max-width: 576px) {
  .mp-promocode__specs-item {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.mp-promocode__specs-value {
  text-align: center;
  color: var(--color-title);
  font-family: Montserrat;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 25.554px;
  letter-spacing: -0.17px;
}

@media (max-width: 576px) {
  .mp-promocode__specs-value {
    font-size: 0.875rem;
  }
}

.mp-promocode__specs-value--stars::after {
  content: " ★ ★ ★ ★ ★";
}

@media (max-width: 576px) {
  .mp-promocode__specs-value--stars::after {
    content: " ★ ";
    font-size: 1.0625rem;
  }
}

.mp-promocode__specs-name {
  color: #dfdfdf;
  text-align: center;
  font-family: Montserrat;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 25.554px;
  letter-spacing: -0.14px;
}

@media (max-width: 576px) {
  .mp-promocode__specs-name {
    font-size: 0.75rem;
  }
}

.mp-promocode__buttons {
  position: relative;
  display: flex;
  gap: 1.125rem;
  padding-bottom: 1.25rem;
}

@media (max-width: 768px) {
  .mp-promocode__buttons {
    flex-direction: column;
  }
}

.mp-promocode__buttons::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(-7.11%, rgba(126, 172, 47, 0)),
    color-stop(50.12%, #7eac2f),
    color-stop(107.93%, rgba(126, 172, 47, 0))
  );
  background: linear-gradient(
    270deg,
    rgba(126, 172, 47, 0) -7.11%,
    #7eac2f 50.12%,
    rgba(126, 172, 47, 0) 107.93%
  );
}

.mp-promocode__buttons .btn {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.mp-promocode__description {
  color: var(--color-title);
  text-align: center;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}

@media (max-width: 576px) {
  .mp-promocode__description {
    font-size: 0.875rem;
  }
}

.mp-promocode__description span {
  color: #a7dc4c;
  font-weight: 700;
}

.mp-promocode__input {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.mp-promocode__input-copy-block {
  width: 100%;
  height: 3.25rem;
  gap: 0.25rem;
  display: flex;
  justify-content: space-between;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0.125rem;
}

.mp-promocode__input input {
  max-width: 11.875rem;
  color: #a7dc4c;
  background-color: transparent;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1rem;
  padding: 1rem 1.25rem;
}

.mp-promocode__input .btn {
  padding: 1rem 2rem;
}

.mp-promocode__copy-btn {
  padding: 0.75rem 1.25rem;
  min-width: 5.25rem;
  min-height: 2.375rem;
  height: 100%;
  border-radius: 3px;
  background: #093056;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  color: var(--color-title);
  font-family: "TT Firs Neue";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1rem;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.mp-promocode__copy-btn:hover {
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
}

.mp-promocode__copy-btn.copied {
  background-color: #10ec10;
}

.mp-promocode__copy-btn svg {
  width: 1.25rem;
  height: 1.25rem;
}

.mp-promocode__copy-btn svg use {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.mp-promocode__copy-btn:hover use {
  scale: 1.02;
}

@media (max-width: 576px) {
  .mp-promocode {
    width: 100%;
  }
}

@media (max-width: 1380px) {
  .mp-promocode__main-content {
    flex-direction: column;
  }
}

.prefix-popup {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
}

.prefix-popup__bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.prefix-popup__content {
  width: 100%;
  max-width: 72.25rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 2;
  overflow: hidden;
  padding: 1.25rem;
  border-radius: 0.75rem;
  background: #fff;
  overflow: auto;
  max-height: 100vh;
}

.prefix-popup__content .btn {
  margin-top: 20px;
}

.prefix-popup__welcome-bonus-title {
  width: 85%;
  position: relative;
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  align-items: center;
  color: var(--text-white-bg, #58586c);
  font-family: var(--ff-secondary);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  text-transform: uppercase;
  margin-top: 0;
}

.prefix-popup__welcome-bonus-title svg {
  display: inline-block;
  max-width: 2.5rem;
  max-height: 2.5rem;
  cursor: pointer;
}

.prefix-popup__welcome-bonus-title svg:first-child {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
}

.prefix-popup__welcome-bonus-title svg:last-child {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.prefix-popup__welcome-bonus-description {
  color: var(--color-title);
  font-family: var(--ff-primary);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
}

.prefix-popup__welcome-bonus-description span {
  color: var(--green, #0afe87);
}

.prefix-popup__welcome-bonus .btn {
  margin-top: 1rem;
}

.prefix-popup__welcome-bonus-text {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.prefix-popup__welcome-bonus-text p {
  margin-bottom: 0.625rem;
  color: var(--text-white-bg, #58586c);
}

.prefix-popup__welcome-bonus-text p:last-child {
  margin-bottom: 0;
}

.prefix-popup__welcome-bonus-list {
  counter-reset: MyCounter;
}

.prefix-popup__welcome-bonus-list .prefix-popup__welcome-bonus-list-item {
  position: relative;
  counter-increment: MyCounter;
  color: var(--text-white-bg, #58586c);
  padding-bottom: 1rem;
  padding-left: 2.125rem;
}

.prefix-popup__welcome-bonus-list
  .prefix-popup__welcome-bonus-list-item:last-child {
  padding-bottom: 0;
}

.prefix-popup__welcome-bonus-list
  .prefix-popup__welcome-bonus-list-item:last-child::after {
  display: none;
}

.prefix-popup__welcome-bonus-list
  .prefix-popup__welcome-bonus-list-item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(MyCounter);
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 1px solid var(--color-purple);
  color: var(--color-purple);
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.625rem;
}

.prefix-popup__welcome-bonus-list
  .prefix-popup__welcome-bonus-list-item::after {
  position: absolute;
  content: "";
  top: 1.5rem;
  left: 0.75rem;
  width: 0.0625rem;
  height: calc(100% - 1.5rem);
  background: var(--color-purple);
}

.prefix-popup__welcome-bonus-list .prefix-popup__welcome-bonus-list-item span {
  color: var(--text-white-bg, #58586c);
  font-weight: 700;
}

.prefix-pros-cons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.prefix-popup .js-cross {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
}

.prefix-popup.open {
  display: block;
}

.prefix-mp-hero__bonus-app {
  font-family: var(--ff-primary);
  font-style: normal;
  font-weight: 600;
  line-height: 1.25rem;
}

.prefix-mp-hero__bonus-app img {
  position: relative;
  width: 32px;
  height: 32px;
}

.wp-block-table {
  overflow-x: auto;
  margin-bottom: 1.0625rem;
  margin-top: 1rem;
  border: 1px solid var(--color-accent);
  border-radius: 12px;
}

.wp-block-table table {
  width: 100%;
  border-spacing: 0;
  height: auto;
  border-radius: 10px;
  overflow: auto;
  border-radius: 12px;
}

.wp-block-table table a {
  text-decoration-line: underline;
}

@media (max-width: 768px) {
  .wp-block-table table {
    width: 48rem;
  }

  .prefix-pros-cons {
    grid-template-columns: 1fr;
  }
}

.wp-block-table table {
  background-color: var(--color-table-bg);
  /*border-collapse: collapse*/
}

.wp-block-table table thead tr:first-child td:first-child,
.wp-block-table table thead tr:first-child th:first-child {
  min-width: 10rem;
  border-radius: 12px 0 0 0;
}

.wp-block-table table thead tr:first-child td:nth-child(2),
.wp-block-table table thead tr:first-child th:nth-child(2) {
  width: 32.5rem;
}

.wp-block-table table thead tr:first-child td:last-child,
.wp-block-table table thead tr:first-child th:last-child {
  width: 32.5rem;
  border-radius: 0 12px 0 0;
}

.wp-block-table table thead td,
.wp-block-table table thead th {
  color: var(--color-table-th-color);
  text-align: center;
  font-weight: 700;
  background: var(--color-table-th-bg);
}

.wp-block-table table td,
.wp-block-table table th {
  border: 1px solid var(--color-table-border);
  padding: 0.75rem;
  text-align: center;
  color: var(--color-table-td-color);
}

.wp-block-table table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 12px;
}

.wp-block-table table tbody tr:last-child td:last-child {
  border-radius: 0 0 12px 0;
}

.wp-block-table.two-layers-head table thead > tr > th:nth-child(1) {
  border-bottom: none;
  padding-top: 1.5625rem;
  padding-bottom: 0;
  line-height: normal;
}

.wp-block-table.two-layers-head table tbody tr:nth-child(1) td {
  background: var(--color-purple);
}

.wp-block-table.two-layers-head table tbody tr:nth-child(1) td:nth-child(1) {
  border-top: none;
  color: transparent;
}

.wp-block-table.two-layers-head {
  max-width: 75rem;
  margin: 1.75rem auto;
}

@media (max-width: 576px) {
  .wp-block-table.two-layers-head {
  }
}

@media (max-width: 1380px) {
  .wp-block-table.two-layers-head {
  }
}

.wp-block-table.two-layers-head table tbody tr:nth-child(1) td {
  color: var(--color-title);
  text-align: center;
  background: var(--color-purple);
}

.prefix-info {
  margin-top: 1.25rem;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.prefix-info__item {
  display: inline-block;
  flex: 1 1 auto;
}

.prefix-info__item--casino {
  max-width: 18.125rem;
  flex: 1 1 auto;
}

@media (max-width: 576px) {
  .prefix-info__item--casino {
    max-width: 100%;
  }
}

.prefix-info__item--casino p {
  margin-bottom: 0.5rem;
  color: var(--color-white);
}

.prefix-info__item--casino p:last-child {
  margin-bottom: 0;
}

.prefix-info__item--casino p span {
  color: var(--color-text, #e3e3e3);
  font-weight: 700;
}

.prefix-info__item-list--soorten {
  max-width: 18.125rem;
  /*flex: 1 1 auto*/
}

.prefix-info__item-v2 .prefix-info__item-list--soorten li {
  display: flex;
  align-items: center;
  gap: 6px;
}

.prefix-info__item-v2 .prefix-info__item-list--soorten {
  gap: 16px;
}

* + .prefix-info__item-link {
  margin-top: 10px;
}

.prefix-info-img {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

@media (max-width: 576px) {
  .prefix-info__item-list--soorten {
    max-width: 100%;
  }
}

.prefix-info__item-list--soorten {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.prefix-info__item-list--soorten .prefix-info__item-list-item {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0.75rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--color-text, #e3e3e3);
  font-family: var(--ff-primary);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}

.prefix-info__item-list--soorten .prefix-info__item-list-item img {
  width: 24px;
  height: 24px;
}

.prefix-info__item--betaalmethoden {
  max-width: 36.25rem;
  flex: 1 1 auto;
}

@media (max-width: 576px) {
  .prefix-info__item--betaalmethoden {
    max-width: 100%;
  }
}

.prefix-info__item--betaalmethoden .prefix-info__item-deposit {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 576px) {
  .prefix-info__item--betaalmethoden .prefix-info__item-deposit {
    flex-direction: column;
  }
}

.prefix-info__item--betaalmethoden .prefix-info__item-borg {
  color: var(--color-text, #e3e3e3);
}

.prefix-info__item--betaalmethoden
  .prefix-info__item-borg
  .prefix-info__item-list {
  margin-top: 0.75rem;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.prefix-info__item--betaalmethoden
  .prefix-info__item-borg
  .prefix-info__item-list
  .prefix-info__item-list-item {
  width: 2.25rem;
  height: 1.5rem;
}

.prefix-info__item--betaalmethoden
  .prefix-info__item-borg
  .prefix-info__item-list
  .prefix-info__item-list-item
  img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.prefix-info__item--betaalmethoden .prefix-info__item-borg {
  position: relative;
}

.prefix-info__item--betaalmethoden .prefix-info__item-borg::after {
  position: absolute;
  content: "";
  top: 0;
  right: -0.625rem;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
}

.prefix-info__item--betaalmethoden p {
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  color: var(--color-white);
  font-weight: 700;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.prefix-info__item--betaalmethoden p span {
  color: var(--color-text, #e3e3e3);
}

.prefix-info__item--betaalmethoden .prefix-info__item-minmax {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.prefix-info__item--betaalmethoden .prefix-info__item-minmax::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.1);
}

.prefix-info__item--betaalmethoden .prefix-info__item-minmax p {
  padding-bottom: 0;
  border-bottom: none;
}

.prefix-info__item--bonussen {
  max-width: 22.6875rem;
  flex: 1 1 auto;
}

@media (max-width: 576px) {
  .prefix-info__item--bonussen {
    max-width: 100%;
  }
}

.prefix-info__item--bonussen .prefix-info__item-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.prefix-info__item--bonussen
  .prefix-info__item-list
  .prefix-info__item-list-item {
  padding: 0.25rem 0.75rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--color-text, #e3e3e3);
  font-family: var(--ff-primary);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}

.prefix-info__item-list-add {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 0;
}

.prefix-info__item-list-add .prefix-info__item-list-add-item {
  display: flex;
  gap: 4px;
  align-items: center;
}

.prefix-info__item-list {
  color: var(--color-text, #e3e3e3);
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 5px;
}

.prefix-info__item-list span {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

.prefix-info__item-list img {
  max-height: 45px;
  width: auto;
}

.prefix-info__item-table-content.with-hr .prefix-info__item-cards {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.prefix-info__item-table-content.with-hr
  + .prefix-info__item-table-content.with-hr {
  margin-top: 8px;
}

* + .prefix-info__item-table-content {
  margin-top: 8px;
}

.add-border {
  padding: 0.25rem 0.75rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--color-text, #e3e3e3);
  font-family: var(--ff-primary);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  width: fit-content;
  display: flex;
  gap: 4px;
}

.prefix-info__item span {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

.prefix-info__item-cards-item:not(:last-child) {
  margin-bottom: 8px;
}

.prefix-info__item-list.prefix-info__item-list--soorten {
  margin-top: 5px;
}

.prefix-info__item-v2 {
  min-width: 16.1875rem;
  max-width: 36.25rem;
}

.prefix-info__item-table-content.with-hr {
  padding-top: 12px;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
}

.prefix-info__item--apparaten {
  max-width: 16.1875rem;
  flex: 1 1 auto;
}

@media (max-width: 576px) {
  .prefix-info__item--apparaten {
    max-width: 100%;
  }
}

.prefix-info__item--apparaten .prefix-info__item-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}

.prefix-info__item--apparaten
  .prefix-info__item-list
  .prefix-info__item-list-item {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0.75rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--color-text, #e3e3e3);
  font-family: var(--ff-primary);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}

.prefix-info__item--apparaten
  .prefix-info__item-list
  .prefix-info__item-list-item
  img {
  width: 24px;
  height: 24px;
}

.prefix-info__item--softwareleverancier {
  max-width: 16.1875rem;
  flex: 1 1 auto;
}

@media (max-width: 576px) {
  .prefix-info__item--softwareleverancier {
    max-width: 100%;
  }
}

.prefix-info__item--softwareleverancier .prefix-info__item-img {
  width: 11.25rem;
  margin-bottom: 0.5rem;
}

.prefix-info__item--softwareleverancier .prefix-info__item-img img {
  width: 100%;
  object-fit: contain;
  height: auto;
}

.prefix-info__item--softwareleverancier span {
  color: var(--color-text, #e3e3e3);
}

.prefix-info__item--steun {
  max-width: 16.1875rem;
  flex: 1 1 auto;
}

.prefix-info__item-img img {
  max-height: 60px;
  width: auto;
}

@media (max-width: 576px) {
  .prefix-info__item--steun {
    max-width: 100%;
  }
}

.prefix-info__item--steun .prefix-info__item-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
}

@media (max-width: 576px) {
  .prefix-info__item--steun .prefix-info__item-links {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0.5rem;
    flex-wrap: wrap;
  }
}

.prefix-info__item-link--live {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0 0.4rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: fit-content;
}

.prefix-info__item-link--live a {
  color: var(--color-text, #e3e3e3);
  font-family: var(--ff-primary);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  display: inline-block;
  padding: 0.25rem 0.75rem;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.prefix-info__item-link--live::after {
  position: absolute;
  content: "";
  top: 0;
  left: -300%;
  height: 100%;
  width: 5rem;
  background: rgba(190, 173, 228, 0.4);
  -webkit-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  transform: skewX(-45deg);
}

.prefix-info__item-link--live:hover {
  -webkit-box-shadow: 0 0 8px 1px var(--color-lilac, #ff4441);
  box-shadow: 0 0 8px 1px var(--color-lilac, #ff4441);
  cursor: pointer;
}

.prefix-info__item-link--live:hover::after {
  -webkit-animation: identifier 0.35s linear;
  animation: identifier 0.35s linear;
}

* + .prefix-info__item-btn {
  margin-top: 16px;
}

.prefix-info__item:has(.prefix-info__item-payments) {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 24px;
}

.prefix-info__item:has(.prefix-info__item-payments) .prefix-info__item-title {
  grid-column: 1 / -1;
}

.prefix-info__item:has(.prefix-info__item-payments)
  .prefix-info__item-table-content {
  grid-column: 1 / -1;
}

.prefix-info__item .prefix-info__item-payments:first-of-type {
  grid-column: 1;
}

.prefix-info__item .prefix-info__item-payments:la {
  grid-column: 2;
  border-left: 2px solid rgba(255, 255, 255, 0.1);
  padding-left: 10px;
}

.prefix-info__item-payments img {
  max-height: 24px;
  width: auto;
}

@-webkit-keyframes identifier {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes identifier {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

p.prefix-info__item-title {
  margin-top: 0;
  margin-bottom: 1rem;
  color: var(--color-white);
  font-family: var(--ff-secondary);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  text-transform: uppercase;
  padding: 0;
  border: none;
  margin: 0 0 1rem 0;
}

.prefix-how-to {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
  counter-reset: myCounter;
}

.prefix-how-to::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: var(--color-purple);
}

.prefix-how-to .prefix-how-to__item {
  position: relative;
  width: 100%;
  padding: 0.75rem;
  border-radius: 0 12px 12px 0;
  border: 1px solid var(--color-purple);
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.prefix-how-to .prefix-how-to__item .btn {
  min-width: 190px;
  margin-top: 20px;
}

@media (max-width: 1000px) {
  .prefix-how-to .prefix-how-to__item {
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.prefix-how-to .prefix-how-to__item::before {
  counter-increment: myCounter;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  content: counter(myCounter);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  background: #1e1450;
  border: 1px solid var(--color-purple);
  border-radius: 50%;
  color: var(--color-yellow, #ff4441);
  font-weight: 700;
}

.prefix-how-to .prefix-how-to__item__container-text {
  max-width: 35.625rem;
}

@media (max-width: 1380px) {
  .prefix-how-to .prefix-how-to__item__container-text {
    max-width: 100%;
  }
}

.prefix-how-to .prefix-how-to__item__container-text p {
  margin-bottom: 0.625rem;
  color: var(--color-text, #e3e3e3);
}

.prefix-how-to .prefix-how-to__item__container-text .btn {
  margin-top: 0.75rem;
  margin-bottom: 0.3125rem;
  padding: 0.75rem 1.25rem;
  max-width: 17.5rem;
}

@media (max-width: 576px) {
  .prefix-how-to .prefix-how-to__item__container-text .btn {
    max-width: unset;
  }
}

.prefix-how-to .prefix-how-to__item img {
  max-width: 575px;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 0.5rem;
  object-fit: cover;
}

@media (max-width: 768px) {
  .prefix-how-to .prefix-how-to__item img {
    max-width: 100%;
    margin-bottom: 1rem;
  }
}

@media (max-width: 576px) {
  .prefix-how-to .prefix-how-to__item img {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}

.hidden,
.hidden_svg {
  display: none;
}

.no-scroll {
  overflow: hidden;
}

.title {
  color: var(--color-title);
  font-family: var(--ff-secondary);
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.25rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

@media (max-width: 576px) {
  .title {
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin-bottom: 1rem;
  }
}

body {
  background-color: var(--color-body);
  font-family: var(--ff-primary);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  color: #e3e3e3;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.375rem;
}

main {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.prefix-header {
  position: sticky;
  top: 0;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  width: 100%;
  z-index: 99;
  background: var(--color-header);
}

.prefix-header__content {
  display: flex;
}

@media (max-width: 1380px) {
  .prefix-header__content {
    position: relative;
    justify-content: space-between;
  }
}

@media (max-width: 768px) {
  .prefix-header__content {
    flex-direction: column;
    gap: 0.9375rem;
  }
}

.prefix-header__logo {
  display: flex;
  align-items: flex-start;
  margin-right: 2.75rem;
  padding-top: 8px;
  padding-bottom: 8px;
}

@media (max-width: 576px) {
  .prefix-header__logo {
    margin-right: 0;
    margin-left: 2.75rem;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.prefix-header__nav {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: flex;
  /*     align-items: flex-start; */
  align-items: center;
  max-width: 50%;
}

.prefix-header__nav-mobile {
  position: relative;
  display: none;
  max-width: 95%;
  width: 100%;
  margin: 10rem auto 0 auto;
  align-items: flex-start;
  gap: 1rem;
  padding: 0.75rem;
  border-radius: 0.75rem;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(48, 30, 110, 0.95)),
    to(rgba(48, 30, 110, 0.95))
  );
  background: linear-gradient(
    0deg,
    rgba(48, 30, 110, 0.95) 0,
    rgba(48, 30, 110, 0.95) 100%
  );
  overflow: hidden;
  align-items: center;
}

.prefix-header__nav-mobile-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.prefix-header__nav-mobile-img {
  position: relative;
  width: 6rem;
}

.prefix-header__nav-mobile-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.prefix-header__nav-mobile-content {
  position: relative;
}

.prefix-header__nav-mobile-content-title {
  color: var(--color-title);
  font-family: var(--ff-secondary);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}

.prefix-header__nav-mobile-content-description {
  color: var(--color-text, #e3e3e3);
  font-family: var(--ff-primary);
  margin-bottom: 1rem;
}

.prefix-header__nav-list {
  width: 100%;
  /*     margin-top: .625rem; */
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.75rem;
}

@media (max-width: 1380px) {
  .prefix-header__nav-list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.prefix-header__nav .prefix-header__nav-item {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: var(--color-white);
  font-family: var(--ff-primary);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
}

.prefix-header__nav .prefix-header__nav-item a {
  color: var(--color-title);
  -webkit-transition: color 0.2s ease 0s;
  transition: color 0.2s ease 0s;
  width: 100%;
}

.prefix-header__nav-item.prefix-header__nav-item--has-children a {
  width: fit-content;
}

.prefix-header__nav .prefix-header__nav-item a:hover {
  color: var(--color-header-navigation-link-hover);
}

.prefix-header__button-first {
  color: var(--color-first-button);
  background-color: var(--color-first-button-bg);
}

.prefix-header__button-second {
  color: var(--color-second-button);
  background-color: var(--color-second-button-bg);
}

.prefix-header__nav-link {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: var(--color-header-navigation-link);
}

div.prefix-header__nav-link {
  color: var(--color-header-navigation-link-hover);
}

.prefix-header__nav-link img {
  max-width: 24px;
  height: 24px;
  object-fit: contain;
}

.prefix-header__nav .prefix-header__nav-item span {
  color: #c3bfbf;
  cursor: default;
  line-height: 12px;
}

.prefix-header__nav .prefix-header__nav-item-arrow {
  cursor: pointer;
}

/*.prefix-header__nav .prefix-header__nav-item .submenu {*/
/*    display: none;*/
/*    position: absolute;*/
/*    min-width: 9.375rem;*/
/*    padding: 1.25rem .625rem 1.25rem 1.25rem;*/
/*    flex-direction: column;*/
/*    gap: .625rem;*/
/*    justify-content: center;*/
/*    align-items: flex-start;*/
/*    border-radius: 1rem;*/
/*    background: #fff;*/
/*    right: 50%;*/
/*    top: .625rem;*/
/*    -webkit-transform: translateX(50%);*/
/*    -ms-transform: translateX(50%);*/
/*    transform: translateX(50%)*/
/*}*/

/*.prefix-header__nav .prefix-header__nav-item .submenu a {*/
/*    color: #040507*/
/*}*/

/*@media (max-width: 1380px) {*/
/*    .prefix-header__nav .prefix-header__nav-item .submenu {*/
/*        width: 100%;*/
/*        position: static;*/
/*        background-color: transparent;*/
/*        transform: none;*/
/*        padding: .75rem .3125rem 1.25rem .3125rem*/
/*    }*/

/*    .prefix-header__nav .prefix-header__nav-item .submenu li {*/
/*        border: none*/
/*    }*/
/*}*/

.prefix-header__nav .prefix-header__nav-item .submenu__item {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 1rem;
  line-height: 1rem;
  margin-bottom: 0.625rem;
}

.prefix-header__nav .prefix-header__nav-item .submenu__item:last-child {
  margin-bottom: 0;
}

.prefix-header__nav .prefix-header__nav-item .submenu__item img {
  width: 2rem;
  height: 2rem;
}

@media (max-width: 768px) {
  .prefix-header__nav .prefix-header__nav-item .submenu__item img {
    width: 1.375rem;
    height: 1.375rem;
  }
}

.prefix-header__nav .prefix-header__nav-item.has-submenu {
  position: relative;
  padding-right: 1.375rem;
}

.prefix-header__nav .prefix-header__nav-item.has-submenu > a,
.prefix-header__nav .prefix-header__nav-item.has-submenu > span {
  display: inline-block;
}

.prefix-header__nav .prefix-header__nav-item.has-submenu > a::after,
.prefix-header__nav .prefix-header__nav-item.has-submenu > span::after {
  position: absolute;
  top: 0.375rem;
  right: 0.5rem;
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin-bottom: 1px;
  background-image: url(https://zeta-casino.lat/wp-content/themes/lalabet-main/build/img/arrow.svg);
  cursor: pointer;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

@media (max-width: 1380px) {
  .prefix-header__nav .prefix-header__nav-item.active > a,
  .prefix-header__nav .prefix-header__nav-item.active > span {
    color: #fff;
  }
}

.prefix-header__nav .prefix-header__nav-item.active > a::after,
.prefix-header__nav .prefix-header__nav-item.active > span::after {
  top: 0.75rem;
  transform: rotate(180deg);
}

@media (max-width: 1380px) {
  .prefix-header__nav .prefix-header__nav-item.active {
    border-radius: 0.75rem;
  }

  .prefix-header__nav .prefix-header__nav-item.active a {
    padding-left: 0;
  }
}

@media (max-width: 1380px) {
  .prefix-header__nav .prefix-header__nav-item {
    width: 90%;
    margin-right: 0.625rem;
  }

  .prefix-header__nav .prefix-header__nav-item .prefix-header__nav-link {
    padding-bottom: 1.0625rem;
  }

  .prefix-header__nav
    .prefix-header__nav-item:last-child
    .prefix-header__nav-item
    .prefix-header__nav-link {
    padding-bottom: 0;
  }

  .prefix-header__nav .prefix-header__nav-item .prefix-header__nav-item-arrow {
    margin-left: auto;
  }
}

@media (min-width: 1380px) {
  .prefix-header__nav .prefix-header__nav-item:hover a::after,
  .prefix-header__nav .prefix-header__nav-item:hover span::after {
    transform: rotate(180deg);
  }

  /*.prefix-header__nav .prefix-header__nav-item:hover .submenu {*/
  /*    display: flex*/
  /*}*/
}

@media (max-width: 1380px) {
  .prefix-header__nav {
    background: #003A02;
    position: absolute;
    bottom: 0;
    right: 50%;
    -webkit-transform: translate(50%, calc(100% + 0.625rem));
    -ms-transform: translate(50%, calc(100% + 0.625rem));
    transform: translate(50%, calc(100% + 0.625rem));
    height: calc(100vh - var(--height));
    height: calc(100svh - var(--height));
    max-width: 100vw;
    width: 100vw;
    display: none;
    z-index: 5;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    overflow-y: auto;
  }

  .prefix-header__nav .prefix-header__nav-list,
  .prefix-header__nav .prefix-sub-menu {
    flex-direction: column;
    gap: 0.625rem;
  }

  .prefix-header__nav .prefix-header__nav-mobile {
    display: flex;
  }
}

.prefix-header__lang {
  position: relative;
  margin-left: 1.875rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  cursor: pointer;
  z-index: 8;
}

.prefix-header__lang.active .prefix-header__active-lang {
  background: #ffffffe5;
  color: #58586c;
}

.prefix-header__lang.active .prefix-header__active-lang svg {
  transform: rotate(-180deg);
}

.prefix-header__lang.active .prefix-header__langs-menu {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1380px) {
  .prefix-header__lang {
    order: 4;
    margin-left: 12px;
  }
}

@media (max-width: 768px) {
  .prefix-header__lang {
    position: absolute;
    right: 3.125rem;
    transform: none;
    top: 4px;
  }
}

@media (max-width: 576px) {
  .prefix-header__lang {
    right: 16px;
    top: 4px;
  }
}

.prefix-header__active-lang {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  border-radius: 0.375rem;
  background: rgba(255, 255, 255, 0.1);
  padding: 0.3125rem;
}

.prefix-header__active-lang img {
  width: 1.5rem;
  height: 1.5rem;
}

.prefix-header__active-lang p {
  text-transform: uppercase;
}

.prefix-header__active-lang span {
  color: var(--color-white);
}

.prefix-header__active-lang svg {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  width: 12px;
  height: 12px;
}

.prefix-header__langs-menu {
  padding: 2px;
  border-radius: 0.625rem;
  display: none;
  flex-direction: column;
  gap: 0.125rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: flex-start;
  background: #fff;
  position: absolute;
  right: 0;
  top: 2.6875rem;
  z-index: 99;
}

.prefix-header__langs-menu::after {
  position: absolute;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='4' viewBox='0 0 8 4' fill='none'%3E%3Cpath d='M4 0L0 4H8L4 0Z' fill='white'/%3E%3C/svg%3E");
  top: -15px;
  right: 1.25rem;
}

.prefix-header__langs-menu .prefix-header__langs-menu-item {
  width: 100%;
  text-wrap: nowrap;
  white-space: nowrap;
  border-radius: 10px;
  padding: 8px 16px;
  position: relative;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.prefix-header__lang-img::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  content: "";
}

.prefix-header__langs-menu .prefix-header__langs-menu-item:hover {
  background: rgba(190, 173, 228, 0.3);
}

.prefix-header__langs-menu .prefix-header__langs-menu-item.hide {
  display: none;
}

.prefix-header__langs-menu .prefix-header__langs-menu-item img {
  width: 1.5625rem;
  height: 1.5625rem;
  margin-right: 0.625rem;
}

.prefix-header__langs-menu .prefix-header__langs-menu-item-code {
  color: var(--text-white-bg, #58586c);
}

.prefix-header__button {
  max-width: 26.25rem;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-item-align: start;
  align-self: flex-start;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.prefix-header__button .btn--primary {
  min-width: 11.25rem;
}

.prefix-header__button .btn--secondary {
  min-width: 10.25rem;
}

@media (max-width: 1671px) {
  .prefix-header__button {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}

@media (max-width: 1380px) {
  .prefix-header__button {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: 0;
    margin-left: auto;
    gap: 0.5rem;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  .prefix-header__logo {
    margin-left: 3.75rem;
  }
}

@media (max-width: 768px) {
  .prefix-header__button {
    align-self: center;
    justify-content: center;
    margin: 0;
    width: 100%;
    max-width: unset;
  }

  .prefix-header__button .btn {
    min-width: unset;
    max-width: unset;
    width: 48%;
  }
}

.prefix-header__burger {
  display: none;
  position: relative;
  width: 1.25rem;
  height: 1rem;
  margin-top: 0.625rem;
  cursor: pointer;
  transition:
    filter 0.3s ease 0s,
    -webkit-filter 0.3s ease 0s;
  background: transparent;
  box-shadow: none;
}

@media (max-width: 1380px) {
  .prefix-header__burger {
    display: flex;
    position: absolute;
    left: 16px;
  }
}

@media (max-width: 576px) {
  .prefix-header__burger {
    right: unset;
  }
}

.prefix-header__burger {
  margin: 0;
  width: 42px;
  height: 42px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 10px;
}

.burger-active .prefix-header__burger span:nth-child(1) {
  transform: translate(0, 6px) rotate(45deg);
  width: 30px;
}

.burger-active .prefix-header__burger span:nth-child(2) {
  opacity: 0;
}

.burger-active .prefix-header__burger span:nth-child(3) {
  transform: translate(0, -6px) rotate(-45deg);
  width: 30px;
}

.prefix-header__burger span {
  width: 100%;
  height: 2px;
  background-color: #fff;
}

@media (max-width: 1380px) {
  .prefix-header.burger-active .prefix-header__nav {
    display: block;
  }
}

.prefix-header.burger-active .prefix-header__burger::before {
  transform: rotate(45deg);
  top: 6px;
  right: 5px;
}

.prefix-header.burger-active .prefix-header__burger::after {
  transform: rotate(-45deg);
  bottom: 8px;
  right: 5px;
}

.prefix-hero {
  margin-top: 1rem;
}

.prefix-hero__title {
  color: var(--color-title);
  font-family: var(--ff-secondary);
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.75rem;
  text-transform: uppercase;
}

@media (max-width: 576px) {
  .prefix-hero__title {
    font-size: 1.75rem;
  }
}

.prefix-custom-img img {
  max-width: 100%;
  border-radius: 0.625rem;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
}

@media (max-width: 1380px) {
  .prefix-custom-img img {
  }
}

.prefix-hero {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: minmax(0, 371px) minmax(0, 371px) minmax(0, 410px);
  gap: 1.5rem;
  align-items: start;
}

@media (max-width: 1380px) {
  .prefix-hero__welcome-bonus {
    max-width: 100%;
  }
}

.prefix-hero__welcome-bonus.open {
  background: #fff;
}

.prefix-hero__welcome-bonus.open .prefix-hero__welcome-bonus-hidden {
  display: block;
}

.prefix-hero__welcome-bonus.open .prefix-hero__welcome-bonus-visible {
  display: none;
}

.prefix-hero__welcome-bonus-visible {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.prefix-hero__welcome-bonus-hidden {
  display: none;
}

.prefix-hero__welcome-bonus-hidden .prefix-hero__welcome-bonus-title {
  color: var(--text-white-bg, #58586c);
  font-family: var(--ff-secondary);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  text-transform: uppercase;
}

.prefix-hero__welcome-bonus-hidden .prefix-hero__welcome-bonus-title img {
  max-width: 2.5rem;
  max-height: 2.5rem;
  cursor: pointer;
}

.prefix-hero__welcome-bonus-hidden .prefix-hero__welcome-bonus-text p {
  color: var(--text-white-bg, #58586c);
}

.prefix-hero__welcome-bonus-hidden .btn {
  margin-top: 1rem;
}

.prefix-hero__welcome-bonus-title {
  position: relative;
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  align-items: center;
  color: var(--color-title);
  font-family: var(--ff-secondary);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  text-transform: uppercase;
  padding-right: 24px;
}

.prefix-hero__welcome-bonus-title img {
  display: inline-block;
  max-width: 1.5625rem;
  max-height: 1.5625rem;
}

.prefix-hero__welcome-bonus-title svg:last-child {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  cursor: pointer;
}

.prefix-hero__welcome-bonus-description {
  color: var(--color-title);
  font-family: var(--ff-primary);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  padding-bottom: 12px;
}

.prefix-hero__welcome-bonus-description span {
  color: var(--green, #0afe87);
}

.prefix-hero__welcome-bonus-text {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.prefix-hero__welcome-bonus-text p {
  margin-bottom: 0.625rem;
  color: var(--color-text, #e3e3e3);
}

.prefix-hero__welcome-bonus-text p:last-child {
  margin-bottom: 0;
}

/*.prefix-hero__welcome-bonus-list {*/
/*    counter-reset: MyCounter*/
/*}*/

/*.prefix-hero__welcome-bonus-list li {*/
/*    position: relative;*/
/*    counter-increment: MyCounter;*/
/*    color: var(--text-white-bg, #58586c);*/
/*    padding-bottom: 1rem;*/
/*    padding-left: 2.125rem*/
/*}*/

/*.prefix-hero__welcome-bonus-list li:last-child {*/
/*    padding-bottom: 0*/
/*}*/

/*.prefix-hero__welcome-bonus-list li:last-child::after {*/
/*    display: none*/
/*}*/

/*.prefix-hero__welcome-bonus-list li::before {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    content: counter(MyCounter);*/
/*    width: 1.5rem;*/
/*    height: 1.5rem;*/
/*    border-radius: 50%;*/
/*    border: 1px solid var(--color-purple);*/
/*    color: var(--color-purple);*/
/*    font-weight: 700;*/
/*    display: -webkit-inline-box;*/
/*    display: -ms-inline-flexbox;*/
/*    display: inline-flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    margin-right: .625rem*/
/*}*/

/*.prefix-hero__welcome-bonus-list li::after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    top: 1.5rem;*/
/*    left: .75rem;*/
/*    width: .0625rem;*/
/*    height: calc(100% - 1.5rem);*/
/*    background: var(--color-purple)*/
/*}*/

/*.prefix-hero__welcome-bonus-list li span {*/
/*    color: var(--text-white-bg, #58586c);*/
/*    font-weight: 700*/
/*}*/

.prefix-hero__promotions {
  display: flex;
  flex-direction: column;
  min-height: 225px;
}

@media (max-width: 1380px) {
  .prefix-hero__promotions {
    max-width: 100%;
  }
}

.prefix-hero__promotions-title {
  position: relative;
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  align-items: center;
  color: var(--color-title);
  font-family: var(--ff-secondary);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  text-transform: uppercase;
}

.prefix-hero__promotions-title-svg {
  display: inline-block;
  max-width: 32px;
  min-width: 32px;
  max-height: 32px;
  min-height: 32px;
  padding: 4px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
}

.prefix-hero__promotions-text {
  flex: 1 1 auto;
}

.prefix-hero__promotions-text p {
  margin-bottom: 0.625rem;
  color: var(--color-text, #e3e3e3);
}

.prefix-hero__promotions-text p:last-child {
  margin-bottom: 0;
}

.prefix-hero__promotions .btn {
  margin-top: 2.9375rem;
  padding: 12px 16px;
}

@media (max-width: 1380px) {
  .prefix-hero__text {
    max-width: 100%;
  }
}

@media (max-width: 980px) {
  .prefix-hero {
    grid-template-columns: 1fr 1fr;
  }

  .prefix-hero__text {
    grid-column: 1/-1;
  }
}

@media (max-width: 575px) {
  .prefix-hero {
    grid-template-columns: 1fr;
  }
}

.prefix-hero__text p {
  margin-bottom: 0.625rem;
}

.prefix-hero__text p:last-child {
  margin-bottom: 0;
}

.prefix-hero .btn {
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
}

* .prefix-stats {
  margin-top: 16px;
}

.prefix-hero + .prefix-stats {
  margin-top: 40px;
}

.prefix-stats {
  /*overflow-x: auto;*/
  /*scrollbar-width: thin;*/
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));
  gap: 0.75rem;
}

@media (max-width: 768px) {
  .prefix-stats {
    display: inline-block;
    text-wrap: nowrap;
    white-space: nowrap;
    width: 100%;
  }
}

.prefix-stats__stat {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  min-width: 215px;
}

@media (max-width: 1024px) {
  .prefix-stats {
    overflow-x: auto;
    scrollbar-width: thin;
    grid-template-columns: repeat(auto-fill, minmax(325px, 1fr));
  }

  .prefix-stats__stat {
    min-width: 290px;
  }
}

@media (max-width: 768px) {
  .prefix-stats__stat {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 0.75rem;
  }

  .prefix-stats__stat:last-child {
    margin-right: 0;
  }
}

.prefix-stats__stat-text {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  max-width: 60%;
}

.prefix-stats__stat-value {
  color: var(--color-white);
  font-family: var(--ff-primary);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
}

.prefix-stats__stat-description {
  color: var(--color-text, #e3e3e3);
}

.prefix-stats__stat-tag {
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  background: #ff1c89;
  color: var(--color-white);
  font-family: var(--ff-primary);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
}

* + .prefix-payment {
  margin-top: 16px;
}

.prefix-stats + .prefix-payment {
  margin-top: 40px;
}

.prefix-payment {
  overflow: hidden;
  text-wrap: nowrap;
  white-space: nowrap;
}

.prefix-payment__marquee {
  display: inline-block;
  min-width: 100%;
  animation: marquee 16s linear infinite;
}

.prefix-payment__marquee img {
  display: inline-block;
  margin-right: 5rem;
  max-width: 180px;
}

@media (max-width: 576px) {
  .prefix-payment__marquee img {
    margin-right: 2.5rem;
  }
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - 0.1875rem));
    transform: translateX(calc(-100% - 0.1875rem));
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - 0.1875rem));
    transform: translateX(calc(-100% - 0.1875rem));
  }
}

* + .prefix-toc {
  margin-top: 16px;
}

.prefix-toc {
  max-width: 75rem;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.prefix-toc__title {
  position: relative;
  color: var(--color-toc-title);
  font-family: var(--ff-secondary);
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.25rem;
  text-transform: uppercase;
  cursor: pointer;
  margin: 0;
}

.prefix-toc__title::after {
  position: absolute;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M2 5L8 11L14 5' stroke='%23BEADE4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

@media (max-width: 576px) {
  .prefix-toc__title {
    font-size: 1.25rem;
  }
}

.prefix-toc.active .prefix-toc__title::after {
  -webkit-transform: translateY(-50%) scaleY(-1);
  -ms-transform: translateY(-50%) scaleY(-1);
  transform: translateY(-50%) scaleY(-1);
}

.prefix-toc.active .prefix-toc__list {
  display: flex;
}

.prefix-wrapper .prefix-toc > ul {
  display: none;
}

.prefix-wrapper .prefix-toc.active > ul {
  display: flex;
  margin: 0;
  list-style: none;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}

.prefix-toc__list {
  display: none;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.625rem;
}

@media (max-width: 576px) {
  .prefix-toc__list {
    flex-direction: column;
    align-items: flex-start;
  }

  .prefix-toc.active > ul {
    flex-direction: column;
  }
}

.prefix-toc__toc-item,
.prefix-toc ul:not([class]) li {
  position: relative;
  border-radius: 0.5rem;
  border: 1px solid var(--color-toc-item-hover, #4dff52);
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: var(--color-toc-item);
  cursor: pointer;
  padding: 0;
  list-style: none;
  width: fit-content;
}

.prefix-toc ul:not([class]) li::before {
  background: transparent;
}

.prefix-toc__toc-item::after,
.prefix-toc li::after {
  position: absolute;
  content: "";
  top: 0;
  left: -300%;
  height: 100%;
  width: 5rem;
  background: rgba(190, 173, 228, 0.4);
  -webkit-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  transform: skewX(-45deg);
  cursor: pointer;
}

.prefix-toc__toc-item:hover,
.prefix-toc li:hover {
  -webkit-box-shadow: 0 0 8px 1px var(--color-lilac, #ff4441);
  box-shadow: 0 0 8px 1px var(--color-lilac, #ff4441);
}

.prefix-toc__toc-item:hover::after,
.prefix-toc li:hover::after {
  -webkit-animation: identifier 0.35s linear;
  animation: identifier 0.35s linear;
}

@keyframes identifier {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

.prefix-toc__toc-item a,
.prefix-toc a {
  color: var(--color-text, #e3e3e3);
  display: inline-block;
  padding: 0.5rem 0.75rem;
  width: 100%;
  height: 100%;
  z-index: 10;
  position: relative;
}

.prefix-advantages-section__description {
  margin-bottom: 1.25rem;
  color: var(--color-text, #e3e3e3);
}

* + .prefix-advantages {
  margin-top: 16px;
}

.prefix-advantages {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.prefix-advantages__item {
  display: flex;
  flex-direction: column;
}

.prefix-advantages__item-title {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--color-white);
  font-family: var(--ff-secondary);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  text-transform: uppercase;
}

.prefix-advantages__item-icon {
  min-width: 3.75rem;
  height: 3.75rem;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.prefix-advantages__item-icon svg,
.prefix-advantages__item-icon img {
  max-width: 2.75rem;
  max-height: 2.75rem;
}

.prefix-advantages__item-text {
  flex: 1 1 auto;
  margin-bottom: 1rem;
  margin-top: 0.75rem;
  color: var(--color-text, #e3e3e3);
}

.prefix-advantages__item .btn {
  padding: 0.75rem 1.25rem;
}

.prefix-tabs__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.875rem;
}

.prefix-tabs__list .prefix-tabs__list-btn {
  -ms-flex: 1;
  flex: 1;
  padding: 0.75rem;
  color: #676185;
  font-family: var(--ff-secondary);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  text-transform: uppercase;
  border-bottom: 2px solid var(--color-purple);
  background: 0 0;
}

.prefix-tabs__list button:first-child {
  position: relative;
}

.prefix-tabs__list button:first-child.active::after {
  transform: none;
  top: -1px;
}

.prefix-tabs__list button:first-child::after {
  position: absolute;
  content: "";
  top: 1px;
  right: -2.875rem;
  width: 2.9375rem;
  height: calc(100% + 1px);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  background: linear-gradient(
    to top right,
    transparent calc(50% - 1px),
    var(--color-purple),
    transparent calc(50% + 2px)
  );
}

.prefix-tabs__list button.active {
  color: var(--color-white);
  border-top: 2px solid var(--color-purple);
  border-bottom: none;
}

.prefix-tabs__list-btn.active:last-child::after {
  background: transparent;
}

.prefix-tabs__content {
  margin-top: 1.5rem;
}

.prefix-tabs__tab.active {
  display: block;
}

.prefix-tabs__tabimg {
  width: 100%;
  margin-bottom: 1rem;
  margin-top: 1rem;
  object-fit: contain;
  height: auto;
}

.prefix-tabs__tabp {
  margin-bottom: 1rem;
  color: var(--color-text, #e3e3e3);
}

.prefix-tabs__tab.btn {
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
  padding: 0.75rem 1.25rem;
  max-width: 17.5rem;
}

.prefix-tabs__list button.active {
  color: var(--color-white);
  border-top: 2px solid var(--color-purple);
  border-bottom: none;
  margin-right: 46px;
  margin-left: 45px;
}

.prefix-tabs__list {
  gap: 0;
}

.prefix-tabs__list-btn.active + .prefix-tabs__list-btn {
  border-bottom: 2px solid var(--color-purple);
  border-top: none;
}

.prefix-tabs__list-btn.active + .prefix-tabs__list-btn:last-child {
  border-top: none;
  border-bottom: 2px solid var(--color-purple);
}

.prefix-tabs__list-btn.active::after {
  position: absolute;
  content: "";
  top: 1px;
  right: -2.875rem;
  width: 2.9375rem;
  height: calc(100% + 1px);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  background: linear-gradient(
    to top right,
    transparent calc(50% - 1px),
    var(--color-purple),
    transparent calc(50% + 2px)
  );
}

.prefix-tabs__list-btn.active::before {
  position: absolute;
  content: "";
  top: -1px;
  left: -2.875rem;
  width: 2.9375rem;
  height: calc(100% + 1px);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  background: linear-gradient(
    to top right,
    transparent calc(50% - 1px),
    var(--color-purple),
    transparent calc(50% + 2px)
  );
}

.prefix-tabs__list-btn.active::after {
  transform: none;
  top: -1px;
}

.prefix-tabs__list button.active {
  position: relative;
}

.prefix-tabs__list button:first-child::after {
  content: none;
}

.prefix-tabs__list .prefix-tabs__list-btn.active:first-child::after {
  content: "";
}

.prefix-tabs__list {
  overflow-x: auto;
  scrollbar-width: thin;
  justify-content: flex-start;
}

.prefix-tabs__list-btn.active:first-child::before {
  content: none;
}

.prefix-tabs__list-btn {
  white-space: nowrap;
}

.prefix-tabs__list button.active:first-child {
  margin-left: 0;
}

.prefix-tabs {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.prefix-tabs__tab {
  height: 0;
  overflow: hidden;
  transition:
    height 0.3s ease,
    opacity 0.3s ease;
}

.prefix-tabs__tab.active {
  height: auto;
  overflow: visible;
}

@media (max-width: 576px) {
  .prefix-tabs__tab.btn {
    max-width: 100%;
  }
}

.prefix-faq {
  position: relative;
  padding: 1rem;
  border-radius: 0.75rem;
  background: var(--color-faq-item);
  margin-bottom: 1.25rem;
}

.prefix-faq-text {
  padding: 1rem 0 0 0;
  width: 95%;
  display: none;
}

.prefix-faq-text p {
  margin-bottom: 0.9375rem;
  color: var(--color-text, #e3e3e3);
}

.prefix-faq-text p:last-child {
  margin-bottom: 0;
}

.prefix-faq .prefix-faq-title {
  color: var(--color-faq-item-title);
  font-family: var(--ff-primary);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin: 0;
}

.prefix-faq .prefix-faq-title h3 {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-transform: math-auto;
}

.prefix-faq .prefix-faq-title::marker {
  content: "";
  width: 0;
}

.prefix-faq {
  list-style: none;
}

.prefix-faq .prefix-faq-title::after {
  position: absolute;
  right: 1.5625rem;
  top: 1.25rem;
  content: " ";
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M2 5L8 11L14 5' stroke='%23BEADE4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  height: 1rem;
  width: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.prefix-faq[data-open] .prefix-faq-title {
  padding-bottom: 0.625rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.prefix-faq[data-open] .prefix-faq-text {
  display: block;
}

.prefix-faq[data-open] .prefix-faq-title:after {
  transform: rotate(180deg);
}

.prefix-footer {
  padding: 1.25rem 0;
  background-color: var(--color-footer);
}

.prefix-footer__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.875rem;
  flex-wrap: wrap;
}

.prefix-footer > * {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1380px) {
  .prefix-footer > * {
    width: 95%;
  }
}

@media (max-width: 576px) {
  .prefix-footer > * {
    width: 92%;
  }
}

@media (max-width: 768px) {
  .prefix-footer__content {
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  .prefix-footer__content {
    gap: 1.5rem;
  }
}

.prefix-footer__logo {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (max-width: 576px) {
  .prefix-footer__logo {
    display: contents;
  }
}

@media (max-width: 576px) {
  .prefix-footer__logo img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.prefix-footer__copywrite {
  color: var(--color-footer-text);
}

@media (max-width: 576px) {
  .prefix-footer__copywrite {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
}

.prefix-footer-nav__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  gap: 24px 32px;
  width: 100%;
}

.prefix-footer-nav {
  width: 100%;
  max-width: 592px;
}

@media (max-width: 768px) {
  .prefix-footer-nav__list {
    display: flex;
    flex-direction: column;
    -ms-flex-align: center;
  }
}

@media (max-width: 576px) {
  .prefix-footer-nav__list {
    order: 2;
    align-items: flex-start;
  }
}

.prefix-footer-nav__link {
  width: 17.5rem;
  padding: 0.625rem 0;
  color: var(--color-footer-navigation-link);
}

span.prefix-footer-nav__link {
  color: var(--color-footer-navigation-link-hover);
}

@media (max-width: 1380px) {
  .prefix-footer-nav__link {
    width: 12.5rem;
  }
}

@media (max-width: 1000px) {
  .prefix-footer-nav__link {
    width: 9.375rem;
  }
}

@media (max-width: 800px) {
  .prefix-footer-nav__link {
    width: 8.125rem;
  }
}

.prefix-footer-nav__link a {
  color: var(--color-footer-navigation-link);
  transition: all 0.3s ease 0s;
}

.prefix-footer-nav__link a:hover {
  color: var(--color-footer-navigation-link-hover);
}

.prefix-footer-nav__link span {
  color: var(--color-footer-navigation-link);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.prefix-footer__download {
  max-width: 12.875rem;
  gap: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width: 576px) {
  .prefix-footer__download {
    display: contents;
  }
}

.prefix-footer__download-images {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

@media (max-width: 576px) {
  .prefix-footer__download-images {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

.prefix-footer__download-images img {
  max-height: 2.5rem;
  max-width: 12.5rem;
  height: auto;
  width: auto;
}

.prefix-footer__download .btn {
  padding: 0.625rem 1.25rem;
  max-width: unset;
  width: 100%;
}

@media (max-width: 576px) {
  .prefix-footer__download .btn {
    position: relative;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .prefix-footer__download .btn::before {
    position: absolute;
    content: "";
    top: -1.5rem;
    left: 0;
    height: 1px;
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
  }

  .prefix-footer__download .btn::after {
    position: absolute;
    content: "";
    bottom: -1.5rem;
    left: 0;
    height: 1px;
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
  }
}

.prefix-winners {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.prefix-winners__item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

@media (max-width: 768px) {
  .prefix-winners__item {
    width: 100%;
  }

  .prefix-slots__item {
    height: 160px;
  }

  .prefix-winners {
    grid-template-columns: 1fr;
  }
}

.prefix-winners__item-avatar {
  min-width: 3rem;
  height: 3rem;
  overflow: hidden;
  border-radius: 0.25rem;
}

.prefix-winners__item-avatar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.prefix-winners__item-info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media (max-width: 576px) {
  .prefix-winners__item-info {
    max-width: 50%;
    min-width: 50%;
  }
}

.prefix-winners__item-slot {
  color: var(--color-white);
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  white-space: normal;
}

.prefix-winners__item-value {
  min-width: 20%;
  align-self: center;
  text-wrap: wrap;
  white-space: wrap;
  color: var(--color-white);
  font-family: var(--ff-primary);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  flex: 1 1 auto;
  text-align: right;
  flex-shrink: 0;
}

.prefix-winners__item-value span {
  color: var(--green, #0afe87);
}

.prefix-slots {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  grid-template-columns: repeat(6, 1fr);
}

.col-7 {
  grid-template-columns: repeat(7, 1fr);
}

.col-6,
.col-12 {
  grid-template-columns: repeat(6, 1fr);
}

.col-5,
.col-10 {
  grid-template-columns: repeat(5, 1fr);
}

.col-4,
.col-8 {
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 980px) {
  .prefix-slots {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 576px) {
  .prefix-slots {
    gap: 0.5rem;
    grid-template-columns: 1fr 1fr;
  }
}

.prefix-slots__item {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
}

.prefix-slots__item:hover .prefix-slots__item-bg {
  left: 0;
}

.prefix-slots__item .btn {
  margin-left: 6px;
  margin-right: 6px;
}

.prefix-slots__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.prefix-slots__item-bg {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(30, 20, 80, 0.87)),
    to(rgba(30, 20, 80, 0.87))
  );
  background: linear-gradient(
    0deg,
    rgba(30, 20, 80, 0.87) 0,
    rgba(30, 20, 80, 0.87) 100%
  );
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.prefix-slots__item-bg svg {
  width: 3.5625rem;
  height: 3.5625rem;
  cursor: pointer;
}

.prefix-slots-section-btn {
  display: block;
  margin: 0 auto;
}

* + .prefix-bonuses {
  margin-top: 16px;
}

.prefix-bonuses {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));
}

.prefix-bonuses__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding-bottom: 0.625rem;
  border-radius: 0.75rem;
  background: var(--color-accent);
  overflow: hidden;
}

.prefix-popup__bonus-content + .prefix-bonuses__item-description {
  margin-top: 16px;
}

@media (max-width: 1024px) {
  .prefix-bonuses {
    grid-template-columns: repeat(auto-fill, minmax(325px, 1fr));
  }

  .prefix-slots__item .btn {
    margin-left: 12px;
    margin-right: 12px;
  }
}

@media (max-width: 768px) {
  .prefix-bonuses__item {
    width: 100%;
  }
}

.prefix-bonuses__item img {
  width: 100%;
  object-fit: cover;
  height: 11.25rem;
}

.prefix-bonuses__item-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  color: var(--color-text, #e3e3e3);
}

.prefix-bonuses__item-tag img {
  width: 1.5rem;
  height: 1.5rem;
}

.prefix-bonuses__item-content {
  padding: 1rem;
}

.prefix-bonuses__item-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  margin-top: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--color-title);
  font-family: var(--ff-secondary);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  text-transform: uppercase;
}

.prefix-bonuses__item-name svg {
  min-width: 1.5rem;
  max-width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
}

.prefix-bonuses__item-description {
  width: 96%;
  color: var(--color-text, #e3e3e3);
  font-family: var(--ff-primary);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}

.prefix-bonuses__item .btn {
  display: block;
  max-width: unset;
  width: 90%;
  margin: 0.625rem auto;
  padding: 1rem 2rem;
}

.prefix-bonuses-btn {
  margin: 1.5rem auto 0 auto;
}

.prefix-mp-hero {
  display: flex;
  gap: 1.5rem;
  padding: 1.5rem 0;
}

@media (max-width: 1000px) {
  .prefix-mp-hero {
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  .prefix-mp-hero {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.625rem;
    align-items: flex-start;
    order: -1;
  }
}

.prefix-mp-hero__main-content {
  max-width: 49.125rem;
}

@media (max-width: 1380px) {
  .prefix-mp-hero__main-content {
    max-width: unset;
  }

  .prefix-header__nav-mobile {
    max-width: 70%;
  }
}

@media (max-width: 576px) {
  .prefix-mp-hero__main-content {
    display: contents;
  }
}

.prefix-mp-hero__title {
  margin-bottom: 1.25rem;
  color: var(--color-title);
  font-family: var(--ff-secondary);
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.75rem;
  text-transform: uppercase;
}

@media (max-width: 576px) {
  .prefix-mp-hero__title {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}

.prefix-mp-hero__text {
  width: 98%;
}

@media (max-width: 576px) {
  .prefix-mp-hero__text {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

.prefix-mp-hero__text p {
  margin-bottom: 0.625rem;
  color: var(--color-text, #e3e3e3);
}

.prefix-mp-hero__text p:last-child {
  margin-bottom: 0;
}

.prefix-mp-hero__info {
  margin-top: 1.5rem;
  display: flex;
  gap: 1.5rem;
}

@media (max-width: 576px) {
  .prefix-mp-hero__info {
    display: contents;
  }
}

.prefix-mp-hero__bonus {
  width: 20.5rem;
  padding: 1rem;
}

.prefix-mp-hero__bonus-header {
  position: relative;
  display: flex;
  gap: 1.875rem;
}

.prefix-mp-hero__bonus-header > div {
  width: 100%;
}

.prefix-mp-hero__bonus-title {
  color: var(--color-title);
  font-family: var(--ff-secondary);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  text-transform: uppercase;
}

.prefix-mp-hero__bonus-description {
  color: var(--color-title);
}

.prefix-mp-hero__bonus-header > img {
  width: 4.5rem;
  height: 4.5rem;
  top: 0;
  right: 0;
  object-fit: contain;
}

.prefix-mp-hero__bonus .btn {
  margin-top: 0.75rem;
  -webkit-box-orient: horizontal;
  justify-content: space-between;
  padding: 0.5rem 1.25rem;
}

.prefix-mp-hero__bonus .btn svg {
  width: 2rem;
  height: 2rem;
}

.prefix-mp-hero__specifications-list {
  text-align: left;
}

@media (max-width: 576px) {
  .prefix-mp-hero__bonus {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin: 0 0 0.5rem 0;
  }
}

.prefix-mp-hero__specifications {
  display: inline-block;
  width: 10.5rem;
}

@media (max-width: 576px) {
  .prefix-mp-hero__specifications {
    order: 2;
  }
}

@media (max-width: 768px) {
  .prefix-mp-hero__specifications {
    width: 8.125rem;
  }
}

.prefix-mp-hero__specifications
  .prefix-mp-hero__specifications-list
  .prefix-mp-hero__specifications-list-item {
  position: relative;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--color-text, #e3e3e3);
}

.prefix-mp-hero__specifications
  .prefix-mp-hero__specifications-list
  .prefix-mp-hero__specifications-list-item::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0.1)),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1) 0,
    rgba(255, 255, 255, 0) 100%
  );
}

.prefix-mp-hero__specifications
  .prefix-mp-hero__specifications-list
  .prefix-mp-hero__specifications-list-item:first-child {
  padding-top: 0;
}

.prefix-mp-hero__specifications-header {
  color: var(--Second-button-color, #4dff52);
  font-weight: 700;
}

.prefix-mp-hero > img {
  max-width: 24.6875rem;
  flex: 1 1 auto;
  object-fit: contain;
}

@media (max-width: 576px) {
  .prefix-mp-hero > img {
    min-width: unset;
    flex: 1 1 auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (max-width: 576px) {
  .prefix-mp-hero > img {
    max-width: 50%;
    max-height: 200px;
  }
}

.bp-hero {
  padding: 1.5rem 0;
}

.bp-hero__title {
  margin-bottom: 1.25rem;
  color: var(--color-title);
  font-family: var(--ff-secondary);
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.75rem;
  text-transform: uppercase;
}

@media (max-width: 576px) {
  .bp-hero__title {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}

.bp-bonuses-section__subtitle {
  color: var(--color-white);
  font-family: var(--ff-secondary);
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.25rem;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}

@media (max-width: 1024px) {
  .bp-bonuses {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: thin;
    display: flex;
  }
}

.bp-bonuses__item {
  position: relative;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-width: 18rem;
  padding-bottom: 0.625rem;
  border-radius: 0.75rem;
  background: var(--color-accent);
  overflow: hidden;
}

@media (max-width: 768px) {
  .bp-bonuses__item {
    width: 100%;
  }
}

.bp-bonuses__item > img {
  width: 100%;
  object-fit: cover;
  height: 11.25rem;
}

.bp-bonuses__item-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  color: var(--color-text, #e3e3e3);
}

.bp-bonuses__item-tag svg {
  width: 1.5rem;
  height: 1.5rem;
}

.bp-bonuses__item-content {
  padding: 1rem;
}

.bp-bonuses__item-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  margin-top: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--color-title);
  font-family: var(--ff-secondary);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  text-transform: uppercase;
}

.bp-bonuses__item-name svg {
  min-width: 1.5rem;
  max-width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
}

.bp-bonuses__item-description {
  width: 96%;
  color: var(--color-text, #e3e3e3);
  font-family: var(--ff-primary);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}

.bp-bonuses__item .btn {
  display: block;
  max-width: unset;
  width: 90%;
  margin: 0.625rem auto;
  padding: 1rem 2rem;
}

.bp-bonuses .btn {
  margin: 1.5rem auto 0 auto;
}

.prefix-vp-hero {
  padding: 1.5rem 0;
}

.prefix-vp-hero__title {
  margin-bottom: 1.25rem;
  color: var(--color-title);
  font-family: var(--ff-secondary);
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.75rem;
  text-transform: uppercase;
}

@media (max-width: 576px) {
  .prefix-vp-hero__title {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}

.prefix-vp-hero__content {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 1.25rem;
}

@media (max-width: 1380px) {
  .prefix-vp-hero__content {
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.prefix-vp-hero__text {
  max-width: 41rem;
}

@media (max-width: 1380px) {
  .prefix-vp-hero__text {
    max-width: 100%;
    display: flex;
    flex-direction: column;
  }
}

.prefix-vp-hero__text > p {
  margin-bottom: 1.0625rem;
  color: var(--color-text, #e3e3e3);
}

.prefix-vp-hero__text > p:last-child {
  margin-bottom: 0;
}

.prefix-vp-hero__table {
  overflow-x: auto;
}

.prefix-vp-hero__table table {
  width: 100%;
  border-spacing: 0;
  height: auto;
  border-radius: 10px;
  overflow: auto;
}

@media (max-width: 768px) {
  .prefix-vp-hero__table table {
    width: 48rem;
  }
}

.prefix-vp-hero__table table td {
  border: 1px solid var(--color-accent);
  padding: 0.75rem;
  text-align: center;
  color: var(--color-text, #e3e3e3);
}

.prefix-vp-hero__table table tr:first-child td {
  color: var(--color-title);
  text-align: center;
  font-weight: 700;
  background: var(--color-purple);
}

.prefix-vp-hero__table table tr:first-child td:first-child {
  width: 10rem;
  border-radius: 12px 0 0 0;
}

.prefix-vp-hero__table table tr:first-child td:nth-child(2) {
  width: 32.5rem;
}

.prefix-vp-hero__table table tr:first-child td:last-child {
  width: 32.5rem;
  border-radius: 0 12px 0 0;
}

.prefix-vp-hero__table table tr:last-child td:first-child {
  border-radius: 0 0 0 12px;
}

.prefix-vp-hero__table table tr:last-child td:last-child {
  border-radius: 0 0 12px 0;
}

.prefix-vp-hero {
  display: inline-block;
  padding: 1rem;
  margin-bottom: 0.625rem;
  width: fit-content;
}

@media (max-width: 1000px) {
  .prefix-vp-hero {
    order: -1;
    width: 100%;
  }
}

.prefix-vp-hero__title {
  margin-bottom: 0.25rem;
  color: var(--color-title);
  font-family: var(--ff-secondary);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  text-transform: uppercase;
}

.prefix-vp-hero__description {
  color: var(--color-text);
}

.prefix-vp-hero .btn {
  margin-top: 1rem;
  padding: 12px;
}

.prefix-vp-hero img {
  max-width: 32.5rem;
  object-fit: contain;
}

@media (max-width: 1380px) {
  .prefix-vp-hero img {
    max-width: 100%;
    width: 100%;
  }
}

.prefix-mobile-button-ad-section {
  position: sticky;
  bottom: 0;
  padding: 0.5rem 1rem;
  background: #fff;
  display: none;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  align-items: center;
  gap: 0.625rem;
  z-index: 88;
}

.prefix-mobile-button-ad-section__name {
  color: #58586c;
  font-family: var(--ff-primary);
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.25rem;
}

.prefix-mobile-button-ad-section__description {
  color: #787878;
  font-family: var(--ff-primary);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
}

.prefix-mobile-button-ad-section__description span {
  color: #58586c;
  font-weight: 600;
}

.prefix-mobile-button {
  /*visibility: hidden*/
}

@media (max-width: 768px) {
  .prefix-mobile-button-ad-section {
    display: flex;
    gap: 0.75rem;
    flex: 1 1 auto;
    justify-content: space-between;
  }
}

.prefix-footer-social {
  display: flex;
  gap: 15px;
}

.prefix-footer-social__link img {
  max-width: 30px;
  max-height: 30px;
}

.prefix-screenshot-gallery__list {
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
}

.prefix-screenshot-gallery__list img {
  width: 100%;
}

.prefix-screenshot-gallery__prefix-wrapper {
  position: relative;
  max-width: 100%;
  margin-top: 16px;
}

.glightbox img {
  width: 100%;
  height: auto;
  min-width: 100%;
}
.prefix-screenshot-gallery {
  margin-bottom: 16px;
}

@media (max-width: 1000px) {
  .glightbox img {
    min-width: 192px;
  }

  .prefix-screenshot-gallery {
    overflow: scroll;
    width: 100%;
  }

  .prefix-screenshot-gallery__list img {
    width: 100%;
    min-width: 230px;
  }
}

@media (min-width: 1000px) {
  .prefix-screenshot-gallery__list {
    scrollbar-width: none;
  }
}

.prefix-advantages__item-title {
  font-family: var(--ff-secondary);
}

.prefix-header__logo img,
.prefix-footer__logo img {
  max-width: 104px;
  height: auto;
  width: auto;
}

.prefix-pros-cons__element-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: #e3e3e3;
}

.prefix-pros-cons__element-title {
  margin-top: 0;
}

.difference-prefix-wrapper {
  display: flex;
  justify-content: center;
  gap: 50px;
}

.prefix-pros-cons__element-item {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  padding-left: 32px;
}

.prefix-pros-cons__element-item_plus::before {
  position: absolute;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 35 35' fill='none'%3E%3Ccircle cx='17.5' cy='17.5' r='17.5' fill='%2300A874'/%3E%3Cpath d='M9 15.8789L17 23.8789' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M28.1133 13L17 23.8789' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.prefix-pros-cons__element-item_minus::before {
  position: absolute;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 35 35' fill='none'%3E%3Ccircle cx='17.5' cy='17.5' r='17.5' fill='%23D80027'/%3E%3Cline x1='8' y1='18' x2='27' y2='18' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.prefix-pros-cons__element-item svg {
  min-width: 20px;
  min-height: 20px;
  max-width: 20px;
  max-height: 20px;
  width: 100%;
}

@media (max-width: 768px) {
  .difference-prefix-wrapper {
    display: flex;
    justify-content: center;
    gap: 35px;
    flex-direction: column;
  }

  .prefix-pros-cons__element {
    width: 100%;
  }

  .prefix-pros-cons__element-item svg {
    min-width: 20px;
    min-height: 20px;
    max-width: 20px;
    max-height: 20px;
    width: 100%;
  }
}

h2 {
  margin-bottom: 1rem;
}

.prefix-auto-toc__title.prefix-toc__title {
  margin: 0;
}

.prefix-container .prefix-text-image:first-child {
  margin-top: 0;
}

.prefix-footer__content-payments {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}

.prefix-footer__content-payments-item img {
  max-width: 80px;
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .prefix-footer__content-payments {
    gap: 30px;
    padding: 35px 0 0 0;
  }

  .prefix-footer__content-payments-item img {
    max-width: 60px;
  }
}

@media (min-width: 1380px) {
  .prefix-header__nav
    .prefix-header__nav-item:hover
    > .prefix-header__nav-link {
    color: var(--color-header-navigation-link-hover);
  }

  .prefix-header__nav .prefix-header__nav-item:hover .prefix-sub-menu {
    display: flex;
    gap: 10px;
    flex-direction: column;
  }
}

.prefix-header__nav-item-arrow-svg {
  width: 21px;
  height: 21px;
  cursor: pointer;
  transition: 250ms;
}

.prefix-header__nav-item {
  position: relative;
}

div.prefix-sub-menu__link.prefix-sub-menu__link--current {
  color: var(--color-second-button-bg);
}

.prefix-sub-menu__link {
  display: flex;
  align-items: center;
}

@media (min-width: 1381px) {
  .prefix-header__nav-item--has-children:hover
    .prefix-header__nav-item-arrow
    svg {
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    padding-top: 0;
  }
}

@media (max-width: 1380px) {
  .prefix-sub-menu {
    position: relative;
    width: 100%;
    padding: 0 25px 40px 25px;
  }

  .prefix-header__nav-item.prefix-header__nav-item--has-children {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}

.prefix-promocode__bonus p {
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.prefix-promocode__value {
  width: 100%;
  padding: 0.75rem;
  border-radius: 12px;
  border: 1px solid var(--color-purple);
}

.prefix-promocode__button {
  position: relative;
  display: block;
  max-width: 11.875rem;
  min-width: 115px;
  padding: 15px 1.25rem;
  gap: 0.625rem;
  border-radius: 0.5rem;
  color: #1e1e28;
  font-family: var(--ff-primary);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  text-align: center;
  cursor: pointer;
  background: var(--color-content-button-bg);
  color: var(--color-content-button);
}

.prefix-promocode__controls {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 15px;
}

.prefix-promocode__controls.active .copy {
  display: none;
}

.copied {
  display: none;
}

.prefix-promocode__buttons {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.prefix-promocode__link {
  width: 100%;
  max-width: 100%;
}

.prefix-promocode__info {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  margin-top: 23px;
}

.prefix-promocode {
  margin-top: 10px;
  max-width: 600px;
}

.prefix-promocode__info-item {
  display: flex;
  gap: 5px;
}

.prefix-promocode__link.prefix-promocode__link--aff {
  margin-top: 12px;
}

.prefix-footer__copywrite {
  color: var(--color-footer-text);
}

/*.prefix-page-footer ul li, .prefix-page-footer ol li {*/
/*    list-style: none*/
/*}*/

@media (max-width: 768px) {
  .prefix-footer__content-payments {
    gap: 30px;
    padding: 35px 0 0 0;
  }

  .prefix-footer__content-payments-item img {
    max-width: 60px;
  }
}

.prefix-sub-menu {
  display: none;
  position: absolute;
  padding: 20px 15px;
  background-color: #003A02;
  top: 22px;
  border-radius: 0.375rem;
  width: 100%;
  min-width: max-content;
}

.prefix-header__nav-item {
  position: relative;
}

div.prefix-sub-menu__link.prefix-sub-menu__link--current {
  color: var(--color-second-button-bg);
}

@media (max-width: 1380px) {
  .prefix-sub-menu {
    position: relative;
    width: 100%;
    padding: 0 25px 40px 25px;
  }

  .prefix-header__nav-item.prefix-header__nav-item--has-children {
    display: flex;
    flex-wrap: wrap;
  }

  .prefix-header__nav-item--has-children.active .prefix-sub-menu {
    display: flex;
    margin-top: -20px;
  }

  .prefix-header__nav-item--has-children.active
    .prefix-header__nav-item-arrow
    svg {
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    padding-top: 0;
  }
}

@media (min-width: 1381px) {
  .prefix-header__nav .prefix-header__nav-item:hover .prefix-sub-menu {
    display: flex;
    gap: 10px;
    flex-direction: column;
  }

  .prefix-header__nav-item--has-children:hover
    .prefix-header__nav-item-arrow
    svg {
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    padding-top: 0;
  }
}

.prefix-comment-form__form {
  display: grid;
  grid-template-columns: 420px auto;
  gap: 20px 24px;
}

.prefix-comment-form__field {
  position: relative;
  padding: 1rem;
  border-radius: 0.75rem;
  background: var(--color-faq-item);
  color: var(--color-title);
}

.prefix-comment-form__field::placeholder {
  color: #e3e3e3;
}

.prefix-comment-form__textarea {
  resize: none;
  width: 100%;
  height: 100%;
}

.prefix-comment-form__textarea {
  grid-row: 1 / span 3;
  grid-column: 2;
}

.prefix-comment-form__button {
  width: 100%;
  min-width: 100%;
  background: var(--color-second-button-bg);
}

.prefix-comment-form__alert {
  color: var(--color-title);
}

.prefix-comment-form__alert {
  display: none;
}

.prefix-comment-form__alert.success {
  display: flex;
}

@media (max-width: 850px) {
  .prefix-comment-form__form {
    grid-template-columns: 1fr;
  }

  .prefix-comment-form__textarea {
    grid-row: 3;
    grid-column: 1;
  }
}

.prefix-comments {
  margin-top: 24px;
}

.prefix-comment {
  position: relative;
  padding: 1rem;
  border-radius: 0.75rem;
  background: var(--color-faq-item);
  color: var(--color-title);
  margin-top: 16px;
}

.prefix-comment__author {
  font-size: 24px;
  margin: 0 0 16px 0;
}

.prefix-comment__date {
  margin: 10px 0;
  display: block;
}

.prefix-relink__item {
  display: flex;
  align-items: center;
  justify-content: space-between;

  cursor: pointer;
}

.prefix-relink__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));
  gap: 0.75rem;
  justify-content: center;
}

.prefix-relink__item img {
  max-width: 56px;
}

.prefix-relink__title {
  color: var(--color-white);
  font-family: var(--ff-primary);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
}

@media (max-width: 1023px) {
  .prefix-relink__list {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 650px) {
  .prefix-relink__list {
    grid-template-columns: 1fr;
  }
}

.last-modified-date time {
  color: var(--color-footer-text);
}

.page._active {
  overflow: hidden;
}

.popup-bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 900;
}

.popup-bg.active {
  display: flex;
  max-width: 100%;
}

.popup {
  width: 1243px;
}

.popup .popup__cross {
  cursor: pointer;
}

.slots-popup {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
}

.slots-popup .slots-popup__header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 12px 16px 12px 20px;
  background: var(--color-accent);
}

.slots-popup .slots-popup__title {
  font-weight: 800;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
  flex: 1 1;
  margin-top: 0;
  margin-bottom: 0;
}

.slots-popup .slots-popup__buttons {
  display: flex;
  justify-content: center;
  flex: 1 1;
}

.slots-popup .slots__button {
  width: auto;
  padding: 10px 12.5px;
}

.slots-popup .slots-popup__cross-container {
  display: flex;
  justify-content: flex-end;
  flex: 1 1;
}

.slots-popup .slots-popup__content {
  min-height: 630px;
  background-color: #12192b;
  aspect-ratio: 16 / 9;
}

.slots-popup .slots-popup__iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 1412px) {
  .popup {
    margin: 0 20px;
  }

  .slots-popup .slots-popup__content {
    min-height: 540px;
  }
}

@media (max-width: 1200px) {
  .popup {
    margin: 0 16px;
  }
}

@media (max-width: 760px) {
  .slots-popup .slots-popup__content {
    flex: 1;
  }

  .prefix-header__nav-mobile {
    max-width: 95%;
  }

  .toc__title {
    width: 100%;
  }

  .slots-popup__iframe {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    z-index: 2;
  }

  .slots-popup .slots-popup__title {
    order: 1;
  }

  .slots-popup .slots-popup__buttons {
    order: 3;
    flex: 1 1 100%;
    margin-top: 8px;
  }

  .slots-popup .slots-popup__cross-container {
    flex: 0 0 32px;
    order: 2;
  }

  .slots-popup .slots-popup__header {
    padding: 12px 20px;
  }
}

.prefix-buttons-content {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.prefix-buttons-content .btn {
  display: flex;
  gap: 5px;
  align-items: center;
}

.prefix-buttons-content .btn img {
  max-width: 24px;
}

.prefix-buttons-content.align-right {
  justify-content: flex-end;
}

.prefix-buttons-content.align-center {
  justify-content: center;
}

.prefix-buttons-content.align-left {
  justify-content: flex-start;
}

.prefix-footer__links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.prefix-footer__links img {
  display: block;
  height: auto;
  max-height: 50px;
  width: auto;
}
.prefix-wrapper.prefix-container p,
.prefix-text-image__text p {
  margin-top: 1rem;
  max-width: 75rem;
}

.prefix-text-image__text p:last-child {
  margin-bottom: 0;
}

.prefix-text-image__text ul,
.prefix-text-image__text ol {
}

.prefix-text-image__text li {
}

.prefix-text-image__text h1,
.prefix-text-image__text h2,
.prefix-text-image__text h3,
.prefix-text-image__text h4,
.prefix-text-image__text h5 {
  font-weight: 400;
  margin: 1.5rem 0 1rem 0;
  color: var(--color-title);
  font-family: var(--ff-secondary);
}

.prefix-text-image__text h1 {
  font-size: 2.25rem;
  line-height: 2.75rem;
}

.prefix-text-image__text a {
  color: var(--color-link);
  text-decoration: none;
}
