.contacts {
    color: #eee;
}
.contact_h1 {
    background-image: url("/images/contact_fon.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 327px;
    display: flex;
    justify-content: center;
}

h1 {
    font-family: Roboto Condensed;
    font-size: 80px;
    font-weight: 300;
    line-height: 88px;
    color: #eee;
    text-align: center;
    margin-top: 160px;
    text-transform: uppercase;
}
.contact_container {
    width: 1024px;
    margin: 120px auto;
}
.under_info {
  text-align: center;
  font-size: 15px;
  line-height: 30px;
}
.forcol {
    display: flex;
    justify-content: space-between;
}
.forcol_h2 {
    font-family: Roboto Condensed;
    font-size: 40px;
    font-weight: 300;
    line-height: 48px;
    text-align: left;
    margin-bottom: 40px;
}
.forcol_tel a, .forcol_mail a, .forcol_tel span {
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 400;
    line-height: 33px;
    color: #eee;
    text-align: left;
    display: block;
    margin-bottom: 20px;
}
.forcol_right, .forcol_left {
    width: 50%;
}
.contact_button {
  display: flex;
  justify-content: space-around;
}
.contact_button a {
  color: #fff;
  background: #000;
  padding: 16px 28px;
  margin-right: 20px;
}
.contact_adress {
    margin: 72px auto 20px;
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 400;
    line-height: 33px;
    text-align: left;
    display: flex;
}
.contact_left, .contact_right {
    width: 50%;
}
.contact_right a {
    width: 53px;
    display: inline-block;
    height: 53px;
    position: relative;
    left: -10px;
}
.under_info {
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
}
.ymap {
    width: 100%;
    max-height: 440px;
    margin: 0 auto;
    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;
    top: 0;
}
.customZoomBtn.minus:after {
    content: "-";
    position: absolute;
    text-align: center;
    line-height: 50px;
    width: 50px;
    font-weight: 200;
    font-size: 55px;
    left: 0px;
    top: -5px;
}
