.header__logo img, .navigation-topbar__logo img {
  height: 50px;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
}

@media (min-width: 701px) {
  .footer__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.footer-bottom__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}

@media (min-width: 479px) {
  .footer-bottom__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 701px) {
  .footer-bottom__inner {
    margin-bottom: 0px;
  }
}

.footer-bottom__inner .footer__logo {
  padding-bottom: 0;
}

@media (min-width: 479px) {
  .footer-bottom__inner .footer__logo {
    padding-bottom: 2rem;
  }
}

.footer-bottom__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 20px;
}

.footer-bottom__logos img {
  height: 50px;
}

div[data-editorblocktype=Field-radioButtons] {
  width: 100%;
}

div[data-editorblocktype=Field-radioButtons] input {
  width: auto;
  height: auto;
  margin-bottom: 3px;
  float: right;
}

div[data-editorblocktype=Field-checkboxList] input,
div[data-editorblocktype=Field-checkbox] input {
  width: auto;
  height: auto;
  margin-bottom: 3px;
  margin-right: 8px;
  float: left;
}

div[data-editorblocktype=Field-checkboxList] span.lp-checkboxListItem,
div[data-editorblocktype=Field-radioButtons] span.lp-radioButton {
  /* This rule is needed to style all radio button fields. For product constraints each option is defined as input and label wrapped into a span*/
  display: block;
  margin: 2px;
}

form {
  padding: 22px;
  margin: 0 auto;
}

.submite_form label {
  cursor: pointer;
  display: inline-block;
  padding-bottom: 5px;
  font-size: 15px;
  color: #000;
  font-weight: 500;
}

.submite_form input {
  padding: 12px;
  border: 1px solid #e7e7e7;
  background-color: #fff;
  color: grey;
  font-size: 14px;
}

.submite_form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #e7e7e7;
  background-color: #fff;
  color: grey;
  font-size: 14px;
}

.one-column-form {
  max-width: 450px;
}

.lp-form-header {
  font-weight: 500;
  margin-bottom: 21px;
  font-size: 18px;
}

.submite_form label {
  margin: 0;
  margin-right: 5px !important;
}

.submite_form input {
  border-radius: 3px;
  height: 40px;
  width: 100%;
  margin-bottom: 28px;
  text-indent: 10px;
  font-size: 14px;
}

.submite_form input[type="radio"] {
  margin: 0 5px 0 0;
}

.submite_form input[type=checkbox] {
  margin: 0 10px 0 0;
  vertical-align: middle;
}

select {
  border-radius: 3px;
  border: 1px solid #e7e7e7;
  width: 100%;
}

.submite_form button {
  position: relative;
  display: inline-block;
  background-color: #badca0;
  color: #000;
  padding: 12px 24px;
  cursor: pointer;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 500;
  border: none;
}

.leftcolumn {
  width: 49%;
  display: inline-block;
}

.rightcolumn {
  width: 49%;
  display: inline-block;
}

@media only screen and (max-width: 570px) {
  .submite_form input {
    width: 95% !important;
    padding: 5px !important;
    margin-bottom: 18px !important;
  }
  .submite_form textarea {
    width: 95% !important;
    padding: 5px !important;
  }
  .submite_form label {
    font-size: 13px !important;
  }
}

.dflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.dflex span {
  margin-right: 10px;
}

form .lp-form-fieldInput {
  font-family: "GT Pressura",Helvetica,Arial,sans-serif;
  height: auto !important;
  min-height: 44px;
  font-size: 20px;
  padding: 12px;
  color: black;
}

form span.lp-radioButton {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

form .lp-form-field > strong {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

form .lp-ellipsis {
  font-size: 18px;
  font-family: "GT Pressura",Helvetica,Arial,sans-serif;
  font-weight: normal !important;
}

form span.lp-radioButton {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*# sourceMappingURL=custom.css.map */