.promo-single {
  position: relative;
  margin: -30px -20px 30px;
  background: #012342;
  color: #fff;
}
.front .promo-single {
  margin-top: 0;
}
.promo-single__article {
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  min-height: 600px;
  padding: 35px;
}
.promo-single__article--full {
  position: relative;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  left: 50%;
  width: 100vw;
  height: 100vh;
  min-height: 700px;
  padding: 40px;
  text-align: center;
  color: #fff;
  transform: translateX(-50%);
}
.promo-single__article--full-video {
  -ms-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding: 40px 40px 0;
}
.promo-single__cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
  text-indent: -9999px;
  overflow: hidden;
}
.promo-single__cover:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(1,35,66,0)), color-stop(100%,rgba(1,35,66,1)));
  background: -webkit-linear-gradient(top, rgba(1,35,66,0) 0%, rgba(1,35,66,1) 100%);
  background: linear-gradient(to bottom, rgba(1,35,66,0) 0%, rgba(1,35,66,1) 100%);
}
.promo-single__article--full .promo-single__cover:after {
  top: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(1,63,118,0.7) 0%, rgba(1,35,66,0) 100%);
}
.promo-single__video-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.promo-single__video-container .promo-single__cover {
  z-index: 0;
  cursor: pointer;
}
.promo-single__video-container .promo-single__cover:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 162px;
  height: 162px;
  margin: -81px 0 0 -81px;
  border-radius: 50%;
  background: url(../../images/play_button.png) no-repeat;
}
.promo-single__cover-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.promo-single__cover-video--top {
  z-index: 1;
}
.promo-single__video-info {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px 40px;
  border-top: 10px solid #012342;
  text-align: center;
  background: #fff;
  color: #012342;
}
.promo-single__category a {
  position: relative;
  z-index: 1;
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: #ed1c24;
}
.promo-single__article--full .promo-single__category a {
  font-size: 1.8rem;
  line-height: 2.2rem;
}
.promo-single__date {
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: #b7b7b7;
}
.promo-single__title {
  max-width: 750px;
  margin: 5px 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 4rem;
  line-height: 4.3rem;
  font-weight: 900;
}
.promo-single__article--full .promo-single__title {
  position: relative;
  max-width: none;
  margin: 0 0 10px;
  border: 0;
  font-size: 12rem;
  line-height: 14.4rem;
  font-family: Georgia, serif;
  font-weight: normal;
}
.promo-single__video-info .promo-single__title {
  margin: 0 0 20px;
  padding: 0;
  font-size: 7rem;
  line-height: 8rem;
  font-family: 'Cocomat', sans-serif;
  font-weight: normal;
}
.promo-single__article--full .promo-single__title:before {
  content: '';
  position: absolute;
  top: 53%;
  left: 50%;
  z-index: -1;
  width: 800px;
  transform: translateX(-50%);
  border-bottom: 20px solid #012342;
}
.promo-single__article--full-video .promo-single__title:before {
  display: none;
}
.promo-single__summary {
  margin: 0 0 10px;
  font-size: 1.8rem;
  line-height: 2.2rem;
}
.promo-single__article--full .promo-single__summary {
  margin: 0;
  font-size: 2.6rem;
  line-height: 3.7rem;
}
.promo-single__author {
  margin: 10px 0 0;
  font-size: 1.4rem;
  line-height: 1.7rem;
}


@media screen and (max-width: 1400px) and (max-height: 900px) {
  .promo-single__article--full .promo-single__title {
    font-size: 8rem;
    line-height: 9rem;
  }
  .promo-single__article--full .promo-single__title:before {
    border-bottom-width: 14px;
  }
}

@media screen and (max-width: 999px) {
  .promo-single__article {
    min-height: 500px;
    padding: 20px;
  }
  .promo-single__article--full-video {
    padding: 20px 0 0;
  }
  .promo-single__video-container .promo-single__cover:after {
    transform: scale(0.75);
  }
  .promo-single__video-info {
    padding: 10px 20px;
  }
  .promo-single__article--full .promo-single__title {
    font-size: 8rem;
    line-height: 9rem;
  }
  .promo-single__video-info .promo-single__title {
    font-size: 5rem;
    line-height: 6rem;
  }
  .promo-single__article--full .promo-single__title:before {
    width: 90%;
    border-bottom-width: 14px;
  }
}

@media screen and (max-width: 599px) {
  .promo-single__articl {
    min-height: 400px;
  }
  .promo-single__title {
    font-size: 3rem;
    line-height: 3.3rem;
  }
  .promo-single__video-container .promo-single__cover:after {
    transform: scale(0.5);
  }
  .promo-single__article--full .promo-single__title {
    font-size: 4rem;
    line-height: 4.6rem;
  }
  .promo-single__video-info .promo-single__title {
    margin: 0 0 10px;
    font-size: 3.4rem;
    line-height: 4rem;
  }
  .promo-single__article--full .promo-single__summary {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
