body {
  padding-top: 80px;
  /* font-family: 'Noto Sans', sans-serif; */
}

.a970 {
  margin-top: 56px;
  padding: 20px 0;
}

.a970 img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.gradient-bg {
  background-color: #259cb3;
  background: #259bb3;
  background: linear-gradient(to bottom, #259bb3 0%, #e0e7c2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#259bb3',endColorstr='#e0e7c2',GradientType=0);
}

.ironman {
  padding: 80px 40px 60px;
  color: #fff;
}

.ironman__prize {
  margin-bottom: 16px;
  font-size: 28px;
}

.ironman__group {
  display: inline-block;
  margin-bottom: 16px;
  padding: 6px 14px 5px;
  font-size: 18px;
  color: #fff9ae;
  line-height: 1;
  border: 1px solid #fff9ae;
  border-radius: 40px;
}

.ironman__title {
  margin-bottom: 14px;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1px;
  text-shadow: 0px 0px 8px #135865;
}

.ironman__person {
  display: inline-block;
  transition: .2s ease;
}

.ironman__person:focus, .ironman__person:hover {
  opacity: .9;
}

.ironman__avatar {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0px 0px 4px 0 #259cb3;
}

.ironman__avatar img {
  width: 100%;
  height: 100%;
}

.ironman__name {
  display: inline-block;
  padding-left: 6px;
  color: #fff;
  text-shadow: 0px 0px 6px #0c3038;
}

.ironman__name:focus, .ironman__name:hover {
  color: #fff;
}

.wrapper {
  margin-top: 60px;
  margin-bottom: 40px;
}

.series-title {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
}

.social-share {
  margin-top: 3px;
  float: right;
}

.series {
  margin-bottom: 60px;
}

.series-list {
  position: relative;
  padding-top: 16px;
  padding-bottom: 20px;
}

.series-list + .series-list {
  border-top: 1px solid #eee;
}

.series-list__status {
  position: absolute;
  left: 0;
  top: 54px;
}

.series-list__content {
  padding-left: 200px;
}

.series-status {
  padding: 6px 10px;
  display: inline-block;
  text-align: center;
  color: #999;
  line-height: 1;
  transition: .2s ease;
}

.series-status:focus, .series-status:hover {
  color: #b3b3b3;
}

.series-status__count {
  display: block;
  font-size: 18px;
  margin-bottom: 6px;
}

.series-status__text {
  display: block;
  font-size: 14px;
}

.series-status--has-msg {
  background-color: #fca419;
  color: #fff;
}

.series-status--has-msg:focus, .series-status--has-msg:hover {
  color: #fff;
  background-color: #fcb037;
}

.series-status--change {
  color: #333;
}

.series-status--change:hover {
  color: #4d4d4d;
}

.series-status--change:focus {
  color: #1a1a1a;
}

.series-status:nth-child(2) {
  margin-left: 12px;
}

.series-status:last-child {
  width: 70px;
}

.series-list__content-day {
  display: inline-block;
  margin-bottom: 10px;
  margin-left: -2px;
  padding: 2px 10px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background-color: #c7c9cb;
  border-radius: 40px;
}

.series-list__content-title {
  margin-top: 0;
  margin-bottom: 6px;
}

.series-list__content-title a {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
  transition: .2s ease;
}

.series-list__content-title a:hover {
  color: #259cb3;
}

.series-list__content-title a:focus {
  color: #1c7789;
}

.series-list__content-text {
  margin-bottom: 0;
  color: #666;
  line-height: 1.7;
}

.series-page > ul > li:first-child, .series-page > ul > li:last-child {
  display: none;
}

.series-page .pagination > li > a,
.series-page .pagination > li > span {
  padding: 4px 18px;
  margin-left: 10px;
  line-height: 1.5;
  color: #c7c9cb;
  background-color: transparent;
  border: 1px solid #c7c9cb;
  border-radius: 20px;
  transition: .2s ease;
}

.series-page .pagination > li > a:focus,
.series-page .pagination > li > a:hover,
.series-page .pagination > li > span:focus,
.series-page .pagination > li > span:hover {
  color: #259cb3;
  border: 1px solid #259cb3;
  box-shadow: none;
}

.series-page .pagination > .active > a,
.series-page .pagination > .active > a:focus,
.series-page .pagination > .active > a:hover,
.series-page .pagination > .active > span,
.series-page .pagination > .active > span:focus,
.series-page .pagination > .active > span:hover {
  color: #fff;
  background-color: #259cb3;
  border: 1px solid #259cb3;
}

@media screen and (max-width: 768px) {
  .series-list {
    position: relative;
    padding-top: 16px;
    padding-bottom: 20px;
  }
  .series-list__status {
    position: static;
    margin-top: 8px;
  }
  .series-list__content {
    padding-left: 0;
  }
  .series-status {
    padding: 4px 8px;
    margin-right: 6px;
  }
  .series-status__count {
    display: inline-block;
    margin-bottom: 0;
  }
  .series-status__text {
    display: inline-block;
  }
  .series-status:first-child {
    padding-left: 0;
  }
  .series-status:nth-child(2) {
    margin-left: 0;
  }
  .series-status:last-child {
    width: auto;
  }
}
.series-bg {
  background-color: #fff;
}