

/* Start:/local/templates/iDevice/components/bitrix/form.result.new/tradein-form/style.css?17234548202593*/
form#tradein_form_1 {
    width: 365px;
    margin-left: 120px;
}
form .form-field--wrap.tradein-form-fields {
    position: relative;
}
form .form-field--wrap.tradein-form-fields .success-message--wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #000;
    opacity: 1;
}
form .form-field--wrap.tradein-form-fields .success-message--wrap p {
    color: white;
    text-align: center;
    font-family: "Inter";
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
}
form .form-field--wrap.tradein-form-fields label,
form .form-field--wrap.tradein-form-fields legend {
    font-family: "Inter";
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    line-height: normal;
}
form .form-field--wrap.tradein-form-fields label.form-check-label {
    font-size: 16px;
}
form .form-field--wrap.tradein-form-fields select,
form .form-field--wrap.tradein-form-fields input {
    width: 100%;
    height: 44px;
    color: #000;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
}
form .form-field--wrap.tradein-form-fields input.form-check-input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
form .form-field--wrap.tradein-form-fields .form-check-inline {
    margin-right: 28px;
}
form .form-field--wrap.tradein-form-fields input.form-check-input:checked {
    position: relative;
    background: #e1e1e1;
    border-color: #e1e1e1;
    background-image: none;
}
form .form-field--wrap.tradein-form-fields input.form-check-input:checked::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: black;
    transform: translate(-50%, -50%);
}
form .form-field--wrap.tradein-form-fields .field-devider {
    width: 100%;
    height: 1px;
    margin-top: 34px;
    margin-bottom: 34px;
    background-color: rgba(255, 255, 255, 0.5);
}
form .form-field--wrap.tradein-form-fields .submit-button--wrap {
    padding-top: 36px;
}
form .form-field--wrap.tradein-form-fields .submit-button--wrap button {
    width: 100%;
}

form .form-field--wrap.tradein-form-fields .form-notices .success-fld {
    color: green;
    font-size: 12px;
}
form .form-field--wrap.tradein-form-fields .form-notices .error-fld {
    color: red;
    font-size: 12px;
}

/* End */
/* /local/templates/iDevice/components/bitrix/form.result.new/tradein-form/style.css?17234548202593 */
