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

.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 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 0;
	font-size: 11px;
}

.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;
}


.personalDataText {
	position: relative;
	overflow: auto;
	max-height: 100px;
	font-size: 12px;
	text-align: left;
}

.personalDataText ul,
.personalDataText ol {
	padding-left: 20px;
}

.personalDataText ul li,
.personalDataText ol li {
	padding-bottom: 10px;
}

.personalDataText__title {
	font-weight: 900;
	font-size: 14px;
}

.personalDataBtn {
	position: relative;
	cursor: pointer;
	text-decoration: underline;
}

.personalDataBtn:hover::after {
	content: "развернуть полный текст Согласия";
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	background: #333;
	color: white;
	padding: 5px 10px;
	border-radius: 4px;
	font-size: 12px;
	white-space: nowrap;
	z-index: 1000;
	margin-bottom: 5px;
}

/* Стрелочка для подсказки (опционально) */
.personalDataBtn:hover::before {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	border: 5px solid transparent;
	border-top-color: #333;
	margin-bottom: -5px;
	z-index: 1001;
}

.smart-captcha {
	min-width:auto !important;
}

#robot-0 svg {
	width: 26px;
}