/* =========================================================
   FOOTER — VETEROAIR
   ========================================================= */

.vetero-air-footer {
	--footer-bg: #2f4f85;
	--footer-text: #ffffff;
	--footer-muted: rgba(255, 255, 255, 0.53);
	--footer-icon-bg: rgba(0, 0, 0, 0.16);
	--footer-button-bg: rgba(0, 0, 0, 0.2);
	--footer-blue: #56aee4;

	width: 100%;
	max-width: none !important;
	margin: 0 !important;
	padding: 52px 0 26px;
	color: var(--footer-text);
	background: var(--footer-bg);
	font-family: "Montserrat", sans-serif;
	font-stretch: normal;
	letter-spacing: normal;
}

.vetero-air-footer,
.vetero-air-footer * {
	box-sizing: border-box;
	letter-spacing: normal;
}

.vetero-air-footer__inner {
	width: calc(100% - 40px);
	max-width: 1200px;
	margin-right: auto !important;
	margin-left: auto !important;
	padding: 0 !important;
}

.vetero-air-footer p,
.vetero-air-footer h2,
.vetero-air-footer h3,
.vetero-air-footer .wp-block-group,
.vetero-air-footer .wp-block-columns,
.vetero-air-footer .wp-block-column,
.vetero-air-footer .wp-block-buttons,
.vetero-air-footer .wp-block-button {
	margin-top: 0;
}

.vetero-air-footer a {
	color: inherit;
	text-decoration: none;
}

/* Скрытый текст для доступности */

.vetero-air-footer .screen-reader-text {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

/* Заголовок */

.vetero-air-footer__eyebrow {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 58px;
	color: var(--footer-text);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
}

.vetero-air-footer__eyebrow > span {
	display: block;
	flex: 0 0 auto;
	width: 6px;
	height: 6px;
	background: var(--footer-blue);
}

/* Основные колонки */

.vetero-air-footer__main {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 20px;
	margin: 0 0 66px !important;
}

.vetero-air-footer__side {
	min-width: 0;
	margin: 0 !important;
}

.vetero-air-footer__item {
	margin: 0 0 58px !important;
}

.vetero-air-footer__item:last-child {
	margin-bottom: 0 !important;
}

/* Подписи и иконки FA7 Light */

.vetero-air-footer__label {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 0 0 24px;
	color: var(--footer-muted);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
}

.vetero-air-footer__label > i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 30px;
	height: 30px;
	border-radius: 4px;
	color: var(--footer-text);
	background: var(--footer-icon-bg);
	font-size: 14px;
	line-height: 1;
}

/* Основные значения */

.vetero-air-footer__value {
	margin: 0;
	color: var(--footer-text);
	font-size: 29px;
	font-weight: 700;
	line-height: 1.65;
}

.vetero-air-footer__value a {
	color: var(--footer-text);
}

.vetero-air-footer__value a:hover {
	opacity: 0.72;
}

.vetero-air-footer__email {
	line-height: 1.25;
}

.vetero-air-footer__address,
.vetero-air-footer__schedule {
	max-width: 600px;
	line-height: 1.4;
}

/* Мессенджеры */

.vetero-air-footer__messengers {
	margin-top: 8px !important;
}

.vetero-air-footer__messenger-buttons {
	display: flex;
	flex-wrap: nowrap;
	gap: 20px;
	margin: 0 !important;
}

.vetero-air-footer__messenger {
	margin: 0 !important;
}

.vetero-air-footer__messenger .wp-block-button__link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	padding: 0;
	border: 0;
	border-radius: 4px;
	color: var(--footer-text) !important;
	background: var(--footer-button-bg) !important;
	line-height: 1;
	transition:
		background-color 0.2s ease,
		transform 0.2s ease;
}

.vetero-air-footer__messenger .wp-block-button__link > i {
	color: var(--footer-text);
	font-size: 34px;
	line-height: 1;
}

.vetero-air-footer__messenger .wp-block-button__link:hover {
	background: rgba(0, 0, 0, 0.3) !important;
	transform: translateY(-2px);
}

/* Где купить */

.vetero-air-footer__buy {
	margin: 118px 0 0 !important;
	padding: 20px;
	border-radius: 4px;
	color: #292827;
	background: #ffffff;
}

.vetero-air-footer__buy-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 24px !important;
}

.vetero-air-footer__buy-title {
	margin: 0;
	color: #292827;
	font-size: 23px;
	font-weight: 500;
	line-height: 1.2;
}

.vetero-air-footer__cart-icon {
	width: 30px;
	margin: 0 !important;
	color: var(--footer-blue);
	font-size: 21px;
	line-height: 1;
	text-align: center;
}

.vetero-air-footer__cart-icon > i {
	color: var(--footer-blue);
	font-size: 21px;
	line-height: 1;
}

.vetero-air-footer__buy-buttons {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	width: 100%;
	margin: 0 !important;
}

.vetero-air-footer__buy-button {
	width: 100%;
	margin: 0 !important;
}

.vetero-air-footer__buy-button .wp-block-button__link {
	display: flex;
	position: relative;
	align-items: center;
	width: 100%;
	min-height: 42px;
	padding: 10px 38px 10px 20px;
	border: 0;
	border-radius: 4px;
	color: #ffffff !important;
	background: #292827 !important;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	text-align: left;
}

.vetero-air-footer__buy-button .wp-block-button__link::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 21px;
	width: 6px;
	height: 6px;
	background: var(--footer-blue);
	transform: translateY(-50%);
}

.vetero-air-footer__buy-button .wp-block-button__link:hover {
	background: #111111 !important;
}

/* Реквизиты */

.vetero-air-footer__details {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	margin: 0 0 52px !important;
}

.vetero-air-footer__details > .wp-block-column {
	min-width: 0;
	margin: 0 !important;
}

.vetero-air-footer__details-text {
	margin: 0 0 21px;
	color: var(--footer-muted);
	font-size: 11px;
	font-weight: 400;
	line-height: 1.35;
}

.vetero-air-footer__details-text:last-child {
	margin-bottom: 0;
}

/* Нижняя строка */

.vetero-air-footer__bottom {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	align-items: end;
	margin: 0 !important;
}

.vetero-air-footer__bottom > .wp-block-column {
	margin: 0 !important;
}

.vetero-air-footer__copyright,
.vetero-air-footer__privacy {
	margin: 0;
	color: var(--footer-muted);
	font-size: 11px;
	font-weight: 400;
	line-height: 1.35;
}

.vetero-air-footer__privacy a {
	color: var(--footer-muted);
}

.vetero-air-footer__privacy a:hover {
	color: var(--footer-text);
}

@media (max-width: 1000px) {
	.vetero-air-footer__main,
	.vetero-air-footer__details,
	.vetero-air-footer__bottom {
		gap: 60px;
	}

	.vetero-air-footer__value {
		font-size: 23px;
	}

	.vetero-air-footer__buy {
		margin-top: 80px !important;
	}
}

@media (max-width: 700px) {
	.vetero-air-footer {
		padding: 42px 0 24px;
	}

	.vetero-air-footer__eyebrow {
		margin-bottom: 42px;
	}

	.vetero-air-footer__main,
	.vetero-air-footer__details,
	.vetero-air-footer__bottom {
		grid-template-columns: minmax(0, 1fr);
		gap: 42px;
	}

	.vetero-air-footer__main {
		margin-bottom: 52px !important;
	}

	.vetero-air-footer__item {
		margin-bottom: 42px !important;
	}

	.vetero-air-footer__value {
		font-size: 21px;
	}

	.vetero-air-footer__buy {
		margin-top: 52px !important;
	}

	.vetero-air-footer__buy-buttons {
		grid-template-columns: minmax(0, 1fr);
		gap: 12px;
	}

	.vetero-air-footer__details {
		margin-bottom: 40px !important;
	}
}

@media (max-width: 420px) {
	.vetero-air-footer__inner {
		width: calc(100% - 30px);
	}

	.vetero-air-footer__messenger-buttons {
		gap: 12px;
	}

	.vetero-air-footer__messenger .wp-block-button__link {
		width: 68px;
		height: 68px;
	}

	.vetero-air-footer__messenger .wp-block-button__link > i {
		font-size: 29px;
	}
}
.vetero-air-footer__buy-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	width: 100%;
	margin: 0 !important;
	color: #292827;
	font-size: 23px;
	font-weight: 500;
	line-height: 1.2;
}

.vetero-air-footer__buy-title > span {
	min-width: 0;
}

.vetero-air-footer__buy-title > i {
	flex: 0 0 auto;
	color: var(--footer-blue);
	font-size: 21px;
	line-height: 1;
}
.vetero-air-footer__buy-head,
.vetero-air-footer__buy-head > .wp-block-group__inner-container {
	width: 100%;
}

.vetero-air-footer__buy-title {
	display: flex;
	align-items: center;
	width: 100%;
	margin: 0;
}

.vetero-air-footer__buy-title .fa-cart-shopping {
	margin-left: auto;
	flex: 0 0 auto;
}
