header{
	width: 100%;
	height: 200px;
	background-color: #F2F3F7;
	display: flex;
	justify-content: space-evenly;
	align-content: center;
	align-items: center;
	font-family: Arial;
}



.header-logo__container{
	width: 30%;
}
.header-logo-img__container{
	width: 100%;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}
.header-logo-img__container > img{

}
.header-logo-title__container{
	margin-top: 15px;
	font-size: 10px;
	color: #5C5C5C;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.header-phones__container{
	width: 70%;
	display: flex;
}

.header-phones-phone-design__container{
	width: 50%;
}
.phone-title{
	color: #5C5C5C;
	font-size: 32px;
}
.phone-description{
	font-size: 14px;
	color: #5C5C5C;
}
.header-phones-phone-furniture__container{
	width: 50%;
}