* {
  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: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/winbigloto-fonts/winbigloto-montserrat-regular.woff2) format("woff2")
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/winbigloto-fonts/winbigloto-montserrat-medium.woff2) format("woff2")
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/winbigloto-fonts/winbigloto-montserrat-bold.woff2) format("woff2")
}

:root {
  --font-main: "Montserrat", 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: #000000;
  --black: #000000;
  --white: #ffffff;
  --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)
}

.page_change .winbigloto-header {
  background-color: transparent !important
}

.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)
}

.pagination {
  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: 6px;
  position: static
}

.pagination .swiper-pagination-bullet {
  border-radius: 20px;
  width: 21px;
  height: 5px;
  opacity: .2;
  margin: 0 !important;
  background-color: #272727
}

.pagination .swiper-pagination-bullet-active {
  width: 51px;
  height: 5px;
  opacity: 1
}

.bg-gr-orange {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff9e15), to(#cb7700));
  background: linear-gradient(180deg, #ff9e15 0, #cb7700 100%)
}

.bg-green {
  background-color: #1b7966
}

.tx-40 {
  font-weight: 400;
  font-size: 40px;
  line-height: 99%
}

.color-gr-green {
  background: -webkit-gradient(linear, left top, right top, from(#074728), to(#25975f));
  background: linear-gradient(90deg, #074728 0, #25975f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.color-white {
  color: var(--white)
}

.color-green {
  color: #1b7966
}

.mb-10:not(:last-child) {
  margin-bottom: 10px
}

.mb-20:not(:last-child) {
  margin-bottom: 20px
}

.mb-16:not(:last-child) {
  margin-bottom: 16px
}

.mb-40-20:not(:last-child) {
  margin-bottom: 40px
}

@media (max-width:991px) {
  .mb-40-20:not(:last-child) {
    margin-bottom: 30px
  }
}

@media (max-width:600px) {
  .mb-40-20:not(:last-child) {
    margin-bottom: 20px
  }
}

.mb-30-20:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:600px) {
  .mb-30-20:not(:last-child) {
    margin-bottom: 20px
  }
}

.mb-12-8:not(:last-child) {
  margin-bottom: 12px
}

@media (max-width:600px) {
  .mb-12-8:not(:last-child) {
    margin-bottom: 8px
  }
}

.mb-24-8:not(:last-child) {
  margin-bottom: 24px
}

@media (max-width:991px) {
  .mb-24-8:not(:last-child) {
    margin-bottom: 16px
  }
}

@media (max-width:600px) {
  .mb-24-8:not(:last-child) {
    margin-bottom: 8px
  }
}

.mb-40-12:not(:last-child) {
  margin-bottom: 40px
}

@media (max-width:1220px) {
  .mb-40-12:not(:last-child) {
    margin-bottom: 30px
  }
}

@media (max-width:991px) {
  .mb-40-12:not(:last-child) {
    margin-bottom: 24px
  }
}

@media (max-width:600px) {
  .mb-40-12:not(:last-child) {
    margin-bottom: 12px
  }
}

.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
  }
}

.p-16 {
  padding: 16px
}

.p-32-16 {
  padding: 32px
}

@media (max-width:991px) {
  .p-32-16 {
    padding: 24px
  }
}

@media (max-width:600px) {
  .p-32-16 {
    padding: 16px
  }
}

.p-12 {
  padding: 12px
}

.pt-section {
  padding-top: 120px
}

@media (max-width:600px) {
  .pt-section {
    padding-top: 100px
  }
}

.ptb-40-24 {
  padding-top: 40px;
  padding-bottom: 40px
}

@media (max-width:600px) {
  .ptb-40-24 {
    padding-top: 24px;
    padding-bottom: 24px
  }
}

.logo {
  width: 60px;
  height: 60px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (max-width:991px) {
  .logo {
    width: 30px;
    height: 30px
  }
}

.logo_big {
  width: 120px;
  height: 120px
}

@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-main {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3
}

.tx-16-14 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3
}

@media (max-width:600px) {
  .tx-16-14 {
    font-size: 14px
  }
}

.tx-24 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3
}

.tx-32-22 {
  font-weight: 400;
  font-size: 32px;
  line-height: 107%
}

@media (max-width:991px) {
  .tx-32-22 {
    font-size: 28px
  }
}

@media (max-width:600px) {
  .tx-32-22 {
    font-size: 22px
  }
}

.tx-36-24 {
  font-weight: 400;
  font-size: 36px;
  line-height: 107%
}

@media (max-width:991px) {
  .tx-36-24 {
    font-size: 30px
  }
}

@media (max-width:600px) {
  .tx-36-24 {
    font-size: 24px
  }
}

.tx-20 {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%
}

.tx-40 {
  font-weight: 400;
  font-size: 40px;
  line-height: 120%
}

.tx-48-32 {
  font-weight: 400;
  font-size: 48px;
  line-height: 1
}

@media (max-width:1220px) {
  .tx-48-32 {
    font-size: 44px
  }
}

@media (max-width:991px) {
  .tx-48-32 {
    font-size: 38px
  }
}

@media (max-width:600px) {
  .tx-48-32 {
    font-size: 32px
  }
}

.input {
  display: block;
  border: 1px solid #272727;
  border-radius: 30px;
  padding: 0 16px;
  width: 100%;
  height: 48px;
  background-color: var(--white);
  font-weight: 400;
  font-size: 16px;
  color: #272727;
  line-height: 1;
  -webkit-transition: border-color .3s ease-in-out;
  transition: border-color .3s ease-in-out
}

.input_textarea {
  padding: 14px 16px;
  height: 100px
}

@media (any-hover:hover) {
  .input:hover {
    border-color: var(--hover)
  }
}

.input:focus-visible {
  border-color: var(--hover)
}

.timer {
  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;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: var(--white);
  gap: 6px;
  line-height: 1
}

@media (max-width:991px) {
  .timer {
    width: 80px;
    height: 80px;
    font-size: 20px
  }
}

@media (max-width:600px) {
  .timer {
    width: 60px;
    height: 60px;
    font-size: 16px
  }
}

.timer_green {
  color: #25975f
}

.brr-30 {
  border-radius: 30px
}

.border {
  border: 1px solid #272727
}

.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: 700;
  color: var(--white);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff9e15), to(#cb7700));
  background: linear-gradient(180deg, #ff9e15 0, #cb7700 100%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100px;
  min-width: 250px;
  min-height: 47px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  text-align: center
}

@media (max-width:991px) {
  .but {
    min-height: 40px;
    font-size: 14px
  }
}

@media (max-width:600px) {
  .but {
    min-height: 35px;
    font-size: 12px
  }
}

@media (max-width:400px) {
  .but {
    min-width: 0;
    width: 100%
  }
}

.but_big {
  min-height: 68px;
  font-size: 24px
}

@media (max-width:1220px) {
  .but_big {
    min-height: 50px;
    font-size: 20px
  }
}

@media (max-width:991px) {
  .but_big {
    font-size: 16px
  }
}

@media (max-width:600px) {
  .but_big {
    min-height: 35px;
    font-size: 12px
  }
}

@media (max-width:400px) {
  .but_big {
    min-width: 0;
    width: 100%
  }
}

.but_border {
  border: 2px solid var(--white);
  background: 0 0
}

@media (any-hover:hover) {
  .but:hover {
    opacity: .5
  }
}

.but:focus-visible {
  opacity: .5
}

.but:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.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%;
  width: 48px;
  height: 48px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  color: var(--white);
  background: #1b7966
}

.ball_orange {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff9e15), to(#cb7700));
  background: linear-gradient(180deg, #ff9e15 0, #cb7700 100%)
}

.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)
}

.winbigloto-terms {
  padding-top: 120px
}

@media (max-width:600px) {
  .winbigloto-terms {
    padding-top: 100px
  }
}

.winbigloto-terms h1 {
  font-size: 42px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 700
}

@media (max-width:991px) {
  .winbigloto-terms h1 {
    font-size: 32px
  }
}

@media (max-width:600px) {
  .winbigloto-terms h1 {
    font-size: 16px
  }
}

.winbigloto-terms h1:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .winbigloto-terms h1:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .winbigloto-terms h1:not(:last-child) {
    margin-bottom: 15px
  }
}

.winbigloto-terms h2 {
  font-size: 36px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 700
}

@media (max-width:991px) {
  .winbigloto-terms h2 {
    font-size: 25px
  }
}

@media (max-width:600px) {
  .winbigloto-terms h2 {
    font-size: 14px
  }
}

.winbigloto-terms h2:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .winbigloto-terms h2:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .winbigloto-terms h2:not(:last-child) {
    margin-bottom: 15px
  }
}

.winbigloto-terms p {
  font-size: 20px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400
}

@media (max-width:991px) {
  .winbigloto-terms p {
    font-size: 18px
  }
}

@media (max-width:600px) {
  .winbigloto-terms p {
    font-size: 12px
  }
}

.winbigloto-terms p:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .winbigloto-terms p:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .winbigloto-terms p:not(:last-child) {
    margin-bottom: 15px
  }
}

.winbigloto-terms ul:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .winbigloto-terms ul:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .winbigloto-terms ul:not(:last-child) {
    margin-bottom: 15px
  }
}

.winbigloto-terms li {
  font-size: 18px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400
}

@media (max-width:991px) {
  .winbigloto-terms li {
    font-size: 16px
  }
}

@media (max-width:600px) {
  .winbigloto-terms li {
    font-size: 12px
  }
}

.winbigloto-terms li:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .winbigloto-terms li:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .winbigloto-terms li:not(:last-child) {
    margin-bottom: 15px
  }
}

.winbigloto-header {
  padding: 15px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8;
  background-color: #1b7966
}

.winbigloto-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) {
  .winbigloto-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(--black);
    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) {
  .winbigloto-header__menu {
    padding: 80px 30px 30px 30px
  }
}

.winbigloto-header__menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible
}

.winbigloto-header__exit-menu {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent
}

@media (max-width:991px) {
  .winbigloto-header__exit-menu {
    display: block;
    top: 30px;
    right: 30px
  }
}

@media (max-width:600px) {
  .winbigloto-header__exit-menu {
    top: 15px;
    right: 15px
  }
}

.winbigloto-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)
}

.winbigloto-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)
}

.winbigloto-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 40px
}

@media (max-width:991px) {
  .winbigloto-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
  }
}

@media (max-width:991px) {
  .winbigloto-nav__list_footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px 32px
  }
}

.winbigloto-nav__link {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .winbigloto-nav__link:hover {
    color: var(--hover)
  }
}

.winbigloto-nav__link:focus-visible {
  color: var(--hover)
}

.winbigloto-nav__link:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.winbigloto-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) {
  .winbigloto-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.winbigloto-burger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  border-radius: 8px
}

.winbigloto-hero {
  background-image: url(/winbigloto-img/winbigloto-hero.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 0 24px 24px;
  padding-top: 180px;
  padding-bottom: 132px
}

@media (max-width:991px) {
  .winbigloto-hero {
    border-radius: 0;
    padding-top: 120px;
    padding-bottom: 60px
  }
}

@media (max-width:600px) {
  .winbigloto-hero {
    padding-top: 75px;
    padding-bottom: 40px;
    background-image: url(/winbigloto-img/winbigloto-hero-mob.webp)
  }
}

@media (max-width:991px) {
  .winbigloto-hero__link {
    min-width: 0;
    width: 100%
  }
}

@media (max-width:991px) {
  .winbigloto-hero__title {
    text-align: center
  }
}

.winbigloto-timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width:1220px) {
  .winbigloto-timer {
    gap: 20px
  }
}

@media (max-width:991px) {
  .winbigloto-timer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.wrapper-winbigloto-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto
}

.winbigloto-table {
  display: block;
  width: 100%
}

@media (max-width:600px) {
  .winbigloto-table {
    min-width: 600px
  }
}

.winbigloto-table thead {
  display: block;
  width: 100%
}

.winbigloto-table thead th {
  text-align: left
}

.winbigloto-table thead tr {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff9e15), to(#cb7700));
  background: linear-gradient(180deg, #ff9e15 0, #cb7700 100%)
}

.winbigloto-table tr {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 200px 10px 1fr 10px 200px;
  grid-template: auto/200px 1fr 200px;
  gap: 10px
}

@media (max-width:991px) {
  .winbigloto-table tr {
    -ms-grid-rows: auto;
    -ms-grid-columns: 120px 1fr 120px;
    grid-template: auto/120px 1fr 120px
  }
}

.winbigloto-table tbody {
  display: block;
  width: 100%
}

.winbigloto-table tbody tr:nth-child(even) {
  background-color: #1b7966
}

.winbigloto-table tbody tr:nth-child(even) td {
  color: var(--white)
}

.winbigloto-results {
  max-width: 800px;
  width: 100%
}

.winbigloto-results__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px
}

@media (max-width:991px) {
  .winbigloto-results__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

.winbigloto-results__left {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 516px;
  flex: 0 1 516px
}

@media (max-width:991px) {
  .winbigloto-results__left {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.winbigloto-results__balls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px
}

@media (max-width:991px) {
  .winbigloto-results__balls {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.winbigloto-results__right {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 200px;
  flex: 0 1 200px
}

@media (max-width:991px) {
  .winbigloto-results__right {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.winbigloto-slider__wrapper {
  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) {
  .winbigloto-slider__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0
  }
}

.winbigloto-slider__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

@media (max-width:991px) {
  .winbigloto-slider__slide {
    width: 400px
  }
}

@media (max-width:450px) {
  .winbigloto-slider__slide {
    width: 100%
  }
}

.winbigloto-slider__descr {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.winbigloto-slider strong {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.winbigloto-slider__image {
  position: relative;
  padding-bottom: 63%
}

.winbigloto-slider__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.winbigloto-slider__pagination {
  display: none;
  margin-top: 20px
}

@media (max-width:991px) {
  .winbigloto-slider__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.winbigloto-newsteller {
  background-image: url(/winbigloto-img/winbigloto-newsletter.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

@media (max-width:600px) {
  .winbigloto-newsteller {
    background-image: url(/winbigloto-img/winbigloto-newsletter-mob.webp)
  }
}

.form {
  max-width: 800px;
  width: 100%;
  margin: 0 auto
}

.form__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px
}

@media (max-width:991px) {
  .form__top {
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.status {
  padding: 10px;
  border-radius: 30px;
  background-color: green;
  margin-top: 20px;
  display: none
}

.form.active .status {
  display: block
}

@media (max-width:991px) {
  .winbigloto-footer__title {
    display: none
  }
}

.winbigloto-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media (max-width:991px) {
  .winbigloto-footer__links {
    gap: 10px
  }
}

.winbigloto-footer__links-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 160px;
  flex: 0 1 160px;
  width: 100%;
  background-color: var(--white);
  height: 80px;
  padding: 10px;
  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: 100px
}

.winbigloto-footer__links-item a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit
}

.winbigloto-footer__links-item a img {
  border-radius: inherit
}

.winbigloto-footer__links-item span {
  display: block;
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.winbigloto-popup {
  width: 500px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 5
}

@media (max-width:600px) {
  .winbigloto-popup {
    width: 360px
  }
}

@media (max-width:400px) {
  .winbigloto-popup {
    width: 100%
  }
}

.winbigloto-popup.disabled {
  display: none
}

.winbigloto-popup__buttons {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 10px
}

@media (max-width:600px) {
  .winbigloto-popup .winbigloto-popup-miy {
    font-size: 12px;
    min-height: 30px;
    padding: 5px
  }
}