@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("../iventcasino__fonts/iventcasino__poppins-regular.woff2") format("woff2"), url("../iventcasino__fonts/iventcasino__poppins-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: poppins;
  font-display: swap;
  src: url("../iventcasino__fonts/iventcasino__poppins-bold.woff2") format("woff2"), url("../iventcasino__fonts/iventcasino__poppins-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

:root {
  --container-width: 1440px;
  --container-padding: 102px;
  --container-padding-tablet: 12px;
  --background: #090909;
  --font-color: #fff;
  --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.8em 3em;
  --btn-bg: #FEDC00;
  --btn-bg-hover: rgba(149, 70, 1, .85);
  --btn-color: #000000;
  --btn-radius: 0.5rem;
  --btn-transition: all 0.2s ease-in-out;
  --btn-shadow: inset 100px 0px 80px -10px rgba(149, 70, 1, .85);
  --btn-shadow-hover: inset 130px 0px 80px -10px #FEDC00;
  --bg-gradient: linear-gradient(180deg, var(--background) 0%, #1E1812 100%);
}

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

h1,
.iventcasino__h1 {
  font-size: clamp(1.125rem, 0.7355769231rem + 1.7307692308vw, 2.25rem);
}

h2,
.iventcasino__h2 {
  font-size: clamp(1rem, 0.8485576923rem + 0.6730769231vw, 1.4375rem);
}

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

p {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  line-height: 130%;
}

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

body {
  background: var(--background);
  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;
}

.iventcasino__no-scroll {
  overflow: hidden;
}

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

.iventcasino__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 40px;
  -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;
}

.iventcasino__items .iventcasino__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%;
}

.iventcasino__terms .iventcasino__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;
}

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

.iventcasino__main section {
  padding-block: 100px;
}

.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;
  text-transform: uppercase;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

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

form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  position: relative;
}

input,
textarea {
  border-radius: 10px;
  background: #FFFFFF;
  padding: 10px 20px;
  color: #090909;
}

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

::-webkit-input-placeholder {
  color: #090909;
}

::-moz-placeholder {
  color: #090909;
}

:-ms-input-placeholder {
  color: #090909;
}

::-ms-input-placeholder {
  color: #090909;
}

::placeholder {
  color: #090909;
}

textarea {
  resize: none;
}

.iventcasino__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;
  z-index: 1;
  bottom: 0;
  width: 100%;
  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;
}

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

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

.iventcasino__warning.iventcasino__active {
  max-height: 100px;
  opacity: 1;
  padding: 16px 10px;
}

.iventcasino__warning.iventcasino__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);
  }
}

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

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

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

.iventcasino__modal-content {
  border-radius: 20px;
  background: var(--bg-gradient);
  padding: 2rem 1rem;
  position: relative;
  max-width: 420px;
  width: 90%;
  -webkit-animation: fadeIn 0.45s cubic-bezier(0.01, 0.8, 0.03, 1);
  animation: fadeIn 0.45s cubic-bezier(0.01, 0.8, 0.03, 1);
  color: var(--font-color);
}

.iventcasino__modal-content .btn {
  margin-inline: auto;
}

.iventcasino__modal-content h2 {
  text-align: center;
}

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

body.iventcasino__modal-open {
  overflow: hidden;
}

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

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

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

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

/* Blocks */

.iventcasino__banner {
  background-image: url("./../iventcasino__img/iventcasino__banner.avif");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #1d1812;
}				.iventcasino__avif .iventcasino__banner {					background-image: url("./../iventcasino__img/iventcasino__banner.avif")				}			

.iventcasino__banner .iventcasino__inner {
  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;
  width: min(66%, 608px);
}

.iventcasino__banner .btn {
  position: relative;
  overflow: hidden;
}

.iventcasino__banner .btn::after {
  content: "";
  opacity: 0.6;
  position: absolute;
  top: -100px;
  left: -100px;
  display: block;
  background: #fff;
  width: 40px;
  height: 320px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: slide 6s infinite;
  animation: slide 6s infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
}

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

  12%, 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);
  }

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

.iventcasino__contacts {
  background-image: url("/iventcasino__img/iventcasino__contacts.avif");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}				.iventcasino__avif .iventcasino__contacts {					background-image: url("/iventcasino__img/iventcasino__contacts.avif")				}			

.iventcasino__contacts .iventcasino__form {
  width: 47%;
}

.iventcasino__contacts .iventcasino__form ::-webkit-input-placeholder {
  background: #1E1914;
  color: #fff;
}

.iventcasino__contacts .iventcasino__form ::-moz-placeholder {
  background: #1E1914;
  color: #fff;
}

.iventcasino__contacts .iventcasino__form :-ms-input-placeholder {
  background: #1E1914;
  color: #fff;
}

.iventcasino__contacts .iventcasino__form ::-ms-input-placeholder {
  background: #1E1914;
  color: #fff;
}

.iventcasino__contacts .iventcasino__form input,
.iventcasino__contacts .iventcasino__form textarea,
.iventcasino__contacts .iventcasino__form ::placeholder {
  background: #1E1914;
  color: #fff;
}

.iventcasino__footer {
  margin-top: auto;
  padding-block: 30px;
  background: var(--bg-gradient);
  overflow: hidden;
}

.iventcasino__footer h2,
.iventcasino__footer a {
  color: #FFB200;
}

.iventcasino__footer h2 {
  margin-bottom: -6px;
  text-align: left;
}

.iventcasino__footer .iventcasino__container {
  gap: 20px;
}

.iventcasino__footer a {
  font-weight: 700;
}

.iventcasino__footer a:hover {
  opacity: 0.6;
}

.iventcasino__footer__bottom {
  background: #090909;
  padding-block: 15px;
  margin-bottom: -30px;
  margin-top: 20px;
}

.iventcasino__footer__bottom .iventcasino__container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.iventcasino__footer .iventcasino__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.iventcasino__footer .iventcasino__logos img {
  width: auto;
  max-height: 50px;
}

.iventcasino__footer .iventcasino__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;
}

.iventcasino__header {
  padding-block: 16px;
}

.iventcasino__header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.iventcasino__header .iventcasino__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.iventcasino__header a:hover {
  opacity: 0.6;
}

.iventcasino__header .iventcasino__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  font-size: clamp(0.875rem, 0.7884615385rem + 0.3846153846vw, 1.125rem);
}

.iventcasino__header .iventcasino__logo img {
  width: 30px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
}

.iventcasino__secret ul {
  text-align: center;
}

.iventcasino__secret li {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}

.iventcasino__secret li::before {
  content: "";
  width: 40px;
  aspect-ratio: 1/1;
  background-image: url("/iventcasino__img/iventcasino__icon-check.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.iventcasino__secret,
.iventcasino__popular {
  background: var(--bg-gradient);
}

.iventcasino__secret h2,
.iventcasino__popular h2 {
  color: #FEDC00;
}

.iventcasino__wins {
  background-image: url("./../iventcasino__img/iventcasino__wins.avif");
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}				.iventcasino__avif .iventcasino__wins {					background-image: url("./../iventcasino__img/iventcasino__wins.avif")				}			

.iventcasino__wins h2 {
  rotate: 1deg;
}

.iventcasino__wins ul {
  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;
}

.iventcasino__wins li {
  border-radius: 10px;
  background: rgba(30, 25, 20, 0.9);
  display: grid;
  grid-template-columns: 46px 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 20px;
  font-size: 14px;
  -webkit-animation: shadow 2.1s ease-in-out infinite;
  animation: shadow 2.1s ease-in-out infinite;
  will-change: transform, box-shadow;
  cursor: default;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.iventcasino__wins li:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  rotate: 1deg;
}

.iventcasino__wins li:nth-child(2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.iventcasino__wins li:nth-child(3) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  rotate: -1deg;
}

.iventcasino__wins li::before {
  content: "";
  width: 46px;
  aspect-ratio: 1/1;
  background-image: url("./../iventcasino__img/iventcasino__logo.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  grid-row: span 2/span 2;
}

.iventcasino__wins .iventcasino__img {
  background-image: url("./../iventcasino__img/iventcasino__girl.avif");
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-block: -101px;
  min-height: 300px;
  -webkit-animation: shakeGlow 2.1s linear infinite;
  animation: shakeGlow 2.1s linear infinite;
  will-change: transform, filter;
}				.iventcasino__avif .iventcasino__wins .iventcasino__img {					background-image: url("./../iventcasino__img/iventcasino__girl.avif")				}			

@-webkit-keyframes shakeGlow {
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
    -webkit-filter: drop-shadow(0 8px 0px #FEDC00);
    filter: drop-shadow(0 8px 0px #FEDC00);
  }

  10%, 30% {
    -webkit-transform: translate(-2px, 6px) rotate(-1deg);
    transform: translate(-2px, 6px) rotate(-1deg);
  }

  20%, 60% {
    -webkit-transform: translate(5px, 9px) rotate(2deg);
    transform: translate(5px, 9px) rotate(2deg);
    -webkit-filter: drop-shadow(-10px 10px 0px #FEDC00);
    filter: drop-shadow(-10px 10px 0px #FEDC00);
  }

  40%, 70% {
    -webkit-transform: translate(4px, 6px) rotate(1deg);
    transform: translate(4px, 6px) rotate(1deg);
  }

  50% {
    -webkit-transform: translate(-2px, 3px) rotate(-0.5deg);
    transform: translate(-2px, 3px) rotate(-0.5deg);
    -webkit-filter: drop-shadow(0 8px 0px #FEDC00);
    filter: drop-shadow(0 8px 0px #FEDC00);
  }

  80% {
    -webkit-transform: translate(-4px, 6px) rotate(1deg);
    transform: translate(-4px, 6px) rotate(1deg);
  }

  90% {
    -webkit-transform: translate(0, 2px) rotate(0deg);
    transform: translate(0, 2px) rotate(0deg);
    -webkit-filter: drop-shadow(0 6px 0px #FEDC00);
    filter: drop-shadow(0 6px 0px #FEDC00);
  }
}

@keyframes shakeGlow {
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
    -webkit-filter: drop-shadow(0 8px 0px #FEDC00);
    filter: drop-shadow(0 8px 0px #FEDC00);
  }

  10%, 30% {
    -webkit-transform: translate(-2px, 6px) rotate(-1deg);
    transform: translate(-2px, 6px) rotate(-1deg);
  }

  20%, 60% {
    -webkit-transform: translate(5px, 9px) rotate(2deg);
    transform: translate(5px, 9px) rotate(2deg);
    -webkit-filter: drop-shadow(-10px 10px 0px #FEDC00);
    filter: drop-shadow(-10px 10px 0px #FEDC00);
  }

  40%, 70% {
    -webkit-transform: translate(4px, 6px) rotate(1deg);
    transform: translate(4px, 6px) rotate(1deg);
  }

  50% {
    -webkit-transform: translate(-2px, 3px) rotate(-0.5deg);
    transform: translate(-2px, 3px) rotate(-0.5deg);
    -webkit-filter: drop-shadow(0 8px 0px #FEDC00);
    filter: drop-shadow(0 8px 0px #FEDC00);
  }

  80% {
    -webkit-transform: translate(-4px, 6px) rotate(1deg);
    transform: translate(-4px, 6px) rotate(1deg);
  }

  90% {
    -webkit-transform: translate(0, 2px) rotate(0deg);
    transform: translate(0, 2px) rotate(0deg);
    -webkit-filter: drop-shadow(0 6px 0px #FEDC00);
    filter: drop-shadow(0 6px 0px #FEDC00);
  }
}

@-webkit-keyframes shadow {
  0%, 100% {
    -webkit-box-shadow: 0 0 0 rgba(254, 220, 0, 0);
    box-shadow: 0 0 0 rgba(254, 220, 0, 0);
  }

  50% {
    -webkit-box-shadow: -4px 0px 0px #FEDC00;
    box-shadow: -4px 0px 0px #FEDC00;
  }
}

@keyframes shadow {
  0%, 100% {
    -webkit-box-shadow: 0 0 0 rgba(254, 220, 0, 0);
    box-shadow: 0 0 0 rgba(254, 220, 0, 0);
  }

  50% {
    -webkit-box-shadow: -4px 0px 0px #FEDC00;
    box-shadow: -4px 0px 0px #FEDC00;
  }
}

@media (max-width: 1220px) {
  .iventcasino__container {
    padding: 0 var(--container-padding-tablet);
    gap: 20px;
  }

  .iventcasino__header__nav {
    display: none;
  }
}

@media (max-width: 820px) {
  h2,
  .iventcasino__h2 {
    text-align: center;
  }

  .iventcasino__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .iventcasino__main section {
    padding-block: 40px;
  }

  .btn {
    width: min(100%, 380px);
    margin-inline: auto;
  }

  form {
    padding: 0;
    border: none;
    gap: 10px;
  }

  .iventcasino__modal-content {
    padding: 12px;
  }

  .iventcasino__banner {
    background-position: top right 34%;
  }

  .iventcasino__banner .iventcasino__inner {
    gap: 20px;
  }

  .iventcasino__banner .btn {
    margin-left: 0;
  }

  .iventcasino__contacts {
    background-image: url("/iventcasino__img/iventcasino__contacts-mobile.avif");
    background-position: bottom center;
  }				.iventcasino__avif .iventcasino__contacts {					background-image: url("/iventcasino__img/iventcasino__contacts-mobile.avif")				}			

  .iventcasino__contacts .iventcasino__form {
    width: 100%;
    padding-bottom: 250px;
  }

  .iventcasino__footer .iventcasino__container {
    gap: 15px;
  }

  .iventcasino__footer__bottom .iventcasino__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .iventcasino__footer .iventcasino__logos img {
    max-height: 30px;
    max-width: 106px;
  }

  .iventcasino__header {
    padding-block: 12px;
  }

  .iventcasino__secret,
  .iventcasino__popular {
    text-align: center;
  }

  .iventcasino__wins {
    background-image: url("./../iventcasino__img/iventcasino__wins-mobile.avif");
  }				.iventcasino__avif .iventcasino__wins {					background-image: url("./../iventcasino__img/iventcasino__wins-mobile.avif")				}			

  .iventcasino__wins h2 {
    rotate: 0deg;
  }

  .iventcasino__wins ul {
    gap: 10px;
  }

  .iventcasino__wins li {
    grid-template-columns: 26px 1fr;
    padding: 10px;
  }

  .iventcasino__wins li:nth-child(1) {
    rotate: 0deg;
  }

  .iventcasino__wins li:nth-child(3) {
    rotate: 0deg;
  }

  .iventcasino__wins li::before {
    width: 26px;
  }

  .iventcasino__wins .iventcasino__img {
    margin: 0;
    margin-bottom: -41px;
  }
}

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

@media (hover: hover) {
  .iventcasino__wins li:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
  }
}