.mktoForm ::-webkit-input-placeholder {
    color: #000
}

.mktoForm :-moz-placeholder {
    color: #000
}

.mktoForm ::-moz-placeholder {
    color: #000
}

.mktoForm :-ms-input-placeholder {
    color: #000
}

.mktoForm .mktoFieldWrap input, select.mktoField, .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    background-color: #fff !important;
    color: #000 !important;
    border-bottom: 1px solid #000 !important;
    border-radius: unset !important;
}
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    border: 2px solid #0069b8 !important;
}

.mktoForm .mktoLabel {
    color: #000 !important;
}

.mktoForm .mktoFieldWrap input {
    border-bottom: 1px solid #000 !important;
}
.mktoForm .mktoFieldWrap input::-webkit-input-placeholder {
    color: #000 !important;
}
.dropdown:after {
    color: #000 !important;
}
.mktoForm .mktoLabel span {
    background-color: #fff !important;
    color: #000 !important;
}
body .mktoForm .mktoCheckboxList > label {
    color: #000 !important;
}

.mktoForm .mktoFieldWrap input {
    padding-left: 0;
}

label.mktoLabel {
    left: 10px;
}

select.mktoField {
    margin-right: 10px !important;
}

.mktoCheckboxList input + label:before {
    background-color: #fff;
    border-color: #000;
}

.advertising .mktoForm {
    margin: 0;
}

.advertising .mktoError {
    top: 59px !important;
}

@media (min-width: 768px) {
    .advertising .mktoForm input[type=tel] {
        line-height: 3.8em;
    }
}

/*.advertising .mktoForm .mktoFieldWrap input, .advertising select.mktoField, .advertising .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {*/
    /*background-color: #000 !important;*/
    /*color: #fff !important;*/
    /*border-bottom: 1px solid #fff !important;*/
    /*border-radius: unset !important;*/
/*}*/
/*.advertising .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {*/
    /*border: 2px solid #0069b8 !important;*/
/*}*/

/*.advertising .mktoForm .mktoLabel {*/
    /*color: #fff !important;*/
/*}*/

/*.advertising .mktoForm .mktoFieldWrap input {*/
    /*border-bottom: 1px solid #fff !important;*/
/*}*/
/*.advertising .mktoForm .mktoFieldWrap input::-webkit-input-placeholder {*/
    /*color: #fff !important;*/
/*}*/
/*.advertising .dropdown {*/
    /*border-bottom: none !important;*/
/*}*/
/*.advertising .dropdown:after {*/
    /*color: #fff !important;*/
/*}*/
/*.advertising .mktoForm .mktoLabel span {*/
    /*background-color: #000 !important;*/
    /*color: #fff !important;*/
/*}*/

/*.advertising .mktoForm .mktoFieldWrap input {*/
    /*padding-left: 0;*/
/*}*/

/*.advertising label.mktoLabel {*/
    /*left: 10px;*/
/*}*/

/*.advertising select.mktoField {*/
    /*margin-right: 10px !important;*/
/*}*/

/*.advertising .mktoCheckboxList input + label:before {*/
    /*background-color: #000;*/
    /*border-color: #fff;*/
/*}*/