@media (max-width: 767px) {

	.footer-copyright__inner {
		flex-direction: column;
		align-items: center;
	}
	#footer-menu-6{
		display: flex;
		flex-direction: column;
	}
	.main-footer__container .footer-logo .footer-logo__img{
		max-width: 100%;
	}

	.footer-links__list--is-shown {
		opacity: 1;
		visibility: visible;
		pointer-events: all;
		height: auto;
	}

	.footer-links__title {
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.footer-links__title:after {
		position: relative;
		top: 0;
		content: '';
		display: inline-block;
		border-bottom: 2px solid var(--e-global-color-secondary);
		border-right: 2px solid var(--e-global-color-secondary);
		rotate: -45deg;
		transition: all 0.35s ease-in-out;
		width: 11px;
		height: 11px;
		margin-left: 8px;
	}

	.footer-links__title--active:after {
		rotate: 45deg;
	}
	.main-footer__copyright {
		display: flex;
		align-items: center;
		padding: 2% 5%;
		flex-direction: column;
	}

}

@media (max-width: 1023px) {

	.main-footer__links-container {
		flex-direction: column;
	}
	.main-footer__copyright {
		display: flex;
		align-items: center;
		padding: 2% 5%;
		flex-direction: column;
	}
	.main-footer__container .footer-logo .footer-logo__img{
		max-width: 100%;
	}

}

@media (min-width: 768px) {

	.main-footer__links-container {
		display: flex;
		gap: calc(30px + (100 - 30) * ((100vw - 768px) / (1920 - 768)));
	}

	.footer-copyright__inner {
		justify-content: space-between;
	}

}

@media (min-width: 1024px) {



}


/*RESPONSIVE*/

/*phone*/
@media (max-width: 767px) {


}

/*tablet*/
@media (min-width: 768px) and (max-width: 1024px) {




}

@media (min-width: 1024px) and (max-width: 1025px) {



}


/*mobile and tablet*/
@media (max-width: 1024px) {



}


/*desktop*/
@media (min-width: 1025px) {


}

/*laptop 1 aka 150%*/
@media (min-width: 1024px) and (max-width: 1439px) {

	.main-footer__container .footer-links__list .menu-link{
		font-size: 12px;
	}
	.footer-copyright__text{
		font-size: 12px;
	}
	.main-footer__social span{
		font-size: 12px;
	}

}

/*laptop 2 aka 125%*/
@media (min-width: 1440px) and (max-width: 1700px) {



}

/*RESPONSIVE*/



