.recall .form-item input._error{
	border: 2px solid #E24755 !important;
}
.recall {
	overflow: hidden;
	padding: 0 !important;
}
.recall-inner {
	padding: 25px 90px;
	border-radius: 8px;
}
.recall .form-item__error{
	display: none;
}

@media (max-width: 800px) {
	.recall .title {
		text-align: left;
		float: left;
		width: calc(100% - 102px);
		margin-bottom: 16px;
        font-style: normal;
        font-weight: 400;
        font-size: 28px !important;
        line-height: 36px !important;
	}
	.recall-inner {
		padding: 20px 10px;
	}
	.recall .svg.leftimg {
		float: right;
		margin: 0 7px -3px 0;
	}
	.recall form {
		width: 100%;
		margin: 0 0 15px 0;
	}

	.recall .rightimg {
		display: none;
	}
	.recall .svg.leftimg {
		width: 84px;
		height: 101px;
		float: left;
		margin: 10px 5px 0 15px;
	}
}

.recall .title {
	margin: 0 !important;
	text-align: left;
    font-family: 'HelveticaNeueCyr';
}
.recall form {
	height: initial !important;
	width: 100% !important;
	margin: 0 !important;
	position: relative;
	display: inline-block;
}
.recall .form-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
}
.recall .form-footer {
	display: flex;
}
.recall .form-footer .btn-arrow {
	max-width: 300px;
}
.recall .form-note {
	margin-bottom: 0 !important;
}
.recall .form-item {
	flex-grow: 1;
	margin: 0 !important;
}
.recall .form-item:first-child {
	margin-right: 25px !important;
}

/* custom checkbox */
.recall .form-item:last-child {
	margin-top: -10px;
}
.recall .form-item {
	margin: 0 0 15px 0;
}
.recall .form-note {
	margin: -5px 0 5px 0;
}
.recall .form-item input[type=checkbox],
.recall .form-item input[type=radio] {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.recall .form-item input[type=checkbox]+label:before,
.recall .form-item input[type=radio]+label:before {
	content: '';
	margin: 6px 0 0 0;
	width: 0.75rem;
	height: 0.75rem;
	border-radius: 0.75rem;
	display: block;
	position: absolute;
	top: -0.125rem;
	left: 0;
	cursor: pointer;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	background-image: unset;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 0 0;
}
.recall .form-item input[type=email],
.recall .form-item input[type=password],
.recall .form-item input[type=tel],
.recall .form-item input[type=text] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	display: block;
	width: 100%;
	height: 48px;
	border-radius: 0.625rem;
	font-size: 18px;
	line-height: 48px;
	font-family: HelveticaNeueCyr-Light;
	padding: 0.3125rem 1rem 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.recall .form-item__label {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 48px;
	font-size: 18px;
	line-height: 48px;
	font-family: HelveticaNeueCyr-Light;
	padding: 0 1rem;
	pointer-events: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	color: #595959;
	z-index: 2;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.recall .form-item input[type=checkbox]+label,
.recall .form-item input[type=radio]+label {
	padding-left: 1rem;
}
.recall .form-note.required {
	font-size: 11px;
	line-height: 13px;
}
.recall.purple .btn-arrow._color-green-inverse {
	background-color: #FF7975;
}
.recall .btn-arrow {
    min-height: 2.5rem;
    font-family: HelveticaNeueCyr;
    font-weight: 400;
}
.recall .btn-arrow._color-green-inverse {
	border: 0;
	-webkit-box-shadow: unset;
	box-shadow: unset;
}
@media (max-width: 768px) {
    .recall .btn-arrow {
        font-style: normal;
        font-weight: 400;
        font-size: 14px !important;
    }
}
@media (max-width: 768px) {
    .recall .btn-arrow {
        font-size: 18px;
    }
	.recall .form-inner {
		flex-direction: column;
		align-items: normal;
	}
	.recall .form-inner .form-item:first-child {
		margin-right: 0 !important;
		margin-bottom: 25px !important;
	}
	.recall .form-footer {
		flex-direction: column;
	}
	.recall .form-footer .form-item:first-child {
		margin-bottom: 12px !important;
	}
}
@media (min-width: 769px) {
    .recall .btn-arrow {
        font-size: 20px;
    }
}
@media (max-width: 300px) {
    .recall .btn-arrow {
        font-size: 5.4vw;
    }
}
@media (max-width: 340px) {
    .recall .btn-arrow:after{
        display: none !important;
    }
    .recall .btn-arrow{
        width: 100%;
    }
}
@media (max-width: 1262px) {
	.recall .rightimg {
		position: absolute;
	}
}
.btn-arrow._color-green-inverse:after {
	content: none;
}