@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("../lottopokie__fonts/lottopokie__Poppins-Bold.woff2") format("woff2"), url("../lottopokie__fonts/lottopokie__Poppins-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

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

:root {
  --container-width: 1440px;
  --container-padding: 122px;
  --container-padding-tablet: 12px;
  --background: linear-gradient(270deg, #ECA624 0%, #D86314 100%), #ECA624;
  --font-color: #151515;
  --font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
  --font-family: Poppins, 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;
}

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

h1,
.lottopokie__h1 {
  font-size: clamp(1.125rem, 0.5625rem + 2.5vw, 2.75rem);
}

h2,
.lottopokie__h2 {
  font-size: clamp(1.125rem, 0.9951923077rem + 0.5769230769vw, 1.5rem);
}

h3,
.lottopokie__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;
}

.lottopokie__no-scroll {
  overflow: hidden;
}

.lottopokie__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;
}

.lottopokie__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;
}

.lottopokie__items .lottopokie__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: 20px;
  width: 100%;
}

.lottopokie__items .lottopokie__flex-04 {
  -webkit-box-flex: 0.4;
  -ms-flex: 0.4;
  flex: 0.4;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 140px;
}

.lottopokie__terms .lottopokie__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;
}

.lottopokie__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  margin: 40px 0;
}

.btn,
.btn:focus {
  white-space: nowrap;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  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;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding: clamp(0.5rem, 0.4567307692rem + 0.1923076923vw, 0.625rem) 50px;
  border-radius: 10px;
  background-color: #00FFE2;
  -webkit-box-shadow: inset 0px 100px 30px -80px #00FF49, 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 100px 30px -80px #00FF49, 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  color: #2C002B !important;
  font-size: clamp(0.875rem, 0.7884615385rem + 0.3846153846vw, 1.125rem);
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.btn-active,
.btn:hover,
.btn:active {
  background-color: #00FF49;
}

.lottopokie__wrapper {
  border-radius: 20px;
  background: rgba(254, 222, 53, 0.6);
  padding: 20px;
  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;
}

.lottopokie__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;
  margin: 0 auto;
  padding: 0 var(--container-padding);
  max-width: var(--container-width);
  width: 100%;
}

.lottopokie__container-grid {
  display: grid;
  grid-template-columns: 70% calc(30% - 20px);
  gap: 20px;
}

.lottopokie__container-grid .lottopokie__img {
  width: 100%;
  min-height: 190px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.lottopokie__container-grid .lottopokie__inner {
  font-size: clamp(0.875rem, 0.7884615385rem + 0.3846153846vw, 1.125rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

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

.lottopokie__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;
}

.lottopokie__modal-content {
  border-radius: 20px;
  background: #151515;
  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: #FFF;
}

hr {
  border-bottom: 1px solid #FEDE35;
}

.lottopokie__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: #FFEE83;
  padding: 8px 10px;
  color: #151515;
}

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

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

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

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

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

::placeholder {
  color: rgba(21, 21, 21, 0.686);
  text-transform: uppercase;
  text-align: center;
}

.lottopokie__warning {
  display: none;
  text-align: center;
  font-size: clamp(0.75rem, 0.7067307692rem + 0.1923076923vw, 0.875rem);
}

body.lottopokie__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 */

.lottopokie__banner {
  padding-top: 40px;
}

.lottopokie__banner .btn {
  font-size: clamp(1rem, 0.9567307692rem + 0.1923076923vw, 1.125rem);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  overflow: hidden;
}

.lottopokie__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;
}

.lottopokie__banner h1 {
  border-bottom: 2px solid #FEDE35;
  padding-bottom: 20px;
}

.lottopokie__banner p {
  color: #FFF;
}

.lottopokie__banner .lottopokie__img {
  -webkit-filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.25));
}

@-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);
  }
}

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

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

.lottopokie__footer a:hover {
  opacity: 0.6;
}

.lottopokie__footer .lottopokie__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;
}

.lottopokie__footer .lottopokie__logos img {
  width: auto;
  max-height: 60px;
}

.lottopokie__footer .lottopokie__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;
}

.lottopokie__footer .lottopokie__link img {
  width: auto;
}

.lottopokie__responsible {
  background: #151515;
  padding-block: 20px;
  color: #fff;
}

.lottopokie__responsible h2 {
  margin-bottom: -10px;
  color: #FEDE35;
}

.lottopokie__header {
  padding: 14px 0;
  background: #1B1B1B;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
}

.lottopokie__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;
}

.lottopokie__header .lottopokie__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;
}

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

.lottopokie__header .lottopokie__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;
}

.lottopokie__header .lottopokie__logo img {
  width: clamp(1.375rem, 1.3317307692rem + 0.1923076923vw, 1.5rem);
}

.lottopokie__text {
  background-image: url("./../lottopokie__img/lottopokie__text.avif");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-block: 40px;
  margin-bottom: -40px;
}				.lottopokie__avif .lottopokie__text {					background-image: url("./../lottopokie__img/lottopokie__text.avif")				}			

.lottopokie__text .lottopokie__container {
  gap: 40px;
}

@media (max-width: 1220px) {
  .lottopokie__main {
    gap: 20px;
    margin: 20px 0;
  }

  .lottopokie__container {
    padding: 0 var(--container-padding-tablet);
    gap: 16px;
  }
}

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

  .lottopokie__wrapper {
    padding: 10px;
    gap: 10px;
  }

  .lottopokie__play {
    margin-inline: auto;
  }

  .lottopokie__container {
    text-align: center;
  }

  .lottopokie__container-grid {
    grid-template-columns: 100%;
  }

  .lottopokie__container-grid .lottopokie__inner {
    gap: 20px;
  }

  .lottopokie__modal-content {
    padding: 12px;
  }

  .lottopokie__banner {
    padding-top: 20px;
  }

  .lottopokie__banner h1 {
    padding-bottom: 10px;
    margin-bottom: -10px;
  }

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

  .lottopokie__footer .lottopokie__logos img {
    max-height: 30px;
    max-width: 106px;
  }

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

  .lottopokie__header {
    padding: 8px 0;
  }

  .lottopokie__header .lottopokie__logo {
    gap: 4px;
  }

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

  .lottopokie__text .lottopokie__container {
    gap: 20px;
  }
}