* {
  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: Opensans;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/lottoexperts-fonts/lottoexperts-opensans-bold.woff2) format("woff2")
}

@font-face {
  font-family: Opensans;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/lottoexperts-fonts/lottoexperts-opensans-extrabold.woff2) format("woff2")
}

@font-face {
  font-family: Bebasneue;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/lottoexperts-fonts/lottoexperts-bebasneue-regular.woff2) format("woff2")
}

:root {
  --font-main: "Opensans", sans-serif;
  --container-width: 1280px;
  --container-step: 20px;
  --container-step-tablet: 15px;
  --container-step-mobile: 10px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --background-page: #030924;
  --main: #ffffff;
  --black: #000000;
  --white: #ffffff;
  --dark: #061336;
  --pink: #c000a2;
  --gray: #c5c5c5;
  --gradient-orange: linear-gradient(90deg, #ffd200 0%, #f7971e 100%);
  --hover: #ff00d9;
  --active: #ff00d9
}

.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)
}

.tx-17-14 {
  font-weight: 400;
  font-size: 17px;
  line-height: 153%
}

@media (max-width:600px) {
  .tx-17-14 {
    font-size: 14px
  }
}

.tx-24 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2
}

.tx-20 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2
}

.tx-50-30 {
  font-weight: 400;
  font-size: 50px;
  line-height: 1.2
}

@media (max-width:991px) {
  .tx-50-30 {
    font-size: 40px
  }
}

@media (max-width:600px) {
  .tx-50-30 {
    font-size: 30px
  }
}

.tx-34 {
  font-weight: 400;
  font-size: 34px;
  line-height: 1
}

.tx-40-30 {
  font-weight: 400;
  font-size: 40px;
  line-height: 1
}

@media (max-width:991px) {
  .tx-40-30 {
    font-size: 40px
  }
}

@media (max-width:600px) {
  .tx-40-30 {
    font-size: 30px
  }
}

.input {
  display: block;
  width: 100%;
  height: 55px;
  border-radius: 16px;
  padding: 0 24px;
  font-weight: 700;
  font-size: 17px;
  line-height: 1;
  color: #3a3a3a;
  background-color: #e4e4e4;
  border: 2px solid transparent;
  -webkit-transition: border-color .3s ease-in-out;
  transition: border-color .3s ease-in-out
}

@media (any-hover:hover) {
  .input:hover {
    border-color: var(--hover)
  }
}

.input:focus-visible {
  border-color: var(--hover)
}

.time {
  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;
  border-radius: 13px;
  padding: 5px;
  width: 80px;
  height: 80px;
  font-weight: 400;
  font-size: 50px;
  line-height: 120%;
  text-align: center;
  color: var(--white);
  background-color: var(--dark)
}

@media (max-width:1220px) {
  .time {
    font-size: 42px
  }
}

@media (max-width:991px) {
  .time {
    font-size: 32px
  }
}

@media (max-width:600px) {
  .time {
    font-size: 24px;
    width: 50px;
    height: 50px
  }
}

.ball {
  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;
  border-radius: 34px;
  padding: 5px;
  width: 48px;
  height: 48px;
  font-weight: 800;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  color: #464646;
  background: var(--gradient-orange)
}

.tx-main {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3
}

.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: 17px;
  line-height: 1;
  font-weight: 400;
  color: var(--white);
  background-color: var(--pink);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 15px;
  min-width: 93px;
  min-height: 53px;
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
  text-align: center
}

.but_border {
  color: var(--white);
  border: 2px solid var(--pink);
  background-color: rgba(192, 0, 162, .2)
}

.but_w260 {
  min-width: 260px
}

@media (max-width:600px) {
  .but {
    min-width: 0;
    width: 100%
  }
}

@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
}

.logo {
  display: block;
  width: 81px;
  height: 73px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (max-width:991px) {
  .logo {
    width: 65px;
    height: 57px
  }
}

@media (any-hover:hover) {
  .logo:hover {
    opacity: .5
  }
}

.logo:focus-visible {
  opacity: .5
}

.logo:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.mb-4:not(:last-child) {
  margin-bottom: 4px
}

.mb-60-24:not(:last-child) {
  margin-bottom: 60px
}

@media (max-width:1220px) {
  .mb-60-24:not(:last-child) {
    margin-bottom: 42px
  }
}

@media (max-width:991px) {
  .mb-60-24:not(:last-child) {
    margin-bottom: 32px
  }
}

@media (max-width:600px) {
  .mb-60-24:not(:last-child) {
    margin-bottom: 24px
  }
}

.mb-24:not(:last-child) {
  margin-bottom: 24px
}

.mb-32-24:not(:last-child) {
  margin-bottom: 32px
}

@media (max-width:600px) {
  .mb-32-24:not(:last-child) {
    margin-bottom: 24px
  }
}

.mb-8:not(:last-child) {
  margin-bottom: 8px
}

.mb-16:not(:last-child) {
  margin-bottom: 16px
}

.mb-section:not(:last-child) {
  margin-bottom: 100px
}

@media (max-width:991px) {
  .mb-section:not(:last-child) {
    margin-bottom: 80px
  }
}

@media (max-width:600px) {
  .mb-section:not(:last-child) {
    margin-bottom: 60px
  }
}

.brr-16 {
  border-radius: 16px
}

.brr-30 {
  border-radius: 30px
}

.bg-dark {
  background-color: var(--dark)
}

.pt-60 {
  padding-top: 60px
}

.ptb-20 {
  padding-top: 20px;
  padding-bottom: 20px
}

.ptb-32-24 {
  padding-top: 32px;
  padding-bottom: 32px
}

@media (max-width:600px) {
  .ptb-32-24 {
    padding-top: 24px;
    padding-bottom: 24px
  }
}

.plr-32-16 {
  padding-left: 32px;
  padding-right: 32px
}

@media (max-width:991px) {
  .plr-32-16 {
    padding-left: 24px;
    padding-right: 24px
  }
}

@media (max-width:600px) {
  .plr-32-16 {
    padding-left: 16px;
    padding-right: 16px
  }
}

.p-24-16 {
  padding: 24px
}

@media (max-width:600px) {
  .p-24-16 {
    padding: 16px
  }
}

.p-16 {
  padding: 16px
}

.pt-20 {
  padding-top: 20px
}

.pb-40 {
  padding-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
  }
}

.br-1-pink {
  border: 1px solid #c38ae8
}

.color-gray {
  color: var(--gray)
}

.Bebasneue {
  font-family: Bebasneue
}

.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 {
  overflow: auto
}

@media (max-width:991px) {
  .scroll {
    padding-bottom: 10px
  }
}

.scroll::-webkit-scrollbar {
  height: 4px;
  background-color: var(--pink)
}

.scroll::-webkit-scrollbar-thumb {
  background-color: var(--white)
}

.lottoexperts-header {
  padding: 5px 0
}

.lottoexperts-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
}

.lottoexperts-header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.lottoexperts-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px
}

@media (max-width:991px) {
  .lottoexperts-header__menu {
    -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(--dark);
    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) {
  .lottoexperts-header__menu {
    padding: 80px 30px 30px 30px
  }
}

.lottoexperts-header__menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible
}

.lottoexperts-header__exit-menu {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent
}

@media (max-width:991px) {
  .lottoexperts-header__exit-menu {
    display: block;
    top: 30px;
    right: 30px
  }
}

@media (max-width:600px) {
  .lottoexperts-header__exit-menu {
    top: 15px;
    right: 15px
  }
}

.lottoexperts-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)
}

.lottoexperts-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 32px
}

@media (max-width:991px) {
  .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
  }
}

@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
}

.lottoexperts-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: 26px;
  height: 18px;
  background-color: transparent
}

@media (max-width:991px) {
  .lottoexperts-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.lottoexperts-burger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  border-radius: 8px
}

.lottoexperts-hero {
  padding-top: 100px
}

@media (max-width:1220px) {
  .lottoexperts-hero {
    padding-top: 60px
  }
}

@media (max-width:991px) {
  .lottoexperts-hero {
    padding-top: 40px
  }
}

@media (max-width:600px) {
  .lottoexperts-hero {
    padding-top: 0
  }
}

.lottoexperts-hero__el {
  width: 100%;
  max-width: 900px
}

.lottoexperts-hero__item {
  position: relative;
  background-image: url(/lottoexperts-img/lottoexperts-hero.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

@media (max-width:600px) {
  .lottoexperts-hero__item {
    background-image: url(/lottoexperts-img/lottoexperts-hero-mob.webp)
  }
}

.lottoexperts-hero__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .65);
  border-radius: inherit;
  z-index: 1
}

.timer {
  max-width: 444px;
  width: 100%
}

@media (max-width:359px) {
  .timer {
    padding-left: 5px;
    padding-right: 5px
  }
}

.timer__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;
  gap: 20px
}

@media (max-width:359px) {
  .timer__list {
    gap: 5px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.timer__item {
  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
}

.lottoexperts-block__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 24px
}

@media (max-width:991px) {
  .lottoexperts-block__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.lottoexperts-block__list_1 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr
}

@media (max-width:991px) {
  .lottoexperts-block__list_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.lottoexperts-block__list_1 .lottoexperts-block__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width:991px) {
  .lottoexperts-block__list_1 .lottoexperts-block__item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

.lottoexperts-block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px 10px
}

@media (max-width:991px) {
  .lottoexperts-block__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media (max-width:359px) {
  .lottoexperts-block__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px
  }
}

.lottoexperts-block__item-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 360px;
  flex: 0 1 360px;
  width: 100%
}

@media (max-width:991px) {
  .lottoexperts-block__item-left {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.lottoexperts-block__wrapper-balls {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 360px;
  flex: 0 1 360px;
  width: 100%
}

@media (max-width:991px) {
  .lottoexperts-block__wrapper-balls {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.lottoexperts-block__balls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px
}

.lottoexperts-about {
  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
}

@media (max-width:991px) {
  .lottoexperts-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.lottoexperts-about__image {
  position: relative;
  padding-bottom: 35%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 425px;
  flex: 0 1 425px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

@media (max-width:991px) {
  .lottoexperts-about__image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding-bottom: 60%
  }
}

@media (max-width:600px) {
  .lottoexperts-about__image {
    padding-bottom: 100%
  }
}

.lottoexperts-about__right {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 597px;
  flex: 0 1 597px;
  width: 100%
}

@media (max-width:991px) {
  .lottoexperts-about__right {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.lottoexperts-about__link {
  min-width: 193px
}

.lottoexperts-why {
  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) {
  .lottoexperts-why {
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[2];
    grid-template: auto/repeat(2, 1fr)
  }
}

@media (max-width:600px) {
  .lottoexperts-why {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.lottoexperts-faq__item.active .lottoexperts-faq__button span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.lottoexperts-faq__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  position: relative
}

.lottoexperts-faq__button {
  width: 20px;
  height: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 8px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (any-hover:hover) {
  .lottoexperts-faq__button:hover {
    opacity: .5
  }
}

.lottoexperts-faq__button:focus-visible {
  opacity: .5
}

.lottoexperts-faq__button:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.lottoexperts-faq__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.lottoexperts-faq__button span {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.lottoexperts-faq__bottom {
  height: 0;
  overflow: hidden;
  -webkit-transition: height .3s ease-in-out;
  transition: height .3s ease-in-out
}

.lottoexperts-faq__texts {
  padding-top: 16px
}

.lottoexperts-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media (max-width:991px) {
  .lottoexperts-footer__links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

@media (max-width:600px) {
  .lottoexperts-footer__links {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 140px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    gap: 8px
  }
}

.lottoexperts-footer__links a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (any-hover:hover) {
  .lottoexperts-footer__links a:hover {
    opacity: .5
  }
}

.lottoexperts-footer__links a:focus-visible {
  opacity: .5
}

.lottoexperts-footer__links a:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.lottoexperts-footer__links li:nth-child(1) {
  width: 88px;
  height: 88px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

@media (max-width:1220px) {
  .lottoexperts-footer__links li:nth-child(1) {
    width: 68px;
    height: 68px
  }
}

@media (max-width:991px) {
  .lottoexperts-footer__links li:nth-child(1) {
    width: 58px;
    height: 58px
  }
}

@media (max-width:600px) {
  .lottoexperts-footer__links li:nth-child(1) {
    width: 48px;
    height: 48px
  }
}

.lottoexperts-footer__links li:nth-child(2) {
  height: 74px
}

@media (max-width:991px) {
  .lottoexperts-footer__links li:nth-child(2) {
    height: 54px
  }
}

@media (max-width:600px) {
  .lottoexperts-footer__links li:nth-child(2) {
    height: 40px
  }
}

.lottoexperts-footer__links li:nth-child(3) {
  height: 94px
}

@media (max-width:991px) {
  .lottoexperts-footer__links li:nth-child(3) {
    height: 74px
  }
}

@media (max-width:600px) {
  .lottoexperts-footer__links li:nth-child(3) {
    height: 52px
  }
}

.lottoexperts-footer__links li:nth-child(4) {
  height: 70px
}

@media (max-width:991px) {
  .lottoexperts-footer__links li:nth-child(4) {
    height: 54px
  }
}

@media (max-width:600px) {
  .lottoexperts-footer__links li:nth-child(4) {
    height: 32px
  }
}

.lottoexperts-footer__links li:nth-child(5) {
  height: 33px
}

@media (max-width:991px) {
  .lottoexperts-footer__links li:nth-child(5) {
    height: 24px
  }
}

@media (max-width:600px) {
  .lottoexperts-footer__links li:nth-child(5) {
    height: 18px
  }
}

.status {
  display: none;
  margin-top: 24px;
  padding: 10px;
  border: 2px solid var(--dark)
}

.form.active .status {
  display: block
}