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

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

.containerSection1 {
    background: 100% 100% / 50% 100% no-repeat url(../images/services/Group\ 40.png),
    linear-gradient(to left, rgba(22, 40, 59, 1), rgba(33, 58, 85, 1) 50%), 100% 100% / 100% 100% no-repeat url(../images/background/Background.png);
}

.containerSeciton3 {
    background: linear-gradient(to left, rgb(22, 40, 59), rgba(33, 58, 85, 0.81)), 0% 100% / 50% 100% no-repeat url(../images/services/pexels-ekaterina-bolovtsova-6077091.png),
    100% 100% / 100% 100% no-repeat url(../images/background/Background.png);
}

.containerSeciton4 {
    background: rgb(224, 224, 224);
    padding: 120px 0px; 
}

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

.mainSeciton4 {
    padding: 50px 0px;
    background: 0% 100% / 50% 100% no-repeat url(../images/services/Letters.png);
}

.mainSeciton4 h4 {
    font-size: 20px;
    font-weight: 600;
    color: rgba(34, 43, 62, 1);
}

.mainSeciton4 p {
    padding-left: 40px;
}


.textSection1 h4::before {
    content: "01";
    margin-right: 10px;
    font-size: 24px;
    font-weight: 700;
    color: rgba(239, 192, 121, 1);
}

.textSection2 h4::before {
    content: "02";
    margin-right: 10px;
    font-size: 24px;
    font-weight: 700;
    color: rgba(239, 192, 121, 1);
}

.textSection3 h4::before {
    content: "03";
    margin-right: 10px;
    font-size: 24px;
    font-weight: 700;
    color: rgba(239, 192, 121, 1);
}

.textSection4 h4::before {
    content: "04";
    margin-right: 10px;
    font-size: 24px;
    font-weight: 700;
    color: rgba(239, 192, 121, 1);
}

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

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

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