.popup.popup--simple .form__item {
	margin-bottom: 16px;
	position: relative;
}
.popup__title {
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: .4px;
	color: #000;
	text-align: center;
}
.popup.popup--simple .popup__title {
	font-size: 20px;
	letter-spacing: 0.56px;
	margin-bottom: 30px;
}
.popup--feedback {
	max-width: 450px;
}
.form__placeholder{pointer-events:none;position:absolute;top:16px;left:16px;font-family:Play;font-size:12px;letter-spacing:.26px;line-height:16px;-webkit-transition:.3s;transition:.3s}
.form__placeholder.active{color:#0081f0;letter-spacing:.478181px;font-size:12px;top:-8px;padding:0 8px;left:8px;background:#fff}
.form__checkbox input,.form__checkbox textarea,.form__item input,.form__item textarea{width:100%;height:48px;border:0;border-radius:2px;border:1px solid #dee2e6;background-color:#fff;padding:0;padding-left:16px;max-height:100%;max-width:100%;resize:none;display:inline-block;vertical-align:middle}
span.input{width:100%;height:48px;border:0;padding:0;max-height:100%;max-width:100%;resize:none;display:inline-block;vertical-align:middle;background-color: transparent;font-family: Play;font-size: 16px;line-height: 48px;letter-spacing: .666667px;color: #212529;}
.form__checkbox textarea,.form__item textarea{height:148px;padding:16px}
.popup .close:before {
	line-height: 0;
	margin-top: 7px;
	display: block;
}
.popup .btn  {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	border: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding: 8px 16px !important;
	border-radius: 6px;
	-webkit-transition: .3s;
	transition: .3s;
	background: 0 0;
	height: 40px;
	background: #fc1f2c !important;
	color: #fff !important;
	width: 100%;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
}
.popup.popup--simple .success-text {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.67px;
	line-height: 24px;
	margin-bottom: 25px;
}
.i-more {
	background: url(/local/static/img/i-more-blue-dark.svg) no-repeat center/contain;
	width: 24px;
	height: 24px;
}
.form-answer {
	display: none;
	color: #009051;
	font-size: 14px;
}

.form-answer._error {
	color: #ff3300;
}