.footer {
	background: #0b0b0b;
	padding-top: 130px;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 1;
	height: 851px;
}
.footer-logo {
	margin-bottom: 50px;
	display: flex;
}
.footer-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 80px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.footer-top-left {
	color: #fff;
	font-size: 70px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	max-width: 500px;
}
.footer-top-right a {
	border-radius: 50px;
	background: #fff;
	display: inline-flex;
	padding: 19px 24px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	color: #0b0b0b;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}
.footer-flex {
	display: flex;
	justify-content: space-between;
	position: relative;
	padding: 70px 0 50px;
}
.footer-center ul {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.footer-center a {
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}
.footer-logo {
	transition: all 0.3s ease-in-out;
}
.footer-right {
	width: 58%;
}
.footer-right > ul {
	display: flex;
	justify-content: space-between;
	gap: 30px;
}
.footer-right > ul > li > a {
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	opacity: 0.6;
	margin-bottom: 22px;
	display: block;
}
.footer-right > ul > li > ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 0;
	padding: 0;
}
.footer-right > ul > li > ul a {
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	display: inline-block;
}
.footer-contact > div {
	margin-bottom: 27px;
}
.footer-tel {
	margin-right: 56px;
}
.footer-tel,
.footer-mail {
	display: flex;
	flex-direction: column;
}
.footer-tel a,
.footer-mail a {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	transition: all 0.3s ease-in-out;
}
.footer-tel span,
.footer-mail span {
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
}
.footer-social {
	display: flex;
	gap: 10px;
}
.footer-social a {
	display: flex;
	position: relative;
	transition: all 0.3s ease-in-out;
}
.footer-social a::before {
	content: "";
	position: absolute;
	background: #fff;
	width: 24px;
	height: 24px;
	top: 4px;
	left: 4px;
	border-radius: 50%;
	z-index: 1;
}
.footer-social svg {
	position: relative;
	z-index: 2;
}
.footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 20px;
}
.footer-bottom-right {
	display: flex;
	align-items: center;
	gap: 20px;
	color: rgba(255, 255, 255, 0.6);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
}
.footer-bottom a {
	color: rgba(255, 255, 255, 0.6);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
}
.footer-bottom p {
	color: rgba(255, 255, 255, 0.6);
	text-align: right;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
}
.footer-bottom-left {
	display: flex;
	align-items: center;
	gap: 20px;
}
.footer-top-right a:hover {
	background: #ededed;
	transition: all 0.3s ease-in-out;
}
.footer-right a:hover,
.footer-tel a:hover,
.footer-mail a:hover,
.footer-center a:hover {
	color: #999;
	transition: all 0.3s ease-in-out;
}
.footer-social a:hover,
.menu-logo a:hover {
	opacity: 0.8;
	transition: all 0.3s ease-in-out;
}
.footer-top-right a:hover {
	transform: translateY(-5px);
}
.footer-bottom a:hover {
	opacity: 0.7;
	transition: all 0.3s ease-in-out;
}
@media (max-width: 1450px) {
	.footer-right {
		width: 47%;
	}
	.footer-right > ul {
		flex-wrap: wrap;
	}
	.footer-right > ul > li {
		width: 46%;
	}
	.footer-right {
		width: 46%;
	}
	.footer-center {
		margin-left: 8%;
	}
	.footer {
		height: 989px;
	}
	.footer-top-right a {
		padding: 8px 24px;
	}
	.footer {
		padding-top: 120px;
	}
	.footer-top-left {
		font-size: 58px;
	}
	.footer-top {
		padding-bottom: 64px;
	}
	.footer-flex {
		padding: 50px 0;
	}
	.footer-bottom {
		padding-bottom: 30px;
	}
}
@media (max-width: 1250px) {
	.footer {
		height: 1306px;
	}
	.footer {
		padding-top: 100px;
	}
	.footer-top-left {
		font-size: 50px;
		max-width: 440px;
	}
	.footer-top {
		padding-bottom: 60px;
	}
	.footer-left ul {
		flex-direction: column;
		gap: 12px;
	}
	.footer-left {
		width: 44%;
	}
	.footer-contact {
		flex-direction: column;
		gap: 40px;
	}
	.footer-right {
		width: 100%;
	}
	.footer-flex {
		padding: 70px 0 0;
		margin-bottom: 70px;
		flex-wrap: wrap;
	}
	.footer-right {
		width: 100%;
		margin-top: 60px;
	}
	.footer-center {
		width: 46%;
		margin: 0;
	}
}
@media (max-width: 767px) {
	.footer-right > ul > li {
		width: 100%;
	}
	.footer-logo {
		margin-bottom: 32px;
	}
	.footer {
		position: unset;
		height: unset;
	}
	.footer-top-right a,
	.footer-top-right {
		width: 100%;
	}
	.footer-top {
		flex-direction: column;
		gap: 20px;
		padding-bottom: 40px;
	}
	.footer-flex {
		flex-direction: column;
		padding-top: 40px;
		margin-bottom: 40px;
		gap: 30px;
	}
	.footer-left {
		width: 100%;
		gap: 30px;
	}
	.footer-right {
		width: 100%;
		margin-top: 10px;
	}
	.footer-contact {
		gap: 30px;
	}
	.footer-bottom {
		flex-direction: column;
		align-items: flex-start;
		gap: 9px;
		padding-bottom: 22px;
	}
}
