

/* Start:/local/templates/marccain/components/profitkit/form.simple/partner/style.css?17643387111996*/
.review__form .form__input {
    display: block;
    clear: both;
    margin: 0 auto 15px;
    width: 280px;
}
.review__form .btn-main {
    margin: 0 auto 15px;
}
.review__form textarea.form__input {height: 60px;}
.review__form .form__input.input_error {border-color: red;}
.preload-ajax p, .preload-ajax h2 {text-align: center;}
.fld_row {margin-bottom: 15px;}


/* eiv-checkbox */
.eiv-checkbox {
    display: block;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
}
.eiv-checkbox input {
    position: absolute;
    visibility: hidden;
}
.eiv-checkbox input:checked ~ .eiv-checkbox__rectangle {
    background-color: #750B0B;
}
.eiv-checkbox input:checked ~ .eiv-checkbox__rectangle:after {
    opacity: 1;
}
.eiv-checkbox__rectangle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: 1px solid #666;
    position: absolute;
    top: 3px;
    left: 0;
}
.eiv-checkbox__rectangle:after {
    content: "";
    display: block;
    width: 10px;
    height: 7px;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.14264 3.04493L1 3.18947L4 6L8.5 1.29038L8.35736 1.14583L8.21344 1L4 5.41925L1.28656 2.8991L1.14264 3.04493Z' fill='white' stroke='white' stroke-width='0.8'/%3E%3C/svg%3E%0A");
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
}
.eiv-checkbox__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.16px;
}
@media (max-width: 768px) {
    .eiv-checkbox__text {
        font-size: 14px;
    }
}

/* /eiv-checkbox */
/* End */
/* /local/templates/marccain/components/profitkit/form.simple/partner/style.css?17643387111996 */
