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

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

@font-face {
  font-family: ClashDisplay;
  src: url("/aulottowinnersclub-fonts/aulottowinnersclub_ClashDisplay-Semibold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

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


* {
  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;
  overscroll-behavior: none;
}

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

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

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

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

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

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

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

.w100{
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

section {
  margin-bottom: 100px;
}

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

.container {
  max-width: 1240px;
  margin: 0 auto;
}

/* .container {
  padding: 0 40px;
} */

@media (max-width: 1300px) {
  .container {
  padding: 0 40px;
}
}

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

@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .container {
    padding: 0 16px;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

:root {
  overscroll-behavior: none;
  /* // Шрифты */
  --font-main: "ClashDisplay", sans-serif;
  --background-page: #000001;
  --main: var(--white);
  --black: #000000;
  --white: #ffffff;
  --i: calc(1vw + 1vh);
  --btn-color: #39701f;
  --btn-hover: #59714e;
  --hover-a: #a09f9f;
}

.aulottowinnersclub_page {
  display: flex;
  flex-direction: column;
  font-family: var(--font-main);
  min-height: 100vh;
  overflow: hidden;
  color: var(--main);
  background-color: var(--background-page);
}

h1 {
}

h2 {
}

h3 {
}

p {
}

.uppercase{
  text-transform: uppercase;
}

footer a {
}

@media (max-width: 991px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 18px;
  }

  p {
    font-size: 16px;
  }
}

.btn {
  border-radius: 6px;
  border: 1px solid #fff;
  background: #39701f;
  color: var(--white);

  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 24px */
  text-transform: uppercase;

  padding: 14px;
  width: 100%;

  display: flex;
  justify-content: center;
}

.btn:hover {
  background-color: var(--btn-hover);
}

.p-r-z-1{
  position: relative;
  z-index: 1;
}

.p-r-z-3{
  position: relative;
  z-index: 3;
}

/* font-weight */

.f--w-100 {
  font-weight: 100;
}

.f--w-200 {
  font-weight: 200;
}

.f--w-300 {
  font-weight: 300;
}

.f--w-400 {
  font-weight: 400;
}

.f--w-500 {
  font-weight: 500;
}

.f--w-600 {
  font-weight: 600;
}

.f--w-700 {
  font-weight: 700;
}

.f--w-800 {
  font-weight: 800;
}

.f-w-900 {
  font-weight: 900;
}
/* font-size */

.f-s-10 {
  font-size: 10px;
}

.f-s-12 {
  font-size: 12px;
}

.f-s-14 {
  font-size: 14px;
}

.f-s-16 {
  font-size: 16px;
}

.f-s-20 {
  font-size: 20px;
}

.f-s-16 {
  font-size: 16px;
}

.f-s-18 {
  font-size: 18px;
}

.f-s-20 {
  font-size: 20px;
}

.f-s-26 {
  font-size: 26px;
}

.f-s-30 {
  font-size: 30px;
}

.f-s-32 {
  font-size: 32px;
}

.f-s-40 {
  font-size: 40px;
}

.f-s-50 {
  font-size: 50px;
}

/* padding */

.p-t-20 {
  padding-top: 20px;
}

.p-t-40 {
  padding-top: 40px;
}

.p-t-50 {
  padding-top: 50px;
}
.p-t-80 {
  padding-top: 80px;
}
.p-t-100 {
  padding-top: 100px;
}

.p-b-10 {
  padding-bottom: 10px;
}

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

.p-b-50 {
  padding-bottom: 50px;
}
.p-b-50 {
  padding-bottom: 50px;
}

/* margin */
.m-t-10 {
  margin-top: 10px;
}
.m-t-20 {
  margin-top: 20px;
}

.m-t-24{
  margin-top: 24px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-40 {
  margin-top: 40px;
}
.m-t-50 {
  margin-top: 50px;
}

.m-t-70{
  margin-top: 70px;
}

.m-t-80{
  margin-top: 80px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-20 {
  margin-bottom: 20px;
}
.m-b-30 {
  margin-bottom: 30px;
}

.m-b-40 {
  margin-bottom: 40px;
}
.m-b-50 {
  margin-bottom: 50px;
}

/* flex */

.flex {
  display: flex;
}

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

.justi-center {
  justify-content: center;
}

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

.colum {
  flex-direction: column;
}

.wrap {
  flex-wrap: wrap;
}

.aulottowinnersclub_main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

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

.none-uppercase {
  text-transform: none;
}

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

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

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

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

.underline {
  text-decoration: underline;
  text-underline-offset: 2px;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.rd-upload img {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.rd-load img {
  opacity: 1;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* gap */
/* !!!!!!!!!!!!!!!!!!!!!!! */
.gap-5 {
  gap: 5px;
}

.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-20 {
  gap: 20px;
}
.gap-30 {
  gap: 30px;
}
.gap-40 {
  gap: 40px;
}
.gap-50 {
  gap: 50px;
}

.visibility{
    visibility: hidden;

}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* terms */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.aulottowinnersclub_terms_container {
  padding: 50px 0;
}

.aulottowinnersclub_terms h1 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}

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

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

.aulottowinnersclub_terms h2 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}

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

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

.aulottowinnersclub_terms p {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
}

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

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

.aulottowinnersclub_terms li {
  font-size: 16px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400;
}

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

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

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

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* header */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.container_header {
    max-width: 1240px;
  margin: 0 auto;
  /* background-color:#000; */
}

.aulottowinnersclub_header {
  padding: 16px 0;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  /* z-index: 7; */
  width: 100%;
  background-color:#000;
  margin-bottom: 70px;
}

@media (max-width: 991px) {
  .aulottowinnersclub_header {
    margin-bottom: 50px;
  }
  
}

.logo_header {
  gap: 4;
  width: 100%;
  max-width: 230px;
}

.aulottowinnersclub_logo{
  font-weight: 600;
  font-size: 16px;
}

header .aulottowinnersclub_logo img {
  width: 18px;
  height: 18px;
}

.aulottowinnersclub_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: 40px;
}

@media (max-width: 991px) {
  .aulottowinnersclub_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: 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) {
  .aulottowinnersclub_header__menu {
    padding: 80px 30px 30px 30px;
  }

}

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

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

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

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

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

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

.aulottowinnersclub_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: 40px;

}

.aulottowinnersclub_nav__item a{
  padding: 12px 20px;
  border-radius: 30px;
  border: 2px #2EFF04 solid;
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
}

.aulottowinnersclub_nav__item a:hover {
  background: var(--Green, linear-gradient(180deg, #2EFF04 0%, #1B9902 100%));
  color: #fff;
}

.aulottowinnersclub_nav__link.active {
  background: var(--Green, linear-gradient(180deg, #2EFF04 0%, #1B9902 100%));
  color: #fff;
}



@media (max-width: 1100px) {
  .aulottowinnersclub_nav__item a{
  font-size: 12px;

  }
}

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

  }
}

@media (max-width: 991px) {
  .aulottowinnersclub_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) {
  .aulottowinnersclub_nav__list_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.aulottowinnersclub_nav__link {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

@media (any-hover: hover) {
  .aulottowinnersclub_nav__link:hover {
    color: var(--hover-a);
  }
}

.aulottowinnersclub_nav__link:focus-visible {
  color: var(--hover-a);
}

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

.aulottowinnersclub_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) {
  .aulottowinnersclub_burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

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

}

.backround_section{
  background-image: url('/aulottowinnersclub-img/aulottowinnersclub_background_image.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding: 90px 0;
  margin-top: 70px;
}

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

.main_text_section {
  padding: 100px 0 0 0;
}

.main_text_container {
  max-width: 1240px;
  margin: 0 auto;
  text-align: center;
  gap: 30px;
}

.main_text_container h1 {
  font-size: 50px;
  font-weight: 700;
}

.main_text_container span {
    font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 100%;
}

.main_text_container a{
  max-width: 400px;
  width: 100%;
  padding: 10px 40px;
  border-radius: 30px;
  background: var(--Green, linear-gradient(180deg, #2EFF04 0%, #1B9902 100%));
  color: var(--White, #FFF);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

@media (max-width: 600px) {
  .main_text_container h1{
    font-size: 36px;
  }

  .main_text_container span{
    font-size: 16px;
  }
}

@media (max-width: 450px) {
  .main_text_container h1{
    font-size: 26px;
  }

  .main_text_container a{
    font-size: 16px;
  }

}

@media (max-width: 360px) {
    .aulottowinnersclub_logo{
    font-size: 14px;
  }
}

.slide_line_block {
  max-width: 1240px;
  width: 100%;
  justify-content: space-between;
}

.slide_line_block h2{
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 500px) {
  .slide_line_block h2{
    font-size: 24px;
  }
  
}

.slide_cards_list{
  max-width: 1240px;
  width: 100%;

  /* transition: transform 0.4s ease;
  will-change: transform; */
}

.slide_card{
  max-width: 400px;
  width: 100%;
  flex-shrink: 0;
  box-sizing: border-box;
  margin: 0;
}

.slide_card_link,
.slide_card_link:visited,
.slide_card_link:hover,
.slide_card_link:active,
.slide_card_link:focus {
  text-decoration: none;
}


.card_img{
  border-radius: 30px;
  border: 1px solid var(--Green, #2EFF04);
  padding: 40px;
  align-items: center;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

.card_img img{
  width: 100%;
  height: auto;
  display: block;
}

.card_info {
  max-width: 400px;
  width: 100%;
}

.card_info span{
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.card_info p{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.card_btn {
  max-width: 400px;
  width: 100%;
  border-radius: 30px;
  background: var(--Green, linear-gradient(180deg, #2EFF04 0%, #1B9902 100%));
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  padding: 10px 0;
}

/* .slide_cards_block {
  overflow: hidden;
  position: relative;
} */

@media (min-width: 768px) {
  .slide_card {
    width: calc((100% - 40px) / 3); 
        justify-content: center;
    align-items: center;
  }

  .slide_card:last-child {
    margin-right: 0;
  }

  .slide_card_link {
    justify-content: center;
    align-items: center;
  }
}

.slider__pagination{
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .slide_card {
    width: 100%;
    margin-right: 0;
  }

  .arrow_block {
    display: none;
  } 
}

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

.section_about_us_results{
  margin-top: 70px;
}

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

.section_about_us{
  padding: 0 100px;
  display: flex;
  align-items: center;
  background: var(--Redfox, linear-gradient(180deg, #E70 0%, #991A0E 100%));
}

.container_cards_loto p{
  color: var(--White, #FFF);
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
}

.container_about_us{
  padding: 45px 0;
}

.container_about_us h1{
  color: var(--White, #FFF);
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
}

.container_about_us h2{
  color: var(--White, #FFF);
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
}

.container_about_us p{
  color: var(--White, #FFF);
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
}

@media (max-width: 700px) {
  .section_about_us{
    padding: 0 10px;
    background: var(--Green, linear-gradient(180deg, #2EFF04 0%, #1B9902 100%));
}

  .container_about_us h1{
    font-size: 26px;
  }

  .container_about_us h2 {
    font-size: 24px;
  }

  .container_about_us p {
    font-size: 16px;
  }

  .container_cards_loto p{
    font-size: 16px;
  }
}

.section_about_us_pages{
  padding: 0 100px;
  /* display: flex; */
  align-items: center;
  background: var(--Redfox, linear-gradient(180deg, #E70 0%, #991A0E 100%));
}

@media (max-width: 700px) {
  .section_about_us_pages{
    padding: 0 10px;
    }
  
}

.facts_img{
  max-width: 610px;
  width: 100%;
  margin: 0 auto;
}

.facts_img img{
  width: 100%;
  height: auto;
  display: block;
}

.facts_text{
  max-width: 610px;
  width: 100%;
}

.container_lottery_facts h2{
  color: var(--White, #FFF);
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
}

.container_lottery_facts p{
  color: var(--White, #FFF);
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
}

.container_infographics{
  overflow: hidden;
}

.infographics_table_container {
  width: 100%;
  overflow-x: auto;
}

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

.infographics_table {
  min-width: 600px;
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
}


@media (max-width: 500px) {
  .container_lottery_facts h2{
    font-size: 24px;
  }
  .container_lottery_facts p{
    font-size: 16px;
  }
}

.container_infographics_table{
  margin: 0 auto;
  max-width: 1240px;
  overflow: auto;
}

.infographics_table_container table {
  width: 100%;
  min-width: 600px;
}
.infographics_table thead,
.infographics_table tbody,
.infographics_table tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.infographics_table_container::-webkit-scrollbar {
  height: 5px;
  border-radius: 20px;
  opacity: 0.5;
  background: var(--White, #3b3838);
}
.infographics_table_container::-webkit-scrollbar-thumb {
  border-radius: 20px;
background: var(--White, #FFF);
}

.container_infographics h2{
  color: var(--White, #FFF);
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.container_infographics p{
  color: var(--White, #FFF);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.infographics_table thead{
  border: none;
  text-align: left;
  background: var(--Green, linear-gradient(180deg, #2EFF04 0%, #1B9902 100%));
}

.infographics_table thead th{
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.infographics_table thead th,
.infographics_table tbody td{
  max-width: 310px;
  min-width: 165px;
  padding: 15px 20px;
  border: 1px solid #00ff55; 
  text-decoration: uppercase;
}

.infographics_table td:first-child,
.infographics_table th:first-child {
  border-left: none;
}

.infographics_table td:last-child,
.infographics_table th:last-child {
  border-right: none;
}

.infographics_table td:first-child{
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.infographics_table td{
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}


@media (max-width: 700px) {
  .infographics_table thead th{
    font-size: 14px;
  }

  .infographics_table tbody td{
    font-size: 12px;
  }

  .infographics_table td:first-child{
  font-size: 14px;
}

  .infographics_table thead th,
.infographics_table tbody td{
  padding: 10px;
}
  
}


.container_responsible_play h2{
  color: var(--White, #FFF);
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}


@media (max-width: 500px) {
  .container_responsible_play h2{
  font-size: 24px;
}
  .container_infographics h2{
    font-size: 24px;
  }

  .container_infographics p{
    font-size: 16px;
  }

}

.responsible_play_text {
  max-width: 1240px;
  width: 100%;
  padding: 40px 20px;
  border-radius: 16px;
  border: 1px solid var(--Green, #2EFF04);
}

.responsible_play_text p{
  color: var(--White, #FFF);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.rewiews_slider {
  max-width: 1240px;
  width: 100%;
}

.container_rewiews h2{
  color: var(--White, #FFF);
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.rewiew_item {
  max-width: 295px;
  width: 100%;
  max-height: 425px;
    flex-shrink: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 20px;
  align-items: center;

  border-radius: 30px;
  border: 1px solid var(--White, #FFF);
  background: var(--Redfox, linear-gradient(180deg, #E70 0%, #991A0E 100%));
}

.rewiew_item_data {
  margin-bottom: 20px;
}

@media (max-width: 500px) {
  .rewiew_item {
    max-width: 340px;
    min-height: 380px;
    height: auto;
  }
  
}

.rewiew_item p{
  color: var(--White, #FFF);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.rewiew_item_data span{
  color: var(--White, #FFF);
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}


@media (min-width: 768px) {

  .slide_card {
    min-width: auto;
  }
} 

.bonuses_card_text h2{
  color: var(--White, #FFF);
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.bonuses_card_text p{
  color: var(--White, #FFF);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.bonuses_card_item{
  gap: 20px;
  max-width: 295px;
  min-height: 198px;
  padding: 20px;
  border-radius: 30px;
border: 1px solid #FFF;
background: var(--Green, linear-gradient(180deg, #2EFF04 0%, #1B9902 100%));
}

.bonuses_card_item h3{
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2; 
  text-transform: uppercase;
}

.bonuses_card_item p{
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

@media (max-width: 600px) {
  .bonuses_card{
    justify-content: center;
  }

  .bonuses_card_item{
    gap: 10px;
    max-width: 340px;
    min-height: 169px;
  }
  
}

@media (max-width: 500px) {
  .container_rewiews h2{
    font-size: 24px;
  }

  .rewiew_item_data span{
    font-size: 18px;
  }

  .bonuses_card_text h2{
    font-size: 24px;
  }

  .bonuses_card_text p{
    font-size: 16px;
  }
}

.container_contact h2{
  color: var(--White, #FFF);
  font-family: "ClashDisplay-Bold", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.contact_img {
  max-width: 610px;
  width: 100%;
  margin: 0 auto;
}

.contact_img img{
  width: 100%;
  height: auto;
  display: block;
}

.contact_form{
  max-width: 610px;
  width: 100%;
}

.contact_form p{
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.contact_form input,
.contact_form textarea{
  padding: 14px 20px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #141414;
}

@media (max-width: 500px) {
  .contact_form input,
.contact_form textarea{
  font-size: 16px;
  color: #020202;
}
  
}

.contact_form_btn {
  max-width: 610px;
  width: 100%;
  border-radius: 30px;
  background: var(--Green, linear-gradient(180deg, #2EFF04 0%, #1B9902 100%));
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  padding: 14px 20px;
}

.container_faq h2{
  color: var(--White, #FFF);
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.faq_list {
  max-width: 610px;
  width: 100%;
}

.faq_img {
  max-width: 610px;
  width: 100%;
  margin: 0 auto;
}

.faq_img img {
  width: 100%;
  height: auto;
  display: block;
}

.faq_item dt{
  background: var(--Green, linear-gradient(180deg, #2EFF04 0%, #1B9902 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.faq_item dd{
  color: var(--White, #FFF);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

@media (max-width: 1330px) {
  .contact_blocks{
    justify-content: center;
  }

  .block_faq {
    justify-content: center;
  }
}

@media (max-width: 500px) {
  .container_contact h2{
  font-size: 24px;
}

  .contact_form p{
    font-size: 16px;
  }

  .contact_form_btn {
    font-size: 16px;
  }

  .container_faq h2{
    font-size: 30px;
  }

  .faq_item dt {
    font-size: 18px;
  }

  .faq_item dd{
    font-size: 16px;
  }
}

.success_message {
  display: none;
  color: #2EFF04;
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 10px;
}

.success_message.show {
  display: block;
}

input,
textarea {
  border: 1px solid #ccc;
  transition: all 0.3s ease;
}


.block_border_pages {
  gap: 24px;
  max-width: 1240px;
  width: 100%;
  padding: 40px 20px;
  border-radius: 16px;
  border: 1px solid var(--Green, #2EFF04);
}

.block_border_pages h1{
  font-size: 36px;
  padding-bottom: 24px;
  text-align: left;
}

@media (max-width: 500px) {
  .block_border_pages h1{
    font-size: 20px;
  }
  
}

.block_border_pages h2{
  font-size: 24px;
  padding-bottom: 24px;
  text-align: left;
}

.block_border_pages p{
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
}

.block_border_pages ul{
  list-style-position: inside; 
  /* padding-left: 0;
  margin-left: 0; */
  text-align: left;
    display: flex;
  flex-direction: column;
  gap: 24px;
}

.block_border_pages ol{
  gap: 24px;
  text-align: left;
  display: flex;
  flex-direction: column;
  list-style-position: inside; 
}

.block_border_pages li{
  text-align: left;
  padding-left: 0;
  font-size: 16px;
  line-height: 1.5;
}



.offers_card_logo_block{
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  /* gap: 16px; */
  height: 105px;
  width: 100%;
  max-width: 300px;
}

.rating_block img{
  width: 24px;
  margin-top: -3px;
}

.rating_block{
  align-items: center;
  gap: 5px;
}

.rating_block p {
  font-size: 20px;
  margin: 0;
  padding: 5px 0;
}

.bonus_block_text_p {
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
  width: 100%;
  max-width: 277px;
  text-align: center;
}

.cards_element {
  /* width: 100%;
  max-width: 900px; */

}

.offers_card{
  width: 100%;
  max-width: 900px;
  justify-content: space-between;
  align-items:center;
  padding: 16px 10px;
  gap: 24px;
    border-radius: 8px;
  border: 1px #fff solid;
}

.offers_card_logo_block_container {
  width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cards_btn {
  position: relative;
  width: 100%;
  max-width: 224px;
  height: auto;
  background-color: white;
  border-radius: 12px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  padding: 10px;
  margin-bottom: 10px;
  overflow: hidden; 
}

.cards_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
  animation: shine 2s infinite;
}

@keyframes shine {
  0% {
    left: -100%;
  }
  100% {
    left: 200%;
  }
}

.cards_btn span {
  background: linear-gradient(90deg, #DD487E, #3C64F5);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}


.container_bonus_block_pay {
    display: flex;
  justify-content: space-around;
  align-items: center;
  /* flex-wrap: wrap; */
  /* gap: 16px; */
  width: 100%;
  /* max-width: 500px; */
}

.container_block_pay {
   max-width: 300px;
  width: 100%;
      display: flex;
    align-items: center;
    flex-direction: column;
  flex-wrap: wrap;

}

.m-t-60 {
  margin-top: 60px;
}

.m-t-100{
  margin-top: 100px;
}

.section_updates{
  /* margin-top: 60px; */
  padding: 0 10px;
}

.section_updates_block_h2 {
  text-align: center;
}

.section_cards{
  padding: 0 10px;
}

.container_cards_pages {
  width: 100%;
  max-width: 1240px;
  padding: 40px 0;
}



.date_display{
  display: none;
}









.aulottowinnersclub_container {
  width: 100%;
  background: var(--Redfox, linear-gradient(180deg, #E70 0%, #991A0E 100%));
  padding: 40px 100px;
}

.footer_container {
  max-width: 1240px;
  width: 100%;
}

.main_info_footer{
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 1301px) {
  .main_info_footer{
  justify-content: center;
}
}

@media (max-width: 430px) {
  .main_info_footer{
  justify-content: space-between;
}
}

.text_disclaimer_footer h2,
.legal_info_footer h2,
.navigation_footer h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.text_disclaimer_footer p{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.footer_nav_links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer_nav_links li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: inherit; 
  text-decoration: none;
  transition: color 0.3s;
}

.footer_nav_links li a:hover {
  text-decoration: underline;
}






.legal_info_footer_list dt,
.footer_nav_links a{
  line-height: 1;
  font-weight: 500;
  font-size: 16px;
}

.legal_info_footer_list dd{
  line-height: 1;
  font-weight: 400;
  font-size: 14px;
}

.footer_nav_links a,
.footer_nav_links a:visited,
.footer_nav_links a:hover,
.footer_nav_links a:active,
.footer_nav_links a:focus {
  text-decoration: none;
}

@media (max-width: 500px) {
  .text_disclaimer_footer h2,
.legal_info_footer h2,
.navigation_footer h2{
  font-size: 18px;
}

.text_disclaimer_footer p{
  font-size: 14px;
}

.legal_info_footer_list dt,
.footer_nav_links a{
  font-size: 14px;
}

.legal_info_footer_list dd{
  font-size: 12px;
}
}


@media (max-width: 800px) {
  .footer_container{
    padding: 16px;
    border-radius: 30px;
    gap: 30px;
  }
}

@media (max-width: 1260px) {
  .aulottowinnersclub_container{
    padding: 20px 16px;
  }
}

.footer_links_page {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  font-size: 16px;
}

.footer_links_page a,
.footer_links_page a:visited,
.footer_links_page a:hover,
.footer_links_page a:active,
.footer_links_page a:focus {
  text-decoration: underline;
  color: inherit; 
}


.aulottowinnersclub_main {
  position: relative;
}

.aulottowinnersclub_page {
  position: relative;
}

.copyright_footer span{
  line-height: 1.2;
  font-weight: 400;
  font-size: 16px;
}

@media (max-width: 460px) {
  .copyright_footer span{
    font-size: 12px;
  }
}

.popup {
    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.active {
    display: flex;
  }

  .popup__close {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

    .popup__content {
    overflow: auto;
    max-width: 400px;
    width: 100%;
    position: relative;
    z-index: 2;
    margin: auto;
    background-color: #fff;
    border: 2px solid #ffa500;
    padding: 10px;
  }

  .popup__text {
    color: var(--black);
  }

  .popup__exit {
    margin-bottom: 24px;
  }