:root {
    scroll-behavior: auto;
}

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

.blockUI.blockOverlay {
    z-index: 99 !important;
}

.blockUI.blockOverlay::before {
    height: 34px !important;
    width: 34px !important;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -17px;
    margin-top: -17px;
    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: 99 !important;
}

.wpcf7-spinner {
    display: none;
}

.cta + .sect-products {
    margin-top: 8.5rem;
}

.cta {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
}

@media only screen and (max-width: 991px) {
    .cta {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

.article-middle {
    margin-top: -webkit-calc(6rem - 1.5em);
    margin-top: -moz-calc(6rem - 1.5em);
    margin-top: calc(6rem - 1.5em);
}

.article-middle .article-image {
    margin-top: -webkit-calc(4rem - 1.5em);
    margin-top: -moz-calc(4rem - 1.5em);
    margin-top: calc(4rem - 1.5em);
    margin-bottom: 4rem;
}

.form-subscr .inp-btn {
    z-index: 2;
}

.form-subscr .inp-ic {
    background-image: url(../img/_style/_svg/arr-slide-next.svg);
}

.form-individual .btn-form .btn-ic {
    background-image: url(../img/_style/_svg/chevron_right_24px.svg);
}

.add-fields-btn .btn-ic {
    background-image: url(../img/_style/_svg/add_24px.svg);
}

.wpcf7-field-group .add-fields-box {
    display: none;
}

.wpcf7-field-group:last-child .add-fields-box {
    display: block;
}