.sunu img{
  width:100%;
  max-width: fit-content;
}
.sunu h3{
  text-align: center;
  width:100%
}
.page-icons{

  background-color: #666
}
.maps p{
  font-size: 16px;
}
.maps .map{
  height:76%;
  width:100%;
}

@media (max-width:767px){
  .maps .map{
    height: auto;
  }
}

@media (max-width:991px){
  .maps .map{
    height: 74%;
  }
}

@media (max-width:1024px){
  .swiper-slide img{
    /*width:100%*/
  }
  .maps .map{
    width:100%;
  }
}
footer .row{
	display: none;
}
