/**
 * Попапи з формами CF7 — перекриває стилі з base.css (тарифи, заявки).
 */

/* --- overlay --- */
.overlay {
	z-index: 10050;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
	box-sizing: border-box;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.overlay:target {
	display: flex;
}

/* --- вікно --- */
.overlay .popup,
.tarif-wrapper .popup {
	width: 100% !important;
	max-width: 440px;
	margin: auto !important;
	padding: 28px 24px 24px;
	border-radius: 8px;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
	text-align: left;
	box-sizing: border-box;
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
}

.tarif-wrapper #popup9 .popup,
.tarif-wrapper #popup10 .popup {
	width: 100% !important;
	max-width: 440px;
}

.overlay .popup h2,
.tarif-wrapper .popup h2 {
	margin: 0 0 8px;
	padding: 0 32px 0 0;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 700;
	color: #333;
	text-align: left;
}

/* назва тарифу (підставляє JS) */
.tti-popup-tariff-label {
	display: block;
	margin: 0 0 18px;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 1.35;
	color: #4c4c4c;
	background: #fff5eb;
	border-left: 3px solid #ff7f0a;
	border-radius: 0 4px 4px 0;
}

.tti-popup-tariff-label:empty {
	display: none;
}

/* закрити */
.overlay .popup .close,
.popup .close {
	top: 12px;
	right: 14px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 28px;
	text-align: center;
	color: #888;
	z-index: 2;
}

.overlay .popup .close:hover,
.popup .close:hover {
	color: #ff7f0a;
}

.overlay .popup .content,
.popup .content {
	max-height: none;
	overflow: visible;
}

/* --- форма CF7 у попапі --- */
.overlay .wpcf7-form,
.tarif-wrapper .popup .wpcf7-form {
	margin: 0;
}

.overlay .wpcf7-form p,
.tarif-wrapper .popup .wpcf7-form p {
	margin: 0 0 14px;
}

.overlay .wpcf7-form ul,
.tarif-wrapper .popup ul,
.overlay .popup ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.overlay .wpcf7-form li,
.tarif-wrapper .popup li,
.overlay .popup ul li {
	float: none !important;
	width: 100% !important;
	margin: 0 0 14px !important;
	padding: 0;
	list-style: none !important;
	line-height: 1.4;
}

.overlay .wpcf7-form li:last-child,
.tarif-wrapper .popup li:last-child {
	margin-bottom: 0 !important;
}

.overlay .wpcf7-form input[type="text"],
.overlay .wpcf7-form input[type="tel"],
.overlay .wpcf7-form input[type="email"],
.overlay .wpcf7-form input[type="number"],
.overlay .wpcf7-form textarea,
.overlay .wpcf7-form select,
.tarif-wrapper .popup li input,
.tarif-wrapper .popup li textarea,
.tarif-wrapper .popup li select {
	display: block;
	width: 100% !important;
	height: auto;
	min-height: 44px;
	margin: 0 !important;
	padding: 10px 14px;
	font-size: 16px;
	line-height: 1.35;
	color: #333;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 6px;
	box-sizing: border-box;
	-webkit-appearance: none;
	appearance: none;
}

.overlay .wpcf7-form textarea,
.tarif-wrapper .popup li textarea {
	min-height: 100px;
	resize: vertical;
}

.overlay .wpcf7-form input:focus,
.overlay .wpcf7-form textarea:focus,
.overlay .wpcf7-form select:focus,
.tarif-wrapper .popup li input:focus,
.tarif-wrapper .popup li textarea:focus {
	border-color: #ff7f0a;
	outline: none;
	box-shadow: 0 0 0 2px rgba(255, 127, 10, 0.2);
}

/* кнопка відправки */
.overlay .wpcf7-form input[type="submit"],
.overlay .wpcf7-form .wpcf7-submit,
.tarif-wrapper .popup .button-rates,
.tarif-wrapper .popup input[type="submit"] {
	display: block;
	width: 100% !important;
	margin: 6px 0 0 !important;
	padding: 12px 16px !important;
	font-size: 15px !important;
	font-weight: 700;
	line-height: 1.3 !important;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	color: #fff !important;
	background: #ff7f0a !important;
	border: none !important;
	border-radius: 6px;
	cursor: pointer;
	box-sizing: border-box;
	transition: background 0.2s ease;
}

.overlay .wpcf7-form input[type="submit"]:hover,
.overlay .wpcf7-form .wpcf7-submit:hover,
.tarif-wrapper .popup .button-rates:hover,
.tarif-wrapper .popup input[type="submit"]:hover {
	background: #e67309 !important;
	color: #fff !important;
}

/* повідомлення CF7 */
.overlay div.wpcf7-response-output,
.tarif-wrapper .popup div.wpcf7-response-output {
	margin: 14px 0 0;
	padding: 12px 14px;
	font-size: 14px;
	border-radius: 6px;
}

.overlay .wpcf7-spinner,
.tarif-wrapper .popup .wpcf7-spinner {
	margin: 8px auto 0;
}

.overlay span.wpcf7-not-valid-tip,
.tarif-wrapper .popup span.wpcf7-not-valid-tip {
	position: static;
	display: block;
	margin-top: 6px;
	padding: 0;
	font-size: 13px;
	text-align: left;
	color: #c0392b;
}

.overlay span.wpcf7-not-valid-tip:before,
.tarif-wrapper .popup span.wpcf7-not-valid-tip:before {
	content: none;
}

/* приховане поле тарифу */
input.tti-tariff-name {
	display: none !important;
}

/* --- мобільні --- */
@media screen and (max-width: 767px) {
	.overlay {
		padding: 12px;
		align-items: flex-start;
		padding-top: max(12px, env(safe-area-inset-top, 12px));
	}

	.overlay .popup,
	.tarif-wrapper .popup {
		max-width: none;
		width: 100% !important;
		margin-top: 8px !important;
		padding: 22px 18px 20px;
	}

	.overlay .popup h2,
	.tarif-wrapper .popup h2 {
		font-size: 18px;
		padding-right: 28px;
	}

	.overlay .wpcf7-form input[type="text"],
	.overlay .wpcf7-form input[type="tel"],
	.overlay .wpcf7-form input[type="email"],
	.tarif-wrapper .popup li input {
		font-size: 16px; /* без зуму на iOS */
	}
}

@media screen and (min-width: 768px) {
	.overlay .popup,
	.tarif-wrapper .popup {
		max-width: 460px;
	}
}
