

/* Start:/bitrix/templates/v2/components/bitrix/breadcrumb/main/style.css?16770573661082*/
.breadcrumb-main {
	display: flex;
	flex-wrap: wrap;
}

.breadcrumb-top {
	margin-bottom: 15px;
}

.breadcrumb-main__item {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #DDDFE1;
	color: #abafb1;
	font-size: 13px;
}

.breadcrumb-main__item a {
	color: inherit;
	text-decoration: none;
}

.breadcrumb-main__item--last {
	margin-right: 0;
	padding-right: 0;
	border: none;
}

.breadcrumb-top__wrap {
	display: flex;
	align-items: center;
}

.breadcrumb-top__back-link {
	display: inline-block;
	position: relative;
	padding-left: 14px;
	margin-right: 40px;
	text-decoration: none;
	font-size: 13px;
	line-height: 1;
}

.breadcrumb-top__back-link::before {
	position: absolute;
	left: 0;
	top: 50%;
	width: 9px;
	height: 14px;
	transform: translateY(-50%);
	background-image: url("data:image/svg+xml,%3Csvg width='9' height='14' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 1.5L2 7L7.5 12.5' stroke='%23C9CFD3' stroke-width='2'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center;
	content: '';
}
/* End */


/* Start:/bitrix/templates/v2/components/ma/catalog.element/projects_labs/style.css?17240692471090*/
.projects-elem__photo-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: -10px;
	margin-left: -10px;
}

.projects-elem__photo-item {
	position: relative;
	width: calc(100% / 2 - 10px);
	margin-left: 10px;
	margin-top: 10px;
}

.projects-elem__photo-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.projects-elem__year-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}

.projects-elem__year {
	font-weight: 700;
	padding-left: 5px;
}

.projects-elem__photo-link::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	content: '';
}

.projects-elem__photo-icon {
	position: absolute;
	left: 10px;
	bottom: 10px;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background-color: rgba(44, 54, 60, 0.2);
}

@media (max-width: 575px) {
	.projects-elem__photo-list {
		margin-left: 0;
	}
	
	.projects-elem__photo-item {
		margin-left: 0;
		width: 100%;
	}
}
/* End */
/* /bitrix/templates/v2/components/bitrix/breadcrumb/main/style.css?16770573661082 */
/* /bitrix/templates/v2/components/ma/catalog.element/projects_labs/style.css?17240692471090 */
