@charset "UTF-8";

/* Reset and base styles  */

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

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

/* Links */

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */

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

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

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

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

button,
input[type=submit] {
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

@font-face {
  font-family: BioRhyme;
  font-display: swap;
  src: url("../lottoaviatorau__fonts/lottoaviatorau__BioRhyme-SemiBold.woff2") format("woff2"), url("../lottoaviatorau__fonts/lottoaviatorau__BioRhyme-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: Varela;
  font-display: swap;
  src: url("../lottoaviatorau__fonts/lottoaviatorau__Varela-Regular.woff2") format("woff2"), url("../lottoaviatorau__fonts/lottoaviatorau__Varela-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --container-width: 1440px;
  --container-padding: 150px;
  --container-padding-tablet: 16px;
  --background: #4D7198;
  --font-color: #FFF;
  --font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
  --font-family: Varela, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --laptop-size: 1199px;
  --tablet-size: 959px;
  --mobile-size: 599px;
}

canvas {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  /* Canvas будет под остальным содержимым */
  opacity: 0.2;
}

h1,
h2,
h3 {
  font-weight: normal;
  overflow-wrap: break-word;
  font-weight: 600;
  font-family: BioRhyme;
}

h2,
h3 {
  text-transform: uppercase;
}

h1 {
  font-size: clamp(1.75rem, 1.5769230769rem + 0.7692307692vw, 2.25rem);
}

h2 {
  font-size: clamp(1.375rem, 1.3317307692rem + 0.1923076923vw, 1.5rem);
  color: #E9B86C;
  text-align: center;
}

h3 {
  font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
}

html {
  scroll-behavior: smooth;
  background: var(--background);
}

body {
  color: var(--font-color);
  font-family: var(--font-family);
  font-size: var(--font-size);
  font-weight: 400;
}

html,
body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.lottoaviatorau__no-scroll {
  overflow: hidden;
}

.lottoaviatorau__visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.lottoaviatorau__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.lottoaviatorau__items .lottoaviatorau__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

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

.lottoaviatorau__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 60px;
  margin: 40px 0;
}

.lottoaviatorau__btn,
.lottoaviatorau__btn:focus {
  white-space: nowrap;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  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-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding: 10px 30px;
  border-radius: 30px;
  background: #BF5921;
  color: #fff !important;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0), 0px 0px 50px 0px #E9B86C inset;
  box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0), 0px 0px 50px 0px #E9B86C inset;
  font-size: 16px;
  font-weight: 700;
  font-family: BioRhyme;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.lottoaviatorau__btn-active,
.lottoaviatorau__btn:hover,
.lottoaviatorau__btn:active {
  -webkit-box-shadow: 0px 0px 10px 0px rgb(255, 255, 255), 0px 0px 50px 0px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0px 0px 10px 0px rgb(255, 255, 255), 0px 0px 50px 0px rgba(255, 255, 255, 0.3) inset;
  color: #fff !important;
  -webkit-tap-highlight-color: transparent;
}

.lottoaviatorau__wrapper {
  border-radius: 20px;
  background: #E9B86C;
  padding: 40px;
  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: 24px;
}

.lottoaviatorau__wrapper p {
  color: #000;
  width: 100%;
}

.lottoaviatorau__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: 20px;
  margin: 0 auto;
  padding: 0 var(--container-padding);
  max-width: var(--container-width);
  width: 100%;
}

.lottoaviatorau__popup {
  color: #FFF;
  background: #000;
  padding: 40px 20px;
  max-width: 500px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.lottoaviatorau__popup__title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.lottoaviatorau__modal {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  z-index: 100000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  display: none;
}

.lottoaviatorau__modal.lottoaviatorau__show {
  opacity: 1;
}

.lottoaviatorau__modal__popup {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #DF3C5C;
  font-size: 14px;
}

.lottoaviatorau__cookie__popup {
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 10;
  max-width: 100%;
  bottom: -100%;
  -webkit-transition: all 2s cubic-bezier(0.02, 0.7, 0.03, 1);
  transition: all 2s cubic-bezier(0.02, 0.7, 0.03, 1);
  z-index: 10000;
  border-top: 1px solid #DF3C5C;
  font-size: 12px;
}

.lottoaviatorau__cookie__wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 250px;
  margin-left: 30px;
}

.lottoaviatorau__cookie.lottoaviatorau__hidden {
  display: none;
}

.lottoaviatorau__cookie .lottoaviatorau__btn {
  width: 100%;
}

.lottoaviatorau__cookie .lottoaviatorau__container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 20px;
}

.lottoaviatorau__cookie img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
}

.lottoaviatorau__cookie .lottoaviatorau__show {
  bottom: 0;
}

.lottoaviatorau__modal-login {
  padding: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lottoaviatorau__modal-login .lottoaviatorau__modal-content {
  position: relative;
  border-radius: 24px;
  background: #4D7198;
  padding: 20px;
  width: 100%;
  max-width: 360px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #fff;
  z-index: 1;
}

.lottoaviatorau__modal-login .lottoaviatorau__hidden,
.lottoaviatorau__modal-login .lottoaviatorau__finish {
  display: none;
}

.lottoaviatorau__modal-login .lottoaviatorau__finish p {
  margin-bottom: 20px;
  text-align: center;
}

.lottoaviatorau__modal-login form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
}

.lottoaviatorau__modal-login input,
.lottoaviatorau__modal-login textarea {
  border-radius: 30px;
  border: 1px solid #E9B86C;
  padding: 10px 20px;
  color: #fff;
}

.lottoaviatorau__modal-login input:focus,
.lottoaviatorau__modal-login textarea:focus {
  outline: none;
}

.lottoaviatorau__modal-login ::-webkit-input-placeholder {
  color: #fff;
}

.lottoaviatorau__modal-login ::-moz-placeholder {
  color: #fff;
}

.lottoaviatorau__modal-login :-ms-input-placeholder {
  color: #fff;
}

.lottoaviatorau__modal-login ::-ms-input-placeholder {
  color: #fff;
}

.lottoaviatorau__modal-login ::placeholder {
  color: #fff;
}

.lottoaviatorau__modal-login a {
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.lottoaviatorau__modal-login a:hover {
  opacity: 0.6;
}

.lottoaviatorau__modal-login h2 {
  text-align: center;
  color: #fff;
  text-transform: capitalize;
}

.lottoaviatorau__modal-login .lottoaviatorau__close-button {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
  color: #fff;
  font-weight: 700;
  line-height: 90%;
  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;
}

.lottoaviatorau__modal-login .lottoaviatorau__warning {
  display: none;
  width: 100%;
  color: #000;
  padding: 40px 20px;
  border-radius: 10px;
  background: #E9B86C;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  font-size: 14px;
}

/* Blocks */

.lottoaviatorau__about .lottoaviatorau__wrapper {
  padding: 10px;
  text-align: center;
}

.lottoaviatorau__about h3 {
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.lottoaviatorau__about ol.lottoaviatorau__items h3 {
  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: 10px;
}

.lottoaviatorau__about ol.lottoaviatorau__items li h3::before {
  content: "";
  width: 50px;
  aspect-ratio: 1/1;
  background-image: url("./../lottoaviatorau__img/lottoaviatorau__1.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.lottoaviatorau__about ol.lottoaviatorau__items li:nth-child(2) h3::before {
  background-image: url("./../lottoaviatorau__img/lottoaviatorau__2.svg");
}

.lottoaviatorau__about ol.lottoaviatorau__items li:nth-child(3) h3::before {
  background-image: url("./../lottoaviatorau__img/lottoaviatorau__3.svg");
}

.lottoaviatorau__about ol.lottoaviatorau__items li:nth-child(4) h3::before {
  background-image: url("./../lottoaviatorau__img/lottoaviatorau__4.svg");
}

.lottoaviatorau__banner {
  background: radial-gradient(circle at center, #376eb1 20%, #01215d 80%), #01215d;
  padding-block: 70px;
}

.lottoaviatorau__banner .lottoaviatorau__btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.lottoaviatorau__banner .lottoaviatorau__img {
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
  height: 322px;
  width: 100%;
}

.lottoaviatorau__banner li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lottoaviatorau__banner li:before {
  content: "•";
  margin-inline: 8px;
}

.lottoaviatorau__grid {
  display: grid;
  grid-template-columns: 51% calc(49% - 40px);
  gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.lottoaviatorau__footer {
  margin-top: auto;
  background: #E9B86C;
  padding: 40px 0;
}

.lottoaviatorau__footer .lottoaviatorau__container {
  gap: 40px;
}

.lottoaviatorau__footer a {
  color: #FFF;
  -webkit-text-decoration: underline rgba(255, 255, 255, 0.5960784314);
  text-decoration: underline rgba(255, 255, 255, 0.5960784314);
  text-underline-offset: 2px;
}

.lottoaviatorau__footer a:hover {
  opacity: 0.6;
}

.lottoaviatorau__footer .lottoaviatorau__items {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 130px;
  -moz-column-gap: 130px;
  column-gap: 130px;
}

.lottoaviatorau__footer .lottoaviatorau__items > * {
  margin-inline: auto;
}

.lottoaviatorau__footer .lottoaviatorau__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.lottoaviatorau__footer .lottoaviatorau__logos img {
  width: auto;
  max-height: 50px;
}

.lottoaviatorau__footer .lottoaviatorau__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px 80px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lottoaviatorau__footer .lottoaviatorau__age {
  width: clamp(1.875rem, 1.6586538462rem + 0.9615384615vw, 2.5rem);
  aspect-ratio: 1/1;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.lottoaviatorau__header {
  padding: 12px 0;
  background: #4D7198;
}

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

.lottoaviatorau__header .lottoaviatorau__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}

.lottoaviatorau__header a {
  color: inherit;
}

.lottoaviatorau__header a:hover {
  color: #E9B86C;
}

.lottoaviatorau__header .lottoaviatorau__logo img {
  width: clamp(6.25rem, 5.2115384615rem + 4.6153846154vw, 9.25rem);
}

.lottoaviatorau__how .lottoaviatorau__items {
  overflow: hidden;
}

.lottoaviatorau__how .lottoaviatorau__item:last-child {
  -webkit-box-flex: 0.7;
  -ms-flex: 0.7;
  flex: 0.7;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(28deg);
  -ms-transform: rotate(28deg);
  transform: rotate(28deg);
}

.lottoaviatorau__icons-wrapper {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.lottoaviatorau__icon {
  fill: transparent;
  stroke: transparent;
  width: 62px;
  height: 62px;
}

.lottoaviatorau__mobile-nav {
  position: fixed;
  top: -100%;
  width: 100%;
  height: 100%;
  z-index: 99;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #000;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.lottoaviatorau__mobile-nav--open {
  top: 0;
}

.lottoaviatorau__mobile-nav a {
  color: #fff;
}

.lottoaviatorau__mobile-nav__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;
  row-gap: 20px;
  font-size: 28px;
}

.lottoaviatorau__mobile-nav__list .lottoaviatorau__active {
  opacity: 0.5;
}

/* Nav Icon */

.lottoaviatorau__mobile-nav-btn {
  --time: 0.1s;
  --width: 26px;
  --height: 30px;
  --line-height: 3px;
  --spacing: 5px;
  --color: #ffffff;
  --radius: 4px;
  /* Fixed height and width */
  /* height: var(--height); */
  /* width: var(--width); */
  /* Dynamic height and width */
  height: calc(var(--line-height) * 2 + var(--spacing) * 3);
  width: var(--width);
  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;
  position: relative;
}

.lottoaviatorau__nav-icon {
  position: relative;
  width: var(--width);
  height: var(--line-height);
  background-color: var(--color);
  border-radius: var(--radius);
}

.lottoaviatorau__nav-icon::before,
.lottoaviatorau__nav-icon::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: var(--width);
  height: var(--line-height);
  border-radius: var(--radius);
  background-color: var(--color);
  -webkit-transition: top var(--time) linear var(--time), -webkit-transform var(--time) ease-in;
  transition: top var(--time) linear var(--time), -webkit-transform var(--time) ease-in;
  transition: transform var(--time) ease-in, top var(--time) linear var(--time);
  transition: transform var(--time) ease-in, top var(--time) linear var(--time), -webkit-transform var(--time) ease-in;
}

.lottoaviatorau__nav-icon::before {
  /* top: calc(var(--line-height) * -2); */
  top: calc(-1 * (var(--line-height) + var(--spacing)));
}

.lottoaviatorau__nav-icon::after {
  /* top: calc(var(--line-height) * 2); */
  top: calc(var(--line-height) + var(--spacing));
}

.lottoaviatorau__nav-icon.lottoaviatorau__nav-icon--active {
  background-color: transparent;
}

.lottoaviatorau__nav-icon.lottoaviatorau__nav-icon--active::before,
.lottoaviatorau__nav-icon.lottoaviatorau__nav-icon--active::after {
  top: 0;
  -webkit-transition: top var(--time) linear, -webkit-transform var(--time) ease-in var(--time);
  transition: top var(--time) linear, -webkit-transform var(--time) ease-in var(--time);
  transition: top var(--time) linear, transform var(--time) ease-in var(--time);
  transition: top var(--time) linear, transform var(--time) ease-in var(--time), -webkit-transform var(--time) ease-in var(--time);
  background-color: #fff;
}

.lottoaviatorau__nav-icon.lottoaviatorau__nav-icon--active::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.lottoaviatorau__nav-icon.lottoaviatorau__nav-icon--active::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Layout */

.lottoaviatorau__mobile-nav-btn {
  z-index: 999;
  display: none;
}

.lottoaviatorau__rules .lottoaviatorau__item:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(50% - 20px);
  flex: 0 1 calc(50% - 20px);
}

.lottoaviatorau__rules .lottoaviatorau__item {
  background-image: url("./../lottoaviatorau__img/lottoaviatorau__lottery-balls.avif");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 240px;
  width: 100%;
}				.lottoaviatorau__avif .lottoaviatorau__rules .lottoaviatorau__item {					background-image: url("./../lottoaviatorau__img/lottoaviatorau__lottery-balls.avif")				}			

.lottoaviatorau__rules ul {
  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;
}

.lottoaviatorau__rules li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lottoaviatorau__rules li:before {
  content: "•";
  margin-inline: 8px;
}

.lottoaviatorau__winning .lottoaviatorau__item:first-child {
  background-image: url("./../lottoaviatorau__img/lottoaviatorau__lottery-balls-six.avif");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 30px;
  -webkit-box-flex: 0.7;
  -ms-flex: 0.7;
  flex: 0.7;
  min-height: 400px;
}				.lottoaviatorau__avif .lottoaviatorau__winning .lottoaviatorau__item:first-child {					background-image: url("./../lottoaviatorau__img/lottoaviatorau__lottery-balls-six.avif")				}			

@media (max-width: 1220px) {
  .lottoaviatorau__main {
    gap: 20px;
    margin: 20px 0;
  }

  .lottoaviatorau__container {
    padding: 0 var(--container-padding-tablet);
  }

  .lottoaviatorau__footer .lottoaviatorau__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .lottoaviatorau__header__nav {
    display: none;
  }

  .lottoaviatorau__mobile-nav-btn {
    display: block;
  }
}

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

  .lottoaviatorau__wrapper {
    padding: 20px;
    gap: 16px;
  }

  .lottoaviatorau__container {
    gap: 14px;
  }

  .lottoaviatorau__cookie__popup {
    padding: 20px 10px;
  }

  .lottoaviatorau__cookie__wrap {
    max-width: 100%;
    margin-left: 0;
  }

  .lottoaviatorau__cookie .lottoaviatorau__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .lottoaviatorau__about ol.lottoaviatorau__items li h3::before {
    width: 40px;
  }

  .lottoaviatorau__banner {
    padding-block: 20px;
  }

  .lottoaviatorau__banner .lottoaviatorau__img {
    background-position: center;
    height: 200px;
  }

  .lottoaviatorau__grid {
    grid-template-columns: 100%;
  }

  .lottoaviatorau__inner {
    gap: 16px;
  }

  .lottoaviatorau__footer .lottoaviatorau__container {
    gap: 20px;
  }

  .lottoaviatorau__footer .lottoaviatorau__logos {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .lottoaviatorau__footer .lottoaviatorau__logos img {
    max-height: 38px;
    max-width: 136px;
  }

  .lottoaviatorau__footer .lottoaviatorau__link {
    gap: 30px;
    width: 100%;
  }

  .lottoaviatorau__footer .lottoaviatorau__age {
    margin-right: auto;
  }

  .lottoaviatorau__how .lottoaviatorau__item:last-child {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    min-height: 80px;
  }

  .lottoaviatorau__rules .lottoaviatorau__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .lottoaviatorau__rules ul {
    gap: 16px;
  }

  .lottoaviatorau__winning .lottoaviatorau__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}