.d_fl {
	display: flex;
	justify-content: space-between;
}
.fl_dir {
	flex-direction: column;	
}
.al_cen {
	align-items: center;
}
p {
	margin-bottom: 20px;
}
.btn {
	font-size: 13px;
	text-transform: uppercase;
	background: #e60003;
	padding: 5px 10px;
	max-width: 100%;
	display: inline-block;
	color: #fff;
}
.tel {
	color: #e60003;
	font-weight: 700;
}






header {
	padding: 10px 0;
}
.slogan p {
	margin: 0;
	font-size: 13px;
}
.contact_info {
	margin-left: auto;
	margin-right: 20px;
}

















































.menumobile {
  width: 27px;
  height: 25px;
  position: relative;
  cursor: pointer;
  display: none;
}
.menumobile div {
  height: 4px;
  width: 27px;
  background-color: #db3a34;
  border-radius: 2px;
  position: absolute;
  transition: 0.5s;
}
.menumobile .mline1 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.menumobile .ml2 {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.menumobile .ml3 {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.m_mopen .ml1 {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.m_mopen .ml2 {
  height: 0;
}
.m_mopen .ml3 {
  bottom: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(50%) rotate(-45deg);
}










@media (max-width: 992px) {
.menumobile {
	display: block;
}
}









