.page-text {
  line-height: 1.2;
  height: 336px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .page-text {
    height: 224px;
  }
}
.page-text.black {
  background: #000;
  color: #fff;
}
.page-text .text {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .page-text .text {
    font-size: 40px;
    bottom: 56px;
  }
}
@media screen and (max-width: 750px) {
  .page-text .text {
    padding: 0 24px 0;
    bottom: 48px;
    font-size: 32px;
  }
}
.pager {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 128px auto 0;
  grid-gap: 40px;
}
.pager.c-white {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .pager {
    grid-gap: 32px;
    margin-top: 56px;
  }
}
.pager .prev,
.pager .next {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6f6f6;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.5s;
}
.pager .prev a,
.pager .next a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.pager .prev.events,
.pager .next.events {
  pointer-events: none;
  opacity: 0.5;
}
.pager .prev:hover,
.pager .next:hover {
  opacity: 0.6;
}
.pager .prev i,
.pager .next i {
  color: #999;
}
.page-menu {
  border-top: 1px solid #333;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #999;
  overflow: auto;
  position: sticky;
  top: 0;
  z-index: 2;
  background: #000000;
}
@media screen and (max-width: 1024px) {
  .page-menu {
    font-size: 14px;
    height: 64px;
  }
}
@media screen and (max-width: 750px) {
  .page-menu {
    top: 64px;
  }
}
.page-menu.no-sticky {
  position: relative;
  top: 0;
}
.page-menu .page-menu-box {
  display: flex;
}
.page-menu.flex-start {
  justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  .page-menu.flex-start .page-menu-box {
    overflow: auto;
  }
}
.page-menu a {
  transition: all 0.5s;
  margin-right: 48px;
}
.page-menu a:last-child {
  margin-right: 0;
}
.page-menu a.active,
.page-menu a:hover {
  color: #0075FF;
}
@media screen and (max-width: 1024px) {
  .page-menu a {
    margin-right: 32px;
  }
}
@media screen and (max-width: 750px) {
  .page-menu a {
    flex-shrink: 0;
  }
}
.page-menu.white {
  border-color: #d9d9d9;
  background: #ffffff;
}
.page-menu.product-page-menu {
  border: none;
  font-size: 13px;
  justify-content: flex-start;
  height: 56px;
}
@media screen and (max-width: 1024px) {
  .page-menu.product-page-menu {
    height: 64px;
  }
}
.page-menu.product-page-menu a {
  color: #999;
}
.page-menu.product-page-menu .item {
  margin-right: 40px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .page-menu.product-page-menu .item {
    flex-shrink: 0;
    margin-right: 32px;
  }
}
.page-menu.product-page-menu .item.active,
.page-menu.product-page-menu .item:hover {
  color: #0075FF;
}
.page-menu.product-page-menu .item:last-child {
  margin-right: 0;
}
.page-menu.sticky {
  position: sticky;
  top: 63px;
}
.page-menu.no-border {
  border: none;
}
.page-404 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  max-width: 640px;
  margin: 134px auto 50vh;
}
@media screen and (max-width: 1024px) {
  .page-404 {
    padding: 0 24px 0;
  }
}
.page-404 p {
  font-size: 20px;
  margin-top: 24px;
}
@media screen and (max-width: 1024px) {
  .page-404 p {
    font-size: 16px;
  }
}
.page-404 .title {
  font-size: 56px;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 1024px) {
  .page-404 .title {
    font-size: 48px;
  }
}
.page-404 .tip {
  font-size: 24px;
  margin: 12px auto;
  font-family: Inter-Medium;
}
@media screen and (max-width: 1024px) {
  .page-404 .tip {
    font-size: 20px;
    margin: 12px auto 8px;
  }
}
.page-404 .summary {
  font-size: 13px;
}
.page-404 .f-more {
  margin-top: 40px;
}
.page-404.product-stop {
  margin-top: 96px;
}
@media screen and (max-width: 1024px) {
  .page-404.product-stop {
    margin-top: 120px;
  }
}
.page-404.product-stop .icon {
  margin-bottom: 40px;
}
.page-404.product-stop .summary {
  font-size: 16px;
}
.page-404.product-stop .f-more {
  margin-top: 24px;
}
.f-more {
  background: #0075FF;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  height: 40px;
  color: #fff;
  transition: all 0.5s;
  font-size: 13px;
  border: 1px solid #0075FF;
  text-transform: uppercase;
  cursor: pointer;
}
.f-more:hover,
.f-more:active,
.f-more:focus {
  opacity: 0.6;
}
.f-more.black {
  background: #000;
  color: #fff;
  border-color: #000;
}
.f-more.white {
  background: #fff;
  color: #000;
  border-color: #fff;
}
.f-more.no-bg {
  background: none;
}
.f-more.white-color {
  color: #fff;
}
.f-more.black-color {
  color: #000;
}
.f-more.orange-color {
  color: #0075FF;
}
