@import url(./team.css);

.imgContact {
    display: none;
}

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

.contentFormMobail {
    display: none;
}

.containerHeaderTeam {
    background: rgb(228, 228, 224);
    margin: 0px;
}

.containerSection1 {
    margin: 0px;
    padding: 150px 0px;
    background: rgb(228, 228, 224);
}

.blockTextContact {
    display: flex;
    flex-direction: column;
}

.blockTextContact a {
    text-decoration: underline;
    color: rgba(34, 43, 62, 1);
    font-size: 17px;
    font-weight: 500;
    font-family: 'Gilroy';
}

.blockTextContact h5 {
    color: rgba(34, 43, 62, 1);
    font-size: 17px;
    font-weight: 500;
}

.blockTextContact p:nth-child(1) {
    color: rgba(34, 43, 62, 1);
    font-size: 20px;
    font-weight: 700;
    font-family: 'Gilroy';
    line-height: 24px;
}

.blockTextContact p:nth-child(3) {
    color: rgba(174, 173, 186, 1);
    font-size: 17px;
    font-weight: 500;
    font-family: 'Gilroy';
    line-height: 20px;
}

.blockTextContact1 p:nth-child(2)::before {
    content: url(../images/contact/address.png);

    margin-right: 10px;
}

.blockTextContact2 p:nth-child(2)::before {
    content: url(../images/contact/mail.png);
    margin-right: 10px;
}

.blockTextContact3 p:nth-child(2)::before {
    content: url(../images/contact/calendar.png);

    margin-right: 10px;
}

.blockTextContact4 p:nth-child(2)::before {
    content: url(../images/contact/phone.png);

    margin-right: 10px;
}

.blockTextContact5 p:nth-child(2)::before {
    content: url(../images/contact/telegram.png);

    margin-right: 10px;
}

.blockTextContact6 p:nth-child(2)::before {
    content: url(../images/contact/sotialMedia.png);

    margin-right: 10px;
}

.blockTextContact6 a:nth-child(3)::before {
    content: url(../images/contact/instagram.png);
    margin-right: 10px;
}

.blockTextContact6 a:nth-child(4)::before {
    content: url(../images/contact/facebook.png);
    margin-right: 10px;
}

.blockTextContact6 a:nth-child(5)::before {
    content: url(../images/contact/tiktok.png);
    margin-right: 10px;
}

/* =======================================================ContainerSection2=============================== */

.containerSection2 {
    padding: 0px 0px 100px 0px;
    background: 100% 100% / 100% 30% no-repeat url(../images/background/proctor.png),
    rgb(228, 228, 224);
}

.mapProctor {
    width: 100%;
}

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

.container_form {
    padding: 186px 0px;

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

.contentFormDesktop h1 {
    color: #222B3E;
    font-size: 32px;
    font-weight: 600;
}

.contentFormDesktop form {
    display: flex;
    flex-direction: column;
    color: #222B3E;
    font-size: 14px;
    font-weight: 500;
}

.contentFormDesktop form input {
    padding: 8px 16px;
    border: 0px;
    border-radius: 5px;
    background: white;
    color: #AEADBA;
    font-size: 14px;
    font-weight: 500;
}

.contentFormDesktop form textarea {
    padding: 8px 16px;
    border: 0px;
    border-radius: 5px;
    background: white;
    color: #AEADBA;
    font-size: 14px;
    font-weight: 500;
}

.btnForm {
    background: #EFC079;
    color: #222B3E;
    padding: 10px 0px;

    border: none;
    border-radius: 5px;
    transition: 1s;
}

.btnForm:hover {
    background: #CA9B53;
}

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