.container-footer{
	position: relative;
}

.footer{
	border-radius: 61px 61px 0 0;
	background-color: var(--color-violet);
}

.footer *{
	color: #fff !important;
}

.footer .content{
	padding: 46px 0 33px 0;
}

.footer-logo{
	margin-top: 6px;
	width: 229px;
	height: 57px;
}

.footer-copyright{
	margin-top: 36px;
	font-family: Inter;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.36px;
	text-decoration: none !important;
}

.footer-rta{
	border-radius: 4px;
	margin-top: 10px;
	padding: 5px 10px;
	background-color: #f9c8e5;
	width: fit-content;
}

.footer-rta a{
	color: #f45c62 !important;
	font-family: Inter;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.36px;
	text-decoration: none !important;
}

.footer-section-item{
	display: block;
	font-size: 18px;
	line-height: 34px;
	text-decoration: none !important;
}

.footer-address{
	font-family: Inter;
	font-size: 18px;
	font-weight: 400;
	line-height: 21.78px;
}

.footer-sn-container{
	margin-top: 27px;
}

.footer-sn{
	margin-right: 14px;
	width: 25px;
	height: 25px;
	cursor: pointer;
}
