/* 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: Montserrat;
  font-display: swap;
  src: url("../gameslottotop__fonts/gameslottotop__Montserrat-Regular.woff2") format("woff2"), url("../gameslottotop__fonts/gameslottotop__Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../gameslottotop__fonts/gameslottotop__Montserrat-Bold.woff2") format("woff2"), url("../gameslottotop__fonts/gameslottotop__Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

:root {
  --container-width: 1440px;
  --container-padding: 150px;
  --container-padding-tablet: 16px;
  --background: #1A1A1A;
  --font-color: #fff;
  --font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
  --font-family: Montserrat, OpenSans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --laptop-size: 1199px;
  --tablet-size: 959px;
  --mobile-size: 599px;
  --btn-font-size: var(--font-size);
  --btn-font-weight: 700;
  --btn-padding: 0.8em 2em;
  --btn-bg: #FFD700;
  --btn-bg-hover: #1A1A1A;
  --btn-color: #1A1A1A;
  --btn-color-hover: #FFD700;
  --btn-radius: 0.5rem;
  --btn-transition: all 0.2s ease-in-out;
  --btn-shadow: inset 0px -100px 30px -80px #FFD700;
  --btn-shadow-hover: inset 0px -100px 30px -80px rgba(255, 217, 0, 0);
}

h1,
.gameslottotop__h1,
h2,
.gameslottotop__h2,
h3,
.gameslottotop__h3 {
  font-weight: normal;
  overflow-wrap: break-word;
  word-break: break-word;
  font-weight: 700;
  text-transform: uppercase;
}

h1,
.gameslottotop__h1 {
  font-size: clamp(1.5rem, 0.9807692308rem + 2.3076923077vw, 3rem);
}

h2,
.gameslottotop__h2 {
  font-size: clamp(1.375rem, 1.0288461538rem + 1.5384615385vw, 2.375rem);
  text-align: center;
}

h3,
.gameslottotop__h3 {
  font-size: clamp(1rem, 0.8269230769rem + 0.7692307692vw, 1.5rem);
}

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,
button {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: inherit;
}

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

.gameslottotop__no-scroll {
  overflow: hidden;
}

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

.gameslottotop__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

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

.gameslottotop__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: 50px 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;
  border: 1px solid #FFD700;
  text-transform: uppercase;
}

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

.btn-active {
  background-color: var(--btn-bg-hover);
  -webkit-box-shadow: var(--btn-shadow-hover);
  box-shadow: var(--btn-shadow-hover);
  color: var(--btn-color-hover);
}

input,
textarea {
  border-radius: 15px;
  background: #E4E4E4;
  padding: 13px 20px;
  color: #363636;
}

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

::-webkit-input-placeholder {
  color: rgba(54, 54, 54, 0.871);
}

::-moz-placeholder {
  color: rgba(54, 54, 54, 0.871);
}

:-ms-input-placeholder {
  color: rgba(54, 54, 54, 0.871);
}

::-ms-input-placeholder {
  color: rgba(54, 54, 54, 0.871);
}

::placeholder {
  color: rgba(54, 54, 54, 0.871);
}

.gameslottotop__warning {
  display: none;
}

body.gameslottotop__no-scroll {
  overflow: hidden;
}

.gameslottotop__img-decor {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.21)), to(rgba(0, 0, 0, 0.21))), url("./../gameslottotop__img/gameslottotop__img-decor.avif");
  background-image: linear-gradient(rgba(0, 0, 0, 0.21), rgba(0, 0, 0, 0.21)), url("./../gameslottotop__img/gameslottotop__img-decor.avif");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
  width: 100%;
}				.gameslottotop__avif .gameslottotop__img-decor {					background-image: linear-gradient(rgba(0, 0, 0, 0.21), rgba(0, 0, 0, 0.21)), url("./../gameslottotop__img/gameslottotop__img-decor.avif")				}							.gameslottotop__avif .gameslottotop__img-decor {					background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.21)), to(rgba(0, 0, 0, 0.21))), url("./../gameslottotop__img/gameslottotop__img-decor.avif")				}			

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

.gameslottotop__popup {
  color: #FFF;
  background: rgba(48, 47, 77, 0.62);
  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;
}

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

.gameslottotop__modal {
  background-color: rgba(48, 47, 77, 0.62);
  backdrop-filter: blur(12.9499998093px);
  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;
}

.gameslottotop__modal.gameslottotop__show {
  opacity: 1;
}

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

.gameslottotop__modal-login {
  padding: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gameslottotop__modal-login .gameslottotop__modal-content {
  position: relative;
  border-radius: 16px;
  background-color: #1A1A1A;
  padding: 20px;
  width: 100%;
  max-width: 400px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #fff;
  z-index: 1;
}

.gameslottotop__modal-login .gameslottotop__hidden,
.gameslottotop__modal-login .gameslottotop__finish {
  display: none;
}

.gameslottotop__modal-login .gameslottotop__finish p {
  margin-bottom: 20px;
  text-align: center;
}

.gameslottotop__modal-login form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
}

.gameslottotop__modal-login a {
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.gameslottotop__modal-login a:hover {
  opacity: 0.6;
}

.gameslottotop__modal-login h2 {
  text-align: center;
  color: #fff;
  text-transform: capitalize;
}

.gameslottotop__modal-login .gameslottotop__close-button {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
  color: #fff;
  font-weight: 700;
  line-height: 90%;
  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;
}

.gameslottotop__modal-login p {
  text-align: center;
}

#switch-to-login,
#switch-to-signup {
  color: #dedede;
}

/* Blocks */

.gameslottotop__about .gameslottotop__item:first-child {
  min-height: 356px;
  background-image: url("./../gameslottotop__img/gameslottotop__game-screen.avif");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px;
}				.gameslottotop__avif .gameslottotop__about .gameslottotop__item:first-child {					background-image: url("./../gameslottotop__img/gameslottotop__game-screen.avif")				}			

.gameslottotop__about h2 {
  text-align: left;
}

.gameslottotop__advantages .gameslottotop__img {
  background-image: url("./../gameslottotop__img/gameslottotop__more-than-just-games.avif");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 400px;
  border-radius: 15px;
}				.gameslottotop__avif .gameslottotop__advantages .gameslottotop__img {					background-image: url("./../gameslottotop__img/gameslottotop__more-than-just-games.avif")				}			

.gameslottotop__advantages .gameslottotop__img:last-child {
  background-image: url("./../gameslottotop__img/gameslottotop__new-treats-every-day.avif");
}				.gameslottotop__avif .gameslottotop__advantages .gameslottotop__img:last-child {					background-image: url("./../gameslottotop__img/gameslottotop__new-treats-every-day.avif")				}			

.gameslottotop__banner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.45))), url("./../gameslottotop__img/gameslottotop__banner.avif");
  background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url("./../gameslottotop__img/gameslottotop__banner.avif");
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-block: 50px;
}				.gameslottotop__avif .gameslottotop__banner {					background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url("./../gameslottotop__img/gameslottotop__banner.avif")				}							.gameslottotop__avif .gameslottotop__banner {					background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.45))), url("./../gameslottotop__img/gameslottotop__banner.avif")				}			

.gameslottotop__banner .gameslottotop__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  font-size: clamp(0.875rem, 0.7451923077rem + 0.5769230769vw, 1.25rem);
  max-width: 700px;
}

.gameslottotop__banner .gameslottotop__inner .btn {
  max-width: 246px;
}

.gameslottotop__footer {
  margin-top: auto;
  padding: 50px 0;
  color: #FFF;
}

.gameslottotop__footer h2 {
  font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
  text-transform: uppercase;
  margin-bottom: -8px;
  text-align: left;
}

.gameslottotop__footer a {
  font-weight: 700;
  text-transform: uppercase;
}

.gameslottotop__footer a:hover {
  opacity: 0.6;
}

.gameslottotop__footer .gameslottotop__items {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 20px;
}

.gameslottotop__footer .gameslottotop__age {
  font-size: 24px;
  font-weight: 700;
  display: grid;
  place-items: center;
  border: 4px solid #fff;
  border-radius: 50%;
  width: 60px;
  aspect-ratio: 1/1;
}

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

.gameslottotop__footer .gameslottotop__logos img {
  width: auto;
  max-height: 50px;
}

.gameslottotop__footer .gameslottotop__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: 16px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gameslottotop__games-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 260px));
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 33px;
  scroll-margin-top: 30px;
}

.gameslottotop__games-list .btn {
  width: 100%;
}

.gameslottotop__games-list h3 {
  font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
  text-transform: none;
  text-align: center;
}

.gameslottotop__article {
  max-width: 260px;
  border-radius: 8px;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.1);
  padding: 20px 10px;
}

.gameslottotop__article__wrap {
  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: 10px;
  margin-top: 10px;
  font-weight: 700;
}

.gameslottotop__article img:not(.gameslottotop__stars img) {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
}

.gameslottotop__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}

.gameslottotop__stars img {
  height: 16px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
}

.gameslottotop__header {
  background: #1A1A1A;
  min-height: 71px;
  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;
}

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

.gameslottotop__header .gameslottotop__nav {
  margin-left: auto;
  margin-right: 32px;
}

.gameslottotop__header .gameslottotop__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gameslottotop__header a {
  color: #FFF;
}

.gameslottotop__header a:hover {
  opacity: 0.6;
}

.gameslottotop__header .gameslottotop__logo img {
  width: 180px;
  -o-object-fit: contain;
  object-fit: contain;
}

.gameslottotop__header .gameslottotop__userbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.gameslottotop__header .gameslottotop__language {
  width: 32px;
}

.gameslottotop__header .gameslottotop__language ul {
  display: contents;
}

.gameslottotop__header .gameslottotop__language li {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.gameslottotop__userbar .gameslottotop__logged-out,
.gameslottotop__userbar .gameslottotop__logged-in {
  display: contents;
}

.gameslottotop__userbar .gameslottotop__logged-out ul,
.gameslottotop__userbar .gameslottotop__logged-in ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gameslottotop__userbar .gameslottotop__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  text-transform: capitalize;
}

.gameslottotop__userbar .gameslottotop__user .gameslottotop__user-photo {
  border-radius: 50%;
  width: 32px;
  aspect-ratio: 1/1;
}

.gameslottotop__userbar .log-out {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
  color: #FFF;
}

.gameslottotop__userbar .log-out:hover {
  opacity: 0.7;
}

.gameslottotop__userbar .log-out::before {
  content: "";
  width: 16px;
  aspect-ratio: 1/1;
  background-image: url("./../gameslottotop__img/gameslottotop__icon-log-out.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.gameslottotop__userbar .gameslottotop__logged-in {
  display: none;
  font-size: 14px;
}

.gameslottotop__language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  overflow: hidden;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

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

body.gameslottotop__active-registr .gameslottotop__logged-in {
  display: contents;
}

body.gameslottotop__active-registr .gameslottotop__logged-out {
  display: none;
}

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

.gameslottotop__mobile-nav .gameslottotop__userbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 30px;
}

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

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

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

.gameslottotop__mobile-nav__list .gameslottotop__active {
  opacity: 0.5;
}

/* Nav Icon */

.gameslottotop__mobile-nav-btn {
  --time: 0.1s;
  --width: 26px;
  --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) * 2 + var(--spacing) * 4);
  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;
}

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

.gameslottotop__nav-icon::before,
.gameslottotop__nav-icon::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: var(--width);
  height: var(--line-height);
  border-radius: var(--radius);
  -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;
}

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

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

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

.gameslottotop__nav-icon.gameslottotop__nav-icon--active::before,
.gameslottotop__nav-icon.gameslottotop__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: var(--color);
}

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

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

/* Layout */

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

.gameslottotop__rev .gameslottotop__reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.gameslottotop__rev .gameslottotop__feedback__left,
.gameslottotop__rev .gameslottotop__feedback__right {
  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;
}

.gameslottotop__rev .gameslottotop__feedback__left {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 86px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
}

.gameslottotop__rev .gameslottotop__photo {
  width: 56px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}

.gameslottotop__rev .gameslottotop__feedback {
  max-width: 366px;
  color: #FFF;
  border: 1px solid #FFF;
}

.gameslottotop__feedback,
.gameslottotop__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  border-radius: 15px;
  background: rgba(87, 87, 87, 0.3);
  padding: 20px;
}

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

.gameslottotop__no-logged {
  text-align: center;
}

body.gameslottotop__active-registr .gameslottotop__user-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.gameslottotop__active-registr .gameslottotop__no-logged {
  display: none;
}

.gameslottotop__user-page {
  display: none;
}

.gameslottotop__user-page .gameslottotop__items {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 20px;
}

.gameslottotop__user-page .gameslottotop__items:first-child {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.gameslottotop__user-page .gameslottotop__items .btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-top: auto;
}

.gameslottotop__user-page .gameslottotop__item:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 90px;
  flex: 0 1 90px;
}

.gameslottotop__user-page .gameslottotop__item {
  gap: 10px;
}

.gameslottotop__user-page h2 {
  font-size: 16px;
  text-transform: none;
  text-align: left;
}

.gameslottotop__user-page h1,
.gameslottotop__user-page p {
  text-align: center;
}

.gameslottotop__user-page .gameslottotop__games-list {
  grid-template-columns: repeat(auto-fit, minmax(0, 328px));
}

.gameslottotop__user-page .gameslottotop__games-list li:nth-child(1):not(.gameslottotop__article__wrap li:nth-child(1)),
.gameslottotop__user-page .gameslottotop__games-list li:nth-child(2):not(.gameslottotop__article__wrap li:nth-child(2)),
.gameslottotop__user-page .gameslottotop__games-list li:nth-child(3):not(.gameslottotop__article__wrap li:nth-child(3)),
.gameslottotop__user-page .gameslottotop__games-list li:nth-child(4):not(.gameslottotop__article__wrap li:nth-child(4)),
.gameslottotop__user-page .gameslottotop__games-list li:nth-child(5):not(.gameslottotop__article__wrap li:nth-child(5)) {
  display: none;
}

.gameslottotop__user-page .gameslottotop__article {
  max-width: 328px;
}

.gameslottotop__user-page .gameslottotop__user-photo {
  width: 90px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}

.gameslottotop__coins::before {
  background-image: url("./../gameslottotop__img/gameslottotop__icon-coins.svg");
}

.gameslottotop__upload-photo::before {
  background-image: url("./../gameslottotop__img/gameslottotop__icon-camera-plus.svg");
}

.gameslottotop__upload-photo,
.gameslottotop__coins {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.gameslottotop__upload-photo::before,
.gameslottotop__coins::before {
  content: "";
  width: 24px;
  aspect-ratio: 1/1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.gameslottotop__wrapper .gameslottotop__items {
  width: 100%;
}

@media (max-width: 1220px) {
  .gameslottotop__main {
    gap: 60px;
    margin: 30px 0;
  }

  .gameslottotop__container {
    padding: 0 var(--container-padding-tablet);
    gap: 20px;
  }

  .gameslottotop__games-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-template-columns: repeat(2, minmax(0, 260px));
  }

  .gameslottotop__header {
    min-height: 52px;
  }

  .gameslottotop__header__nav {
    display: none;
  }

  .gameslottotop__header .gameslottotop__logged-out,
  .gameslottotop__header .gameslottotop__logged-in {
    display: none !important;
  }

  .gameslottotop__logged-out ul {
    padding-inline: 16px;
  }

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

  .gameslottotop__user-page .gameslottotop__games-list {
    grid-template-columns: repeat(2, minmax(0, 328px));
  }
}

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

  .gameslottotop__img-decor {
    height: 200px;
  }

  .gameslottotop__about .gameslottotop__item:first-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .gameslottotop__advantages .gameslottotop__img {
    min-height: 300px;
  }

  .gameslottotop__advantages .gameslottotop__img:last-child {
    min-height: 145px;
  }

  .gameslottotop__banner {
    padding-block: 30px;
  }

  .gameslottotop__banner .gameslottotop__inner {
    gap: 16px;
    max-width: 100%;
    text-align: center;
  }

  .gameslottotop__banner .gameslottotop__inner .btn {
    max-width: 100%;
  }

  .gameslottotop__footer {
    padding: 30px 0;
  }

  .gameslottotop__footer .gameslottotop__logos {
    -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;
  }

  .gameslottotop__footer .gameslottotop__logos img {
    max-height: 36px;
    max-width: 120px;
  }

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

  .gameslottotop__games-list {
    gap: 10px;
    grid-template-columns: minmax(0, 260px);
  }

  .gameslottotop__header .gameslottotop__logo img {
    width: 170px;
  }

  .gameslottotop__user-page .gameslottotop__games-list {
    grid-template-columns: minmax(0, 328px);
  }

  .gameslottotop__user-page .gameslottotop__user-photo {
    width: 300px;
    aspect-ratio: 1/1;
    margin-inline: auto;
  }

  .gameslottotop__user-page .btn {
    max-width: 300px;
    margin-inline: auto;
  }
}

@media (max-width: 820px) and (max-width: 820px) {
  .gameslottotop__about .gameslottotop__item:first-child {
    min-height: 400px;
  }
}

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

@media (hover: hover) {
  .gameslottotop__language:hover {
    width: 72px;
  }
}