@media screen and (max-width: 767px) {
}@media (min-width: 768px) {
}@media (min-width: 768px) {
}@media (max-width: 767px) {
}@media (min-width: 768px) {
}@media (min-width: 768px) {
}@media (max-width: 767px) {
}@media (max-width: 767px) {
}body {
  background: #f8f8f8;
}
.story-category .cat-menu {
  position: fixed;
  width: 100%;
  z-index: 1;
  background-color: #f8f8f8;
  border-bottom: 1px solid #e7e7e7;
}
.story-category .cat-menu .cat-prev {
  display: block;
  position: absolute;
  left: 0;
  top: 15px;
}
.story-category .cat-menu .cat-next {
  position: absolute;
  display: block;
  right: 0px;
  top: 15px;
}
.story-category .cat-menu .swiper-button-disabled {
  display: none;
}
.story-category .cat-menu .swiper-container .swiper-wrapper .swiper-slide {
  width: unset;
  padding: 15px 15px;
  font-size: 14px;
}
.story-category .cat-menu .swiper-container .swiper-wrapper .swiper-slide a {
  font-family: "HLcomic1";
  text-transform: uppercase;
  color: #e01515;
}
.story-category .cat-menu .swiper-container .swiper-wrapper .swiper-slide.selected {
  background: #e01515;
}
.story-category .cat-menu .swiper-container .swiper-wrapper .swiper-slide.selected a {
  color: #ffffff !important;
}
.story-category .stories {
  padding-top: 100px;
}
.story-category .stories-paging {
  text-align: center;
}
.story-category .main-block {
  padding-top: 70px;
}
.story-category .main-block .block-list h1 {
  text-transform: uppercase;
  color: #e01515;
  padding: 20px 0 20px 0;
}
