.new-page-content {
    padding-top: 0 !important;
}
.new-page-content h1 {
    margin-top: 0 !important;
}
.content .name-serials.bottom {
    margin-bottom: 30px;
    margin-top: 20px;
}

.new-series__date {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
  height: 30px;
  width: 100%;
  background: #252E34;
  border-radius: 5px;
  color: #FF7979;
  font-size: 18px;
  padding-left: 44px;
}

.new-series__date::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 5px;

  background: #FF7979;
}

@media (max-width: 650px) {
    .new-series__date {
      font-size: 16px;
      padding-left: 24px;
    }

    .new-series__date::after {
      width: 12px;
    }
}



.seria-card .seria-card__photo .seria-card__ozvychka span {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 90%;
}

.seria-card .seria-card__photo .seria-card__ozvychka svg {
    margin-bottom: -2px;
}

.final-seria.small {
  margin-bottom: 30px;
}

.pagination {
  margin-top: 30px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.pagination span {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: 1px solid #FF7979;
  font-weight: 700;
  color: #FFFFFF;
  background: transparent;
  cursor: pointer;
  transition: .3s;
}

.pagination span a {
  display: block;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
}

.pagination span a:hover {
  color: #ffffff;
}

.pagination span.more {
  cursor: default;
  border: none;
}

.pagination span.more:hover {
  background: transparent;
  color: #FFFFFF;
}

.pagination span.active {
  background: #FF7979;
  color: #313C45;
}

.pagination span:hover {
  background: #FF7979;
  color: #313C45;
}

@media(max-width: 380px) {
  .pagination {
    gap: 10px;
  }
  .pagination span, .pagination span a {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
}
.telefilm-information h2 {
  color: #D8E8F4;
}