.geoblocked-page {
	margin-top: 123px;
	margin-bottom: 200px;
	text-align: center;
}
.geoblocked-page .warning {
	text-align: center;
	width: 75px;
	height: 70px;
	background-image: url(../images/geoblocked/ic_note.svg);
	background-repeat: no-repeat;
	display: inline-block;
}
.geoblocked-page .title {
	margin-top: 24px;
	padding-bottom: 13px;
	font-family: Roboto, arial;
	font-weight: 500;
	color: #000;
	font-size: 22px;
	display: inline-block;
	border-bottom: 1px solid #dbdbdb;
}
.geoblocked-page .body {
	margin-top: 16px;
	font-family: Roboto, arial;
	font-weight: 400;
	color: #000;
	font-size: 16px;
}
.geoblocked-page .location {
	margin-top: 2px;
	font-family: Roboto, arial;
	font-weight: 300;
	color: #051c2d;
	font-size: 22px;
}
