.main-footer .contacts {
	display: flex;
	height: 428px;
	padding: 64px 0px;
	justify-content: center;
	align-items: center;
	gap: 48px;
	align-self: stretch;
	border-radius: 24px;
}

.main-footer .contacts .information {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
}

.main-footer .contacts .information .title {
	align-self: stretch;
	color: #000824;
	font-family: Inter;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 105%; /* 29.4px */
	letter-spacing: -1.12px;
}

.main-footer .contacts .information .to_learn_more {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 18px;
}

.main-footer .contacts .information .to_learn_more .name {
	color: #BCC1D0;
	text-align: center;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 14px; /* 100% */
	letter-spacing: -0.4px;
	display: flex;
	align-items: flex-start;
}

.main-footer .contacts .information .to_learn_more .text {
	color: #000824;
	text-align: center;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px; /* 122.222% */
	letter-spacing: -0.4px;
}

.main-footer .contacts .information .to_learn_more .icons {
	display: flex;
	gap: 12px;
}

.main-footer .contacts .information .to_learn_more .icons a {
	width: 18px;
	height: 18px;
}

.main-footer .contacts .information .to_learn_more .icons a svg {
	width: 100%;
	height: 100%;
}

.main-footer .contacts .information .to_learn_more .icons a svg image {
	width: 100%;
	height: 100%;
}

.main-footer .contacts .map .map_content_768 {
	display: none;
}

.main-footer .footer {
	display: flex;
	height: 118px;
	padding: 24px;
	justify-content: center;
	align-items: center;
	gap: 48px;
	align-self: stretch;
}

.main-footer .footer .footer-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 18px;
}

.main-footer .footer .footer-content .icon object {
	width: 24px;
	height: 24px;
	aspect-ratio: 1/1;
}

.main-footer .footer .footer-content .text {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
}

.main-footer .footer .footer-content .all_rights_reserved {
	color: #000824;
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 14px; /* 116.667% */
	letter-spacing: -0.4px;
}

.main-footer .footer .footer-content .privacy_policy {
	color: #FF004D;
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 14px; /* 116.667% */
	letter-spacing: -0.4px;
	text-decoration: none;
}

@media (min-width: 768px) and (max-width: 1440px) {
	.main-footer .contacts {
		height: auto;
		padding: 64px;
	}

	.main-footer .contacts .information .to_learn_more .icons {
		padding: 18px 0px;
		align-items: center;
		align-content: center;
		gap: 0px 24px;
		flex-wrap: wrap;
	}

	.main-footer .contacts .information .to_learn_more .icons a {
		width: 32px;
		height: 32px;
	}

	.main-footer .contacts .map .map_content {
		display: none;
	}

	.main-footer .contacts .map .map_content_768 {
		display: block;
	}

}

@media (max-width: 768px) {
	.main-footer .contacts {
		height: auto;
		padding: 48px 0px;
		flex-direction: column;
	}

	.main-footer .contacts .information .title {
		text-align: center;
	}

	.main-footer .contacts .information .to_learn_more {
		align-items: center;
	}

	.main-footer .contacts .information .to_learn_more .name {
		justify-content: center;
	}

	.main-footer .contacts .information .to_learn_more .icons {
		padding: 18px 0px;
		align-items: center;
		align-content: center;
		gap: 0px 24px;
		flex-wrap: wrap;
	}

	.main-footer .contacts .information .to_learn_more .icons a {
		width: 32px;
		height: 32px;
	}

	.main-footer .contacts .map {
		width: 100%;
	}

	.main-footer .contacts .map .map_content {
		width: 100%;
	}

}
