@charset "UTF-8";

/* Reset and base styles  */

@import url(https://fonts.googleapis.com/css?family=Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic);

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

:root {
  --container-width: 1440px;
  --container-padding: 122px;
  --container-padding-tablet: 12px;
  --background: #002D2B;
  --font-color: #FFF;
  --font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
  --font-family: Poppins, sans-serif;
  --laptop-size: 1199px;
  --tablet-size: 959px;
  --mobile-size: 599px;
}

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

h1,
h2,
.entertainmenthub__h2,
h3 {
  font-weight: normal;
  overflow-wrap: break-word;
  font-weight: 700;
}

h1 {
  font-size: clamp(1rem, 0.3076923077rem + 3.0769230769vw, 3rem);
  text-transform: uppercase;
  line-height: 120%;
}

h2,
.entertainmenthub__h2 {
  font-size: clamp(0.6875rem, 0.5793269231rem + 0.4807692308vw, 1rem);
  text-transform: uppercase;
  color: #FFF3CF;
  line-height: 120%;
}

h3 {
  font-size: clamp(0.8125rem, 0.7908653846rem + 0.0961538462vw, 0.875rem);
}

p {
  line-height: 120%;
}

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

body {
  color: var(--font-color);
  font-family: var(--font-family);
  font-size: var(--font-size);
  font-weight: 400;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

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

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

.entertainmenthub__no-scroll {
  overflow: hidden;
}

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

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

.entertainmenthub__items .entertainmenthub__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: 8px;
  width: 100%;
}

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

.entertainmenthub__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: 50px;
  margin: 40px 0;
}

.entertainmenthub__btn,
.entertainmenthub__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: 12px 20px;
  border-radius: 20px;
  background: #F9E273;
  -webkit-box-shadow: inset 0px -100px 20px -80px #DC8209, 0px 0px 11.3px 0px #FDE47E;
  box-shadow: inset 0px -100px 20px -80px #DC8209, 0px 0px 11.3px 0px #FDE47E;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.22px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.entertainmenthub__btn-active,
.entertainmenthub__btn:hover,
.entertainmenthub__btn:active {
  background: #00413E;
  -webkit-box-shadow: inset 0px -100px 20px -80px #00413E, 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0px -100px 20px -80px #00413E, 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
  color: #fff !important;
}

.entertainmenthub__lazyload {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.entertainmenthub__lazyload-load {
  opacity: 1;
}

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

.entertainmenthub__popup {
  color: #FFF;
  border-radius: 20px;
  border-bottom: 5px solid #721000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url("./../img/modal-bg.avif");
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("./../img/modal-bg.avif");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px;
  max-width: 550px;
  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: 20px;
  text-align: center;
  font-size: clamp(0.75rem, 0.6634615385rem + 0.3846153846vw, 1rem);
}				.entertainmenthub__avif .entertainmenthub__popup {					background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("./../img/modal-bg.avif")				}							.avif .popup {					background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url("./../img/modal-bg.avif")				}			

.entertainmenthub__popup__title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(1.125rem, 0.8221153846rem + 1.3461538462vw, 2rem);
  line-height: 120%;
  color: #fff;
}

.entertainmenthub__popup .entertainmenthub__btn {
  font-size: clamp(0.75rem, 0.7067307692rem + 0.1923076923vw, 0.875rem);
  text-transform: none;
}

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

.entertainmenthub__modal.entertainmenthub__show {
  opacity: 1;
}

.entertainmenthub__modal__popup {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.entertainmenthub__cookie__popup {
  position: fixed;
  right: 0;
  z-index: 10;
  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;
}

.entertainmenthub__cookie__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 30px;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.entertainmenthub__cookie.entertainmenthub__hidden {
  display: none;
}

.entertainmenthub__cookie .entertainmenthub__btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding-inline: 30px;
}

.entertainmenthub__cookie .entertainmenthub__show {
  bottom: 0;
}

/* Blocks */

.entertainmenthub__banner .entertainmenthub__container {
  display: grid;
  grid-template-columns: 70% calc(30% - 20px);
  gap: 14px 20px;
  font-size: 16px;
}

.entertainmenthub__banner h1 {
  color: #FFF3CF;
  height: 100%;
  display: grid;
  place-items: center;
}

.entertainmenthub__banner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 6px;
}

.entertainmenthub__banner li {
  text-align: center;
  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: 4px;
  font-size: clamp(0.375rem, 0.1586538462rem + 0.9615384615vw, 1rem);
}

.entertainmenthub__banner li img {
  height: clamp(0.875rem, 0.5721153846rem + 1.3461538462vw, 1.75rem);
}

.entertainmenthub__banner .entertainmenthub__main-img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  max-height: 297px;
  -o-object-fit: contain;
  object-fit: contain;
}

.entertainmenthub__banner .entertainmenthub__wrapper {
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#004C48), to(#022221));
  background: linear-gradient(180deg, #004C48 0%, #022221 100%);
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}

.entertainmenthub__footer {
  margin-top: auto;
  padding: 30px 0;
  background: #022221;
  backdrop-filter: blur(2.5px);
  font-size: 14px;
}

.entertainmenthub__footer .entertainmenthub__container {
  gap: 16px;
}

.entertainmenthub__footer h2 {
  font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
  color: #FFF3CF;
  text-transform: none;
}

.entertainmenthub__footer a {
  font-weight: 700;
  color: #FFF3CF;
}

.entertainmenthub__footer a:hover {
  opacity: 0.6;
}

.entertainmenthub__footer .entertainmenthub__age {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.entertainmenthub__footer .entertainmenthub__age img {
  -o-object-fit: contain;
  object-fit: contain;
  height: clamp(1.125rem, 0.8653846154rem + 1.1538461538vw, 1.875rem);
}

.entertainmenthub__footer .entertainmenthub__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;
  margin: 10px 0;
  border-radius: 20px;
  border: 1px solid #FFF3CF;
  padding: 30px 20px;
}

.entertainmenthub__footer .entertainmenthub__logos img {
  width: auto;
  max-height: 46px;
}

.entertainmenthub__footer .entertainmenthub__logos a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 16px;
  opacity: 0.6;
}

.entertainmenthub__footer .entertainmenthub__logos a:hover {
  opacity: 1;
}

.entertainmenthub__footer .entertainmenthub__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.entertainmenthub__footer li p {
  max-width: 300px;
}

.entertainmenthub__header {
  background: #721000;
}

.entertainmenthub__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;
  padding: clamp(0.375rem, 0.2451923077rem + 0.5769230769vw, 0.75rem) 0;
  gap: 6px;
}

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

.entertainmenthub__header a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: clamp(0.5rem, 0.4134615385rem + 0.3846153846vw, 0.75rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.entertainmenthub__header a:hover {
  opacity: 0.6;
}

.entertainmenthub__header a img {
  width: auto;
  height: clamp(0.625rem, 0.4086538462rem + 0.9615384615vw, 1.25rem);
}

.entertainmenthub__header p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: clamp(0.375rem, 0.3317307692rem + 0.1923076923vw, 0.5rem);
}

.entertainmenthub__header p span {
  font-size: clamp(0.5rem, 0.4567307692rem + 0.1923076923vw, 0.625rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.entertainmenthub__icons-wrapper {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.entertainmenthub__icon {
  fill: transparent;
  stroke: transparent;
  width: 62px;
  height: 62px;
}

.entertainmenthub__mobile-nav {
  position: fixed;
  top: -100%;
  width: 100%;
  height: 100%;
  z-index: 99;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #000;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.entertainmenthub__mobile-nav--open {
  top: 0;
}

.entertainmenthub__mobile-nav a {
  color: #fff;
}

.entertainmenthub__mobile-nav__list {
  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;
  row-gap: 20px;
  font-size: 28px;
}

.entertainmenthub__mobile-nav__list .entertainmenthub__active {
  opacity: 0.5;
}

.entertainmenthub__modal .entertainmenthub__container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 10px;
}

.entertainmenthub__modal__popup-top .entertainmenthub__modal__accept {
  position: absolute;
  right: 0;
  top: -40px;
  width: 24px;
  height: 24px;
  background: #fff;
  color: #000;
  border-radius: 50%;
  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;
}

.entertainmenthub__modal__popup-top .entertainmenthub__popup__articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 0;
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
}

.entertainmenthub__modal__popup-top .entertainmenthub__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-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(0.875rem, 0.6370192308rem + 1.0576923077vw, 1.5625rem);
  border-radius: 10px;
  border: 2px solid #7C7C7C;
  background: -webkit-gradient(linear, left bottom, left top, from(#015200), to(#680000));
  background: linear-gradient(0deg, #015200 0%, #680000 100%);
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.4);
  padding: clamp(0.5rem, 0.2403846154rem + 1.1538461538vw, 1.25rem);
  width: 228px;
}

.entertainmenthub__modal__popup-top .entertainmenthub__article:nth-child(2) {
  grid-column-start: 1;
  grid-row-start: 1;
}

.entertainmenthub__modal__popup-top .entertainmenthub__article:nth-child(1) {
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  transform: scale(1.12);
  border: 2px solid #00CB3D;
}

.entertainmenthub__modal__popup-top .entertainmenthub__img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: clamp(2.1875rem, 1.9711538462rem + 0.9615384615vw, 2.8125rem);
  border-radius: 10px;
  background: #235A02;
  padding: 6px 10px;
}

.entertainmenthub__modal__popup-top .entertainmenthub__top-img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: auto;
}

.entertainmenthub__modal__popup-top .entertainmenthub__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
}

.entertainmenthub__modal__popup-top .entertainmenthub__rating img {
  width: auto;
  height: clamp(0.75rem, 0.6634615385rem + 0.3846153846vw, 1rem);
}

.entertainmenthub__modal__popup-top .entertainmenthub__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.entertainmenthub__modal__popup-top .entertainmenthub__bonus h2 {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 10px;
  font-weight: 700;
}

.entertainmenthub__modal__popup-top .entertainmenthub__btn-container {
  width: 100%;
}

.entertainmenthub__modal__popup-top .entertainmenthub__btn {
  padding: clamp(0.3125rem, 0.2475961538rem + 0.2884615385vw, 0.5rem) 10px;
  font-size: 12px;
}

.entertainmenthub__preload-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  /* Можно затемнить */
  z-index: 9999;
  pointer-events: auto;
  /* Блокирует клики */
}

/* Nav Icon */

.entertainmenthub__mobile-nav-btn {
  --time: 0.1s;
  --width: 40px;
  --height: 30px;
  --line-height: 3px;
  --spacing: 5px;
  --color: #ffffff;
  --radius: 4px;
  /* Fixed height and width */
  /* height: var(--height); */
  /* width: var(--width); */
  /* Dynamic height and width */
  height: calc(var(--line-height) * 0 + var(--spacing) * 1);
  width: var(--width);
  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;
}

.entertainmenthub__nav-icon {
  position: relative;
  width: var(--width);
  height: var(--line-height);
  background-color: var(--color);
  border-radius: var(--radius);
}

.entertainmenthub__nav-icon::before,
.entertainmenthub__nav-icon::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: var(--width);
  height: var(--line-height);
  border-radius: var(--radius);
  background-color: var(--color);
  -webkit-transition: top var(--time) linear var(--time), -webkit-transform var(--time) ease-in;
  transition: top var(--time) linear var(--time), -webkit-transform var(--time) ease-in;
  transition: transform var(--time) ease-in, top var(--time) linear var(--time);
  transition: transform var(--time) ease-in, top var(--time) linear var(--time), -webkit-transform var(--time) ease-in;
}

.entertainmenthub__nav-icon::before {
  /* top: calc(var(--line-height) * -2); */
  top: calc(-1 * (var(--line-height) + var(--spacing)));
}

.entertainmenthub__nav-icon::after {
  /* top: calc(var(--line-height) * 2); */
  top: calc(var(--line-height) + var(--spacing));
}

.entertainmenthub__nav-icon.entertainmenthub__nav-icon--active {
  background-color: transparent;
}

.entertainmenthub__nav-icon.entertainmenthub__nav-icon--active::before,
.entertainmenthub__nav-icon.entertainmenthub__nav-icon--active::after {
  top: 0;
  -webkit-transition: top var(--time) linear, -webkit-transform var(--time) ease-in var(--time);
  transition: top var(--time) linear, -webkit-transform var(--time) ease-in var(--time);
  transition: top var(--time) linear, transform var(--time) ease-in var(--time);
  transition: top var(--time) linear, transform var(--time) ease-in var(--time), -webkit-transform var(--time) ease-in var(--time);
  background-color: #fff;
}

.entertainmenthub__nav-icon.entertainmenthub__nav-icon--active::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.entertainmenthub__nav-icon.entertainmenthub__nav-icon--active::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Layout */

.entertainmenthub__mobile-nav-btn {
  z-index: 999;
  display: none;
}

.entertainmenthub__text li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  line-height: 120%;
}

.entertainmenthub__text li:before {
  content: "•";
  margin-left: 8px;
}

.entertainmenthub__text h2 {
  margin-bottom: -16px;
}

.entertainmenthub__text ul {
  margin-top: -20px;
}

.entertainmenthub__top .entertainmenthub__container {
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.entertainmenthub__top .entertainmenthub__date {
  background-image: url("./../img/time.svg");
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 28px;
  margin-top: -10px;
  color: #fff;
  font-size: clamp(0.625rem, 0.5384615385rem + 0.3846153846vw, 0.875rem);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

.entertainmenthub__top .entertainmenthub__article {
  border-radius: 20px;
  border-bottom: 5px solid #721000;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(253, 228, 126, 0.36);
  box-shadow: 0px 0px 20px 0px rgba(253, 228, 126, 0.36);
  background: -webkit-gradient(linear, left bottom, left top, from(#022221), color-stop(80%, #022221)) 0%/25% 100% no-repeat, -webkit-gradient(linear, left top, left bottom, from(#004C48), to(#022221));
  background: linear-gradient(to top, #022221, #022221 80%) 0%/25% 100% no-repeat, linear-gradient(180deg, #004C48 0%, #022221 100%);
  padding: 20px;
  display: grid;
  grid-template-columns: minmax(140px, 1fr) 0.9fr 1.1fr minmax(140px, 0.85fr);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px clamp(0.625rem, -0.0240384615rem + 2.8846153846vw, 2.5rem);
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
  width: 100%;
  position: relative;
}

.entertainmenthub__top .entertainmenthub__article > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(0.25rem, 0.1634615385rem + 0.3846153846vw, 0.5rem);
}

.entertainmenthub__top .entertainmenthub__article:nth-of-type(2) .stars img:nth-last-child(1) {
  content: url(./../img/icon-star-50.svg);
}

.entertainmenthub__top .entertainmenthub__article:nth-of-type(3) .stars img:nth-last-child(1) {
  content: url(./../../img/icon-star-0.svg);
}

.entertainmenthub__top .entertainmenthub__article:nth-of-type(4) .stars img:nth-last-child(1) {
  content: url(./../../img/icon-star-0.svg);
}

.entertainmenthub__top .entertainmenthub__article:nth-of-type(4) .stars img:nth-last-child(2) {
  content: url(./../../img/icon-star-50.svg);
}

.entertainmenthub__top .entertainmenthub__article:nth-of-type(5) .stars img:nth-last-child(1) {
  content: url(./../../img/icon-star-0.svg);
}

.entertainmenthub__top .entertainmenthub__article:nth-of-type(5) .stars img:nth-last-child(2) {
  content: url(./../../img/icon-star-0.svg);
}

.entertainmenthub__top .entertainmenthub__article:nth-of-type(6) .stars img:nth-last-child(1) {
  content: url(./../../img/icon-star-0.svg);
}

.entertainmenthub__top .entertainmenthub__article:nth-of-type(6) .stars img:nth-last-child(2) {
  content: url(./../../img/icon-star-0.svg);
}

.entertainmenthub__top .entertainmenthub__article:nth-of-type(6) .stars img:nth-last-child(3) {
  content: url(./../../img/icon-star-50.svg);
}

.entertainmenthub__top .entertainmenthub__label {
  position: absolute;
  top: -10px;
  left: -6px;
  border-radius: 5px 5px 5px 0px;
  padding: clamp(0.125rem, 0.0817307692rem + 0.1923076923vw, 0.25rem) 20px;
  background: #721000;
  line-height: 120%;
  font-size: clamp(0.5rem, 0.4134615385rem + 0.3846153846vw, 0.75rem);
  text-shadow: none;
  font-weight: 700;
  color: #FFF3CF;
}

.entertainmenthub__top .entertainmenthub__label::before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #AB1800 transparent transparent;
  border-width: 4px 0 0 6px;
  top: 100%;
  left: 0;
}

.entertainmenthub__top .entertainmenthub__img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: clamp(3.4375rem, 2.2475961538rem + 5.2884615385vw, 6.875rem);
  padding: 8px 10px;
  border-radius: 5px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.entertainmenthub__top .entertainmenthub__top-img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 60px;
  max-width: 180px;
}

.entertainmenthub__top .entertainmenthub__bonus {
  text-align: center;
  font-weight: 700;
}

.entertainmenthub__top .entertainmenthub__bonus a {
  font-size: clamp(0.5625rem, 0.4543269231rem + 0.4807692308vw, 0.875rem);
  width: 100%;
  color: #FFF;
  text-transform: uppercase;
  text-wrap: pretty;
  line-height: 120%;
}

.entertainmenthub__top .entertainmenthub__bonus p {
  color: #FDE47E;
  font-size: clamp(0.5rem, 0.4134615385rem + 0.3846153846vw, 0.75rem);
}

.entertainmenthub__top .entertainmenthub__advantages li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  font-size: clamp(0.5rem, 0.4134615385rem + 0.3846153846vw, 0.75rem);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.entertainmenthub__top .entertainmenthub__advantages li:before {
  content: "";
  width: clamp(0.75rem, 0.6634615385rem + 0.3846153846vw, 1rem);
  aspect-ratio: 1/1;
  background-image: url("./../img/check.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.entertainmenthub__top .entertainmenthub__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(1rem, 0.9134615385rem + 0.3846153846vw, 1.25rem);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  line-height: 100%;
  color: #FFF;
}

.entertainmenthub__top .entertainmenthub__rating img {
  width: auto;
  height: clamp(0.875rem, 0.7451923077rem + 0.5769230769vw, 1.25rem);
}

.entertainmenthub__top .entertainmenthub__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.entertainmenthub__top .entertainmenthub__btn {
  position: relative;
  overflow: hidden;
  padding: clamp(0.625rem, 0.5384615385rem + 0.3846153846vw, 0.875rem) 20px;
  font-size: clamp(0.625rem, 0.4519230769rem + 0.7692307692vw, 1.125rem);
  text-transform: none;
}

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

.entertainmenthub__top .entertainmenthub__pay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin-top: 5px;
}

.entertainmenthub__top .entertainmenthub__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);
}

.entertainmenthub__top .entertainmenthub__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 (min-width: 820px) {
  .entertainmenthub__banner .entertainmenthub__main-img {
    grid-row: span 2/span 2;
  }
}

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

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

  .entertainmenthub__header__nav {
    display: none;
  }

  .entertainmenthub__mobile-nav-btn {
    display: block;
  }
}

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

  .entertainmenthub__popup {
    padding: 16px;
    gap: 10px;
    line-height: 120%;
  }

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

  .entertainmenthub__cookie .entertainmenthub__btn {
    width: 100%;
  }

  .entertainmenthub__banner {
    margin-top: -10px;
  }

  .entertainmenthub__banner .entertainmenthub__container {
    grid-template-columns: 70% calc(30% - 6px);
    gap: 4px 6px;
  }

  .entertainmenthub__banner p {
    display: none;
  }

  .entertainmenthub__banner ul {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .entertainmenthub__banner .entertainmenthub__main-img {
    max-height: 74px;
  }

  .entertainmenthub__banner .entertainmenthub__wrapper {
    grid-column: span 2/span 2;
    grid-row-start: 2;
    border-radius: 10px;
    padding: 5px;
  }

  .entertainmenthub__footer {
    padding: 20px 0;
  }

  .entertainmenthub__footer .entertainmenthub__age {
    gap: 10px;
  }

  .entertainmenthub__footer .entertainmenthub__logos {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
  }

  .entertainmenthub__footer .entertainmenthub__logos img {
    max-height: 30px;
    max-width: 90px;
  }

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

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

  .entertainmenthub__header p {
    gap: 5px;
  }

  .entertainmenthub__modal__popup-top {
    overflow-y: auto;
    padding: 0 10px;
    padding-top: 50px;
  }

  .entertainmenthub__modal__popup-top .entertainmenthub__modal__accept {
    right: -18px;
    top: -50px;
  }

  .entertainmenthub__modal__popup-top .entertainmenthub__popup__articles {
    grid-template-columns: 1fr;
    width: 90%;
  }

  .entertainmenthub__modal__popup-top .entertainmenthub__article {
    width: 100%;
  }

  .entertainmenthub__modal__popup-top .entertainmenthub__article:nth-child(2) {
    grid-column-start: 1;
    grid-row-start: 2;
    margin-top: 10px;
  }

  .entertainmenthub__modal__popup-top .entertainmenthub__img-container {
    padding-left: 16px;
  }

  .entertainmenthub__modal__popup-top .entertainmenthub__stars {
    margin-top: -8px;
  }

  .entertainmenthub__text {
    margin-top: 10px;
  }

  .entertainmenthub__top .entertainmenthub__container {
    gap: 10px;
  }

  .entertainmenthub__top .entertainmenthub__date {
    display: none;
  }

  .entertainmenthub__top .entertainmenthub__article {
    border-radius: 10px;
    grid-template-columns: repeat(2, 48%);
    gap: 10px 4%;
    padding: 8px 5px;
    justify-items: stretch;
    max-width: 400px;
    background: -webkit-gradient(linear, left bottom, left top, from(#022221), color-stop(80%, #022221)) 0%/50% 100% no-repeat, -webkit-gradient(linear, left top, right top, from(#004C48), to(#022221));
    background: linear-gradient(to top, #022221, #022221 80%) 0%/50% 100% no-repeat, linear-gradient(90deg, #004C48 0%, #022221 100%);
  }

  .entertainmenthub__top .entertainmenthub__label {
    top: -6px;
  }

  .entertainmenthub__top .entertainmenthub__img-container {
    grid-row: span 2/span 2;
    height: 100%;
  }

  .entertainmenthub__top .entertainmenthub__bonus {
    text-align: center;
  }

  .entertainmenthub__top .entertainmenthub__advantages {
    display: none;
  }

  .entertainmenthub__top .entertainmenthub__stars {
    margin-top: -2px;
    gap: 2px;
  }

  .entertainmenthub__top .entertainmenthub__btn {
    width: 100%;
  }
}