

/* Start:/bitrix/templates/panchemodan_mobile/components/bitrix/news/promo/bitrix/news.list/promo/style.css?17274374252038*/
.item {
  display: block;
  text-decoration: none;
  color: #000;
}

.promo {
  max-width: 1052px;
  margin: 0 auto;
}

.promo__title {
  margin: 0 auto;
  text-align: center;
  font-family: Forum, sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px;
  position: relative;

  @media screen and (max-width: 767px) {
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-align: left;
    margin: 10px 0 0;
  }
}

.promo__count {
  color: #A6A6A6;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  top: 8px;
  right: -7px;
  vertical-align: top;

  @media screen and (max-width: 767px) {
    font-size: 14px;
    line-height: 18px;
  }
}

.promo__items {
  display: flex;
  flex-wrap: wrap;
  row-gap: 60px;
  column-gap: 80px;
  margin: 50px auto 70px;

  @media screen and (max-width: 767px) {
    flex-direction: column;
    margin: 20px auto 0;
    gap: 40px;
  }
}

.item {
  width: calc(50% - 40px);

  @media screen and (max-width: 767px) {
    width: 100%;
  }
}

.item__image {
  width: 100%;
  height: 280px;

  @media screen and (max-width: 767px) {
    height: 190px;
  }
}

.item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item__date {
  display: block;
  margin: 15px 0 10px;
  color: #A6A6A6;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;

  @media screen and (max-width: 767px) {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
  }
}

.item__name {
  font-family: Forum, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 10px;

  @media screen and (max-width: 767px) {
    font-size: 24px;
    line-height: 24px;
  }
}

.item__preview {
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

/* End */
/* /bitrix/templates/panchemodan_mobile/components/bitrix/news/promo/bitrix/news.list/promo/style.css?17274374252038 */
