#formfooter {

}

#formfooter .b24-form-error-icon,
#formfooter .b24-form-error-text {
    display: none;
}

#formfooter .b24-form-header-title {
    display: none;
}

#formfooter .b24-form-wrapper {
    background: transparent;
    width: 100%;
    max-width: 100%;
    margin: 0;
    min-height: 0;
}

#formfooter .b24-form-padding-side {
    padding: 0;
}

#formfooter .b24-form-control-container {
    text-align: left;
}

#formfooter .b24-form-control-icon-after .b24-form-control {
    border-color: #b0b1b1;
    border-radius: 0;
    background: rgba(255, 255, 255, .24);
    color: #fff;
}

#formfooter .b24-form-control-string .b24-form-control-label {
    color: #dcdcdc;
    opacity: 1;
    top:40%;
}

#formfooter .b24-form-control-desc {
    color: #dcdcdc;
}

#formfooter .b24-form-field {
    float: left;
    margin-right: 30px;
    width: 30%;
    margin-bottom: unset;
}

#formfooter .b24-form-field-layout {
    clear: both;
    width: 100%;
    height: 0;
    padding: 0;
    margin: 0;
    opacity: 0;
    z-index: -1;
}

#formfooter .b24-form-btn-block {
    padding: 0;
}

#formfooter .b24-form-btn {
    width: 100%;
    border-radius: 0;
    background: #c5a63a;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
    border: none;
    -webkit-transition: .2s;
    transition: .2s;
}

#formfooter .b24-form-btn:hover {
    color: #fff;
    text-decoration: none;
    background: #9e741f;
}

@media (max-width: 991px) {
    #formfooter {
        width: 100%;
        margin-top: 20px;
    }

    #formfooter .b24-form-field:last-child {
        margin-right: 0;
    }
}

@media (max-width: 550px) {
    #formfooter .b24-form-control-alert {
        margin-bottom: 0 !important;
    }

    #formfooter .b24-form-field {
        width: 100%;
        margin-bottom: 0;
    }

    #formfooter .b24-form-control-container {
        margin-bottom: 0;
    }
}

#formfooter .b24-form-control-container input[type="checkbox"]{
    width: unset;
    height: unset;
}

#formfooter .b24-form-control-select-label, .b24-form-control:focus+.b24-form-control-label, .b24-form-control-not-empty+.b24-form-control-label{
    display: none;
    transform: unset;
}
#formfooter .b24-form-control-string .b24-form-control:focus{
    padding-top: unset
}

.nbtn.sub.disabled{
    pointer-events: none;
    opacity: 0.4;
}
.iti{
    width: 100%;
}
.iti__search-input {
    margin: 0;
    height: auto;
}
.iti__tel-input {
    line-height: 50px;
}

.fix-panel {
    display: none;
}
@media only screen and (max-width: 991px) {
    .fix-panel {
        display: block;
    }
}