.responso_form__header,
.responso_form__text,
label[for="responso_subject"],
.responso_form__col--fullwidth,
.responso_form__footer,
.responso_form__footer .form_text {
    color: #192a3d !important;
}

.responso_form{display:flex;flex-wrap:wrap;margin-left:-15px;}
.responso_form__label{display:block;width:100%;padding-bottom:5px;}
.responso_form__input,.responso_form__select{width:100%;margin:0;box-sizing:border-box;padding:0.618em;}
.responso_form__textarea{resize:none;box-sizing:border-box;padding:0.618em;}
.responso_form__select{-webkit-appearance:none!important;-moz-appearance:none!important;-ms-appearance:none!important;-o-appearance:none!important;appearance:none!important;cursor:pointer;background:url("data:image/svg+xml,<svg height='12px' width='12px' viewBox='0 0 14 14' fill='%23091437' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat 98% center;}
.responso_form__col{flex:100%;margin-bottom:15px;}
.responso_form__info{display:none;font-size:13px;padding:10px;background-color:#808080;margin-bottom:15px;color:#333;}
.responso_form__info.responso_form__info--success{background-color:#5ded73;}
.responso_form__info.responso_form__info--fail{background-color:#f03a39;}
.responso_form__box--hidden{display:none;}
.responso_form__footer{font-size:12px;padding-top:10px;display:flex;flex-direction:row;align-items:center;}
.responso_form .footer_text,.responso_form .footer_url{display:inline-block;outline:none;}
.responso_form .footer_img{height:18px;width:auto;outline:none;border:0;}
.responso_product_form__button{margin-bottom:15px;}



@media screen and (min-width:380px){
    .responso_form__col{flex:0 0 calc(50% - 15px);margin:0 0 15px 15px;}
    .responso_form__col--fullwidth{flex:100%;}
}