

/* Start:/bitrix/templates/pfo_2023/components/bitrix/catalog.section.list/photogallery/style.css?1684328573530*/
#gallery .row {
	display: flex;
	flex-flow: row nowrap;
	margin-bottom: 4em;
}

#gallery .section_img {
	margin-right: 1.5em;
}

#gallery h2 {
	margin-top: 0;
	margin-bottom: .25em;
	font-weight: normal;
}

#gallery .images_list {
	display: flex;
	flex-flow: row wrap;
}

#gallery .item_img {
	margin: 0 10px 10px 0;
}

#gallery .section_date {
	margin-top: 0;
	opacity: .5;
	font-size: smaller;
}

@media screen and (max-width: 520px) {
	#gallery .section_img {
	display: none;
	}
	#gallery .item_img {
	margin: 0 7px 7px 0;
	}
}
/* End */


/* 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 */
/* /bitrix/templates/pfo_2023/components/bitrix/catalog.section.list/photogallery/style.css?1684328573530 */
/* /bitrix/templates/pfo_2023/components/bitrix/system.pagenavigation/.default/style.css?16838430681007 */
