

/* Start:/bitrix/templates/samer/components/bitrix/system.pagenavigation/samer/style.css?17636648931595*/
.page-pagination {
	margin-top: 80px;
}
.prev-page.disabled {
	display: none;
}
.custom-pagination {
	display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 12px;
    align-items: center;
    font-size: 24px;
    font-family: 'Haval', sans-serif;
    line-height: 1;
}
.custom-pagination > :not(:first-child):not(:last-child) {
    width: 46px;
    height: 41px;
    border-radius: 5px;
    border: 1px solid var(--light2-color);
    display: flex;
    color: var(--light2-color);;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
}
.custom-pagination a {
	text-decoration: none;
}
.custom-pagination > :first-child, .custom-pagination > :last-child {
	width: 48px;
	height: 48px;
	background-image: url(/images/arrow-circle.svg);
}
.custom-pagination > :first-child {
	transform: rotate(180deg);
}
.custom-pagination .current {
	border: 1px solid var(--yellow-color) !important;
	color: var(--light-color) !important;
}
@media (max-width: 768px) {
	.page-pagination {
		margin-top: 40px;
	}
	.custom-pagination { 
		font-size: 16px;
		gap: 4px;
	}
	.custom-pagination > :first-child, .custom-pagination > :last-child {
	    width: 33px;
	    height: 33px;
	    background-image: url(/images/arrow-circle.svg);
	    background-size: contain;
	}
	.custom-pagination > :not(:first-child):not(:last-child) {
	    width: 31px;
	    height: 27px;
	    border-radius: 5px;
	    border: 1px solid var(--light2-color);
	    display: flex;
	    color: var(--light2-color);
	    align-items: center;
	    justify-content: center;
	    padding-top: 4px;
	}
}
/* End */


/* Start:/bitrix/templates/samer/components/bitrix/news/news/bitrix/news.list/.default/style.css?1763443087309*/
@media (max-width: 768px) {
	.container-samer .other-banner-info {
		margin-top: 0px;
	}
	.container-samer .other-nobanner .other-banner-bread {
		margin-bottom: 20px;
	}
	.container-samer .news-list-element-img {
		min-height: 160px;
	}
	.container-samer .news-list-element-content {
		padding: 0 0 0 0;
	}
}
/* End */
/* /bitrix/templates/samer/components/bitrix/system.pagenavigation/samer/style.css?17636648931595 */
/* /bitrix/templates/samer/components/bitrix/news/news/bitrix/news.list/.default/style.css?1763443087309 */
