.contact_page {
  padding: 90px 0;
  position: relative;
}

.contact_page iframe {
  position: absolute;
  top: 0px;
}

.contact_page .data {
  position: relative;
  background: #FFFFFF;
  border-radius: 2px;
  padding: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact_page .data .block_name {
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  color: #261B0F;
  margin-bottom: 22px;
}

.contact_page .data .adress {
  font-size: 16px;
  line-height: 150%;
  color: #261B0F;
}

.contact_page .data .phone {
  margin-bottom: 16px;
}

.contact_page .data .phone a {
  font-weight: 500;
  font-size: 22px;
  line-height: 150%;
  color: #261B0F;
  text-decoration: none;
}

.contact_page .data .btn_req {
  border: 2px solid #7A5648;
  border-radius: 2px;
  background: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #261B0F;
  height: 54px;
  width: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  margin-bottom: 20px;
}

.contact_page .data .btn_req:hover {
  background: #7A5648;
  color: #FFFFFF;
}

.contact_page .data .time-work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 16px;
}

.contact_page .data .time-work span {
  font-size: 16px;
  line-height: 150%;
  color: #261B0F;
}

.contact_page .data .mail a {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #7A5648;
  text-decoration: none;
}

.contact_page .data .form-ask {
  margin-top: 30px;
}

.contact_page .data .form-ask .name {
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  color: #261B0F;
  margin-bottom: 22px;
}

.contact_page .data .form-ask .desc {
  font-size: 16px;
  line-height: 150%;
  color: #261B0F;
}

.contact_page .data .form-ask .btn_req {
  border: 2px solid #7A5648;
  border-radius: 2px;
  background: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #261B0F;
  height: 54px;
  width: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.contact_page .data .form-ask .btn_req:hover {
  background: #7A5648;
  color: #FFFFFF;
}
/*# sourceMappingURL=contacts.css.map */