#thanks-page p{
	margin: 0;
	transform: scale(1.05,1);
	text-align:center;
}

#thanks-page.content {
	text-align:center;

}

#thanks-page .box {
	width: 600px;
    max-width: 100%;
    margin: 0 auto;
    border: 12px solid #004464;
    box-sizing: border-box;
    margin-bottom: 40px;
    margin-top: 150px;
    padding: 40px;
}
#thanks-page .header__1{
	font-weight: 600;
	text-transform: uppercase;
	font-size: 58px;
	line-height: 60px;;
}

#thanks-page .header__2{
	font-size: 30px;
	text-transform: uppercase;
	font-weight:bold;
}

#thanks-page .header__3{
	font-size: 20px;
	text-transform: uppercase;
	font-weight:bold;
}

#thanks-page .header__4{
	font-size: 18px;
	text-transform: uppercase;
}

#thanks-page .social-blocks{
	float:left;
	width: 100%;
	margin-top: 30px;
	margin-bottom:40px;
}

#thanks-page .social-blocks .item{
	float:left;
	width: 33.33%;
}

#thanks-page .social-blocks .item .icons{
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}

#thanks-page .social-blocks .item .icons a{
	display:block;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	width:39;
	height:25px;
}

#thanks-page .social-blocks .item .icons .vk{
	background-image:url(/img/vk-social.png);
}

#thanks-page .social-blocks .item .icons .fb{
	background-image:url(/img/fb-social.png);
}

#thanks-page .social-blocks .item .icons .inst{
	background-image:url(/img/inst-social.png);
}

#thanks-page .button-home{
	display: block;
	clear: both;
	text-decoration: none;
	color: #fff;
	background-color: fe4660;
	width: 250px;
	font-size: 22px;
	margin: 0 auto;
	padding: 7px 0 10px;
	border-radius: 7px;
}

@media screen and (max-width: 700px) {
	#thanks-page .social-blocks .item{
		width:100%;
	}
}
@media (max-width:450px ) {
    #thanks-page .box {
        padding: 23px;
    }
}