.widget-kontakt-form .form-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.widget-kontakt-form .form-row > div {
  flex-grow: 1;
  flex-basis: 0;
}

.widget-kontakt-form label {
  width: 100%;
  margin-top: 15px;
}

.widget-kontakt-form label span {
  font-weight: 400;
  font-size: 16px;
  display: block;
}

.widget-kontakt-form .telefon {
  margin-left: 15px;
}

.widget-kontakt-form .title {
  margin-left: 0;
}

.widget-kontakt-form .title label,
.widget-kontakt-form .content label {
  display: block;
}

.widget-kontakt-form .control input,
.widget-kontakt-form .control select,
.widget-kontakt-form .control textarea {
  border: 1px solid #073776;
  background-color: rgba(255,255,255,0.6);
  border-radius: 7px;
  color: #073776;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  display: block;
  height: 30px;
  margin-top: 3px;
  padding: 4px;
}

.widget-kontakt-form .control select {
  padding: 0;
}

.widget-kontakt-form .control textarea {
  max-width: 100%;
  min-width: 100%;
  min-height: 120px;
}

.widget-kontakt-form .content {
  margin-left: 0;
}

.widget-kontakt-form .captcha {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.widget-kontakt-form .captcha img {
  display: inline-block;
  margin-top: 15px;
}

.widget-kontakt-form .captcha label {
  display: inline-block;
  width: auto;
  margin-bottom: 0;
  flex-grow: 1;
  margin-left: 15px;
}

.widget-kontakt-form .captcha label input{
  width: 100%;
  border: 1px solid #073776;
  height: 30px;
  font-weight: 400;
  border-radius: 7px;
  padding: 4px;
  margin-top: 3px;
}

.widget-kontakt-form .submit {
  text-align: right;
  margin-top: 15px;
  padding-bottom: 15px;
}

.widget-kontakt-form .submit button {
  font-size: 18px;
  min-width: 120px;
}

.widget-kontakt-form .submit button i {
  margin-left: 5px;
}


@media (max-width: 503px) {
  .widget-kontakt-form .captcha {
    display: block;
  }

  .widget-kontakt-form .captcha img {
    max-width: 270px;
    width: 100%;
  }

  .widget-kontakt-form .captcha label {
    margin-left: 0;
    display: block;
  }
}

@media (max-width: 445px) {
  .widget-kontakt-form .form-row {
    flex-direction: column;
  }

  .widget-kontakt-form .form-row .control {
    margin-left: 0;
  }
}
