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

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

:root {
  --container-width: 1440px;
  --container-padding: 100px;
  --container-padding-tablet: 12px;
  --background: #080808;
  --font-color: #FFFFFF;
  --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;
  --btn-font-size: clamp(0.75rem, 0.5552884615rem + 0.8653846154vw, 1.3125rem);
  --btn-font-weight: 700;
  --btn-padding: 0.7em 1em;
  --btn-bg: #0082FF;
  --btn-bg-hover: #2897ff;
  --btn-color: #080808;
  --btn-radius: 1.2rem;
  --btn-transition: all 0.2s ease-in-out;
  --btn-shadow: -4px -4px 10px 0 rgba(0, 37, 72, 0.60) inset,
  	4px 4px 10px 0 rgba(255, 252, 252, 0.40) inset,
  	0 0 20px 0 rgba(0, 131, 255, 0.50);
  --btn-shadow-hover: inherit;
  --border-wrapper: 1px solid #01417E;
  --border-radius-wrapper: 20px;
  --shadow-wrapper: 0 0 20px 0 rgba(0, 131, 255, 0.40);
  --main-color: #0082FF;
}

canvas {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  /* Canvas будет под остальным содержимым */
  opacity: 0.1;
}

h1,
.igre-na-srecu__h1,
h2,
.igre-na-srecu__h2,
h3,
.igre-na-srecu__h3 {
  font-weight: normal;
  overflow-wrap: break-word;
  word-break: break-word;
  font-weight: 700;
  line-height: 120%;
}

h1,
.igre-na-srecu__h1 {
  font-size: clamp(1rem, 0.3076923077rem + 3.0769230769vw, 3rem);
  text-transform: uppercase;
}

h2,
.igre-na-srecu__h2 {
  font-size: clamp(1rem, 0.9567307692rem + 0.1923076923vw, 1.125rem);
  color: var(--main-color);
  text-transform: uppercase;
}

h3,
.igre-na-srecu__h3 {
  font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
  color: var(--main-color);
}

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 {
  -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;
}

.igre-na-srecu__no-scroll {
  overflow: hidden;
}

.igre-na-srecu__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;
}

.igre-na-srecu__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;
}

.igre-na-srecu__items .igre-na-srecu__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%;
}

.igre-na-srecu__terms .igre-na-srecu__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;
}

.igre-na-srecu__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: 80px;
  margin: 30px 0;
}

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

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

.igre-na-srecu__back {
  width: 24px;
  aspect-ratio: 1/1;
  background-image: url("./../igre-na-srecu__img/igre-na-srecu__arrow-left.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.igre-na-srecu__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%;
}

.igre-na-srecu__popup {
  color: #FFF;
  background: #000;
  padding: 40px 20px;
  max-width: 500px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.igre-na-srecu__popup__title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.igre-na-srecu__modal {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  z-index: 100000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  display: none;
}

.igre-na-srecu__modal.igre-na-srecu__show {
  opacity: 1;
}

.igre-na-srecu__modal__popup {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #DF3C5C;
  font-size: 14px;
}

.igre-na-srecu__cookie__popup {
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 10;
  max-width: 100%;
  bottom: -100%;
  -webkit-transition: all 2s cubic-bezier(0.02, 0.7, 0.03, 1);
  transition: all 2s cubic-bezier(0.02, 0.7, 0.03, 1);
  z-index: 10000;
  border-top: 1px solid #DF3C5C;
  font-size: 12px;
}

.igre-na-srecu__cookie__wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 250px;
  margin-left: 30px;
}

.igre-na-srecu__cookie.igre-na-srecu__hidden {
  display: none;
}

.igre-na-srecu__cookie .btn {
  width: 100%;
}

.igre-na-srecu__cookie .igre-na-srecu__container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 20px;
}

.igre-na-srecu__cookie img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
}

.igre-na-srecu__cookie .igre-na-srecu__show {
  bottom: 0;
}

/* Blocks */

.igre-na-srecu__banner {
  background: -webkit-gradient(linear, left top, left bottom, from(#021D37), to(rgba(2, 29, 55, 0)));
  background: linear-gradient(180deg, #021D37 0%, rgba(2, 29, 55, 0) 100%);
  padding-top: 30px;
  margin-top: -30px;
  cursor: default;
}

.igre-na-srecu__banner .igre-na-srecu__wrapper {
  border-radius: var(--border-radius-wrapper);
  border: var(--border-wrapper);
  -webkit-box-shadow: var(--shadow-wrapper);
  box-shadow: var(--shadow-wrapper);
  padding: 20px;
  display: grid;
  grid-template-columns: 80% calc(20% - 20px);
  gap: 20px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.igre-na-srecu__banner .igre-na-srecu__inner {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}

.igre-na-srecu__banner img {
  grid-row: span 2/span 2;
}

.igre-na-srecu__banner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px 26px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.igre-na-srecu__banner li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(0.125rem, -0.0048076923rem + 0.5769230769vw, 0.5rem);
  border-radius: var(--border-radius-wrapper);
  border: var(--border-wrapper);
  background: #001529;
  padding: 4px 14px;
  font-size: clamp(0.35rem, 0.1682692308rem + 0.8076923077vw, 0.875rem);
}

.igre-na-srecu__banner li:before {
  content: "";
  height: clamp(0.3125rem, -0.0985576923rem + 1.8269230769vw, 1.5rem);
  aspect-ratio: 1/1;
  background-image: url("./../igre-na-srecu__img/igre-na-srecu__icon-diamond.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.igre-na-srecu__faq {
  text-align: center;
}

.igre-na-srecu__faq h2 {
  color: #fff;
}

.igre-na-srecu__faq ul {
  display: contents;
}

.igre-na-srecu__faq li {
  border-radius: var(--border-radius-wrapper);
  border: var(--border-wrapper);
  -webkit-box-shadow: var(--shadow-wrapper);
  box-shadow: var(--shadow-wrapper);
  background: #001529;
  padding: 10px 20px;
}

.igre-na-srecu__footer {
  margin-top: auto;
  background: -webkit-gradient(linear, left bottom, left top, from(#021D37), to(rgba(2, 29, 55, 0)));
  background: linear-gradient(0deg, #021D37 0%, rgba(2, 29, 55, 0) 100%);
  text-align: center;
  padding-block: 40px;
  font-size: 14px;
}

.igre-na-srecu__footer h2 {
  margin-bottom: -10px;
}

.igre-na-srecu__footer a {
  color: var(--main-color);
  font-weight: 700;
  text-transform: uppercase;
}

.igre-na-srecu__footer a:hover {
  opacity: 0.6;
}

.igre-na-srecu__footer .igre-na-srecu__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.igre-na-srecu__footer .igre-na-srecu__logos img {
  width: auto;
  max-height: 46px;
}

.igre-na-srecu__footer .igre-na-srecu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
  margin-top: 10px;
}

.igre-na-srecu__footer .igre-na-srecu__age {
  font-size: 36px;
  font-weight: 700;
  cursor: default;
}

.igre-na-srecu__header {
  padding-block: 16px;
  display: none;
}

.igre-na-srecu__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;
}

.igre-na-srecu__header a:hover {
  opacity: 0.6;
}

.igre-na-srecu__text h2 {
  margin-bottom: -10px;
}

.igre-na-srecu__text li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 120%;
}

.igre-na-srecu__text li:before {
  content: "•";
  margin-inline: 8px;
}

.igre-na-srecu__text .igre-na-srecu__img {
  -webkit-box-flex: 0.5;
  -ms-flex: 0.5;
  flex: 0.5;
  background-image: url("./../igre-na-srecu__img/igre-na-srecu__diamand.avif");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 200px;
}				.igre-na-srecu__avif .igre-na-srecu__text .igre-na-srecu__img {					background-image: url("./../igre-na-srecu__img/igre-na-srecu__diamand.avif")				}			

.igre-na-srecu__top {
  min-height: 200px;
}

.igre-na-srecu__top .igre-na-srecu__article {
  border: var(--border-wrapper);
  border-radius: 0 0 20px 20px;
  background: #001529;
  padding: 0 20px;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) 1.1fr 1fr minmax(180px, 0.9fr);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 clamp(0.625rem, 0.1923076923rem + 1.9230769231vw, 1.875rem);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  width: 100%;
  margin-inline: auto;
  min-height: 140px;
  position: relative;
  cursor: default;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.igre-na-srecu__top .igre-na-srecu__article > * {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: clamp(0.25rem, 0.1634615385rem + 0.3846153846vw, 0.5rem);
  padding: 20px 0;
}

.igre-na-srecu__top li:nth-of-type(2) .igre-na-srecu__stars li:nth-last-child(1) img,
.igre-na-srecu__top li:nth-of-type(4) .igre-na-srecu__stars li:nth-last-child(2) img,
.igre-na-srecu__top li:nth-of-type(6) .igre-na-srecu__stars li:nth-last-child(3) img,
.igre-na-srecu__top li:nth-of-type(8) .igre-na-srecu__stars li:nth-last-child(4) img,
.igre-na-srecu__top li:nth-of-type(10) .igre-na-srecu__stars li:nth-last-child(5) img {
  content: url(/igre-na-srecu__img/igre-na-srecu__icon-star-50.svg);
}

.igre-na-srecu__top li:nth-of-type(3) .igre-na-srecu__stars li:nth-last-child(1) img,
.igre-na-srecu__top li:nth-of-type(4) .igre-na-srecu__stars li:nth-last-child(1) img,
.igre-na-srecu__top li:nth-of-type(5) .igre-na-srecu__stars li:nth-last-child(-n+2) img,
.igre-na-srecu__top li:nth-of-type(6) .igre-na-srecu__stars li:nth-last-child(-n+2) img,
.igre-na-srecu__top li:nth-of-type(7) .igre-na-srecu__stars li:nth-last-child(-n+3) img,
.igre-na-srecu__top li:nth-of-type(8) .igre-na-srecu__stars li:nth-last-child(-n+3) img,
.igre-na-srecu__top li:nth-of-type(9) .igre-na-srecu__stars li:nth-last-child(-n+4) img,
.igre-na-srecu__top li:nth-of-type(10) .igre-na-srecu__stars li:nth-last-child(-n+4) img {
  content: url(/igre-na-srecu__img/igre-na-srecu__icon-star-0.svg);
}

.igre-na-srecu__top .igre-na-srecu__label {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: absolute;
  top: -12px;
  left: -12px;
  font-size: 10px;
  font-weight: 700;
  color: #080808;
  padding: 5px 30px;
  line-height: 100%;
  border-radius: 10px;
  border: var(--border-wrapper);
  background: #0082FF;
}

.igre-na-srecu__top .igre-na-srecu__img-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  margin-left: -20px;
  padding: 20px 8px 8px 8px !important;
  border-radius: 0 0 0 20px;
  background: #080808;
}

.igre-na-srecu__top .igre-na-srecu__img-container img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 80px;
}

.igre-na-srecu__top .igre-na-srecu__rating {
  font-weight: 700;
  line-height: 100%;
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: clamp(1rem, 0.9134615385rem + 0.3846153846vw, 1.25rem);
  margin-top: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.igre-na-srecu__top .igre-na-srecu__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}

.igre-na-srecu__top .igre-na-srecu__stars img {
  height: clamp(1.125rem, 0.9951923077rem + 0.5769230769vw, 1.5rem) !important;
  width: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
}

.igre-na-srecu__top .igre-na-srecu__bonus {
  font-weight: 700;
  text-align: center;
}

.igre-na-srecu__top .igre-na-srecu__bonus a {
  line-height: 120%;
  font-size: clamp(0.625rem, 0.4086538462rem + 0.9615384615vw, 1.25rem);
  color: inherit;
  text-transform: uppercase;
}

.igre-na-srecu__top .igre-na-srecu__bonus p {
  font-size: clamp(0.625rem, 0.5384615385rem + 0.3846153846vw, 0.875rem);
  color: var(--main-color);
}

.igre-na-srecu__top .igre-na-srecu__advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  gap: 6px !important;
}

.igre-na-srecu__top .igre-na-srecu__advantages li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  font-size: clamp(0.375rem, 0.2019230769rem + 0.7692307692vw, 0.875rem);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.igre-na-srecu__top .igre-na-srecu__advantages li:before {
  content: "";
  width: clamp(0.625rem, 0.4086538462rem + 0.9615384615vw, 1.25rem);
  aspect-ratio: 1/1;
  background-image: url("./../igre-na-srecu__img/igre-na-srecu__icon-li-advantages.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.igre-na-srecu__top .btn {
  position: relative;
  overflow: hidden;
}

.igre-na-srecu__top .btn::after {
  content: "";
  opacity: 0.6;
  position: absolute;
  top: -100px;
  left: -100px;
  display: block;
  background: #fff;
  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-delay: 0.05s;
  animation-delay: 0.05s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: slide;
  animation-name: slide;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.igre-na-srecu__top .igre-na-srecu__pay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 10px;
}

.igre-na-srecu__top .igre-na-srecu__pay li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: clamp(1.125rem, 0.9951923077rem + 0.5769230769vw, 1.5rem);
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

.igre-na-srecu__top .igre-na-srecu__pay li img {
  -o-object-fit: contain;
  object-fit: contain;
}

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

@media (max-width: 1220px) {
  .igre-na-srecu__main {
    gap: 30px;
    margin: 15px 0;
  }

  .igre-na-srecu__container {
    padding: 0 var(--container-padding-tablet);
  }

  .igre-na-srecu__top .igre-na-srecu__article {
    gap: 0 clamp(0.625rem, 0.4086538462rem + 0.9615384615vw, 1.25rem);
  }
}

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

  .igre-na-srecu__container {
    gap: 14px;
  }

  .igre-na-srecu__cookie__popup {
    padding: 20px 10px;
  }

  .igre-na-srecu__cookie__wrap {
    max-width: 100%;
    margin-left: 0;
  }

  .igre-na-srecu__cookie .igre-na-srecu__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .igre-na-srecu__banner .igre-na-srecu__wrapper {
    grid-template-columns: 80% calc(20% - 10px);
    padding: 8px;
    gap: 10px;
  }

  .igre-na-srecu__banner .igre-na-srecu__inner p {
    display: none;
  }

  .igre-na-srecu__banner img {
    grid-row: auto;
  }

  .igre-na-srecu__banner ul,
  .igre-na-srecu__banner p {
    grid-column: span 2/span 2;
  }

  .igre-na-srecu__banner ul {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    gap: 4px;
  }

  .igre-na-srecu__banner li {
    padding: 2px 4px;
  }

  .igre-na-srecu__footer {
    padding-block: 20px;
  }

  .igre-na-srecu__footer .igre-na-srecu__logos {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
  }

  .igre-na-srecu__footer .igre-na-srecu__logos img {
    max-height: 38px;
    max-width: 120px;
  }

  .igre-na-srecu__footer .igre-na-srecu__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .igre-na-srecu__footer .igre-na-srecu__age {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }

  .igre-na-srecu__header {
    padding-block: 12px;
  }

  .igre-na-srecu__top .igre-na-srecu__article {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 8px;
    justify-items: stretch;
    max-width: 430px;
    min-height: 140px;
  }

  .igre-na-srecu__top .igre-na-srecu__article > * {
    padding: 6px 0;
  }

  .igre-na-srecu__top .igre-na-srecu__label {
    padding: 4px 20px;
    font-size: 8px;
    top: -10px;
    left: -8px;
  }

  .igre-na-srecu__top .igre-na-srecu__img-container {
    grid-row: span 2/span 2;
    margin-left: -8px;
  }

  .igre-na-srecu__top .igre-na-srecu__img-container img {
    height: 50px;
  }

  .igre-na-srecu__top .igre-na-srecu__advantages {
    display: none;
  }
}

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

@media (hover: hover) {
  .igre-na-srecu__top .igre-na-srecu__article:hover {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
  }

  .igre-na-srecu__top .igre-na-srecu__pay li:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}