* {
  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: GeologicaRegular;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/ozjackpotcenter-GeologicaRegular.woff2) format("woff2");
}
@font-face {
  font-family: GeologicaBold;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/ozjackpotcenter-GeologicaBold.woff2) format("woff2");
}
:root {
  --font-main: "GeologicaRegular", sans-serif;
  --container-width: 1240px;
  --background-page: #fff;
  --main: #272727;
}
.container {
  max-width: var(--container-width);
  margin: 0 auto;
}
.pd {
  padding: 40px 100px;
}
@media (max-width: 768px) {
  .pd {
    padding: 40px 16px;
  }
}
.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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  border-radius: 100px;
  font-family: GeologicaBold, sans-serif;
  font-size: 16px;
  line-height: 120%;
  padding: 14px 24px;
}
@media (max-width: 768px) {
  .btn {
    padding: 10px 20px;
    gap: 10px;
    font-size: 12px;
  }
}
.btn--outline {
  border-radius: 100px;
  border: 2px solid #272727;
}
.btn--filled {
  background: #ff9898;
  border: 2px solid #ff9898;
}
.common__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.common__logo--calculator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  -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;
  aspect-ratio: 1/1;
}
@media (max-width: 768px) {
  .common__logo--calculator {
    width: 20px;
    height: 20px;
  }
}
.common__logo--text {
  width: 339.593px;
  height: 16.68px;
}
@media (max-width: 768px) {
  .common__logo--text {
    width: 212.246px;
    height: 10.425px;
  }
}
.header {
  padding: 16px 100px;
  background: #fff6f6;
}
@media (max-width: 960px) {
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 16px;
    -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;
  }
}
.header__container {
  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;
  max-width: 1240px;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 960px) {
  .header__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.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;
}
@media (max-width: 960px) {
  .header__nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.header__nav a {
  text-decoration: none;
  color: #272727;
  font-size: 14px;
  text-align: right;
}
.header__nav a.active {
  color: #ff9898;
}
.header__actions {
  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;
  gap: 10px;
  max-width: 245px;
  width: 100%;
}
@media (max-width: 960px) {
  .header__actions {
    gap: 12px;
    max-width: 330px;
  }
}
.header__burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  background: 0 0;
  border: none;
  cursor: pointer;
}
.header__burger span {
  width: 24px;
  height: 2px;
  background: #272727;
  display: block;
}
.header__mobile-menu {
  display: none;
  position: absolute;
  top: 75px;
  right: 0;
  width: 100%;
  background: #fff6f6;
  padding: 20px;
  z-index: 10;
}
@media (max-width: 790px) {
  .header__mobile-menu {
    top: 115px;
  }
}
@media (max-width: 768px) {
  .header__mobile-menu {
    top: 60px;
  }
}
@media (max-width: 650px) {
  .header__mobile-menu {
    top: 95px;
  }
}
.header__mobile-menu.active {
  display: block;
}
@media (max-width: 960px) {
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 12px 16px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
  }
  .header__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header__nav {
    display: none;
  }
  .header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__actions {
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.popupauth {
  position: fixed;
  inset: 0;
  z-index: 1000;
  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;
  background: rgba(121, 121, 121, 0.68);
  -webkit-backdrop-filter: blur(11.4499998093px);
  backdrop-filter: blur(11.4499998093px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.popupauth.active {
  visibility: visible;
  opacity: 1;
}
.popupauth__close,
.popupauth__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.popupauth__content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  width: 100%;
  padding: 64px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
  border-radius: 35px;
  background: #ffe99a;
}
@media (max-width: 960px) {
  .popupauth__content {
    padding: 30px;
    margin: 0 16px;
    gap: 16px;
  }
}
.popupauth__exit {
  cursor: pointer;
  position: absolute;
  right: 40px;
  top: 64px;
  width: 24px;
  height: 24px;
  background-image: url(/ozjackpotcenter-img/ozjackpotcenter-svg/ozjackpotcenter-cross.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
@media (max-width: 960px) {
  .popupauth__exit {
    right: 10px;
    top: 15px;
  }
}
.popupauth__item {
  display: none;
}
.popupauth__item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  gap: 12px;
}
.popupauth__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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.popupauth__form input {
  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-radius: 30px;
  border: 1px solid #e6e6e6;
  background: #fff;
  color: #272727;
  font-size: 16px;
}
@media (max-width: 960px) {
  .popupauth__form input {
    font-size: 14px;
  }
}
.popupauth__form.error input {
  border: 2px solid red;
}
.popupauth__note {
  text-align: center;
  font-size: 17px;
  color: #272727;
  line-height: 20px;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .popupauth__note {
    font-size: 14px;
  }
}
.popupauth__note a {
  color: #ff9898;
  font-family: GeologicaBold, sans-serif;
  text-decoration: none;
}
.status {
  margin-top: 15px;
  padding: 10px;
  background: var(--gradient-purple);
  display: none;
  border-radius: 20px;
  color: var(--white);
}
.form.active .status {
  display: block;
}
.hero__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 40px;
  -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;
  border-radius: 30px;
  background: #faa;
}
@media (max-width: 1240px) {
  .hero__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .hero__container {
    padding: 40px 16px;
  }
}
.hero__text {
  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;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.hero__text h1 {
  font-family: GeologicaBold, sans-serif;
  font-size: 38px;
  line-height: 120%;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .hero__text h1 {
    font-size: 24px;
  }
}
.hero__text p {
  font-size: 18px;
  line-height: 150%;
}
@media (max-width: 768px) {
  .hero__text p {
    font-size: 16px;
  }
}
.hero__text a {
  max-width: 246px;
}
@media (max-width: 768px) {
  .hero__text a {
    max-width: 300px;
  }
}
.hero__image {
  width: 560px;
  height: 429.247px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  aspect-ratio: 560/429.25;
  border-radius: 30px;
  background-image: url(/ozjackpotcenter-img/ozjackpotcenter-yellow-pig.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  .hero__image {
    width: 296px;
    height: 226.888px;
    aspect-ratio: 296/226.89;
  }
}

.about {
  background-color: #fff;
  padding: 80px 100px;
}
@media (max-width: 768px) {
  .about {
    padding: 40px 16px;
  }
}
.about__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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
}
@media (max-width: 768px) {
  .about__container {
    gap: 16px;
  }
}
.about h2 {
  font-family: GeologicaBold, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .about h2 {
    font-size: 20px;
    line-height: 120%;
  }
}
.about p {
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 768px) {
  .about p {
    font-size: 14px;
  }
}
.midweek {
  background-color: #ffb5b5;
}
.midweek__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: 1240px) {
  .midweek__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.midweek__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -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;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  border-radius: 30px;
  background: #fff;
}
@media (max-width: 768px) {
  .midweek__content {
    padding: 20px;
    gap: 16px;
  }
}
.midweek__content h2 {
  font-family: GeologicaBold, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 768px) {
  .midweek__content h2 {
    font-size: 20px;
    line-height: 120%;
  }
}
.midweek__content p {
  font-size: 16px;
  line-height: 150%;
}
.midweek__image {
  width: 425px;
  height: 532px;
  aspect-ratio: 425/532;
  background-image: url(/ozjackpotcenter-img/ozjackpotcenter-pink-numbers.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  .midweek__image {
    width: 328px;
    height: 410.579px;
    aspect-ratio: 328/410.58;
  }
}
.odds {
  padding: 80px 100px;
  background: #fff;
}
@media (max-width: 768px) {
  .odds {
    padding: 40px 16px;
  }
}
.odds__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-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;
  max-width: 800px;
  width: 100%;
}
.odds h2 {
  font-family: GeologicaBold, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .odds h2 {
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 16px;
  }
}
.odds__table {
  width: 100%;
}
.odds__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
@media (max-width: 768px) {
  .odds__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
}
.odds__row--highlighted {
  border-radius: 30px;
  background: #ffe99a;
}
.odds__row td {
  font-size: 20px;
}
@media (max-width: 768px) {
  .odds__row span {
    font-size: 16px;
  }
}
.odds__division {
  font-size: 24px;
  text-transform: uppercase;
  max-width: 368px;
  width: 100%;
}
.odds__combo {
  max-width: 200px;
  width: 100%;
}
.odds__chance {
  white-space: nowrap;
  max-width: 200px;
  width: 100%;
}

.responsible {
  background-color: #faa;
}
.responsible__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  width: 100%;
  -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;
}
.responsible__icon {
  width: 77px;
  height: 77px;
  background-image: url(/ozjackpotcenter-img/ozjackpotcenter-svg/ozjackpotcenter-18-age.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 768px) {
  .responsible__icon {
    width: 64px;
    height: 64px;
    aspect-ratio: 1/1;
  }
}
.responsible__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;
  margin-bottom: 24px;
}
.responsible__title--container h2 {
  font-family: GeologicaBold, sans-serif;
  font-size: 38px;
  line-height: 120%;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .responsible__title--container h2 {
    font-size: 20px;
  }
}
.responsible__content p {
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 768px) {
  .responsible__content p {
    font-size: 14px;
  }
}
.responsible__content ul {
  padding-left: 18px;
}
.responsible__content ul li {
  font-size: 16px;
  line-height: 150%;
  list-style-type: disc;
}
@media (max-width: 768px) {
  .responsible__content ul li {
    font-size: 14px;
  }
}
.stories {
  background-color: #fff;
}
.stories__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) {
  .stories__container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 32px;
  }
}
.stories h2 {
  font-family: GeologicaBold, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 768px) {
  .stories h2 {
    font-size: 20px;
  }
}
.stories__grid {
  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;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
@media (max-width: 768px) {
  .stories__grid {
    gap: 16px;
  }
}
.stories__card {
  padding: 32px;
  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;
  -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;
  border-radius: 30px;
  border: 1px solid #ffd586;
  background: #fff;
}
@media (max-width: 768px) {
  .stories__card {
    padding: 24px;
  }
}
.stories__card p {
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 768px) {
  .stories__card p {
    font-size: 14px;
  }
}
.stories__card span {
  margin: 24px 0;
}
@media (max-width: 768px) {
  .stories__card span {
    margin: 16px 0;
  }
}
.stories__card .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.stories__card .stars img {
  width: 20px;
  height: 20px;
}
.contact {
  background-color: #ffe99a;
}
.contact__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 900px;
  width: 100%;
}
.contact h2 {
  font-family: GeologicaBold, sans-serif;
  font-size: 38px;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .contact h2 {
    font-size: 20px;
    margin-bottom: 16px;
    text-align: center;
  }
}
.contact p {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .contact p {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.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 {
  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-radius: 30px;
  border: 1px solid #e6e6e6;
  background: #fff;
}
.contact .form textarea {
  height: 150px;
  resize: vertical;
}
@media (max-width: 768px) {
  .contact .form textarea {
    height: 100px;
  }
}
.contact .form button {
  max-width: 250px;
}
@media (max-width: 768px) {
  .contact .form button {
    max-width: 360px;
  }
}
.faq {
  background-color: #fff;
}
.faq__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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 768px) {
  .faq__container {
    gap: 16px;
  }
}
.faq h2 {
  font-family: GeologicaBold, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 768px) {
  .faq h2 {
    font-size: 20px;
    line-height: 120%;
  }
}
.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: 898px;
  width: 100%;
  margin: 0;
  padding: 0;
}
.faq__item {
  border-radius: 30px;
  background: #ffd586;
  overflow: hidden;
  width: 100%;
  -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: GeologicaBold, sans-serif;
  font-size: 18px;
  line-height: 150%;
}
@media (max-width: 768px) {
  .faq__question {
    padding: 16px;
    gap: 24px;
    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%;
  margin: 0;
}
@media (max-width: 768px) {
  .faq__answer p {
    font-size: 14px;
  }
}
.footer {
  background: #fffae7;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 768px) {
  .footer__container {
    gap: 16px;
  }
}
.footer__notice {
  text-align: center;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  font-family: GeologicaBold, sans-serif;
}
@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: 1240px) {
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
}
.footer__nav {
  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;
}
@media (max-width: 768px) {
  .footer__nav {
    -ms-flex-line-pack: center;
    align-content: center;
  }
}
.footer__nav li a {
  text-decoration: none;
  text-align: right;
  font-size: 14px;
}
.footer__email {
  font-size: 16px;
  line-height: 150%;
}
.footer__legal p {
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 768px) {
  .footer__legal p {
    font-size: 14px;
  }
}
.footer__badges {
  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: 24px;
  list-style: none;
  padding: 40px 0 20px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .footer__badges {
    gap: 32px;
    padding: 16px 0;
  }
}
.footer__badges li img {
  max-height: 32px;
  height: auto;
}
@media (max-width: 768px) {
  .footer__badges li:last-child img {
    max-height: 26px;
  }
}
.footer__copyright {
  text-align: center;
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 768px) {
  .footer__copyright {
    font-size: 14px;
  }
}
.results-intro {
  padding: 80px 100px;
}
@media (max-width: 768px) {
  .results-intro {
    padding: 40px 16px;
  }
}
.results-intro__container {
  margin: 0 auto;
  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;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
@media (max-width: 768px) {
  .results-intro__container {
    gap: 16px;
  }
}
.results-intro__title {
  font-family: GeologicaBold, sans-serif;
  text-transform: uppercase;
  font-size: 38px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .results-intro__title {
    font-size: 24px;
    line-height: 120%;
  }
}
.results-intro__text {
  font-size: 16px;
  line-height: 150%;
}
.lotto-archive {
  background: #faa;
}
.lotto-archive__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .lotto-archive__container {
    gap: 12px;
  }
}
.lotto-card {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  border-radius: 24px;
  border: 1px solid #fffae7;
  background: #fffae7;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  height: auto;
  font-family: GeologicaBold, sans-serif;
}
.lotto-card__date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  background: #fff;
  padding: 16px;
  -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;
  gap: 10px;
  font-size: 20px;
  line-height: 24px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.lotto-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 32px 16px 16px;
  -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;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
@media (max-width: 768px) {
  .lotto-card__content {
    gap: 12px;
  }
}
.lotto-card__jackpot {
  font-size: 34px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .lotto-card__jackpot {
    font-size: 24px;
  }
}
.lotto-card__numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.lotto-card__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;
  border-radius: 34px;
  background: #faa;
  text-align: center;
  font-size: 17px;
  line-height: 19px;
}
.lotto-card__numbers .lotto-card__plus {
  width: 24px;
  height: 24px;
  background: #fffae7;
}
.lotto-card__winners {
  font-size: 17px;
  line-height: 19px;
}
.about-detail {
  padding: 80px 100px;
}
@media (max-width: 768px) {
  .about-detail {
    padding: 40px 16px;
  }
}
.about-detail__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;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
@media (max-width: 768px) {
  .about-detail__container {
    gap: 16px;
  }
}
.about-detail__title {
  font-family: GeologicaBold, sans-serif;
  font-size: 38px;
  line-height: 120%;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .about-detail__title {
    font-size: 24px;
  }
}
.about-detail__text {
  font-size: 18px;
  line-height: 150%;
}
@media (max-width: 768px) {
  .about-detail__text {
    font-size: 16px;
  }
}
.why-ozlotto {
  background: #faa;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  padding: 80px 100px;
}
@media (max-width: 768px) {
  .why-ozlotto {
    padding: 40px 16px;
    gap: 20px;
  }
}
.why-ozlotto__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -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: 40px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  border-radius: 30px;
  background: #fff;
}
@media (max-width: 768px) {
  .why-ozlotto__container {
    padding: 20px;
    gap: 20px;
  }
}
.why-ozlotto__title {
  font-family: GeologicaBold, sans-serif;
  font-size: 30px;
}
@media (max-width: 768px) {
  .why-ozlotto__title {
    font-size: 20px;
    line-height: 120%;
  }
}
.why-ozlotto__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.why-ozlotto__card {
  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;
  gap: 16px;
  border-radius: 35px;
  background: #ffe99a;
  max-width: 373px;
  width: 100%;
}
@media (max-width: 768px) {
  .why-ozlotto__card {
    padding: 16px;
  }
}
.why-ozlotto__card h3 {
  font-family: GeologicaBold, sans-serif;
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 768px) {
  .why-ozlotto__card h3 {
    font-size: 14px;
    line-height: 150%;
  }
}
.why-ozlotto__card p {
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 768px) {
  .why-ozlotto__card p {
    font-size: 14px;
  }
}
.gaming-intro {
  padding: 80px 100px;
}
@media (max-width: 768px) {
  .gaming-intro {
    padding: 40px 16px;
  }
}
.gaming-intro__title {
  font-family: GeologicaBold, sans-serif;
  font-size: 38px;
  line-height: 120%;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .gaming-intro__title {
    font-size: 24px;
  }
}
.gaming-info {
  background: #faa;
}
.gaming-info__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: 20px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.gaming-info__card {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 20px;
  background: #fff;
  width: 100%;
}
@media (max-width: 768px) {
  .gaming-info__card {
    padding: 16px;
  }
}
.gaming-info__card h3 {
  font-family: GeologicaBold, sans-serif;
  font-size: 30px;
  line-height: 130%;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .gaming-info__card h3 {
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 16px;
  }
}
.gaming-info__card p {
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 768px) {
  .gaming-info__card p {
    font-size: 14px;
  }
}
.gaming-info__card ul {
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 768px) {
  .gaming-info__card ul {
    font-size: 14px;
  }
}
.status {
  display: none;
}
.form.active .status {
  display: block;
  color: #272727;
}
.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%;
}

@media (max-width: 768px) {
  .terms {
    padding: 40px 16px;
  }
}
.terms h1 {
  font-family: var(--font-titles);
  color: #600000;
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

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

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