.t228__rightside {
	display:none;
}

.top-contacts {
	display:table-cell;
	min-width:310px;
	color:#ffff;
	font-family:"Roboto", Arial, sans-serif;
	font-size:15px;
	padding-top:6px;
}

.top-contacts .phone {
	font-size:20px;
}

.top-contacts a {
	color:#fff !important;
}
.top-contacts a:hover {
	text-decoration:underline !important;
}

@media (max-width: 1100px) {
	.t228__rightside {
		display:table-cell;
	}
	.top-contacts {
		display:none;
	}
} 

@media (max-width: 980px) {
	.t228__rightside {
		display:block;
	}
}