main .topper-without-reg {
  background-color: #231037;
}

.topper-without-reg {
  padding: 0;
  position: relative;
}

.topper-without-reg .topper-content {
  min-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
}

.topper-without-reg .main-topper {
  min-height: 798px;
}

.topper-slide-wrapper {
  display: flex;
  align-items: center;
}

.topper-slide-arrow {
  flex-grow: 1;
  align-self: stretch;
  display: flex;
  cursor: pointer;
}

.topper-slide-arrow img {
  display: block;
  margin: auto;
  align-self: center;
  visibility: hidden;
}

.topper-slide-arrow:hover img {
  visibility: visible;
}

.topper-without-reg .title-and-banner-wrapper {
  max-width: 715px;
  margin-bottom: 60px;
  height: 380px;
}

.topper-without-reg .main-topper .title-and-banner-wrapper {
  margin-bottom: 72px;
}

.topper-without-reg .topper-title h1 {
  font-size: 48px;
  font-style: italic;
  font-weight: 700;
  line-height: 48px;
  background: linear-gradient(
    341.57deg,
    #faeab3 5.12%,
    #fcb242 27.99%,
    #ffe793 65.19%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  /* Иначе наклонный текст немного вылезает из прямоугольника и заливка обрезается. */
  padding-right: 10px;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.topper-without-reg .topper-title p {
  font-size: 40px;
  font-style: italic;
  font-weight: 500;
  line-height: 48px;
  text-align: left;
  margin: 0;
}

.topper-without-reg .topper-title ul {
  display: block;
  margin: 0;
  padding-left: 32px;
}

.topper-without-reg .topper-title li {
  font-size: 22px;
  font-weight: 500;
  line-height: 40px;
  color: #fff;
}

.topper-without-reg .topper-title-mobile {
  display: none;
}

.topper-without-reg .topper-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.topper-without-reg .cta-button {
  padding: 17px 28px;
  height: fit-content;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  white-space: nowrap;
}

.topper-without-reg .login {
  padding: 17px 77.5px;
}

.topper-without-reg .playnow {
  padding: 17px 61px;
}

@media screen and (max-width: 1536px) {
  main .topper-without-reg {
    padding: 0 15px;
  }

  .main-page .topper-without-reg {
    padding: 0;
  }

  .topper-without-reg .topper-title h1 {
    margin-bottom: 16px;
  }

  .topper-without-reg .topper-title li {
    font-size: 20px;
  }
}

@media screen and (max-width: 1240px) {
  .topper-without-reg .topper-title-desktop {
    display: block;
  }

  .topper-without-reg .topper-title-mobile {
    display: none;
  }

  .topper-without-reg .section-content {
    margin: 0;
    padding: 0;
  }
}

@media screen and (max-width: 1368px) {
  .topper-slide-arrow {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  main .topper-without-reg {
    padding: 16px 15px 32px;
  }

  .main-page .topper-without-reg {
    padding: 16px 15px 32px;
  }

  .topper-without-reg .topper-content {
    height: 452px;
    justify-content: space-between;
    align-items: center;
    gap: 0;
  }

  .topper-without-reg .main-topper .title-and-banner-wrapper,
  .topper-without-reg .title-and-banner-wrapper {
    margin-bottom: 0;
  }

  .topper-without-reg .main-topper {
    height: 452px;
    min-height: auto;
  }

  .topper-without-reg .title-and-banner-wrapper {
    flex-grow: 1;
  }

  .topper-without-reg .topper-title h1 {
    font-size: 24px;
    line-height: 28.8px;
    text-align: center;
    margin-bottom: 8px;
  }

  .topper-without-reg .topper-title-desktop {
    display: none;
  }

  .topper-without-reg .topper-title-mobile {
    display: block;
  }

  .topper-without-reg .topper-title ul {
    padding-left: 0;
    list-style-type: none;
    text-align: center;
  }

  .topper-without-reg .topper-title li {
    font-size: 12px;
    line-height: 15.6px;
    margin-bottom: 5px;
    font-weight: 400;
  }

  .topper-without-reg .cta-button {
    padding: 12px 17.5px;
    font-size: 16px;
    line-height: 24px;
  }

  .topper-without-reg .login {
    padding: 12px 57.5px;
  }

  .topper-without-reg .playnow {
    padding: 12px 24px;
  }
}

@media screen and (max-width: 360px) {
  .topper-without-reg .cta-button {
    padding: 12px 10px;
  }

  .topper-without-reg .login {
    padding: 12px 50px;
  }
}

.topper-without-reg-counter {
  display: flex;
  gap: 16px;
  margin-bottom: 28px;
}

.topper-without-reg-index {
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  color: #fff;
}

.topper-without-reg-length {
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.65);
}

.topper-without-reg-button-container {
  display: flex;
  gap: 8px;
}

.topper-without-reg-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  border: none;
}

.rotate {
  transform: rotate(180deg);
}

@media screen and (max-width: 800px) {
  .topper-without-reg-counter {
    display: none;
  }

  .topper-without-reg-button-mobile-left {
    display: block !important;
  }

  .topper-without-reg-button-mobile-right {
    display: block !important;
  }
}

.topper-without-reg-button-mobile-left {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  border: none;
  position: absolute;
  top: 44%;
  left: 20px;
  display: none;
}

.topper-without-reg-button-mobile-right {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  border: none;
  position: absolute;
  top: 44%;
  right: 20px;
  display: none;
}
