.skyfit-site-footer,
.skyfit-site-footer * {
	box-sizing: border-box;
}

.skyfit-site-footer {
	padding: 80px 0 48px;
	background: #0b0b0b;
	color: #fff;
}

.skyfit-footer__inner {
	width: min(100% - 128px, 1152px);
	max-width: 1152px;
	margin: 0 auto;
}

.skyfit-footer__grid {
	display: grid;
	grid-template-columns: 1.15fr 0.75fr 0.75fr 1.2fr;
	gap: 48px;
	align-items: flex-start;
}

.skyfit-footer__logo {
	display: inline-flex;
	align-items: center;
	color: #fff;
	font-family: "Sora", sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
}

.skyfit-footer__logo:hover {
	color: #fff;
	text-decoration: none;
}

.skyfit-footer__logo img {
	display: block;
	width: auto;
	max-width: 180px;
	max-height: 64px;
}

.skyfit-footer__description {
	margin: 24px 0 0;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 25.6px;
	color: #9ca3af;
}

.skyfit-footer__contact {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 24px;
}

.skyfit-footer__contact-item {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	text-decoration: none;
	transition: color 0.2s ease;
}

.skyfit-footer__contact-item:hover,
.skyfit-footer__contact-item:focus {
	color: #8fd3ff;
	text-decoration: none;
}

.skyfit-footer__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
	color: #8fd3ff;
}

.skyfit-footer__icon svg,
.skyfit-footer__icon img {
	display: block;
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.skyfit-footer__socials {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-top: 24px;
}

.skyfit-footer__social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	color: #fff;
	text-decoration: none;
	transition: color 0.2s ease;
}

.skyfit-footer__social-link .skyfit-footer__icon {
	color: currentColor;
}

.skyfit-footer__social-link:hover,
.skyfit-footer__social-link:focus {
	color: #8fd3ff;
	text-decoration: none;
}

.skyfit-footer__heading {
	margin: 0;
	font-family: "Sora", sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
	color: #fff;
}

.skyfit-footer__menu {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.skyfit-footer__menu li {
	margin: 0;
	padding: 0;
}

.skyfit-footer__menu a {
	color: #9ca3af;
	font-family: "Sora", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	text-decoration: none;
	transition: color 0.2s ease;
}

.skyfit-footer__menu a:hover,
.skyfit-footer__menu a:focus {
	color: #8fd3ff;
	text-decoration: none;
}

.skyfit-footer__form form,
.skyfit-footer__fallback-form {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-top: 24px;
}

.skyfit-footer__form p {
	margin: 0;
}

.skyfit-footer__form label {
	display: block;
	margin: 0;
	font-size: 0;
	line-height: 0;
}

.skyfit-footer__form .wpcf7-form-control-wrap {
	display: block;
}

.skyfit-footer__form input,
.skyfit-footer__form textarea,
.skyfit-footer__fallback-form input,
.skyfit-footer__fallback-form textarea {
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 12px;
	background: transparent;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	outline: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.skyfit-site-footer .skyfit-footer__form input:not([type="submit"]),
.skyfit-site-footer .skyfit-footer__form textarea,
.skyfit-site-footer .skyfit-footer__fallback-form input,
.skyfit-site-footer .skyfit-footer__fallback-form textarea {
	border-radius: 12px !important;
}

.skyfit-footer__form input,
.skyfit-footer__fallback-form input {
	min-height: 43px;
	padding: 10px 12px;
}

.skyfit-footer__form textarea,
.skyfit-footer__fallback-form textarea {
	height: 86px;
	min-height: 86px;
	padding: 10px 12px;
	resize: vertical;
}

.skyfit-footer__form input::placeholder,
.skyfit-footer__form textarea::placeholder,
.skyfit-footer__fallback-form input::placeholder,
.skyfit-footer__fallback-form textarea::placeholder {
	color: #6b7280;
	opacity: 1;
}

.skyfit-footer__form input:focus,
.skyfit-footer__form textarea:focus,
.skyfit-footer__fallback-form input:focus,
.skyfit-footer__fallback-form textarea:focus {
	border-color: #8fd3ff;
	box-shadow: 0 0 0 2px rgba(143, 211, 255, 0.15);
}

.skyfit-footer__form button,
.skyfit-footer__form input[type="submit"],
.skyfit-footer__fallback-form button {
	align-self: flex-start;
	width: auto;
	min-height: 38px;
	padding: 12px 24px;
	border: none;
	border-radius: 12px;
	background: #8fd3ff;
	color: #131313;
	font-family: "Sora", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 14px;
	letter-spacing: 0.7px;
	cursor: pointer;
	transition: background-color 0.25s ease, color 0.25s ease;
}

.skyfit-footer__form button:hover,
.skyfit-footer__form input[type="submit"]:hover,
.skyfit-footer__fallback-form button:hover {
	background: #55b7f3;
	color: #131313;
}

.skyfit-footer__bottom {
	margin-top: 64px;
}

.skyfit-footer__separator {
	width: 100%;
	height: 1px;
	margin-bottom: 32px;
	background: rgba(255, 255, 255, 0.1);
}

.skyfit-footer__legal {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.skyfit-footer__copyright {
	margin: 0;
	color: #6b7280;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

.skyfit-footer__credit {
	color: #6b7280;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-align: right;
	text-decoration: none;
	transition: color 0.2s ease;
}

.skyfit-footer__credit:hover,
.skyfit-footer__credit:focus {
	color: #8fd3ff;
	text-decoration: none;
}

@media (max-width: 1024px) {
	.skyfit-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.skyfit-footer__inner {
		width: min(100% - 64px, 1152px);
	}
}

@media (max-width: 767px) {
	.skyfit-site-footer {
		padding: 64px 0 40px;
	}

	.skyfit-footer__inner {
		width: calc(100% - 32px);
	}

	.skyfit-footer__grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.skyfit-footer__bottom {
		margin-top: 48px;
	}

	.skyfit-footer__legal {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}

	.skyfit-footer__credit {
		text-align: left;
	}

	.skyfit-footer__form button,
	.skyfit-footer__form input[type="submit"],
	.skyfit-footer__fallback-form button {
		width: auto;
		justify-content: center;
	}
}
