@import url(./index.css);
@import url(./team.css);

.container_mediaAboutUs h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    font-family: 'Gilroy';
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

.container_form {
    padding: 100px 0px;

    background: url(../images/background/5U0A1202\ \(1\)\ 1.png) no-repeat;
    background-size: cover;
}

.containerHeaderTeam {
    background: 100% 100% / 100% 100% url(../images/background/proc.png) no-repeat;
}

/* =================================================================loader============================= */

.blockLoadingSendForm {
    padding: 100px 0px;
    display: none;
}

.blockLoadingSendForm.visible {
    display: block;
}

.blockLoadingSendForm h3{
    font-size: 20px;
}

.form-loader {
    display: block; /* Лоадер скрыт по умолчанию */
    width: 40px;
    height: 40px;
    border: 4px solid #ccc;
    border-top-color: #007bff; /* Цвет вращающейся части */
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 10px auto;
}

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