.content_box .inBox {
	width: 924px;
	margin: auto;
	padding: 30px 0;
}

.content_box .inBox>p {
	padding: 8px 24px;
	color: #6987c0;
}

.content_box .inBox>p.title_info {
	background: #f6b8a1;
	color: #fff;
	padding: 15px 24px;
	border-radius: 4px;
	line-height: 1.25;
}

.cert_block .button {
	padding: 0;
	height: 44px;
	line-height: 44px;
	width: 122px;
}

.cert_block .button.button-royal {
	background: #6584be;
	border: 1px solid #6584be;
}

.cert_block .button.button-border {
	background: #fff;
	border: 1px solid #6584be;
	color: #6584be;
}

.cert_block .button.button-caution {
	background: #d86741;
	border: 1px solid #d86741;
}

.cert_block .button.button-caution:active,
.cert_block .button.button-royal:active {
	color: #ccc;
}

.bq_view,
.bq_view_ok {
	text-align: center;
	width: 56px;
	height: 24px;
	line-height: 24px;
	margin-top: 5px;
	margin-left: 30px;
}

.bq_view {
	background-image: url(../img/Not-pass.png);
}

.bq_view_ok {
	background-image: url(../img/Authenticated.png);
}

.btn-az,
.btn-ios {
	width: 177px;
	height: 48px;
	margin-left: 80px
}

.btn-az {
	background: url(../img/az-img.png) no-repeat;
	background-size: 100% 100%;
	margin-top: 80px;
	margin-bottom: 20px;
}

.btn-ios {
	background: url(../img/ios-img.png) no-repeat;
	background-size: 100% 100%;
}