h1 {
  line-height: 72px;
  font-size: 64px;
  font-weight: 800;
  text-align: center;
  margin:60px auto 0;
}
.under_h1 {
  text-align: center;
  font-size: 15px;
  line-height: 30px;
}
.forcol {
    width: 700px;
    margin: 40px auto;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}
.forcol_tel {
    font-size: 20px;
    font-weight: 500;
}
.forcol_left {
    width: 50%;
}
.forcol_h2 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 30px;
}
.forcol_tel a, .forcol_mail a {
  font-size: 20px;
  color: #000;
  text-decoration: none;
  font-weight: 500;
}
.contact_button {
  display: flex;
  justify-content: space-around;
}
.contact_button a {
  color: #fff;
  background: #000;
  padding: 16px 28px;
  margin-right: 20px;
}
.contact_adress {
  margin: 80px auto 40px;
  width: 950px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}
.ymap {
  width: 100%;
  max-height: 600px;
  margin: 20px auto 40px;
  overflow: hidden;
}
.catalog-header {
    margin-bottom: 50px;
}
#map {
    max-width: 100%;
    max-height: 80vh;
    width: 100%;
    height: 700px;
    filter: grayscale(1);    
	-ms-filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
}
.customZoomBtn.plus, .customZoomBtn.minus {
    width: 50px;
    height: 50px;
    border: 2px solid #000;
    border-radius: 50%;
    cursor: pointer;
}
.customZoomBtn.plus:after {
content: "+";
    position: absolute;
    text-align: center;
    line-height: 50px;
    width: 50px;
    font-weight: 200;
    font-size: 55px;
    left: 0px;
}
.customZoomBtn.minus:after {
    content: "-";
    position: absolute;
    text-align: center;
    line-height: 50px;
    width: 50px;
    font-weight: 200;
    font-size: 55px;
    left: 0px;
    top: 0px;
}