@keyframes spin {
    100% {
        transform: rotate( 360deg );
    }
}

.blockUI.blockOverlay {
    z-index: 10 !important;
}
.blockUI.blockOverlay::before {
    height: 34px !important;
    width: 34px !important;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: '';
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../img/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0,0,0,.75);
    z-index: 10 !important;
}
.loading {
    display: inline-block !important;
}
.loader {
    display: none;
    background: url(../img/loader.svg) center center;
    height: 34px;
    width: 34px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -.5em;
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0,0,0,.75);
    z-index: 10 !important;
}

/*****************************************************/

.nav-ic {
    width: 20px;
    height: 20px;
}

.foot-itm li:empty,
.location-brief li:empty {
    min-height: 34px;
}

.form-contact .ajax-loader {
    position: absolute;
}

.uploud-doc {
    flex-wrap: wrap;
}

.uploud-doc .wpcf7-not-valid-tip {
    width: 100%;
    min-width: 100%;
    text-align: right;
}

.top-filter {
    position: relative;
}

.sect-news .slick-hidden {
    display: none !important;
}

.search-empty {
    padding: 0 25px;
}