.uk-light .btn-top {
background-color: #fd9822;
    color: #fff;
    border: 1px solid transparent;
}
.uk-light .btn-top:hover, .uk-light .btn-top:focus {
    background-color: #fd8c09;
    color: #fff;
}

.call-btn {
    background-color: #fd9822;
    padding: 6px 10px;
    border-radius: 10px;
        margin-top: 5px;
}

.uk-section-header .uk-section-header-right .uk-section-header-callback .call-btn::before {
    border-bottom: none;
}

.call-btn:hover {
    background-color: #fd8c09;
    color: #fff;
}

.theme-input[disabled], .theme-input[readonly], fieldset[disabled] .theme-input {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}
.uk-input.theme-input {
outline: none;    transition: none;
}

.uk-input.theme-input:focus, .uk-input.theme-input:focus-visible {
border-color: #eee;    outline: none;    transition: none;
}