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

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

:focus,
:active {
  outline: none;
}

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

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

html,
body {
  width: 100%;
  line-height: 1;
  font-size: 14px;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  overscroll-behavior: none;
}

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

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

textarea,
input {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: inherit;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
  color: inherit;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: inherit;
}

textarea::-ms-input-placeholder,
input::-ms-input-placeholder {
  color: inherit;
}

textarea::placeholder,
input::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;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  vertical-align: top;
}

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-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

address {
  font-style: normal;
}

strong {
  display: block;
}

@font-face {
  font-family: "Clash Display";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/mylotteries-clashdisplay-variable.woff2) format("woff2");
}

:root {
  --font-family: "Clash Display", sans-serif;
  --container-width: 1240px;
  --container-step: 80px;
  --container-step-tablet: 30px;
  --container-step-mobile: 10px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --background-page: #fcf7f0;
  --main: #fcf7f0;
  --black: #000000;
  --tx-color: var(--white);
  --white: #ffffff;
  --tx-main-color: white;
  --hover: #7b68ee;
  --active: #4169e1;
  --white-milk: #fcf7f0;
  --Dark-grey: #444;
}

h1,
button,
.label,
h3,
h2,
a,
label {
  font-family: var(--font-family), sans-serif;
}

h1,
h2 {
  font-weight: 700;
}

.txt-color {
  color: var(--tx-main-color);
}

.txt-color-black {
  color: var(--Dark-grey);
}

.span-color {
  color: var(--tx-color);
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--container-step);
}
@media (max-width: 1300px) {
  .container {
    padding: 0 var(--container-step-tablet);
  }
}
@media (max-width: 600px) {
  .container {
    padding: 0 var(--container-step-mobile);
  }
}

.mg-bottom-20 {
  margin-bottom: 20px;
}

.mg-bottom-20-14 {
  margin-bottom: 20px;
  @media (max-width: 991px) {
    margin-bottom: 14px;
  }
}

.mg-bottom-20-for-ul {
  @media (max-width: 991px) {
    margin-bottom: 20px;
  }
}

.mg-bottom-24 {
  margin-bottom: 24px;
}

.mg-bottom-100 {
  margin-bottom: 100px;
  @media (max-width: 1300px) {
    margin-bottom: 80px;
  }
  @media (max-width: 600px) {
    margin-bottom: 40px;
  }
}

.mg-bottom-90 {
  margin-bottom: 90px;
  @media (max-width: 1300px) {
    margin-bottom: 70px;
  }
  @media (max-width: 600px) {
    margin-bottom: 40px;
  }
}

.mg-bottom-60 {
  margin-bottom: 60px;
  @media (max-width: 1300px) {
    margin-bottom: 50px;
  }
  @media (max-width: 600px) {
    margin-bottom: 40px;
  }
}

.mg-bottom-80 {
  margin-bottom: 80px;
  @media (max-width: 1300px) {
    margin-bottom: 60px;
  }
  @media (max-width: 600px) {
    margin-bottom: 40px;
  }
}

.mg-bottom-20-10 {
  margin-bottom: 20px;
  @media (max-width: 1300px) {
    margin-bottom: 10px;
  }
}

.mg-bottom-30 {
  margin-bottom: 30px;
}

.mg-bottom-30-10 {
  margin-bottom: 30px;
  @media (max-width: 991px) {
    margin-bottom: 20px;
  }
  @media (max-width: 600px) {
    margin-bottom: 10px;
  }
}

.mg-bottom-30-20 {
  margin-bottom: 30px;
  @media (max-width: 991px) {
    margin-bottom: 20px;
  }
}

.mg-bottom-20-30 {
  margin-bottom: 20px;
  @media (max-width: 991px) {
    margin-bottom: 30px;
  }
}

.mg-bottom-50-40 {
  margin-bottom: 50px;

  @media (max-width: 600px) {
    margin-bottom: 40px;
  }
}

.mg-bottom-8 {
  margin-bottom: 8px;
}

input[type="text"],
input[type="email"],
input[type="date"],
input[type="time"],
input[type="tel"],
input[type="number"],
input[type="password"],
textarea {
  padding: 10px;
  width: 100%;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: #fff;
  color: var(--Dark-grey, #444);
  font-family: var(--font-family), sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  @media (max-width: 600px) {
    font-size: 14px;
  }
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--Dark-grey, #444);
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--Dark-grey, #444);
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--Dark-grey, #444);
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: var(--Dark-grey, #444);
}

input::placeholder,
textarea::placeholder {
  color: var(--Dark-grey, #444);
}

textarea {
  min-height: 120px;
}

.display-flex-column {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.display-flex-row {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.display-flex-row.gap20 {
  gap: 20px;
}

.rd-transfer {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mylotteries-page {
  display: flex;
  flex-direction: column;
  font-family: var(--font-family), sans-serif;
  min-height: 100vh;
  overflow: hidden;
  color: var(--main);
  background: #fcf7f0;
}

.mylotteries-main {
  flex: 1 1 auto;
}

.main_no-margin:not(:last-child) {
  margin-bottom: 0;
}

button,
a {
  color: var(--tx-color);
}

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

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

.brr-10 {
  border-radius: 10px;
  overflow: hidden;
}

.age {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.liner {
  border-radius: 10px;
  width: 100%;
  height: 16px;
  position: relative;
}
.liner span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
  border-radius: inherit;
}

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

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

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

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

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

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

.p-16-8 {
  padding: 16px;
}
@media (max-width: 1300px) {
  .p-16-8 {
    padding: 12px;
  }
}
@media (max-width: 600px) {
  .p-16-8 {
    padding: 8px;
  }
}

.p-20 {
  padding: 20px;
}

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

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

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

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

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

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  word-break: break-all;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  min-width: 254px;
}
@media (any-hover: hover) {
  .logo:hover {
    color: var(--hover);
  }
}
.logo:focus-visible {
  color: var(--hover);
}
.logo:active {
  color: var(--active);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.logo span {
  width: 25px;
  height: 25px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.letter-logo-shadow {
  margin-bottom: -8px;
  margin-right: -4px;
  margin-left: -4px;
}

.letter-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 1px;
  word-break: break-all;
}

.letter-dash {
  margin-bottom: 6px;
}

.tx-40-26 {
  font-weight: 700;
  font-size: 40px;

  @media (max-width: 1300px) {
    font-size: 32px;
  }
  @media (max-width: 600px) {
    font-size: 26px;
  }
}

.tx-60-34 {
  font-weight: 400;
  font-size: 60px;
  line-height: 120%;
}
@media (max-width: 1220px) {
  .tx-60-34 {
    font-size: 50px;
  }
}
@media (max-width: 1300px) {
  .tx-60-34 {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  .tx-60-34 {
    font-size: 34px;
  }
}

.tx-60-40 {
  font-weight: 400;
  font-size: 60px;

  @media (max-width: 1220px) {
    font-size: 50px;
  }
  @media (max-width: 600px) {
    font-size: 40px;
  }
}

.tx-80-34 {
  font-weight: 700;
  font-size: 80px;
  line-height: 100%;
}
@media (max-width: 1220px) {
  .tx-80-34 {
    font-size: 60px;
  }
}
@media (max-width: 1300px) {
  .tx-80-34 {
    font-size: 45px;
  }
}
@media (max-width: 600px) {
  .tx-80-34 {
    font-size: 34px;
  }
}

.tx-70-30 {
  font-size: 70px;
  line-height: 100%;

  @media (max-width: 1220px) {
    font-size: 55px;
  }
  @media (max-width: 1100px) {
    font-size: 45px;
  }
  @media (max-width: 600px) {
    font-size: 30px;
  }
}

.tx-50-24 {
  font-size: 50px;
  line-height: 100%;

  @media (max-width: 1220px) {
    font-size: 40px;
  }
  @media (max-width: 1100px) {
    font-size: 30px;
  }
  @media (max-width: 600px) {
    font-size: 24px;
  }
}

.mg-top-bottom-50 {
  margin-bottom: 50px;
  margin-top: 50px;
}

.mg-top-50 {
  margin-top: 50px;
}

.mg-top-40-30 {
  margin-top: 40px;
  @media (max-width: 991px) {
    margin-top: 30px;
  }
}

.mg-top-40 {
  margin-top: 40px;
}

.mg-top-32 {
  margin-top: 32px;
}

.mg-bottom-40 {
  margin-bottom: 40px;
}

.mg-bottom-40-20 {
  margin-bottom: 40px;
  @media (max-width: 991px) {
    margin-bottom: 20px;
  }
}

.mg-bottom-40-30 {
  margin-bottom: 40px;
  @media (max-width: 991px) {
    margin-bottom: 30px;
  }
}

.mg-bottom-30 {
  margin-bottom: 30px;
}

.pd-bottom-90 {
  padding-bottom: 90px;
}

.mg-bottom-50 {
  margin-bottom: 50px;
}

.mg-bottom-10 {
  margin-bottom: 10px;
}

.mg-bottom-16 {
  margin-bottom: 16px;
}

.mg-bottom-10 {
  margin-bottom: 10px;
}

.pd-top-bottom-50 {
  padding-bottom: 50px;
  padding-top: 50px;
}

.pd-top-50 {
  padding-top: 50px;
}

.pd-top-40 {
  padding-top: 40px;
}

.pd-top-40-20 {
  padding-top: 40px;
  @media (max-width: 600px) {
    padding-top: 20px;
  }
}

.pd-bottom-50 {
  padding-bottom: 50px;
}

.pd-bottom-40 {
  padding-bottom: 40px;
}

.tx-30-20 {
  font-family: var(--font-family), sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 120%;
}
@media (max-width: 1220px) {
  .tx-30-20 {
    font-size: 26px;
  }
}
@media (max-width: 1300px) {
  .tx-30-20 {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .tx-30-20 {
    font-size: 20px;
  }
}

.tx-30-22 {
  font-weight: 700;
  line-height: 120%;
  font-size: 30px;
  @media (max-width: 600px) {
    font-size: 22px;
  }
}

.tx-38-24 {
  font-weight: 400;
  font-size: 38px;
  line-height: 120%;
}
@media (max-width: 1220px) {
  .tx-38-24 {
    font-size: 30px;
  }
}
@media (max-width: 1300px) {
  .tx-38-24 {
    font-size: 28px;
  }
}
@media (max-width: 600px) {
  .tx-38-24 {
    font-size: 24px;
  }
}

.tx-14 {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
}

.tx-14-12 {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  @media (max-width: 600px) {
    font-size: 12px;
  }
}

.tx-12-150 {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
}

.tx-12 {
  font-weight: 400;
  font-size: 12px;
}

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

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

.tx-16-12 {
  font-weight: 400;
  font-size: 16px;
  @media (max-width: 991px) {
    font-size: 12px;
  }
}

.tx-16-150 {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--tx-color);
}

.line-height-150 {
  line-height: 150%;
}

.tx-20 {
  font-family: var(--font-family), sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
}

.tx-20-12 {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
}
@media (max-width: 1220px) {
  .tx-20-12 {
    font-size: 16px;
  }
}
@media (max-width: 1300px) {
  .tx-20-12 {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .tx-20-12 {
    font-size: 12px;
  }
}

.tx-24-20 {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
}
@media (max-width: 1220px) {
  .tx-24-20 {
    font-size: 22px;
  }
}
@media (max-width: 1300px) {
  .tx-24-20 {
    font-size: 20px;
  }
}

.tx-24-16 {
  font-size: 24px;
  line-height: 100%;

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

.tx-20-16 {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
}
@media (max-width: 1220px) {
  .tx-20-16 {
    font-size: 18px;
  }
}
@media (max-width: 1300px) {
  .tx-20-16 {
    font-size: 16px;
  }
}

.tx-20-14 {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  @media (max-width: 1220px) {
    font-size: 18px;
  }
  @media (max-width: 1300px) {
    font-size: 14px;
  }
}

.tx-20-18 {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
}
@media (max-width: 1220px) {
  .tx-20-18 {
    font-size: 18px;
  }
}

.tx-18-14 {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  @media (max-width: 991px) {
    font-size: 14px;
  }
}

.tx-main {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 1300px) {
  .tx-main {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .tx-main {
    font-size: 16px;
  }
}

.hover-color {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .hover-color:hover {
    color: var(--hover);
  }
}
.hover-color:focus-visible {
  color: var(--hover);
}
.hover-color:active {
  color: var(--active);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.d-block {
  display: block;
}

.w100 {
  min-width: 0;
  width: 100%;
}

.relative-z2 {
  position: relative;
  z-index: 2;
}

.word-break {
  word-break: break-all;
}

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

.img-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

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

.underline {
  text-decoration: underline;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.uppercase-with600 {
  @media (max-width: 600px) {
    text-transform: uppercase;
  }
}

.lowercase {
  text-transform: lowercase;
}

.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;
}

.mylotteries-header {
  padding: 15px 0;
  background: #237129;
  /* position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  width: 100%; */
}

header .mylotteries-logo img {
  height: 25px;
  width: 164px;
}

.mylotteries-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: 20px;
}

@media (max-width: 991px) {
  .mylotteries-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;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--black);
    z-index: 1000;
    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) {
  .mylotteries-header__menu {
    padding: 80px 30px 30px 30px;
  }
}

.mylotteries-header__menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

.mylotteries-header__exit-menu {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent;
}

@media (max-width: 991px) {
  .mylotteries-header__exit-menu {
    display: block;
    top: 30px;
    right: 30px;
  }
}

@media (max-width: 600px) {
  .mylotteries-header__exit-menu {
    top: 15px;
    right: 15px;
  }
}

.mylotteries-header__exit-menu::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  transform: rotate(45deg);
}

.mylotteries-header__exit-menu::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  transform: rotate(-45deg);
}

.mylotteries-nav {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  @media (max-width: 991px) {
    flex-direction: column;
  }
}

.mylotteries-header__menu {
  width: 100%;
}

.mylotteries-nav__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px;
}

@media (max-width: 991px) {
  .mylotteries-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}

@media (max-width: 991px) {
  .mylotteries-nav__list_footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px 30px;
  }
}

@media (max-width: 600px) {
  .mylotteries-nav__list_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.mylotteries-nav__link {
  transition: color 0.3s ease-in-out;
  font-family: var(--font-family), sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

.mylotteries-nav__link:active {
  color: var(--active);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.mylotteries-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: 30px;
  height: 18px;
  background-color: transparent;
}

@media (max-width: 991px) {
  .mylotteries-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.mylotteries-burger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  border-radius: 8px;
}

.mylotteries-hero-section {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%),
    url(../images/mylotteries-main-background-1.png) #000000 50% / cover no-repeat;
  border-radius: 0 0 20px 20px;
  @media (max-width: 600px) {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%),
      url(../images/mylotteries-main-background-1-mobile.png) #000000 50% / cover
        no-repeat;
  }
}

.hero-container {
  border-radius: 20px;
  border: 1px solid var(--white-milk, #fcf7f0);
  background: rgba(229, 222, 214, 0.2);
  backdrop-filter: blur(20px);
  width: 100%;
  padding: 40px;
  @media (max-width: 991px) {
    padding: 20px;
  }
}

.mylotteries-intro {
  width: 100%;
}

.mylotteries-intro-container {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%),
    url(../images/mylotteries-main-background-2.png) #000000 50% / cover no-repeat;
  padding: 80px 20px;
  border-radius: 20px;
  width: 100%;
  @media (max-width: 600px) {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%),
      url(../images/mylotteries-main-background-2-mobile.png) #000000 50% / cover
        no-repeat;
    padding: 20px;
    border-radius: 10px;
  }
}

.pd-top-bottom-60-20 {
  padding: 60px 0;
  @media (max-width: 991px) {
    padding: 40px 0;
  }
  @media (max-width: 600px) {
    padding: 20px 0;
  }
}

.blue-btn {
  padding: 10px 40px;
  border-radius: 30px;
  background:  linear-gradient(180deg, #F86C5B 0%, #E23434 100%);
  color: var(--white-milk, #fcf7f0);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  @media (max-width: 600px) {
    font-size: 14px;
  }
}

.blue-btn:hover {
  background: linear-gradient(180deg, #D15D4E 0%, #B22A2A 100%);
}


.hero-left-side {
  margin-top: 59px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  @media (max-width: 600px) {
    gap: 15px;
    margin-top: 0;
  }
}

.about-left-side {
  width: 691px;
  height: 691px;
  position: relative;
  @media (max-width: 991px) {
    width: 100%;
    height: 100%;
  }
}

.about-left-side picture {
  position: absolute;
  width: 691px;
  height: 691px;
  left: -100px;
  @media (max-width: 991px) {
    position: static;
    max-width: 691px;
    max-height: 691px;
    width: 100%;
    height: 100%;
  }
}

.about-right-side {
  max-width: 610px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  z-index: 2;
  @media (max-width: 991px) {
    padding-top: 50px;
    gap: 20px;
  }
}

.mylotteries-about-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 33px;
  @media (max-width: 991px) {
    flex-direction: column-reverse;
    gap: 20px;
  }
}

.game-section {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%),
    url(/mylotteries-img/mylotteries-background-main-img.webp) #000000 50% / cover no-repeat;
  padding: 50px 0;
  @media (max-width: 991px) {
    height: 657px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%),
      url(/mylotteries-img/mylotteries-background-main-img-mobile.webp) #000000 50% / cover
        no-repeat;
  }
}

.game-text-container {
  display: flex;
  padding: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 10px;
  flex: 1 0 0;
  background: rgba(0, 0, 0, 0.6);
}

.width-300 {
  width: 300px;
}

.btn-right {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.list-lottery-game li {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  @media (max-width: 991px) {
    flex-direction: column;
  }
}

.list-lottery-game {
  display: flex;
  gap: 20px;
  flex-direction: column;
  transition: transform 0.7s ease;
}

.slider-container {
  position: relative;
  overflow: hidden;
}

.slider-dots {
  display: none;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
  transition: background 0.3s ease;
}

.dot.active {
  background: #5d1f27;
}

@media (max-width: 991px) {
  .slider-container {
    overflow: visible;
  }

  .list-lottery-game {
    flex-direction: row;
    gap: 0;
    transform: translateX(0);
  }

  .list-lottery-game li {
    flex-direction: column;
    min-width: 100%;
    margin-right: 0;
  }

  .slider-dots {
    display: flex;
  }
}

/* Скрытие элементов на мобильных */
@media (max-width: 991px) {
  .list-lottery-game li {
    display: none;
  }

  .list-lottery-game li.active {
    display: flex;
  }
}

.custom-dots {
  list-style: none;
  padding-left: 0;
  margin: 0;
  z-index: 0;
}

.custom-dots li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  z-index: 0;
}

.custom-dots li::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 50%;
  z-index: 0;
}

.padding-20 {
  padding: 20px;
}

.padding-20-0 {
  padding-bottom: 20px;
  @media (max-width: 991px) {
    padding-bottom: 0;
  }
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.mylotteries_container {
  border-radius: 20px 20px 0 0;
  background: #111;
}

.attention-text p {
  color: #ffd600;
  font-weight: 400;
  width: 100%;
  height: auto;
}

.attention-text {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  @media (max-width: 991px) {
    flex-direction: column;
  }
}

.partners {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  @media (max-width: 991px) {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
  }
}

.color-yellow {
  color: #ffd600;
}

.mylotteries-footer__list {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 24px;
  padding-bottom: 55px;
  @media (max-width: 991px) {
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 60px;
  }
}

.mylotteries-footer__link {
  color: var(--white-milk, #fcf7f0);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  text-decoration-line: underline;
}

.hero-top-section-container {
  display: flex;
  flex-direction: column;
  padding-top: 120px;
  padding-bottom: 80px;
}

.section-game-1-text {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  color: #ffd600;
  width: 100%;
  @media (max-width: 991px) {
    margin-bottom: 10px;
  }
}

.circle-style {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 10px;
  border-radius: 50px;
  color: var(--white-milk, #fcf7f0);
  background: linear-gradient(180deg, #5ba4f8 0%, #3481e2 100%);
  font-family: var(--font-family), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 120%;
  @media (max-width: 991px) {
    font-size: 14px;
    width: 40px;
    height: 40px;
  }
}

.line-height-120 {
  line-height: 120%;
}

.circle {
  display: flex;
  flex-direction: row;
  gap: 4px;
  width: 100%;
  flex-wrap: wrap;
}

.draws-text-container {
  display: flex;
  padding: 20px;
  flex-direction: column;
  gap: 10px;
  flex: 1 0 0;
  background: rgba(0, 0, 0, 0.6);
  @media (max-width: 991px) {
    width: 100%;
  }
}

.list-lottery-latest-draws--item {
  display: flex;
  gap: 20px;
  @media (max-width: 991px) {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
}

.circle-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  @media (max-width: 991px) {
    flex-wrap: wrap;
  }
}

.list-lottery-latest-draws {
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.mg-right-2 {
  margin-right: 2px;
}

.justify-bet {
  justify-content: space-between;
}

.pading-15-15-3-0 {
  padding: 3px 15px 0 15px;
}

.list-lottery-play-online li div:first-child {
  width: 100%;
  max-height: 200px;
  overflow: hidden;
}

.list-lottery-play-online li div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 200px;
}

.faq-container ul li {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}

.register-hero-left-side {
  margin-top: 59px;
  display: flex;
  flex-direction: column;
  align-items: center;
  @media (max-width: 600px) {
    margin-top: 0;
  }
}

.form-register {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
  align-items: center;
  max-width: 800px;
}

.form-register button {
  @media (min-width: 991px) {
    max-width: 168px;
  }
}

#myPopup {
  display: none;
}

.login-container {
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding-top: 90px;
  align-items: center;
  @media (max-width: 991px) {
    flex-direction: column;
    align-items: center;
  }
}

.responsible-section {
  padding-bottom: 80px;
  @media (max-width: 991px) {
    padding-bottom: 30px;
  }
}

.responsible-container {
  border-radius: 20px;
  padding: 20px;
  background: linear-gradient(180deg, #241500 0%, #c36d34 100%);
}

.mylotteries_terms,
.terms {
  padding: 50px 0;
}

.white-space-nowrap {
  white-space: nowrap;
}

.display-none-min {
  @media (min-width: 991px) {
    display: none;
  }
}

.display-none-max {
  @media (max-width: 991px) {
    display: none;
  }
}

.margin-top-20 {
  @media (max-width: 991px) {
    margin-top: 20px;
  }
}

.btn-register {
  padding: 12px 20px;
  border-radius: 30px;
  background: #fcf7f0;
  color: #444;
  font-family: "Clash Display", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

.btn-login {
  padding: 12px 20px;
  border-radius: 30px;
  border: 1px solid #fcf7f0;
  background: linear-gradient(180deg, #F86C5B 0%, #E23434 100%) ;
  color: #fcf7f0;
  font-family: "Clash Display", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
.btn-login:hover{
  background: linear-gradient(180deg, #D15D4E 0%, #B22A2A 100%) ;
}

.flex-2-2 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.flex-2-1 {
  flex: 1 1 calc(50% - 10px);
  display: flex;
  align-items: stretch;
  height: 100%;
}

@media (max-width: 991px) {
  .flex-2-2 {
    gap: 10px;
    display: flex;
    flex-direction: column;
    align-content: space-around;
  }

  .flex-2-1 {
    flex: 1 1 100%;
  }
}

.txt-container {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 20px;
  min-height: 488px;
  border: 1px solid var(--white-milk, #fcf7f0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%),
    url(../images/mylotteries-background-item-game.webp) lightgray 50% / cover
      no-repeat;
  @media (max-width: 600px) {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%),
      url(../images/mylotteries-background-item-game-mobile.webp) lightgray 50% / cover
        no-repeat;
  }
  @media (max-width: 1100px) {
    min-height: 450px;
  }
  @media (max-width: 600px) {
    min-height: 400px;
  }
}

.txt-container picture {
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid var(--white-milk, #fcf7f0);
  max-height: 190px;
  @media (max-width: 1280px) {
    height: auto;
  }
}

.container-content-610 {
  max-width: 610px;
  height: auto;
  width: 100%;
}

.icon-jeckpot {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  width: 100%;
  border-radius: 10px;
  background: var(--white-milk);
  color: var(--Dark-grey, #444);
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.footer-2-side-text {
  display: flex;
  flex-direction: row;
  gap: 24px;
  @media (max-width: 991px) {
    flex-direction: column;
  }
}

.mylotteries_footer_container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  @media (max-width: 600px) {
    gap: 20px;
  }
}

/* Попап стили */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup {
  padding: 20px;
  width: 100%;
  max-width: 300px;
  position: relative;
  animation: popupAppear 0.3s ease-out;
  border-radius: 10px;
  border: 1px solid #fff;
  background: #e5ded6;
}

@keyframes popupAppear {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

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

.popup-title {
  color: var(--Dark-grey, #444);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #666;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.close-btn:hover {
  background: #f0f0f0;
  color: #333;
}

.form-group {
  margin-bottom: 10px;
}

.form-input:focus {
  outline: none;
  border-color: #4285f4;
}

.form-submit {
  width: 100%;
  padding: 10px;
  border-radius: 30px;
  background: linear-gradient(180deg, #5ba4f8 0%, #3481e2 100%);
  color: white;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.form-submit:hover {
  background: #3367d6;
}

.form-link a {
  text-decoration: underline;
  color: var(--Dark-grey, #444);
  font-family: "Clash Display", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.form-link a:hover {
  color: #4285f4;
}

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

.success-message {
  color: var(--Dark-grey, #444);
  text-align: center;
  font-family: "Clash Display", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.font-family-Clash {
  font-family: "Clash Display", sans-serif;
}

.show {
  display: flex;
}

.txt-container-lottery {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 499px;
  overflow: hidden;
  border-radius: 20px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%),
    url(../images/mylotteries-background-item-game.webp) lightgray 50% / cover
      no-repeat;
  @media (max-width: 600px) {
    height: auto;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%),
      url(../images/mylotteries-background-item-game-mobile.webp) lightgray 50% / cover
        no-repeat;
  }
}

.txt-container-lottery picture {
  height: auto;
}

.text-underline {
  border-bottom: 1px solid var(--white-milk, #fcf7f0);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.txt-container-lottery-bottom {
  padding: 20px;
}

.color-white-circle {
  background: var(--white-milk);
  color: var(--Dark-grey);
}

.lottery-tickets {
  border-radius: 20px;
  background: var(--Dark-grey, #444);
  padding: 40px 0;
  @media (max-width: 991px) {
    padding: 20px 0;
  }
}

.arrow-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  height: 36px;
  @media (max-width: 991px) {
    display: none;
  }
}

.list-lottery-tickets-item {
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid var(--white-milk, #fcf7f0);
  background: linear-gradient(180deg, #5ba4f8 0%, #3481e2 100%);
  min-width: 400px;
  @media (max-width: 470px) {
    width: 100%;
    min-width: auto;
  }
}

.timer {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 15px;
  gap: 5px;
}

.img-ticket-logo {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 50px;
  @media (max-width: 991px) {
    margin-bottom: 30px;
  }
}

.jeckpot-text-ticket {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: rgba(41, 91, 172);
}

.ticket-bottom-text {
  padding: 20px;
  background: var(--white-milk, #fcf7f0);
}

.carousel-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  @media (max-width: 1400px) {
    width: 840px;
  }
}

.list-lottery-tickets {
  display: flex;
  transition: transform 0.3s ease;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
  @media (max-width: 991px) {
    gap: 10px;
  }
}

.box-carousel {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .carousel-dots {
    display: none;
  }

  .carousel-container {
    overflow: visible;
  }

  .list-lottery-tickets {
    flex-direction: column;
    transform: none !important;
    transition: none;
    align-items: center;
  }

  .list-lottery-tickets-item {
    width: 100%;
    max-width: 400px;
  }
}

.text-container {
  border-radius: 10px;
  background: var(--Dark-grey, #444);
  width: 100%;
  padding: 20px;
}

.mylotteries_terms {
  color: var(--Dark-grey);
}

.register-container {
  padding: 50px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  @media (max-width: 991px) {
    padding: 20px 0;
  }
}

/* mylotteries_home_sect_3 */

.mylotteries_home_sect_3 {
  margin-bottom: 80px;
}

.mylotteries_home_sect_3 h2 {
  color: #444;

  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 30px;
}

.mylotteries_home_sect_3_ul_li {
  background-color: #FFEAAB;
  box-shadow: 0 2px 4px #0000004d;
  border-radius: 10px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mylotteries_home_sect_3_ul_li img {
  width: 145px;
  height: 50px;
}

.mylotteries_home_sect_3_ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 958px;
}
.mylotteries_home_sect_3_ul_li p {
  text-decoration: none;
  color: #0d0d0d;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
}

.mylotteries_home_sect_3_btn {
  display: inline-block;
  background: linear-gradient(to bottom, #c0392b, #ffe902);
  box-shadow: 0 2px 4px #0000004d;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  width: fit-content;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  color: #fff;
  border: none;
}

.hero__glare {
  opacity: 0.8;
  position: absolute;
  top: -100px;
  left: -100px;
  background: #fff;
  width: 40px;
  height: 300px;
  transform: rotate(45deg);
  animation: slide 3s ease-in-out infinite;
}

@keyframes slide {
  0% {
    transform: translate(0) rotate(45deg);
  }

  30%,
  to {
    transform: translate(400px) rotate(45deg);
  }
}

.mylotteries_home_sect_3_wrapper_ul_img {
  display: flex;
  gap: 50px;
  align-items: center;
}

.mylotteries_home_sect_3_wrapper_img {
  content: url(../images/mylotteries-home-sect-2-img-desc.webp);
  width: 192px;
  height: 648px;
  object-fit: contain;
}

@media (max-width: 749px) {
  .mylotteries_home_sect_3 {
    margin-bottom: 40px;
  }

  .mylotteries_home_sect_3 h2 {
    margin-bottom: 20px;
  }

  .mylotteries_home_sect_3_wrapper_ul_img {
    flex-direction: column;
    gap: 30px;
  }
  .mylotteries_home_sect_3_wrapper_img {
    content: url(../images/mylotteries-home-sect-2-img-mob.webp);
    height: 150px;
    width: 100%;
    max-width: 500px;
    aspect-ratio: 336 / 102;
    align-self: center;
  }
}

@media (max-width: 400px) {
  .mylotteries_home_sect_3_wrapper_img {
    height: 120px;
  }
}
/* ===== Modal (shared) ===== */
:root {
	--nm-bg: #f7f7f8;
	--nm-surface: #fff;
	--nm-text: #1a1a1a;
	--nm-muted: #6b7280;
	--nm-green: #009246;
	--nm-red: #ce2b37;
	--nm-line: rgba(0, 0, 0, 0.08);
	--nm-radius: 16px;
	--nm-shadow: 0 6px 22px rgba(0, 0, 0, 0.08);
	--nm-header-h: 68px;
}

body.nm-nosroll {
	overflow: hidden;
}

.nm-modal-numerimagic {
	position: fixed;
	inset: 0;
	display: none;
	z-index: 1000;
}

.nm-modal-numerimagic[hidden] {
	display: none;
}

.nm-modal-numerimagic:not([hidden]) {
	display: block;
}

.nm-modal-numerimagic__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
	backdrop-filter: blur(2px);
}

.nm-modal-numerimagic__dialog {
	position: relative;
	margin: min(8vh, 64px) auto;
	width: min(680px, 92vw);
	background: #000;
	border: 1px solid var(--nm-line);
	border-radius: var(--nm-radius);
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.25);
	overflow: hidden;
}

.nm-modal-numerimagic__dialog::before {
	content: "";
	position: absolute;
	left: -1px;
	right: -1px;
	top: -1px;
	height: 3px;
	background: linear-gradient(90deg, var(--nm-green), #fff 50%, var(--nm-red));
}

.nm-modal-numerimagic__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 14px;
	border-bottom: 1px solid var(--nm-line);
}

.nm-modal-numerimagic__title {
	margin: 0;
	font-size: 18px;
	color: #fff;
}

.nm-modal-numerimagic__close {
	width: 36px;
	height: 36px;
	border-radius: 10px;
	border: 1px solid var(--nm-line);
	background: #fff;
	cursor: pointer;
}

.nm-modal-numerimagic__body {
	padding: 12px 14px;
	font-size: 15px;
	line-height: 1.55;
	color: #fff;
}

.nm-modal-numerimagic__actions {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding: 12px 14px;
	border-top: 1px solid var(--nm-line);
}

/* Buttons / Switch (reuse dal cookie policy) */
.nm-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	padding: 0 14px;
	border-radius: 12px;
	border: 1px solid var(--nm-line);
	background: #fff;
	font-weight: 700;
	font-size: 14px;
	cursor: pointer;
	text-decoration: none;
	color: var(--nm-text);
}

.nm-btn--ok {
	color: #fff;
	background: linear-gradient(90deg, #007639, #14934C);
	border: 0;
	box-shadow: 0 6px 18px rgba(0, 146, 70, 0.25);
}

.nm-btn--ghost {
	background: #fff;
}