.push-item {
  height: auto;
}
.push-item:hover .sticker-link span {
  transform: scale(1.2);
}
.push-item:hover .sticker-link:before {
  transform: none;
}

@media (min-width: 1024px) {
  .push__figure img {
    width: 100%;
  }
}

.push__content {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 1024px) {
  .push__content {
    padding-left: 4rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1280px) {
  .push__content {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.push__content p {
  opacity: 0;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-delay: 500ms;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  line-height: 1.15;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.swiper-slide-active .push__content p {
  opacity: 1;
}
.push__content span {
  opacity: 0;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-delay: 700ms;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.swiper-slide-active .push__content span {
  opacity: 1;
}

@media (min-width: 1024px) {
  .push-slider .push-item.swiper-slide-active:last-child {
    margin-left: -2.75rem;
  }
}
@media (min-width: 1280px) {
  .push-slider .push-item.swiper-slide-active:last-child {
    margin-left: -3.75rem;
  }
}
@media (min-width: 1440px) {
  .push-slider .push-item.swiper-slide-active:last-child {
    margin-left: -5.5rem;
  }
}
.push-slider .push-slider__toolbar {
  display: inline-flex;
  left: 1.5rem;
  position: relative;
  bottom: 0;
  z-index: 30;
}
@media (min-width: 1024px) {
  .push-slider .push-slider__toolbar {
    bottom: 0.75rem;
    left: calc(58.33% + 3rem);
    position: absolute;
  }
}
.push-slider .push-slider__toolbar.minimalist {
  z-index: 0;
}
.push-slider .swiper-pagination {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--grey);
}
@media (min-width: 1024px) {
  .push-slider .swiper-pagination {
    font-size: 0.81255rem;
  }
}
.push-slider .swiper-pagination {
  position: relative;
  left: 0;
  min-width: 3rem;
  width: auto;
}

.sticker-link {
  overflow: hidden;
  transform: translateX(50%) translateY(-50%);
  z-index: 2;
}
.no-touch .sticker-link span {
  transition: transform 0.5s cubic-bezier(0.7, 0, 0.2, 1);
  transform-origin: center;
  transform: none;
  position: relative;
  z-index: 10;
}
.no-touch .sticker-link:before {
  content: "";
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--black);
  transition: transform 0.5s cubic-bezier(0.7, 0, 0.2, 1);
  transform: translate3d(-120%, 0, 0);
  z-index: 0;
}

.category__list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100vw;
}
.category__list::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1024px) {
  .category__list {
    width: 100%;
    overflow: visible;
    flex-wrap: wrap;
    padding: 0;
  }
}
.category__list li {
  padding-right: 0.25rem;
  flex: none;
}
.category__list li:first-child {
  padding-left: 0;
}
.category__list li:last-child {
  padding-right: 2.5rem;
}
@media (min-width: 1024px) {
  .category__list li {
    padding-bottom: 0.5rem;
    flex-grow: 1;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    z-index: 1;
  }
}
.category__list button {
  padding-bottom: 0.125rem;
  color: var(--greymedium);
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: hover) and (pointer: fine) {
  .category__list button:hover {
    color: var(--black);
  }
}
.category__list button {
  border-bottom: 1px solid transparent;
}
.category__list button.active {
  color: var(--black);
  border-bottom: 1px solid var(--black);
}

.list-parallax .news-item:first-child {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (min-width: 1024px) {
  .list-parallax .news-item:first-child {
    width: 83.333333%;
  }
}
.list-parallax .news-item:nth-child(2) {
  width: 100%;
}
@media (min-width: 1024px) {
  .list-parallax .news-item:nth-child(2) {
    width: 33.333333%;
    margin-left: 16.6666%;
    margin-top: 14rem;
  }
}
.list-parallax .news-item:nth-child(3) {
  width: 100%;
}
@media (min-width: 1024px) {
  .list-parallax .news-item:nth-child(3) {
    width: 33.333333%;
    margin-left: auto;
    margin-top: 5rem;
  }
}

.date-title {
  font-size: 30vw;
  line-height: 1;
}

@media (min-width: 1680px) {
  .date-title {
    font-size: 35rem;
  }
}
.live-replay-container__title {
  position: absolute;
  left: 8.3333%;
  top: 30%;
  z-index: 20;
}

.section-history {
  background-image: url(../png/bg-palme-3.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-attachment: fixed;
}

.history-container p {
  margin: 0;
  display: block;
  padding: 0;
}
.history-container strong {
  font-family: Everett, Verdana, Arial, sans-serif;
  font-weight: 400;
  color: var(--brownlight);
}

.line {
  overflow: hidden;
  padding-bottom: 0.09em;
}

.history-animation span {
  font-size: unset !important;
}

.cult-item {
  display: flex;
  width: 100%;
  align-items: center;
}
.cult-item a {
  padding-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cult-item a {
    padding-bottom: 0.5rem;
  }
}
.cult-item a {
  box-shadow: 0 1px 0 currentColor;
}

@media (min-width: 1024px) {
  .cult-item__inner {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

.img-shortcut {
  height: 55px;
  width: 77px;
}
