.prog-recall .form-item input._error{
	border: 2px solid #E24755 !important;
}
.prog-recall {
	padding: 35px;
}
.prog-recall .form-item__error{
	display: none;
}
.prog-recall .title {
	max-width: 500px;
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 20px;
	color: #646565;
}
.prog-recall__content {
	display: flex;
}
#akcii_form {
	margin-top: 80px;
}
#akcii_form .prog-recall__content {
	justify-content: space-between;
}
.prog-recall form {
	max-width: 435px;
}
.prog-recall .container{
	position: relative;
}
.prog-recall .title {
	text-align: left;
    font-family: 'HelveticaNeueCyr';
}
.prog-recall .form-item.form-item--checkbox {
	margin-bottom: 22px;
}
.prog-recall .form-item.form-item--checkbox label {
	font-size: 16px;
	line-height: 20px;
}
.prog-recall form {
	position: relative;
	display: flex;
	flex-direction: column;
	margin-right: 35px;
}
.form-item input[type="text"],
.form-item input[type="tel"] {
	width: 100%;
	height: 48px;
	background: white;
	border-radius: 5px;
	border: 0;
	padding: 0 18px;
	font-size: 18px;
}

@media (max-width: 1000px) {
	#akcii_form {
		margin-top: 40px;
	}
	.prog-recall {
		padding: 20px 10px;
	}
	.prog-recall__content {
		flex-direction: column;
	}
	.prog-recall form {
		margin-right: 0;
		order: 1;
	}
	.prog-recall .title {
		text-align: left;
		font-style: normal;
		font-weight: 400;
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 0;
	}
	.prog-recall form {
		width: 100%;
		margin: 0 0 15px 0;
	}
	.prog-recall__right {
		margin-bottom: 15px;
		max-width: 250px;
		align-self: center;
	}
	.prog-recall form {
		max-width: initial;
		margin-right: 0;
	}
	.prog-recall .form-item.form-item--submit {
		margin-top: 10px;
	}
}

/* custom checkbox */
.prog-recall .form-item {
	margin: 0 0 12px 0;
}
.prog-recall .form-note {
	margin: -5px 0 5px 0;
}
.prog-recall .form-item input[type=checkbox],
.prog-recall .form-item input[type=radio] {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.prog-recall .form-item input[type=checkbox] ~ label::before {
	content: "";
	width: 20px;
	height: 20px;
	background-color: white;
	border-radius: 5px;
	position: absolute;
	top: 0;
	left: 0px;
	cursor: pointer;
	background-image: none;
}
.prog-recall .form-item input[type=checkbox]:checked ~ label::after {
	content: "";
	width: 12px;
	height: 9px;
    background-image: url("images/icon-check.svg");
    background-repeat: no-repeat;
    background-position: center;
	position: absolute;
	top: 5px;
	left: 5px;
}
.prog-recall .form-item__label {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	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;
}
.prog-recall .form-item input[type=checkbox]+label,
.prog-recall .form-item input[type=radio]+label {
	padding-left: 1.5rem;
}
.prog-recall .form-note.required {
	font-size: 11px;
}
.prog-recall .btn-arrow {
    min-height: 2.5rem;
    font-family: HelveticaNeueCyr;
    font-weight: 400;
}
.prog-recall .btn-arrow._color-green-inverse {
	border: 0;
	-webkit-box-shadow: unset;
	box-shadow: unset;
}
@media (max-width: 768px) {
    .prog-recall .btn-arrow {
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
    }
}
@media (max-width: 768px) {
    .prog-recall .btn-arrow {
        font-size: 18px;
    }
}
@media (min-width: 769px) {
    .prog-recall .btn-arrow {
        font-size: 20px;
    }
}
@media (max-width: 300px) {
    .prog-recall .btn-arrow {
        font-size: 5.4vw;
    }
}
@media (max-width: 340px) {
    .prog-recall .btn-arrow:after{
        display: none !important;
    }
    .prog-recall .btn-arrow{
        width: 100%;
    }
}
@media (max-width: 1262px) {
	.prog-recall .rightimg {
		position: absolute;
	}
}