/*--------------------New contacts -------------------------------------------------*/
.b-contact__block {
	padding: 35px;
	padding-bottom: 40px;
	/*padding-bottom: 0;*/
	margin-bottom: 40px;

	background: #f2f2f2;
}

.b-contact__block::after {
	content: '';
	clear: both;
	display: block;
	height: 0;
}

.b-contact__block-img {
	position: relative;
	margin-top: -35px;
	margin-bottom: -40px;
	right: -35px;
}

.b-col_half {
	display: block;
	float: left;
	width: 47%;
	margin-left: 3%;
}

.b-col_half:first-of-type {
	width: 50%;
	margin-left: 0;
}

.b-contact__info {
	font: 400 18px/20px "PFAgoraSansPro-Reg";
}
.b-contact__info-title {
	font-weight: 700;
	margin-bottom: 20px;

	position: relative;
}
.b-contact__info-title-icon {
	padding-left: 34px;
}


.b-contact__info-title-icon::before {
	content: '';
	display: inline-block;
	width: 22px;
	height: 22px;

	position: absolute;
	top: 0;
	left: 0;

	background-image: url(img/sprite.png);
	background-repeat: no-repeat;	
}
.b-contact__info-title-icon_tel::before {
	background-position: 0 -44px;
}
.b-contact__info-title-icon_mail::before {
	background-position: 0 0;
}

.b-contact__info-item {
	margin-bottom: 10px;
}
.b-contact__info-section {
	margin-bottom: 40px;
}
.b-contact__info-item small,
.b-contact__info-item .small 
{
	font-size: .9em;
}

.b-contact__info-item a {
	color: #000;
	text-decoration: underline;
	
}

.b-contact__info-item a:hover {
	color: #0195f5;
}

.b-contact__btn {
	display: inline-block;
	
	height: 49px;
	line-height: 49px;
	padding: 0 34px;

	background: #f8f8f8;
	border: 1px solid #8b9094;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #000;
	text-decoration: none;
	font-weight: 600;
}

.b-contact__btn:focus {
	background: #f8f8f8;
	color: #000;
	text-decoration: none;
}
.b-contact__btn:hover,
.b-contact__btn:active
 {
	background: #dedede;
	text-decoration: none;
	color: #000;
}

.b-contact__btn_print {
	position: relative;
	padding-right: 66px;
}
.b-contact__btn_print::after {
	content: '';
	display: inline-block;
	width: 29px;
	height: 30px;
	background: url(../images/sprite.png) no-repeat 0 -88px;

	position: absolute;
	top: 13px;
	right: 25px;
}

.b-contact__tab-links {
	margin-bottom: 0;
}
.b-contact__tab-link {
	display: inline-block;
	height: 60px;
	padding: 0 30px;
	background: #dedede;
	cursor: pointer;
	
	border-top-left-radius: 8px;
	-moz-border-top-left-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-top-right-radius: 8px;
	-webkit-border-top-right-radius: 8px;

	margin-right: 5px;

	font: 600 18px/60px "PFAgoraSansPro-Reg";
	text-transform: uppercase;

	text-decoration: underline;
	color: #000;
}
.b-contact__tab-link:hover {
	background: #dedede;
	text-decoration: underline;
	color: #0195f5;
}
.b-contact__tab-link_ative,
.b-contact__tab-link_active:hover  {
	text-decoration: none;
	color: #0195f5;
	background: #f2f2f2;
	cursor: default;
}

.b-contact__map {
	margin-top: 40px;
}
