.img_footer > p {
    color: white;
    font-size: 2rem;
    text-transform: uppercase;
}
header .head_middle {
    flex-direction: column;
    align-items: flex-start;
}
header .head_middle > h1{
    margin-bottom: 0;
}
.subTitle{
    color: white;
    font-size: 15px;
}
/* mobile nav */
  #menu__toggle {opacity: 0;}
  #menu__toggle:checked ~ .menu__btn > span {transform: rotate(45deg);}
  #menu__toggle:checked ~ .menu__btn > span::before {
	top: 0;
	transform: rotate(0);
  }
  #menu__toggle:checked ~ .menu__btn > span::after {
	top: 0;
	transform: rotate(90deg);
  }
  #menu__toggle:checked ~ .menu__box {
	visibility: visible;
	left: 0;
  }
  .menu__btn {
	display: flex;
	align-items: center;
	position: fixed;
	top: 55px;
	left: 14px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 999;
  }
  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
	display: block;
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: white;
	transition-duration: .25s;
  }
  .menu__btn > span::before {
	content: '';
	top: -10px;
  }
  .menu__btn > span::after {
	content: '';
	top: 10px;
  }
  .menu__box {
	display: block;
	position: fixed;
	visibility: hidden;
	top: 0;
	left: -100%;
	width: 300px;
	height: 100%;
	margin: 0;
	padding: 80px 0;
	list-style: none;
	background-color: #1e1e1e;
	box-shadow: 1px 0px 6px rgb(222, 27, 118);
	transition-duration: .25s;
	z-index: 990;
  }
  .menu__item {
	display: block;
	padding: 12px 24px;
	color: white;
	font-size: 20px;
	font-weight: 600;
	text-decoration: none;
	transition-duration: .25s;
	text-transform: uppercase;
  }
  .menu__item.active {color: #de1b76;}
  .breadcrumbs.container {margin: 10px auto;}
/* end mobile nav */
.bx-404{line-height: 1.5;margin: 50px auto;}
.map-columns.row {margin: 20px auto;}
table.map-columns {
    width: 100%;
    max-width: 350px;
    line-height: 2;
}
.sertificate > div > a{
	color: #fff;
    font-size: 2rem;
    font-weight: 700;
    line-height: 78px;
    text-transform: uppercase;
    letter-spacing: .36px;
    text-decoration: none;
    text-align: center;
    display: block;
    height: 78px;
    width: 100%;
    border-radius: 3px;
    background-color: #fd2c8e;
    display: inline-block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 0 96px 0 44px;
    margin: 40px auto;
}
@media screen and (min-width: 481px){
	.hamburger-menu{display: none;}
}
@media screen and (max-width: 480px){
	.hamburger-menu{display: block;height: 0;}
}