#blocked-wrapper {
	height: 100%;
	min-width: 300px;
	font-size: 0;
	font-weight: 300;
	margin-top: 60px;
}
#blocked-wrapper:before,
#notification:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
#blocked {
	display: inline-block;
	padding: 0 30px 60px;
	white-space: nowrap;
	vertical-align: middle;
}
#image-header {
	width: 232px;
	height: 200px;
	margin: 0 auto 17px;
	background-image: url(/images/error/blocked.svg);
	background-repeat: no-repeat;
	background-size: cover;
}
#blocked-header > span {
	display: inline-block;
	font-size: 36px;
	line-height: 48px;
	color: #363636;
	text-align: center;
}
#blocked-main-text {
	margin: 13px 0 14px;
}
#blocked-main-text,
#blocked-strong-text {
	width: 100%;
	max-width: 520px;
	font-size: 14px;
	line-height: 21px;
	color: #565656;
	white-space: pre-line;
	text-align: center;
}
#blocked-strong-text,
#attention-content .strong {
	font-weight: 400;
}
#blocked-wrapper a,
.content-text a,
#notification a {
	color: #3d95cc
}
#notification a {
	white-space: nowrap;
}
#blocked-wrapper a:hover,
.content-text a:hover,
#notification a:hover {
	color: #3cafff;
}
#blocked-wrapper a:active,
.content-text a:active,
#notification a:active {
	color: #0075c7;
}
#notification {
	height: 74px;
	width: 100%;
	padding: 0 30px;
	box-sizing: border-box;
	background-color: #fff8e6;
	font-size: 0;
	color: #9e9e9e;
	white-space: nowrap;
	text-align: center;
}
#notification > span {
	display: inline-block;
	font-size: 12px;
	line-height: 17px;
	white-space: pre-line;
	vertical-align: middle;
}

#redirect-header {
	text-align: left;
}
#redirect-wrapper {
	width: 100%;
	max-width: 560px;
	margin: 0 auto;
	padding: 112px 30px 60px;
	box-sizing: border-box;
	text-align: left;
}
#attention-content,
#stopped-content {
	margin: 20px 0 0;
	text-align: left;
}
#attention-content > span:first-child,
#stopped-content > span:first-child {
	display: inline-block;
	font-size: 36px;
	color: #363636;
	text-align: left;
}
#redirect-wrapper .content-text {
	margin: 23px 0 0;
	font-size: 14px;
	font-weight: 300;
	line-height: 21px;
	color: #565656;
	text-align: left;
}
#redirect-wrapper .content-text > span {
	display: inline-block;
}
#redirect-wrapper .content-text > span:first-child {
	margin: 0 0 15px;
}
#attention-content-buttons,
#stopped-content-buttons {
	margin: 47px 0 0;
}
#attention-content-buttons > a,
#stopped-content-buttons > a {
	display: inline-block;
	width: 31%;
	padding: 13px 20px;
	box-sizing: border-box;
	border-radius: 3px;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	transition: .2s;
}
#stopped-content-buttons > a {
	width: auto;
}

.green-button {
	margin: 0 15px 0 0;
	border: solid 2px #40bd5e;
	background-color: #40bd5e;
	color: #fff;
}
.green-button:hover {
	background-color: #29b344;
	border-color: #29b344;
}
.green-button:active {
	background-color: #23993a;
	border-color: #23993a;
}
.white-blue-button {
	border: solid 2px #cedbea;
	background-color: #fff;
	color: #3cafff;
}
.white-blue-button:hover {
	background-color: #d9f0ff;
	border-color: #bfddff;
	color: #3494d9;
}
.white-blue-button:active {
	background-color: #b3e0ff;
	border-color: #bfddff;
	color: #3494d9;
}
@media screen and (max-width: 450px) {
    #attention-content-buttons > a,
    #stopped-content-buttons > a {
        width: auto;
    }
}
@media screen and (max-width: 360px) {
	#redirect-wrapper {
		padding: 50px 30px 60px;
	}
	#attention-content-buttons > a,
	#stopped-content-buttons > a {
		width: 100%;
	}
	#attention-content-buttons > .green-button {
		margin: 0 15px 15px 0;
	}
}