

/* Start:/local/templates/sniper_2026/components/bitrix/system.pagenavigation/main_v1/style.css?17755325951081*/

.pagin, .pagin-items {
    display: flex;
    justify-content: center;
}

.pagin-item:not(.same) a, .pagin-item:not(.same) span{
    padding: 10px 15px;
    color: rgb(98, 98, 98);
}

.pagin .same a {
    padding: 10px 30px;
}

.pagin-item.active {
    background-color: #F5F5F5;
}

.pagin-items {
    margin: 0 10px;
}
.pagin-items:first-child{
    margin-left: 0;
}
.pagin-item.same, .pagin-items {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

.pagin .pagin-item:hover {
    background-color: #F5F5F5;
}

.pagin a, .pagin span {
    text-decoration: none;
    display: block;
}

.pagin .pagin-link.next,
.pagin .pagin-link.prev {
    background: #a3a3f3;
    color: #FFFFFF;
}
.pagin .pagin-item.active,
.pagin .pagin-link.next:hover,
.pagin .pagin-link.prev:hover{
    background: #0000b2;
}
.pagin .pagin-item.active .pagin-link{
    color: #FFFFFF;
}

.bakhily-new {
    background: #fbd7ec;
}


@media (max-width: 400px) {
    .pagin .same a {
        padding: 7px;
    }
    .pagin-item:not(.same) a, .pagin-item:not(.same) span {
        padding: 7px;
    }
}
/* End */


/* Start:/local/templates/sniper_2026/components/bitrix/news.list/flat/style.css?17756303963292*/

/* === Карточка новости === */
.news-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #fff;
	border-radius: 0.75rem;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0,0,0,.08);
	transition: box-shadow .2s ease, transform .2s ease;
}
.news-card:hover {
	box-shadow: 0 8px 24px rgba(0,0,0,.14);
	transform: translateY(-3px);
}

/* === Блок изображения === */
.news-card__thumb {
	position: relative;
	display: block;
	overflow: hidden;
	aspect-ratio: unset;
	background: #f0f2f5;
	flex-shrink: 0;
	height: 400px;
}
.news-card__thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	transition: transform .35s ease;
	background: #f0f2f5;
}
.news-card__thumb:hover img {
	transform: scale(1.05);
}
/* Оверлей поверх картинки */
.news-card__thumb-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, transparent 50%, rgba(0,0,0,.45) 100%);
	opacity: 0;
	transition: opacity .3s ease;
}
.news-card__thumb:hover .news-card__thumb-overlay {
	opacity: 1;
}
/* Иконка «посмотреть» при ховере */
.news-card__thumb-icon {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity .3s ease;
}
.news-card__thumb:hover .news-card__thumb-icon {
	opacity: 1;
}
.news-card__thumb-icon i {
	font-size: 2.5rem;
	color: #fff;
	text-shadow: 0 2px 6px rgba(0,0,0,.4);
}

/* === Нет картинки — заглушка === */
.news-card__thumb--empty {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #c0c4cc;
	font-size: 3rem;
}

/* === Тело карточки === */
.news-card__body {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 1.1rem 1.25rem;
	gap: .5rem;
}
.news-card__category {
	font-size: .75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .06em;
	color: #0d6efd;
}
.news-card__title {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.4;
	margin: 0;
}
.news-card__title a {
	color: inherit;
	text-decoration: none;
}
.news-card__title a:hover {
	color: #0d6efd;
}
.news-card__props {
	font-size: .85rem;
	color: #6c757d;
	display: flex;
	flex-wrap: wrap;
	gap: .25rem .75rem;
	flex-direction: column;
}
.news-card__props .prop-label {
	font-weight: 500;
	color: #495057;
}
.news-card__meta {
	margin-top: auto;
	padding-top: .75rem;
	border-top: 1px solid #f0f2f5;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: .5rem;
}
.news-card__actions {
	display: flex;
	gap: .5rem;
	flex-wrap: wrap;
}
.btn-detail {
	padding: .35rem .9rem;
	font-size: .8rem;
	border: 1.5px solid #0d6efd;
	color: #0d6efd;
	background: transparent;
	text-decoration: none;
	transition: background .2s, color .2s;
	white-space: nowrap;
}
.btn-detail:hover {
	background: #0d6efd;
	color: #fff;
}
.btn-detail.form {
	border-color: #198754;
	color: #198754;
}
.btn-detail.form:hover {
	background: #198754;
	color: #fff;
}

/* === Слайдер (без изменений логики) === */
.bx-newslist-slider { position: relative; overflow: hidden; }
.bx-newslist-slider-container { display: flex; transition: left .3s ease; }
.bx-newslist-slider-slide img { width: 100%; height: auto; display: block; }
/* End */
/* /local/templates/sniper_2026/components/bitrix/system.pagenavigation/main_v1/style.css?17755325951081 */
/* /local/templates/sniper_2026/components/bitrix/news.list/flat/style.css?17756303963292 */
