h5.medium {
  font-family: "Inter";
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: black;
}

.text-light {
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  color: black;
}

.text-bold {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: black;
}

.text-data {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: black;
}

.text-title {
  font-weight: 600;
  font-size: 10px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: black;
}

.main-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 250px;
  background-image: url(../../img/N/pages/newsPage/preview.jpg);
  background-position: center;
}

.main-preview .main-preview__title {
  width: 85%;
  max-width: 1240px;
  margin: 0 auto 56px;
}

.main-preview .main-preview__title .main-preview__title-section-name {
  color: white;
}

.wrapper-news {
  width: 85%;
  max-width: 1240px;
  margin: 60px auto 120px;
}

.wrapper-news .news .news__articles-box {
  max-width: 852px;
  width: calc(70% - 20px);
  float: left;
  margin-right: 40px;
}

.wrapper-news .news .news__articles-box .news__articles {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrapper-news .news .news__articles-box .news__articles__show-more {
  width: 100%;
  height: 54px;
  background: #F4F4F4;
  border: none;
  cursor: pointer;
}

.wrapper-news .news .news__articles-box .news__articles__show-more--disabled{
  cursor: not-allowed;
}

.wrapper-news .news .news__articles-box .news__articles__show-more:not(.news__articles__show-more--disabled):hover {
  background: #CDDDE3;
}

.article {
  display: inline-block;
  width: calc(50% - 20px);
  margin-bottom: 60px;
}

.article:nth-child(2n + 1) {
  margin-right: 40px;
}

.article .article-image__wrapper {
  width: 100%;
  position: relative;
  padding-bottom: 55.5555%;
}

.article .article-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}

.article .article-image .article__info-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100px;
  height: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: white;
  position: relative;
  bottom: -1px;
  left: -1px;
}

.article .article-image .article__info-date .date-day {
  font-weight: bold;
  font-size: 46px;
  line-height: 41px;
}

.article .article-image .article__info-date .date-month {
  font-size: 14px;
  line-height: 28px;
}

.article .article__info {
  margin-top: 30px;
}

.article .article__info .article__info-title {
  margin-bottom: 6px;
}

.right-bar__categories,
.right-bar__distribution,
.right-bar__recent-articles {
  width: calc(30% - 20px);
  max-width: 347px;
  float: right;
}

.right-bar__categories .categories-title {
  margin-bottom: 20px;
}

.right-bar__categories .categories__block {
  background-color: #F4F4F4;
  padding: 20px 21px;
}

.right-bar__categories .categories__block .categories__block__item {
  color: black;
}

.right-bar__categories .categories__block .categories__block__item:not(.active) {
  font-weight: normal;
  color: rgba(0, 0, 0, 0.7);
}

.right-bar__categories .categories__block .categories__block__item:not(:last-child) {
  margin-bottom: 20px;
}

.right-bar__categories .categories__block .categories__block__item:hover {
  color: #697B87;
}

.right-bar__distribution {
  margin-top: 40px;
}

.right-bar__distribution .distribution__mail-field {
  margin-top: 4px;
  border: 1px solid #CDDDE3;
  height: 64px;
  width: 100%;
  padding: 20px;
}

.right-bar__distribution .distribution__mail-field::-webkit-input-placeholder {
  font-weight: 600;
  font-size: 10px;
  line-height: 28px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #697B87;
}

.right-bar__distribution .distribution__mail-field::-moz-placeholder {
  font-weight: 600;
  font-size: 10px;
  line-height: 28px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #697B87;
}

.right-bar__distribution .distribution__mail-field:-ms-input-placeholder {
  font-weight: 600;
  font-size: 10px;
  line-height: 28px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #697B87;
}

.right-bar__distribution .distribution__mail-field::-ms-input-placeholder {
  font-weight: 600;
  font-size: 10px;
  line-height: 28px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #697B87;
}

.right-bar__distribution .distribution__mail-field::placeholder {
  font-weight: 600;
  font-size: 10px;
  line-height: 28px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #697B87;
}

.right-bar__recent-articles {
  margin-top: 40px;
}

.right-bar__recent-articles .recent-articles__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 20px;
  border: 1px solid #CDDDE3;
}

.recent-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  margin: 0 15px;
}

.recent-article:not(:last-child) {
  border-bottom: 1px solid #CDDDE3;
}

.recent-article .recent-article-image {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100px;
  height: 100px;
}

.recent-article .recent-article__info {
  margin-left: 20px;
}

.recent-article .recent-article__info .recent-article__info-title {
  margin-bottom: 10px;
}

.clear-block {
  clear: both;
}

.blog__articles-show-more--disable {
  display: none;
}

@media screen and (max-width: 1100px) {
  .main-preview .main-preview__title {
    margin-bottom: 40px;
  }
  .wrapper-news {
    margin: 40px auto 81px;
  }
  .wrapper-news .news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrapper-news .news .news__articles-box {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  .right-bar__categories,
  .right-bar__distribution {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .right-bar__categories,
  .right-bar__distribution,
  .right-bar__recent-articles {
    width: 100%;
    max-width: 100%;
  }
  .right-bar__distribution {
    margin-bottom: 40px;
  }
  .right-bar__recent-articles {
    margin-top: 60px;
  }
  .right-bar__recent-articles .recent-articles__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }
  .right-bar__recent-articles .recent-articles__list:before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    background-color: #CDDDE3;
    left: 50%;
  }
  .recent-article {
    width: calc(50% - 30px);
  }
  .recent-article:nth-last-child(2) {
    border-bottom: none;
  }
  .recent-article .recent-article-image {
    display: none;
  }
  .recent-article .recent-article__info {
    margin: 0;
  }
  .article {
    margin-bottom: 53px;
  }
  .article .article-image .article__info-date {
    width: 80px;
    height: 80px;
  }
  .article .article-image .article__info-date .date-day {
    font-weight: 600;
    font-size: 30px;
    line-height: 120.4%;
  }
  .article .article__info {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    margin-top: 16px;
  }
  .article .article__info .article__info-title {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
  }
  .text-light {
    font-size: 14px;
    line-height: 24px;
  }
}

@media screen and (max-width: 768px) {
  .wrapper-news {
    max-width: 648px;
  }
}

@media screen and (max-width: 600px) {
  .article .article-image .article__info-date {
    width: 60px;
    height: 60px;
  }
  .article .article-image .article__info-date .date-day {
    font-size: 20px;
    line-height: 100%;
  }
  .article .article-image .article__info-date .date-month {
    font-size: 12px;
    line-height: 16px;
  }
}

@media screen and (max-width: 475px) {
  h5.medium {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
  }
  .wrapper-news {
    margin-bottom: 76px;
  }
  .wrapper-news .news .news__articles .news__articles__show-more {
    font-size: 8px;
    line-height: 24px;
  }
  .main-preview {
    background-image: url(../../img/N/pages/newsPage/preview-mobile.jpg);
  }
  .main-preview .main-preview__title {
    margin-bottom: 30px;
  }
  .right-bar__recent-articles .recent-articles__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .right-bar__recent-articles .recent-articles__list::before {
    display: none;
  }
  .recent-article {
    width: calc(100% - 30px);
  }
  .right-bar__categories .categories__block .categories__block__item {
    font-size: 14px;
    line-height: 27px;
  }
  .right-bar__categories .categories__block .categories__block__item:not(:last-child) {
    margin-bottom: 10px;
  }
  .right-bar__distribution {
    margin-top: 20px;
  }
  .right-bar__distribution .distribution__title {
    font-size: 14px;
    line-height: 27px;
  }
  .right-bar__distribution .distribution__note {
    font-size: 8px;
    line-height: 24px;
  }
  .right-bar__distribution .distribution__mail-field {
    height: 44px;
  }
  .article {
    width: 100%;
    margin-bottom: 40px;
  }
  .article:nth-child(2n+1) {
    margin-right: 0;
  }
  .article .article__info {
    margin-top: 10px;
  }
  .article .article__info .article__info-title {
    /* display: none; */
  }
  .article .article__info .article__info-annotation {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
  }
  .right-bar__recent-articles {
    margin-top: 0;
  }
  .right-bar__recent-articles .recent-articles__list {
    margin-top: 14px;
  }
  .right-bar__recent-articles .recent-articles-title {
    display: none;
  }
}

@media screen and (max-width: 475px) {
  .wrapper-news {
    max-width: 260px;
  }
}

