.page-contact {
  background: #f7f8fa;
}
.page-contact .f-clear {
  clear: both;
}
.fd-form {
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
  max-width: 75em;
  margin: 0 auto;
}
.fd-form .fd-form-lft {
  max-width: 28.125rem;
  width: 37%;
  margin-left: 20px;
  box-sizing: border-box;
  float: left;
}
.fd-form .fd-form-lft h3 {
  font-size: 2.25rem;
  color: #17191d;
  line-height: 1.875rem;
  font-weight: 500;
}
.fd-form .fd-form-lft p {
  font-size: 1.1875rem;
  color: #4a4e57;
  line-height: 1.875rem;
  font-weight: 400;
  margin: 1.5rem 0 1.24rem;
}
.fd-form .fd-form-lft p:last-child {
  margin: 0;
}
.fd-form .fd-form-lft h4 {
  font-size: 1.1875rem;
  color: #17191d;
  font-weight: 500;
  margin: 3.123rem 0 0.625rem;
}
.fd-form .fd-form-lft ol {
  width: 100%;
  margin-top: 15px;
}
.fd-form .fd-form-lft ol li {
  list-style: none;
  margin-right: 19px;
  float: left;
}
.fd-form .fd-form-lft ol li:last-child {
  margin-right: 0;
}
.fd-form .fd-form-lft ol li svg {
  width: 36px;
  height: 36px;
  cursor: pointer;
}
.fd-form .fd-form-lft ol li svg .bg {
  transition: fill 0.3s;
  -moz-transition: fill 0.3s;
  /* Firefox 4 */
  -webkit-transition: fill 0.3s;
  /* Safari and Chrome */
  -o-transition: fillgit 0.3s;
  /* Opera */
}
.fd-form .fd-form-lft ol li.fb svg:hover .bg {
  fill: #283B70;
}
.fd-form .fd-form-lft ol li.tw svg:hover .bg {
  fill: #0083C6;
}
.fd-form .fd-form-lft ol li.yt svg:hover .bg {
  fill: #D70000;
}
.fd-form .fd-form-lft ol li.ly svg {
  fill: #ffffff;
  background: #1966c0;
  border-radius: 2px;
}
.fd-form .fd-form-lft ol li.ly svg:hover {
  background: #0067bc;
}
.fd-form .fd-form-rgt {
  max-width: 43.125rem;
  width: 60%;
  padding: 0 20px;
  float: right;
  box-sizing: border-box;
}
.fd-form .fd-form-rgt .contact-from {
  width: 100%;
  text-align: left;
}
.fd-form .fd-form-rgt .contact-from .full-name {
  font-size: 0.9375rem;
  width: 42%;
  background: #fff;
  border: 1px solid #d4d4d4;
  padding: 0.9375rem 3%;
  color: #17191d;
  border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  float: left;
}
.fd-form .fd-form-rgt .contact-from .email-address {
  font-size: 0.9375rem;
  width: 42%;
  background: #fff;
  border: 1px solid #d4d4d4;
  padding: 0.9375rem 3%;
  color: #17191d;
  border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  float: right;
}
.fd-form .fd-form-rgt .contact-from select {
  width: 100%;
  padding: 0.937rem 3%;
  border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  border: 1px solid #d4d4d4;
  margin-top: 20px;
  font-size: 1.0625rem;
  color: #17191d;
  background: #fff;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  position: relative;
  font-family: 'Roboto';
}
.fd-form .fd-form-rgt .contact-from select option {
  font-family: 'Roboto';
}
.fd-form .fd-form-rgt .contact-from .your-message {
  font-size: 1.0625rem;
  width: 94%;
  background: #fff;
  border: 1px solid #d4d4d4;
  height: 20.625rem;
  resize: none;
  margin-top: 1.25rem;
  padding: 0.9375rem 3%;
  color: #17191d;
  border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
}
.fd-form .fd-form-rgt .contact-from .your-message:focus {
  border: 1px solid #ff822c;
}
.fd-form .fd-form-rgt .contact-from .g-recaptcha {
  width: 21.875em;
  margin: 1em auto;
  position: relative;
}
.fd-form .fd-form-rgt .contact-submit {
  position: relative;
  width: 18.75rem;
  height: 3.25rem;
  text-align: center;
  font-size: 1.1875rem;
  color: #fff;
  border-radius: 26px;
  background: #ff822c;
  border: none;
  outline: none;
}
.fd-form .fd-form-rgt .contact-submit:hover {
  background: #e0640f;
  cursor: pointer;
}
.fd-form .fd-form-rgt .contact-submit a {
  display: inline-block;
  text-decoration: none;
  font-size: 1.1875rem;
  color: #fff;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.fd-form .fd-form-rgt .contact-submit a:hover {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .fd-form {
    width: 88%;
    padding: 3.746rem 6%;
  }
  .fd-form .fd-form-lft {
    width: 100%;
    float: none;
  }
  .fd-form .fd-form-lft h3 {
    font-size: 1.462rem;
  }
  .fd-form .fd-form-lft p {
    font-size: 1rem;
  }
  .fd-form .fd-form-lft h4 {
    font-size: 1.0625rem;
  }
  .fd-form .fd-form-rgt {
    width: 100%;
    float: none;
    padding-top: 3.746rem;
    padding-bottom: 0;
  }
  .fd-form .fd-form-rgt .contact-from {
    text-align: center;
  }
  .fd-form .fd-form-rgt .contact-from .g-recaptcha {
    width: 91%;
  }
  .fd-form .fd-form-rgt .contact-from .contact-submit {
    width: 90%;
    left: 0;
    margin: 0 auto;
  }
}
/*# sourceMappingURL=contact.css.map */