body {
  margin: 0;
  font-family: 'Montserrat', Arial, sans-serif;
  background: #f8f8fa;
}



img {
  width: 100%;
}

.header4 {
  background: #fff;
  box-shadow: 0 2px 8px rgba(44, 16, 82, 0.07);
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 100;
}

.header4__container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 72px;
  padding: 0 32px;
  justify-content: space-between;
}

.header4__menu-btn {
  background: none;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 40px;
  width: 40px;
  cursor: pointer;
  margin-right: 16px;
}

.header4__menu-btn span {
  display: block;
  width: 26px;
  height: 3px;
  background: gray;
  margin: 4px 0;
  border-radius: 2px;
  transition: 0.3s;
}

.header4__logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-right: 32px;
}

.logo {
  width: 90px;
}

.header4__logo img {
  margin-right: 10px;
}

.header4__logo-text {
  font-size: 22px;
  font-weight: 700;
  color: #2c1052;
  letter-spacing: 1px;
}

.header4__nav {
  display: flex;
  gap: 28px;
  flex: 1;
}

.header4__nav a {
  color: #2c1052;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: color 0.2s;
  padding: 8px 0;
  position: relative;
}

.header4__nav a:hover {
  color: #7c2ae8;
}

.header4__actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.header4__bonus {
  display: flex;
  align-items: center;
  background: #fff6d6;
  border-radius: 16px;
  padding: 2px 10px 2px 8px;
  font-size: 14px;
  font-weight: 600;
  color: #7c2ae8;
  margin-right: 10px;
}

.header4__bonus-percent {
  margin-right: 6px;
}

.header4__login {
  background: #fff;
  color: #2c1052;
  border: 2px solid #ffd600;
  border-radius: 8px;
  padding: 8px 22px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  margin-right: 8px;
  transition: background 0.2s, color 0.2s;
}

.header4__login:hover {
  background: #fff6d6;
}

.header4__register {
  background: #ffd600;
  color: #2c1052;
  border: none;
  border-radius: 8px;
  padding: 8px 22px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.header4__register:hover {
  background: #ffe066;
}

@media (max-width: 900px) {
  .header4__container {
    flex-direction: column;
    height: auto;
    padding: 12px;
    gap: 10px;
  }

  .header4__nav {
    gap: 16px;
  }

  .header4__logo-text {
    font-size: 18px;
  }
}

.googleWk{
  width: 25px;
}
.modal-login {
  position: fixed;
  top: 72px;
  left: 500px;
  right: 0;
  bottom: 0;
  background: rgba(44, 16, 82, 0.18);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-login {
  display: none
}

.modal-login__content {
  background: #fff;
  border-radius: 28px;
  max-width: 420px;
  width: 100%;
  padding: 38px 32px 32px 32px;
  box-shadow: 0 8px 32px rgba(44, 16, 82, 0.13);
  position: relative;
  text-align: center;
}

.modal-login__close {
  position: absolute;
  top: 22px;
  right: 22px;
  background: none;
  border: none;
  font-size: 2.2rem;
  color: #bfc3d1;
  cursor: pointer;
}

.modal-login__title {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 8px;
}

.modal-login__subtitle {
  font-size: 1.2rem;
  color: #222;
  margin-bottom: 24px;
}

.modal-login__socials {
  display: flex;
  gap: 18px;
  justify-content: center;
  margin-bottom: 18px;
}

.modal-login__social {
  background: #fff;
  border: 2px solid #e5e8f0;
  border-radius: 14px;
  width: 140px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
}

.modal-login__social--vk {
  background: #0077ff;
  color: #fff;
  border: none;
}

.modal-login__vk-icon {
  font-size: 1.1rem;
  font-weight: 700;
  display: flex;
}

.modal-login__or {
  color: #bfc3d1;
  margin: 12px 0;
  font-size: 1.1rem;
}

.modal-login__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 18px;
}

.modal-login__form label {
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
  color: #222;
}

.modal-login__form input[type="email"],
.modal-login__form input[type="password"] {
  width: 100%;
  margin-top: 6px;
  padding: 12px 16px;
  border-radius: 12px;
  border: 2px solid #e5e8f0;
  font-size: 1.1rem;
  background: #f8f9ff;
  outline: none;
}

.modal-login__password {
  display: flex;
  align-items: center;
  position: relative;
}

.modal-login__eye {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 1.2rem;
  color: #bfc3d1;
  cursor: pointer;
}

.modal-login__forgot {
  color: #3a4fff;
  font-size: 1rem;
  text-align: right;
  display: block;
  margin-top: 2px;
  margin-bottom: 8px;
  text-decoration: none;
}

.modal-login__submit {
  background: #fff;
  color: #222;
  border: 2px solid #ffd600;
  border-radius: 12px;
  padding: 14px 0;
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 12px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.modal-login__submit:hover {
  background: #fffbe7;
  color: #e100c7;
  border-color: #e100c7;
}

.modal-login__footer {
  margin-top: 18px;
  font-size: 1.1rem;
  color: #222;
}

.modal-login__register {
  color: #3a4fff;
  font-weight: 700;
  text-decoration: none;
  margin-left: 6px;
}

.modal-login__register i {
  font-size: 1rem;
  margin-left: 2px;
}

/* Добавьте в style.css */

.modal-register {
    position: fixed;
    top: 72px; left: 325px; right: 0; bottom: 0;
    background: rgba(44,16,82,0.18);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-register__content {
    background: #fff;
    border-radius: 28px;
    max-width: 900px;
    width: 100%;
    padding: 0;
    box-shadow: 0 8px 32px rgba(44,16,82,0.13);
    position: relative;
    display: flex;
    overflow: hidden;
}

.modal-register__close {
    position: absolute;
    top: 22px;
    right: 22px;
    background: none;
    border: none;
    font-size: 2.2rem;
    color: #bfc3d1;
    cursor: pointer;
    z-index: 2;
}

.modal-register__left {
    background: #3a4fff;
    color: #fff;
    width: 44%;
    padding: 38px 24px 32px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.modal-register__left-title {
    font-size: 2rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 22px;
}

.modal-register__bonus-card {
    background: #fff;
    color: #222;
    border-radius: 18px;
    padding: 18px 0 0 0;
    width: 100%;
    max-width: 320px;
    margin-bottom: 18px;
    box-shadow: 0 2px 12px rgba(44,16,82,0.07);
    text-align: center;
    position: relative;
}

.modal-register__bonus-label {
    background: #ffd600;
    color: #222;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 10px;
    padding: 4px 18px;
    position: absolute;
    top: 12px;
    left: 18px;
    z-index: 2;
}

.modal-register__bonus-main {
    margin-top: 38px;
    margin-bottom: 12px;
}

.modal-register__bonus-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.modal-register__bonus-percent {
    font-size: 2rem;
    font-weight: 800;
    color: #e100c7;
    margin-bottom: 8px;
}

.modal-register__bonus-timer {
    background: #fffbe7;
    color: #222;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 10px;
    padding: 8px 18px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.modal-register__bonus-desc {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 18px;
}

.modal-register__checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    font-size: 1rem;
}

.modal-register__payments {
    display: flex;
    gap: 18px;
    margin-top: 18px;
    flex-wrap: wrap;
    justify-content: center;
}

.modal-register__payments img {
    height: 32px;
    object-fit: contain;
}

.modal-register__right {
    width: 56%;
    padding: 38px 32px 32px 32px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.modal-register__title {
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 8px;
    text-align: center;
}

.modal-register__socials {
    display: flex;
    gap: 18px;
    justify-content: center;
    margin-bottom: 18px;
}

.modal-register__social {
    background: #fff;
    border: 2px solid #e5e8f0;
    border-radius: 14px;
    width: 140px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
}

.modal-register__social--vk {
    background: #0077ff;
    color: #fff;
    border: none;
}

.modal-register__vk-icon {
    font-size: 1.1rem;
    font-weight: 700;
}

.modal-register__or {
    color: #bfc3d1;
    margin: 12px 0;
    font-size: 1.1rem;
    text-align: center;
}

.modal-register__form {
    display: flex;
    flex-direction: column;
    margin-bottom: 18px;
}

.modal-register__form label {
    text-align: left;
    font-size: 1rem;
    font-weight: 600;
    color: #222;
}

.modal-register__form input[type="email"],
.modal-register__form input[type="password"],
.modal-register__form input[type="tel"] {
    width: 100%;
    margin-top: 6px;
    padding: 12px 16px;
    border-radius: 12px;
    border: 2px solid #e5e8f0;
    font-size: 1.1rem;
    background: #f8f9ff;
    outline: none;
}

.modal-register__phone {
    display: flex;
    gap: 8px;
}

.modal-register__phone-code {
    width: 60px;
    background: #f8f9ff;
    border: 2px solid #e5e8f0;
    border-radius: 12px;
    padding: 12px 8px;
    font-size: 1.1rem;
    outline: none;
}

.modal-register__password {
    display: flex;
    align-items: center;
    position: relative;
}

.modal-register__eye {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 1.2rem;
    color: #bfc3d1;
    cursor: pointer;
}

.modal-register__selects {
    display: flex;
    gap: 18px;
}

.modal-register__selects select {
    width: 100%;
    margin-top: 6px;
    padding: 12px 16px;
    border-radius: 12px;
    border: 2px solid #e5e8f0;
    font-size: 1.1rem;
    background: #f8f9ff;
    outline: none;
}

.modal-register__promo {
    color: #3a4fff;
    font-size: 1rem;
    text-align: right;
    display: block;
    margin-top: 2px;
    margin-bottom: 8px;
    text-decoration: none;
}

.modal-register__checkbox--terms {
    align-items: flex-start;
    font-size: 0.95rem;
}

.modal-register__checkbox--terms a {
    color: #3a4fff;
    text-decoration: underline;
}

.modal-register__submit {
    background: #ffd600;
    color: #2c1052;
    border: none;
    border-radius: 12px;
    padding: 14px 0;
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 12px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.modal-register__submit:hover {
    background: #ffe066;
}

.modal-register__footer {
    margin-top: 18px;
    font-size: 1.1rem;
    color: #222;
    text-align: center;
}

.modal-register__login {
    color: #3a4fff;
    font-weight: 700;
    text-decoration: none;
    margin-left: 6px;
}

.modal-register__login i {
    font-size: 1rem;
    margin-left: 2px;
}

.modal-register{
  display: none;
}

@media (max-width: 900px) {
    .modal-register__content {
        flex-direction: column;
        max-width: 98vw;
        padding: 0;
    }
    .modal-register__left,
    .modal-register__right {
        width: 100%;
        padding: 24px 12px 18px 12px;
    }
    .modal-register__bonus-card {
        max-width: 98vw;
    }
    .modal-register__selects {
        flex-direction: column;
        gap: 8px;
    }
}

.side-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 360px;
    height: 100vh;
    background: #f8f8fa;
    z-index: 99999;
    box-shadow: 0 0 24px rgba(44,16,82,0.13);
    overflow-y: auto;
    border-radius: 0 18px 18px 0;
    padding-bottom: 24px;
}

.side-menu__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 22px 0 22px;
}

.side-menu__title {
    font-size: 1.2rem;
    font-weight: 700;
}

.side-menu__close {
    background: none;
    border: none;
    font-size: 2rem;
    color: #bfc3d1;
    cursor: pointer;
}

.side-menu__logo-block {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 22px 0 22px;
}

.side-menu__logo {
    width: 154px;
    margin-left: 75px;
  
}

.side-menu__logo-text {
    font-size: 1.5rem;
    font-weight: 800;
    color: #2c1052;
    line-height: 1.1;
}

.side-menu__bonus {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 22px;
    margin-top: 12px;
    justify-content: center;
    flex-wrap: nowrap;
}

.side-menu__bonus-percent {
    background: #e100c7;
    color: #fff;
    border-radius: 12px;
    padding: 4px 14px;
    font-size: 1rem;
    font-weight: 700;
}

.side-menu__register {
    background: #ffd600;
    color: #2c1052;
    border: none;
    border-radius: 10px;
    padding: 12px 38px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    margin-left: 8px;
    margin-top: 0;
}

.side-menu__login {
    background: #fff;
    color: #2c1052;
    border: 2px solid #ffd600;
    border-radius: 10px;
    padding: 12px 38px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    margin: 12px 22px 0 22px;
    margin-left: 100px;
}

.side-menu__nav {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin: 18px 0 0 0;
    padding: 0 22px;
}

.side-menu__nav a {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #222;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 12px 0;
    border-radius: 8px;
    transition: background 0.2s, color 0.2s;
}

.side-menu__nav--pink {
    background: linear-gradient(90deg, #ffd600 0%, #e100c7 100%);
    color: #fff !important;
}

.side-menu__nav--purple {
    background: linear-gradient(90deg, #3a4fff 0%, #2c1052 100%);
    color: #fff !important;
}

.side-menu__divider {
    border: none;
    border-top: 1px solid #e5e8f0;
    margin: 18px 22px;
}

.side-menu__links {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0 22px;
}

.side-menu__links a {
    color: #222;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    padding: 8px 0;
    transition: color 0.2s;
}

.side-menu__telegram {
    background: linear-gradient(90deg, #3a4fff 0%, #2ad4ff 100%);
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 12px 0;
    font-size: 1.1rem;
    font-weight: 700;
    width: 90%;
    margin: 18px 5% 0 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
}

.side-menu__lang {
    background: #dbe1ee;
    border-radius: 12px;
    padding: 10px 18px;
    margin: 18px 5% 0 5%;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 90%;
}

.side-menu__lang-flag {
    width: 28px;
    height: 20px;
}

.side-menu__lang select {
    background: transparent;
    border: none;
    font-size: 1rem;
    font-weight: 600;
    color: #222;
    outline: none;
}

.side-menu{
  display: none;
}

.main-banner {
  background-image: url(https://imagedelivery.net/KH9e6eXO0sUMxqDn6m28jA/2f76c874-17f9-4eb9-57fa-9234491b5900/BannerCat);
  max-width: 1700px;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  position: relative;
  min-height: 340px;
  overflow: hidden;
}

.main-padding {
  padding: 15px;
}

.main-banner-slider {
  position: relative;
  width: 100%;
  height: 100%;
}

/* Для отдельного фона у каждого слайда баннера */
.main-banner-slide {
  display: none;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 24px;
  min-height: 340px;
  overflow: hidden;
}

.main-banner-slide.active {
  display: block;
}

/* Пример для 5 разных фонов */
.main-banner-slide:nth-child(1) {
  background-image: url('https://imagedelivery.net/KH9e6eXO0sUMxqDn6m28jA/2f76c874-17f9-4eb9-57fa-9234491b5900/BannerCat');
  background-size: cover;
  background-position: center;
}

.main-banner-slide:nth-child(2) {
  background-image: url('imgs/desk-10.webp');
  background-size: cover;
  background-position: center;
}

.main-banner-slide:nth-child(3) {
  background-image: url('imgs/cat-desk.webp');
  background-size: cover;
  background-position: center;
}

.main-banner-slide:nth-child(4) {
  background-image: url('imgs/BannerCat.avif');
  background-size: cover;
  background-position: center;
}

.main-banner-slide:nth-child(5) {
  background-image: url('imgs/fs_header_weekly-scaled.webp');
  background-size: cover;
  background-position: center;
}

.main-banner-slide.active {
  display: block;
}

.main-position {
  display: flex;
  justify-content: space-around;
  align-items: center;
  min-height: 340px;
}

.main-cat {
  width: 600px;
  max-width: 40vw;
}

.main-banner__content {
  max-width: 500px;
}

.main-banner__content h1 {
  color: white;
  font-size: 2.6rem;
  font-weight: 600;
  margin-bottom: 17px;
}

.main-banner__content button {
  background: rgb(255, 166, 0);
  padding: 10px 32px;
  border: none;
  border-radius: 10px;
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #2c1052;
  cursor: pointer;
  transition: background 0.2s;
}

.main-banner__content button:hover {
  background: rgb(255, 149, 0);
}

@media (max-width: 1100px) {
  .main-cat {
    width: 320px;
    max-width: 60vw;
  }

  .main-banner__content h1 {
    font-size: 1.6rem;
  }
}

@media (max-width: 700px) {
  .main-position {
    flex-direction: column;
    align-items: flex-start;
    min-height: 220px;
  }

  .main-cat {
    width: 180px;
    max-width: 90vw;
  }

  .main-banner__content {
    margin-top: 10px;
    max-width: 90vw;
  }
}

/* Слайдер точки (по желанию) */
.main-banner-dots {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 2;
}

.main-banner-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.2s;
}

.main-banner-dot.active {
  opacity: 1;
  background: #ffa600;
}



.wlc-icon-list--theme-merchants .wlc-icon-list__wrapper {
  margin: -10px 0 0;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  overflow-x: auto;
}


.stic-div {
  display: flex;
  justify-content: center;
}


.main-menu {
  background: #f8f9ff66;
  border-radius: 16px;
  padding: 18px 24px 10px 24px;
  margin: 24px auto 24px auto;
  max-width: 1400px;
  box-sizing: border-box;
}

.main-menu__nav {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  background: #cccccc52;
  height: 100px;
  border-radius: 25px;
}

.main-menu__link {
  color: #111;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  padding: 0 4px 6px 4px;
  position: relative;
  transition: color 0.2s;
}

.main-menu__link--active {
  color: #3a4fff;
  font-weight: 700;
}

.main-menu__link--active::after {
  content: "";
  display: block;
  height: 3px;
  border-radius: 2px;
  background: #3a4fff;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -8px;
}

.main-menu__link--gray {
  color: #bfc3d1;
  font-weight: 600;
}

.main-menu__divider {
  width: 1px;
  height: 22px;
  background: #e5e8f0;
  margin: 0 10px;
  display: inline-block;
}

.main-menu__arrow {
  color: #bfc3d1;
  font-size: 18px;
  margin: 0 8px 0 0;
}

.main-menu__search {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  margin-left: 16px;
  margin-right: 16px;
  padding: 0 8px;
  height: 38px;
  box-shadow: 0 1px 2px rgba(44, 16, 82, 0.04);
}

.main-menu__search input {
  border: none;
  background: transparent;
  outline: none;
  font-size: 16px;
  padding: 0 8px;
  width: 120px;
}

.main-menu__search button {
  background: none;
  border: none;
  color: #3a4fff;
  font-size: 20px;
  cursor: pointer;
  padding: 0 4px;
}

.main-menu__providers {
  background: #fffbe7;
  color: #111;
  border: none;
  border-radius: 10px;
  padding: 8px 18px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(44, 16, 82, 0.04);
  transition: background 0.2s;
  padding: 10px;
}

.main-menu__providers-icon {
  color: #3a4fff;
  font-size: 20px;
}

@media (max-width: 1100px) {
  .main-menu__nav {
    gap: 12px;
  }

  .main-menu {
    padding: 12px 6px 8px 6px;
  }

  .main-menu__search input {
    width: 70px;
  }
}

.game-div {
  display: flex;
  max-width: 1400px;
  flex-wrap: wrap;
  justify-content: center;
}

.game-imgs {
  padding: 12px;
  margin-top: 8px;
  border-radius: 20px;
  width: 240px;

}

.game-card {
  width: 240px;

  position: relative;
  padding: 12px;
  margin-top: 8px;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  transition: box-shadow 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.game-card__img {
  width: 240px;
  object-fit: cover;
  display: block;
  transition: filter 0.3s;
  border-radius: 10px;

}



.game-card__hover {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.82);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
  gap: 16px;
  z-index: 3;
}

.game-card:hover .game-card__hover {
  opacity: 1;
  pointer-events: all;
}

.game-card:hover .game-card__img {
  filter: blur(2px) brightness(0.93);
}

.game-card__title {
  font-size: 20px;
  font-weight: 700;
  color: #222;
  margin-bottom: 12px;
  text-align: center;
}

.game-card__buttons {
  display: flex;
  gap: 12px;
}

.game-card__play {
  background: #e100c7;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 8px 18px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s;
}

.game-card__play:hover {
  background: #b800a3;
}

.game-card__demo {
  background: #fff;
  color: #222;
  border: 2px solid #ffd600;
  border-radius: 8px;
  padding: 8px 18px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.game-card__demo:hover {
  background: #fffbe7;
  color: #e100c7;
}

.win-slider {
  width: 100%;
  background: #fafbff;
  padding: 18px 0;
  overflow: hidden;
  border-radius: 14px;
  margin: 32px auto;
  max-width: 1500px;
}

.win-slider__track {
  display: flex;
  gap: 0;
  animation: winSliderMove 18s linear infinite;
}

@keyframes winSliderMove {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.win-card {
  display: flex;
  align-items: center;
  min-width: 290px;
  max-width: 290px;
  padding: 0 18px;
  border-right: 3px solid #e5e8f0;
  background: transparent;
}

.win-card:last-child {
  border-right: none;
}

.win-card__img {
  width: 70px;
  height: 70px;
  border-radius: 16px;
  object-fit: cover;
  margin-right: 18px;
  box-shadow: 0 2px 8px rgba(44, 16, 82, 0.07);
}

.win-card__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  min-width: 0;
}

.win-card__flag {
  margin-right: 8px;
  width: 20px;
}

.win-card__user {
  font-size: 18px;
  font-weight: 700;
  margin-right: 12px;
}

.win-card__sum {
  font-size: 15px;
  font-weight: 700;
  color: #222;
  display: flex;
  align-items: center;
}

.win-card__title {
  font-size: 17px;
  font-weight: 500;
  color: #222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 170px;
}

.win-card__arrow {
  color: #3a4fff;
  font-size: 18px;
  margin-top: 2px;
  align-self: flex-end;
}

@media (max-width: 900px) {

  .win-card,
  .win-card:last-child {
    min-width: 220px;
    max-width: 220px;
    padding: 0 8px;
  }

  .win-card__img {
    width: 50px;
    height: 50px;
  }

  .win-card__title {
    max-width: 90px;
    font-size: 15px;
  }
}

.df {
  display: flex;
}


.lottery-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 18px;
  padding: 38px 48px;
  background-image: url(imgs/background.png);
  margin: 32px auto;
  max-width: 1500px;
  min-height: 540px;
  position: relative;
  color: #fff;
  overflow: hidden;
}

.lottery-banner__content {
  max-width: 650px;
  z-index: 2;
}

.lottery-banner__label {
  background: #ffd600;
  color: #2c1052;
  font-size: 22px;
  font-weight: 700;
  border-radius: 10px 0 0 10px;
  padding: 8px 32px 8px 18px;
  display: inline-block;
  margin-bottom: 18px;
}

.lottery-banner__title {
  font-size: 56px;
  font-weight: 800;
  color: #e100c7;
  margin: 0 0 18px 0;
  font-family: 'Montserrat', Arial, sans-serif;
}

.lottery-banner__desc {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 18px;
  line-height: 1.3;
}

.lottery-banner__date {
  font-size: 18px;
  color: #fff;
  opacity: 0.8;
  display: block;
  margin-top: 8px;
}

.lottery-banner__timer {
  background: #2c1052;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  border-radius: 14px;
  padding: 16px 32px;
  margin-bottom: 28px;
  align-items: center;
  gap: 14px;
  width: fit-content;
}

.lottery-banner__timer-value {
  font-weight: 700;
  color: #ffd600;
  margin-left: 8px;
}

.lottery-banner__btn {
  background: #ffd600;
  color: #2c1052;
  border: 2px solid #ffd600;
  border-radius: 10px;
  padding: 14px 38px;
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  margin-top: 8px;
}

.lottery-banner__btn:hover {
  background: #fffbe7;
  color: #e100c7;
  border-color: #e100c7;
}

.lottery-banner__img {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 400px;
  height: 100%;
}

.lottery-banner__cat {
  height: 320px;
  margin-right: 32px;
  z-index: 2;
}

.lottery-banner__butterfly {
  height: 260px;
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

@media (max-width: 1100px) {
  .lottery-banner {

    min-height: 400px;
  }

  .lottery-banner__img {
    min-width: 0;
    margin-top: 24px;
    justify-content: flex-start;
  }

  .lottery-banner__cat {
    height: 180px;
    margin-right: 12px;
  }

  .lottery-banner__butterfly {
    height: 120px;
    right: 10px;
  }

  .lottery-banner__title {
    font-size: 36px;
  }

  .lottery-banner__desc {
    font-size: 18px;
  }

  .lottery-banner__timer {
    font-size: 16px;
    padding: 10px 18px;
  }

  .lottery-banner__btn {
    font-size: 16px;
    padding: 10px 22px;
  }
}

.main-banner-arrow {
  position: absolute;
  bottom: 38px;
  right: 120px;
  width: 48px;
  height: 48px;
  background: #fff;
  color: #3a4fff;
  border: none;
  border-radius: 12px;
  font-size: 2rem;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(44, 16, 82, 0.07);
  cursor: pointer;
  z-index: 10;
  transition: background 0.2s, color 0.2s;
}

.main-banner-arrow--left {
  right: 180px;
}

.main-banner-arrow:hover {
  background: #f3f6ff;
  color: #e100c7;
}

.tournament-slider {
  position: relative;
  max-width: 1460px;
  margin: 32px auto;
  border-radius: 18px;
  overflow: hidden;
  background: #f8f8fa;
}

.tournament-slider__track {
  position: relative;
  width: 100%;
  height: 100%;
}


.tournament-slide {
  background-size: cover;
  background-position: center;
  min-height: 420px;
  height: 420px;
  width: 100%;
  box-sizing: border-box;
}


/* Для отдельного фона у каждого слайда турнира */
.tournament-slide:nth-child(1) {
  background-image: url('imgs/section-9.webp');
  background-size: cover;
  background-position: center;
}

.tournament-slide:nth-child(2) {
  background-image: url('imgs/section-8.webp');
  background-size: cover;
  background-position: center;
}

.tournament-slide:nth-child(3) {
  background-image: url('imgs/section-4.webp');
  background-size: cover;
  background-position: center;
}

.tournament-slide:nth-child(4) {
  background-image: url('imgs/section-2-1.webp');
  background-size: cover;
  background-position: center;
}

.tournament-slide:nth-child(5) {
  background-image: url('imgs/section-1-1.webp');
  background-size: cover;
  background-position: center;
}

.tournament-slide:nth-child(6) {
  background-image: url('imgs/section-7.webp');
  background-size: cover;
  background-position: center;
}

.padding-div {
  padding: 20px;
}


.tournament-slide.active {
  display: flex;
}

.tournament-slide__content {
  flex: 1;
  padding: 38px 38px 38px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(255, 255, 255, .25);
  padding: 15px;
}

.tournament-slide__label {
  background: #ffd600;
  color: #2c1052;
  font-size: 22px;
  font-weight: 700;
  border-radius: 10px 0 0 10px;
  padding: 8px 32px 8px 18px;
  display: inline-block;
  margin-bottom: 18px;
}

.tournament-slide__title {
  font-size: 20px;
  font-weight: 800;
  color: #222;
  margin-bottom: 18px;
}

.tournament-slide__info {
  display: flex;
  gap: 32px;
  background: #fff;
  border-radius: 14px;
  padding: 18px 32px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 18px;
  align-items: center;
}

.tournament-slide__timer {
  font-weight: 700;
  color: #3a4fff;
  margin-left: 8px;
}

.tournament-slide__buttons {
  display: flex;
  gap: 18px;
  margin-top: 18px;
}

.tournament-btn {
  padding: 14px 38px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  border: none;
  transition: background 0.2s, color 0.2s;
}

.tournament-btn--purple {
  background: #e100c7;
  color: #fff;
}

.tournament-btn--purple:hover {
  background: #b800a3;
}

.tournament-btn--yellow {
  background: #fff;
  color: #222;
  border: 2px solid #ffd600;
}

.tournament-btn--yellow:hover {
  background: #fffbe7;
  color: #e100c7;
  border-color: #e100c7;
}

.tournament-slide__img {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 400px;
  height: 100%;
  position: relative;
}

.tournament-slide__img img {
  max-height: 340px;
  border-radius: 18px;
  box-shadow: 0 2px 12px rgba(44, 16, 82, 0.07);
}

.tournament-slider__arrows {
  position: absolute;
  bottom: 38px;
  right: 120px;
  display: flex;
  gap: 18px;
  z-index: 10;
}

.tournament-arrow {
  width: 48px;
  height: 48px;
  background: #fff;
  color: #3a4fff;
  border: none;
  border-radius: 12px;
  font-size: 2rem;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(44, 16, 82, 0.07);
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.tournament-arrow:hover {
  background: #f3f6ff;
  color: #e100c7;
}

@media (max-width: 900px) {
  .tournament-slide__content {
    padding: 18px 10px 18px 10px;
  }

  .tournament-slide__img {
    min-width: 180px;
  }

  .tournament-slide__img img {
    max-height: 160px;
  }

  .tournament-slider__arrows {
    right: 20px;
    bottom: 20px;
  }
}

.tournament-slider {
  position: relative;
  max-width: 1460px;
  margin: 32px auto;
  border-radius: 18px;
  overflow: hidden;
  background: #f8f8fa;
  min-height: 420px;
  /* фиксированная высота */
}

.tournament-slider__track {
  position: relative;
  height: 100%;
  min-height: 420px;
  width: 1286px;
  margin-right: 38px;
}

.tournament-slide {
  display: none;
  align-items: stretch;
  justify-content: space-between;
  border-radius: 18px;
  min-height: 420px;
  /* фиксированная высота */
  height: 420px;
  /* фиксированная высота */
  width: 100%;
  /* фиксированная ширина */
  box-sizing: border-box;
  padding: 0;
}

.tournament-slide.active {
  display: flex;
}

.jackpot-banner {
  position: relative;
  max-width: 1500px;
  margin: 32px auto;
  border-radius: 24px;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.jackpot-banner__content {
  flex: 1;
  text-align: center;
  z-index: 2;
}

.jackpot-banner__title {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 18px;
  margin-top: 38px;
}

.jackpot-banner__sum {
  font-size: 5.2rem;
  font-weight: 900;
  color: #ffd600;
  text-shadow: 2px 2px 0 #7c2ae8, 0 0 8px #2c1052;
  margin-bottom: 32px;
}

.jackpot-banner__btn {
  background: #e100c7;
  color: #fff;
  border: none;
  border-radius: 16px;
  padding: 18px 48px;
  font-size: 1.6rem;
  font-weight: 700;
  cursor: pointer;
  margin-top: 18px;
  transition: background 0.2s;
}

.jackpot-banner__btn:hover {
  background: #b800a3;
}

.jackpot-banner__cat {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 420px;
  z-index: 1;
}

.jackpot-banner__money {
  position: absolute;
  left: 260px;
  bottom: 0;
  height: 220px;
  z-index: 1;
}

.jackpot-banner__coin {
  position: absolute;
  right: 60px;
  bottom: 60px;
  height: 90px;
  z-index: 1;
}

@media (max-width: 900px) {
  .jackpot-banner {
    min-height: 320px;
  }

  .jackpot-banner__sum {
    font-size: 2.6rem;
  }

  .jackpot-banner__cat {
    height: 180px;
  }

  .jackpot-banner__money {
    height: 90px;
    left: 80px;
  }

  .jackpot-banner__coin {
    height: 40px;
    right: 10px;
    bottom: 10px;
  }
}

.jackpot-banner__cat {
  width: 1350px;
}

@media (min-width: 1200px) {
  .stic-img {
    width: 1300px;
  }
}


@media (max-width: 1390px) {


  .main-menu__nav {
    grid-template-columns: repeat(3, auto) minmax(0, 1fr) repeat(3, auto);

  }
}


@media (max-width: 1345px) {
  .header4__nav {
    display: none;
  }

  .main-menu__nav {
    grid-template-columns: repeat(3, auto) minmax(0, 1fr) repeat(3, auto);

  }
}

@media (max-width: 1200px) {
  .header4__actions i {
    display: none;
  }
}
@media (max-width: 1200px) {
 .modal-register{
  left: 70px;
 }
}



.mobile{
  display: none;
}

.footer {
    background: #f8f8fa;
    padding: 32px 0 0 0;
    border-radius: 18px 18px 0 0;
    margin-top: 32px;
}

.footer__container {
    max-width: 1290px;
    margin: 0 auto;
    display: flex;
    gap: 108px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.footer__logo-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 220px;
    margin-right: 32px;
}

.footer__logo {
    width: 140px;
    margin-bottom: 24px;
}

.footer__btn {
    width: 100%;
    max-width: 260px;
    border-radius: 14px;
    padding: 18px 0;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 18px;
    border: none;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.footer__btn--blue {
    background: #3a4fff;
    color: #fff;
}

.footer__btn--telegram {
    background: #2ad4ff;
    color: #fff;
}

.footer__info {
    display: flex;
    gap: 64px;
    flex: 1;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.footer__info-block,
.footer__about-block {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 220px;
}

.footer__title {
    font-size: 1.4rem;
    font-weight: 800;
    color: #3a4fff;
    margin-bottom: 18px;
}

.footer__title--about {
    margin-top: 32px;
}

.footer__info-block a,
.footer__about-block a {
    color: #222;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 2px;
    transition: color 0.2s;
}

.footer__info-block a:hover,
.footer__about-block a:hover {
    color: #3a4fff;
}

@media (max-width: 900px) {
    .footer__container {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }
    .footer__info {
        flex-direction: column;
        gap: 24px;
        align-items: center;
        width: 100%;
    }
    .footer__logo-block {
        margin-right: 0;
        margin-bottom: 18px;
    }
}

@media (max-width: 600px) {
    .footer__container {
        flex-direction: column;
        align-items: center;
        gap: 18px;
        padding: 0 8px;
    }
    .footer__logo-block {
        min-width: 0;
        width: 100%;
        align-items: center;
        margin-bottom: 18px;
    }
    .footer__logo {
        width: 110px;
        margin-bottom: 18px;
    }
    .footer__btn {
        max-width: 100%;
        padding: 14px 0;
        font-size: 1rem;
        margin-bottom: 12px;
    }
    .footer__info {
        flex-direction: column;
        gap: 18px;
        align-items: center;
        width: 100%;
    }
    .footer__info-block,
    .footer__about-block {
        min-width: 0;
        width: 100%;
        align-items: center;
        text-align: center;
    }
    .footer__title {
        font-size: 1.2rem;
        margin-bottom: 12px;
    }
    .footer__title--about {
        margin-top: 18px;
    }
    .footer__info-block a,
    .footer__about-block a {
        font-size: 0.98rem;
        margin-bottom: 2px;
    }
}

.catcasino-info {
    background: #fff;
    border-radius: 18px;
    max-width: 1100px;
    margin: 48px auto 32px auto;
    box-shadow: 0 2px 12px rgba(44,16,82,0.07);
    padding: 32px 28px;
    font-family: 'Montserrat', Arial, sans-serif;
    color: #222;
}

.catcasino-info__container h1 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #3a4fff;
    margin-bottom: 18px;
}

.catcasino-info__container h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c1052;
    margin-top: 32px;
    margin-bottom: 12px;
}

.catcasino-info__container h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #e100c7;
    margin-top: 24px;
    margin-bottom: 8px;
}

.catcasino-info__container h4 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #3a4fff;
    margin-top: 18px;
    margin-bottom: 6px;
}

.catcasino-info__container p,
.catcasino-info__container ul,
.catcasino-info__container ol {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 12px;
}

.catcasino-info__note {
    background: #f8f9ff;
    border-left: 4px solid #ffd600;
    padding: 10px 18px;
    border-radius: 10px;
    margin: 18px 0;
    font-size: 1rem;
    color: #222;
}

.catcasino-info__cta {
    display: inline-block;
    background: #ffd600;
    color: #2c1052;
    font-weight: 700;
    border-radius: 10px;
    padding: 12px 32px;
    margin: 18px 0;
    text-decoration: none;
    font-size: 1.1rem;
    transition: background 0.2s, color 0.2s;
}

.catcasino-info__cta:hover {
    background: #e100c7;
    color: #fff;
}

.catcasino-info__table {
    width: 100%;
    border-collapse: collapse;
    margin: 18px 0;
    font-size: 1rem;
}

.catcasino-info__table th,
.catcasino-info__table td {
    border: 1px solid #e5e8f0;
    padding: 8px 12px;
    text-align: left;
}

.catcasino-info__table th {
    background: #f8f9ff;
    color: #3a4fff;
    font-weight: 700;
}

.catcasino-info__table tr:nth-child(even) {
    background: #fafbff;
}

@media (max-width: 900px) {
    .catcasino-info {
        max-width: 98vw;
        padding: 18px 6vw;
    }
    .catcasino-info__container h1 {
        font-size: 1.3rem;
    }
    .catcasino-info__container h2 {
        font-size: 1.1rem;
    }
    .catcasino-info__container h3 {
        font-size: 1rem;
    }
    .catcasino-info__container h4 {
        font-size: 0.98rem;
    }
    .catcasino-info__table th,
    .catcasino-info__table td {
        font-size: 0.95rem;
        padding: 6px 6px;
    }
}