@charset "UTF-8";

/* Reset and base styles  */

@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,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;
}

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

:root {
  --container-width: 1440px;
  --container-padding: 80px;
  --container-padding-tablet: 16px;
  --background: #1A1A1A;
  --font-color: #fff;
  --font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
  --font-family: Montserrat, sans-serif;
  --laptop-size: 1199px;
  --tablet-size: 959px;
  --mobile-size: 599px;
}

h1,
h2,
h3 {
  font-weight: normal;
  overflow-wrap: break-word;
  font-family: Gerhaus;
}

h1 {
  font-size: clamp(2rem, 1.3076923077rem + 3.0769230769vw, 4rem);
}

h2 {
  font-size: clamp(1.25rem, 0.9903846154rem + 1.1538461538vw, 2rem);
}

h3 {
  font-size: clamp(1rem, 0.9134615385rem + 0.3846153846vw, 1.25rem);
}

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

body {
  background-image: url("./../img/bg.webp");
  background-position: top center;
  background-size: contain;
  background-repeat: repeat;
  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;
}

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

.topsloturiro__no-scroll {
  overflow: hidden;
}

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

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

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

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

.topsloturiro__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: 20px 0;
}

.topsloturiro__btn,
.topsloturiro__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: 14px 60px;
  border-radius: 30px;
  border: 1px solid #EEEB53;
  background: transparent;
  color: #EEEB53 !important;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  font-family: Gerhaus;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.topsloturiro__btn-active,
.topsloturiro__btn:hover,
.topsloturiro__btn:active {
  background: rgba(255, 255, 255, 0.1);
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

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

.topsloturiro__lazyload-load {
  opacity: 1;
}

.topsloturiro__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin: 0 auto;
  padding: 0 var(--container-padding);
  max-width: var(--container-width);
  width: 100%;
}

.topsloturiro__popup {
  color: #FFF;
  background: #131313;
  padding: 40px;
  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: 20px;
  font-size: 16px;
}

.topsloturiro__popup__title {
  font-size: 20px;
  text-transform: uppercase;
  font-family: Gerhaus;
  letter-spacing: -0.352px;
  font-size: clamp(1.25rem, 0.9903846154rem + 1.1538461538vw, 2rem);
}

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

.topsloturiro__modal.topsloturiro__show {
  opacity: 1;
}

.topsloturiro__modal__popup {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.topsloturiro__modal .topsloturiro__btn {
  width: 100%;
}

.topsloturiro__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 #111;
}

.topsloturiro__cookie__wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-left: 30px;
  max-width: 100%;
  margin-left: 0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.topsloturiro__cookie.topsloturiro__hidden {
  display: none;
}

.topsloturiro__cookie .topsloturiro__btn {
  width: 100%;
}

.topsloturiro__cookie .topsloturiro__btn-active {
  padding-left: 16px;
  padding-right: 16px;
}

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

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

.topsloturiro__cookie .topsloturiro__show {
  bottom: 0;
}

/* Blocks */

.topsloturiro__banner .topsloturiro__container {
  padding-top: clamp(0.875rem, 0.7451923077rem + 0.5769230769vw, 1.25rem);
  padding-bottom: clamp(0.875rem, 0.7451923077rem + 0.5769230769vw, 1.25rem);
}

.topsloturiro__banner h1 {
  line-height: 100%;
  text-align: center;
}

.topsloturiro__banner img {
  max-height: clamp(5.625rem, 4.3269230769rem + 5.7692307692vw, 9.375rem);
}

.topsloturiro__banner .topsloturiro__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}

.topsloturiro__banner p {
  max-width: 610px;
  font-size: clamp(0.625rem, 0.4951923077rem + 0.5769230769vw, 1rem);
}

.topsloturiro__banner span {
  font-family: Gerhaus;
  font-size: 16px;
  letter-spacing: 0.48px;
  font-size: clamp(0.6875rem, 0.5793269231rem + 0.4807692308vw, 1rem);
  text-wrap: nowrap;
}

.topsloturiro__banner ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4px clamp(0.625rem, -0.4567307692rem + 4.8076923077vw, 3.75rem);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 14px 16px;
  background: #F2F2F2;
  color: #1A1A1A;
  font-size: clamp(0.75rem, 0.5769230769rem + 0.7692307692vw, 1.25rem);
}

.topsloturiro__banner li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(0.25rem, 0.1634615385rem + 0.3846153846vw, 0.5rem);
}

.topsloturiro__banner li img {
  width: auto;
  height: clamp(1.125rem, 0.9951923077rem + 0.5769230769vw, 1.5rem);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.topsloturiro__footer {
  margin-top: auto;
  background: #1A1A1A;
  padding: 40px 0;
}

.topsloturiro__footer .topsloturiro__container {
  gap: 40px;
}

.topsloturiro__footer a {
  color: rgba(255, 255, 255, 0.8);
}

.topsloturiro__footer a:hover {
  opacity: 0.6;
}

.topsloturiro__footer .topsloturiro__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;
  position: relative;
}

.topsloturiro__footer .topsloturiro__logos img {
  width: auto;
  max-height: 60px;
}

.topsloturiro__footer .topsloturiro__logos a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.topsloturiro__footer .topsloturiro__logos a:hover {
  opacity: 0.6;
}

.topsloturiro__footer .topsloturiro__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: 16px 20px;
  font-size: 16px;
}

.topsloturiro__footer .topsloturiro__link img {
  width: auto;
}

.topsloturiro__footer .topsloturiro__items {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 20px;
  row-gap: 20px;
}

.topsloturiro__footer .topsloturiro__item {
  gap: 5px;
}

.topsloturiro__footer .topsloturiro__title {
  font-size: clamp(1rem, 0.9134615385rem + 0.3846153846vw, 1.25rem);
  font-family: Gerhaus;
  letter-spacing: 0.6px;
}

.topsloturiro__footer .topsloturiro__age {
  width: auto;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.topsloturiro__footer .topsloturiro__age img {
  height: 22px;
}

.topsloturiro__header {
  padding: clamp(0.375rem, 0.1586538462rem + 0.9615384615vw, 1rem) 0;
  background: rgba(255, 255, 255, 0.05);
}

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

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

.topsloturiro__header a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(0.0625rem, -0.2620192308rem + 1.4423076923vw, 1rem);
  font-size: clamp(0.875rem, 0.6586538462rem + 0.9615384615vw, 1.5rem);
  font-family: Gerhaus;
}

.topsloturiro__header a:hover {
  opacity: 0.6;
}

.topsloturiro__header .topsloturiro__logo {
  max-width: clamp(3.4375rem, 3.6105769231rem + -0.7692307692vw, 2.9375rem);
}

.topsloturiro__header-page .topsloturiro__header__row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.topsloturiro__header-page .topsloturiro__logo img {
  height: clamp(0.6875rem, 0.5576923077rem + 0.5769230769vw, 1.0625rem);
}

.topsloturiro__header-page svg {
  height: clamp(0.875rem, 0.4855769231rem + 1.7307692308vw, 2rem);
}

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

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

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

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

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

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

.topsloturiro__mobile-nav__list .topsloturiro__active {
  opacity: 0.5;
}

/* Nav Icon */

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

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

.topsloturiro__nav-icon::before,
.topsloturiro__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;
}

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

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

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

.topsloturiro__nav-icon.topsloturiro__nav-icon--active::before,
.topsloturiro__nav-icon.topsloturiro__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;
}

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

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

/* Layout */

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

.topsloturiro__text .topsloturiro__wrapper {
  border-radius: 30px;
  background: #1A1A1A;
  padding: 32px 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;
}

.topsloturiro__text .topsloturiro__columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 16px;
}

.topsloturiro__text .topsloturiro__columns div {
  border-radius: 30px;
  background: #303030;
  padding: 32px 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: 8px;
}

.topsloturiro__text .topsloturiro__columns div:last-child {
  grid-column: span 3/span 3;
}

.topsloturiro__text .topsloturiro__columns li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

.topsloturiro__text .topsloturiro__columns li:before {
  content: "•";
}

.topsloturiro__top .topsloturiro__article {
  border-radius: 30px;
  background: #151314;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(160px, 0.9fr) repeat(2, 1fr) 1fr 0.8fr;
  gap: clamp(0.0625rem, -0.1322115385rem + 0.8653846154vw, 0.625rem);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 152px;
}

.topsloturiro__top .topsloturiro__article > * {
  padding: 20px 16px;
}

.topsloturiro__top .topsloturiro__img-container {
  background: -webkit-gradient(linear, left top, left bottom, from(#E26A81), to(#151314));
  background: linear-gradient(180deg, #E26A81 0%, #151314 100%);
  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;
  height: 100%;
}

.topsloturiro__top .topsloturiro__img-container img {
  max-height: clamp(3.125rem, 2.4326923077rem + 3.0769230769vw, 5.125rem);
  -o-object-fit: contain;
  object-fit: contain;
}

.topsloturiro__top .topsloturiro__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: 10px;
  color: #999397;
  font-family: Montserrat;
  font-size: clamp(0.625rem, 0.5817307692rem + 0.1923076923vw, 0.75rem);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.topsloturiro__top .topsloturiro__rating span {
  color: #EEEB53;
  font-family: Gerhaus;
  font-size: clamp(1.25rem, 0.9903846154rem + 1.1538461538vw, 2rem);
  text-transform: uppercase;
}

.topsloturiro__top .topsloturiro__rating img {
  width: auto;
}

.topsloturiro__top 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: clamp(0.25rem, 0.1634615385rem + 0.3846153846vw, 0.5rem);
  color: #999397;
  font-size: clamp(0.5625rem, 0.4110576923rem + 0.6730769231vw, 1rem);
}

.topsloturiro__top li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

.topsloturiro__top li:before {
  content: "";
  width: clamp(0.625rem, 0.4735576923rem + 0.6730769231vw, 1.0625rem);
  height: clamp(0.625rem, 0.4735576923rem + 0.6730769231vw, 1.0625rem);
  background-image: url("./../img/exclude.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.topsloturiro__top .topsloturiro__bonus {
  color: #E26A81;
  text-align: center;
  font-family: Gerhaus;
  font-size: clamp(1.125rem, 1.0384615385rem + 0.3846153846vw, 1.375rem);
  text-transform: uppercase;
}

.topsloturiro__top .topsloturiro__btn {
  font-size: clamp(0.75rem, 0.5769230769rem + 0.7692307692vw, 1.25rem);
  padding: 14px 20px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  -webkit-box-shadow: inset 0 0 0 0 #EEEB53;
  box-shadow: inset 0 0 0 0 #EEEB53;
}

.topsloturiro__top .topsloturiro__btn:hover {
  -webkit-box-shadow: inset 18em 0 0 0 #EEEB53;
  box-shadow: inset 18em 0 0 0 #EEEB53;
  color: #151314 !important;
}

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

  .topsloturiro__main {
    gap: 20px;
    margin: 20px 0;
  }

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

  .topsloturiro__header__nav {
    display: none;
  }

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

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

  .topsloturiro__popup {
    padding: 25px;
  }

  .topsloturiro__cookie__popup {
    padding: 20px 10px;
  }

  .topsloturiro__cookie__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }

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

  .topsloturiro__banner .topsloturiro__container {
    gap: 8px;
  }

  .topsloturiro__banner ul {
    padding: 4px 16px;
    display: grid;
    grid-template-columns: repeat(2, fit-content(100%));
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .topsloturiro__footer .topsloturiro__logos {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .topsloturiro__footer .topsloturiro__logos img {
    max-height: 36px;
  }

  .topsloturiro__footer .topsloturiro__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: -10px;
  }

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

  .topsloturiro__footer .topsloturiro__age {
    position: static;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-top: 10px;
  }

  .topsloturiro__text .topsloturiro__wrapper {
    padding: 32px 10px;
  }

  .topsloturiro__text h2 {
    margin-bottom: -10px;
  }

  .topsloturiro__text .topsloturiro__columns {
    grid-template-columns: 1fr;
  }

  .topsloturiro__text .topsloturiro__columns div {
    padding: 32px 10px;
  }

  .topsloturiro__text .topsloturiro__columns div:last-child {
    grid-column: 1;
  }

  .topsloturiro__top .topsloturiro__article {
    grid-template-columns: repeat(2, 1fr);
  }

  .topsloturiro__top .topsloturiro__article > * {
    padding: 10px;
  }

  .topsloturiro__top .topsloturiro__img-container {
    grid-column: span 2/span 2;
    padding: 16px 80px;
    min-height: 80px;
  }

  .topsloturiro__top .topsloturiro__rating {
    padding-bottom: 0;
  }

  .topsloturiro__top ul {
    grid-row-start: 3;
  }

  .topsloturiro__top .topsloturiro__bonus {
    padding-bottom: 0;
  }

  .topsloturiro__top .topsloturiro__btn-container {
    padding-top: 0;
  }
}