

/* Start:/bitrix/templates/pfo_2023/components/bitrix/system.pagenavigation/.default/style.css?16838430681007*/
.nav_pages {
	margin-top: calc(var(--margin-page) / 2);
	width: 100%;
}

.nav_pages a,
.nav_pages span {
	display: inline-block;
min-width: 38px;
font-size: 18px;
line-height: 38px;
cursor: pointer;
text-align: center;
text-decoration: none;
color: #333;
outline: 0;
transition: transform .1s ease-out;
border-radius: 50%;
}

.nav_pages .current {
	background-color: var(--light-gray);
	pointer-events: none;
	cursor: default;
}

.nav_pages a.page-item {
	margin: 0 4px;
	transition: background .2s ease;
}

.nav_pages a.page-item.disabled {
	pointer-events: none;
	cursor: default;
	opacity: 0;
}

.nav_pages a.page-item:hover {
	background-color: var(--light-gray);
}

.nav_pages a, .nav_pages a.page-item, .nav_pages span {
	margin-bottom: 5px;
}

.nav_pages a.begin {
	padding-right: 16px;
}

.nav_pages a.next_page {
	padding: 0 20px 0 16px;
}

.nav_pages a.next_page:hover {
	text-decoration: underline;
}

@media screen and (max-width: 600px) {
	.nav_pages a.next_page {
	padding: 0 40px 0 16px;
	}
}
/* End */


/* Start:/bitrix/templates/pfo_2023/components/bitrix/news.list/about_magazines/style.css?16855407951278*/
#about_mags {
	position: relative;
}

#about_mags .section {
	display: flex;
	justify-content: center;
}

.section.sect_1,
.section.sect_3 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.section.sect_1 {
/*	top: 20px;*/
	z-index: -1;
}

.section.sect_3 {
/*	top: 40px;*/
	z-index: -2;
}

.section.sect_1 .dumper,
.section.sect_3 .dumper {
	transition: all .5s ease-out;
}

.section.sect_1 .dumper {
	flex-basis: 0px;
}

.section.sect_3 .dumper {
	flex-basis: 200px;
}

#about_mags:hover .section.sect_1 .dumper {
	flex-basis: 50px;
}

#about_mags:hover .section.sect_3 .dumper {
	flex-basis: 300px;
}

.section.sect_1 .about_item,
.section.sect_3 .about_item {
	background-color: var(--light);
}

.section.sect_1 .about_item img{
	opacity: .3;
	filter: blur(1px);
}
.section.sect_3 .about_item img {
	opacity: .15;
	filter: blur(2px);
}

#about_mags:hover .section.sect_1 img,
#about_mags:hover .section.sect_3 img {
	filter: blur(0px);
}

@media screen and (max-width: 520px) {
	#about_mags .section.sect_3 {
		display: none;
	}
	#about_mags .section {
	max-width: 100%;
	}
	.section.sect_1 .about_item {
	width: 50%;
	}
	.section.sect_1 .about_item img {
	opacity: .2;
	}
	.section.sect_1 .about_item:nth-child(3) {
	display: flex;
	justify-content: flex-end;
	}
}
/* End */
/* /bitrix/templates/pfo_2023/components/bitrix/system.pagenavigation/.default/style.css?16838430681007 */
/* /bitrix/templates/pfo_2023/components/bitrix/news.list/about_magazines/style.css?16855407951278 */
