.footer {
	background-color: #fff;
	padding-top: 3.75rem;
	padding-bottom: 1.6875rem;
}

.footer__content-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 2.25rem;
}

.footer__content-top-left-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 4.875rem;
}

.footer__content-top-right-box {
	max-width: 38.125rem;
}

.footer__content-bottom {
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 0.875rem;
	color: #4834b4;
	text-align: center;
	padding: 0.625rem;
	border-radius: 1.5rem;
	background-color: #f4f8fe;
	margin-top: 2.9375rem;
}

.left-box-content__basic-links :not(:last-child) {
	margin-bottom: 0.875rem;
}
.left-box-content__basic-item{
	cursor: pointer;
}
.left-box-content__basic-link {
	font-weight: 600;
	font-size: 1.125rem;
	line-height: 0.875rem;
	color: #4834b4;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.left-box-content__secondary-links :not(:last-child) {
	margin-bottom: 0.875rem;
}

.left-box-content__secondary-link {
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 0.875rem;
	color: #5b5b5b;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.right-box-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	gap: 0.75rem;
}

.right-box-content__payment-methods {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1rem;
	padding: 0.5rem 1.125rem;
	border-radius: 1.5rem;
	background-color: #f4f8fe;
}

.right-box-content__payment-methods-text {
	font-weight: 600;
	font-size: 1.125rem;
	line-height: 110%;
	color: #5b5b5b;
}

.right-box-content__payment-methods-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.25rem;
}

.right-box-content__payment-methods-image {
	margin-top: -0.375rem;
	margin-bottom: -0.375rem;
}

.right-box-content__description {
	font-weight: 300;
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: #5b5b5b;
}

.right-box-content__link {
	font-weight: 600;
	font-size: 1.125rem;
	line-height: 0.875rem;
	color: #4834b4;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.right-box-content__address {
	font-weight: 300;
	font-size: 0.875rem;
	line-height: 120%;
	color: #5b5b5b;
}





@media (max-width: 62.5em) {
	.footer__content-top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.about__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 1.5625rem;
	}
}




@media (max-width: 29.99875em) {
	
	.footer {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}

	.footer__content-bottom {
		font-size: 0.75rem;
		line-height: 120%;
		margin-top: 2.25rem;
	}

	.left-box-content__basic-link {
		font-size: 1rem;
	}

	.right-box-content {
		-webkit-box-align: unset;
		-ms-flex-align: unset;
		align-items: unset;
	}

	.right-box-content__payment-methods-text {
		font-size: 1rem;
	}

	.right-box-content__payment-methods-image {
		width: 2.9375rem;
	}

	.right-box-content__description {
		line-height: 140%;
	}

	.right-box-content__link {
		font-size: 1rem;
	}

	.right-box-content__address {
		line-height: 140%;
	}
}


@media (any-hover: hover) {
	

	.left-box-content__basic-link:hover {
		color: #988cda;
	}

	.left-box-content__secondary-link:hover {
		color: #000000;
	}

	.right-box-content__link:hover {
		color: #988cda;
	}

	
}
