html {
  scroll-behavior: smooth;
}

ul {
  margin: 0;
  padding-left: 18px;
}

.base-category-page {
  padding: 0 0 24px;
  background: rgba(19, 19, 19, 1);
}

.promotions-page {
  padding: 0 0 64px;
}

.header-block-wrapper {
  margin-bottom: 128px;
}

.breadcrumbs-wrapper {
  margin-bottom: 40px;
}

.category-title {
  margin-bottom: 64px;
}

.category-subpage-content {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: row-reverse;
  gap: 11.5%;
}

.anchor-menu-wrapper {
  max-width: 380px;
  width: 100%;
  margin-bottom: 16px;
}

.info-block-wrapper {
  max-width: 715px;
}

@media screen and (max-width: 1240px) {
  .base-category-page {
    padding-bottom: 20px;
  }

  .main-banner-wrapper {
    margin-bottom: 20px;
  }

  .category-title {
    font-size: 40px;
    line-height: 64px;
    margin-bottom: 50px;
  }

  .header-block-wrapper {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 1000px) {
  .promotions-page {
    padding-bottom: 30px;
  }

  .category-subpage-content {
    gap: 0;
    flex-direction: column;
  }

  .anchor-menu-wrapper {
    max-width: 600px;
  }

  .info-block-wrapper {
    max-width: none;
  }

  .anchor-menu-wrapper,
  .links-menu-wrapper {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .base-category-page {
    padding: 0;
  }

  .promotions-page {
    padding-bottom: 24px;
  }

  .main-banner-wrapper {
    margin-bottom: 10px;
  }

  .breadcrumbs-wrapper {
    margin-bottom: 30px;
  }

  .category-title {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 24px;
  }

  .header-block-wrapper {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 460px) {
  .main-banner-wrapper {
    margin-bottom: 0;
  }

  .category-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
  }

  .header-block-wrapper {
    margin-bottom: 48px;
  }
}
