@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;600;700;800&display=swap");
.header_restauration {
  background-color: #A68A64;
}

.contactTitle {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url("../img/contact1.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/contact1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1100px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.contactTitle h1 {
  margin-left: auto;
  margin-right: auto;
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 10px;
  font-family: 'Big Shoulders Stencil Display', cursive;
  color: #fff8ee;
  text-align: center;
  vertical-align: middle;
  line-height: 300px;
}

.sectionContact1 {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}

.sectionContact1 .blockContactLeft {
  width: 50%;
  margin-right: 10px;
}

.sectionContact1 .blockContactLeft h2 {
  color: black;
  font-size: 30px;
  letter-spacing: 7.5px;
  font-family: 'Big Shoulders Stencil Display', cursive;
}

.sectionContact1 .blockContactLeft form {
  margin-top: 50px;
  width: 100%;
}

.sectionContact1 .blockContactLeft form div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sectionContact1 .blockContactLeft form div input {
  width: 44%;
  letter-spacing: 2px;
  padding: 8px 10px;
  font-size: 1em;
  margin: 0;
  border-top: 1px solid #dedede;
  border-top-color: #dedede;
  border-radius: 3px;
  margin-bottom: 15px;
  background-color: #f6f6f6;
  border: none;
  -webkit-box-shadow: inset 3px 3px 7px -9px rgba(94, 94, 94, 0.86);
  box-shadow: inset 3px 3px 7px -9px rgba(94, 94, 94, 0.86);
}

.sectionContact1 .blockContactLeft form div input::-webkit-input-placeholder {
  color: #83838c;
}

.sectionContact1 .blockContactLeft form div input:-ms-input-placeholder {
  color: #83838c;
}

.sectionContact1 .blockContactLeft form div input::-ms-input-placeholder {
  color: #83838c;
}

.sectionContact1 .blockContactLeft form div input::placeholder {
  color: #83838c;
}

.sectionContact1 .blockContactLeft form textarea {
  width: 96%;
  letter-spacing: 2px;
  padding: 8px 10px;
  font-size: 1em;
  margin: 0;
  border-top: 1px solid #dedede;
  border-top-color: #dedede;
  border-radius: 3px;
  margin-bottom: 15px;
  background-color: #f6f6f6;
  border: none;
  -webkit-box-shadow: inset 3px 3px 7px -9px rgba(94, 94, 94, 0.86);
  box-shadow: inset 3px 3px 7px -9px rgba(94, 94, 94, 0.86);
}

.sectionContact1 .blockContactLeft form textarea::-webkit-input-placeholder {
  color: #83838c;
}

.sectionContact1 .blockContactLeft form textarea:-ms-input-placeholder {
  color: #83838c;
}

.sectionContact1 .blockContactLeft form textarea::-ms-input-placeholder {
  color: #83838c;
}

.sectionContact1 .blockContactLeft form textarea::placeholder {
  color: #83838c;
}

.sectionContact1 .blockContactLeft form .buttonSubmit {
  background-color: #A68A64;
  padding: 15px 20px;
  border-radius: 2.5px;
  width: 120px;
  border: none;
  font-size: 1.1em;
  letter-spacing: 0.05rem;
  -webkit-transition: 100ms;
  transition: 100ms;
  cursor: pointer;
  color: #fff8ee;
}

.sectionContact1 .blockContactLeft form .buttonSubmit:hover {
  background-color: #8f7756;
}

.sectionContact1 .blockContactRight {
  width: 50%;
  margin-left: 10px;
}

.sectionContact1 .blockContactRight .blockContactRightTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
}

.sectionContact1 .blockContactRight .blockContactRightTop div h2 {
  color: black;
  font-size: 20px;
  letter-spacing: 4px;
  font-family: 'Big Shoulders Stencil Display', cursive;
}

.sectionContact1 .blockContactRight .blockContactRightTop div p {
  font-size: 0.9em;
  color: #83838c;
}

.sectionContact1 .blockContactRight .blockContactRightTop div p a {
  text-decoration: none;
  color: #A68A64;
}

.sectionContact1 .blockContactRight iframe {
  width: 100%;
  height: 380px;
}

@media all and (max-width: 1100px) {
  .contactTitle {
    width: 90%;
    height: 400px;
    margin-top: 50px;
  }
  .contactTitle h1 {
    font-size: 40px;
    line-height: 400px;
  }
  .sectionContact1 {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sectionContact1 .blockContactLeft {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 50px;
  }
  .sectionContact1 .blockContactLeft h1 {
    font-size: 1.5em;
    text-align: center;
  }
  .sectionContact1 .blockContactLeft form {
    margin-top: 50px;
    width: 100%;
  }
  .sectionContact1 .blockContactLeft form div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sectionContact1 .blockContactLeft form div input {
    width: 95%;
  }
  .sectionContact1 .blockContactLeft form textarea {
    width: 95%;
  }
  .sectionContact1 .blockContactLeft form .buttonSubmit {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 60%;
  }
  .sectionContact1 .blockContactRight {
    width: 100%;
    margin-left: 0px;
  }
  .sectionContact1 .blockContactRight .blockContactRightTop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 25px;
  }
  .sectionContact1 .blockContactRight .blockContactRightTop div {
    text-align: center;
    margin-bottom: 25px;
  }
}

@media all and (max-width: 750px) {
  .contactTitle {
    height: 300px;
    margin-top: 80px;
    width: 100%;
  }
  .contactTitle h1 {
    font-size: 30px;
    line-height: 300px;
  }
}
/*# sourceMappingURL=contact.css.map */