/* Форма обратного звонка */

.footer-сallback {
	text-align: center !important;
}

.footer-feedback:hover {
	opacity: 1;
	box-shadow: 4px 4px 10px #0035133b;
}

.footer-сallback {
	border-radius: 5px;
}

.footer-сallback__form input {
	border-radius: 5px !important;
	outline: none !important;
	border: 1px solid #a0a0a0 !important;
	font-size: 16px !important;
	padding: 15px !important;
	height: auto !important;
}

.footer-сallback__form {
	display: flex;
	flex-direction: column;
	margin-top: 30px;
}

.footer-сallback__input {
	padding: 14px 20px !important;
	margin-bottom: 15px !important;
}

.footer-сallback .btn-primary {
	padding: 16px 20px;
	font-size: 18px;
	outline: none !important;
	height: auto;
	line-height: normal;
}

.footer-сallback__small-text {
	font-size: 11px;
	margin-top: 15px;
	padding-bottom: 0;
	margin-bottom: 0;
}

.footer-сallback__form #captcha-container {
	margin-bottom: 15px;
	height: 102px !important;
}

.footer-сallback .is-success {
	padding: 12px;
	color: green;
	font-size: 16px;
	border-bottom: 2px solid green;
}

.footer-сallback .is-error {
	padding: 12px;
	color: red;
	font-size: 16px;
	border-bottom: 2px solid red;
}

/* Псевдоэлемент на звонке */

.pelephoneWrap {
	z-index: -1;
	width: 100%;
	position: absolute;
	bottom: 0px;
	height: 50px;
	transition: 0.2s all;
	cursor: pointer;
	border-radius: 50%;
}

[class*="_open_"] ~ .pelephoneWrap {
	bottom: 120px;
}

.is-visible {
	visibility: visible !important;
}
