

/* Start:/local/templates/pzpo/components/bitrix/system.pagenavigation/pzpo/style.css?17683999001402*/



/*div.modern-page-navigation a.modern-page-previous {
	border-right-width: 1px;
	border-right-style: solid;
	border-left: none; 
}
div.modern-page-navigation a.modern-page-first,
div.modern-page-navigation span.modern-page-first {
	border-left: none;
	padding-left: 0.5em; 
}

span.modern-page-current {
	font-weight: var(--ui-font-weight-bold);
}*/

/*div.modern-page-navigation a,
span.modern-page-current,
div.modern-page-navigation a.modern-page-previous,
span.modern-page-dots {
	border-color: #cdcdcd; 
}*/



/*div.modern-page-navigation {
	padding: 0.1em 0;
}*/







.modern-page-navigation a,
.modern-page-current,
.modern-page-dots {
	

	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: rgba(51, 51, 51, .4);

	line-height: 33px;
	min-width: 33px;
	width: auto;
	border-radius: 6px;

	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;

	padding: 0px 10px;

	transition: all .2s ease-in-out;

}
.modern-page-navigation a:hover {
	color: rgba(51, 51, 51, 1);
	background-color: rgba(247, 249, 249, 1);
}

.modern-page-navigation {
	padding: 20px 0px;
	display: flex;
    flex-direction: row;
    gap: 3px;
    align-items: center;
    justify-content: center;
}

.modern-page-current {
	color: rgba(228, 61, 66, 1);
	background-color: rgba(247, 249, 249, 1);
}
/* End */


/* Start:/local/templates/pzpo/components/bitrix/news.list/news-projects/style.css?17722040799423*/
.project-news {
	padding-top: 40px;
	padding-bottom: 100px;
	overflow: hidden;
}

.project-news__header {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: space-between;
	text-align: left;
	padding-bottom: 60px;
}

.project-news__title {
	margin: 0px;
}

.project-news__content {
	background-image: url('/local/templates/pzpo/assets/img/bg.png');
	position: relative;
	border-bottom: 1px solid rgba(51, 51, 51, .12);
	background-repeat: no-repeat;
	background-position: bottom right;
	/* background-size: cover; */
}

.project-news__content::before {
	content: '';
	position: absolute;
	height: 100%;
	width: 1px;
	background-color: rgba(51, 51, 51, .12);
	top: 0px;
	left: calc(50% - 0px);
}

.project-news__item {
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
}

.project-news__item::before {
	content: '';
	top: 0px;
	left: calc(-1 * var(--container-padding));
	height: 1px;
	width: calc(100% + var(--container-padding) * 2);
	background: rgb(230 230 230);
	position: absolute;
}

.project-news__block {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	text-align: left;
}

.project-news__left {
	padding-right: 30px;
	text-align: right;
}

.project-projects__left {
	padding-right: 30px;
	display: flex;
}

.project-news__right {
	padding-top: 30px;
}

.project-news__date {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.38;
	color: rgba(51, 51, 51, 0.7);
	opacity: 0.5;
	margin-bottom: 6px;
}

.project-news__name {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.17;
	color: rgba(51, 51, 51, 1);
}

.project-news__link {
	margin-top: 30px;
}

.project-news__text {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.38;
	color: var(--color-gray);
	margin-top: 20px;
	margin-bottom: 30px;
}

.project-projects__img {
	width: 100px;
	height: 100px;
}

.project-projects__img.bx-lazyload-success {
	width: 100%;
	height: auto;
}

.project-news__img {
	align-items: center;
	position: relative;
	height: 100%;
}

.project-news__img img {
	width: 100px;
	height: 100px;
}

.project-news__img img.bx-lazyload-success {
	width: auto;
	height: 100%;
	max-height: 270px;
}




/*.properties-list {
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.properties-list__item {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
}
.properties-list__name {
	font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: rgba(51, 51, 51, .36);
    width: 100%;
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    align-items: self-end;
}
.properties-list__name::after {
	content: '';
    display: block;
    width: 100%;
    margin: 0px 10px;
    border-bottom: 1px dashed rgba(51, 51, 51, .2);
    margin-top: -2px;
    height: 1px;
}
.properties-list__value {
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	color: rgba(51, 51, 51, 1);
	white-space: nowrap;
}
*/





.tabs {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 30px;
}

.tabs__item {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	color: rgba(51, 51, 51, .4);
	transition: all .2s ease-out;
}

.tabs__icon {
	background-color: rgba(247, 249, 249, 1);
	height: 40px;
	width: 40px;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tabs__icon .icon {
	background: rgba(51, 51, 51, .4);
}

.tabs__item.active {
	color: rgba(51, 51, 51, 1);
}

.tabs__item.active .tabs__icon {
	background-color: rgba(228, 61, 66, 1);
}

.tabs__item.active .tabs__icon .icon {
	background: rgba(255, 255, 255, 1);
}

.tabs__item:hover {
	color: rgba(51, 51, 51, 1);
}

.tabs__item:not(.active):hover .tabs__icon .icon {
	background: rgba(51, 51, 51, 1);
}




.project-news__right .pzpo-btn--text._arrow {
	margin-top: 32px;
}

.icon-projects {
	mask-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 20.7503H5.19444L19.6389 6.30586C20.2282 5.71649 20.5593 4.91713 20.5593 4.08364C20.5593 3.25015 20.2282 2.45079 19.6389 1.86142C19.0495 1.27205 18.2501 0.940948 17.4166 0.940948C16.5831 0.940948 15.7838 1.27205 15.1944 1.86142L0.75 16.3058V20.7503Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.5283 3.52777L17.9728 7.97221' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.75 6.30555L5.19444 0.75L0.75 5.19444L6.30555 10.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.19498 6.30554L3.52832 7.97221' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.1944 10.75L20.75 16.3055L16.3055 20.75L10.75 15.1944' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.195 16.3055L13.5283 17.9722' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	width: 20px;
	height: 20px;
	mask-size: cover;
}

.icon-news {
	mask-image: url("data:image/svg+xml,%3Csvg width='24' height='22' viewBox='0 0 24 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.5049 5.72446C20.4997 5.72446 21.4538 6.11965 22.1572 6.8231C22.8607 7.52655 23.2559 8.48064 23.2559 9.47547C23.2559 10.4703 22.8607 11.4244 22.1572 12.1278C21.4538 12.8313 20.4997 13.2265 19.5049 13.2265' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.50247 5.72446V19.4782C9.50247 19.8098 9.37074 20.1278 9.13626 20.3623C8.90178 20.5968 8.58375 20.7285 8.25214 20.7285H7.0018C6.67019 20.7285 6.35216 20.5968 6.11768 20.3623C5.8832 20.1278 5.75146 19.8098 5.75146 19.4782V13.2265' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.003 5.72442L17.6596 1.01065C17.8239 0.873748 18.0239 0.786529 18.236 0.759213C18.4482 0.731898 18.6638 0.765618 18.8574 0.856421C19.0511 0.947225 19.2149 1.09135 19.3296 1.27191C19.4443 1.45246 19.5052 1.66197 19.505 1.87588V17.075C19.5052 17.2889 19.4443 17.4984 19.3296 17.6789C19.2149 17.8595 19.0511 18.0036 18.8574 18.0944C18.6638 18.1852 18.4482 18.219 18.236 18.1916C18.0239 18.1643 17.8239 18.0771 17.6596 17.9402L12.003 13.2264H2.00034C1.66873 13.2264 1.3507 13.0947 1.11622 12.8602C0.881731 12.6257 0.75 12.3077 0.75 11.9761V6.97475C0.75 6.64314 0.881731 6.32512 1.11622 6.09063C1.3507 5.85615 1.66873 5.72442 2.00034 5.72442H12.003Z' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	width: 22px;
	height: 20px;
	mask-size: cover;
}




@media only screen and (max-width: 1599px) {
	.project-news__right {
		padding-top: 30px;
		padding-left: 30px;
	}

	.project-news__left {
		padding-right: 30px;
	}

	.project-news {
		padding-bottom: 80px;
	}
}

@media only screen and (max-width: 1199px) {

	.project-news {
		/*        padding-top: 60px;*/
		padding-bottom: 60px;
	}

	.project-news__header {
		padding-bottom: 40px;
	}

	.project-news__item {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.project-news__left {
		padding-right: 20px;
	}

	.project-news__right {
		padding-left: 20px;
		padding-top: 20px;
	}

	.project-news__name {
		font-size: 22px;
	}

	.project-news__text {
		font-size: 15px;
	}

	/*	.properties-list {
		gap: 15px;
	}*/
}

@media only screen and (max-width: 959px) {

	.project-news__right {
		padding-left: 0px;
		padding-top: 0px;
		margin-top: 20px;
	}

	.project-news__left {
		padding-right: 0px;
		text-align: center;
	}

	.project-news__item {
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.project-news__block {
		margin: 0px -20px;
	}

	.project-news__text {
		margin-top: 15px;
	}

	.project-news__block .row>.col-xs-12:nth-child(2n)>.project-news__item::before {
		width: calc(100% + var(--container-padding));
		left: -10px;
		right: unset;
	}

	.project-news__block .row>.col-xs-12:nth-child(2n-1)>.project-news__item::before {
		width: calc(100% + var(--container-padding));
		right: -10px;
		left: unset;
	}
}

@media only screen and (max-width: 767px) {
	.project-news__content {
		background-image: none;
	}

	.project-news__header {
		flex-direction: column;
		gap: 20px;
		justify-content: flex-start;
		align-items: flex-start;
		padding-bottom: 30px;
	}

	.project-news__content::before {
		display: none;
	}

	.project-news__item {
		padding-left: 0px;
		padding-right: 0px;
	}

	.project-news__block {
		margin: 0px 0px;
	}

	.project-news__block .row>.col-xs-12:nth-child(2n)>.project-news__item::before {
		width: calc(100% + var(--container-padding) * 2);
		left: -20px;
		right: unset;
	}

	.project-news__block .row>.col-xs-12:nth-child(2n-1)>.project-news__item::before {
		width: calc(100% + var(--container-padding) * 2);
		right: -20px;
		left: unset;
	}
}
/* End */
/* /local/templates/pzpo/components/bitrix/system.pagenavigation/pzpo/style.css?17683999001402 */
/* /local/templates/pzpo/components/bitrix/news.list/news-projects/style.css?17722040799423 */
