@charset "UTF-8";

/* Reset and base styles  */

* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Links */

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */

aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type=submit] {
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

@font-face {
  font-family: Poppins;
  font-display: swap;
  src: url("../lottowiner__fonts/lottowiner__Poppins-Regular.woff2") format("woff2"), url("../lottowiner__fonts/lottowiner__Poppins-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Poppins;
  font-display: swap;
  src: url("../lottowiner__fonts/lottowiner__Poppins-Bold.woff2") format("woff2"), url("../lottowiner__fonts/lottowiner__Poppins-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

:root {
  --container-width: 1440px;
  --container-padding: 100px;
  --container-padding-tablet: 16px;
  --background: #fff;
  --font-color: #0C1719;
  --font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
  --font-family: Poppins, OpenSans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --laptop-size: 1199px;
  --tablet-size: 959px;
  --mobile-size: 599px;
  --btn-font-size: clamp(1rem, 0.9567307692rem + 0.1923076923vw, 1.125rem);
  --btn-font-weight: 700;
  --btn-padding: 0.6em 2.5em;
  --btn-bg: #FF5100;
  --btn-bg-hover: #FF7100;
  --btn-color: #ffffff;
  --btn-radius: 1rem;
  --btn-transition: all 0.2s ease-in-out;
  --btn-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.30);
  --btn-shadow-hover: var(--btn-shadow);
}

h1,
.lottowiner__h1,
h2,
.lottowiner__h2,
h3,
.lottowiner__h3 {
  font-weight: normal;
  overflow-wrap: break-word;
  word-break: break-word;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 120%;
}

h1,
.lottowiner__h1 {
  font-size: clamp(1.125rem, 0.3461538462rem + 3.4615384615vw, 3.375rem);
}

h2,
.lottowiner__h2 {
  font-size: clamp(1.125rem, 1.0817307692rem + 0.1923076923vw, 1.25rem);
}

h3,
.lottowiner__h3 {
  font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
}

p {
  line-height: 130%;
}

html {
  scroll-behavior: smooth;
  background: var(--background);
  scrollbar-gutter: stable;
}

body {
  color: var(--font-color);
  font-family: var(--font-family);
  font-size: var(--font-size);
  font-weight: 400;
}

html,
body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

a,
button {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: inherit;
}

img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.lottowiner__no-scroll {
  overflow: hidden;
}

.lottowiner__visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.lottowiner__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.lottowiner__items .lottowiner__item {
  -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;
  gap: 10px;
  width: 100%;
}

.lottowiner__terms .lottowiner__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.lottowiner__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.lottowiner__main .lottowiner__container {
  padding-block: 40px;
  text-align: center;
}

.btn {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: grid;
  place-items: center;
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  padding: var(--btn-padding);
  color: var(--btn-color);
  background-color: var(--btn-bg);
  border-radius: var(--btn-radius);
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: var(--btn-transition);
  transition: var(--btn-transition);
  -webkit-box-shadow: var(--btn-shadow);
  box-shadow: var(--btn-shadow);
  line-height: 1.2;
  white-space: nowrap;
}

.btn:active {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}

.lottowiner__wrapper {
  border-radius: 20px;
  background: #FFF;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  padding: 10px;
}

.lottowiner__bg {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1))), url("./../lottowiner__img/lottowiner__bg-main.avif");
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url("./../lottowiner__img/lottowiner__bg-main.avif");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}				.lottowiner__avif .lottowiner__bg {					background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url("./../lottowiner__img/lottowiner__bg-main.avif")				}							.lottowiner__avif .lottowiner__bg {					background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1))), url("./../lottowiner__img/lottowiner__bg-main.avif")				}			

.lottowiner__warning {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
  position: absolute;
  bottom: 36px;
  left: 0;
  width: 100%;
  z-index: 3;
  font-size: clamp(0.75rem, 0.7067307692rem + 0.1923076923vw, 0.875rem);
  background: #ECFBFB;
  border-left: 4px solid #335D48;
  color: #335D48;
  text-align: center;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.lottowiner__warning::before {
  content: "";
  width: 20px;
  aspect-ratio: 1;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23335D48' d='M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10C22,6.5,17.5,2,12,2z M16.2,10.3l-4.8,4.8c-0.4,0.4-1,0.4-1.4,0l0,0l-2.2-2.2c-0.4-0.4-0.4-1,0-1.4c0.4-0.4,1-0.4,1.4,0c0,0,0,0,0,0l1.5,1.5l4.1-4.1c0.4-0.4,1-0.4,1.4,0C16.6,9.3,16.6,9.9,16.2,10.3z'/%3E%3C/svg%3E") no-repeat center/contain;
  margin-top: -2px;
}

.lottowiner__warning::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.2rem;
  background: -webkit-gradient(linear, left top, right top, from(#ECFBFB), to(#335D48));
  background: linear-gradient(to right, #ECFBFB, #335D48);
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}

.lottowiner__warning.lottowiner__active {
  max-height: 100px;
  opacity: 1;
  padding: 16px 10px;
}

.lottowiner__warning.lottowiner__active::after {
  -webkit-animation: progress 4.9s linear forwards;
  animation: progress 4.9s linear forwards;
}

@-webkit-keyframes progress {
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes progress {
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.lottowiner__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  margin: 0 auto;
  padding: 0 var(--container-padding);
  max-width: var(--container-width);
  width: 100%;
}

.lottowiner__popup__title {
  font-size: clamp(1.125rem, 0.9951923077rem + 0.5769230769vw, 1.5rem);
  font-weight: 700;
  text-transform: uppercase;
}

.lottowiner__modal {
  display: none;
  /* по умолчанию скрыто */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(3px);
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 999;
}

.lottowiner__modal-content {
  border-radius: 20px;
  background-color: #edda67;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1))), url("./../lottowiner__img/lottowiner__banner.avif");
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url("./../lottowiner__img/lottowiner__banner.avif");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2rem 1rem;
  position: relative;
  max-width: 420px;
  width: 90%;
  -webkit-animation: fadeIn 0.45s cubic-bezier(0.02, 0.7, 0.03, 1);
  animation: fadeIn 0.45s cubic-bezier(0.02, 0.7, 0.03, 1);
  color: inherit;
}				.lottowiner__avif .lottowiner__modal-content {					background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url("./../lottowiner__img/lottowiner__banner.avif")				}							.lottowiner__avif .lottowiner__modal-content {					background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1))), url("./../lottowiner__img/lottowiner__banner.avif")				}			

.lottowiner__close {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  font-size: 1.5rem;
  cursor: pointer;
}

form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
  width: 100%;
  display: none;
}

form h2 {
  text-align: center;
}

form .btn {
  text-transform: uppercase;
}

form button {
  margin-inline: auto;
}

input,
textarea {
  border-radius: 10px;
  background: #FFF;
  padding: 8px 10px;
  color: #000000;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
}

input:focus,
textarea:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: rgba(21, 21, 21, 0.686);
  text-transform: capitalize;
}

::-moz-placeholder {
  color: rgba(21, 21, 21, 0.686);
  text-transform: capitalize;
}

:-ms-input-placeholder {
  color: rgba(21, 21, 21, 0.686);
  text-transform: capitalize;
}

::-ms-input-placeholder {
  color: rgba(21, 21, 21, 0.686);
  text-transform: capitalize;
}

::placeholder {
  color: rgba(21, 21, 21, 0.686);
  text-transform: capitalize;
}

body.lottowiner__modal-open {
  overflow: hidden;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* Blocks */

.lottowiner__banner {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0.2))), url("./../lottowiner__img/lottowiner__banner.avif");
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), url("./../lottowiner__img/lottowiner__banner.avif");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}				.lottowiner__avif .lottowiner__banner {					background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), url("./../lottowiner__img/lottowiner__banner.avif")				}							.lottowiner__avif .lottowiner__banner {					background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0.2))), url("./../lottowiner__img/lottowiner__banner.avif")				}			

.lottowiner__banner .lottowiner__inner {
  max-width: 750px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  text-align: left;
  font-size: clamp(0.875rem, 0.7451923077rem + 0.5769230769vw, 1.25rem);
}

.lottowiner__banner .btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  overflow: hidden;
}

.lottowiner__banner .btn::after {
  content: "";
  opacity: 0.6;
  position: absolute;
  top: -100px;
  left: -100px;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(70%, rgba(255, 255, 255, 0.7)));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.7) 70%);
  width: 40px;
  height: 320px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: slide 4s ease-in-out 0.05s infinite;
  animation: slide 4s ease-in-out 0.05s infinite;
}

@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(0) rotate(45deg);
    transform: translateX(0) rotate(45deg);
  }

  30%, 100% {
    -webkit-transform: translateX(500px) rotate(45deg);
    transform: translateX(500px) rotate(45deg);
  }
}

@keyframes slide {
  0% {
    -webkit-transform: translateX(0) rotate(45deg);
    transform: translateX(0) rotate(45deg);
  }

  30%, 100% {
    -webkit-transform: translateX(500px) rotate(45deg);
    transform: translateX(500px) rotate(45deg);
  }
}

.lottowiner__easy .lottowiner__container {
  padding-top: 0;
}

.lottowiner__easy .lottowiner__items {
  counter-reset: itemCount;
}

.lottowiner__easy .lottowiner__item {
  counter-increment: itemCount;
}

.lottowiner__easy .lottowiner__item::before {
  content: counter(itemCount);
  font-size: 36px;
  font-weight: 700;
}

.lottowiner__footer {
  margin-top: auto;
  background: #0C1719;
  padding: 18px 0;
  font-size: 14px;
  color: #FFF;
}

.lottowiner__footer a {
  color: #ECC957;
  font-weight: 700;
}

.lottowiner__footer a:hover {
  opacity: 0.6;
}

.lottowiner__footer .lottowiner__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin: 5px 0;
}

.lottowiner__footer .lottowiner__logos img {
  width: auto;
  max-height: 60px;
}

.lottowiner__footer .lottowiner__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lottowiner__footer .lottowiner__link img {
  width: auto;
}

.lottowiner__responsible {
  background: #0C1719;
  padding-block: 20px;
  color: #fff;
  text-align: center;
}

.lottowiner__responsible h2 {
  margin-bottom: -10px;
  color: #ECC957;
}

.lottowiner__header {
  padding: 12px 0;
  background: #FFF;
}

.lottowiner__header__row {
  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: 6px;
}

.lottowiner__header .lottowiner__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lottowiner__header a {
  color: #FEDE35;
  font-weight: 700;
}

.lottowiner__header .lottowiner__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
}

.lottowiner__header .lottowiner__logo img {
  width: clamp(5.625rem, 5.4086538462rem + 0.9615384615vw, 6.25rem);
  aspect-ratio: 3.333/1;
  -o-object-fit: contain;
  object-fit: contain;
}

.lottowiner__lotto p {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

.lottowiner__lotto img {
  width: 306px;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-inline: auto;
}

.lottowiner__text {
  background-image: url("./../lottowiner__img/text.avif");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-block: 40px;
  margin-bottom: -40px;
}				.lottowiner__avif .lottowiner__text {					background-image: url("./../lottowiner__img/text.avif")				}			

.lottowiner__text .lottowiner__container {
  gap: 40px;
}

.lottowiner__why .lottowiner__wrapper {
  background: #ECC957;
}

@media (max-width: 1220px) {
  .lottowiner__main .lottowiner__container {
    padding-block: 30px;
  }

  .lottowiner__container {
    padding: 0 var(--container-padding-tablet);
  }
}

@media (max-width: 820px) {
  .lottowiner__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .lottowiner__play {
    margin-inline: auto;
  }

  .lottowiner__modal-content {
    padding: 12px;
  }

  .lottowiner__banner .lottowiner__inner {
    max-width: 100%;
    text-align: center;
  }

  .lottowiner__easy .lottowiner__container {
    padding-top: 0;
  }

  .lottowiner__footer .lottowiner__logos {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .lottowiner__footer .lottowiner__logos img {
    max-height: 30px;
    max-width: 106px;
  }

  .lottowiner__footer .lottowiner__link img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .lottowiner__header {
    padding: 8px 0;
  }

  .lottowiner__header .lottowiner__logo {
    gap: 4px;
  }

  .lottowiner__text {
    padding-block: 20px;
    margin-bottom: -20px;
  }

  .lottowiner__text .lottowiner__container {
    gap: 20px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .btn:hover,
  .btn:focus-visible {
    background-color: var(--btn-bg-hover);
    -webkit-box-shadow: var(--btn-shadow-hover);
    box-shadow: var(--btn-shadow-hover);
  }
}