.custom-news {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  overflow: hidden;
  transition: all 0.3s ease; }
  @media (max-width: 1249px) {
    .custom-news {
      height: 100%;
      padding-top: 4em;
      padding-bottom: 4em;
      min-height: auto; } }
  @media (max-width: 575px) {
    .custom-news {
      position: absolute;
      top: 0;
      right: 15px;
      bottom: 0;
      left: 15px;
      padding-top: 2em;
      padding-bottom: 2em; } }
  .custom-news__letter {
    font-family: "Vogue Highline Serif", Arial, Verdana, sans-serif;
    font-size: 432px;
    line-height: 0.7;
    position: absolute;
    bottom: 20px;
    left: 100px;
    z-index: 0; }
    @media (max-width: 1249px) {
      .custom-news__letter {
        font-size: 350px; } }
    @media (max-width: 575px) {
      .custom-news__letter {
        font-size: 50vw;
        left: 20%;
        bottom: 10px; } }
  .custom-news__date {
    display: none;
    position: absolute;
    bottom: 26px;
    left: 36px;
    font-size: 14px;
    color: #fff; }
    .custom-news__date.active {
      display: block; }
    @media (max-width: 1249px) {
      .custom-news__date {
        left: 30px; } }
    @media (max-width: 575px) {
      .custom-news__date {
        font-size: 9px;
        bottom: 10px; } }
  .custom-news__content {
    padding-left: 68px;
    padding-right: 30px;
    position: relative; }
    @media (max-width: 1249px) {
      .custom-news__content {
        padding-left: 40px; } }
    @media (max-width: 575px) {
      .custom-news__content {
        padding-left: 30px;
        padding-right: 16px; } }
  .custom-news__title {
    position: relative;
    font-family: "PT Sans Narrow", Arial, Verdana, sans-serif;
    font-size: 46px;
    font-weight: bold;
    line-height: 1.26087;
    text-transform: uppercase; }
    @media (min-width: 1024px) {
      .custom-news__title:hover {
        text-decoration: none; } }
    @media (max-width: 1449px) {
      .custom-news__title {
        font-size: 36px; } }
    @media (max-width: 1249px) {
      .custom-news__title {
        font-size: 28px; } }
    @media (max-width: 1023px) {
      .custom-news__title {
        font-size: 28px; } }
    @media (max-width: 767px) {
      .custom-news__title {
        font-size: 20px; } }
  .custom-news__descr {
    margin-top: 15px;
    font-size: 21px;
    line-height: 1.28571; }
    @media (max-width: 1449px) {
      .custom-news__descr {
        font-size: 18px; } }
    @media (max-width: 1249px) {
      .custom-news__descr {
        font-size: 16px; } }
    @media (max-width: 575px) {
      .custom-news__descr {
        font-size: 10px;
        margin-top: 6px; } }
  .custom-news__bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
    .custom-news__bg:after {
      position: absolute;
      content: "";
      z-index: 10;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.3);
      z-index: 0; }
    .custom-news__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.custom-news--swamp {
  background-color: #87905b; }
  @media (min-width: 1024px) {
    .custom-news--swamp:hover {
      cursor: pointer;
      background-color: #6a7147; } }
  .custom-news--swamp .custom-news__letter {
    color: rgba(0, 0, 0, 0.3); }

.custom-news--descr {
  background-color: #87905b; }
  @media (min-width: 1024px) {
    .custom-news--descr:hover {
      cursor: pointer;
      background-color: #6a7147; } }
  .custom-news--descr .custom-news__letter {
    color: rgba(0, 0, 0, 0.5); }
  .custom-news--descr .custom-news__title {
    font-family: "Roboto", Arial, Verdana, sans-serif;
    font-weight: bold;
    font-size: 32px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #fff; }
    @media (min-width: 1024px) {
      .custom-news--descr .custom-news__title:hover {
        text-decoration: none; } }
    @media (max-width: 1449px) {
      .custom-news--descr .custom-news__title {
        font-size: 28px; } }
    @media (max-width: 1249px) {
      .custom-news--descr .custom-news__title {
        font-size: 18px; } }
    @media (max-width: 575px) {
      .custom-news--descr .custom-news__title {
        font-size: 13px; } }

.custom-news--yellow {
  background-color: #f8da70; }
  @media (min-width: 1024px) {
    .custom-news--yellow:hover {
      cursor: pointer;
      background-color: #f6cd3f; } }
  .custom-news--yellow .custom-news__letter {
    color: #c9ad49; }
  .custom-news--yellow .custom-news__title {
    color: #000000; }
  .custom-news--yellow .custom-news__date {
    color: #000; }

.custom-news--pink {
  background-color: #eaabb6; }
  @media (min-width: 1024px) {
    .custom-news--pink:hover {
      cursor: pointer;
      background-color: #e08293; } }
  .custom-news--pink .custom-news__letter {
    color: #ba989a; }
  .custom-news--pink .custom-news__title {
    font-size: 30px;
    font-family: "Roboto", Arial, Verdana, sans-serif;
    line-height: 1.16667;
    color: #000000; }
    @media (max-width: 767px) {
      .custom-news--pink .custom-news__title {
        font-size: 24px; } }
    @media (max-width: 575px) {
      .custom-news--pink .custom-news__title {
        font-size: 18px; } }
  .custom-news--pink .custom-news__date {
    color: #000; }

.custom-news--green {
  background-color: #35c478; }
  @media (min-width: 1024px) {
    .custom-news--green:hover {
      cursor: pointer;
      background-color: #2a9c5f; } }
  .custom-news--green .custom-news__letter {
    color: #1bb889; }
  .custom-news--green .custom-news__tag {
    background-color: #1e2dfa; }
  .custom-news--green .custom-news__title {
    color: #1e2dfa; }
  .custom-news--green .custom-news__date {
    color: #1e2dfa; }

.custom-news--white {
  background-color: #fff; }
  @media (min-width: 1024px) {
    .custom-news--white:hover {
      cursor: pointer;
      background-color: #e6e6e6; } }
  .custom-news--white .custom-news__letter {
    color: #d9dada; }
  .custom-news--white .custom-news__tag {
    background-color: #1e2dfa; }
  .custom-news--white .custom-news__title {
    color: #1e2dfa; }
  .custom-news--white .custom-news__date {
    color: #1e2dfa; }

.custom-news--number {
  background-color: #284035; }
  @media (min-width: 1024px) {
    .custom-news--number:hover {
      cursor: pointer;
      background-color: #14211b; } }
  .custom-news--number .custom-news__letter {
    color: #d9dada; }
  .custom-news--number .custom-news__tag {
    background-color: #000; }
  .custom-news--number .custom-news__title {
    color: #b5a7f2;
    font-size: 188px;
    line-height: 140px;
    font-weight: 500;
    font-family: "Minion Pro", Arial, Verdana, sans-serif; }
    @media (max-width: 1449px) {
      .custom-news--number .custom-news__title {
        font-size: 150px;
        line-height: 110px; } }
    @media (max-width: 1249px) {
      .custom-news--number .custom-news__title {
        font-size: 120px;
        line-height: 90px; } }
    @media (max-width: 575px) {
      .custom-news--number .custom-news__title {
        font-size: 60px;
        line-height: 40px; } }
  .custom-news--number .custom-news__descr {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.3; }
    @media (max-width: 1249px) {
      .custom-news--number .custom-news__descr {
        font-size: 18px; } }
    @media (max-width: 575px) {
      .custom-news--number .custom-news__descr {
        font-size: 14px; } }
  .custom-news--number .custom-news__date {
    color: #fff; }

.custom-news--opinion-center {
  background-color: #284035; }
  @media (min-width: 1024px) {
    .custom-news--opinion-center:hover {
      cursor: pointer;
      background-color: #14211b; } }
  .custom-news--opinion-center .custom-news__letter {
    color: #d9dada; }
  .custom-news--opinion-center .custom-news__tag {
    background-color: #ff2a00; }
  .custom-news--opinion-center .custom-news__title {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    line-height: 1.16667;
    font-family: "Roboto", Arial, Verdana, sans-serif; }
    @media (max-width: 1249px) {
      .custom-news--opinion-center .custom-news__title {
        font-size: 24px; } }
    @media (max-width: 1023px) {
      .custom-news--opinion-center .custom-news__title {
        font-size: 20px; } }
    @media (max-width: 575px) {
      .custom-news--opinion-center .custom-news__title {
        font-size: 16px; } }
  .custom-news--opinion-center .custom-news__descr {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.3; }
  .custom-news--opinion-center .custom-news__date {
    color: #fff; }
  .custom-news--opinion-center .custom-news__content {
    padding-left: 39px; }

.custom-news--opinion-left {
  background-color: #284035; }
  @media (min-width: 1024px) {
    .custom-news--opinion-left:hover {
      cursor: pointer;
      background-color: #14211b; } }
  .custom-news--opinion-left .custom-news__letter {
    color: #d9dada; }
  .custom-news--opinion-left .custom-news__tag {
    background-color: #ff2a00; }
  .custom-news--opinion-left .custom-news__title {
    text-align: left;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    line-height: 1.16667;
    font-family: "Roboto", Arial, Verdana, sans-serif; }
    @media (max-width: 1249px) {
      .custom-news--opinion-left .custom-news__title {
        font-size: 24px; } }
    @media (max-width: 1023px) {
      .custom-news--opinion-left .custom-news__title {
        font-size: 20px; } }
    @media (max-width: 575px) {
      .custom-news--opinion-left .custom-news__title {
        font-size: 16px; } }
  .custom-news--opinion-left .custom-news__descr {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.3; }
  .custom-news--opinion-left .custom-news__date {
    color: #fff; }

.custom-news--image .custom-news__bg:after {
  display: none; }

.custom-news--author {
  background-color: #000;
  justify-content: flex-end; }
  @media (max-width: 1249px) {
    .custom-news--author {
      padding-bottom: 0px; } }
  @media (min-width: 1024px) {
    .custom-news--author:hover {
      cursor: pointer;
      background-color: #1a1a1a; } }
  .custom-news--author .custom-news__author-wrap {
    position: absolute;
    top: 15%;
    right: 7%;
    width: 30%; }
    @media (max-width: 1449px) {
      .custom-news--author .custom-news__author-wrap {
        top: 5%;
        right: 5%;
        width: 20%; } }
  .custom-news--author .custom-news__author {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1; }
    .custom-news--author .custom-news__author:after {
      z-index: -1;
      position: absolute;
      content: "";
      width: 200%;
      height: 100%;
      top: 0;
      background-color: #494948;
      z-index: 0;
      left: 0;
      transform-origin: 0 50%;
      transform: translateX(25%) rotate(-25deg); }
  .custom-news--author .custom-news__author-img {
    max-width: 158px;
    max-height: 158px;
    overflow: hidden;
    border-radius: 50%;
    z-index: 10; }
    .custom-news--author .custom-news__author-img img {
      max-width: 100%;
      max-height: 100%; }
  .custom-news--author .custom-news__content {
    margin-bottom: 10%; }
  .custom-news--author .custom-news__letter {
    color: #494948; }
  .custom-news--author .tag--black {
    background-color: #000;
    padding: 0px; }
  .custom-news--author .custom-news__title {
    font-size: 30px;
    line-height: 1.16667;
    color: #f8da70; }
    @media (max-width: 1249px) {
      .custom-news--author .custom-news__title {
        font-size: 24px; } }
    @media (max-width: 1023px) {
      .custom-news--author .custom-news__title {
        font-size: 20px; } }
    @media (max-width: 575px) {
      .custom-news--author .custom-news__title {
        font-size: 16px; } }
  .custom-news--author .custom-news__date {
    color: #fff; }

.custom-news--title-bottom {
  background-color: #284035;
  justify-content: flex-end; }
  @media (max-width: 1249px) {
    .custom-news--title-bottom {
      padding-bottom: 0px; } }
  @media (max-width: 767px) {
    .custom-news--title-bottom {
      padding-bottom: 0px; } }
  @media (min-width: 1024px) {
    .custom-news--title-bottom:hover {
      cursor: pointer;
      background-color: #14211b; } }
  .custom-news--title-bottom .custom-news__letter {
    color: #d9dada; }
  .custom-news--title-bottom .custom-news__content {
    margin-bottom: 55px;
    padding-left: 36px; }
    @media (max-width: 1249px) {
      .custom-news--title-bottom .custom-news__content {
        padding-left: 30px; } }
    @media (max-width: 575px) {
      .custom-news--title-bottom .custom-news__content {
        margin-bottom: 30px; } }
  .custom-news--title-bottom .custom-news__tag {
    background-color: #ff2a00; }
  .custom-news--title-bottom .custom-news__title {
    text-align: left;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    line-height: 35px;
    line-height: 1.16667;
    font-family: "Roboto", Arial, Verdana, sans-serif; }
    @media (max-width: 1249px) {
      .custom-news--title-bottom .custom-news__title {
        font-size: 22px; } }
    @media (max-width: 1023px) {
      .custom-news--title-bottom .custom-news__title {
        font-size: 20px; } }
    @media (max-width: 575px) {
      .custom-news--title-bottom .custom-news__title {
        font-size: 16px; } }
  .custom-news--title-bottom .custom-news__descr {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.3; }
  .custom-news--title-bottom .custom-news__date {
    color: #fff; }