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

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

.containerSection1 {
    background: 100% 100% / 100% 100% no-repeat url(../images/services/Frame\ 151.png);
    padding: 150px 0px;
}

.containerSeciton2 {
    background: #F4F4EF;
    padding: 100px 0px;
}

.containerSection3 {
    padding: 100px 0px;

    background: linear-gradient(to right, #16283bc0, #213A55), 0% 100% / 60% 100% no-repeat url(../images/services/pexels-ekaterina-bolovtsova-6077091.png), 
    100% 100% / 100% 100% no-repeat url(../images/background/Background.png);
}

.headerSection3 h1 {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 700;
}

.blockSection3 {
    border-left: 1.5px solid #EFC079;
    padding-left: 15px;
}

.blockSection3 h4 {
    font-size: 20px;
    font-weight: 700;
    color: #EFC079;
}

.blockSection3 p {
    font-size: 17px;
    font-weight: 500;
    color: #FFFFFFCC;
}

.containerSection4 {
    padding: 100px 0px;
}

.containerSection5 {
    background: #F4F4EF;
}

.contentSection5 h1 {
    font-size: 40px;
    font-weight: 700;
    color: #222B3E;
}

.contentSection5 ol li {
    font-size: 17px;
    font-weight: 500;
    color: #5B667A;
}

.containerSection0 {
    padding: 100px 0px;
}

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

.contentSection0 ol li {
    font-size: 20px;
    font-weight: 700;
    color: rgba(34, 43, 62, 1);
}

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


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


.blockSection3 p:nth-child(1) {
    color: #EFC079;
    font-size: 20px;
    font-family: 'Gilroy';
    font-weight: 700;
    line-height: 24px;
}
/* ====================================================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); }
}