/*.custom-registration {
	width: 100%;
	max-width: 610px;
	margin: 50px auto;
}

.step--hidden {
	display: none;
}

.error__item {
	color: #fd4924;
	font-size: 18px;
	text-align: center;
	margin-bottom: 15px;
}

.step-item--text {
	text-align: center;
	font-size: 20px;
	line-height: 1.4;
}

.step-item--textsmall {
	text-align: center;
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 15px;
}

.step-item__input-text {
    width: 100%;
    border: none;
    color: #000;
    border-bottom: 2px solid #E9E9E8;
    background-color: transparent;
    font-family: 'PT Serif';
    font-size: 23.6px;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.step-item__input-text--error {
	border-bottom: 2px solid #fd4924;
	margin-bottom: 5px;
}

.step-item__input-checkbox {
	-webkit-appearance: checkbox;
	display: block;
	float: left;
	margin-right: 10px;
}

.step-item__error {
	text-align: center;
	font-size: 12px;
	color: #fd4924;
	margin-bottom: 15px;
}

.step-item__error--hidden {
	display: none;
}

.step-item__title {
	font-size: 140%;
	text-align: center;
	margin-bottom: 15px;
}

.step-item--checkbox:after {
	content: "";
	display: table;
	width: 0;
	height: 0;
	clear: both;
}

.step-item--checkbox .step-item__title {
	font-size: 14px;
	text-align: left;
}

.step-item--button {
	text-align: center;
}

.step-item__button {
    background-color: #f47b22;
    color: #fff;
    font-family: 'PT Sans';
    font-size: 22px;
    width: 200px;
    text-align: center;
    padding: 10px 0;
    display: inline-block;
    border-radius: 21px;
    cursor: pointer;
}

.social-wrap {
	text-align: center;
	margin-bottom: 15px;
}

.social-wrap__item {
	display: inline-block;
	text-decoration: none;
	width: 24px;
	height: 24px;
	margin-right: 10px;
}

.social-wrap__item--fb {
	background: url('img/fb.png') no-repeat center center;
}

.social-wrap__item--vk {
	background: url('img/vk.png') no-repeat center center;
}

.social-wrap__item--ok {
	background: url('img/ok.png') no-repeat center center;
}
*/