* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

u {
  border-bottom: 1px solid;
  text-decoration: none;
  font-weight: 600;
  color: #fdffce;
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Spectral", serif;
  font-weight: 500;
  font-style: normal;
  color: white;
  line-height: 0.89em;
}
h1 em,
h1 i,
h2 em,
h2 i,
h3 em,
h3 i,
h4 em,
h4 i,
h5 em,
h5 i,
h6 em,
h6 i {
  color: #fdffce;
  font-style: normal;
}

p,
div,
span,
input,
textarea {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body {
  background-image: url(bg-2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: white;
}

.wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 1800px;
  max-width: 100%;
  padding: 0 60px;
}

.logo {
  width: 16.6666666667%;
  margin-top: 46px;
}
.logo img {
  display: block;
  width: 225px;
}

.content {
  flex: 1;
  padding: 50px;
  margin-top: 45px;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  line-height: 1.2em;
  max-width: 7100%;
}
.content__text {
  max-width: 540px;
}
.content h1 + p {
  max-width: 640px;
}
.content strong,
.content b {
  font-weight: 500;
}
.content p {
  margin-top: 20px;
}
.content h1 {
  font-size: 58px;
}
.content h2 {
  font-size: 35px;
  margin-top: 55px;
}
.content ul {
  padding: 20px 0 0 20px;
}
.content ul li {
  margin-bottom: 10px;
}

.form {
  width: 500px;
  margin-left: auto;
}
.form__content {
  position: relative;
  background-image: url(form-bg.jpg);
  width: 460px;
  height: 937px;
}
.form__shadow {
  position: absolute;
  z-index: -1;
  mix-blend-mode: multiply;
  left: -30px;
  top: 0;
}
.form h3 {
  color: black;
  font-size: 35px;
  text-align: center;
  padding-top: 90px;
  padding-bottom: 10px;
}
.form h3 u {
  color: #c07700;
}
.form p {
  color: black;
  font-size: 20px;
  text-align: center;
}

@media (max-width: 1549px) {
  .logo {
    position: absolute;
  }
  .content {
    padding-left: 0;
    padding-top: 100px;
  }
  .content h1 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .content,
  .form {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding-right: 0;
  }
  .content__text,
  .form__text {
    max-width: 100%;
  }
  .content__text br,
  .form__text br {
    display: none;
  }
}
@media (max-width: 767px) {
  .wrapper {
    width: 100%;
    padding: 0 20px;
  }
  .logo {
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }
  .logo img {
    max-width: 100%;
  }
  .content {
    padding-top: 60px;
  }
  .form h3 {
    padding-top: 20px;
  }
  .form__content {
    width: 100%;
    height: auto;
    padding: 20px;
  }
  .form__shadow {
    display: none;
  }
  .form p br {
    display: none;
  }
}
form.wpcf7-form {
  width: 360px;
  max-width: 100%;
  margin: 0 auto;
}

form.wpcf7-form input,
form.wpcf7-form textarea {
  background: transparent;
  border: 1px solid;
}

form.wpcf7-form label {
  position: relative;
}

form.wpcf7-form label span:first-child {
  font-size: 18px;
  color: #c07700;
  font-weight: 600;
  position: absolute;
  top: -14px;
  display: block;
  left: 30px;
  background-color: rgba(249, 249, 249, 0.9764705882);
  z-index: 1;
  padding: 0 10px;
}/*# sourceMappingURL=styles-2.css.map */