* {
  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
}

address {
  font-style: normal
}

strong {
  display: block
}

@font-face {
  font-family: Opensans;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/laplandlucky-fonts/laplandlucky-opensans-extrabold.woff2) format("woff2")
}

@font-face {
  font-family: Opensans;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/laplandlucky-fonts/laplandlucky-opensans-semibold.woff2) format("woff2")
}

@font-face {
  font-family: Oswald;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/laplandlucky-fonts/laplandlucky-oswald-bold.woff2) format("woff2")
}

:root {
  --font-main: "Opensans", 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: #fffaec;
  --main: #000000;
  --black: #000000;
  --white: #ffffff;
  --blue: #025c8e;
  --yellow: #f9ca0d;
  --hover: #f99b0d;
  --active: #f99b0d
}

.Oswald {
  font-family: Oswald
}

.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)
}

.age {
  width: 54px;
  height: 34px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.age_46 {
  width: 46px;
  height: 51px
}

.tx-40-24 {
  font-weight: 600;
  font-size: 40px;
  line-height: 1.3
}

@media (max-width:1220px) {
  .tx-40-24 {
    font-size: 34px
  }
}

@media (max-width:991px) {
  .tx-40-24 {
    font-size: 28px
  }
}

@media (max-width:600px) {
  .tx-40-24 {
    font-size: 24px
  }
}

.tx-24 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3
}

.tx-34-24 {
  font-weight: 600;
  font-size: 34px;
  line-height: 120%
}

@media (max-width:1220px) {
  .tx-34-24 {
    font-size: 30px
  }
}

@media (max-width:991px) {
  .tx-34-24 {
    font-size: 26px
  }
}

@media (max-width:600px) {
  .tx-34-24 {
    font-size: 24px
  }
}

.tx-main {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3
}

.mb-section:not(:last-child) {
  margin-bottom: 70px
}

.mb-12:not(:last-child) {
  margin-bottom: 12px
}

.mb-32:not(:last-child) {
  margin-bottom: 32px
}

.mb-16:not(:last-child) {
  margin-bottom: 16px
}

.mb-24:not(:last-child) {
  margin-bottom: 24px
}

.pt-section {
  padding-top: 70px
}

@media (max-width:991px) {
  .pt-section {
    padding-top: 40px
  }
}

@media (max-width:600px) {
  .pt-section {
    padding-top: 24px
  }
}

.ptb-20 {
  padding-top: 20px;
  padding-bottom: 20px
}

.ptb-95-24 {
  padding-top: 95px;
  padding-bottom: 95px
}

@media (max-width:1220px) {
  .ptb-95-24 {
    padding-top: 65px;
    padding-bottom: 65px
  }
}

@media (max-width:991px) {
  .ptb-95-24 {
    padding-top: 40px;
    padding-bottom: 40px
  }
}

@media (max-width:600px) {
  .ptb-95-24 {
    padding-top: 24px;
    padding-bottom: 24px
  }
}

.p-24 {
  padding: 24px
}

.p-16 {
  padding: 16px
}

.brr-24 {
  border-radius: 24px
}

.bg-blue {
  background-color: var(--blue)
}

.color-white {
  color: var(--white)
}

.color-yellow {
  color: var(--yellow)
}

.color-gray {
  color: #d9d9d9
}

.logo {
  display: block;
  width: 87px;
  height: 64px
}

@media (max-width:991px) {
  .logo {
    width: 67px;
    height: 44px
  }
}

.cp-popup {
  border-radius: 35px;
  padding: 64px;
  background-color: #fffaec
}

@media (max-width:1220px) {
  .cp-popup {
    padding: 40px 24px
  }
}

@media (max-width:991px) {
  .cp-popup {
    padding: 32px 24px
  }
}

@media (max-width:600px) {
  .cp-popup {
    padding: 24px 16px
  }
}

.input {
  display: block;
  width: 100%;
  height: 55px;
  background-color: #e2e0e0;
  border: 1px solid #bababa;
  border-radius: 16px;
  padding: 0 24px;
  font-weight: 600;
  font-size: 17px;
  line-height: 1;
  color: #363636;
  -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)
}

.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;
  font-size: 17px;
  line-height: 1;
  font-weight: 800;
  color: var(--black);
  background-color: var(--yellow);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  min-width: 100px;
  min-height: 51px;
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
  text-align: center
}

@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
}

.hover-opacity {
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (any-hover:hover) {
  .hover-opacity:hover {
    opacity: .5
  }
}

.hover-opacity:focus-visible {
  opacity: .5
}

.hover-opacity:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.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
}

.d-block {
  display: block
}

.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(--brown)
}

.laplandlucky-header {
  padding: 8px 0
}

.laplandlucky-hero {
  background-image: url(/laplandlucky-img/laplandlucky-hero.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

@media (max-width:768px) {
  .laplandlucky-hero {
    background-image: url(/laplandlucky-img/laplandlucky-hero-mob.webp)
  }
}

.laplandlucky-hero__descr {
  width: 47.4%
}

@media (max-width:768px) {
  .laplandlucky-hero__descr {
    width: 100%
  }
}

.laplandlucky-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px
}

@media (max-width:991px) {
  .laplandlucky-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
}

.laplandlucky-about__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  width: 100%;
  padding-bottom: 43%;
  position: relative
}

@media (max-width:991px) {
  .laplandlucky-about__image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin: 0 auto;
    width: 70%;
    padding-bottom: 61.4%
  }
}

@media (max-width:600px) {
  .laplandlucky-about__image {
    width: 100%;
    padding-bottom: 87.4%
  }
}

.laplandlucky-about__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.laplandlucky-about__descr {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  width: 100%
}

@media (max-width:991px) {
  .laplandlucky-about__descr {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.laplandlucky-lottos {
  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) {
  .laplandlucky-lottos {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.laplandlucky-lottos__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.laplandlucky-lottos__button {
  margin-top: auto
}

.laplandlucky-lottos__image {
  height: 200px
}

@media (max-width:991px) {
  .laplandlucky-lottos__image {
    height: 170px
  }
}

@media (max-width:600px) {
  .laplandlucky-lottos__image {
    height: 146px
  }
}

.laplandlucky-faq {
  position: relative
}

.laplandlucky-faq.active .laplandlucky-faq__button span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.laplandlucky-faq__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: 10px
}

.laplandlucky-faq__button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  height: 10px
}

.laplandlucky-faq__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.laplandlucky-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
}

.laplandlucky-faq__bottom {
  height: 0;
  overflow: hidden;
  -webkit-transition: height .3s ease-in-out;
  transition: height .3s ease-in-out
}

.laplandlucky-faq__bottom a,
.laplandlucky-faq__bottom button {
  position: relative;
  z-index: 2
}

.laplandlucky-faq__texts {
  padding-top: 16px
}

.laplandlucky-results {
  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) {
  .laplandlucky-results {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.laplandlucky-footer__columns {
  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) {
  .laplandlucky-footer__columns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.laplandlucky-footer__links {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 36px 24px
}

.laplandlucky-footer__links li a {
  display: block;
  width: 100%;
  height: 100%
}

.laplandlucky-footer__links li:nth-child(1) {
  height: 91px
}

.laplandlucky-footer__links li:nth-child(2) {
  height: 91px
}

.laplandlucky-footer__links li:nth-child(3) {
  height: 100px
}

.laplandlucky-footer__links li:nth-child(4) {
  height: 29px
}

.laplandlucky-footer__links li:nth-child(6) {
  height: 51px
}

.laplandlucky-footer__links li:nth-child(7) {
  height: 37px
}

.laplandlucky-footer__links li:nth-child(8) {
  height: 31px
}

.laplandlucky-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 37px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.laplandlucky-popupauth {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 8;
  overflow: auto;
  background-color: rgba(0, 0, 0, .4);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out
}

.laplandlucky-popupauth.active {
  opacity: 1;
  visibility: visible
}

.laplandlucky-popupauth__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.laplandlucky-popupauth__content {
  width: 600px;
  overflow: auto;
  position: relative;
  z-index: 2;
  margin: auto
}

@media (max-width:600px) {
  .laplandlucky-popupauth__content {
    width: 95%
  }
}

.laplandlucky-popupauth__item {
  display: none
}

.laplandlucky-popupauth__item.active {
  display: block
}

.status {
  border-radius: 30px;
  margin-top: 15px;
  padding: 10px;
  background-color: green;
  display: none
}

.form.active .status {
  display: block
}