

/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/bootstrap_v4/style.css?1602588254302*/
.page-link,
.page-link:hover {
	color: var(--theme-color-primary);
}

.page-item.active .page-link {
	color: var(--theme-b-tx-primary);
	background-color: var(--theme-color-primary);
	border-color: var(--theme-color-primary);
}

.page-link:focus {
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}
/* End */


/* Start:/bitrix/templates/akson/components/bitrix/news.list/galery/style.css?17855032571207*/
.custom-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 30px 0;
}

.custom-gallery__item {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    aspect-ratio: 1;
    border: 2px solid #e5e5e5;
    background-color: #242424;
    transition: border-color 0.3s ease-in-out;
}

.custom-gallery__blur-bg {
    position: absolute;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    background-size: cover;
    background-position: center;
    filter: blur(15px) brightness(0.6);
    z-index: 1;
    transition: transform 0.5s ease-in-out;
}

.custom-gallery__item img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.5s ease-in-out;
}

.custom-gallery__item:hover .custom-gallery__blur-bg {
    transform: scale(1.1);
}

.custom-gallery__item:hover img {
    transform: scale(1.05);
}

.custom-gallery__item:hover {
    border-color: #888888;
}

@media (max-width: 991px) {
    .custom-gallery { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575px) {
    .custom-gallery { grid-template-columns: 1fr; }
}

/* End */
/* /bitrix/components/bitrix/system.pagenavigation/templates/bootstrap_v4/style.css?1602588254302 */
/* /bitrix/templates/akson/components/bitrix/news.list/galery/style.css?17855032571207 */
