@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, video {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

p, ul {
  margin-bottom: 0;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

@font-face {
  font-family: "Lato";
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Lato-Thin.eot");
  src: url("../fonts/Lato-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Thin.woff") format("woff"), url("../fonts/Lato-Thin.ttf") format("truetype"), url("../fonts/Lato-Thin.svg#Lato") format("svg");
}
@font-face {
  font-family: "Lato";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Lato-Light.eot");
  src: url("../fonts/Lato-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Light.woff") format("woff"), url("../fonts/Lato-Light.ttf") format("truetype"), url("../fonts/Lato-Light.svg#Lato") format("svg");
}
@font-face {
  font-family: "Lato";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Lato-Regular.eot");
  src: url("../fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Regular.woff") format("woff"), url("../fonts/Lato-Regular.ttf") format("truetype"), url("../fonts/Lato-Regular.svg#Lato") format("svg");
}
@font-face {
  font-family: "Lato";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Lato-Bold.eot");
  src: url("../fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Bold.woff") format("woff"), url("../fonts/Lato-Bold.ttf") format("truetype"), url("../fonts/Lato-Bold.svg#Lato") format("svg");
}
@font-face {
  font-family: "Lato";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Lato-Black.eot");
  src: url("../fonts/Lato-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Black.woff") format("woff"), url("../fonts/Lato-Black.ttf") format("truetype"), url("../fonts/Lato-Black.svg#Lato") format("svg");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Montserrat-Light.eot");
  src: url("../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype"), url("../fonts/Montserrat-Light.svg#Montserrat") format("svg");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat-Regular.svg#Montserrat") format("svg");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype"), url("../fonts/Montserrat-Bold.svg#Montserrat") format("svg");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Montserrat-Black.eot");
  src: url("../fonts/Montserrat-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Black.woff") format("woff"), url("../fonts/Montserrat-Black.ttf") format("truetype"), url("../fonts/Montserrat-Black.svg#Montserrat") format("svg");
}
:root {
  --container-width: 1280px;
  --transition: 0.3s ease;
  --default-font-family: "Lato";
  --heading-font-family: "Montserrat";
  --border-radius-main:16px;
  --color-theme-black:#020005;
  --color-theme-white:#ffffff;
  --color-theme-yellow:#FFC400;
  --color-theme-red:#f82f77;
  --color-theme-red-hov:#DC0653;
  --color-theme-green:#1CC343;
  --color-theme-green-hov:#0FA231;
  --color-theme-black2:#120D1C;
  --color-theme-light-gray:#5b5b5b;
  --color-theme-blue:rgb(27, 12, 67);
  --bg:#FAFAF8;
  --bg-back:#F0F3F6;
  --bg-blue: #42A4FE;
  --text-color: #020005;
  --fz-default: 18px;
  --fz-default: 18px;
  --gradient-theme-blue: -154deg, rgb(45 25 107) 0%, rgb(94, 41, 73) 100%;
  --gradient-theme-red: -154deg, #4e0d24 0%, rgb(31, 9, 9) 100%;
  --gradient-theme-red2: 90deg, #892146 0%, rgb(48, 26, 26) 100%;
  --h1: 44px;
  --h2: 28px;
  --h3: 20px;
  --h4: 18px;
  --l: 20px;
  --m: 16px;
  --s: 14px;
}
@media (max-width: 992px) {
  :root {
    --container-width: 992px;
    --fz-default: 16px;
    --h1: 32px;
    --h2: 22px;
    --h3: 18px;
    --h4: 16px;
    --l: 20px;
    --m: 16px;
    --s: 14px;
  }
}
@media (max-width: 768px) {
  :root {
    --container-width: 768px;
    --fz-default: 14px;
    --h1: 28px;
    --h2: 20px;
    --h3: 18px;
    --h4: 16px;
    --l: 20px;
    --m: 16px;
    --s: 14px;
  }
}
@media (max-width: 575px) {
  :root {
    --container-width: 575px;
    --fz-default: 14px;
    --h1: 24px;
    --h2: 18px;
    --h3: 16px;
    --h4: 14px;
    --l: 20px;
    --m: 16px;
    --s: 14px;
  }
}

html {
  height: 100%;
  overflow-x: hidden;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  font-family: var(--default-font-family), Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: var(--fz-default);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  min-width: 360px;
  position: relative;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.no-scroll {
  overflow: hidden;
  height: 100%;
}

button {
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); /* Прозрачный цвет подсветки */
}

a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.1); /* Прозрачный цвет подсветки */
}
a:active {
  color: var(--color-theme-yellow);
}
a:hover {
  color: var(--color-theme-yellow);
}

a {
  transition: 0.6s ease-in-out;
  outline: none;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

svg, img {
  max-width: 100%;
  height: auto;
}

/* Style the main content */
main {
  /* Чтобы занимал оставшееся пространство */
  flex-grow: 1;
}

p {
  margin-bottom: 20px;
}

/* Style the footer */
footer {
  flex-shrink: 0;
}

button,
input,
textarea {
  outline: none !important;
}

strong {
  font-weight: 700;
}

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

.hidden {
  display: none !important;
  overflow: hidden;
}

.svg-loader {
  visibility: hidden;
  opacity: 0;
  position: relative;
  z-index: -1;
  width: 0;
  height: 0;
}

.wrapper {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}

ol, ul {
  list-style: none;
}

[class*=__container] {
  margin: 0 auto;
  max-width: var(--container-width);
  width: 100%;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: var(--container-width);
}
@media only screen and (max-width: 1280px) {
  .container {
    padding: 0 16px;
  }
}

h1 {
  font-family: var(--heading-font-family);
  font-weight: 700;
  font-size: var(--h1);
  line-height: 106%;
}

h2 {
  font-family: var(--heading-font-family);
  font-weight: 700;
  font-size: var(--h2);
  line-height: 125%;
}

h3 {
  font-family: var(--heading-font-family);
  font-weight: 700;
  font-size: var(--h3);
  line-height: 130%;
}

h4 {
  font-family: var(--heading-font-family);
  font-weight: 700;
  font-size: var(--h4);
  line-height: 133%;
}

h5 {
  font-family: var(--heading-font-family);
  font-weight: 700;
  font-size: var(--m);
  line-height: 135%;
}

h6 {
  font-family: var(--heading-font-family);
  font-weight: 900;
  font-size: var(--m);
  line-height: 140%;
}

a {
  color: var(--color-link-text);
  text-decoration: none;
}

.l {
  font-size: var(--l);
  line-height: 120%;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 15px 0 15px 15px;
}
@media (max-width: 575px) {
  .alignright {
    margin: 10px auto;
    float: none;
    display: block;
    width: 100%;
  }
}

.alignleft {
  float: left;
  margin: 0 15px 15px 15px;
}
@media (max-width: 575px) {
  .alignleft {
    margin: 10px auto;
    float: none;
    display: block;
    width: 100%;
  }
}

.aligncenter {
  display: block;
  margin: 15px auto 15px auto;
}
@media (max-width: 575px) {
  .aligncenter {
    margin: 10px auto;
    float: none;
    display: block;
    width: 100%;
  }
}

.wp-caption {
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.text > h1:first-child, .text > h2:first-child, .text > h3:first-child, .text > h4:first-child, .text > h5:first-child, .text > h6:first-child {
  margin-top: 0;
}
.text p {
  line-height: 24px;
  color: rgba(2, 0, 5, 0.8);
  margin-bottom: 32px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .text p {
    margin-bottom: 16px;
    line-height: 1.4em;
  }
}
.text p:last-child {
  margin-bottom: 0;
}
.text a {
  color: #0094FF;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.text a:hover {
  text-decoration: none;
}
.text ol, .text ul {
  margin: 24px 0;
  list-style-position: inside;
}
@media (max-width: 768px) {
  .text ol, .text ul {
    margin: 12px 0;
    padding-left: 8px;
  }
}
.text ol li, .text ul li {
  margin: 12px 0;
  margin-left: 32px;
}
@media (max-width: 768px) {
  .text ol li, .text ul li {
    margin-left: 16px;
  }
}
.text ul {
  list-style: disc;
}
.text ol {
  list-style: decimal;
}
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
  margin: 32px 0 20px 0;
}
@media (max-width: 768px) {
  .text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
    margin: 24px 0 12px 0;
  }
}
.text img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}
.text table img {
  border-radius: 12px;
  margin: 5px auto;
}
.text table p {
  margin-bottom: 12px;
}
.text table .wp-caption, .text table .wp-caption-text {
  padding: 0;
  margin: 0;
}
.text caption {
  text-align: center;
  font-size: 14px;
  color: rgba(2, 0, 5, 0.8);
  font-weight: 400;
  line-height: 1.2em;
}
@media (max-width: 768px) {
  .text caption {
    font-size: 13px;
  }
}
.text .list-colum-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.text .list-colum-2 li {
  margin: 5px 0;
  margin-left: 32px;
}
.text .list-colum-3 {
  width: 100%;
  margin: 12px 0 0 0;
  column-count: 3;
  column-gap: 20px;
}
@media only screen and (max-width: 768px) {
  .text .list-colum-3 {
    column-count: 2;
  }
}
@media only screen and (max-width: 480px) {
  .text .list-colum-3 {
    column-count: 1;
  }
}
.text .list-colum-4 {
  width: 100%;
  margin: 12px 0 0 0;
  column-count: 4;
  column-gap: 20px;
}
@media only screen and (max-width: 992px) {
  .text .list-colum-4 {
    column-count: 3;
  }
}
@media only screen and (max-width: 768px) {
  .text .list-colum-4 {
    column-count: 2;
  }
}
@media only screen and (max-width: 480px) {
  .text .list-colum-4 {
    column-count: 1;
  }
}

.text h1:first-child,
.text h2:first-child,
.text h3:first-child,
.text h4:first-child,
.text h5:first-child,
.text h6:first-child {
  margin-top: 0;
}

.text ul,
.text ol {
  margin: 30px 0 30px 0;
}

.text ul li {
  position: relative;
  list-style: none;
  margin-bottom: 15px;
  padding-left: 15px;
  line-height: 1.4em;
}
.text ul li:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("../images/icons/icon-checklist.svg") no-repeat center center;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: -20px;
}

.text ol li {
  position: relative;
  margin-bottom: 15px;
  line-height: 1.4em;
}

.text ol {
  list-style: decimal;
  list-style-position: outside;
}

.text li > ul,
.text li > ol {
  margin-bottom: 0;
}

.text table caption {
  font-weight: bold;
  padding: 8px;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
}

.text td, .text th {
  padding: 12px;
  border: 1px solid var(--color-theme-blue);
  font-size: 14px;
}
@media only screen and (max-width: 575px) {
  .text td, .text th {
    padding: 8px;
    font-size: 12px;
    line-height: 1.2em;
  }
}

.text img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.text p {
  line-height: 24px;
  color: rgba(2, 0, 5, 0.8);
  margin-bottom: 32px;
  font-weight: 400;
}

.text table th {
  font-weight: bold;
  text-align: left;
  color: #fff;
}

.text table {
  margin: 0;
  position: relative;
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
  border-radius: 12px;
}
@media (max-width: 575px) {
  .text table {
    border-radius: 0;
  }
}
.text table caption {
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
}
.text table thead {
  overflow: hidden;
  background: transparent;
}
.text table thead tr {
  overflow: hidden;
  background: transparent;
}
.text table thead th {
  padding: 12px;
  color: #FFF;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2em;
  vertical-align: middle;
  background: transparent;
}
@media (max-width: 575px) {
  .text table thead th {
    vertical-align: middle;
    font-size: 13px;
    padding: 8px;
  }
}
.text table thead th a {
  color: #fff !important;
  text-decoration: none !important;
}
.text table tbody {
  overflow: hidden;
}
.text table tbody tr {
  background: #fff;
  overflow: hidden;
  vertical-align: middle;
}
.text table tbody tr:nth-child(even) {
  background: #F9F9F9;
}
.text table tbody td {
  padding: 12px;
  line-height: 1.1em;
  color: rgba(2, 0, 5, 0.8);
  text-overflow: ellipsis;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  border: 1px solid #EDEDED;
  vertical-align: middle;
  word-wrap: break-word;
}
@media (max-width: 992px) {
  .text table tbody td {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
  }
}
@media (max-width: 575px) {
  .text table tbody td {
    font-size: 13px;
    padding: 8px;
  }
}

.btn-get {
  padding: 6px 15px;
  color: #fff;
  font-size: 16px;
  background: var(--color-theme-red);
  line-height: 1.2em;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: none;
  text-align: center;
  width: 100%;
  max-width: 120px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 4px;
  height: 44px;
  transition: 0.3s ease-out;
}
.btn-get--red {
  background: var(--color-theme-red);
}
.btn-get--red:hover {
  background: var(--color-theme-red-hov);
}
.btn-get--green {
  background: var(--color-theme-green);
}
.btn-get--green:hover {
  background: var(--color-theme-green-hov);
}

.header__bonus-wrap {
  display: flex;
  width: 380px;
  padding: 16px 20px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  border-radius: 0px 0px 8px 8px;
  background: var(--Main-Back, #000);
  position: absolute;
  top: 61px;
  right: -3px;
  display: none;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  position: absolute; /* Для удобного позиционирования */
  z-index: 100;
}
@media (max-width: 768px) {
  .header__bonus-wrap {
    width: 320px;
  }
}

.header__bonus-wrap.show {
  display: block;
  opacity: 1;
}

.header__bonus-title {
  color: var(--Main-White, #FFF);
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 16px;
}

.header__bonus-item-info {
  display: flex;
  gap: 16px;
  margin-bottom: 12px;
  border-radius: 4px;
  align-items: center;
}
.header__bonus-item-info img {
  width: 64px;
  height: 64px;
}

.header__bonus-item {
  padding: 16px;
  background: var(--Main-White, #FFF);
  margin-bottom: 16px;
}

.header__bonus-item-text {
  color: var(--Main-Back, #000);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.header__bonus-item-button {
  color: var(--Main-Back, #000);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  max-height: 40px;
  font-family: Montserrat;
}

.popup-game {
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(2, 0, 5, 0.8);
  transition: 0.3s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.popup-game.active {
  visibility: visible;
  opacity: 1;
  z-index: 998;
}
.popup-game__block {
  border-radius: 16px;
  background: #fff;
  width: 100%;
  max-width: 90%;
  height: 90vh;
  padding: 20px;
  position: relative;
  cursor: default;
  overflow: hidden;
}
.popup-game__inner iframe {
  width: 100%;
  height: 100%;
}
.popup-game__frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup-game__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  border-radius: 2px;
  color: #442478;
  cursor: pointer;
  font-size: 20px;
  background: #fff;
}

.accordion-container {
  width: 100%;
}

.accordion-item {
  background-color: #FFFFFF; /* White background for items */
  border: 1px solid #E0E0E0; /* Light border */
  border-radius: 8px;
  margin-bottom: 10px;
  overflow: hidden;
}

.accordion-header {
  background-color: white; /* Soft purple */
  padding: 20px 32px;
  border: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  transition: background-color 0.3s ease;
  color: black;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.accordion-header:hover {
  background: var(--Buitenland-EMD-2-blue, #42A4FE);
  color: white;
}
.accordion-header:hover .icon {
  color: white;
  opacity: 1;
}

.accordion-content {
  background-color: #FAFAFA; /* Very light grey for content */
  overflow: hidden;
  padding: 0 32px;
  max-height: 0;
  transition: max-height 0.3s ease;
}

.accordion-content p {
  margin: 15px 0;
  line-height: 1.5;
}

.icon {
  transition: transform 0.3s ease;
  font-weight: 100;
  opacity: 0.6;
  font-size: 33px;
}

.active .icon {
  transform: rotate(45deg);
}

.accordion-header.active {
  background: var(--Buitenland-EMD-2-blue, #42A4FE);
  color: white;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion-header.active .icon {
  opacity: 1;
}

body {
  background: #F6F6F6;
}

html {
  scroll-behavior: smooth;
}

.container {
  max-width: 1312px;
  padding: 0 12px;
  margin: auto;
  position: relative;
}
@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}