@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: Arvo;
  font-display: swap;
  src: url("../en__fonts/en__Arvo-Bold.woff2") format("woff2"), url("../en__fonts/en__Arvo-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

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

:root {
  --container-width: 1440px;
  --container-padding: 100px;
  --container-padding-tablet: 16px;
  --background: #070707;
  --font-color: #fff;
  --font-size: 14px;
  --font-family: Lato, 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,
.en__h1,
h2,
.en__h2,
h3,
.en__h3 {
  font-weight: normal;
  overflow-wrap: break-word;
  word-break: break-word;
  font-family: Arvo;
  font-weight: 700;
  text-transform: uppercase;
}

h1,
.en__h1 {
  font-size: clamp(1.375rem, 0.8125rem + 2.5vw, 3rem);
}

h2,
.en__h2 {
  font-size: clamp(1.125rem, 0.6490384615rem + 2.1153846154vw, 2.5rem);
}

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

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

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

.en__no-scroll {
  overflow: hidden;
}

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

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

.en__items .en__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%;
}

.en__terms 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: 10px;
}

.en__terms li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.en__terms li:before {
  content: "•";
  margin-inline: 8px;
}

.en__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,
.btn:focus {
  white-space: nowrap;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  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.625rem, 0.5384615385rem + 0.3846153846vw, 0.875rem) 10px;
  -webkit-box-shadow: inset 0px -100px 30px -80px #ABE2F6;
  box-shadow: inset 0px -100px 30px -80px #ABE2F6;
  background: #34AFFD;
  color: #000 !important;
  font-size: clamp(0.75rem, 0.6634615385rem + 0.3846153846vw, 1rem);
  font-weight: 700;
  border-radius: 10px;
  text-transform: uppercase;
  font-family: Arvo;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn-active,
.btn:hover,
.btn:active {
  background: #ABE2F6;
  -webkit-tap-highlight-color: transparent;
}

.en__back {
  width: 24px;
  aspect-ratio: 1/1;
  background-image: url("./../en__img/en__arrow-left.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  display: none;
}

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

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

.en__popup__title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

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

.en__modal.en__show {
  opacity: 1;
}

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

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

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

.en__cookie.en__hidden {
  display: none;
}

.en__cookie .btn {
  width: 100%;
}

.en__cookie .en__container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 20px;
}

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

.en__cookie .en__show {
  bottom: 0;
}

/* Blocks */

.en__banner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url("./../en__img/en__banner.avif");
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("./../en__img/en__banner.avif");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-block: 30px;
  font-size: clamp(0.5625rem, 0.3245192308rem + 1.0576923077vw, 1.25rem);
}				.en__avif .en__banner {					background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("./../en__img/en__banner.avif")				}							.en__avif .en__banner {					background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url("./../en__img/en__banner.avif")				}			

.en__banner .en__container {
  display: grid;
  grid-template-columns: 65% calc(35% - 20px);
  gap: 20px;
}

.en__banner .en__inner {
  border-radius: 30px;
  border: 1px solid var(--blue, #34AFFD);
  background: rgba(0, 0, 0, 0.53);
  backdrop-filter: blur(5px);
  padding: 50px 24px;
  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;
}

.en__banner .en__inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.en__banner .en__inner ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.en__banner .en__inner ul li::before {
  content: "";
  width: clamp(0.875rem, 0.6586538462rem + 0.9615384615vw, 1.5rem);
  aspect-ratio: 1/1;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.en__banner .en__inner ul li:nth-child(1)::before {
  background-image: url("./../en__img/en__icon-key.svg");
}

.en__banner .en__inner ul li:nth-child(2)::before {
  background-image: url("./../en__img/en__icon-fast-forward.svg");
}

.en__banner .en__inner ul li:nth-child(3)::before {
  background-image: url("./../en__img/en__icon-archive.svg");
}

.en__banner .en__img {
  background-image: url("./../en__img/en__roulette.avif");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  -webkit-animation: pulseGlow 2s ease-in-out infinite;
  animation: pulseGlow 2s ease-in-out infinite;
}				.en__avif .en__banner .en__img {					background-image: url("./../en__img/en__roulette.avif")				}			

.en__banner .en__img::before {
  content: "";
  background-image: url("./../en__img/en__roulette-before.avif");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  inset: 26%;
  pointer-events: none;
  -webkit-animation: spinMain 2s ease-in-out infinite;
  animation: spinMain 2s ease-in-out infinite;
}				.en__avif .en__banner .en__img::before {					background-image: url("./../en__img/en__roulette-before.avif")				}			

.en__banner .en__language {
  position: absolute;
  right: 28px;
  top: 10px;
  z-index: 1;
  display: none;
  gap: 10px;
}

@-webkit-keyframes spinMain {
  0%, 100% {
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1);
  }

  50% {
    -webkit-transform: translateY(-4px) scale(0.96);
    transform: translateY(-4px) scale(0.96);
  }
}

@keyframes spinMain {
  0%, 100% {
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1);
  }

  50% {
    -webkit-transform: translateY(-4px) scale(0.96);
    transform: translateY(-4px) scale(0.96);
  }
}

@-webkit-keyframes pulseGlow {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: drop-shadow(0 0 5px #0ff) drop-shadow(0 0 0px rgba(255, 0, 255, 0.432));
    filter: drop-shadow(0 0 5px #0ff) drop-shadow(0 0 0px rgba(255, 0, 255, 0.432));
  }

  50% {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-filter: drop-shadow(0 0 10px #0ff) drop-shadow(0 0 18px #f0f);
    filter: drop-shadow(0 0 10px #0ff) drop-shadow(0 0 18px #f0f);
  }
}

@keyframes pulseGlow {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: drop-shadow(0 0 5px #0ff) drop-shadow(0 0 0px rgba(255, 0, 255, 0.432));
    filter: drop-shadow(0 0 5px #0ff) drop-shadow(0 0 0px rgba(255, 0, 255, 0.432));
  }

  50% {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-filter: drop-shadow(0 0 10px #0ff) drop-shadow(0 0 18px #f0f);
    filter: drop-shadow(0 0 10px #0ff) drop-shadow(0 0 18px #f0f);
  }
}

.en__footer {
  margin-top: auto;
  padding-block: 30px;
  background: #060606;
}

.en__footer .en__container {
  gap: 20px;
}

.en__footer a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.en__footer a:hover {
  opacity: 0.6;
}

.en__footer .en__age {
  width: 42px;
  aspect-ratio: 1/1;
  background-image: url("./../en__img/en__18-plus.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.en__footer .en__wrapper {
  padding: 20px;
  border-radius: 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;
  position: relative;
}

.en__footer .en__wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(#34AFFD), to(#ABE2F6));
  background: linear-gradient(180deg, #34AFFD 0%, #ABE2F6 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.en__footer .en__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 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;
  margin: 10px 0;
}

.en__footer .en__logos img {
  width: auto;
  max-height: 46px;
}

.en__footer .en__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.en__header {
  padding: 14px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#070707), to(#464646));
  background: linear-gradient(180deg, #070707 0%, #464646 100%);
}

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

.en__header .en__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}

.en__header li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.en__header .en__language a:hover,
.en__header a:not(.en__nav__list a):hover {
  opacity: 0.8;
}

.en__header .en__nav__list a:not(.en__language a) {
  padding: 9px 20px;
  border-radius: 40px;
  border: 1px solid transparent;
}

.en__header .en__nav__list a:not(.en__language a):hover {
  border-color: #FFF;
}

.en__header .en__language {
  overflow: hidden;
  width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.en__header .en__language:hover {
  width: 56px;
}

.en__header .en__language a {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.en__header .en__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-family: Arvo;
  font-weight: 700;
  font-size: 18px;
}

.en__rev h2 {
  text-align: center;
}

.en__rev .en__photo {
  height: 60px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.en__rev .en__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.en__rev strong {
  font-family: Arvo;
}

.en__rev ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.en__rev li {
  border-radius: 12px;
  border: 1px solid #34AFFD;
  background: rgba(255, 255, 255, 0);
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  line-height: 150%;
}

.en__rev .en__stars img {
  width: 16px;
}

.en__top .en__container {
  gap: 24px;
}

.en__top .en__date {
  font-size: clamp(0.625rem, 0.5817307692rem + 0.1923076923vw, 0.75rem);
  background-image: url("./../en__img/en__icon-time.svg");
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 24px;
  line-height: 150%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
}

.en__top .en__article {
  font-family: Arvo;
  font-weight: 700;
  border-radius: 15px;
  border: 1px solid #34AFFD;
  background: rgba(10, 10, 10, 0.64);
  -webkit-box-shadow: 0px 0px 13px 0px #1139E1;
  box-shadow: 0px 0px 13px 0px #1139E1;
  padding: 0 20px;
  display: grid;
  grid-template-columns: minmax(190px, 0.95fr) 1.15fr 1fr minmax(190px, 0.9fr);
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 0 clamp(0.625rem, -0.2403846154rem + 3.8461538462vw, 3.125rem);
  width: 100%;
  margin-inline: auto;
  cursor: default;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  min-height: 164px;
  position: relative;
  overflow: hidden;
}

.en__top .en__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.125rem, 0.0384615385rem + 0.3846153846vw, 0.375rem);
  padding-block: 30px;
}

.en__top .en__label {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: absolute;
  top: 0;
  left: 0;
  font-size: clamp(0.5rem, 0.4350961538rem + 0.2884615385vw, 0.6875rem);
  border-radius: 0 0 100px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#34AFFD), to(#ABE2F6));
  background: linear-gradient(180deg, #34AFFD 0%, #ABE2F6 100%);
  color: #070707;
  padding: 5px 15px;
  line-height: 100%;
}

.en__top .en__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%;
  background-image: url("./../en__img/en__bg-article.avif");
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: -20px;
  padding-inline: 10px;
}				.en__avif .en__top .en__img-container {					background-image: url("./../en__img/en__bg-article.avif")				}			

.en__top .en__img-container img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 70px;
}

.en__top .en__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: clamp(0.625rem, 0.5817307692rem + 0.1923076923vw, 0.75rem);
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.en__top .en__rating span {
  font-size: clamp(0.75rem, 0.1442307692rem + 2.6923076923vw, 2.5rem);
  line-height: 100%;
}

.en__top .en__bonus {
  font-size: clamp(0.75rem, 0.5769230769rem + 0.7692307692vw, 1.25rem);
  line-height: 120%;
  text-transform: uppercase;
}

.en__top .en__bonus small {
  font-size: clamp(0.5625rem, 0.4543269231rem + 0.4807692308vw, 0.875rem);
  color: #13D5F9;
}

.en__top .en__bonus a {
  color: inherit;
}

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

.en__top .btn::after {
  content: "";
  opacity: 0.6;
  position: absolute;
  top: -100px;
  left: -100px;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(70%, rgba(255, 255, 255, 0.8)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.8) 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-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;
}

.en__top .en__pay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px;
}

.en__top .en__pay li {
  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;
  width: 30px;
  height: 21px;
  padding: 2px;
  border: 1px solid #FFF;
  border-radius: 6px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.en__top .en__pay li img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 20px;
  height: 14px;
}

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

.en__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  margin-top: -2px;
}

.en__stars img {
  aspect-ratio: 1/1;
  width: clamp(0.75rem, 0.5769230769rem + 0.7692307692vw, 1.25rem);
  -o-object-fit: contain;
  object-fit: contain;
}

.en__why {
  padding-block: 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 23, 29, 0.8)), to(rgba(9, 15, 39, 0.8))), url("./../en__img/en__bg-why.avif");
  background-image: linear-gradient(rgba(3, 23, 29, 0.8), rgba(9, 15, 39, 0.8)), url("./../en__img/en__bg-why.avif");
  background-position: center bottom 30%;
  background-size: cover;
  background-repeat: no-repeat;
}				.en__avif .en__why {					background-image: linear-gradient(rgba(3, 23, 29, 0.8), rgba(9, 15, 39, 0.8)), url("./../en__img/en__bg-why.avif")				}							.en__avif .en__why {					background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 23, 29, 0.8)), to(rgba(9, 15, 39, 0.8))), url("./../en__img/en__bg-why.avif")				}			

.en__why .en__h3 {
  margin-bottom: -16px;
}

@media (max-width: 1220px) {
  .en__items {
    gap: 10px;
  }

  .en__main {
    gap: 40px;
    margin: 20px 0;
  }

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

  .en__top .en__article {
    gap: 0 clamp(0.625rem, 0.4086538462rem + 0.9615384615vw, 1.25rem);
  }
}

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

  .en__back {
    display: block;
  }

  .en__cookie__popup {
    padding: 20px 10px;
  }

  .en__cookie__wrap {
    max-width: 100%;
    margin-left: 0;
  }

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

  .en__banner {
    position: relative;
    padding-block: 20px;
  }

  .en__banner .en__container {
    grid-template-columns: 100%;
  }

  .en__banner .en__inner {
    padding: 16px;
    gap: 10px;
    border-radius: 20px;
  }

  .en__banner .en__inner ul {
    gap: 14px;
  }

  .en__banner .en__inner ul li {
    gap: 6px;
  }

  .en__banner .en__img {
    display: none;
  }

  .en__banner .en__language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .en__footer {
    padding-block: 20px;
  }

  .en__footer .en__wrapper {
    padding: 10px;
  }

  .en__footer .en__logos {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .en__footer .en__logos img {
    max-height: 30px;
    max-width: 100px;
  }

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

  .en__header {
    display: none;
  }

  .en__rev ul {
    grid-template-columns: 100%;
    gap: 10px;
  }

  .en__top .en__container {
    gap: 10px;
  }

  .en__top .en__article {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 10px;
    justify-items: stretch;
    max-width: 440px;
    min-height: 147px;
    background-image: url("./../en__img/en__bg-article-mobile.avif");
    background-position: left center;
    background-size: 50% auto;
    background-repeat: no-repeat;
  }				.en__avif .en__top .en__article {					background-image: url("./../en__img/en__bg-article-mobile.avif")				}			

  .en__top .en__article > * {
    padding-block: 8px;
  }

  .en__top .en__img-container {
    margin-left: -10px;
    background: none;
    padding-bottom: 0;
  }

  .en__top .en__img-container img {
    height: 50px;
    max-width: 180px;
    margin-top: auto;
    margin-bottom: -20%;
  }

  .en__top .en__rating {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 0;
    gap: 6px;
    margin-top: auto;
  }

  .en__top .en__bonus {
    text-align: center;
  }

  .en__top .en__bonus small {
    display: none;
  }

  .en__top .btn-container {
    padding-top: 0;
    margin-top: auto;
  }

  .en__top .en__pay {
    margin-top: 5px;
    gap: 4px;
  }

  .en__why .en__h3 {
    margin-bottom: -12px;
  }
}

@media (hover: hover) {
  .en__top .en__article:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  .en__top .en__pay li:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}