

/* Start:/local/templates/main/components/bitrix/news/articles/bitrix/news.list/.default/style.css?17696209724224*/
div.news-list {
  word-wrap: break-word;
}
div.news-list img.preview_picture {
  float: left;
  margin: 0 4px 6px 0;
}
.news-date-time {
  color: #486daa;
}

.main-content {
  background: #fff !important;
}

.article-new {
  padding: 2.5rem 0 6rem 0;
}

a {
  text-decoration: none;
}

.article-new__categories {
  margin-top: 2rem;
}

.article-new__categories-head {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.article-new__categories-title {
  color: rgba(0, 16, 31, 0.7);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 150%;
}

.article-new__categories-more {
  margin-top: 0.35rem;
  color: #3c7b8f;
  font-family: Ubuntu;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 150%;
}

.article-new__categories-list {
  margin-bottom: 4rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.8rem;
}

.article-new__categories-item {
  padding: 2rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  border-radius: 1rem;
  background: #effafc;
}

.article-new__categories-item-img {
  width: 4.5rem;
  min-width: 4.5rem;
  height: 4.5rem;
  border: 3px solid #fff;
  border-radius: 100%;
  overflow: hidden;
}

.article-new__categories-item-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-new__categories-item-info {
}

.article-new__categories-item-link {
  color: #00101f;
  font-size: 1rem;
  font-weight: 700;
  line-height: 150%;
}

.article-new__categories-item-quantity {
  color: rgba(0, 16, 31, 0.7);
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 150%;
}

.article-new__body {
}

.article-new__body-title {
  margin-bottom: 1.5em;
  color: rgba(0, 16, 31, 0.7);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 150%;
}

.article-new__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.article-new__item {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0px 4px 35px 0px rgba(32, 63, 81, 0.1);
}

.article-new__item-img {
  padding: 1rem;
  display: flex;
  align-items: flex-end;
  position: relative;
  height: 11rem;
  border-radius: 0.75rem;
  border: 2px solid #effafc;
  overflow: hidden;
}

.article-new__item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.article-new__item-tag {
  position: relative;
  z-index: 2;
  padding: 0.25rem 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 16, 31, 0.7);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 150%;
  border-radius: 6.25rem;
  background: #E7EAF1;
}

.article-new__item-info {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
}

.article-new__item-title {
  margin-bottom: 0.75rem;
  color: #3c7b8f;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 150%;
}

.article-new__item-text {
  color: #00101f;
  font-size: 1rem;
  font-weight: 300;
  line-height: 150%;
}

.article-new__more-mob {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .article-new__categories-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem;
  }
  .article-new__categories-item {
    padding: 1rem;
  }
  .article-new__content {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 640px) {
  .article-new__categories-list {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
  }
  .article-new__more-mob {
    margin-bottom: 3.5rem;
    display: flex !important;
  }
  .article-new__categories-item {
    padding: 2rem 1.5rem;
  }

  .article-new__title {
    text-align: center;
  }

  .article-new__categories-head {
    justify-content: center;
  }

  .article-new__categories-title,
  .article-new__body-title {
    text-align: center;
    font-size: 1.75rem;
    line-height: 150%;
  }
  .article-new__categories-more {
    display: none;
  }
  .article-new__categories-item-link,
  .article-new__item-text {
    font-size: 1.15rem;
  }
  .article-new__categories-item-quantity {
    font-size: 1rem;
  }
  .article-new__content {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

/* End */
/* /local/templates/main/components/bitrix/news/articles/bitrix/news.list/.default/style.css?17696209724224 */
