.ico-block {
	color: rgb(255, 255, 255);
	font-size: 340px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	position: relative;
}

.ico-block img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 280px;
}

.block {
	width: 680px;
	margin-left: auto;
	margin-right: auto;
}

.block .header {
	color: rgb(0, 9, 26);
	font-size: 28px;
	font-weight: 700;
	line-height: 140%;
	text-align: center;
	
}

.block .description {
	color: rgba(0, 17, 51, 0.55);
	font-size: 16px;
	font-weight: 600;
	line-height: 150%;
	text-align: center;
	
}

.go-to-main-btn {
	display: inline-block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 216px;
	padding-top: 15px;
	padding-bottom: 17px;
	border-radius: 10px;
	background: rgb(24, 35, 57);
	cursor: pointer;
	transition: .1s;
}
.go-to-main-btn .label {
	color: rgb(255, 255, 255);
	font-size: 17px;
	font-weight: 600;
	line-height: 130%;
	text-align: center;
}


.go-to-main-btn:hover {
	background: rgb(54, 69, 99);
}







@media (max-width: 924px) {
	
	.main-content {
		margin-top: 50px;
	}
	.ico-block img {
		max-width: 170px;
	}
	.ico-block {
		font-size: 50vw;
	}
	
	.ico-block .text {
		
	}
	.block {
		width: 100%;
	}
	.block .header {
		font-size: 22px;
		font-weight: 700;
		line-height: 126%;
	}
	.block .description {
		font-size: 14px;
		font-weight: 600;
		line-height: 140%;
	}
	.go-to-main-btn {
		width: 100%;
		height: 48px;
		position: relative;
		padding: 0px;
	}
	.go-to-main-btn .label {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		
		font-size: 16px;
		font-weight: 600;
		line-height: 130%;
	}
}





















