.tabs-info {
	
}

.tabs-info .tab-info {
	
}

.tabs-info .tab-info .office {
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}

.tabs-info .tab-info .phone {
	padding-left: 32px;
	background: url(/local/templates/metro/images/svg/ico-contacts-phone.svg) no-repeat 1px 5px;
}

.tabs-info .tab-info .address {
	padding-left: 32px;
	background: url(/local/templates/metro/images/svg/ico-contacts-pin.svg) no-repeat 1px 4px;
}

.row {
	display: flex;
	margin-bottom: 40px;
}

.row .col-2 {
	width: 75%;
	float: right;
}

.row .col-1 {
	width: 25%;
	float: left;
}

@media (max-width:768px) {
	.row {
		display: block;	
	}	
	.row .col-2 {
		float:none;	
		width: 100%;
	}
	
	.row .col-1 {
		float:none;
		width: 100%;
	}
}