

/* Start:/local/templates/pzpo/components/bitrix/news.list/photogallery/style.css?17707309025555*/
.head-section {
	margin-bottom: 70px;
}

.section__head h1 {
	position: relative;
	top: -8px;
	margin: 0;
}

.section__first.gallery .body-section {
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='704' height='1567' viewBox='0 0 704 1567' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg opacity='0.03'%3e%3cpath d='M519.353 617.495C589.597 617.495 646.541 560.028 646.541 489.138C646.541 418.248 589.597 360.781 519.353 360.781C449.109 360.781 392.165 418.248 392.165 489.138C392.165 560.028 449.109 617.496 519.353 617.495Z' fill='%23333333'/%3e%3cpath d='M519.353 -34.9854C381.647 -34.8721 249.613 20.3851 152.24 118.653C54.8664 216.921 0.11231 350.168 4.58218e-05 489.14L4.95622e-05 531.926L127.189 531.926L127.189 489.14C127.201 410.874 150.208 334.368 193.301 269.296C236.393 204.224 297.636 153.507 369.287 123.557C440.938 93.6079 519.779 85.7708 595.843 101.036C671.907 116.302 741.779 153.984 796.624 209.321C833.901 247.086 863.367 291.952 883.31 341.312C903.252 390.671 913.273 443.538 912.789 496.841C912.647 547.522 902.401 597.656 882.663 644.258C862.924 690.86 834.097 732.976 797.896 768.102L499.003 1067.6L543.942 1112.96L591.427 1155.74L885.657 858.809C934.175 811.868 972.84 755.555 999.352 693.224C1025.86 630.892 1039.68 563.816 1039.98 495.986C1040.61 425.617 1027.37 355.823 1001.02 290.668C974.676 225.514 935.747 166.301 886.504 116.476C838.275 67.978 780.989 29.6183 717.966 3.61941C654.943 -22.3795 587.436 -35.5012 519.353 -34.9854Z' fill='%23333333'/%3e%3cpath d='M429.897 1002.57L731.333 703.07C765.265 668.109 790.191 625.291 803.931 578.358C817.671 531.426 819.807 481.811 810.15 433.853C800.494 385.896 779.338 341.057 748.537 303.259C717.736 265.462 678.226 235.856 633.464 217.034C588.702 198.212 540.052 190.746 491.769 195.29C443.486 199.833 397.043 216.247 356.5 243.096C315.958 269.945 282.552 306.41 259.206 349.303C235.86 392.196 223.284 440.209 222.579 489.141L222.579 531.927L307.371 531.927L307.371 489.141C307.434 453.988 316.079 419.392 332.543 388.413C349.006 357.434 372.78 331.027 401.762 311.527C430.745 292.027 464.043 280.035 498.71 276.612C533.378 273.189 568.346 278.44 600.524 291.901C632.702 305.362 661.097 326.618 683.199 353.789C705.3 380.96 720.426 413.209 727.239 447.683C734.052 482.158 732.341 517.795 722.259 551.444C712.177 585.092 694.034 615.715 669.435 640.603L368.422 943.954L429.897 1002.57Z' fill='%23333333'/%3e%3cpath d='M699.962 1160.88L687.243 1172.86L647.815 1211.36L732.607 1290.52C732.607 1294.37 732.607 1297.79 732.607 1301.64L732.607 1515.57C732.607 1572.31 710.273 1626.72 670.519 1666.84C630.765 1706.96 576.847 1729.5 520.626 1729.5C464.405 1729.5 410.488 1706.96 370.733 1666.84C330.979 1626.72 308.645 1572.31 308.645 1515.57L308.645 1301.64L139.061 1130.5L11.8721 1130.5L11.8721 1515.57C11.8721 1651.74 65.4725 1782.33 160.882 1878.62C256.292 1974.91 385.696 2029 520.626 2029C655.556 2029 784.96 1974.91 880.37 1878.62C975.78 1782.33 1029.38 1651.74 1029.38 1515.57L1029.38 1088.14L899.648 959.785L699.962 1160.88Z' fill='%23333333'/%3e%3c/g%3e%3c/svg%3e ");
	background-position: top right;
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-bottom: 120px;
	/* background-size: ; */
}

.gallery-section-desc {
	font-size: 16px;
	color: rgba(51, 51, 51, 0.9);
}

.gallery-wrapper {
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 60px;
}

.gallery-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-weight: 400;
	width: 100%;
	margin-bottom: 60px;
}

.gallery-item__wrapper {
	/* width: 100%; */
}

.gallery-preview--preload {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	max-height: 350px;
	max-width: 350px;
	width: 100%;
	height: auto;
}

.gallery-preview--preload img.bx-lazyload-success {
	width: 100%;
	height: auto;
	min-height: 350px;
}

.gallery-preview--preload img {
	width: 100px;
}

.gallery-image--hover {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	gap: 10px;
	opacity: 0;
	color: white;
	background-color: rgba(0, 0, 0, 0);

	transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.gallery-image--hover .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
	border-radius: 6px;
	background-color: rgba(247, 249, 249, 0.24);
}

.gallery-name {
	margin: 24px 0 0 0;
	font-weight: 400;
	max-width: 350px;
	font-size: 18px;
	transition: color .2s ease-in-out;
}

.partners-logo--preload {
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	min-width: 80px;
	min-height: 80px;
	background-color: rgba(51, 51, 51, 0.06);
	padding: 2.5% 1.5%;
	border-radius: 16px;
}

.partners-logo--preload img {
	max-height: 100%;
	max-width: 100%;
}

@media (hover: hover) {
	.gallery-item:hover .gallery-image--hover {
		background-color: rgba(0, 0, 0, 0.6);
		visibility: visible;
		opacity: 1;
	}

	.gallery-item:hover .gallery-name {
		color: rgba(228, 61, 66, 1);
	}
}

@media (max-width: 1199px) {
	.gallery-name{
		margin-top: 10px;
	}

	.gallery-item {
		margin-bottom: 40px;
	}
}

@media (max-width: 959px) {
	.section__half.partners {
		margin-top: 40px;
	}
}
/* End */
/* /local/templates/pzpo/components/bitrix/news.list/photogallery/style.css?17707309025555 */
