button.tebo-header-callback-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	/* min-height: 27px; */
	/* padding: 0px 0px; */
	margin-right: 22px;
	border: 1px var(--bs-orange) solid;
	/* border-radius: 8px; */
	/* background: #f36b21; */
	color: #000;
	font-size: 14px;
	/* font-weight: 600; */
	line-height: 1;
	/* box-shadow: 0 8px 22px rgba(243, 107, 33, 0.28); */
	transition: all 0.3s ease;
}

.tebo-header-callback-btn:hover
/* , .tebo-header-callback-btn:focus */
{
	background: #e85f16 !important;
	color: #ffffff !important;
	/* box-shadow: 0 10px 26px rgba(243, 107, 33, 0.36); */
	/* transform: translateY(-1px); */
}

.tebo-callback-modal__content {
	border: 0;
	border-radius: 14px;
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
	overflow: hidden;
}

.tebo-callback-modal__header {
	padding: 24px 26px 12px;
	border-bottom: 0;
}

.tebo-callback-modal__title {
	color: #1f2d3d;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
}

.tebo-callback-modal__close {
	box-shadow: none !important;
}

.tebo-callback-modal__body {
	padding: 10px 26px 28px;
}

.tebo-callback-form {
	width: 100%;
}

.tebo-callback-form__field {
	margin-bottom: 16px;
}

.tebo-callback-form__field--surname,
.tebo-callback-form__field--website {
	display: none !important;
}

.tebo-callback-form__label {
	display: block;
	width: 100%;
	margin: 0;
}

.tebo-callback-form__caption {
	display: block;
	margin-bottom: 7px;
	color: #1f2d3d;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3;
}

.tebo-callback-form__required {
	color: #f36b21;
	font-weight: 700;
}

.tebo-callback-form input[type="text"],
.tebo-callback-form input[type="tel"],
.tebo-callback-form input[type="email"],
.tebo-callback-form textarea {
	display: block;
	width: 100%;
	min-height: 46px;
	padding: 10px 14px;
	border: 1px solid #d8d8d8;
	border-radius: 6px;
	background: #ffffff;
	box-sizing: border-box;
	color: #1f2d3d;
	font-size: 15px;
	line-height: 1.3;
	outline: none;
}

.tebo-callback-form input[type="text"]:focus,
.tebo-callback-form input[type="tel"]:focus,
.tebo-callback-form input[type="email"]:focus,
.tebo-callback-form textarea:focus {
	border-color: #f36b21;
	box-shadow: 0 0 0 3px rgba(243, 107, 33, 0.14);
}

.tebo-callback-form__privacy {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.tebo-callback-form__privacy-checkbox {
	flex: 0 0 auto;
	padding-top: 2px;
}

.tebo-callback-form__privacy-checkbox input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin: 0;
	cursor: pointer;
}

.tebo-callback-form__privacy-checkbox label {
	display: none;
}

.tebo-callback-form__privacy-text {
	display: block;
	color: #5f6b7a;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
	cursor: pointer;
}

.tebo-callback-form__privacy-text a {
	color: #f36b21;
	text-decoration: underline;
}

.tebo-callback-form__privacy-text a:hover {
	color: #e85f16;
}

.tebo-callback-form__footer {
	margin-top: 20px;
}

.tebo-callback-form__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 48px;
	padding: 0 24px;
	border: 0;
	border-radius: 6px;
	background: #f36b21;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
	transition: background 0.2s ease;
}

.tebo-callback-form__submit:hover {
	background: #e85f16;
}

.tebo-callback-form__errors {
	margin-bottom: 16px;
	padding: 12px 14px;
	border-radius: 6px;
	background: #fff1f1;
	border: 1px solid #e3b7b7;
	color: #c40000;
	font-size: 14px;
	line-height: 1.4;
}

.tebo-callback-form__success {
	padding: 18px 20px;
	border-radius: 6px;
	background: #f0fff8;
	color: #1f7a4f;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
}

@media (max-width: 767px) {
	.tebo-header-callback-btn {
		min-height: 42px;
		padding: 0 18px;
		font-size: 14px;
	}

	.tebo-callback-modal__header {
		padding: 20px 20px 10px;
	}

	.tebo-callback-modal__body {
		padding: 10px 20px 24px;
	}

	.tebo-callback-modal__title {
		font-size: 22px;
	}
}
.tebo-callback-modal__text {
	margin: 0 0 18px;
	color: #5f6b7a;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.45;
}

.tebo-callback-modal__text span {
	display: block;
	margin-top: 5px;
	color: #f36b21;
	font-weight: 700;
}

.tebo-callback-form__submit.is-loading {
	opacity: 0.65;
	cursor: default;
	pointer-events: none;
}