* {
  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: Inter;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(../fonts/Inter-ExtraBold.woff2) format("woff2")
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Inter-Bold.woff2) format("woff2")
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/Inter-Medium.woff2) format("woff2")
}

:root {
  --font-main: "Inter", 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: #090909;
  --main: #ffffff;
  --black: #000000;
  --white: #ffffff;
  --light: #ececec;
  --l-brown: #e45757;
  --l-orange: #e9a6a5;
  --blue: #02f;
  --gray: #999397;
  --black-010: rgba(251, 249, 250, 0.1);
  --dark: #090909;
  --gradient: linear-gradient(360deg, #02f 0%, #090909 100%);
  --gradient-black: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  --hover: #7B68EE;
  --active: #4169E1
}

.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-main {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3
}

.tx-16-14 {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2
}

@media (max-width:600px) {
  .tx-16-14 {
    font-size: 14px
  }
}

.tx-20-14 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2
}

@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-96-40 {
  font-weight: 500;
  font-size: 96px;
  line-height: 1;
  letter-spacing: .1em
}

@media (max-width:1220px) {
  .tx-96-40 {
    font-size: 75px
  }
}

@media (max-width:991px) {
  .tx-96-40 {
    font-size: 55px
  }
}

@media (max-width:600px) {
  .tx-96-40 {
    font-size: 40px
  }
}

.tx-64-36 {
  font-weight: 500;
  font-size: 64px;
  line-height: 120%
}

@media (max-width:1220px) {
  .tx-64-36 {
    font-size: 54px
  }
}

@media (max-width:991px) {
  .tx-64-36 {
    font-size: 42px
  }
}

@media (max-width:600px) {
  .tx-64-36 {
    font-size: 36px
  }
}

.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: 50%;
  padding: 5px;
  width: 60px;
  height: 60px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #fbf9fa;
  background-color: var(--l-brown)
}

.ball_blue {
  background-color: var(--blue)
}

.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;
  gap: 16px;
  padding: 10px 24px;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  color: var(--white);
  background-color: var(--blue);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100px;
  min-width: 152px;
  min-height: 44px;
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
  text-align: center
}

@media (max-width:991px) {
  .but {
    font-size: 18px
  }
}

@media (max-width:600px) {
  .but {
    min-height: 39px;
    font-size: 16px
  }
}

.but_border {
  background-color: transparent;
  border: 2px solid var(--white)
}

.but span {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

@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: 162px;
  height: 45px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@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-20 {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: .04em
}

.tx-40-32 {
  font-weight: 400;
  font-size: 40px;
  line-height: 130%
}

@media (max-width:991px) {
  .tx-40-32 {
    font-size: 36px
  }
}

@media (max-width:600px) {
  .tx-40-32 {
    font-size: 32px
  }
}

.mb-4:not(:last-child) {
  margin-bottom: 4px
}

.circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px
}

.circle::before {
  content: "";
  width: 4px;
  height: 4px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: var(--black);
  margin-top: 6px
}

.circle_white::before {
  content: "";
  background-color: var(--white)
}

.input {
  display: block;
  border: 1px solid rgba(236, 236, 236, .5);
  border-radius: 100px;
  padding: 0 20px;
  width: 100%;
  height: 41px;
  background-color: rgba(236, 236, 236, .5);
  font-weight: 500;
  font-size: 14px;
  color: #ececec;
  line-height: 1;
  -webkit-transition: border-color .3s ease-in-out;
  transition: border-color .3s ease-in-out
}

.input_textarea {
  border-radius: 10px;
  padding: 14px 20px;
  height: 100px
}

@media (any-hover:hover) {
  .input:hover {
    border-color: var(--hover)
  }
}

.input:focus-visible {
  border-color: var(--hover)
}

.bg-gradient-black {
  background: var(--gradient-black)
}

.bg-gradient {
  background: var(--gradient)
}

.bg-light {
  background-color: var(--light)
}

.bg-dark {
  background-color: #212121
}

.bg-l-brown {
  background-color: var(--l-brown)
}

.bg-black {
  background-color: var(--black)
}

.tx-32-24 {
  font-weight: 500;
  font-size: 32px;
  line-height: 120%
}

@media (max-width:1220px) {
  .tx-32-24 {
    font-size: 28px
  }
}

@media (max-width:991px) {
  .tx-32-24 {
    font-size: 26px
  }
}

@media (max-width:600px) {
  .tx-32-24 {
    font-size: 24px
  }
}

.tx-32 {
  font-weight: 500;
  font-size: 32px;
  line-height: 120%
}

.mb-40-24:not(:last-child) {
  margin-bottom: 40px
}

@media (max-width:991px) {
  .mb-40-24:not(:last-child) {
    margin-bottom: 32px
  }
}

@media (max-width:600px) {
  .mb-40-24:not(:last-child) {
    margin-bottom: 24px
  }
}

.mb-24:not(:last-child) {
  margin-bottom: 24px
}

.mb-10:not(:last-child) {
  margin-bottom: 10px
}

.mb-12:not(:last-child) {
  margin-bottom: 12px
}

.mb-8:not(:last-child) {
  margin-bottom: 8px
}

.mb-50:not(:last-child) {
  margin-bottom: 50px
}

.mb-20:not(:last-child) {
  margin-bottom: 20px
}

.mb-section:not(:last-child) {
  margin-bottom: 80px
}

@media (max-width:600px) {
  .mb-section:not(:last-child) {
    margin-bottom: 60px
  }
}

.p-50 {
  padding: 50px 0
}

.p-80-40 {
  padding: 80px 0
}

@media (max-width:991px) {
  .p-80-40 {
    padding: 60px 0
  }
}

@media (max-width:600px) {
  .p-80-40 {
    padding: 40px 0
  }
}

.color-gray {
  color: var(--gray)
}

.color-black {
  color: var(--black)
}

.color-l-brown {
  color: var(--l-orange)
}

.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)
}

.terms {
  padding-top: 100px
}

@media (max-width:768px) {
  .terms {
    padding-top: 170px
  }
}

.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
  }
}

.quickpickluck-header {
  padding: 15px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 7
}

.quickpickluck-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:768px) {
  .quickpickluck-header__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.quickpickluck-header__buttons {
  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: 32px
}

.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: 50px
  }
}

@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 {
  color: var(--main);
  -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
}

.quickpickluck-hero {
  padding-top: 125px;
  padding-bottom: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

@media (max-width:768px) {
  .quickpickluck-hero {
    padding-top: 170px
  }
}

.timer {
  border-radius: 20px;
  padding: 20px;
  max-width: 1000px
}

@media (max-width:1220px) {
  .timer {
    max-width: 800px
  }
}

@media (max-width:991px) {
  .timer {
    max-width: 600px
  }
}

@media (max-width:600px) {
  .timer {
    max-width: 400px;
    padding: 20px 10px
  }
}

.timer__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template: auto/repeat(4, 1fr);
  gap: 20px
}

@media (max-width:600px) {
  .timer__list {
    gap: 10px
  }
}

.quickpickluck-why__list {
  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) {
  .quickpickluck-why__list {
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[2];
    grid-template: auto/repeat(2, 1fr)
  }
}

@media (max-width:600px) {
  .quickpickluck-why__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.quickpickluck-why__item {
  border-radius: 20px;
  padding: 32px 10px;
  min-height: 300px;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media (max-width:991px) {
  .quickpickluck-why__item {
    min-height: 250px
  }
}

@media (max-width:600px) {
  .quickpickluck-why__item {
    min-height: 200px
  }
}

.quickpickluck-week__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px
}

@media (max-width:768px) {
  .quickpickluck-week__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.quickpickluck-week__item {
  border-radius: 30px;
  padding: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 400px;
  flex: 0 1 400px;
  width: 100%;
  background-color: var(--black-010)
}

@media (max-width:768px) {
  .quickpickluck-week__item {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.quickpickluck-week__balls {
  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: 10px
}

.quickpickluck-simple__image {
  border-radius: 18px;
  padding-bottom: 32.3%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.quickpickluck-simple__list {
  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) {
  .quickpickluck-simple__list {
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[2];
    grid-template: auto/repeat(2, 1fr)
  }
}

@media (max-width:600px) {
  .quickpickluck-simple__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.quickpickluck-simple__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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 20px;
  padding: 32px 10px;
  background-color: #212121;
  min-height: 250px
}

.quickpickluck-winners__list {
  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) {
  .quickpickluck-winners__list {
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[2];
    grid-template: auto/repeat(2, 1fr)
  }
}

@media (max-width:600px) {
  .quickpickluck-winners__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.quickpickluck-winners__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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 350px;
  border-radius: 20px;
  padding: 10px 10px 32px 10px
}

.quickpickluck-winners__image {
  border-radius: 10px;
  width: 100px;
  height: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.quickpickluck-toninght__content {
  border-radius: 20px;
  padding: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

@media (max-width:1220px) {
  .quickpickluck-toninght__content {
    padding: 80px 60px
  }
}

@media (max-width:991px) {
  .quickpickluck-toninght__content {
    padding: 80px 30px
  }
}

@media (max-width:600px) {
  .quickpickluck-toninght__content {
    padding: 80px 10px
  }
}

.quickpickluck-footer__age {
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.quickpickluck-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 45px
}

.quickpickluck-footer__links a {
  display: block;
  height: 100%;
  width: 100%;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (any-hover:hover) {
  .quickpickluck-footer__links a:hover {
    opacity: .5
  }
}

.quickpickluck-footer__links a:focus-visible {
  opacity: .5
}

.quickpickluck-footer__links a:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.quickpickluck-footer__links li:first-child {
  width: 44px;
  height: 44px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.quickpickluck-footer__links li:nth-child(2) {
  height: 42px
}

.quickpickluck-footer__links li:nth-child(3) {
  height: 53px
}

.quickpickluck-footer__links li:nth-child(4) {
  height: 18px
}

.quickpickluck-footer__links li:nth-child(5) {
  height: 40px
}

.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: 420px;
  width: 100%;
  position: relative;
  z-index: 2;
  margin: auto;
  border-radius: 20px;
  padding: 30px;
  border: 2px solid var(--blue);
  background-color: #212121
}

@media (max-width:600px) {
  .popup__body {
    padding: 24px 16px;
    width: 95%
  }
}

.popup-cookie {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 8;
  width: 100%;
  padding: 20px 0;
  background-color: #212121
}

.popup-cookie.disabled {
  display: none
}

.popup-cookie__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 20px
}

@media (max-width:991px) {
  .popup-cookie__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

.popup-cookie__descr {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 768px;
  flex: 0 1 768px;
  width: 100%
}

@media (max-width:991px) {
  .popup-cookie__descr {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.popup-cookie__buttons {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: minmax(0, 127px) 10px minmax(0, 207px);
  grid-template: auto/minmax(0, 127px) minmax(0, 207px);
  gap: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 345px;
  flex: 0 1 345px;
  width: 100%
}

@media (max-width:991px) {
  .popup-cookie__buttons {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

@media (max-width:450px) {
  .popup-cookie__buttons {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.popup-cookie__buttons li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.popup-cookie__button {
  font-size: 16px;
  min-height: 39px
}

.popup-cookie__link {
  font-size: 16px;
  min-height: 39px
}

.popup-auth-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-auth-send.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.popup-auth-send__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.popup-auth-send__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: auto;
  max-width: 737px;
  width: 100%;
  position: relative;
  z-index: 2;
  margin: auto;
  border-radius: 10px;
  padding: 32px
}

@media (max-width:991px) {
  .popup-auth-send__content {
    padding: 24px 16px
  }
}

.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: auto;
  max-width: 400px;
  width: 100%;
  position: relative;
  z-index: 2;
  margin: auto;
  border-radius: 10px;
  padding: 32px
}

@media (max-width:991px) {
  .popup-send__content {
    padding: 24px 16px
  }
}

.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
}

.popupauth.active {
  opacity: 1;
  visibility: visible
}

.popupauth__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.popupauth__content {
  width: 800px;
  overflow: auto;
  position: relative;
  z-index: 2;
  margin: auto;
  border: 1px solid #02f;
  border-radius: 20px;
  padding: 40px 16px
}

@media (max-width:991px) {
  .popupauth__content {
    padding: 24px 16px;
    width: 95%
  }
}

.popupauth__links {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 5px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 5px
}

.popupauth__item {
  display: none
}

.popupauth__item.active {
  display: block
}

.popupauth__form.isresult .popupauth__result {
  display: block
}

.popupauth__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px
}

.popupauth__link {
  display: block;
  width: 100%;
  border-bottom: 2px solid var(--white);
  padding-bottom: 5px;
  opacity: .6;
  -webkit-transition: color .3s ease-in-out, opacity .3s ease-in-out;
  transition: color .3s ease-in-out, opacity .3s ease-in-out
}

.popupauth__link.active {
  opacity: 1
}

@media (any-hover:hover) {
  .popupauth__link:hover {
    color: var(--hover)
  }
}

.popupauth__link:focus-visible {
  color: var(--hover)
}

.popupauth__link:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.popupauth__wrapper-label {
  position: relative
}

.popupauth__see {
  position: absolute;
  bottom: 10px;
  right: 20px;
  z-index: 2;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

.popupauth__see span {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.popupauth__see span:last-child {
  display: none
}

@media (any-hover:hover) {
  .popupauth__see:hover {
    opacity: .5
  }
}

.popupauth__see:focus-visible {
  opacity: .5
}

.popupauth__see:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.popupauth__see.active span:first-child {
  display: none
}

.popupauth__see.active span:last-child {
  display: block
}

.popupauth__forgot {
  display: block;
  text-align: right;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .popupauth__forgot:hover {
    color: var(--hover)
  }
}

.popupauth__forgot:focus-visible {
  color: var(--hover)
}

.popupauth__forgot:active {
  color: var(--hover);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.popupauth__boti {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px
}

.popupauth__boti button {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .popupauth__boti button:hover {
    color: var(--hover)
  }
}

.popupauth__boti button:focus-visible {
  color: var(--hover)
}

.popupauth__boti button:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.wrapper-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  position: relative
}

.wrapper-checkbox__icon {
  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-negative: 0;
  flex-shrink: 0;
  border: 2px solid #999397;
  border-radius: 5px;
  width: 32px;
  height: 32px;
  position: relative
}

.wrapper-checkbox__icon span {
  position: relative;
  display: none;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-45deg) translate(1px, -2px);
  transform: rotate(-45deg) translate(1px, -2px)
}

.wrapper-checkbox__icon span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 60%;
  background-color: #999397;
  z-index: 1
}

.wrapper-checkbox__icon span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #999397;
  z-index: 1
}

.wrapper-checkbox__checkbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer
}

.wrapper-checkbox__checkbox:checked+.wrapper-checkbox__icon {
  background-color: var(--white)
}

.wrapper-checkbox__checkbox:checked+.wrapper-checkbox__icon span {
  display: block
}

.form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px
}