

/* Start:/local/assets/cat.nip/app.css?17546516651370*/
.requesting {
    position: relative;
}

.requesting::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(255, 255, 255, 0.1); /* Полупрозрачный фон */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: inherit; /* Наследуем скругление */
    pointer-events: all; /* Блокирует клики по элементу */
    z-index: 204; /* Помещаем поверх содержимого */
}

.requesting::after {
    content: "";
    width: 40px;
    height: 40px;
    border: 5px solid rgba(0, 0, 0, 0.1); /* Цвет фона границы */
    border-top: 5px solid var(--primary-color); /* Цвет вращающейся части */
    border-radius: 50%; /* Круглая форма */
    animation: spin 1s linear infinite; /* Анимация вращения */
    pointer-events: none; /* Не блокирует клики по анимации */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 205; /* Помещаем поверх затемнения */
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* End */


/* Start:/local/templates/chistpol/template_styles.css?1754651666565*/
@media only screen and (min-width: 641px) {
    .partners__join:before {
        background-image: url(/local/templates/chistpol/images/illustrations/partners-line.svg) !important;
    }
}

body.decorated .subjects__numbers-decorative-illustration {
    opacity: 1;
}
.subjects__numbers-decorative-illustration {
    opacity: 0;
}

body.decorated .subjects__grass {
    opacity: 1;
}
.subjects__grass {
    opacity: 0;
}

body.decorated .page-footer__illustration {
    opacity: 1;
}
.page-footer__illustration {
    opacity: 0;
}





/* End */
/* /local/assets/cat.nip/app.css?17546516651370 */
/* /local/templates/chistpol/template_styles.css?1754651666565 */
