/** @define contact-form; weak */
.contact-form {
  max-width: 1000px;
  padding: 30px;
  background-color: #ffffff;
}
@media only screen and (min-width: 1100px) {
  .contact-form {
    margin-top: -66px;
    padding: 60px 60px 130px 330px;
    background: url("/images/content/form-bcg.webp") no-repeat top left #ffffff;
  }
}
.contact-form .form input,
.contact-form .form textarea {
  width: 100%;
  outline: none;
}
.contact-form .form input {
  /* stylelint-disable */
  /* stylelint-enable */
}
.contact-form .form input[type="text"] {
  height: 50px;
  padding: 8px 20px 8px 46px;
  border: 1px solid #bebebe;
}
.contact-form .form input[type="submit"] {
  width: auto;
  height: auto;
  margin: 0 20px 0 0;
  padding: 18px 50px;
  color: #ffffff;
  font-size: 18px;
  font-family: barlowsemibold, arial, Helvetica, sans-serif;
  background-color: #db0f3c;
  transition: background-color 0.4s ease-in-out;
}
.contact-form .form input[type="submit"]:hover {
  color: #ffffff;
  background-color: #129037;
}
.contact-form .form textarea {
  display: block;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100px;
  min-height: 100px;
  max-height: 100px;
  padding: 18px 20px 8px 46px;
  border: 1px solid #bebebe;
  resize: none;
}
.contact-form .wrapper {
  width: 100%;
  margin-top: 15px;
}
@media only screen and (min-width: 800px) {
  .contact-form .wrapper.data {
    width: 48%;
  }
  .contact-form .wrapper.full {
    width: 100%;
  }
}
.contact-form .name {
  margin-bottom: 4px;
  color: #000000;
}
@media only screen and (min-width: 1100px) {
  .contact-form .name.message {
    padding-top: 10px;
  }
}
.contact-form .icon_wrapper {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
}
.contact-form .icon_wrapper.message {
  height: 70px;
}
.contact-form .icon_svg {
  color: #949cb3;
}
.contact-form .icon_name {
  width: 17px;
  height: 23px;
}
.contact-form .icon_mail {
  width: 20px;
  height: 20px;
}
.contact-form .icon_phone {
  width: 14px;
  height: 24px;
}
.contact-form .icon_chat {
  width: 27px;
  height: 25px;
}
@media only screen and (min-width: 800px) {
  .contact-form .gdpr {
    flex: 1;
  }
}
/** @define notice; weak */
.notice {
  display: inline-block;
  margin-top: 5px;
  padding: 5px 15px 5px 27px;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 3px;
}
/* postcss-bem-linter: ignore */
.error {
  background: url("/images/formular_chyba.png") no-repeat left center #ff0004;
}
/* postcss-bem-linter: ignore */
.success {
  background: url("/images/formular_chyba.png") no-repeat left center #0da331;
}
/*# sourceMappingURL=css/form.css.map */