.feadback-page .form__call {
	position: absolute;
	display: none;
	z-index: 11;
	right: 245px;
	top: calc(50% - 100px);
	padding: 40px 35px 30px;
	width: 490px;
	border-radius: 3px;
	background: #e1dfe0;
}

.feadback-page .form__call.active {
	display: block;
}