form input.is-not-valid,
form textarea.is-not-valid {
    border-color: #dc3232;
}

form div.is-not-valid {
    font-size: 0.8em;
    color: #dc3232;
}

form div.is-success,
form p.is-success {
    font-size: 0.8em;
    color: #0bb142;
}

body.process {
    overflow: hidden;
}

body.process:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 10240;
}

body.process:after {
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10250;
    background-image: url('./load-more.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.footer-bg {
    pointer-events: none;
}

.wpcf7-spinner {
    display: none;
}

.con-form .con-form {
    margin-top: 0;
}

.header-lang span:after {
    display: none;
}