.contact-wrapper {
  padding-bottom: 0px;
}

.section-top {
  padding-top: 40px;
  padding-bottom: 60px;
  text-align: center;
}
.section-top .text {
  font-size: 16px;
  line-height: 1.25;
  margin: 15px auto;
  position: relative;
  max-width: 700px;
}
.section-top .block {
  font-size: 0;
}
.section-top .block .item {
  width: 255px;
  min-height: 200px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #ececec;
  border-radius: 2px;
  -webkit-box-shadow: 0 20px 80px rgba(0, 0, 0, 0.12);
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.12);
  margin: 20px 15px;
  padding: 20px 15px;
  text-align: center;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.section-top .block .item:hover {
  -webkit-box-shadow: 0 20px 80px rgba(0, 0, 0, 0.01);
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.01);
}
.section-top .block .item span {
  border-radius: 100%;
  background-color: #0190D6;
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: center;
  width: 75px;
  height: 75px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.section-top .block .item span.phone {
  background-image: url("../../../svg/layout/phone2.svg");
}
.section-top .block .item span.address {
  background-image: url("../../../svg/layout/address.svg");
}
.section-top .block .item span.email {
  background-image: url("../../../svg/layout/email.svg");
}
.section-top .block .item .title {
  font-size: 15px;
  margin-top: 15px;
  min-height: 20px;
  text-transform: uppercase;
  line-height: 1.25;
  letter-spacing: 0.02em;
  color: #4b4b4b;
  font-family: Montserrat-Bold;
}
.section-top .block .item p {
  font-size: 14px;
  line-height: 1.25;
  color: #999;
  margin-top: 10px;
}
.section-top .block .item p a {
  text-decoration: none;
  color: #999;
  margin-top: 3px;
  display: inline-block;
  vertical-align: top;
  line-height: 1.25;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.section-top .block .item p a:hover {
  color: #383838;
}

.section-map {
  min-height: 450px;
  position: relative;
}
.section-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1200px) {
  .section-top {
    padding-top: 35px;
    padding-bottom: 50px;
  }
  .section-top .text {
    font-size: 14px;
  }
  .section-top .block .item {
    width: 215px;
    margin: 15px 10px;
    padding: 15px 10px;
    min-height: 190px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  }
  .section-top .block .item span {
    width: 60px;
    height: 60px;
  }
  .section-top .block .item .title {
    font-size: 14px;
  }
  .section-map {
    min-height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .section-top {
    padding-top: 24px;
    padding-bottom: 30px;
  }
  .section-top .text {
    font-size: 13px;
  }
  .section-top .block .item {
    margin: 10px 10px;
  }
  .section-map {
    min-height: 220px;
  }
  .section-form__wrapper form {
    padding-bottom: 55px;
  }
  .section-form__wrapper form .bottom {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}