

/*************************************************************************


                            R E G I S T E R


*************************************************************************/


/*************************************************************************

                             C O M M O N S

*************************************************************************/


div.register-success-page{
	position: relative;
}

.register-success-page .body{
	position: relative;
	z-index: 0;
	overflow: hidden;
}



/*************************************************************************

                              H E A D E R

*************************************************************************/

.register-success-page .header{
	text-align: center;
	padding-top: 60px;
}

@media (max-width: 640px){

.register-success-page .header{
	padding-top: 25px;
}

}

.register-success-page .header .logo{
	position:relative;
	display: inline-block;
	width: 118px;
	height: 60px;
	background: url(/assets/img/logo.svg) no-repeat center center/contain;
}



/*************************************************************************

                             C O N T E N T

*************************************************************************/


.register-success-page .content{
	position: relative;
	max-width: 670px;
	padding: 0 80px 60px;
	box-sizing: border-box;
	color: #262626;
}

@media (max-width: 640px){

.register-success-page .content{
	padding: 0 20px 60px;
}

}



/*************************************************************************

                                P A G E

*************************************************************************/


.register-success-page .content .caption{
	font-family: PTSansNarrowBold;
	font-size: 36px;
	text-align: center;
	margin-top: 90px;
}

@media (max-width: 640px){

.register-success-page .content .caption{
	font-size: 30px;
	white-space: nowrap;
	margin-top: 25px;
}

}

@media (max-width: 359px){

.register-success-page .content .caption{
	white-space: initial;
	line-height: 36px;
}

}

.register-success-page .content .text{
	color: #333;
	font-size: 16px;
	line-height: 25px;
	margin-top: 20px;
}

@media (max-width: 640px){

.register-success-page .content .text{
	margin-top: 30px;
}

}

.register-success-page .content .ok{
	text-align: center;
	margin-top: 45px;
}

@media (max-width: 640px){

.register-success-page .content .ok{
	margin-top: 35px;
}

}

	.register-success-page .content .ok .button{
		min-width: 190px;
	}

		.register-success-page .content .ok .button:before{
			content: 'Ок';
		}






