.social {
		width: unset;
	}
	.social__list {
		justify-content: unset;
    	gap: 1.25rem;
	}
	@media (max-width: 640px) {
		.page-footer__social.social .social__item:first-child {
        	flex-shrink: unset;
    	}
		.page-footer__social.social .social__list {
			    flex-wrap: wrap;
    	}
		.page-footer__social.social .social__item {
			flex: 0 1 calc(25.333% - 1.25rem);
		}
	}
	@media (max-width: 640px) {
		.page-footer__privacy-menu {
			max-width: unset;
		}
	}
	@media (max-width: 640px) {
		.privacy-menu__item {
			width: unset;
		}
	}

	.logo__link{
		&& svg g g path:first-child{
			fill:#F04923;
		}
		&& svg g g path:nth-child(2) {
			fill: #00504e !important;
		}
	
		&& svg g g path:nth-child(3) {
			fill: #00504e !important;
		}
	}