#demo{
	font-size: 16px;
	line-height: 24px;
	font-family: Open Sans, Arial, sans-serif;
}
nobr{
	line-height: 0;
}
#demo h1{
	margin: 0 0 14px;
    font-size: 28px;
    font-weight: bold;
	line-height: 34px;
	font-family: Open Sans, Arial, sans-serif;
}
#demo p{
	margin: 0 0 12px;
}
#demo a{
	color: #0087C1;
	border-bottom: 1px solid #0087C1;
	text-decoration: none;
}

.go_to_auth{
	color: #0087C1;
	border-bottom: 1px solid #0087C1;
    cursor: pointer;
}
.go_to_auth:hover{
	color: #C62315;
	border-color: #C62315;
}

.subscribe_form{
	margin-top: 22px;
	background: #F6F5F4;
	padding: 40px 40px 30px;
	max-width: 840px;
	box-sizing: border-box;
}
#user_mail{
	font-weight: bold;
}
.white_line{
	height: 1px;
	background-color: white;
	margin: 15px -30px 0 -30px;
}
#subscribe_form_submit_complete{
	/*padding: 30px;*/
}
#subscribe_form_submit_complete, #subscribe_form_get_sms_code_again_rows_div, #subscribe_form_submit_complete_user{
	display: none;
}
.subscribe_form_row{
	display: flex;
}
.subscribe_form_left_col{
	/*vertical-align: top;*/
	width: 160px;
	font-weight: bold;
	line-height: 22px;
	display: flex;
    align-items: center;
    max-height: 40px;
}
.subscribe_form_right_col{
	vertical-align: top;
	width: calc(100% - 160px)
}
.subscribe_form_field{
	padding: 10px;
	font-size: 16px;
	width: 100%;
	box-sizing: border-box;
}
input.subscribe_form_field{
	border: 1px solid #C4C4C4;
}
select.subscribe_form_field{
	padding: 9px 10px 10px;
	border: 1px solid #C4C4C4;
}
.subscribe_form_field:focus{
	border: 1px solid black !important;
	outline: none;
}
input.subscribe_form_field:focus{
	padding: 10px 11px 10px;
}
.subscribe_form_select{
	max-width: 320px;
}
.subscribe_form_checkbox{
	width: auto;
}
.subscribe_form_required_field_sign{
	vertical-align: top;
	color: #D2232A;
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
}
.small_dark_1{
	margin: 8px 0 0;
	font-size: 13px;
	line-height: 18px;
	color: #939598;
}
.small_dark_2{
	font-size: 13px;
	line-height: 18px;
	max-width: 370px;
}
.form_button{
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	padding: 20px;
	color: #FFFFFF !important;
	background: #0FB600;
	box-sizing: border-box;
	cursor: pointer;
	border-radius: 40px;
}
.form_button:hover{
    color: #FFFFFF !important;
    border: 0 !important;
    background: #0D9901;
}
a.form_button{
	border-bottom: 0 !important;
}
a.form_button:hover, a.form_button:visited:hover{
	color: #FFFFFF !important;
	border-bottom: 0 !important;
}
#subscribe_form_get_sms_code{
	vertical-align: top;
	margin: 0 10px 10px 0;
}
.blue_link{
	color: #0087C1;
	border-bottom: 1px solid #0087C1;
}
.correct .subscribe_form_field.subscribe_form_select{
	border: 1px solid #0D9901;
	padding: 10px 10px 9px;
}
.correct input.subscribe_form_field{
	border: 1px solid #0D9901;
	padding: 10px 11px 10px;
}
.correct .subscribe_form_required_field_sign{
	color: #0D9901;
}
.error .subscribe_form_field.subscribe_form_select{
	border: 1px solid #C62315;
	padding: 10px 10px 9px;
}
.error input.subscribe_form_field{
	border: 1px solid #C62315;
	padding: 10px 11px 10px;
}
.form_errors{
	display: inline-block;
	line-height: 16px;
	font-size: 13px;
	color: #C62315;
	margin: 0 0 10px;
	vertical-align: top;
}
.form_error{
	display: none;
}
#subscribe_form_sms_code_area{
	background: #E7E9F6;
	border: 1px solid #6D7083;
	padding: 20px;
	font-size: 13px;
	line-height: 18px;
}
.subscribe_form_field[data-field="sms_code"]{
	width: 80px;
	padding: 9px 20px 9px;
}
.subscribe_form_field[data-field="sms_code"]:focus{
	padding: 10px 21px 10px;
}
.correct .subscribe_form_field[data-field="sms_code"]{
	border: 1px solid #0D9901;
	padding: 10px 21px 10px;
}
.error .subscribe_form_field[data-field="sms_code"]{
	border: 1px solid #C62315;
	padding: 10px 21px 10px;
}
.error #subscribe_form_sms_code_area{
	background: #FDFAF0;
	border: 1px solid #52546B;
}
#get_sms_code_again{
	float: left;
	line-height: 15px;
	font-size: 13px;
	text-decoration-line: underline;
	color: #0087C1;
	cursor: pointer;
	margin: 14px 0 0;
}
.sms_code_sent_again{
	/*color: #0D9901;*/
}
#subscribe_form_submit{
	vertical-align: top;
	margin: 0 10px 10px 0;
}
.demo_step[data-step="2"], .demo_step[data-step="3"]{
	display: none;
}
.demo_service_buttons_div{
	display: flex;
	max-width: 959px;
	flex-wrap: wrap;
	margin: 22px 0 20px;
}
#demo a.demo_service_button{
	width: 230px;
	height: 100px;
	background: linear-gradient(180deg, #FFFFFF 0%, #F6F5F4 100%);
	border: 1px solid #DDD3CA;
	box-sizing: border-box;
	border-radius: 70px;
	margin: 0 10px 10px 0;
	display: block;
	cursor: pointer;
}
#demo a.demo_service_button:hover{
	background: #FFFFFF;
	border: 1px solid #000000 !important;
}

/* max-width: 480px */
@media screen and (max-width: 480px){
	.subscribe_form {
		padding: 20px 20px 15px;
	}
	.subscribe_form_left_col {
		width: 100%;
		line-height: 24px;
	}
	.subscribe_form_right_col{
		width: 100%;
	}
	.subscribe_form_row{
		display: block;
	}
}