@import url(./services.css);
@import url(./serviceFamily.css);

.contentForm {
    position: fixed;
    top: 10%;
    width: 400px;
    z-index: 1000;
}

.containerSection1 {
    background: 100% 100% / 100% 100% no-repeat url(../images/services/Frame\ 154.png);
}

.contentSection4 h1 {
    font-size: 40px;
    font-weight: 700;
    color: rgba(34, 43, 62, 1);
}

.contentSection4 ul li {
    font-size: 17px;
    font-weight: 500;
    color: rgba(91, 102, 122, 1);
}

.headerSection3 h3 {
    font-size: 40px;
    font-weight: 700;
    font-family: 'Gilroy';
    line-height: 44px;
    color: #FFFFFF;
}

.blockSection3 p:nth-child(1) {
    color: #EFC079;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    font-family: 'Gilroy';
}

/* ====================================================container_form========================== */

.container_form {
    padding: 150px 0px;
    
    background: url(../images/background/5U0A1202\ \(1\)\ 1.png) no-repeat;
    background-size: cover;
}

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