* {
  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: LilitaOne;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/LilitaOne-Regular.woff2) format("woff2")
}

@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Manrope-Bold.woff2) format("woff2")
}

@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/Manrope-Medium.woff2) format("woff2")
}

@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Manrope-Regular.woff2) format("woff2")
}

:root {
  --font-main: "Manrope", sans-serif;
  --container-width: 1240px;
  --container-step: 20px;
  --container-step-tablet: 15px;
  --container-step-mobile: 10px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --background-page: #ffffff;
  --main: #001950;
  --black: #000000;
  --white: #ffffff;
  --l-blue: #0b5bef;
  --blue: #0637cd;
  --blue01: rgba(11, 91, 239, 0.1);
  --brown: #b60c2b;
  --gray: #d2d2d2;
  --yellow: #FCCB00;
  --hover: #001d74;
  --active: #001d74
}

.LilitaOne {
  font-family: LilitaOne
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--container-step)
}

@media (max-width:991px) {
  .container {
    padding: 0 var(--container-step-tablet)
  }
}

@media (max-width:600px) {
  .container {
    padding: 0 var(--container-step-mobile)
  }
}

.rd-transfer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: var(--font-main);
  min-height: 100vh;
  overflow: hidden;
  color: var(--main);
  background-color: var(--background-page)
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.main_no-margin:not(:last-child) {
  margin-bottom: 0
}

a,
button {
  color: var(--main)
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0)
}

.logo {
  display: block;
  width: 240px;
  height: 32px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (max-width:991px) {
  .logo {
    width: 161px;
    height: 20px
  }
}

@media (any-hover:hover) {
  .logo:hover {
    opacity: .5
  }
}

.logo:focus-visible {
  opacity: .5
}

.logo:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.tx-18-14 {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%
}

@media (max-width:991px) {
  .tx-18-14 {
    font-size: 16px
  }
}

@media (max-width:600px) {
  .tx-18-14 {
    font-size: 14px
  }
}

.tx-18-16 {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%
}

@media (max-width:600px) {
  .tx-18-16 {
    font-size: 16px
  }
}

.tx-16-14 {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%
}

@media (max-width:600px) {
  .tx-16-14 {
    font-size: 14px
  }
}

.tx-16-12 {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%
}

@media (max-width:991px) {
  .tx-16-12 {
    font-size: 14px
  }
}

@media (max-width:600px) {
  .tx-16-12 {
    font-size: 12px
  }
}

.tx-38-20 {
  font-weight: 400;
  font-size: 38px;
  line-height: 120%
}

@media (max-width:1220px) {
  .tx-38-20 {
    font-size: 26px
  }
}

@media (max-width:991px) {
  .tx-38-20 {
    font-size: 24px
  }
}

@media (max-width:600px) {
  .tx-38-20 {
    font-size: 20px
  }
}

.tx-38-24 {
  font-weight: 400;
  font-size: 38px;
  line-height: 120%
}

@media (max-width:1220px) {
  .tx-38-24 {
    font-size: 28px
  }
}

@media (max-width:991px) {
  .tx-38-24 {
    font-size: 26px
  }
}

@media (max-width:600px) {
  .tx-38-24 {
    font-size: 24px
  }
}

.tx-14 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3
}

.tx-20-12 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3
}

@media (max-width:1220px) {
  .tx-20-12 {
    font-size: 16px
  }
}

@media (max-width:991px) {
  .tx-20-12 {
    font-size: 14px
  }
}

@media (max-width:600px) {
  .tx-20-12 {
    font-size: 12px
  }
}

.tx-20-16 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3
}

@media (max-width:991px) {
  .tx-20-16 {
    font-size: 18px
  }
}

@media (max-width:600px) {
  .tx-20-16 {
    font-size: 16px
  }
}

.tx-20-14 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3
}

@media (max-width:1220px) {
  .tx-20-14 {
    font-size: 18px
  }
}

@media (max-width:991px) {
  .tx-20-14 {
    font-size: 16px
  }
}

@media (max-width:600px) {
  .tx-20-14 {
    font-size: 14px
  }
}

.tx-24-20 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3
}

@media (max-width:991px) {
  .tx-24-20 {
    font-size: 22px
  }
}

@media (max-width:600px) {
  .tx-24-20 {
    font-size: 20px
  }
}

.tx-24-16 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3
}

@media (max-width:1220px) {
  .tx-24-16 {
    font-size: 20px
  }
}

@media (max-width:991px) {
  .tx-24-16 {
    font-size: 18px
  }
}

@media (max-width:600px) {
  .tx-24-16 {
    font-size: 16px
  }
}

.tx-30-20 {
  font-weight: 400;
  font-size: 30px;
  line-height: 120%
}

@media (max-width:1220px) {
  .tx-30-20 {
    font-size: 28px
  }
}

@media (max-width:991px) {
  .tx-30-20 {
    font-size: 24px
  }
}

@media (max-width:600px) {
  .tx-30-20 {
    font-size: 20px
  }
}

.tx-18 {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%
}

.tx-50 {
  font-weight: 400;
  font-size: 50px;
  line-height: 100%
}

.tx-main {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5
}

@media (max-width:600px) {
  .tx-main {
    font-size: 14px
  }
}

.input {
  display: block;
  border: 2px solid #0b5bef;
  border-radius: 1000px;
  padding: 0 16px;
  width: 100%;
  height: 49px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #999;
  background-color: var(--white);
  -webkit-transition: border-color .2s ease-in-out;
  transition: border-color .2s ease-in-out
}

.input_textarea {
  border-radius: 20px;
  height: 100px;
  padding: 14px 16px
}

@media (any-hover:hover) {
  .input:hover {
    border-color: var(--hover)
  }
}

.input:focus-visible {
  border-color: var(--hover)
}

.but {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 24px;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: var(--white);
  background-color: var(--blue);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 230px;
  min-height: 47px;
  border-radius: 1000px;
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
  text-align: center
}

@media (max-width:1220px) {
  .but {
    min-height: 42px
  }
}

@media (max-width:991px) {
  .but {
    min-height: 38px;
    font-size: 14px
  }
}

@media (max-width:600px) {
  .but {
    min-height: 34px;
    font-size: 12px
  }
}

.but_border {
  border: 2px solid var(--white);
  background-color: transparent
}

@media (any-hover:hover) {
  .but:hover {
    background-color: var(--hover)
  }
}

.but:focus-visible {
  background-color: var(--hover)
}

.but:active {
  background-color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.mb-16-12:not(:last-child) {
  margin-bottom: 16px
}

@media (max-width:600px) {
  .mb-16-12:not(:last-child) {
    margin-bottom: 12px
  }
}

.mb-24:not(:last-child) {
  margin-bottom: 24px
}

.mb-40-16:not(:last-child) {
  margin-bottom: 40px
}

@media (max-width:1220px) {
  .mb-40-16:not(:last-child) {
    margin-bottom: 32px
  }
}

@media (max-width:991px) {
  .mb-40-16:not(:last-child) {
    margin-bottom: 24px
  }
}

@media (max-width:600px) {
  .mb-40-16:not(:last-child) {
    margin-bottom: 16px
  }
}

.mb-24-16:not(:last-child) {
  margin-bottom: 24px
}

@media (max-width:991px) {
  .mb-24-16:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .mb-24-16:not(:last-child) {
    margin-bottom: 16px
  }
}

.mb-section:not(:last-child) {
  margin-bottom: 80px
}

@media (max-width:991px) {
  .mb-section:not(:last-child) {
    margin-bottom: 60px
  }
}

@media (max-width:600px) {
  .mb-section:not(:last-child) {
    margin-bottom: 40px
  }
}

.brr-20 {
  border-radius: 20px
}

.brr-30 {
  border-radius: 30px
}

.p-20-16 {
  padding: 20px
}

@media (max-width:600px) {
  .p-20-16 {
    padding: 16px
  }
}

.mb-40:not(:last-child) {
  margin-bottom: 40px
}

.p-32-16 {
  padding: 32px
}

@media (max-width:991px) {
  .p-32-16 {
    padding: 24px
  }
}

@media (max-width:600px) {
  .p-32-16 {
    padding: 16px
  }
}

.p-24-16 {
  padding: 24px
}

@media (max-width:600px) {
  .p-24-16 {
    padding: 16px
  }
}

.ptb-20-16 {
  padding-top: 20px;
  padding-bottom: 20px
}

@media (max-width:600px) {
  .ptb-20-16 {
    padding-top: 16px;
    padding-bottom: 16px
  }
}

.ptb-40-20 {
  padding-top: 40px;
  padding-bottom: 40px
}

@media (max-width:991px) {
  .ptb-40-20 {
    padding-top: 30px;
    padding-bottom: 30px
  }
}

@media (max-width:600px) {
  .ptb-40-20 {
    padding-top: 20px;
    padding-bottom: 20px
  }
}

.ptb-80-40 {
  padding-top: 80px;
  padding-bottom: 80px
}

@media (max-width:991px) {
  .ptb-80-40 {
    padding-top: 60px;
    padding-bottom: 60px
  }
}

@media (max-width:600px) {
  .ptb-80-40 {
    padding-top: 40px;
    padding-bottom: 40px
  }
}

.color-blue {
  color: var(--blue)
}

.color-white {
  color: var(--white)
}

.color-yellow {
  color: var(--yellow)
}

.color-gray {
  color: var(--gray)
}

.bg-brown {
  background-color: var(--brown)
}

.bg-blue01 {
  background-color: var(--blue01)
}

.bg-l-blue {
  background-color: var(--l-blue)
}

.bg-blue {
  background-color: var(--blue)
}

.hover-color {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .hover-color:hover {
    color: var(--hover)
  }
}

.hover-color:focus-visible {
  color: var(--hover)
}

.hover-color:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.w100 {
  min-width: 0;
  width: 100%
}

.relative-z2 {
  position: relative;
  z-index: 2
}

.word-break {
  word-break: break-all
}

.m-auto {
  margin-left: auto;
  margin-right: auto
}

.img-contain {
  -o-object-fit: contain;
  object-fit: contain
}

.img-cover {
  -o-object-fit: cover;
  object-fit: cover
}

.underline {
  text-decoration: underline
}

.text-center {
  text-align: center
}

.text-right {
  text-align: right
}

.uppercase {
  text-transform: uppercase
}

.lowercase {
  text-transform: lowercase
}

.fw-100 {
  font-weight: 100
}

.fw-200 {
  font-weight: 200
}

.fw-300 {
  font-weight: 300
}

.fw-400 {
  font-weight: 400
}

.fw-500 {
  font-weight: 500
}

.fw-600 {
  font-weight: 600
}

.fw-700 {
  font-weight: 700
}

.fw-800 {
  font-weight: 800
}

.fw-900 {
  font-weight: 900
}

.rd-upload img {
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

.rd-load img {
  opacity: 1
}

.scroll {
  padding-bottom: 10px;
  overflow: auto
}

.scroll::-webkit-scrollbar {
  height: 4px;
  background-color: var(--white)
}

.scroll::-webkit-scrollbar-thumb {
  background-color: var(--l-blue)
}

.terms {
  padding: 80px 0 0 0
}

.terms h1 {
  font-size: 42px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 700
}

@media (max-width:991px) {
  .terms h1 {
    font-size: 32px
  }
}

@media (max-width:600px) {
  .terms h1 {
    font-size: 16px
  }
}

.terms h1:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms h1:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms h1:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms h2 {
  font-size: 36px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 700
}

@media (max-width:991px) {
  .terms h2 {
    font-size: 25px
  }
}

@media (max-width:600px) {
  .terms h2 {
    font-size: 14px
  }
}

.terms h2:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms h2:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms h2:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms p {
  font-size: 20px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400
}

@media (max-width:991px) {
  .terms p {
    font-size: 18px
  }
}

@media (max-width:600px) {
  .terms p {
    font-size: 12px
  }
}

.terms p:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms p:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms p:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms ul:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms ul:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms ul:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms li {
  font-size: 18px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400
}

@media (max-width:991px) {
  .terms li {
    font-size: 16px
  }
}

@media (max-width:600px) {
  .terms li {
    font-size: 12px
  }
}

.terms li:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms li:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms li:not(:last-child) {
    margin-bottom: 15px
  }
}

.aulottowinners-header {
  padding: 15px 0
}

.aulottowinners-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px
}

@media (max-width:991px) {
  .aulottowinners-header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--blue);
    z-index: 100;
    padding: 100px 30px 30px 30px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: auto;
    -webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out;
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out
  }
}

@media (max-width:600px) {
  .aulottowinners-header__menu {
    padding: 80px 30px 30px 30px
  }
}

.aulottowinners-header__menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible
}

.aulottowinners-header__exit-menu {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent
}

@media (max-width:991px) {
  .aulottowinners-header__exit-menu {
    display: block;
    top: 30px;
    right: 30px
  }
}

@media (max-width:600px) {
  .aulottowinners-header__exit-menu {
    top: 15px;
    right: 15px
  }
}

.aulottowinners-header__exit-menu::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.aulottowinners-header__exit-menu::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 24px
}

@media (max-width:991px) {
  .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
  }
}

.nav__list_footer {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

@media (max-width:991px) {
  .nav__list_footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px 32px
  }
}

.nav__link {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .nav__link:hover {
    color: var(--hover)
  }
}

.nav__link:focus-visible {
  color: var(--hover)
}

.nav__link:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 24px;
  height: 18px;
  background-color: transparent
}

@media (max-width:991px) {
  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.burger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--yellow);
  border-radius: 8px
}

.aulottowinners-hero {
  background-image: url(/img/winner.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

@media (max-width:600px) {
  .aulottowinners-hero {
    background-image: none
  }
}

.aulottowinners-hero__descr {
  max-width: 800px
}

.aulottowinners-lotte__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px
}

@media (max-width:991px) {
  .aulottowinners-lotte__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.aulottowinners-lotte__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 600px;
  flex: 0 1 600px;
  width: 100%
}

@media (max-width:991px) {
  .aulottowinners-lotte__item {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.aulottowinners-lotte__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px
}

@media (max-width:991px) {
  .aulottowinners-lotte__top {
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.aulottowinners-lotte__image {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  width: 100%;
  padding-bottom: 36%
}

@media (max-width:991px) {
  .aulottowinners-lotte__image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

@media (max-width:600px) {
  .aulottowinners-lotte__image {
    padding-bottom: 80%
  }
}

.aulottowinners-lotte__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.aulottowinners-lotte__descr {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  width: 100%
}

@media (max-width:991px) {
  .aulottowinners-lotte__descr {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.aulottowinners-about__top {
  background-image: url(/img/about-us.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

@media (max-width:600px) {
  .aulottowinners-about__top {
    background-image: url(/img/about-us-mob.webp)
  }
}

.aulottowinners-about__descr {
  max-width: 700px
}

@media (max-width:991px) {
  .aulottowinners-about__descr {
    max-width: 500px
  }
}

@media (max-width:600px) {
  .aulottowinners-about__descr {
    max-width: 320px
  }
}

.aulottowinners-about__title {
  text-align: center
}

@media (max-width:600px) {
  .aulottowinners-about__title {
    text-align: left
  }
}

.aulottowinners-about__text {
  text-align: center
}

@media (max-width:600px) {
  .aulottowinners-about__text {
    text-align: left
  }
}

.aulottowinners-about__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 40px
}

@media (max-width:991px) {
  .aulottowinners-about__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px
  }
}

.aulottowinners-infographics-table {
  display: block;
  max-width: 700px
}

.aulottowinners-infographics-table tr {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: minmax(0, 242px) 20px minmax(0, 200px) 20px minmax(0, 170px);
  grid-template: auto/minmax(0, 242px) minmax(0, 200px) minmax(0, 170px);
  gap: 20px
}

.aulottowinners-infographics-table thead {
  display: block
}

.aulottowinners-infographics-table tbody tr:nth-child(odd) {
  background-color: var(--blue)
}

.aulottowinners-infographics-table tbody tr:nth-child(odd) td {
  color: var(--white)
}

.aulottowinners-responsible__top {
  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: 24px
}

.aulottowinners-responsible__icon {
  width: 77px;
  height: 77px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

@media (max-width:600px) {
  .aulottowinners-responsible__icon {
    width: 64px;
    height: 64px
  }
}

.aulottowinners-reviews__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template: auto/repeat(3, 1fr);
  gap: 40px
}

@media (max-width:991px) {
  .aulottowinners-reviews__list {
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template: auto/repeat(2, 1fr);
    gap: 24px
  }
}

@media (max-width:600px) {
  .aulottowinners-reviews__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.aulottowinners-reviews__stars {
  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: 4px
}

.aulottowinners-reviews__star {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.aulottowinners-faq__top {
  position: relative
}

.aulottowinners-faq__button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out
}

@media (any-hover:hover) {
  .aulottowinners-faq__button:hover {
    background-color: rgba(255, 255, 255, .3)
  }
}

.aulottowinners-faq__button:focus-visible {
  background-color: rgba(255, 255, 255, .3)
}

.aulottowinners-faq__button:active {
  background-color: rgba(255, 255, 255, .3);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.aulottowinners-faq__bottom {
  height: 0;
  overflow: hidden;
  -webkit-transition: height .3s ease-in-out;
  transition: height .3s ease-in-out
}

.aulottowinners-faq__texts {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px
}

@media (max-width:600px) {
  .aulottowinners-faq__texts {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px
  }
}

.aulottowinners-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.aulottowinners-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 40px;
  width: 100%
}

@media (max-width:1220px) {
  .aulottowinners-footer__links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px
  }
}

.aulottowinners-footer__links li:nth-child(1) {
  height: 46px;
  width: 46px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

@media (max-width:991px) {
  .aulottowinners-footer__links li:nth-child(1) {
    width: 36px;
    height: 36px
  }
}

@media (max-width:600px) {
  .aulottowinners-footer__links li:nth-child(1) {
    width: 28px;
    height: 28px
  }
}

.aulottowinners-footer__links li:nth-child(2) {
  height: 60px
}

@media (max-width:991px) {
  .aulottowinners-footer__links li:nth-child(2) {
    height: 48px
  }
}

@media (max-width:600px) {
  .aulottowinners-footer__links li:nth-child(2) {
    height: 37px
  }
}

.aulottowinners-footer__links li:nth-child(3) {
  height: 60px
}

@media (max-width:991px) {
  .aulottowinners-footer__links li:nth-child(3) {
    height: 48px
  }
}

@media (max-width:600px) {
  .aulottowinners-footer__links li:nth-child(3) {
    height: 38px
  }
}

.aulottowinners-footer__links li:nth-child(4) {
  height: 42px
}

@media (max-width:991px) {
  .aulottowinners-footer__links li:nth-child(4) {
    height: 36px
  }
}

@media (max-width:600px) {
  .aulottowinners-footer__links li:nth-child(4) {
    height: 26px
  }
}

.aulottowinners-footer__links a {
  width: 100%;
  height: 100%;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (any-hover:hover) {
  .aulottowinners-footer__links a:hover {
    opacity: .5
  }
}

.aulottowinners-footer__links a:focus-visible {
  opacity: .5
}

.aulottowinners-footer__links a:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.popup {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  overflow: auto;
  background-color: rgba(0, 0, 0, .4)
}

.popup__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.popup__body {
  overflow: auto;
  max-width: 512px;
  width: 100%;
  position: relative;
  z-index: 2;
  margin: auto
}

@media (max-width:991px) {
  .popup__body {
    width: 95%
  }
}

.popup__buttons {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 20px
}

@media (max-width:991px) {
  .popup__buttons {
    gap: 15px
  }
}

@media (max-width:600px) {
  .popup__buttons {
    gap: 10px
  }
}

.popup-cookie {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 7;
  width: 500px
}

@media (max-width:600px) {
  .popup-cookie {
    width: 100%
  }
}

.popup-cookie.disabled {
  display: none
}

.popup-cookie__buttons {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 20px
}

@media (max-width:991px) {
  .popup-cookie__buttons {
    gap: 15px
  }
}

@media (max-width:600px) {
  .popup-cookie__buttons {
    gap: 10px
  }
}

.popup-cookie__buttons li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.popup-send {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  overflow: auto;
  background-color: rgba(0, 0, 0, .4)
}

.popup-send.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.popup-send__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.popup-send__content {
  overflow: auto;
  max-width: 400px;
  width: 100%;
  position: relative;
  z-index: 2;
  margin: auto
}

.wrapper-table {
  padding: 0
}

@media (max-width:991px) {
  .wrapper-table {
    padding-bottom: 5px
  }
}

.table {
  min-width: 900px
}

@media (max-width:400px) {
  .table {
    min-width: 750px
  }
}

.table tr {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: (1fr)[5];
  grid-template: auto/repeat(5, 1fr)
}

.table th {
  padding: 17px 20px;
  text-align: left
}

.table th:not(:last-child) {
  border-right: 2px solid var(--blue)
}

@media (max-width:991px) {
  .table th {
    padding: 10px 15px
  }
}

@media (max-width:600px) {
  .table th {
    padding: 10px
  }
}

.table td {
  padding: 15px 30px
}

.table td:not(:last-child) {
  border-right: 2px solid var(--blue)
}

@media (max-width:991px) {
  .table td {
    padding: 10px 15px
  }
}

@media (max-width:600px) {
  .table td {
    padding: 10px
  }
}

.table thead {
  display: block;
  margin-bottom: 10px
}

.table tbody {
  display: block
}

.table tbody tr {
  border-bottom: 2px solid var(--blue)
}

.table tbody tr:not(:last-child) {
  margin-bottom: 10px
}

.lotteries__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px
}

@media (max-width:768px) {
  .lotteries__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.lotteries__image {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 223px;
  flex: 0 0 223px;
  height: 120px
}

@media (max-width:768px) {
  .lotteries__image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 223px
  }
}

.lotteries__descr {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%
}

@media (max-width:768px) {
  .lotteries__descr {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.steps {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template: auto/repeat(3, 1fr);
  gap: 20px
}

@media (max-width:991px) {
  .steps {
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[2];
    grid-template: auto/repeat(2, 1fr)
  }
}

@media (max-width:600px) {
  .steps {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.steps__item {
  border: 2px solid var(--yellow)
}

.steps__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px
}