* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:active,
:focus {
  outline: 0;
}
a:active,
a:focus {
  outline: 0;
}
aside,
footer,
header,
nav {
  display: block;
}
body,
html {
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}
button,
input,
textarea {
  font-family: inherit;
}
input::-ms-clear {
  display: none;
}
input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit;
}
input::placeholder,
textarea::placeholder {
  color: inherit;
}
textarea {
  resize: none;
}
button {
  cursor: pointer;
  background-color: transparent;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
a {
  display: inline-block;
  color: inherit;
}
a,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  vertical-align: top;
}

/* Исключение для изображений в отзывах */
.tragamonedaslegales-reviews img {
  width: auto;
  height: revert-layer;
  border-radius: 50%;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
picture {
  display: block;
  width: 100%;
  height: 100%;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type='number'] {
  -moz-appearance: textfield;
}
address {
  font-style: normal;
}
strong {
  display: block;
}

@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/tragamonedaslegales-fonts/tragamonedaslegales-prompt-semiBold.ttf)
    format('truetype');
}

@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/tragamonedaslegales-fonts/tragamonedaslegales-prompt-bold.ttf)
    format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/tragamonedaslegales-fonts/tragamonedaslegales-roboto-regular.woff2)
    format('woff2');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/tragamonedaslegales-fonts/tragamonedaslegales-roboto-bold.woff2)
    format('woff2');
}
:root {
  --font-main: 'Roboto', sans-serif;
  --font-second: 'Prompt', sans-serif;
  --font-prompt-semibold: 'Prompt', sans-serif;
  --font-prompt-bold: 'Prompt', sans-serif;
  --container-width: 1240px;
  --container-step: 20px;
  --container-step-tablet: 15px;
  --container-step-mobile: 16px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --main: #ffffff;
  --black: #000000;
  --white: #ffffff;
  --hover: #5600ea;
  --active: #5600ea;

  --pink: #f17373;
  --red: #ed4343;
  --dark: #323232;
  --green: #c0f3e2;
  --black-100: #2a2a2a;

  --bg-dark: #0b0013;
  --bg-dark-purple: #1c0031;
  --bg-light-purple: #5600ea;
  --bg-popup: #028372;
  --bg-white: #ffffff;
  --bg-orange: #f0b08e;
  --orange: #e18758;
  --bg-light-green: #05a791;
  --bg-dark-green: #026f60;
  --bg-gradient-green: linear-gradient(180deg, #5bae99 0%, #32d1ac 100%);
}
.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--container-step);
}
@media (max-width: 991px) {
  .container {
    padding: 0 var(--container-step-tablet);
  }
}
@media (max-width: 600px) {
  .container {
    padding: 0 var(--container-step-mobile);
  }
}

.underline {
  text-decoration: underline;
}

.opacity-80 {
  opacity: 0.8;
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: var(--font-main);
  min-height: 100vh;
  overflow: hidden;
  color: var(--main);
  background-color: var(--bg-dark-purple);
}
.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

/* Классы для шрифтов Prompt */
.font-prompt-semibold {
  font-family: var(--font-prompt-semibold);
  font-weight: 600;
}

.font-prompt-bold {
  font-family: var(--font-prompt-bold);
  font-weight: 700;
}

.bg-blur {
  background: rgba(184, 241, 255, 0.25);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.bg-dark {
  background-color: var(--bg-dark);
}

.bg-dark-purple {
  background-color: var(--bg-dark-purple);
}

.bg-light-purple {
  background-color: var(--bg-light-purple);
}

.bg-white {
  background-color: var(--bg-white);
}

.bg-orange {
  background-color: var(--bg-orange);
}

.bg-gradient-green {
  background: var(--bg-gradient-green);
}

.bg-light-green {
  background-color: var(--bg-light-green);
}

.bg-dark-green {
  background-color: var(--bg-dark-green);
}

.color-orange {
  color: var(--orange);
}

.font-second {
  font-family: var(--font-second);
}

a,
button {
  color: var(--main);
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}
.tx-54-32 {
  font-weight: 400;
  font-size: 54px;
  line-height: 120%;
}
@media (max-width: 991px) {
  .tx-54-32 {
    font-size: 46px;
  }
}
@media (max-width: 600px) {
  .tx-54-32 {
    font-size: 32px;
    word-wrap: break-word;
  }
}

.tx-40-24 {
  font-weight: 700;
  font-size: 40px;
  line-height: 130%;
}

@media (max-width: 991px) {
  .tx-40-24 {
    font-size: 32px;
  }
}

@media (max-width: 600px) {
  .tx-40-24 {
    font-size: 24px;
  }
}

.tx-20 {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
}

.tx-20-18 {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
}

@media (max-width: 600px) {
  .tx-20-18 {
    font-size: 18px;
  }
}

.tx-20-16 {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
}

@media (max-width: 600px) {
  .tx-20-16 {
    font-size: 16px;
  }
}

.tx-24 {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
}
.tx-24-15 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3;
}
@media (max-width: 1220px) {
  .tx-24-15 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .tx-24-15 {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .tx-24-15 {
    font-size: 15px;
  }
}

.tx-18-16 {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
}

@media (max-width: 600px) {
  .tx-18-16 {
    font-size: 16px;
  }
}

.tx-16 {
  font-size: 16px;
  line-height: 130%;
}

.tx-16-14 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

@media (max-width: 600px) {
  .tx-16-14 {
    font-size: 14px;
  }
}

.tragamonedaslegales-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.box-shadow {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.bg-outline {
  background-color: transparent;
  border: 1px solid var(--white);
}

.bg-black-100 {
  background-color: var(--black-100);
}

.tx-12 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}
.tx-main {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}
.box-shadow {
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.bg-gradient-purple {
  background: linear-gradient(
    180deg,
    rgba(112, 32, 251, 0) 0%,
    rgba(112, 32, 251, 0.4) 100%
  );
}

.bg-pink {
  background-color: var(--pink);
}

.strong-inline {
  display: inline;
}

.plr-24-16 {
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 600px) {
  .plr-24-16 {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.plr-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.p-20 {
  padding: 20px;
}

.ptb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ptb-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}
.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ptb-80-40 {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 600px) {
  .ptb-80-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.br {
  border: 1px solid white;
}

.brr-24 {
  border-radius: 24px;
}
.brr-20 {
  border-radius: 20px;
}

.brr-16 {
  border-radius: 16px;
}
.cp-age {
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.cp-card-game {
  padding: 20px;
  border-radius: 14px;
}

@media (max-width: 600px) {
  .cp-card-game {
    padding: 10px;
  }
}

.cp-popup {
  padding: 50px 107px;
  background-color: #4d317d;
  border-radius: 20px;
  max-width: 600px;
  width: 100%;
}
@media (max-width: 600px) {
  .cp-popup {
    width: 95%;
    padding: 40px 16px;
  }
}
.cp-header {
  padding: 10px 16px;
}

.tragamonedaslegales-header {
  background: rgba(184, 241, 255, 0.25);
}

.cp-logo {
  display: block;
  width: 269px;
  height: 24px;
}
.color-green {
  color: var(--green);
}
.but {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 30px;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  color: var(--white);
  background: linear-gradient(180deg, #ea4f76 0%, #b632d1 100%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  min-width: 240px;
  min-height: 40px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease;
  box-shadow: inset 0 0 6px 0 #58009b;
}

@media (max-width: 600px) {
  .but {
    font-size: 14px;
    padding: 10px 25px;
  }
}

.but:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
}

.but-signup {
  min-width: 150px;
  transition: all 0.3s ease;
}

.but-signup:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
}

/* Запасной стиль для кнопки LOG IN */
.but-login {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 32px;
  background: rgba(184, 241, 255, 0.25);
  color: var(--white);
  text-decoration: none;
  border: 2px solid var(--white);
  min-width: 150px;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  transition: all 0.3s ease;
  box-shadow: none;
}

.but-login:hover {
  background: rgba(184, 241, 255, 0.4);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
}
.input {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  padding: 0 20px;
  width: 100%;
  height: 41px;
  background-color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #121514;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .input:hover {
    border-color: var(--hover);
  }
}
.input:focus-visible {
  border-color: var(--hover);
}
.mb-10:not(:last-child) {
  margin-bottom: 10px;
}
.mb-16:not(:last-child) {
  margin-bottom: 16px;
}
.mb-4:not(:last-child) {
  margin-bottom: 4px;
}
.mb-32:not(:last-child) {
  margin-bottom: 32px;
}
.mb-20:not(:last-child) {
  margin-bottom: 20px;
}

.mb-24:not(:last-child) {
  margin-bottom: 24px;
}

.mb-30:not(:last-child) {
  margin-bottom: 30px;
}

.mb-30-24:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 600px) {
  .mb-30-24:not(:last-child) {
    margin-bottom: 24px;
  }
}

.mb-40-20:not(:last-child) {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .mb-40-20:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media (max-width: 600px) {
  .mb-40-20:not(:last-child) {
    margin-bottom: 20px;
  }
}

.mb-80-40:not(:last-child) {
  margin-bottom: 80px;
}

@media (max-width: 600px) {
  .mb-80-40:not(:last-child) {
    margin-bottom: 40px;
  }
}

.mb-40:not(:last-child) {
  margin-bottom: 40px;
}

.mb-section:not(:last-child) {
  margin-bottom: 80px;
}

@media (max-width: 600px) {
  .mb-section:not(:last-child) {
    margin-bottom: 40px;
  }
}

.mb-24-16:not(:last-child) {
  margin-bottom: 24px;
}
@media (max-width: 600px) {
  .mb-24-16:not(:last-child) {
    margin-bottom: 16px;
  }
}

.mb-18-14:not(:last-child) {
  margin-bottom: 18px;
}
@media (max-width: 600px) {
  .mb-18-14:not(:last-child) {
    margin-bottom: 14px;
  }
}

.d-block {
  display: block;
}
.w100 {
  min-width: 0;
  width: 100%;
}
.relative-z2 {
  position: relative;
  z-index: 2;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.uppercase {
  text-transform: uppercase;
}

.fw-100 {
  font-weight: 100;
}
.fw-200 {
  font-weight: 200;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-800 {
  font-weight: 800;
}
.fw-900 {
  font-weight: 900;
}
.lh-150 {
  line-height: 150%;
}

@media (max-width: 991px) {
  .cp-hero {
    border-radius: 30px;
    padding: 30px;
  }
}

@media (max-width: 600px) {
  .cp-hero {
    border-radius: 20px;
    padding: 10px;
  }
}

.tragamonedaslegales-hero {
  background-image: url(/tragamonedaslegales-img/tragamonedaslegales-hero.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 600px) {
  .tragamonedaslegales-hero {
    background-image: url(/tragamonedaslegales-img/tragamonedaslegales-hero-mob.webp);
  }
}

.tragamonedaslegales-hero__descr {
  width: 60%;
  margin-top: 100px;
}

@media (max-width: 991px) {
  .tragamonedaslegales-hero__descr {
    width: 75%;
  }
}

@media (max-width: 600px) {
  .tragamonedaslegales-hero__descr {
    width: 100%;
    margin-top: 40px;
  }
}

.tragamonedaslegales-section-games {
  background-image: url(/tragamonedaslegales-img/tragamonedaslegales-responsible.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 600px) {
  .tragamonedaslegales-section-games {
    background-image: url(/tragamonedaslegales-img/tragamonedaslegales-responsible-mob.webp);
  }
}

/* Стили для заголовка отзыва */
.tragamonedaslegales-review-header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 16px;
}

@media (max-width: 1220px) {
  .tragamonedaslegales-review-header {
    margin-bottom: 10px;
  }
}

.tragamonedaslegales-review-info {
  flex: 1;
}

.tragamonedaslegales-review-info strong {
  margin-bottom: 10px;
  display: block;
}

.tragamonedaslegales-games {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
  grid-template: auto/repeat(4, 1fr);
  gap: 40px 50px;
}

@media (max-width: 1220px) {
  .tragamonedaslegales-games {
    grid-template: auto/repeat(3, 1fr);
    gap: 24px;
  }
}

@media (max-width: 768px) {
  .tragamonedaslegales-games {
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr) [2];
    grid-template: auto/repeat(2, 1fr);
  }
}

@media (max-width: 330px) {
  .tragamonedaslegales-games {
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr) [2];
    grid-template: auto/repeat(1, 1fr);
  }
}

@media (max-width: 600px) {
  .tragamonedaslegales-games {
    gap: 16px;
  }
}

.tragamonedaslegales-games__item {
  position: relative;
}

@media (max-width: 600px) {
  .tragamonedaslegales-games__item {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
}

.tragamonedaslegales-games__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
}

@media (max-width: 600px) {
  .tragamonedaslegales-games__title {
    flex-direction: column;
    justify-content: center;
    padding: 12px 0;
  }
}

.tragamonedaslegales-games__raiting {
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tragamonedaslegales-games__raiting img {
  padding-right: 5px;
}

@media (max-width: 600px) {
  .tragamonedaslegales-games__title {
    font-size: 16px;
  }

  .tragamonedaslegales-games__raiting {
    padding-top: 8px;
  }
}

.tragamonedaslegales-games__image {
  position: relative;
  padding-bottom: 100%;
  border-radius: 10px;
  pointer-events: none;
}

.tragamonedaslegales-games__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  z-index: 1;
}

.tragamonedaslegales-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
.tragamonedaslegales-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}

.tragamonedaslegales-header__menu {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 780px;
  flex: 0 1 780px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  gap: 20px;
}

@media (max-width: 991px) {
  .tragamonedaslegales-header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-start;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--black);
    z-index: 100;
    padding: 100px 30px 30px 30px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: auto;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
      pointer-events 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
      pointer-events 0.2s ease-in-out;
  }
}
@media (max-width: 600px) {
  .tragamonedaslegales-header__menu {
    padding: 80px 30px 30px 30px;
  }
}
.tragamonedaslegales-header__menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.tragamonedaslegales-header__exit-menu {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent;
}
@media (max-width: 991px) {
  .tragamonedaslegales-header__exit-menu {
    display: block;
    top: 30px;
    right: 30px;
  }
}
@media (max-width: 600px) {
  .tragamonedaslegales-header__exit-menu {
    top: 15px;
    right: 15px;
  }
}
.tragamonedaslegales-header__exit-menu::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tragamonedaslegales-header__exit-menu::after {
  content: '';
  position: absolute;
  top: 12px;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.tragamonedaslegales-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 40px;
}
@media (max-width: 991px) {
  .tragamonedaslegales-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .tragamonedaslegales-nav__list_footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px 20px;
  }
}
.tragamonedaslegales-nav__link {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .tragamonedaslegales-nav__link:hover {
    color: var(--hover);
  }
}
.tragamonedaslegales-nav__link:focus-visible {
  color: var(--hover);
}
.tragamonedaslegales-nav__link:active {
  color: var(--active);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.tragamonedaslegales-footer__wrapp > div {
  flex: 1;
  min-width: 0;
}

.tragamonedaslegales-burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 22px;
  height: 18px;
  background-color: transparent;
}
@media (max-width: 991px) {
  .tragamonedaslegales-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.tragamonedaslegales-burger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  border-radius: 8px;
}

.tragamonedaslegales-hero__item {
  min-height: 620px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .tragamonedaslegales-hero__item {
    min-height: 620px;
  }
}

@media (max-width: 600px) {
  .tragamonedaslegales-hero__item {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-start;
  }
}

.tragamonedaslegales-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
  padding: 80px 0;
}
@media (max-width: 991px) {
  .tragamonedaslegales-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 600px) {
  .tragamonedaslegales-about {
    padding: 40px 0;
  }
}
.tragamonedaslegales-about__icon {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  height: 191px;
}
@media (max-width: 991px) {
  .tragamonedaslegales-about__icon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 200px;
  }
}
.tragamonedaslegales-faq__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 991px) {
  .tragamonedaslegales-faq__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.tragamonedaslegales-faq__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 400px;
  flex: 0 1 400px;
  width: 100%;
}
@media (max-width: 991px) {
  .tragamonedaslegales-faq__left {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}
.tragamonedaslegales-faq__right {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 768px;
  flex: 0 1 768px;
  width: 100%;
}
@media (max-width: 991px) {
  .tragamonedaslegales-faq__right {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}
.tragamonedaslegales-footer {
  display: flex;
}

.tragamonedaslegales-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

@media (max-width: 575px) {
  .tragamonedaslegales-footer__bottom {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 575px) {
  .tragamonedaslegales__copyright {
    order: 2;
    margin-top: 20px;
  }
}

.tragamonedaslegales-footer__nav__list {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

@media (max-width: 575px) {
  .tragamonedaslegales-footer__nav__list {
    flex-wrap: wrap;
  }
}

.tragamonedaslegales-footer__wrapp {
  display: flex;
  gap: 20px;
}

@media (max-width: 991px) {
  .tragamonedaslegales-footer__wrapp {
    flex-direction: column;
    margin-bottom: 32px;
  }
}

.tragamonedaslegales-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 50px;
}

@media (max-width: 991px) {
  .tragamonedaslegales-footer__links {
    justify-content: center;
  }
}
.tragamonedaslegales-popupauth {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 8;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.tragamonedaslegales-popupauth.active {
  opacity: 1;
  visibility: visible;
}
.tragamonedaslegales-popupauth__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.tragamonedaslegales-popupauth__content {
  overflow: auto;
  position: relative;
  z-index: 2;
  margin: auto;
}
.tragamonedaslegales-popupauth__item {
  display: none;
}
.tragamonedaslegales-popupauth__item.active {
  display: block;
}
.status {
  border-radius: 30px;
  margin-top: 15px;
  padding: 10px;
  background-color: green;
  display: none;
}
.form.active .status {
  display: block;
}
.tragamonedaslegales-choose {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template: auto/repeat(3, 1fr);
  gap: 16px 20px;
}
@media (max-width: 991px) {
  .tragamonedaslegales-choose {
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 1fr;
    grid-template: auto/repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .tragamonedaslegales-choose {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.tragamonedaslegales-terms {
  padding-top: 160px;
  padding-bottom: 86px;
  font-size: 20px;
  color: var(--main);
  line-height: 1.3;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .tragamonedaslegales-terms {
    padding-top: 120px;
    padding-bottom: 90px;
  }
}
@media (max-width: 600px) {
  .tragamonedaslegales-terms {
    padding-bottom: 80px;
  }
}

.tragamonedaslegales-terms p {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 400;
}

@media (max-width: 991px) {
  .tragamonedaslegales-terms p {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .tragamonedaslegales-terms p {
    font-size: 12px;
  }
}

.tragamonedaslegales-terms p:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .tragamonedaslegales-terms p:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .tragamonedaslegales-terms p:not(:last-child) {
    margin-bottom: 15px;
  }
}

.tragamonedaslegales-terms ul:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .tragamonedaslegales-terms ul:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .tragamonedaslegales-terms ul:not(:last-child) {
    margin-bottom: 15px;
  }
}

.tragamonedaslegales-terms li {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
}

@media (max-width: 991px) {
  .tragamonedaslegales-terms li {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .tragamonedaslegales-terms li {
    font-size: 12px;
  }
}

.tragamonedaslegales-terms li:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .tragamonedaslegales-terms li:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .tragamonedaslegales-terms li:not(:last-child) {
    margin-bottom: 15px;
  }
}

/* New Accordion Styles for tragamonedaslegales-accordion-wrapper */

.tragamonedaslegales-accordion-wrapper .tragamonedaslegales-accordion-item {
  margin-bottom: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.tragamonedaslegales-accordion-wrapper
  .tragamonedaslegales-accordion-item
  details[open] {
  background: linear-gradient(
    to left,
    rgba(112, 32, 251, 0) 40%,
    rgba(112, 32, 251, 0.4) 100%
  );
  border-radius: 15px;
}

.tragamonedaslegales-accordion-wrapper .tragamonedaslegales-accordion-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 24px 15px;
  cursor: pointer;
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  list-style: none;
  transition: background-color 0.3s ease;
}

/* Стиль для текста вопроса в аккордеоне */
.tragamonedaslegales-accordion-question {
  font-weight: 700;
}

.tragamonedaslegales-accordion-wrapper
  .tragamonedaslegales-accordion-summary::-webkit-details-marker {
  display: none;
}

/* Accordion icon styles */
.tragamonedaslegales-accordion-icon {
  width: 20px;
  height: 20px;
  transition: all 0.3s ease;
}

.tragamonedaslegales-accordion-wrapper
  .tragamonedaslegales-accordion-item
  details[open]
  .tragamonedaslegales-accordion-icon {
  content: url('/tragamonedaslegales-img/tragamonedaslegales-icons/tragamonedaslegales-icon-up.webp');
}

/* Альтернативный способ для браузеров, которые не поддерживают content с url */
.tragamonedaslegales-accordion-wrapper
  .tragamonedaslegales-accordion-item
  details[open]
  .tragamonedaslegales-accordion-icon {
  transform: rotate(0deg);
}

.tragamonedaslegales-accordion-wrapper .tragamonedaslegales-accordion-answer {
  padding: 0 24px 25px 24px;
  color: var(--white);
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 600px) {
  .tragamonedaslegales-accordion-wrapper
    .tragamonedaslegales-accordion-summary {
    padding: 27px 16px 17px;
  }

  .tragamonedaslegales-accordion-wrapper .tragamonedaslegales-accordion-answer {
    padding: 0 20px 25px 20px;
  }
}

.tragamonedaslegales-reviews {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template: auto/repeat(3, 1fr);
  gap: 20px;
}

@media (max-width: 991px) {
  .tragamonedaslegales-reviews {
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr) [2];
    grid-template: auto/repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .tragamonedaslegales-reviews {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.tragamonedaslegales-reviews__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px;
}

.tragamonedaslegales-reviews__stars li {
  width: 18px;
  height: 18px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
