/* Previous styles - start */
.mktoButtonRow{
  margin: 0px auto !important;
  width: 100% !important;
  text-align: center !important;
}
.mktoButtonWrap {
  margin: 0 !important;
}
 .mktoButtonWrap .mktoButton:hover {
    color: #000 !important;
    background-color: #C8D32C !important;
}
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
    background-color: #C8D32C !important;
}
 .mktoButtonWrap .mktoButton {
   color: #000 !important;
   border: 2px solid #C8D32C !important;
   background-color: #fff0 !important;
   border-radius: 40px !important;
   padding: 11px 25px !important;
   font-size: 18px !important;
   line-height: 18px !important;
   font-weight: 500 !important;
   text-align: center !important;
   text-decoration: none !important;
   background-image: none !important;
   outline: none;
   min-width: 150px;
   text-shadow: none !important;
   font-family: 'Roboto', sans-serif !important;
   margin: 0px auto !important;
}

.contact_form_sc .select-styled {
  width: 100%;
}

.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap label {
    max-width: 620px;
}
.mktoButton {
    display: block !important;
}

.mktoForm label, .mktoForm .mktoHtmlText {
    color: #000000 !important;
    font-size: 16px;
    color: #fff;
}

#uploader {

    width: auto !important;
    margin-bottom:0px;

}

.uploadcare--widget
 {
    margin-top: 0px !important;
}
.uploadcare--widget__button {
    display: inline-block;
    all: initial;
    box-sizing: border-box;
    margin: 10px !important;
    padding: 10px 20px !important;
    width: auto;
    min-width: 0;
    height: auto;
    min-height: 0;
    background: #c8d32c !important;
    color: #000 !important;
    border: 0px solid #c8d32c !important;
    border-radius: 44px !important;
    cursor: pointer !important;
    text-align: center;
    white-space: nowrap;
    font: inherit;
    line-height: inherit;
    box-shadow: none;
    text-shadow: inherit;
    transition: background .3s;
    font-weight: 600 !important;
font-size:14px;
}

.uploadcare--widget__button_type_open:hover {
    color: #000 !important;
    background-color: #dde933 !important;
    border: 0px solid #c8d32c !important;

font-size:14px !important;
}

.uploadcare--widget__button_type_remove:hover {
    color: #000 !important;
    background-color: #dde933 !important;
    border: 0px solid #c8d32c !important;

font-size:14px !important;
}