input.input-login {
	box-sizing: unset;
}

span.error {
	font-size: 18px;
	font-family: "ProximaNova Regular";
	color: red;
	display: block;
	text-align: left;
}

span.title-error {
	font-size: 18px;
	font-family: "ProximaNova Regular";
	margin-top: 20px;
	color: red;
	display: block;
	text-align: left;
}

span.title-info {
	font-size: 18px;
	font-family: "ProximaNova Regular";
	margin-top: 20px;
	color: #3bbba1;
	display: block;
	text-align: left;
}

.clear {
	height: 0;
	float: none;
	clear: both;
	line-height: 0;
	padding: 0;
	margin: 0;
}

div.row-soglashenie {
	height: 33px;
}

div.row-captcha input.input-login {
	width: 120px;
	margin-right: 10px;
}

div.row-captcha img.captcha {
	margin-top: 8px;
	margin-right: 10px;
	vertical-align: top;
	height: 32px;
}

div.row-captcha .submit {
	width: 110px;
	margin-top: 0;
	margin-bottom: 0;
}

div.registration-success .input-auth {
	display: block;
	margin-top: 20px;
	box-sizing: unset;
}

div.news-info .input-auth {
	margin-top: 20px;
	padding-right: 10px;
}

div.feedback-success .input-auth {
	display: block;
	margin-top: 20px;
	box-sizing: unset;
}

img {
	color: white;
}

.button-block {
	display: flex;
	justify-content: center;
	margin: 10px 0 20px 0;
}

.button-block__btn {
	background-color: #00d3b6;
	border-radius: 17px;
	color: #fff;
	display: block;
	font-size: 26px;
	font-weight: normal;
	height: 75px;
	line-height: 71px;
	text-decoration: none;
	padding-left: 35px;
	padding-right: 35px;
	white-space: nowrap;
}

.input-auth-description {
	font-size: 13px;
	font-family: "ProximaNova Regular";
	margin-top: 5px;
	margin-bottom: 2px;
}

.input-auth-description-orange {
	font-size: 13px;
	font-family: "ProximaNova Regular";
	margin-top: 5px;
	margin-bottom: 2px;
	color: #ff6e0e;
}

div.registration-success .input-auth {
	height: auto;
}