.contacts_about_service{
	padding-bottom: 20px;
	margin-bottom: 45px;
	border-bottom: 3px dotted #d8d9d9;
}
.contacts_about_service h1.title,
.contacts_about_service h3 {
font: 1.7em 'PTSansNarrowBold';
color: #006076;
}
.contacts_about_service h3{
	font-size: 1.24em;
	margin-bottom: 15px;
}
.contacts_about_service img.detail-picture{
	-webkit-box-shadow: 0px 3px 8px 0px #e1e1e1;
	-moz-box-shadow:    0px 3px 8px 0px #e1e1e1;
	box-shadow:         0px 3px 8px 0px #e1e1e1;
}
.contacts_about_service .description-text{
	font: 1em 'Segoe UI';
	color: #6e6e6e;
	margin-bottom: 15px;
}
.contacts_about_service a.attachment-file{
	position: relative;
	display: block;
	width: 100%;
	text-decoration: none;
	color: #6e6e6e;
	font-weight: bold;
	background: #fbfbfb;
    padding: 10px 0;
    font-size: .9em;
    margin-left: 0;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#f4f4f4));
	background: -webkit-linear-gradient(#fff, #f4f4f4);
	background: -moz-linear-gradient(#fff, #f4f4f4);
	background: -ms-linear-gradient(#fff, #f4f4f4);
	background: -o-linear-gradient(#fff, #f4f4f4);
	background: linear-gradient(#fff, #f4f4f4);
	margin-bottom: 20px;
	border: 2px solid #e1e1e1;
	-webkit-box-shadow: 0px 3px 8px 0px #e1e1e1;
	-moz-box-shadow:    0px 3px 8px 0px #e1e1e1;
	box-shadow:         0px 3px 8px 0px #e1e1e1;
}
.contacts_about_service a.attachment-file img{
	width: 100%;
}
.contacts_about_service a.attachment-file span{
	color: #b0b1b2;
	font-weight: normal;
}