.newsletters .container {
  padding-bottom: 108px; }
  @media (min-width: 768px) {
    .newsletters .container {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      gap: 14px; } }
  @media (min-width: 1200px) {
    .newsletters .container {
      gap: 44px; } }
  @media (min-width: 1200px) {
    .newsletters .container {
      padding-bottom: 230px; } }
  @media (min-width: 1850px) {
    .newsletters .container {
      padding-bottom: 270px; } }

@media (min-width: 768px) {
  .newsletters .newsletters_posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 14px; } }

@media (min-width: 1200px) {
  .newsletters .newsletters_posts {
    gap: 44px; } }

.newsletters_title {
  width: 100%;
  margin-bottom: 30px; }
  @media (min-width: 1200px) {
    .newsletters_title {
      max-width: 1311px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 15px; } }
  .newsletters_title * {
    color: var(--real-black);
    font-family: var(--font-secondary);
    font-size: 35px;
    line-height: 1;
    font-style: normal;
    font-weight: 200;
    letter-spacing: 1.75px;
    text-align: center;
    text-transform: uppercase; }
    @media (min-width: 1200px) {
      .newsletters_title * {
        font-size: 60px;
        font-weight: 300;
        line-height: 1;
        letter-spacing: 1.2px; } }

.newsletters_description {
  width: 100%;
  margin-bottom: 42px; }
  @media (min-width: 1200px) {
    .newsletters_description {
      max-width: 1311px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 100px; } }
  .newsletters_description * {
    color: var(--black);
    font-size: 14px;
    line-height: 1.3;
    font-style: normal;
    font-weight: 400;
    text-wrap: balance;
    text-align: center; }
    @media (min-width: 1200px) {
      .newsletters_description * {
        font-size: 16px; } }
    @media (min-width: 1850px) {
      .newsletters_description * {
        font-size: 22px; } }

.newsletters_item {
  display: block;
  border-radius: 12px;
  border: 1px solid var(--border-light-alt);
  background-color: var(--white);
  filter: drop-shadow(0px 4px 12px rgba(98, 98, 98, 0));
  transition: all 0.5s;
  padding: 52px 33px 62px;
  margin-bottom: 15px;
  text-decoration: none; }
  .newsletters_item:hover {
    filter: drop-shadow(0px 4px 12px rgba(98, 98, 98, 0.14)); }
  @media (min-width: 768px) {
    .newsletters_item {
      width: calc(50% - 7.5px);
      margin-bottom: 0; } }
  @media (min-width: 1200px) {
    .newsletters_item {
      border-radius: 24px;
      width: calc(33.33% - 30px);
      max-width: 515px;
      padding: 40px 26px 49px; } }
  @media (max-width: 1199px) {
    .newsletters_item-4, .newsletters_item-5, .newsletters_item-6 {
      display: none; } }
  .newsletters_item_text {
    display: block;
    color: var(--black);
    font-size: 14px;
    line-height: 1.3;
    font-style: normal;
    font-weight: 400;
    text-wrap: balance;
    text-align: left;
    text-transform: uppercase; }
    .newsletters_item_text strong {
      font-weight: 700; }
    @media (min-width: 1200px) {
      .newsletters_item_text {
        font-size: 20px; } }
    @media (min-width: 1850px) {
      .newsletters_item_text {
        font-size: 26px; } }
  .newsletters_item_media {
    width: 100%;
    display: block;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 31px; }
    @media (min-width: 1200px) {
      .newsletters_item_media {
        border-radius: 20px; } }
    @media (min-width: 1850px) {
      .newsletters_item_media {
        margin-bottom: 63px; } }
    .newsletters_item_media img {
      width: 100%; }

.newsletters_actions {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto; }
  .newsletters_actions_link {
    color: var(--real-black);
    font-family: var(--font-secondary);
    font-size: 14px;
    line-height: 1.5;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    text-decoration-line: underline;
    transition: color 0.5s; }
    @media (min-width: 1200px) {
      .newsletters_actions_link {
        font-size: 20px; } }
    .newsletters_actions_link:hover {
      color: var(--red); }

.newsletters_pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 29px auto 0; }
  @media (min-width: 1200px) {
    .newsletters_pagination {
      margin-top: 20px; } }
  .newsletters_pagination_prev {
    display: block;
    width: 48px;
    height: 48px;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
    background-image: url("../../assets/images/ico-pagination-prev.svg");
    background-position: center;
    background-size: 15px auto;
    background-repeat: no-repeat;
    margin-right: 2px; }
    @media (min-width: 1200px) {
      .newsletters_pagination_prev {
        background-size: 25px auto; } }
    .newsletters_pagination_prev.disabled {
      background-image: url("../../assets/images/ico-pagination-prev-disabled.svg"); }
  .newsletters_pagination_next {
    display: block;
    width: 48px;
    height: 48px;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
    background-image: url("../../assets/images/ico-pagination-next.svg");
    background-position: center;
    background-size: 15px auto;
    background-repeat: no-repeat;
    margin-left: 2px; }
    @media (min-width: 1200px) {
      .newsletters_pagination_next {
        background-size: 25px auto; } }
    .newsletters_pagination_next.disabled {
      background-image: url("../../assets/images/ico-pagination-next-disabled.svg"); }
  .newsletters_pagination_number {
    color: var(--real-black);
    font-size: 14px;
    line-height: 1;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    text-decoration: none;
    margin-left: 19px;
    margin-right: 19px; }
    @media (min-width: 1200px) {
      .newsletters_pagination_number {
        font-size: 22px;
        margin-left: 9px;
        margin-right: 9px; } }
    .newsletters_pagination_number:hover {
      color: var(--real-black); }
    .newsletters_pagination_number.current {
      color: var(--red);
      font-weight: 700; }

.cover .container {
  padding-bottom: 108px; }
  @media (min-width: 1200px) {
    .cover .container {
      display: flex;
      padding-bottom: 230px; } }
  @media (min-width: 1850px) {
    .cover .container {
      padding-bottom: 270px; } }

.cover_content {
  border-radius: 12px;
  overflow: hidden;
  padding: 32px 32px 42px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative; }
  @media (min-width: 1200px) {
    .cover_content {
      border-radius: 20px;
      padding: 66px 50% 85px 66px;
      min-height: 631px;
      display: flex;
      flex-direction: column; } }
  .cover_content:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(358deg, rgba(26, 26, 26, 0) 72.14%, #1A1A1A 93.21%, #1A1A1A 97.54%), linear-gradient(191deg, rgba(26, 26, 26, 0) 27.26%, #1A1A1A 72.77%); }

.cover_title {
  margin-bottom: 139px;
  position: relative;
  z-index: 1; }
  @media (min-width: 1200px) {
    .cover_title {
      width: 42%;
      position: absolute;
      bottom: 78px;
      right: 62px;
      text-align: left;
      margin-bottom: 0; } }
  @media (min-width: 1850px) {
    .cover_title {
      width: 45%;
      bottom: 67px; } }
  .cover_title,
  .cover_title * {
    color: var(--real-white);
    font-family: var(--font-secondary);
    font-style: normal;
    font-weight: 200;
    text-align: left;
    text-transform: uppercase;
    font-size: 35px;
    line-height: 1;
    letter-spacing: 1.75px; }
    @media (min-width: 1200px) {
      .cover_title,
      .cover_title * {
        font-size: 45px;
        line-height: 1;
        letter-spacing: 2.5px; } }
    @media (min-width: 1850px) {
      .cover_title,
      .cover_title * {
        font-size: 63px;
        line-height: 1;
        letter-spacing: 3.15px; } }

.cover_subtitle {
  margin-bottom: 15px;
  position: relative;
  z-index: 1; }
  @media (min-width: 1200px) {
    .cover_subtitle {
      margin-top: auto; } }
  @media (min-width: 1850px) {
    .cover_subtitle {
      margin-bottom: 40px; } }
  .cover_subtitle,
  .cover_subtitle * {
    color: var(--real-white);
    font-family: var(--font-secondary);
    font-size: 25px;
    line-height: 1;
    font-style: normal;
    font-weight: 200;
    text-align: left;
    letter-spacing: 1.25px;
    text-transform: uppercase; }
    @media (min-width: 1200px) {
      .cover_subtitle,
      .cover_subtitle * {
        font-size: 35px;
        line-height: 1;
        letter-spacing: 2.25px; } }
    @media (min-width: 1850px) {
      .cover_subtitle,
      .cover_subtitle * {
        font-size: 60px;
        line-height: 1;
        letter-spacing: 3px; } }

.cover_description {
  position: relative;
  z-index: 1; }
  .cover_description,
  .cover_description * {
    color: var(--real-white);
    font-size: 14px;
    line-height: 1.25;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    margin-bottom: 17px; }
    @media (min-width: 1200px) {
      .cover_description,
      .cover_description * {
        font-size: 16px;
        margin-bottom: 24px; } }
    .cover_description:last-child,
    .cover_description *:last-child {
      margin-bottom: 0px; }
      @media (min-width: 1200px) {
        .cover_description:last-child,
        .cover_description *:last-child {
          margin-bottom: 0px; } }
