.head-block
{
	width: 100%;
	height: 301px;
	background: transparent;
	margin-bottom: 5rem;
}
.head-block:before
{
	content: "";
	width: 100%;
	height: 301px;
	display: block;
	position: absolute;
	left: 0;
	background: url("/images/content/ProvidersRating/header.jpg") no-repeat center center;
}
h1
{
	font-size: 42px;
	font-weight: bold;
	color: #3c3c3c;
}
h1:after
{
	content: "";
	display: block;
	width: 75px;
	margin: 1.5rem auto;
	border-bottom: 2px solid #e6973e;
}
h1 + p
{
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}
.multiple-elements {
	display: flex;
	margin-top: 30px;
}
.multiple-elements:last-of-type
{
	margin-bottom: 35px;
}
.multiple-elements > div
{
	display: inline-block;
	width: calc(100% / 5 - 5px);
	text-align: center;
}
.multiple-elements > div.separate
{
	background: url('/images/content/ProvidersRating/arrow.png') no-repeat right 15%;
}
.multiple-elements > div img
{
	display: block;
	margin: 0 auto 10px;
	vertical-align: middle;
}
.table-providers a.btn-myfx
{
	color: #f6951e;
	border-color: #f6951e;
}
.table-mam tbody td.recommended
{
	color: #0266bd;
	font-weight: bolder;
}
.table-providers a.btn + a.btn
{
	display: none;
}