.mwform {
  width: 100%;
  margin-bottom: 82px;
}
.mwform-set {
  width: 100%;
  margin-bottom: 17px;
  font-size: 16px;
  color: #1B224C;
}
.mwform-set-last {
  width: 100%;
  margin-bottom: 30px;
  font-size: 16px;
  color: #1B224C;
}
.mwform-set-item {
  margin-bottom: 10px;
}
.mwform-set-input {
  width: 100%;
  height: 50px;
  border: 1px solid #1B224C;
  padding: 17px 0 0 20px;
}
.mwform-set-radio {
  width: 100%;
}
.mwform-set-textArea {
  width: 100%;
  height: 250px;
  border: 1px solid #1B224C;
  padding: 17px 20px 10px 20px;
}
input[type=text], input[type=email] {
  width: 100%;
}
textarea {
  width: 100%;
  height: 215px;
}
.mwform-privacy {
  text-align: center;
  margin-bottom: 46px;
}
.mwform-privacy-text {
  margin-bottom: 25px;
}
.mwform-privacy-text-orange {
  color: #F5A623;
  text-decoration-line: underline;
}
input[type=checkbox] {
  width: 20px;
  height: 20px;
}
input[type=radio] {
  width: 20px;
  height: 20px;
}
.mwform-btn-return {
  text-align: center;
  margin-top: 20px;
}
.error {
  float: right;
  margin-top: -5px;
}
.mwform-set-item-bold {
  font-weight: bold;
}
.mw_wp_form .vertical-item {
  margin-bottom: 8px;
}
.mwform-btn-submit input {
  background-color: #1B224C;
  width: 200px;
  height: 50px;
  margin: 0 auto;
  display: block;
  text-align: center;
  padding: 5px;
  color: #fff;
  border-radius: 5px;
  transition: all 0.4s ease;
  font-weight: bold;
}