.footer {
	margin-top: 210px;
	background: #ff7400;
	padding: 0 20px;
	padding-bottom: 60px;
}
.footer .banner {
	position: relative;
	bottom: 114px;
	display: flex;
	padding: 60px 76px;
	justify-content: space-between;
	align-items: center;
	max-width: 1580px;
	gap: 30px;
	border-radius: 174px;
	border: 2px solid rgba(255, 255, 255, 0.5);
	background: linear-gradient(
		89deg,
		#5c1db4 -5.74%,
		#b75af5 40.4%,
		#fbbb49 83.43%,
		#c02c30 118.97%
	);
	-webkit-backdrop-filter: blur(27.25px);
	backdrop-filter: blur(27.25px);
}
.footer .banner .banner__slogan {
	display: flex;
	flex-direction: column;
}
.footer .banner .banner__slogan .slogan__note {
	color: #ff7400;
	font-family: "Inter", sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
.footer .banner .banner__slogan .slogan__title {
	color: #fff;
	font-family: "Dela Gothic One", sans-serif;
	font-size: 64px;
	line-height: 100%;
}
@media (max-width: 1280px) {
	.footer .banner .banner__slogan .slogan__title {
		font-size: 48px;
	}
}
@media (max-width: 992px) {
	.footer .banner .banner__slogan .slogan__title {
		white-space: nowrap;
	}
}
@media (max-width: 768px) {
	.footer .banner .banner__slogan .slogan__title {
		white-space: initial;
	}
}
.footer .banner .banner__button {
	display: flex;
	padding: 30px 80px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	white-space: nowrap;
	color: #fff;
	text-align: center;
	font-family: "Inter", sans-serif;
	font-size: 30px;
	border-radius: 100px;
	border: 5px solid rgba(183, 90, 245, 0.39);
	background: #6c27bf;
	box-shadow: 0px 0px 48.8px 14px rgba(255, 157, 0, 0.16);
	transition: background 0.2s;
	cursor: pointer;
}
.footer .banner .banner__button:hover {
	background: #5b19a9;
}
@media (max-width: 768px) {
	.footer .banner .banner__button {
		padding: 20px 50px;
	}
}
@media (max-width: 992px) {
	.footer .banner {
		border-radius: 50px;
		flex-direction: column;
		text-align: center;
		padding: 30px;
		bottom: 136px;
	}
}
@media (max-width: 768px) {
	.footer .banner {
		bottom: 160px;
	}
}
.footer .footer__info {
	margin-top: -60px;
	display: flex;
	justify-content: space-between;
	gap: 32px;
}
@media (max-width: 992px) {
	.footer .footer__info.container {
		padding: 0px;
	}
}
.footer .footer__info .footer__info__wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: "Inter", sans-serif;
	gap: 10px;
	width: 100%;
}
.footer .footer__info .footer__info__wrapper .info__email {
	color: #fff;
	font-size: 20px;
	font-weight: 800;
	line-height: 100%;
	transition: color 0.2s;
}
.footer .footer__info .footer__info__wrapper .info__email:hover {
	color: #c5c5c5;
}
.footer .footer__info .footer__info__wrapper .info__right {
	display: flex;
	align-items: center;
	gap: 40px;
}
.footer .footer__info .footer__info__wrapper .info__right a {
	color: var(--White, #fff);
	font-family: Inter, sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
}
.footer .footer__info .footer__info__wrapper .info__right a:hover {
	text-decoration: underline;
}
.footer .footer__info .footer__info__wrapper .info__right .right__links {
	display: flex;
	gap: 20px;
	align-items: center;
}
@media (max-width: 768px) {
	.footer .footer__info .footer__info__wrapper .info__right {
		gap: 10px;
		flex-direction: column;
	}
}
.footer .footer__info .footer__info__wrapper .info__logo {
	display: flex;
}
@media (max-width: 992px) {
	.footer .footer__info .footer__info__wrapper .info__logo {
		display: none;
	}
}
.footer .footer__info .footer__info__wrapper span {
	margin-left: 123px;
	color: var(--White, #fff);
	font-family: Inter, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
@media (max-width: 992px) {
	.footer .footer__info .footer__info__wrapper span {
		margin-left: initial;
	}
}
@media (max-width: 992px) {
	.footer .footer__info .footer__info__wrapper {
		flex-direction: column-reverse;
		align-items: flex-end;
		width: initial;
	}
}
@media (max-width: 768px) {
	.footer .footer__info .footer__info__wrapper {
		align-items: center;
	}
}
.footer .footer__info .info__logo {
	display: none;
	align-items: center;
}
@media (max-width: 992px) {
	.footer .footer__info .info__logo {
		display: flex;
	}
}
@media (max-width: 992px) {
	.footer .footer__info {
		margin-top: -105px;
	}
}
@media (max-width: 768px) {
	.footer .footer__info {
		flex-direction: column;
		align-items: center;
	}
}
@media (max-width: 476px) {
	.footer .footer__info {
		margin-top: -125px;
	}
}
@media (max-width: 992px) {
	.footer {
		padding-bottom: 40px;
	}
}
@media (max-width: 476px) {
	.footer {
		padding: 0;
		padding-bottom: 40px;
	}
} /*# sourceMappingURL=footer.css.map */
