@import url(./index.css);

/* ============================================All============================================= */

.container_form {
    padding: 100px 0px;

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

/* =============================================End-all=================================================== */

.blockImgReviews {
    display: none;
}

.quote {
    width: 30%;
}

.quoteReviewsMobail {
    display: none;
}

.container_about {
    background: rgba(244, 244, 239, 1);
}

.container_reviews {
    background: rgba(255, 255, 255, 1);
}

.containerSection4 {
    background: 100% 100% no-repeat url(../images/reviews/15557\ 1.png), 
    100% 100% / 100% 100% no-repeat url(../images/background/Background.png);
    padding: 200px 0px;

    position: relative;
    width: 100%;
}

.contentSection4 p {
    color: rgba(255, 255, 255, 0.6);

    font-size: 20px;
    font-weight: 700;
}

/* =================================================================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); }
}