input.error {
    border: 1px solid red!important;
}

input.error + label.error {
    font-size: 13px;
    opacity: 0.8;
}

.form__subscribe,
#contact-callback {
    position: relative;
}

.preload {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;

    width: 100%;
    height: 100%;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    background-color: rgba(255,255,255,1);
    opacity: 0.5;
}

.swal2-confirm.swal2-styled {
    background-color: #025c39!important;
}

.house__contact-form {
    position: relative;
}
