

/* Start:/local/templates/box/components/bitrix/system.pagenavigation/.default/style.css?17048852891343*/
.pagination-list {
	list-style: none;
	display: flex;
	padding: 0;
	margin: 0;
}

.pagination-list__link {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F3F8FE;
	border: 1px solid #DCEAFD;
	border-radius: 4px;
	text-decoration: none;
	color: #414042;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	margin: 0 5px;
}

span.pagination-list__link {
	background: #E9E9E9;
	border-color: #E9E9E9;
}

.pagination-list__item--active .pagination-list__link {
	background: var(--link-color);
	border-color: var(--link-color);
	color: #fff;
}

.pagination-list__item svg {
	width: 7px;
}

.pagination {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

.pagination-more {
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F3F8FE;
	border: 1px solid #DCEAFD;
	border-radius: 4px;
	padding: 0 25px;
	text-decoration: none;
	color: #414042;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
}


@media (max-width: 767px) {
	.pagination {
		flex-wrap: wrap;
		justify-content: center;
	}

	.pagination-more {
		width: 100%;
		max-width: 335px;
		margin-bottom: 10px;
	}

	.pagination-list {
		width: 100%;
		justify-content: center;
	}
}
/* End */


/* Start:/local/templates/box/components/bitrix/news.list/actions/style.css?1752846700932*/
.actions.actions--small {
    --banner-col: 2;
    --banner-margin: 10px;
    /* margin: var(--margin-default) 0; */
}


.actions.actions--small .banner__link{
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.3s ease all;
}

.banners__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 calc(var(--banner-margin) * -1);
}
.banner {
    width: calc(100% / var(--banner-col) - (var(--banner-margin) * 2));
    margin: var(--banner-margin);
}
.banner__picture {
    position: relative;
}

.banner__picture img {
    height: auto;
}

.actions.actions--small .banner__link:hover {
    transform: scale(1.05);
}
@media (max-width: 1199px) {
    .actions.actions--small {
        --banner-col: 1;
    }
}
@media (max-width: 767px) {
    .actions.actions--small {
        --banner-col: 1;
    }
    .banners__list {
        text-align: center;
    }
}
/* End */
/* /local/templates/box/components/bitrix/system.pagenavigation/.default/style.css?17048852891343 */
/* /local/templates/box/components/bitrix/news.list/actions/style.css?1752846700932 */
