.footer {
	display:flex;
	padding:64px 0;
	align-items:center;
}

.footer__view {
	flex-grow:1;
}
.footer__logo {
	max-width:204px;
}
.footer__share {
}

.footer__share-label {
	text-transform:uppercase;
	font-size:16px;
	font-weight:400;
}
.footer__share-icons {
	margin-top:8px;
}

.footer .ya-share2__list {
	display: flex;
	justify-content: space-between;
}


@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){
	.footer {
		flex-direction:column;
		padding:48px 0;
	}
	
	.footer__share {
		margin-top:32px;
	}
	
	.footer .ya-share2__list {
		justify-content: space-between;
	}

}

@media screen and (max-width:480px){

}
