* {
  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: InterRegular;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/lottotreasureau-fonts/lottotreasureau-InterRegular.woff2) format("woff2");
}
@font-face {
  font-family: InterRegularItalic;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/lottotreasureau-fonts/lottotreasureau-InterRegularItalic.woff2)
    format("woff2");
}
@font-face {
  font-family: InterBold;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/lottotreasureau-fonts/lottotreasureau-InterBold.woff2)
    format("woff2");
}
@font-face {
  font-family: InterBoldItalic;
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(/lottotreasureau-fonts/lottotreasureau-InterBoldItalic.woff2)
    format("woff2");
}
@font-face {
  font-family: InterExtraBold;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/lottotreasureau-fonts/lottotreasureau-InterExtraBold.woff2)
    format("woff2");
}
@font-face {
  font-family: InterBlack;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/lottotreasureau-fonts/lottotreasureau-InterBlack.woff2)
    format("woff2");
}
:root {
  --font-main: "InterRegular", sans-serif;
  --background-page: #fff;
  --main: #ffffff;
}
.container {
  max-width: 1240px;
  margin: 0 auto;
}
.pd {
  padding: 80px 100px;
}
@media (max-width: 768px) {
  .pd {
    padding: 40px 16px;
  }
}
.tt {
  text-align: center;
  font-family: InterBold, sans-serif;
  font-size: 30px;
  line-height: 120%;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .tt {
    font-size: 20px;
  }
}
.st {
  font-size: 16px;
  line-height: 150%;
}
.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);
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  font-family: InterBoldItalic, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 120%;
  text-decoration: none;
  border: 2px solid #fff;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
@media (max-width: 768px) {
  .btn {
    padding: 10px 20px;
    gap: 10px;
    font-size: 12px;
  }
}
.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.logo .logo-number {
  width: 31.848px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  aspect-ratio: 31.85/32;
}
@media (max-width: 768px) {
  .logo .logo-number {
    width: 19.905px;
    aspect-ratio: 19.9/20;
  }
}
.logo .logo {
  width: 243.471px;
  height: 17.94px;
}
@media (max-width: 768px) {
  .logo .logo {
    width: 162.314px;
    height: 11.96px;
  }
}
.site-header {
  background-color: #fccb00;
}
.site-header .header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 100px;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .site-header .header__container {
    padding: 12px 16px;
    position: relative;
  }
}
.site-header .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;
  width: 24px;
  height: 18px;
  background: 0 0;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 10;
}
.site-header .burger span {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #151515;
}
@media (max-width: 768px) {
  .site-header .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.site-header__nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .site-header__nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 16px;
  }
}
.site-header__nav a {
  color: #f53701;
  text-align: right;
  font-family: InterRegularItalic, sans-serif;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.site-header__nav a.active,
.site-header__nav a:hover {
  color: #be2f07;
}
@media (max-width: 768px) {
  .site-header__nav {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    background-color: #fccb00;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
  }
}
.site-header__nav.open {
  max-height: 300px;
}
.site-header__menu li a.active {
  color: #b8071c;
}
.hero {
  background-color: #f53701;
  color: #fff;
}
.hero__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
@media (max-width: 1024px) {
  .hero__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  max-width: 706px;
  cursor: default;
  color: #fff;
}
.hero__content h1 {
  text-align: left;
  font-size: 38px;
  font-family: InterBlack, sans-serif;
  color: #fff;
  text-transform: uppercase;
  line-height: 120%;
}
@media (max-width: 768px) {
  .hero__content h1 {
    font-size: 24px;
  }
}
.hero__image {
  contain: layout style paint;
  will-change: transform;
  width: 470.827px;
  height: 174.219px;
  flex-shrink: 0;
  background-image: url("/lottotreasureau-img/lottotreasureau-svg/lottotreasureau-banana.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: none !important;
  animation: none !important;
  transform: none !important;
  filter: none !important;
}

.hero__btn {
  max-width: 246px;
}
@media (max-width: 768px) {
  .hero__btn {
    max-width: 360px;
  }
}
.lotteries__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  gap: 40px;
}
.lotteries__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  padding: 20px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  background: #960b24;
}
@media (max-width: 868px) {
  .lotteries__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.lotteries__item--img:nth-child(1) {
  width: 128px;
  height: 128px;
  aspect-ratio: 1/1;
}
.lotteries__item--img:nth-child(2) {
  width: 156px;
  height: 128px;
  aspect-ratio: 1/1;
}
.lotteries__item--img:nth-child(3) {
  width: 123px;
  height: 128px;
  aspect-ratio: 1/1;
}
.lotteries__item--img:nth-child(4) {
  width: 156px;
  height: 128px;
  aspect-ratio: 1/1;
}
.lotteries__item--img:nth-child(5) {
  width: 108px;
  height: 80px;
  aspect-ratio: 1/1;
}
.lotteries__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
@media (max-width: 768px) {
  .lotteries__info p {
    font-size: 14px;
    font-family: InterRegular, sans-serif;
  }
}
@media (max-width: 768px) {
  .lotteries__info h2 {
    font-size: 20px;
  }
}
.lotteries__btn {
  max-width: 246px;
  width: 100%;
}
@media (max-width: 768px) {
  .lotteries__btn {
    max-width: 360px;
  }
}
.about {
  background: #f53701;
}
.about__container {
  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;
  gap: 40px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
@media (max-width: 1024px) {
  .about__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.about__image img {
  display: block;
  width: 438px;
  height: 300px;
  aspect-ratio: 1/1;
}
@media (max-width: 768px) {
  .about__image img {
    width: 328px;
    height: 224.637px;
    aspect-ratio: 328/224.64;
  }
}
.about__content {
  max-width: 762px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.infographics {
  background-color: #fff;
}
.infographics__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 768px) {
  .infographics__container {
    gap: 16px;
  }
}
.infographics h2.tt {
  color: #151515;
}
@media (max-width: 768px) {
  .infographics h2.tt {
    text-align: left;
  }
}
.infographics p.st {
  max-width: 900px;
  margin: 0 auto;
  color: #462661;
}
.infographics__table-wrapper {
  overflow-x: auto;
}
.infographics__table {
  max-width: 900px;
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  color: #272727;
  font-family: InterBold, sans-serif;
}
.infographics__table td,
.infographics__table th {
  text-align: left;
  padding: 20px;
  font-size: 20px;
}
@media (max-width: 768px) {
  .infographics__table td,
  .infographics__table th {
    padding: 10px;
    font-size: 14px;
  }
}
.infographics__table th {
  padding-bottom: 44px;
}
@media (max-width: 768px) {
  .infographics__table th {
    display: none;
  }
}
.infographics__table td:first-of-type {
  font-size: 24px;
}
@media (max-width: 768px) {
  .infographics__table td:first-of-type {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .infographics__table td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.infographics__table .highlight {
  background-color: #fff400;
}
.gambling {
  background-color: #b60c2b;
}
.gambling__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
  max-width: 900px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.gambling__title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
@media (max-width: 768px) {
  .gambling__title-container h2 {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .gambling p {
    font-size: 14px;
  }
}
.gambling__icon {
  width: 77px;
  height: 77px;
  background-image: url(/lottotreasureau-img/lottotreasureau-svg/lottotreasureau-age.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .gambling__icon {
    width: 64px;
    height: 64px;
    aspect-ratio: 1/1;
  }
}
.reviews__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
@media (max-width: 768px) {
  .reviews__container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.reviews h2.tt {
  color: #151515;
}
.reviews__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
  padding: 0;
  margin: 0;
}
.reviews__item {
  max-width: 387px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  gap: 24px;
}
@media (max-width: 768px) {
  .reviews__item {
    padding: 24px;
  }
}
.reviews__text {
  color: #515151;
  font-size: 16px;
  line-height: 150%;
}
.reviews__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4px;
}
.reviews__stars img {
  width: 20px;
  height: 20px;
}
.reviews__author {
  color: #191919;
}
.contact {
  background: #960b24;
}
.contact__container {
  max-width: 900px;
  width: 100%;
}
.contact h2 {
  text-align: left;
}
@media (max-width: 768px) {
  .contact h2 {
    text-align: center;
  }
}
.contact p {
  margin: 24px 0 40px;
}
@media (max-width: 768px) {
  .contact p {
    font-size: 14px;
    margin: 16px 0;
  }
}
.contact .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
}
.contact .form input,
.contact .form textarea {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border: 1px solid #e6e6e6;
  background: #fff;
  color: #999;
  font-size: 16px;
}
.contact .form textarea {
  min-height: 100px;
  resize: vertical;
}
.contact .form button {
  background: #f53701;
  max-width: 250px;
  border: none;
}
@media (max-width: 768px) {
  .contact .form button {
    max-width: 360px;
  }
}
.faq__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
@media (max-width: 768px) {
  .faq__container {
    gap: 16px;
  }
}
.faq h2.tt {
  text-align: center;
  color: #151515;
}
@media (max-width: 768px) {
  .faq h2.tt {
    text-align: left;
  }
}
.faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  list-style: none;
  max-width: 600px;
  width: 100%;
  margin: 0;
  padding: 0;
}
.faq__item {
  width: 100%;
  background: #f53701;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.faq__item.active .faq__question img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq__item.active .faq__answer {
  max-height: 450px;
  padding: 0 24px 24px;
}
@media (max-width: 768px) {
  .faq__item.active .faq__answer {
    padding: 0 16px 16px;
  }
}
.faq__question {
  width: 100%;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  background: 0 0;
  border: none;
  font-family: InterBold, sans-serif;
  color: #fccb00;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  gap: 24px;
}
@media (max-width: 768px) {
  .faq__question {
    color: #fff;
    text-align: left;
    font-size: 14px;
  }
}
.faq__question img {
  width: 24px;
  height: 24px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.faq__answer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq__answer p {
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  margin: 0;
}
.footer {
  background-color: #fccb00;
  color: #151515;
  padding: 40px 100px;
}
@media (max-width: 768px) {
  .footer {
    padding: 24px 16px;
  }
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .footer__container {
    gap: 16px;
  }
}
.footer__notice {
  font-family: InterBold, sans-serif;
  color: #b60c2b;
  text-align: center;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .footer__notice {
    font-size: 14px;
  }
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
@media (max-width: 1024px) {
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
}
.footer__top .footer__nav .footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer__top .footer__nav li a {
  color: #f53701;
  text-align: right;
  font-family: InterRegularItalic, sans-serif;
  font-size: 14px;
  text-decoration: none;
}
.footer__support {
  text-align: left;
}
@media (max-width: 768px) {
  .footer__support {
    font-size: 14px;
  }
}
.footer__content {
  text-align: left;
}
@media (max-width: 768px) {
  .footer__content p {
    font-size: 14px;
  }
}
.footer__icons {
  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;
  gap: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__icons li:nth-child(1) img {
  width: 60px;
  height: 60px;
}
@media (max-width: 768px) {
  .footer__icons li:nth-child(1) img {
    width: 37px;
    height: 37px;
  }
}

.footer__icons li:nth-child(2) img {
  width: 178px;
  height: 60px;
}
@media (max-width: 768px) {
  .footer__icons li:nth-child(2) img {
    width: 111px;
    height: 37px;
  }
}

.footer__icons li:nth-child(3) img {
  width: 66px;
  height: 61px;
}
@media (max-width: 768px) {
  .footer__icons li:nth-child(3) img {
    width: 41px;
    height: 38px;
  }
}

.footer__icons li:nth-child(4) img {
  width: 318px;
  height: 42px;
}
@media (max-width: 768px) {
  .footer__icons li:nth-child(4) img {
    width: 198px;
    height: 26px;
  }
}

.footer__copy {
  color: #5e5e5e;
}
@media (max-width: 768px) {
  .footer__copy {
    font-size: 14px;
  }
}
.results {
  background-color: #960b24;
  padding: 80px 100px 40px;
}
@media (max-width: 768px) {
  .results {
    padding: 40px 16px 20px;
  }
}
.results__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 768px) {
  .results__container {
    gap: 8px;
  }
}
.results p {
  font-size: 18px;
  line-height: 150%;
}
@media (max-width: 768px) {
  .results p {
    font-size: 16px;
  }
}
.results__list {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin: 96px auto 0;
  max-width: 800px;
  width: 100%;
  color: #151515;
}
@media (max-width: 768px) {
  .results__list {
    margin: 60px auto 0;
  }
}
.results__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background: #fff;
}
.results__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 768px) {
  .results__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.results__number-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.results__date {
  color: #151515;
  font-size: 16px;
  line-height: 140%;
}
.results__numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.results__numbers span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  padding: 10px;
  -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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 34px;
  background: #fccb00;
  color: #272727;
  text-align: center;
  font-size: 16px;
  line-height: 140%;
  text-transform: uppercase;
  font-family: InterBold, sans-serif;
}
.results__champion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.results__champion span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  padding: 10px;
  -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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 34px;
  background: #fccb00;
  color: #272727;
  text-align: center;
  font-size: 16px;
  line-height: 140%;
  text-transform: uppercase;
  font-family: InterBold, sans-serif;
}
.results__prize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.results__prize strong {
  color: #151515;
  text-align: center;
  font-size: 34px;
  text-transform: uppercase;
  font-family: InterBold, sans-serif;
}
.lotto {
  background-color: #960b24;
  padding: 80px 100px 40px;
}
@media (max-width: 768px) {
  .lotto {
    padding: 40px 16px 20px;
  }
}
.lotto__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 768px) {
  .lotto__container {
    gap: 8px;
  }
}
.lotto h2.tt {
  font-family: InterExtraBold, sans-serif;
  font-size: 38px;
  line-height: 120%;
  text-transform: uppercase;
  text-align: left;
}
@media (max-width: 768px) {
  .lotto h2.tt {
    font-size: 24px;
  }
}
.lotto p.st {
  font-size: 18px;
  line-height: 150%;
}
@media (max-width: 768px) {
  .lotto p.st {
    font-size: 16px;
  }
}
.lotto__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 108px;
}
@media (max-width: 768px) {
  .lotto__list {
    margin-top: 52px;
  }
}
.lotto__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background: #fff;
  max-width: 296px;
  min-width: 210px;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.lotto__item img {
  max-width: 100px;
  max-height: 120px;
  margin: 0 auto;
}
.lotto__item h2 {
  color: #272727;
  font-family: InterBold, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  text-align: left;
}
@media (max-width: 768px) {
  .lotto__item h2 {
    font-size: 20px;
  }
}
.lotto__item p.st {
  color: #272727;
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 768px) {
  .lotto__item p.st {
    font-size: 14px;
  }
}
.bonuses__top {
  background-color: #960b24;
}
.bonuses__top__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 12px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.bonuses__top h2.tt {
  color: #fff;
  font-family: InterExtraBold, sans-serif;
  font-size: 38px;
  line-height: 120%;
  text-transform: uppercase;
}
.bonuses__top p.st {
  font-size: 18px;
  line-height: 150%;
}
.bonuses {
  padding: 40px 100px;
}
@media (max-width: 768px) {
  .bonuses {
    padding: 20px 16px;
  }
}
.bonuses__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #fff;
}
@media (max-width: 768px) {
  .bonuses__list {
    gap: 20px;
  }
}
.bonuses__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  border: 1px solid #fccb00;
  background: #fff;
  max-width: 328px;
  min-width: 250px;
}
@media (max-width: 768px) {
  .bonuses__item {
    padding: 16px;
  }
}
.bonuses__item h2.tt {
  color: #002223;
  text-align: center;
  font-family: InterBold, sans-serif;
  font-size: 26px;
  line-height: 150%;
}
@media (max-width: 768px) {
  .bonuses__item h2.tt {
    font-size: 20px;
    width: 100%;
  }
}
.bonuses__item p.st {
  color: #002223;
  text-align: center;
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 768px) {
  .bonuses__item p.st {
    font-size: 14px;
  }
}
.status {
  display: none;
}
.form.active .status {
  display: block;
  color: #fff;
}
.terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 80px 100px;
}
@media (max-width: 768px) {
  .terms {
    padding: 40px 16px;
  }
}
.terms {
  padding: 80px 100px;
  line-height: 130%;
  color: #002223;
}
@media (max-width: 768px) {
  .terms {
    padding: 40px 16px;
  }
}
.terms h1 {
  color: #960b24;
  font-size: 40px;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.terms p {
  padding-bottom: 10px;
}
.terms__domain {
  word-break: break-all;
}
