* {
  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
}

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
}

@font-face {
  font-family: Klein;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Klein-Bold.woff2) format("woff2")
}

@font-face {
  font-family: HelveticaNeueCyr;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/HelveticaNeueCyr-Roman.woff2) format("woff2")
}

:root {
  --font-main: "HelveticaNeueCyr", sans-serif;
  --container-width: 1510px;
  --container-step: 20px;
  --container-step-tablet: 15px;
  --container-step-mobile: 10px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --background-page: #fafafa;
  --main: #000000;
  --black: #000000;
  --white: #ffffff;
  --blue: #223c8c;
  --yellow: #ffca2e;
  --hover: #dda600;
  --active: #dda600
}

.Klein {
  font-family: Klein
}

.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)
  }
}

.rd-transfer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.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(--background-page)
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.main_no-margin:not(:last-child) {
  margin-bottom: 0
}

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)
}

.text-stroke {
  text-shadow: var(--blue) 1px 0 0, var(--blue) 0 1px 0, var(--blue) -1px 0 0, var(--blue) 0 -1px 0
}

.card {
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 20px;
  padding: 20px
}

@media (max-width:600px) {
  .card {
    padding: 20px 15px
  }
}

.input {
  display: block;
  border: 1px solid rgba(35, 43, 122, .5);
  border-radius: 10px;
  width: 100%;
  height: 55px;
  font-weight: 400;
  font-size: 17px;
  line-height: 1;
  padding: 0 16px;
  color: var(--black);
  background-color: var(--white);
  -webkit-transition: border-color .3s ease-in-out;
  transition: border-color .3s ease-in-out
}

@media (any-hover:hover) {
  .input:hover {
    border-color: var(--hover)
  }
}

.input:focus-visible {
  border-color: var(--hover)
}

.tx-44-22 {
  font-weight: 400;
  font-size: 44px;
  line-height: 130%
}

@media (max-width:1220px) {
  .tx-44-22 {
    font-size: 38px
  }
}

@media (max-width:991px) {
  .tx-44-22 {
    font-size: 32px
  }
}

@media (max-width:600px) {
  .tx-44-22 {
    font-size: 22px
  }
}

.tx-17 {
  font-weight: 400;
  font-size: 17px;
  line-height: 150%
}

.tx-17-12 {
  font-weight: 400;
  font-size: 17px;
  line-height: 150%
}

@media (max-width:991px) {
  .tx-17-12 {
    font-size: 14px
  }
}

@media (max-width:600px) {
  .tx-17-12 {
    font-size: 12px
  }
}

.ball {
  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;
  border-radius: 50%;
  padding: 5px;
  width: 46px;
  height: 46px;
  font-weight: 400;
  font-size: 17px;
  line-height: 1;
  text-align: center;
  color: var(--white);
  background-color: var(--blue)
}

@media (max-width:991px) {
  .ball {
    width: 38px;
    height: 38px
  }
}

@media (max-width:600px) {
  .ball {
    width: 34px;
    height: 34px
  }
}

.ball_yellow {
  color: var(--black);
  background-color: var(--yellow)
}

.tx-12 {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%
}

.tx-22-18 {
  font-weight: 400;
  font-size: 22px;
  line-height: 140%
}

@media (max-width:991px) {
  .tx-22-18 {
    font-size: 20px
  }
}

@media (max-width:600px) {
  .tx-22-18 {
    font-size: 18px
  }
}

.tx-53-26 {
  font-weight: 400;
  font-size: 53px;
  line-height: 120%
}

@media (max-width:1220px) {
  .tx-53-26 {
    font-size: 42px
  }
}

@media (max-width:991px) {
  .tx-53-26 {
    font-size: 34px
  }
}

@media (max-width:600px) {
  .tx-53-26 {
    font-size: 26px
  }
}

.tx-31-21 {
  font-weight: 400;
  font-size: 31px;
  line-height: 140%
}

@media (max-width:1220px) {
  .tx-31-21 {
    font-size: 28px
  }
}

@media (max-width:991px) {
  .tx-31-21 {
    font-size: 24px
  }
}

@media (max-width:600px) {
  .tx-31-21 {
    font-size: 21px
  }
}

.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 24px;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: var(--black);
  background-color: var(--yellow);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
  min-width: 183px;
  min-height: 52px;
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out
}

.but_border {
  border: 2px solid var(--yellow);
  background-color: transparent
}

@media (any-hover:hover) {
  .but:hover {
    background-color: var(--hover)
  }
}

.but:focus-visible {
  background-color: var(--hover)
}

.but:active {
  background-color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.tx-64-30 {
  font-weight: 400;
  font-size: 64px;
  line-height: 129%
}

@media (max-width:1220px) {
  .tx-64-30 {
    font-size: 54px
  }
}

@media (max-width:991px) {
  .tx-64-30 {
    font-size: 44px
  }
}

@media (max-width:600px) {
  .tx-64-30 {
    font-size: 30px
  }
}

.logo {
  display: block;
  width: 230px;
  height: 40px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (max-width:1220px) {
  .logo {
    width: 170px;
    height: 30px
  }
}

@media (max-width:600px) {
  .logo {
    width: 146px;
    height: 26px
  }
}

@media (any-hover:hover) {
  .logo:hover {
    opacity: .5
  }
}

.logo:focus-visible {
  opacity: .5
}

.logo:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px
}

@media (max-width:600px) {
  .circle {
    gap: 8px
  }
}

.circle::before {
  content: "";
  width: 6px;
  height: 6px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: var(--blue);
  margin-top: 10px
}

@media (max-width:600px) {
  .circle::before {
    margin-top: 8px
  }
}

.circle_black::before {
  background-color: var(--black)
}

.circle_size {
  gap: 8px
}

.circle_size::before {
  width: 4px;
  height: 4px;
  margin-top: 8px
}

.mt-30 {
  margin-top: 30px
}

.blochek {
  border: 1px solid var(--blue);
  border-radius: 20px;
  padding: 5px 13px;
  font-weight: 400;
  font-size: 17px;
  line-height: 150%;
  color: var(--black);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}

.tx-main {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5
}

@media (max-width:600px) {
  .tx-main {
    font-size: 14px
  }
}

.background-white {
  background-color: var(--white)
}

.background-blue {
  background-color: var(--blue)
}

.color-white {
  color: var(--white)
}

.color-yellow {
  color: var(--yellow)
}

.color-blue {
  color: var(--blue)
}

.mb-section:not(:last-child) {
  margin-bottom: 60px
}

.mb-30:not(:last-child) {
  margin-bottom: 30px
}

.mb-16-8:not(:last-child) {
  margin-bottom: 16px
}

@media (max-width:600px) {
  .mb-16-8:not(:last-child) {
    margin-bottom: 8px
  }
}

.mb-16:not(:last-child) {
  margin-bottom: 16px
}

.mb-8:not(:last-child) {
  margin-bottom: 8px
}

.mb-24-16:not(:last-child) {
  margin-bottom: 24px
}

@media (max-width:600px) {
  .mb-24-16:not(:last-child) {
    margin-bottom: 16px
  }
}

.mb-24-8:not(:last-child) {
  margin-bottom: 24px
}

@media (max-width:991px) {
  .mb-24-8:not(:last-child) {
    margin-bottom: 16px
  }
}

@media (max-width:600px) {
  .mb-24-8:not(:last-child) {
    margin-bottom: 8px
  }
}

.mb-27-21:not(:last-child) {
  margin-bottom: 27px
}

@media (max-width:991px) {
  .mb-27-21:not(:last-child) {
    margin-bottom: 24px
  }
}

@media (max-width:600px) {
  .mb-27-21:not(:last-child) {
    margin-bottom: 21px
  }
}

.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
}

.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
}

.rd-upload img {
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

.rd-load img {
  opacity: 1
}

.scroll {
  padding-bottom: 10px;
  overflow: auto
}

.scroll::-webkit-scrollbar {
  height: 4px;
  background-color: var(--white)
}

.scroll::-webkit-scrollbar-thumb {
  background-color: var(--brown)
}

.terms {
  padding-top: 60px
}

.terms h1 {
  font-size: 42px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 700
}

@media (max-width:991px) {
  .terms h1 {
    font-size: 32px
  }
}

@media (max-width:600px) {
  .terms h1 {
    font-size: 16px
  }
}

.terms h1:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms h1:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms h1:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms h2 {
  font-size: 36px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 700
}

@media (max-width:991px) {
  .terms h2 {
    font-size: 25px
  }
}

@media (max-width:600px) {
  .terms h2 {
    font-size: 14px
  }
}

.terms h2:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms h2:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms h2:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms p {
  font-size: 20px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400
}

@media (max-width:991px) {
  .terms p {
    font-size: 18px
  }
}

@media (max-width:600px) {
  .terms p {
    font-size: 12px
  }
}

.terms p:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms p:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms p:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms ul:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms ul:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms ul:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms li {
  font-size: 18px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400
}

@media (max-width:991px) {
  .terms li {
    font-size: 16px
  }
}

@media (max-width:600px) {
  .terms li {
    font-size: 12px
  }
}

.terms li:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms li:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms li:not(:last-child) {
    margin-bottom: 15px
  }
}

.jackpoteuro-header__content {
  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;
  border-radius: 20px;
  padding: 20px 30px
}

@media (max-width:1220px) {
  .jackpoteuro-header__content {
    padding: 20px
  }
}

@media (max-width:991px) {
  .jackpoteuro-header__content {
    padding: 20px 10px
  }
}

@media (max-width:600px) {
  .jackpoteuro-header__content {
    padding: 10px
  }
}

@media (max-width:991px) {
  .jackpoteuro-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(--blue);
    z-index: 100;
    padding: 100px 30px 30px 30px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: auto;
    -webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out;
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out
  }
}

@media (max-width:600px) {
  .jackpoteuro-header__menu {
    padding: 80px 30px 30px 30px
  }
}

.jackpoteuro-header__menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible
}

.jackpoteuro-header__exit-menu {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent
}

@media (max-width:991px) {
  .jackpoteuro-header__exit-menu {
    display: block;
    top: 30px;
    right: 30px
  }
}

@media (max-width:600px) {
  .jackpoteuro-header__exit-menu {
    top: 15px;
    right: 15px
  }
}

.jackpoteuro-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)
}

.jackpoteuro-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)
}

.jackpoteuro-header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media (max-width:1440px) {
  .jackpoteuro-header__buttons {
    gap: 10px 16px
  }
}

@media (max-width:991px) {
  .jackpoteuro-header__buttons {
    margin-top: 30px
  }
}

@media (max-width:1440px) {
  .jackpoteuro-header__button {
    min-width: 60px;
    padding: 10px
  }
}

.nav_footer {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px
}

@media (max-width:991px) {
  .nav_footer {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.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 50px
}

@media (max-width:1440px) {
  .nav__list {
    gap: 10px 20px
  }
}

@media (max-width:991px) {
  .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
  }
}

@media (max-width:991px) {
  .nav__list_footer {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px 20px
  }
}

@media (max-width:991px) {
  .nav__list_footer {
    gap: 8px
  }
}

.nav__link {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .nav__link:hover {
    color: var(--hover)
  }
}

.nav__link:focus-visible {
  color: var(--hover)
}

.nav__link:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.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: 21px;
  background-color: transparent
}

@media (max-width:991px) {
  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.burger span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: var(--white)
}

.jackpoteuro-hero {
  margin-top: 16px
}

@media (max-width:600px) {
  .jackpoteuro-hero {
    margin-top: 8px
  }
}

.jackpoteuro-hero__content {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding-right: 30px;
  overflow: hidden
}

@media (max-width:991px) {
  .jackpoteuro-hero__content {
    padding-right: 24px
  }
}

@media (max-width:600px) {
  .jackpoteuro-hero__content {
    padding-right: 16px
  }
}

.jackpoteuro-hero__left {
  max-width: 900px;
  position: relative;
  padding: 50px 0 50px 30px
}

@media (max-width:991px) {
  .jackpoteuro-hero__left {
    padding: 24px 0 40px 24px
  }
}

@media (max-width:600px) {
  .jackpoteuro-hero__left {
    padding: 16px 0 40px 16px
  }
}

.jackpoteuro-hero__left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 60, 140, .89);
  -webkit-clip-path: polygon(0 0, 65% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 65% 0, 100% 100%, 0 100%);
  z-index: 1
}

@media (max-width:991px) {
  .jackpoteuro-hero__left::before {
    -webkit-clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%)
  }
}

.jackpoteuro-hero__title {
  max-width: 720px
}

@media (max-width:1220px) {
  .jackpoteuro-hero__title {
    max-width: 650px
  }
}

@media (max-width:991px) {
  .jackpoteuro-hero__title {
    max-width: 500px
  }
}

@media (max-width:600px) {
  .jackpoteuro-hero__title {
    max-width: 400px
  }
}

@media (max-width:450px) {
  .jackpoteuro-hero__title {
    max-width: 300px
  }
}

.jackpoteuro-about__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: minmax(0, 606px) 32px minmax(0, 864px);
  grid-template: auto/minmax(0, 606px) minmax(0, 864px);
  gap: 16px 32px
}

@media (max-width:991px) {
  .jackpoteuro-about__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.jackpoteuro-about__list_50 {
  -ms-grid-rows: auto;
  -ms-grid-columns: (1fr)[2];
  grid-template: auto/repeat(2, 1fr)
}

@media (max-width:991px) {
  .jackpoteuro-about__list_50 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.jackpoteuro-about__list_change {
  -ms-grid-rows: auto;
  -ms-grid-columns: minmax(0, 478px) minmax(0, 1000px);
  grid-template: auto/minmax(0, 478px) minmax(0, 1000px)
}

@media (max-width:991px) {
  .jackpoteuro-about__list_change {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.jackpoteuro-about__sublist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px 8px
}

.jackpoteuro-next__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: 16px 24px
}

@media (max-width:991px) {
  .jackpoteuro-next__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media (max-width:600px) {
  .jackpoteuro-next__container {
    gap: 8px
  }
}

.jackpoteuro-next__card {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 862px;
  flex: 0 1 862px;
  width: 100%
}

@media (max-width:991px) {
  .jackpoteuro-next__card {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.jackpoteuro-next__card-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 8px 16px
}

.jackpoteuro-next__card-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.jackpoteuro-next__price {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 608px;
  flex: 0 1 608px;
  width: 100%
}

@media (max-width:991px) {
  .jackpoteuro-next__price {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.jackpoteuro-result__content {
  padding: 10px 30px 8px 30px;
  border-radius: 20px;
  max-width: 955px;
  width: 100%
}

@media (max-width:600px) {
  .jackpoteuro-result__content {
    padding: 8px 30px
  }
}

.jackpoteuro-result__content_change {
  max-width: 1090px
}

.jackpoteuro-result__table {
  display: block;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--black)
}

.jackpoteuro-result__thead {
  display: block;
  padding-bottom: 10px
}

@media (max-width:700px) {
  .jackpoteuro-result__thead {
    display: none
  }
}

@media (max-width:991px) {
  .jackpoteuro-result__thead_change {
    display: none
  }
}

.jackpoteuro-result__tbody {
  display: block
}

.jackpoteuro-result__tr {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: minmax(0, 172px) 10px minmax(0, 374px) 10px minmax(0, 191px) 10px minmax(0, 158px);
  grid-template: auto/minmax(0, 172px) minmax(0, 374px) minmax(0, 191px) minmax(0, 158px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px
}

@media (max-width:700px) {
  .jackpoteuro-result__tr {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.jackpoteuro-result__tr_5 {
  -ms-grid-rows: auto;
  -ms-grid-columns: minmax(0, 172px) minmax(0, 374px) minmax(0, 191px) minmax(0, 158px) minmax(0, 158px);
  grid-template: auto/minmax(0, 172px) minmax(0, 374px) minmax(0, 191px) minmax(0, 158px) minmax(0, 158px)
}

@media (max-width:991px) {
  .jackpoteuro-result__tr_5 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

@media (max-width:700px) {
  .jackpoteuro-result__td {
    text-align: center
  }
}

@media (max-width:700px) {
  .jackpoteuro-result__td:nth-child(1) data br {
    display: none
  }
}

.jackpoteuro-result__td_change:nth-child(1) {
  text-align: center
}

@media (max-width:991px) {
  .jackpoteuro-result__td_change:nth-child(1) data br {
    display: none
  }
}

.jackpoteuro-result__balls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px 20px
}

@media (max-width:1220px) {
  .jackpoteuro-result__balls {
    gap: 10px 16px
  }
}

@media (max-width:991px) {
  .jackpoteuro-result__balls {
    gap: 10px
  }
}

@media (max-width:600px) {
  .jackpoteuro-result__balls {
    gap: 8px
  }
}

.jackpoteuro-why-choose__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px 32px
}

@media (max-width:991px) {
  .jackpoteuro-why-choose__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.jackpoteuro-why-choose__card {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 862px;
  flex: 0 1 862px;
  width: 100%
}

@media (max-width:991px) {
  .jackpoteuro-why-choose__card {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.jackpoteuro-why-choose__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 24px
}

@media (max-width:600px) {
  .jackpoteuro-why-choose__buttons {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[2];
    grid-template: auto/repeat(2, 1fr)
  }
}

@media (max-width:600px) {
  .jackpoteuro-why-choose__buttons-item {
    width: 100%
  }
}

@media (max-width:600px) {
  .jackpoteuro-why-choose__button {
    min-width: 0;
    width: 100%;
    padding: 10px
  }
}

.jackpoteuro-why-choose__image {
  border-radius: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 570px;
  flex: 0 1 570px;
  width: 100%;
  padding-bottom: 35.5%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

@media (max-width:991px) {
  .jackpoteuro-why-choose__image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding-bottom: 94%
  }
}

.jackpoteuro-faq {
  background-color: var(--orange)
}

.jackpoteuro-faq__list {
  max-width: 736px;
  width: 100%
}

.jackpoteuro-faq__item {
  padding: 10px
}

.jackpoteuro-faq__top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.jackpoteuro-faq__button {
  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-negative: 0;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--yellow);
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

.jackpoteuro-faq__button span {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.jackpoteuro-faq__button.active span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.jackpoteuro-faq__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

@media (any-hover:hover) {
  .jackpoteuro-faq__button:hover {
    opacity: .5
  }
}

.jackpoteuro-faq__button:focus-visible {
  opacity: .5
}

.jackpoteuro-faq__button:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.jackpoteuro-faq__bottom {
  height: 0;
  overflow: hidden;
  -webkit-transition: height .3s ease-in-out;
  transition: height .3s ease-in-out
}

.jackpoteuro-faq__texts {
  padding-top: 10px
}

.jackpoteuro-footer {
  padding-bottom: 30px
}

.jackpoteuro-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 60px
}

@media (max-width:991px) {
  .jackpoteuro-footer__links {
    gap: 22px
  }
}

@media (max-width:768px) {
  .jackpoteuro-footer__links li:nth-child(1) {
    height: 44px
  }
}

@media (max-width:768px) {
  .jackpoteuro-footer__links li:nth-child(2) {
    height: 20px
  }
}

@media (max-width:768px) {
  .jackpoteuro-footer__links li:nth-child(3) {
    height: 21px
  }
}

@media (max-width:768px) {
  .jackpoteuro-footer__links li:nth-child(4) {
    height: 36px
  }
}

@media (max-width:768px) {
  .jackpoteuro-footer__links li:nth-child(5) {
    height: 44px
  }
}

.jackpoteuro-footer__links a {
  display: block;
  height: 100%;
  width: 100%;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (any-hover:hover) {
  .jackpoteuro-footer__links a:hover {
    opacity: .6
  }
}

.jackpoteuro-footer__links a:focus-visible {
  opacity: .6
}

.jackpoteuro-footer__links a:active {
  opacity: .6;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.popup {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  overflow: auto;
  background-color: rgba(0, 0, 0, .4)
}

.popup__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.popup__body {
  overflow: auto;
  max-width: 435px;
  width: 100%;
  position: relative;
  z-index: 2;
  margin: auto;
  border-radius: 20px;
  padding: 20px;
  background-color: var(--white)
}

@media (max-width:991px) {
  .popup__body {
    width: 95%
  }
}

.popup__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media (max-width:991px) {
  .popup__button {
    min-height: 44px
  }
}

@media (max-width:600px) {
  .popup__button {
    min-height: 38px
  }
}

.popup-cookie {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 5;
  border-radius: 20px;
  padding: 20px;
  width: 474px;
  background-color: var(--white)
}

@media (max-width:600px) {
  .popup-cookie {
    width: 100%
  }
}

.popup-cookie.disabled {
  display: none
}

.popup-cookie__buttons {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 8px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 8px
}

@media (max-width:600px) {
  .popup-cookie__buttons {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

@media (max-width:991px) {
  .popup-cookie__button {
    min-height: 48px
  }
}

@media (max-width:600px) {
  .popup-cookie__button {
    min-height: 44px
  }
}

.jackpoteuro-how-page__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px
}

@media (max-width:991px) {
  .jackpoteuro-how-page__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media (max-width:991px) {
  .jackpoteuro-how-page__title {
    text-align: center
  }
}

@media (max-width:991px) {
  .jackpoteuro-how-page__link {
    margin-left: auto;
    margin-right: auto
  }
}

.jackpoteuro-how-page__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 32px
}

@media (max-width:991px) {
  .jackpoteuro-how-page__list {
    margin-bottom: 30px
  }
}

.jackpoteuro-how-page__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 224px;
  flex: 0 1 224px;
  width: 100%
}

.jackpoteuro-how-page__image {
  border-radius: 4px;
  width: 100%;
  height: 142px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.jackpoteuro-how-page__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px
}

.jackpoteuro-history__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px
}

@media (max-width:1220px) {
  .jackpoteuro-history__item {
    gap: 24px
  }
}

@media (max-width:991px) {
  .jackpoteuro-history__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.jackpoteuro-history__item-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 994px;
  flex: 0 1 994px;
  width: 100%
}

@media (max-width:991px) {
  .jackpoteuro-history__item-left {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.jackpoteuro-history__item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px 47px
}

@media (max-width:991px) {
  .jackpoteuro-history__item-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px 16px
  }
}

.jackpoteuro-history__item-topel {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 310px;
  flex: 0 1 310px
}

@media (max-width:991px) {
  .jackpoteuro-history__item-topel {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.jackpoteuro-history__balls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.jackpoteuro-history__calendar {
  width: 480px;
  height: 321px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-image: url(/img/calendar.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

@media (max-width:1220px) {
  .jackpoteuro-history__calendar {
    width: 380px;
    height: 251px
  }
}

@media (max-width:991px) {
  .jackpoteuro-history__calendar {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 380px;
    width: 100%
  }
}

@media (max-width:600px) {
  .jackpoteuro-history__calendar {
    max-width: 328px;
    height: 321px;
    background-image: url(/img/calendar-mob.webp)
  }
}

@media (max-width:600px) {
  .wrapper-table-history {
    overflow: auto
  }
}

.table-history {
  padding-left: 20px;
  border-left: 1px solid #000;
  display: block
}

@media (max-width:991px) {
  .table-history {
    padding-left: 12px
  }
}

@media (max-width:600px) {
  .table-history {
    padding-left: 6px;
    min-width: 600px
  }
}

.table-history_change tr {
  -ms-grid-rows: auto;
  -ms-grid-columns: (1fr)[4];
  grid-template: auto/repeat(4, 1fr)
}

.table-history__thead {
  display: block
}

.table-history__tr {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: minmax(0, 93px) 40px minmax(0, 197px) 40px minmax(0, 81px) 40px minmax(0, 121px);
  grid-template: auto/minmax(0, 93px) minmax(0, 197px) minmax(0, 81px) minmax(0, 121px);
  gap: 40px;
  padding: 10px 0
}

@media (max-width:1220px) {
  .table-history__tr {
    gap: 30px
  }
}

@media (max-width:991px) {
  .table-history__tr {
    gap: 20px
  }
}

@media (max-width:600px) {
  .table-history__tr {
    gap: 10px
  }
}

@media (max-width:1220px) {
  .table-history__th {
    font-size: 18px
  }
}

@media (max-width:991px) {
  .table-history__th {
    font-size: 16px
  }
}

@media (max-width:600px) {
  .table-history__th {
    font-size: 14px
  }
}

.table-history__tbody {
  display: block
}

.table-history__tbody tr:last-child {
  padding-bottom: 0
}

@media (max-width:1220px) {
  .table-history__td {
    font-size: 18px
  }
}

@media (max-width:991px) {
  .table-history__td {
    font-size: 16px
  }
}

@media (max-width:600px) {
  .table-history__td {
    font-size: 14px
  }
}

.jackpoteuro-prize__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: minmax(0, 352px) 32px minmax(0, 352px) 32px minmax(0, 731px);
  grid-template: auto/minmax(0, 352px) minmax(0, 352px) minmax(0, 731px);
  gap: 32px
}

@media (max-width:991px) {
  .jackpoteuro-prize__list {
    gap: 24px;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template: auto/repeat(2, 1fr)
  }
}

@media (max-width:600px) {
  .jackpoteuro-prize__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px
  }
}

.jackpoteuro-prize__list_4 {
  -ms-grid-rows: auto;
  -ms-grid-columns: (1fr)[4];
  grid-template: auto/repeat(4, 1fr)
}

@media (max-width:1220px) {
  .jackpoteuro-prize__list_4 {
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[3];
    grid-template: auto/repeat(3, 1fr)
  }
}

@media (max-width:991px) {
  .jackpoteuro-prize__list_4 {
    gap: 24px;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template: auto/repeat(2, 1fr)
  }
}

@media (max-width:600px) {
  .jackpoteuro-prize__list_4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px
  }
}

.jackpoteuro-prize__item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 8px
}

@media (max-width:991px) {
  .jackpoteuro-prize__item-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.jackpoteuro-form__wrapper-form {
  max-width: 486px;
  width: 100%
}

.form__wrapper-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px
}

.form__checkbox {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  margin-top: 6px
}

.popup-auth-send {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  overflow: auto;
  background-color: rgba(0, 0, 0, .4)
}

.popup-auth-send.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.popup-auth-send__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.popup-auth-send__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: auto;
  max-width: 737px;
  width: 100%;
  position: relative;
  z-index: 2;
  margin: auto;
  border-radius: 30px;
  padding: 32px;
  background-color: var(--white)
}

@media (max-width:991px) {
  .popup-auth-send__content {
    padding: 24px 16px
  }
}