.clear:after {
	content: '';
	display: table;
	clear: both;
}
.phones-wrap {
	position: relative;
	float: right;
	text-align: right;
	padding-right: 80px;
}
.phones-wrap .phone-icon {
	position: absolute;
	top: 50%;
	left: -19px;
	-webkit-transform: translate(-100%, -50%);
	-moz-transform: translate(-100%, -50%);
	transform: translate(-100%, -50%);
	width: 42px;
	height: 42px;
	background: url(img/sprite.png) no-repeat -149px -283px;
}
.phones-wrap .phone {
	display: block;
	text-decoration: none;
	font-family: HeliosCondCBold;
	font-size: 25px;
	color: #12203a;
}
.col_right .address {
	text-align: right;
	padding-right: 80px;
	margin-top: 8px;
}
.hidden {display: none;}
.popup {
	padding: 15px;
}
.popup p { margin-bottom: 10px;}
.popup > *:last-child { margin-bottom: 0;}
.title a { color: inherit; }
a.question {text-decoration: none; opacity: 0.6;}
a.question:hover {opacity: 1;}
.question img {max-height: 25px;}