

/* Start:/bitrix/templates/monop_default/components/bitrix/news.list/solutions_main/style.css?1554115032150*/
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;
}

/* End */


/* Start:/bitrix/templates/monop_default/components/bitrix/news.list/articles-home/style.css?17860974173035*/
.articles-section {
  font-family: "Roboto", sans-serif;
  background: #f3f3f3;
  padding: 88px 64px;
  box-sizing: border-box;
}

.articles-section .articles-container {
  max-width: 1280px;
  margin: 0 auto;
}

.articles-section a {
  color: #2f6fce;
  text-decoration: none;
}

.articles-section a:hover {
  color: #245aa8;
  text-decoration: underline;
}

.articles-section a:focus {
  outline: unset;
}

.articles-section .articles-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}

.articles-section .articles-kicker {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #2f6fce;
  margin-bottom: 12px;
}

.articles-section .articles-title {
  font-size: 40px;
  font-weight: 800;
  color: #383634;
  margin: 0;
  letter-spacing: -0.01em;
}

.articles-section .articles-cta {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: 10px;
  background: #2f6fce;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
}

.articles-section .articles-cta:hover {
  color: #fff;
  text-decoration: none;
  background: #245aa8;
}

.articles-section .articles-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.articles-section .article-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  color: inherit;
  text-decoration: none;
  transition: transform 0.15s, box-shadow 0.15s;
}

.articles-section .article-card:hover {
  color: inherit;
  text-decoration: none;
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
}

.articles-section .article-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.articles-section .article-body {
  padding: 22px 22px 24px;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
}

.articles-section .article-title {
  margin: 0;
  color: #2f6fce;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
}

.articles-section .article-excerpt {
  flex: 1;
  margin: 0;
  color: #666460;
  font-size: 14.5px;
  line-height: 1.55;
}

.articles-section .article-date {
  color: #999794;
  font-size: 13px;
  font-weight: 500;
}

@media (max-width: 1199px) {
  .articles-section .articles-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .articles-section {
    padding: 56px 20px;
  }

  .articles-section .articles-header {
    align-items: flex-start;
    margin-bottom: 32px;
  }

  .articles-section .articles-title {
    font-size: 30px;
  }

  .articles-section .articles-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }
}

/* End */
/* /bitrix/templates/monop_default/components/bitrix/news.list/solutions_main/style.css?1554115032150 */
/* /bitrix/templates/monop_default/components/bitrix/news.list/articles-home/style.css?17860974173035 */
