

/* Start:/local/templates/bestlabel/components/bitrix/news/blog/bitrix/news.list/.default/style.css?17453445921738*/


a[title=rss] {
    display: none;
}

.blog-header h1 {
	margin-top: 13px;
	margin-bottom: 40px;
}
.blog-header h1 {
	font-family: "Helvetica Neue", sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 120%;
	letter-spacing: 0.02em;
	color: #000;
}

.articles__list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 30px;
	list-style: none;
	padding: 0;
}
.articles__list-item {
	flex: 0 0 calc((100% - 30px * 2) / 3);
}

.articles-controls .blog-page-navigation {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 25px;
}
.articles-controls-btn__prev, 
.articles-controls-btn__next {
	cursor: pointer;
	max-height: 55px;
	max-width: 55px;
}
.articles-controls-btn__prev svg, 
.articles-controls-btn__next svg {
	width: 100%;
	height: 100%;
}
.articles-controls-btn__prev:hover svg rect, 
.articles-controls-btn__next:hover svg rect{
	stroke: #06f;
	fill: #06f;
}
.articles-controls-btn__prev:hover svg path, 
.articles-controls-btn__next:hover svg path{
	stroke: #fff;
}
.articles-controls-pagination {
	list-style: none;
	display: flex;
	gap: 20px;
	padding: 0;
	margin: 0;
}
.articles-controls .blog-page-navigation a {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	color: #263228;
	cursor: pointer;
	text-decoration: none;
}

.articles-controls .blog-page-navigation a:hover {
	color: #06f;
}
.articles-controls .blog-page-navigation span {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	color: #06f;
	cursor: pointer;
}





@media(max-width: 992px) {
	.articles__list-item {
		flex: 0 0 calc((100% - 30px) / 2);
	}
}

@media(max-width: 575px) {
	.articles__list-item {
		flex: 0 0 100%;
	}
}

/* End */


/* Start:/local/templates/bestlabel/components/bitrix/news/blog/bitrix/news.list/.default/article-card-style.css?17453445871526*/
.article-card {
	display: flex;
	flex-direction: column;
	gap: 25px;
	border: 1px solid #E3E3E3;
	padding-bottom: 30px;
	height: 100%;
}
.article-card__header img {
	width: 100%;
	object-fit: cover;
}
.article-card__body,
.article-card__footer {
	padding-inline: 30px;
}
.article-card__footer {
	margin-top: auto;
	text-align: center;
}
.article-card__text p {
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	font-size: 19px;
	line-height: 120%;
	color: #333;
	margin-bottom: 0;
}
.article-card__link {
	display: inline-block;
	text-align: center;
	padding: 19px 50px;
	max-width: 300px;
	width: 100%;
	border: 1px solid #06f;
	border-radius: 50px;
	text-decoration: none;

	font-family: "Museo Sans Cyrl", sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #06f;
}
.article-card__link:hover {
	text-decoration: none;
	background: #06f;
	color: #fff;
	border-color: #06f;
}
.article-card__link:focus {
	outline: none;
    outline-offset: 0;
}


.articles-controls {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 25px;
}
.articles-controls-btn__prev, 
.articles-controls-btn__next {
	cursor: pointer;
	max-height: 55px;
	max-width: 55px;
}
.articles-controls-btn__prev svg, 
.articles-controls-btn__next svg {
	width: 100%;
	height: 100%;
}
.articles-controls-btn__prev:hover svg rect, 
.articles-controls-btn__next:hover svg rect{
	stroke: #06f;
	fill: #06f;
}
.articles-controls-btn__prev:hover svg path, 
.articles-controls-btn__next:hover svg path{
	stroke: #fff;
}
/* End */
/* /local/templates/bestlabel/components/bitrix/news/blog/bitrix/news.list/.default/style.css?17453445921738 */
/* /local/templates/bestlabel/components/bitrix/news/blog/bitrix/news.list/.default/article-card-style.css?17453445871526 */
