@charset "UTF-8";
.hb-form {
  font-size: 1.25rem;
  line-height: 26px;
  position: relative;
  z-index: 4
}
.hb-form input,
.hb-form textarea {
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0
}
.hb-form input[type=email],
.hb-form input[type=tel],
.hb-form input[type=text] {
  font-size: 1.25rem;
  line-height: 26px;
  height: 48px;
  padding: 0 16px;
  color: #555;
  display: block;
  font-family: 'PT Sans';
  -webkit-transition: all .3s;
  transition: all .3s
}
.hb-form input[type=email].hb-form__invalid,
.hb-form input[type=tel].hb-form__invalid,
.hb-form input[type=text].hb-form__invalid {
  border-color: #ff4848;
  color: #ff4848
}
.hb-form textarea {
  font-size: 1.25rem;
  line-height: 26px;
  height: 144px;
  min-height: 48px;
  resize: none;
  color: #2d2d2d;
  padding: 16px;
  display: block;
  font-family: 'PT Sans'
}
.hb-form textarea.hb-form__invalid {
  border-color: #ff4848;
  color: #ff4848
}
.hb-form texarea {
  resize: none
}
.hb-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.hb-form__row .hb-form__input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.hb-form__row .hb-form__input + .hb-form__input {
  margin: 0 0 0 20px
}
@media (max-width:767px) {
  .hb-form__row .hb-form__input + .hb-form__input {
    margin: 0
  }
}
@media (max-width:767px) {
  .hb-form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.hb-form__label {
  display: block;
  color: #2d2d2d;
  margin-bottom: 8px;
  -webkit-transition: all .3s;
  transition: all .3s
}
.hb-form__text {
  width: 100%;
  border: solid 1px #000
}
.hb-form__input {
  padding-bottom: 28px;
  position: relative
}
.hb-form__input_required .hb-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.hb-form__input_required .hb-form__label:after {
  background: url(../img/icon-required.svg) 0 0 no-repeat;
  content: '';
  width: 7px;
  height: 6px;
  display: block;
  margin-left: 4px
}
.hb-form__input_focused input[type=email],
.hb-form__input_focused input[type=tel],
.hb-form__input_focused input[type=text],
.hb-form__input_focused textarea {
  border-color: #000
}
.hb-form__input_focused .hb-form__label {
  color: #000
}
.hb-form__submit {
  border: none;
  cursor: pointer;
  width: 200px;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin: 0;
  padding: 0;
  font-family: NowieVremena-Light,sans-serif
}
@media (max-width:767px) {
  .hb-form__submit {
    width: 280px;
    margin: 0 auto
  }
}
.hb-form__submit[disabled] {
  color: #555;
  background: rgba(85,85,85,.2);
  cursor: default
}
.hb-form__footer_col .hb-form__submit {
  margin: 0 auto
}
@media (max-width:767px) {
  .hb-form__footer {
    margin-top: 12px
  }
}
@media (min-width:768px) {
  .hb-form__footer {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}
.hb-form__footer_col {
  display: block
}
.hb-form__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
@media (max-width:767px) {
  .hb-form__checkbox {
    margin: 32px auto 0
  }
}
@media (min-width:768px) {
  .hb-form__checkbox {
    margin-left: 36px
  }
}
.hb-form__footer_col .hb-form__checkbox {
  margin: 24px auto 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.hb-form__checkbox .hb-form__label {
  font-size: 1.0625rem;
  line-height: 24px;
  margin: 0 0 0 16px;
  cursor: pointer
}
.hb-form__checkbox .hb-form__label a {
  border-bottom: solid 1px #ff4848;
  color: #2d2d2d;
  white-space: nowrap
}
.hb-form__checkbox .hb-form__label a:hover {
  color: #ff4848
}
.hb-form__error {
  font-size: 1rem;
  line-height: 20px;
  color: #ff4848;
  position: absolute;
  left: 0;
  bottom: 6px
}
.hb-checkbox {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 17px;
  flex: 0 0 17px;
  max-width: 17px;
  height: 17px;
  border: solid 1px #ff4848;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
  outline: 0
}
.hb-checkbox_checked {
  background: #fff url(../img/radio-check.svg) center center no-repeat
}
.hb-checkbox input {
  margin-left: -100px
}