.elementor-widget-av-site-footer {
	width: 100%;
}

.av-site-footer,
.av-site-footer * {
	box-sizing: border-box;
}

.av-site-footer {
	--av-footer-primary: var(--av-color-primary, #222838);
	--av-footer-secondary: var(--av-color-secondary, #698a9c);
	--av-footer-accent-one: var(--av-color-accent-one, #bd8c8c);
	--av-footer-accent-two: var(--av-color-accent-two, #eedad3);
	width: 100%;
	margin: 0;
	background: #fff;
	border-top: 1px solid var(--av-footer-accent-two);
	color: var(--av-footer-primary);
	font-family: inherit;
}

.av-site-footer a {
	text-decoration: none;
}

.av-site-footer p,
.av-site-footer h2,
.av-site-footer ul {
	margin: 0;
}

.av-site-footer ul {
	padding: 0;
	list-style: none;
}

.av-site-footer__container {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 72px 32px 28px;
}

.av-site-footer__main {
	display: grid;
	grid-template-columns: minmax(280px, 1.05fr) minmax(0, 1.95fr);
	column-gap: 80px;
	align-items: start;
}

.av-site-footer__brand {
	min-width: 0;
}

.av-site-footer__logo {
	margin-bottom: 19px;
}

.av-site-footer__logo a {
	display: inline-flex;
	max-width: 100%;
}

.av-site-footer__logo img {
	display: block;
	width: 292px;
	max-width: 100%;
	height: auto;
}

.av-site-footer__tagline {
	max-width: 390px;
	color: var(--av-footer-secondary);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.7;
}

.av-site-footer__tagline::after {
	display: block;
	width: 46px;
	height: 2px;
	margin-top: 22px;
	background: var(--av-footer-accent-one);
	content: "";
}

.av-site-footer__details {
	display: grid;
	gap: 18px;
	margin-top: 25px;
}

.av-site-footer__detail {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	gap: 13px;
	align-items: start;
}

.av-site-footer__detail-icon {
	display: inline-flex;
	width: 38px;
	height: 38px;
	align-items: center;
	justify-content: center;
	border: 1px solid #dce6e8;
	border-radius: 11px;
	background: #f3f7f7;
	color: var(--av-footer-secondary);
}

.av-site-footer__detail-icon svg {
	width: 19px;
	height: 19px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.6;
}

.av-site-footer__detail-label {
	margin-bottom: 3px;
	color: var(--av-footer-primary);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .09em;
	line-height: 1.4;
	text-transform: uppercase;
}

.av-site-footer__detail-text,
.av-site-footer__appointment-note {
	color: #566173;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.65;
}

.av-site-footer__appointment-note {
	margin-top: 17px;
	padding-left: 51px;
	font-weight: 600;
}

.av-site-footer__navigation {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	column-gap: 48px;
	row-gap: 36px;
}

.av-site-footer__nav-column {
	min-width: 0;
}

.av-site-footer__nav-title {
	position: relative;
	margin-bottom: 24px;
	padding-bottom: 13px;
	color: var(--av-footer-primary);
	font-family: inherit;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
}

.av-site-footer__nav-title::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 28px;
	height: 2px;
	background: var(--av-footer-accent-one);
	content: "";
}

.av-site-footer__nav-list {
	display: grid;
	row-gap: 14px;
}

.av-site-footer__link {
	display: inline-flex;
	max-width: 100%;
	min-height: 30px;
	align-items: center;
	gap: 7px;
	color: #566173;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	transition: color .25s ease;
}

.av-site-footer__link-arrow {
	display: inline-block;
	flex: 0 0 auto;
	color: currentColor;
	font-size: 14px;
	opacity: 0;
	transform: translateX(-5px);
	transition: opacity .25s ease, transform .25s ease;
}

.av-site-footer__link:hover,
.av-site-footer__link:focus-visible {
	color: var(--av-footer-accent-one);
}

.av-site-footer__link:hover .av-site-footer__link-arrow,
.av-site-footer__link:focus-visible .av-site-footer__link-arrow {
	opacity: 1;
	transform: translateX(0);
}

.av-site-footer__link:focus-visible,
.av-site-footer__social-link:focus-visible,
.av-site-footer__logo a:focus-visible {
	border-radius: 4px;
	outline: 2px solid var(--av-footer-accent-one);
	outline-offset: 4px;
}

.av-site-footer__social {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 25px;
	padding-left: 0;
}

.av-site-footer__social-link {
	display: inline-flex;
	width: 42px;
	height: 42px;
	align-items: center;
	justify-content: center;
	border: 1px solid #dce6e8;
	border-radius: 50%;
	background: #f3f7f7;
	color: var(--av-footer-secondary);
	transition: color .25s ease, background-color .25s ease, border-color .25s ease, transform .25s ease;
}

.av-site-footer__social-link:hover,
.av-site-footer__social-link:focus-visible {
	border-color: var(--av-footer-secondary);
	background: var(--av-footer-secondary);
	color: #fff;
	transform: translateY(-2px);
}

.av-site-footer__social-link svg {
	display: block;
	width: 18px;
	height: 18px;
}

.av-site-footer__social-link svg:not(:has(path[fill])) {
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
}

.av-site-footer__bottom {
	display: flex;
	gap: 24px;
	align-items: center;
	justify-content: space-between;
	margin-top: 56px;
	padding-top: 23px;
	border-top: 1px solid #dce6e8;
}

.av-site-footer__copyright,
.av-site-footer__bottom-note {
	color: var(--av-footer-secondary);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5;
}

.av-site-footer__bottom-note {
	text-align: right;
}

@media (max-width: 1024px) {
	.av-site-footer__container {
		padding: 60px 28px 26px;
	}

	.av-site-footer__main {
		grid-template-columns: 1fr;
		row-gap: 48px;
	}

	.av-site-footer__brand {
		display: grid;
		grid-template-columns: minmax(240px, .9fr) minmax(0, 1.1fr);
		column-gap: 48px;
	}

	.av-site-footer__logo,
	.av-site-footer__tagline {
		grid-column: 1;
	}

	.av-site-footer__details,
	.av-site-footer__appointment-note {
		grid-column: 2;
	}

	.av-site-footer__details {
		grid-row: 1 / span 3;
		margin-top: 0;
	}

	.av-site-footer__appointment-note {
		margin-top: 18px;
	}

	.av-site-footer__bottom {
		padding-right: 64px;
		padding-bottom: 40px;
	}
}

@media (max-width: 767px) {
	.av-site-footer__container {
		padding: 48px 22px 24px;
	}

	.av-site-footer__main {
		row-gap: 40px;
	}

	.av-site-footer__brand {
		display: block;
	}

	.av-site-footer__logo {
		margin-bottom: 17px;
	}

	.av-site-footer__logo img {
		width: min(292px, 100%);
	}

	.av-site-footer__tagline {
		max-width: 35rem;
	}

	.av-site-footer__details {
		margin-top: 25px;
	}

	.av-site-footer__appointment-note {
		padding-left: 0;
	}

	.av-site-footer__navigation {
		grid-template-columns: 1fr;
		row-gap: 0;
	}

	.av-site-footer__nav-column {
		padding: 27px 0;
		border-top: 1px solid #e5ecee;
	}

	.av-site-footer__nav-column:last-child {
		padding-bottom: 0;
	}

	.av-site-footer__nav-title {
		margin-bottom: 19px;
	}

	.av-site-footer__link {
		min-height: 40px;
	}

	.av-site-footer__bottom {
		display: grid;
		gap: 8px;
		margin-top: 36px;
		padding: 20px 54px 52px 0;
	}

	.av-site-footer__bottom-note {
		text-align: left;
	}
}

@media (prefers-reduced-motion: reduce) {
	.av-site-footer__link,
	.av-site-footer__link-arrow,
	.av-site-footer__social-link {
		transition: none;
	}
}
