.header {
	display:flex;
}

.header__logo {
	flex-grow:1;
	padding-left:104px;
	box-sizing:border-box;
	display:flex;
	align-items:center;
	justify-content:center;
	transition:all 0.2s ease;
}

.header__social {
}

.header__logo img{
	height:32px;
}

@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){
	.header__logo {
		padding-left:0;
		transform:translateY(2px);
	}
	.header__social {
		display:none;
	}
}

@media screen and (max-width:480px){

}


@media screen and (max-width:360px){
	.header__logo img{
		height:24px;
	}
}
