

/* 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/activelife_v1/style.css?17756315821772*/

/* === Карточка технолога === */
.technolog-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;
}
.technolog-card:hover {
	box-shadow: 0 8px 24px rgba(0,0,0,.14);
	transform: translateY(-3px);
}

/* Фото */
.technolog-card__thumb {
	display: block;
	overflow: hidden;
	background: #f0f2f5;
	flex-shrink: 0;
}
.technolog-card__thumb img {
	width: auto;
	height: 300px;
	display: block;
	transition: transform .35s ease;
	margin: auto;
}
.technolog-card__thumb:hover img {
	transform: scale(1.05);
}
.technolog-card__thumb--empty {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 160px;
	font-size: 3rem;
	color: #c0c4cc;
	background: #f0f2f5;
}

/* Тело */
.technolog-card__body {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 1.1rem 1.25rem;
	gap: .5rem;
}
.technolog-card__name {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.4;
	margin: 0;
}
.technolog-card__name a {
	color: inherit;
	text-decoration: none;
}
.technolog-card__name a:hover {
	color: #0d6efd;
}
.technolog-card__preview {
	font-size: .875rem;
	color: #6c757d;
	line-height: 1.55;
}
.technolog-card__category {
	font-size: .75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .06em;
	color: #0d6efd;
}

/* Кнопка */
.btn-detail {
	display: inline-block;
	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;
	margin-top: auto;
}
.btn-detail:hover {
	background: #0d6efd;
	color: #fff;
}
/* End */
/* /local/templates/sniper_2026/components/bitrix/system.pagenavigation/main_v1/style.css?17755325951081 */
/* /local/templates/sniper_2026/components/bitrix/news.list/activelife_v1/style.css?17756315821772 */
