


/* Start:/bitrix/templates/buroeco_new/components/bitrix/news.list/completed_projects/style.css*/
.completed_projects_wrapper {
	overflow: hidden;
	margin-left: -22px;
}
	.completed_projects_wrapper .underlined {
		line-height: 1.5;
	}
	.completed_project {
		width: 280px;
		float: left;
		margin-left: 40px;
	}
		.completed_project .client {
			display: block;
		}
		.completed_project .client.underlined {
			text-decoration: none;
		}
		.completed_project_mini_img {
			display: block;
			overflow: hidden;
			width: 280px;
			height: 180px;
			margin-bottom: 11px;
		}
		.completed_project_mini_img.section_icon {
			display: flex;
			justify-content: center;
			align-items: center;
			background: rgba(207, 170, 48, .1);
			border: 1px dashed #8DC63F;
			border-radius: 3px;
			color: #414659;
			text-decoration: none;
			text-align: center;
			font-family: 'robotoregular';
		}
		.completed_project_mini_img.section_icon img {
			display: block;
			margin: 0 auto 11px;
		}
		.completed_project_mini_img.section_icon .icon-building-organization {
			width: 59px;
		}
		.completed_project_mini_img.section_icon .icon-project {
			width: 44px;
		}
		.completed_project_mini_img.section_icon .expluatation-icon {
			width: 47px;
		}
		.completed_project_mini_img.section_icon .research-icon {
			width: 36px;
		}
		.completed_project .client {
			font-family: 'robotoregular';
			color: #414659;
			margin-bottom: 15px;
		}

@media only screen and (max-width : 480px) {
	.completed_projects_wrapper {
		margin: 0 -0.625rem;
	}
		.completed_projects_wrapper .clear {
			display: none;
		}
		.completed_project {
			float: none;
			margin: 0 0.625rem 1.667rem;
			width: auto;
			overflow: hidden;
		}
			.completed_project .client.underlined {
				color: #7ea965;
				text-decoration: underline;
			}
			.completed_project .pname.underlined {
				text-decoration: none;
			}
			.completed_project_mini_img {
				margin: -1.1rem -1.1rem 0.625rem;
				width: auto;
				height: 11.83rem;
				border: 0;
				border-radius: 0;
				background: #fff;
			}
				.completed_project_mini_img img {
					width: 100%;
				}
			.completed_project_mini_img.section_icon {
				justify-content: flex-start;
				height: 6.75rem;
				border-radius: 0;
				background: #fff;
				border: 0;
				border-bottom: 1px dashed #8DC63F;
				font: 1.2rem 'robotoregular';
			}
			.completed_project_mini_img.section_icon img {
				display: inline-block;
				vertical-align: middle;
				margin: 0 2.1rem;
			}
			.completed_project_mini_img.section_icon .icon-building-organization {
				width: 3.458rem;
			}
			.completed_project_mini_img.section_icon .icon-project {
				width: 3.125rem;
			}
			.completed_project_mini_img.section_icon .expluatation-icon {
				width: 3.208rem;
			}
			.completed_project_mini_img.section_icon .research-icon {
				width: 2.375rem;
			}
}

/* End */
/* /bitrix/templates/buroeco_new/components/bitrix/news.list/completed_projects/style.css */
