.error *{
    color: red !important;
}
.captcha-row{
    margin-top: -25px;
}
.captcha-row .captcha_image{
    margin-top: 20px !important;
    margin-left: 0px !important;
}
.captcha-row .captcha_input{
    opacity: 1 !important;
    visibility: visible !important;
    left: 0px !important;
    margin-bottom: 10px;
}
#telefon::placeholder {
    color: transparent;
}
@media (max-width: 1024px){
  .custom-form__wrapper_type_inline .custom-form__col{
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}