@charset "UTF-8";
@import "/spinenwins-fonts/spinenwins-rubik-webfont/style.css";
html,
body {
  margin: 0;
  padding: 0;
  font-family: "Rubik Regular", sans-serif;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: inherit;
}

p {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

.container,
.spinenwins-footer__content,
.spinenwins-privacybeleid__content,
.spinenwins-disclaimer__content,
.spinenwins-contactUs__content,
.spinenwins-topselers__content,
.spinenwins-faq__content,
.spinenwins-bonuses__content,
.spinenwins-demo__content,
.spinenwins-over__content,
.spinenwins-hero__content,
.header__content {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 1240px) {
  .container,
  .spinenwins-footer__content,
  .spinenwins-privacybeleid__content,
  .spinenwins-disclaimer__content,
  .spinenwins-contactUs__content,
  .spinenwins-topselers__content,
  .spinenwins-faq__content,
  .spinenwins-bonuses__content,
  .spinenwins-demo__content,
  .spinenwins-over__content,
  .spinenwins-hero__content,
  .header__content {
    max-width: 100%;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .container,
  .spinenwins-footer__content,
  .spinenwins-privacybeleid__content,
  .spinenwins-disclaimer__content,
  .spinenwins-contactUs__content,
  .spinenwins-topselers__content,
  .spinenwins-faq__content,
  .spinenwins-bonuses__content,
  .spinenwins-demo__content,
  .spinenwins-over__content,
  .spinenwins-hero__content,
  .header__content {
    padding: 0 10px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
  transition: transform 0.3s ease-in-out;
}
.header.hidden {
  transform: translateY(-100%);
}
.header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  position: relative;
}
@media (max-width: 768px) {
  .header__content {
    padding: 15px 0;
  }
}
.header__nav {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (max-width: 768px) {
  .header__nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 70%;
    height: 100vh;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: right 0.3s ease;
    z-index: 99;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
  }
  .header__nav.active {
    right: 0;
  }
}
.header__logo,
.header__age {
  display: flex;
  align-items: center;
}
.header__logo img,
.header__age img {
  max-height: 40px;
}
.header .header__btn_join button,
.header .header__btn_join-mobile button {
  border: 1px solid #020012;
  border-radius: 100px;
  padding: 10px 20px;
  height: 39px;
  background: transparent;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #020012;
}
.header .nav__list {
  display: flex;
  gap: 20px;
  font-family: "Rubik Regular", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #020012;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header .nav__list li.active a {
  position: relative;
  border-bottom: 2px solid transparent;
  padding: 0 0 2px 0;
  width: 100%;
  animation: borderExpand 0.3s ease-out forwards;
}
@keyframes borderExpand {
  from {
    border-color: transparent;
  }
  to {
    border-color: #d77a00;
  }
}
.header .nav__list a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s;
}
.header .nav__list a:hover {
  color: #555;
}
@media (max-width: 768px) {
  .header .nav__list {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }
}
.header .burger-menu {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 100;
}
.header .burger-menu span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #020012;
  margin: 4px 0;
  transition: all 0.3s ease;
  transform-origin: center;
}
.header .burger-menu.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.header .burger-menu.active span:nth-child(2) {
  opacity: 0;
}
.header .burger-menu.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
@media (max-width: 768px) {
  .header .burger-menu {
    display: block;
  }
}

.spinenwins-hero {
  background-image: url("/spinenwins-img/spinenwins-banners/spinenwins-hero.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  min-height: 416px;
  display: flex;
  justify-content: center;
  color: #fff;
  background-color: #f0f0f0;
}
@media (max-width: 768px) {
  .spinenwins-hero {
    background-image: url("/spinenwins-img/spinenwins-banners/spinenwins-mobile-hero.webp");
  }
}
.spinenwins-hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 180.5px 0;
  gap: 30px;
}
.spinenwins-hero__content h1 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 64px;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 768px) {
  .spinenwins-hero__content h1 {
    font-size: 36px;
    line-height: 120%;
  }
}
.spinenwins-hero__content p {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  color: #fff;
}
@media (max-width: 768px) {
  .spinenwins-hero__content p {
    font-size: 20px;
  }
}
.spinenwins-hero__content a {
  border-radius: 100px;
  padding: 12px 24px;
  width: 300px;
  background: linear-gradient(180deg, #ffcf22 0%, #d77a00 100%);
  background-size: 100% 200%;
  background-position: top;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  transition: background-position 0.4s ease;
}
.spinenwins-hero__content a:hover {
  background-position: bottom;
}

.spinenwins-over {
  background: #f3ceff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spinenwins-over__content {
  display: flex;
  flex-direction: row;
  margin: 80px 0;
  gap: 30px;
}
@media (max-width: 1280px) {
  .spinenwins-over__content {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
  }
}
.spinenwins-over .spinenwins-over__image {
  border-radius: 20px;
  width: 610px;
  height: 400px;
  background-image: url("/spinenwins-img/spinenwins-banners/spinenwins-over.webp");
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .spinenwins-over .spinenwins-over__image {
    width: 320px;
    height: 209px;
  }
}
.spinenwins-over__text {
  width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 680px) {
  .spinenwins-over__text {
    width: 320px;
  }
}
.spinenwins-over__text h2 {
  font-weight: 700;
  font-size: 60px;
  text-transform: uppercase;
  color: #020012;
}
@media (max-width: 768px) {
  .spinenwins-over__text h2 {
    font-size: 32px;
  }
}
.spinenwins-over__text p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  color: #020012;
}
@media (max-width: 768px) {
  .spinenwins-over__text p {
    font-size: 16px;
  }
}

.spinenwins-demo {
  display: flex;
  padding: 80px 0;
}
.spinenwins-demo__content {
  background: #f3ceff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.spinenwins-demo__play {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  padding: 40px 20px;
  gap: 30px;
}
.spinenwins-demo__play h3 {
  font-family: "Rubik Medium", sans-serif;
  font-size: 60px;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
  color: #020012;
}
.spinenwins-demo__play__demo-display {
  z-index: 100;
  border-radius: 20px;
  width: 100%;
  height: 600px;
  background: #020012;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("/spinenwins-img/spinenwins-games/spinenwins-cansdy-slot.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  backdrop-filter: blur(2px);
}
.spinenwins-demo__play__demo-display_demo {
  border: 1px solid #fff;
  border-radius: 25px;
  padding: 10px;
  color: #fff;
  font-size: 40px;
  transition: transform 0.3s;
  background: linear-gradient(180deg, #ffcf22 0%, #d77a00 100%);
}
.spinenwins-demo__play__demo-display_demo:hover {
  transform: translateY(-5px);
}

.spinenwins-bonuses {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
}
.spinenwins-bonuses__content {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  text-align: center;
}
.spinenwins-bonuses__content h2,
.spinenwins-bonuses__content h1 {
  font-family: "Rubik Medium", sans-serif;
  font-size: 60px;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
  color: #020012;
}
.spinenwins-bonuses__cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
@media (max-width: 768px) {
  .spinenwins-bonuses__cards {
    flex-direction: column;
  }
}
.spinenwins-bonuses__cards__card {
  border-radius: 20px;
  height: auto;
  padding: 15px;
  background: #93e39c;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
@media (max-width: 768px) {
  .spinenwins-bonuses__cards__card {
    max-width: 328px;
  }
}
.spinenwins-bonuses__cards__card__content-header {
  display: flex;
  gap: 13px;
  align-items: center;
  flex-direction: row !important;
}
.spinenwins-bonuses__cards__card__content-header span:first-child {
  padding: 5px 10px;
  border-radius: 100%;
  background: #0056b3;
  font-family: "Rubik Regular", sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 140%;
  color: #fff;
}
.spinenwins-bonuses__cards__card__content-header span:last-child {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #020012;
}
.spinenwins-bonuses__cards__card__content-text p {
  text-align: start;
  font-family: "Rubik Regular", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #020012;
  max-width: 365px;
}

.spinenwins-faq {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
}
.spinenwins-faq__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  text-align: center;
}
.spinenwins-faq__content h2,
.spinenwins-faq__content h1 {
  font-family: "Rubik Medium", sans-serif;
  font-size: 60px;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
  color: #020012;
}

.spinenwins-faq {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 94.5px 0;
}
.spinenwins-faq__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  text-align: center;
}
.spinenwins-faq__title {
  font-size: 60px;
  text-transform: uppercase;
  color: #fff;
}
.spinenwins-faq__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.spinenwins-faq__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  overflow: hidden;
}
.spinenwins-faq__item.active .spinenwins-faq__bottom {
  max-height: 500px;
  opacity: 1;
  padding: 16px;
}
.spinenwins-faq__item.active .spinenwins-faq__button {
  transform: rotate(180deg);
}
.spinenwins-faq .spinenwins-faq__top {
  background: #f3ceff;
  transition: background 0.3s;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.spinenwins-faq .spinenwins-faq__top .spinenwins-faq__question {
  color: #020012;
  transition: color 0.3s;
}
.spinenwins-faq .spinenwins-faq__top.active {
  background: linear-gradient(180deg, #ffcf22 0%, #d77a00 100%);
}
.spinenwins-faq .spinenwins-faq__top.active .spinenwins-faq__question {
  color: #fff;
}
.spinenwins-faq__question {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #020012;
}
.spinenwins-faq__button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 27px;
  height: 16px;
  background: none;
  border: none;
  padding: 20px;
  transition: transform 0.3s ease;
}
.spinenwins-faq__button:focus {
  outline: none;
}
.spinenwins-faq__icon svg path {
  cursor: pointer;
  transition: fill 0.3s ease;
  color: #000;
}
.spinenwins-faq__item.active .spinenwins-faq__icon svg path {
  color: #fff;
}
.spinenwins-faq__bottom {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  color: #000;
  padding: 0;
}
.spinenwins-faq__answer {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  text-align: left;
}

.spinenwins-topselers {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
  background: #f3ceff;
}
.spinenwins-topselers__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 900px;
}
.spinenwins-topselers__content h2 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 60px;
  text-transform: uppercase;
  color: #020012;
  text-align: start;
}
.spinenwins-topselers__content p {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #020012;
  text-align: start;
}
.spinenwins-topselers__content ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
}
.spinenwins-topselers__content__item {
  background: #fff;
  padding: 26px 16px;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}
.spinenwins-topselers__content__item span {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  color: #020012;
  white-space: nowrap;
}
.spinenwins-topselers__content__item .progress-wrapper {
  flex: 1;
  height: 16px;
  background: #eee;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.spinenwins-topselers__content__item .progress-bar {
  display: block;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(
    270deg,
    #74b5ff 0%,
    #ff79e9 50%,
    rgba(209, 44, 255, 0.96) 100%
  );
}

.spinenwins-about {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
  background: #93e39c;
}
@media (max-width: 768px) {
  .spinenwins-about {
    padding: 40px 0;
  }
}
.spinenwins-about__content {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  text-align: center;
  padding: 0;
}
@media (max-width: 1280px) {
  .spinenwins-about__content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.spinenwins-about__text {
  display: flex;
  flex-direction: column;
  max-width: 610px;
  gap: 30px;
  text-align: start;
}
@media (max-width: 1280px) {
  .spinenwins-about__text {
    height: auto;
    padding: 0 10px;
    align-items: center;
  }
}
.spinenwins-about__text h3 {
  font-weight: 700;
  font-size: 60px;
  line-height: 120%;
  text-transform: uppercase;
  color: #020012;
}
@media (max-width: 768px) {
  .spinenwins-about__text h3 {
    font-size: 32px;
  }
}
.spinenwins-about__text p {
  height: auto;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  color: #020012;
}
@media (max-width: 768px) {
  .spinenwins-about__text p {
    font-size: 16px;
  }
}
.spinenwins-about__text a {
  display: inline-block;
  border: none;
  border-radius: 100px;
  padding: 21.5px;
  width: 300px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(180deg, #2261ff 0%, #03009f 100%);
  transition: background 0.3s ease;
  cursor: pointer;
  text-decoration: none;
}
.spinenwins-about__text a:hover {
  background: linear-gradient(180deg, #03009f 0%, #2261ff 100%);
}
.spinenwins-about__img {
  background-image: url("/spinenwins-img/spinenwins-banners/spinenwins-about.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 610px;
  height: 550px;
}
@media (max-width: 1280px) {
  .spinenwins-about__img {
    width: 320px;
    height: 280px;
  }
}

.spinenwins-reviews {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
  gap: 30px;
}
.spinenwins-reviews h1 {
  font-family: "Rubik Medium", sans-serif;
  font-size: 40px;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
  color: #020012;
}
.spinenwins-reviews__cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
@media (max-width: 768px) {
  .spinenwins-reviews__cards {
    flex-direction: column;
  }
}
.spinenwins-reviews__cards__card {
  border-radius: 20px;
  background: #f3ceff;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
@media (max-width: 768px) {
  .spinenwins-reviews__cards__card {
    max-width: 328px;
  }
}
.spinenwins-reviews__cards__card__content-header {
  display: flex;
  gap: 13px;
  align-items: start;
  flex-direction: column !important;
}
.spinenwins-reviews__cards__card__content-header .sinenwins-avatar {
  width: 100%;
  max-width: 371px;
}
.spinenwins-reviews__cards__card__content-header
  .spinenwins-reviews_rating
  img {
  width: 23px;
  height: 23px;
}
.spinenwins-reviews__cards__card__content-header span:last-child {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #020012;
}
.spinenwins-reviews__cards__card__content-text p {
  text-align: start;
  font-family: "Rubik Regular", sans-serif;
  font-size: 14px;
  max-width: 371px;
  color: #020012;
}

.spinenwins-contactUs {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
  background: #f3ceff;
}
.spinenwins-contactUs__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  text-align: start;
  max-width: 900px;
}
.spinenwins-contactUs__content h3,
.spinenwins-contactUs__content h1 {
  font-family: "Rubik Medium", sans-serif;
  font-size: 60px;
  line-height: 120%;
  text-transform: uppercase;
  text-align: start;
  color: #020012;
}
@media (max-width: 768px) {
  .spinenwins-contactUs__content h3,
  .spinenwins-contactUs__content h1 {
    font-size: 32px;
  }
}
.spinenwins-contactUs__text p {
  font-family: "Rubik Regular", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  color: #020012;
}
@media (max-width: 768px) {
  .spinenwins-contactUs__text p {
    font-size: 16px;
  }
}
.spinenwins-contactUs__form {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 30px;
}
.spinenwins-contactUs__form form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
.spinenwins-contactUs__form form input,
.spinenwins-contactUs__form form textarea {
  padding: 14px 20px;
  border-radius: 20px;
  border: none;
  background: #ffffff;
}
.spinenwins-contactUs__form button {
  border-radius: 100px;
  padding: 12px 24px;
  width: 300px;
  height: 43px;
  text-align: center;
  background: linear-gradient(180deg, #ffcf22 0%, #d77a00 100%);
  background-size: 100% 200%;
  background-position: top;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  transition: background-position 0.4s ease;
  align-self: center;
  border: none;
}
.spinenwins-contactUs__form button:hover {
  background-position: bottom;
}
.spinenwins-contactUs__form .form-message {
  margin-top: 15px;
  padding: 10px;
  border-radius: 4px;
}
.spinenwins-contactUs__form .form-message.success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.spinenwins-contactUs__form .form-message.error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

.spinenwins-disclaimer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
}
.spinenwins-disclaimer__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: start;
  max-width: 1140px;
}
.spinenwins-disclaimer__content h1 {
  font-weight: 700;
  font-size: 48px;
  text-transform: uppercase;
  color: #020012;
}
@media (max-width: 768px) {
  .spinenwins-disclaimer__content h1 {
    font-size: 32px;
  }
}
.spinenwins-disclaimer__content__text {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.spinenwins-disclaimer__content__text ul {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 0;
}
@media (max-width: 480px) {
  .spinenwins-disclaimer__content__text ul {
    padding: 0;
  }
}
.spinenwins-disclaimer__content__text ul li {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.spinenwins-disclaimer__content__text ul li h2,
.spinenwins-disclaimer__content__text ul li h3,
.spinenwins-disclaimer__content__text ul li p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  color: #020012;
}

.spinenwins-privacybeleid {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
}
.spinenwins-privacybeleid__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: start;
  max-width: 1140px;
}
.spinenwins-privacybeleid__content h1 {
  font-weight: 700;
  font-size: 48px;
  text-transform: uppercase;
  color: #020012;
}
@media (max-width: 768px) {
  .spinenwins-privacybeleid__content h1 {
    font-size: 32px;
  }
}
.spinenwins-privacybeleid__content__text {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.spinenwins-privacybeleid__content__text__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 480px) {
  .spinenwins-privacybeleid__content__text__list {
    padding: 0;
  }
}
.spinenwins-privacybeleid__content__text__list_paragraphs {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.spinenwins-privacybeleid__content__text__list_paragraphs h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  color: #020012;
}

.spinenwins-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
  background: #ffffff;
}
.spinenwins-footer__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: start;
  justify-content: start;
  text-align: start;
}
.spinenwins-footer__content__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.spinenwins-footer__content__info__text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.spinenwins-footer__content__info__text span {
  font-family: "Rubik Medium", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  text-transform: uppercase;
  color: #020012;
}
.spinenwins-footer__content__info__text p {
  font-family: "Rubik Regular", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  text-transform: uppercase;
  color: #020012;
}
.spinenwins-footer__content__links {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .spinenwins-footer__content__links {
    flex-wrap: wrap-reverse;
  }
}
.spinenwins-footer__content__links ul {
  display: flex;
  flex-direction: row;
  gap: 120px;
  list-style-type: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .spinenwins-footer__content__links ul {
    gap: 30px;
    justify-content: start;
  }
}
.spinenwins-footer__content__links ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13.5px 0;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #020012;
}
.spinenwins-footer__content__links ul li.active a {
  position: relative;
  border-bottom: 2px solid transparent;
  padding: 0 0 2px 0;
  width: 100%;
  animation: borderExpand 0.3s ease-out forwards;
}
@keyframes borderExpand {
  from {
    border-color: transparent;
  }
  to {
    border-color: #d77a00;
  }
}
.spinenwins-footer__content__copyright {
  font-family: "Rubik Regular", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #020012;
  text-transform: uppercase;
}

#agePopupOverlay {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2000;
}

#agePopupContent {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  left: 50%;
  max-width: 90%;
  padding: 30px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2001;
  box-sizing: border-box;
  margin: 0 auto;
  animation: fadeIn 0.3s ease-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate(-50%, -40%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
#agePopupContent .spinenwins-popup-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

#agePopupContent .spinenwins-popup-content span {
  font-family: "Rubik Bold", sans-serif;
  font-size: clamp(24px, 5vw, 30px);
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  color: #020012;
}

#agePopupContent .spinenwins-popup-content p {
  color: #000000;
  font-family: "Rubik Regular", sans-serif;
  font-size: clamp(12px, 3vw, 14px);
  text-align: center;
  line-height: 1.4;
  margin: 0;
}

#popup-close {
  background: linear-gradient(180deg, #2261ff 0%, #03009f 100%);
  border: none;
  border-radius: 20px;
  color: #ffffff;
  font-size: clamp(16px, 4vw, 18px);
  font-family: "Rubik Bold", sans-serif;
  height: auto;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  cursor: pointer;
  padding: 15px 20px;
  transition: transform 0.2s, box-shadow 0.2s;
  max-width: 300px;
}

#popup-close:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#popup-close:active {
  transform: translateY(0);
}

@media (max-width: 480px) {
  #agePopupContent {
    padding: 20px;
    border-radius: 8px;
  }
  #agePopupContent .spinenwins-popup-content {
    gap: 15px;
  }
  #popup-close {
    padding: 12px 20px;
    border-radius: 15px;
  }
}
@media (min-width: 768px) {
  #agePopupContent {
    max-width: 400px;
    padding: 40px;
  }
}
.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

.header__mobile-extra {
  display: none;
}

.header__btn_join-mobile {
  display: none;
}

/* Показываем при ширине <= 768px */
@media (max-width: 768px) {
  .header__mobile-extra {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
  }
  .header__btn_join-mobile {
    display: flex;
  }
  .header__btn_join {
    display: none; /* Скрываем кнопку join на десктопном месте */
  }
  .header__lang-switch {
    justify-content: center;
  }
}
.spinenwins-popup-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  z-index: 2000;
}

.spinenwins-popup-wrapper.active {
  display: flex;
}

.spinenwins-popup-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.spinenwins-popup-content {
  position: relative;
  background: #fff;
  padding: 30px 20px;
  border-radius: 20px;
  max-width: 400px;
  width: 90%;
  z-index: 2100;
}
.spinenwins-popup-content span {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  text-transform: uppercase;
  color: #020012;
}

.spinenwins-popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 28px;
  border: none;
  background: none;
  cursor: pointer;
}

.popup-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.popup-form input {
  border: 1px solid #020012;
  border-radius: 10px;
  padding: 10px 20px;
  width: 380px;
  height: 37px;
}

.popup-form button {
  background: linear-gradient(180deg, #ffcf22 0%, #d77a00 100%);
  border-radius: 100px;
  padding: 12px 24px;
  width: 380px;
  height: 43px;
  cursor: pointer;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  border: none;
}

.popup-form button:hover {
  background: #d77a00;
}

.switch-link {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  color: #020012;
}

.switch-link #toLogin,
#toRegister {
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

.switch-link a {
  cursor: pointer;
  text-decoration: none;
}

.switch-link a:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=spinenwins-main.css.map */
