@import url(./indexMedia.css);


@media (min-width: 0px) and (max-width: 320px) {

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

    .imgTeamMobail {
        display: block;
        margin-bottom: 20px;
    }
    /* =================================================HeaderTeam================================= */

    .blockLeft {
        display: none;
        position: relative;
        height: 100%;
        display: flex;
        align-items: center;
    }


    .lineLeft {
        display: none;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 20%;
        left: 0%;
        z-index: 0;
        width: 100%;
        height: 1.5px;
        /* Толщина границы */
        background: linear-gradient(to left, rgba(202, 155, 83, 1), rgba(202, 155, 83, 1));
        transform: scaleX(0);
        /* Скрываем градиент */
        transform-origin: left;
        /* Анимация начинается слева */
        transition: transform 3s ease;
        /* Используем transition вместо animation */
    }

    .lineLeft.animate-border {
        transform: scaleX(1);
        /* Анимация расширения градиента */
    }

    .blockRight {
        display: none;
        position: relative;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .lineRight {
        display: none;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 20%;
        left: 0%;
        z-index: 0;
        width: 100%;
        height: 1.5px;
        /* Толщина границы */
        background: linear-gradient(to right, rgba(202, 155, 83, 1), rgba(202, 155, 83, 1));
        transform: scaleX(0);
        /* Скрываем градиент */
        transform-origin: right;
        /* Анимация начинается слева */
        transition: transform 3s ease;
        /* Используем transition вместо animation */
    }

    .lineRight.animate-border {
        transform: scaleX(1);
        /* Анимация расширения градиента */
    }

    .contentHeaderTeam {
        position: relative;
    }

    .contentHeaderTeam h2 {
        font-size: 40px;
        font-weight: 700;
        line-height: 44px;
        color: rgba(34, 43, 62, 1);
        font-family: 'Gilroy';
        text-align: center;
    }

    .contentHeaderTeam p {
        font-size: 17px;
        font-weight: 500;
        line-height: 20;
        font-family: 'Gilroy';
        text-align: center;
        color: rgba(91, 102, 122, 1);
    }

    .textHeaderTeam {
        opacity: 0;
        transition: 1s;
    }

    .textHeaderTeam.visible {
        opacity: 1;
    }

    /* =======================================Dariya============================================ */

    .containerDariya {
        overflow-y: hidden;
        overflow-x: hidden;
        position: relative;
        padding: 50px 0px;
        background: linear-gradient(rgba(33, 58, 85, 1), rgba(22, 40, 59, 1));
    }

    .imgProctor {
        display: none;
        position: absolute;
        top: -80px;
        z-index: 1000;
    }

    .imgProctorMobail {
        display: block;
    }

    .imgTor {
        position: absolute;
        bottom: -150px;
        right: 0px;
        z-index: 1000;
    }

    .imgDariya {
        display: none;
        opacity: 0;
        transition: 1s;
    }

    .imgDariya.visible {
        opacity: 1;
    }

    .imgDariyaTeamMobail {
        width: 300px;
        height: 355px;
        display: block;
        margin-bottom: 100px;
    }

   


    .textDariya {
        position: relative;
        right: -100%;
        border-left: 2px solid rgba(239, 192, 121, 1);
        padding: 0px 0px 0px 25px;
        opacity: 0;
        transition: 1s;
    }

    .textDariya h3 {
        font-size: 40px;
        font-weight: 700;
        line-height: 44px;
        color: rgba(255, 255, 255, 1);
    }

    .textDariya strong {
        display: block;
        margin-bottom: 10px;
        font-size: 17px;
        font-weight: 600;
        color: rgba(255, 255, 255, 1);
    }

    .textDariya p {
        font-size: 17px;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.6);
    }

    .textDariya.visible {
        right: 0;
        opacity: 1;
    }

    .quoteDariya {
        position: absolute;
        z-index: 1000;

        top: 280px;
        left: 5%;

        backdrop-filter: blur(40px);
        width: 80%;

        background: rgba(91, 102, 122, 0.5);

        padding: 20px;

        opacity: 0;

        transition: 1s;
    }

    .quoteDariya p {
        font-size: 17px;
        font-weight: 500;
        line-height: 20px;
        font-family: 'Gilroy';
        color: rgba(255, 255, 255, 0.8);
    }

    .quoteDariya.visible {
        opacity: 1;
    }

    .imgTor {
        display: none;
    }

    /* =======================================Svetlana============================================ */

    .containerSvetlana {
        overflow-y: hidden;
        overflow-x: hidden;
        position: relative;
        padding: 50px 0px;
    }

    .imgSvetlana {
        display: none;
        opacity: 0;
        transition: 1s;
    }

    .imgSvetlana.visible {
        opacity: 1;
    }

    .textSvetlana {
        position: relative;
        right: -100%;
        border-left: 2px solid rgba(239, 192, 121, 1);
        padding: 0px 0px 0px 25px;
        opacity: 0;
        transition: 1s;
    }

    .textSvetlana h3 {
        font-size: 40px;
        font-weight: 700;
        line-height: 44px;
        color: rgba(34, 43, 62, 1);
    }

    .textSvetlana strong {
        display: block;
        margin-bottom: 10px;
        font-size: 17px;
        font-weight: 600;
        color: rgba(34, 43, 62, 1);
    }

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

    .textSvetlana.visible {
        right: 0;
        opacity: 1;
    }

    /* =======================================Andriy============================================ */

.containerAndriy {
    overflow-y: hidden;
    overflow-x: hidden;
    position: relative;
    padding: 50px 0px;
}

.imgAndriy {
    display: none;
    opacity: 0;
    transition: 1s;
}

.imgAndriy.visible {
    opacity: 1;
}

.textAndriy {
    position: relative;
    right: -100%;
    border-left: 2px solid rgba(239, 192, 121, 1);
    padding: 0px 0px 0px 25px;
    opacity: 0;
    transition: 1s;
}

.textAndriy h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    color: rgba(34, 43, 62, 1);
}

.textAndriy strong {
    display: block;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 600;
    color: rgba(34, 43, 62, 1);
}

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

.textAndriy.visible {
    right: 0;
    opacity: 1;
}

/* =======================================Victoria============================================ */

.containerVictoria {
    overflow-y: hidden;
    overflow-x: hidden;
    position: relative;
    padding: 50px 0px;
}

.imgVictoria {
    display: none;
    opacity: 0;
    transition: 1s;
}

.imgVictoria.visible {
    opacity: 1;
}

.textVictoria {
    position: relative;
    right: -100%;
    border-left: 2px solid rgba(239, 192, 121, 1);
    padding: 0px 0px 0px 25px;
    opacity: 0;
    transition: 1s;
}

.textVictoria h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    color: rgba(34, 43, 62, 1);
}

.textVictoria strong {
    display: block;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 600;
    color: rgba(34, 43, 62, 1);
}

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

.textVictoria.visible {
    right: 0;
    opacity: 1;
}

/* =======================================Nina============================================ */

.containerNina {
    overflow-y: hidden;
    overflow-x: hidden;
    position: relative;
    padding: 50px 0px;
    background: linear-gradient(rgba(33, 58, 85, 1), rgba(33, 58, 85, 1));
}

.imgNina {
    display: none;
    opacity: 0;
    transition: 1s;
}

.imgNina.visible {
    opacity: 1;
}

.textNina {
    position: relative;
    right: -100%;
    border-left: 2px solid rgba(239, 192, 121, 1);
    padding: 0px 0px 0px 25px;
    opacity: 0;
    transition: 1s;
}

.textNina h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    color: rgba(255, 255, 255, 1);
}

.textNina strong {
    display: block;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
}

.textNina p {
    font-size: 17px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
}

.textNina.visible {
    right: 0;
    opacity: 1;
}

/* =======================================Tatyana============================================ */

.containerTatyana {
    overflow-y: hidden;
    overflow-x: hidden;
    position: relative;
    padding: 50px 0px;
    background: linear-gradient(rgba(33, 58, 85, 1), rgba(33, 58, 85, 1));
}

.imgTatyana {
    display: none;
    opacity: 0;
    transition: 1s;
}

.imgTatyana.visible {
    opacity: 1;
}

.textTatyana {
    position: relative;
    right: -100%;
    border-left: 2px solid rgba(239, 192, 121, 1);
    padding: 0px 0px 0px 25px;
    opacity: 0;
    transition: 1s;
}

.textTatyana h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    color: rgba(255, 255, 255, 1);
}

.textTatyana strong {
    display: block;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
}

.textTatyana p {
    font-size: 17px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
}

.textTatyana.visible {
    right: 0;
    opacity: 1;
}

/* =======================================Tatyana2============================================ */

.containerTatyana2 {
    overflow-y: hidden;
    overflow-x: hidden;
    position: relative;
    padding: 50px 0px;
    background: linear-gradient(rgba(33, 58, 85, 1), rgba(22, 40, 59, 1));
}

.imgTatyana2 {
    display: none;
    opacity: 0;
    transition: 1s;
}

.imgTatyana2.visible {
    opacity: 1;
}

.textTatyana2 {
    position: relative;
    right: -100%;
    border-left: 2px solid rgba(239, 192, 121, 1);
    padding: 0px 0px 0px 25px;
    opacity: 0;
    transition: 1s;
}

.textTatyana2 h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    color: rgba(255, 255, 255, 1);
}

.textTatyana2 strong {
    display: block;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
}

.textTatyana2 p {
    font-size: 17px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
}

.textTatyana2.visible {
    right: 0;
    opacity: 1;
}

}

/* ============================================================================================================================================================== */
/* ==============================================================================WIDTH576PX====================================================================== */
/* ============================================================================================================================================================== */

@media (min-width: 320px) and (max-width: 576px) {
    /* ================================All======================================= */

    .imgTeamMobail {
        display: block;
        margin-bottom: 20px;
    }


    /* =================================================HeaderTeam================================= */

    .blockLeft {
        display: none;
        position: relative;
        height: 100%;
        display: flex;
        align-items: center;
    }


    .lineLeft {
        display: none;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 20%;
        left: 0%;
        z-index: 0;
        width: 100%;
        height: 1.5px;
        /* Толщина границы */
        background: linear-gradient(to left, rgba(202, 155, 83, 1), rgba(202, 155, 83, 1));
        transform: scaleX(0);
        /* Скрываем градиент */
        transform-origin: left;
        /* Анимация начинается слева */
        transition: transform 3s ease;
        /* Используем transition вместо animation */
    }

    .lineLeft.animate-border {
        transform: scaleX(1);
        /* Анимация расширения градиента */
    }

    .blockRight {
        display: none;
        position: relative;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .lineRight {
        display: none;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 20%;
        left: 0%;
        z-index: 0;
        width: 100%;
        height: 1.5px;
        /* Толщина границы */
        background: linear-gradient(to right, rgba(202, 155, 83, 1), rgba(202, 155, 83, 1));
        transform: scaleX(0);
        /* Скрываем градиент */
        transform-origin: right;
        /* Анимация начинается слева */
        transition: transform 3s ease;
        /* Используем transition вместо animation */
    }

    .lineRight.animate-border {
        transform: scaleX(1);
        /* Анимация расширения градиента */
    }

    .contentHeaderTeam {
        position: relative;
    }

    .contentHeaderTeam h2 {
        font-size: 20px;
        font-weight: 700;
        line-height: 44px;
        color: rgba(34, 43, 62, 1);
        font-family: 'Gilroy';
        text-align: center;
    }

    .contentHeaderTeam p {
        font-size: 14px;
        font-weight: 500;
        line-height: 20;
        font-family: 'Gilroy';
        text-align: center;
        color: rgba(91, 102, 122, 1);
    }

    .textHeaderTeam {
        opacity: 0;
        transition: 1s;
    }

    .contentHeaderTeam h2 {
        font-size: 20px;
        font-weight: 800;
        font-family: 'Gilroy';
        line-height: 28px;
        color: rgba(34, 43, 62, 1);
    }

    .textHeaderTeam.visible {
        opacity: 1;
    }

    /* =======================================Dariya============================================ */

    .containerDariya {
        overflow-y: hidden;
        overflow-x: hidden;
        position: relative;
        padding: 50px 0px;
        background: linear-gradient(rgba(33, 58, 85, 1), rgba(22, 40, 59, 1));
    }

    .imgProctor {
        display: none;
        position: absolute;
        top: -80px;
        z-index: 1000;
    }

    .imgProctorMobail {
        display: block;
    }

    .imgTor {
        position: absolute;
        bottom: -150px;
        right: 0px;
        z-index: 1000;
    }

    .imgDariya {
        display: none;
        opacity: 0;
        transition: 1s;
    }

    .imgDariya.visible {
        opacity: 1;
    }

    .imgDariyaTeamMobail {
        width: 300px;
        height: 355px;
        display: block;
        margin-bottom: 100px;
    }

   


    .textDariya {
        position: relative;
        right: -100%;
        border-left: 2px solid rgba(239, 192, 121, 1);
        padding: 0px 0px 0px 25px;
        opacity: 0;
        transition: 1s;
    }

    .textDariya h3 {
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        color: rgba(255, 255, 255, 1);
    }

    .textDariya strong {
        display: block;
        margin-bottom: 10px;
        line-height: 20px;
        font-size: 14px;
        font-weight: 600;
        color: rgba(255, 255, 255, 1);
    }

    .textDariya p {
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.6);
    }

    .textDariya.visible {
        right: 0;
        opacity: 1;
    }

    .quoteDariya {
        position: absolute;
        z-index: 1000;

        top: 280px;
        left: 5%;

        backdrop-filter: blur(40px);
        width: 80%;

        background: rgba(91, 102, 122, 0.5);

        padding: 20px;

        opacity: 0;

        transition: 1s;
    }

    .quoteDariya p {
        font-size: 17px;
        font-weight: 500;
        line-height: 20px;
        font-family: 'Gilroy';
        color: rgba(255, 255, 255, 0.8);
    }

    .quoteDariya.visible {
        opacity: 1;
    }

    .imgTor {
        display: none;
    }

    /* =======================================Svetlana============================================ */

    .containerSvetlana {
        overflow-y: hidden;
        overflow-x: hidden;
        position: relative;
        padding: 50px 0px;
    }

    .imgSvetlana {
        display: none;
        opacity: 0;
        transition: 1s;
    }

    .imgSvetlana.visible {
        opacity: 1;
    }

    .textSvetlana {
        position: relative;
        right: -100%;
        border-left: 2px solid rgba(239, 192, 121, 1);
        padding: 0px 0px 0px 25px;
        opacity: 0;
        transition: 1s;
    }

    .textSvetlana h3 {
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        color: rgba(34, 43, 62, 1);
    }

    .textSvetlana strong {
        display: block;
        margin-bottom: 10px;
        font-size:  14px;
        font-weight: 600;
        line-height: 20px;
        color: rgba(34, 43, 62, 1);
    }

    .textSvetlana p {
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
        color: rgba(91, 102, 122, 1);
    }

    .textSvetlana.visible {
        right: 0;
        opacity: 1;
    }

    /* =======================================Andriy============================================ */

.containerAndriy {
    overflow-y: hidden;
    overflow-x: hidden;
    position: relative;
    padding: 50px 0px;
}

.imgAndriy {
    display: none;
    opacity: 0;
    transition: 1s;
}

.imgAndriy.visible {
    opacity: 1;
}

.textAndriy {
    position: relative;
    right: -100%;
    border-left: 2px solid rgba(239, 192, 121, 1);
    padding: 0px 0px 0px 25px;
    opacity: 0;
    transition: 1s;
}

.textAndriy h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: rgba(34, 43, 62, 1);
}

.textAndriy strong {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: rgba(34, 43, 62, 1);
}

.textAndriy p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: rgba(91, 102, 122, 1);
}

.textAndriy.visible {
    right: 0;
    opacity: 1;
}

/* =======================================Victoria============================================ */

.containerVictoria {
    overflow-y: hidden;
    overflow-x: hidden;
    position: relative;
    padding: 50px 0px;
}

.imgVictoria {
    display: none;
    opacity: 0;
    transition: 1s;
}

.imgVictoria.visible {
    opacity: 1;
}

.textVictoria {
    position: relative;
    right: -100%;
    border-left: 2px solid rgba(239, 192, 121, 1);
    padding: 0px 0px 0px 25px;
    opacity: 0;
    transition: 1s;
}

.textVictoria h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: rgba(34, 43, 62, 1);
}

.textVictoria strong {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: rgba(34, 43, 62, 1);
}

.textVictoria p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: rgba(91, 102, 122, 1);
}

.textVictoria.visible {
    right: 0;
    opacity: 1;
}

/* =======================================Nina============================================ */

.containerNina {
    overflow-y: hidden;
    overflow-x: hidden;
    position: relative;
    padding: 50px 0px;
    background: linear-gradient(rgba(33, 58, 85, 1), rgba(33, 58, 85, 1));
}

.imgNina {
    display: none;
    opacity: 0;
    transition: 1s;
}

.imgNina.visible {
    opacity: 1;
}

.textNina {
    position: relative;
    right: -100%;
    border-left: 2px solid rgba(239, 192, 121, 1);
    padding: 0px 0px 0px 25px;
    opacity: 0;
    transition: 1s;
}

.textNina h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: rgba(255, 255, 255, 1);
}

.textNina strong {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
}

.textNina p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
}

.textNina.visible {
    right: 0;
    opacity: 1;
}

/* =======================================Tatyana============================================ */

.containerTatyana {
    overflow-y: hidden;
    overflow-x: hidden;
    position: relative;
    padding: 50px 0px;
    background: linear-gradient(rgba(33, 58, 85, 1), rgba(33, 58, 85, 1));
}

.imgTatyana {
    display: none;
    opacity: 0;
    transition: 1s;
}

.imgTatyana.visible {
    opacity: 1;
}

.textTatyana {
    position: relative;
    right: -100%;
    border-left: 2px solid rgba(239, 192, 121, 1);
    padding: 0px 0px 0px 25px;
    opacity: 0;
    transition: 1s;
}

.textTatyana h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: rgba(255, 255, 255, 1);
}

.textTatyana strong {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 20px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
}

.textTatyana p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
}

.textTatyana.visible {
    right: 0;
    opacity: 1;
}

/* =======================================Tatyana2============================================ */

.containerTatyana2 {
    overflow-y: hidden;
    overflow-x: hidden;
    position: relative;
    padding: 50px 0px;
    background: linear-gradient(rgba(33, 58, 85, 1), rgba(22, 40, 59, 1));
}

.imgTatyana2 {
    display: none;
    opacity: 0;
    transition: 1s;
}

.imgTatyana2.visible {
    opacity: 1;
}

.textTatyana2 {
    position: relative;
    right: -100%;
    border-left: 2px solid rgba(239, 192, 121, 1);
    padding: 0px 0px 0px 25px;
    opacity: 0;
    transition: 1s;
}

.textTatyana2 h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: rgba(255, 255, 255, 1);
}

.textTatyana2 strong {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
}

.textTatyana2 p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
}

.textTatyana2.visible {
    right: 0;
    opacity: 1;
}
}

/* ============================================================================================================================================================== */
/* ==============================================================================WIDTH768px====================================================================== */
/* ============================================================================================================================================================== */

@media (min-width: 576px) and (max-width: 768px) {
    /* ================================All======================================= */

    .imgTeamMobail {
        display: block;
        margin-bottom: 20px;
    }


    /* =================================================HeaderTeam================================= */

    .blockLeft {
        display: none;
        position: relative;
        height: 100%;
        display: flex;
        align-items: center;
    }


    .lineLeft {
        display: none;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 20%;
        left: 0%;
        z-index: 0;
        width: 100%;
        height: 1.5px;
        /* Толщина границы */
        background: linear-gradient(to left, rgba(202, 155, 83, 1), rgba(202, 155, 83, 1));
        transform: scaleX(0);
        /* Скрываем градиент */
        transform-origin: left;
        /* Анимация начинается слева */
        transition: transform 3s ease;
        /* Используем transition вместо animation */
    }

    .lineLeft.animate-border {
        transform: scaleX(1);
        /* Анимация расширения градиента */
    }

    .blockRight {
        display: none;
        position: relative;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .lineRight {
        display: none;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 20%;
        left: 0%;
        z-index: 0;
        width: 100%;
        height: 1.5px;
        /* Толщина границы */
        background: linear-gradient(to right, rgba(202, 155, 83, 1), rgba(202, 155, 83, 1));
        transform: scaleX(0);
        /* Скрываем градиент */
        transform-origin: right;
        /* Анимация начинается слева */
        transition: transform 3s ease;
        /* Используем transition вместо animation */
    }

    .lineRight.animate-border {
        transform: scaleX(1);
        /* Анимация расширения градиента */
    }

    .contentHeaderTeam {
        position: relative;
    }

    .contentHeaderTeam h2 {
        font-size: 40px;
        font-weight: 700;
        line-height: 44px;
        color: rgba(34, 43, 62, 1);
        font-family: 'Gilroy';
        text-align: center;
    }

    .contentHeaderTeam p {
        font-size: 17px;
        font-weight: 500;
        line-height: 20;
        font-family: 'Gilroy';
        text-align: center;
        color: rgba(91, 102, 122, 1);
    }

    .textHeaderTeam {
        opacity: 0;
        transition: 1s;
    }

    .textHeaderTeam.visible {
        opacity: 1;
    }

    /* =======================================Dariya============================================ */

    .containerDariya {
        overflow-y: hidden;
        overflow-x: hidden;
        position: relative;
        padding: 50px 0px;
        background: linear-gradient(rgba(33, 58, 85, 1), rgba(22, 40, 59, 1));
    }

    .imgProctor {
        display: none;
        position: absolute;
        top: -80px;
        z-index: 1000;
    }

    .imgProctorMobail {
        display: block;
    }

    .imgTor {
        position: absolute;
        bottom: -150px;
        right: 0px;
        z-index: 1000;
    }

    .imgDariya {
        display: none;
        opacity: 0;
        transition: 1s;
    }

    .imgDariya.visible {
        opacity: 1;
    }

    .imgDariyaTeamMobail {
        width: 300px;
        height: 355px;
        display: block;
        margin-bottom: 100px;
    }

   


    .textDariya {
        position: relative;
        right: -100%;
        border-left: 2px solid rgba(239, 192, 121, 1);
        padding: 0px 0px 0px 25px;
        opacity: 0;
        transition: 1s;
    }

    .textDariya h3 {
        font-size: 40px;
        font-weight: 700;
        line-height: 44px;
        color: rgba(255, 255, 255, 1);
    }

    .textDariya strong {
        display: block;
        margin-bottom: 10px;
        font-size: 17px;
        font-weight: 600;
        color: rgba(255, 255, 255, 1);
    }

    .textDariya p {
        font-size: 17px;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.6);
    }

    .textDariya.visible {
        right: 0;
        opacity: 1;
    }

    .quoteDariya {
        position: absolute;
        z-index: 1000;

        top: 280px;
        left: 5%;

        backdrop-filter: blur(40px);
        width: 80%;

        background: rgba(91, 102, 122, 0.5);

        padding: 20px;

        opacity: 0;

        transition: 1s;
    }

    .quoteDariya p {
        font-size: 17px;
        font-weight: 500;
        line-height: 20px;
        font-family: 'Gilroy';
        color: rgba(255, 255, 255, 0.8);
    }

    .quoteDariya.visible {
        opacity: 1;
    }

    .imgTor {
        display: none;
    }

    /* =======================================Svetlana============================================ */

    .containerSvetlana {
        overflow-y: hidden;
        overflow-x: hidden;
        position: relative;
        padding: 50px 0px;
    }

    .imgSvetlana {
        display: none;
        opacity: 0;
        transition: 1s;
    }

    .imgSvetlana.visible {
        opacity: 1;
    }

    .textSvetlana {
        position: relative;
        right: -100%;
        border-left: 2px solid rgba(239, 192, 121, 1);
        padding: 0px 0px 0px 25px;
        opacity: 0;
        transition: 1s;
    }

    .textSvetlana h3 {
        font-size: 40px;
        font-weight: 700;
        line-height: 44px;
        color: rgba(34, 43, 62, 1);
    }

    .textSvetlana strong {
        display: block;
        margin-bottom: 10px;
        font-size: 17px;
        font-weight: 600;
        color: rgba(34, 43, 62, 1);
    }

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

    .textSvetlana.visible {
        right: 0;
        opacity: 1;
    }

    /* =======================================Andriy============================================ */

.containerAndriy {
    overflow-y: hidden;
    overflow-x: hidden;
    position: relative;
    padding: 50px 0px;
}

.imgAndriy {
    display: none;
    opacity: 0;
    transition: 1s;
}

.imgAndriy.visible {
    opacity: 1;
}

.textAndriy {
    position: relative;
    right: -100%;
    border-left: 2px solid rgba(239, 192, 121, 1);
    padding: 0px 0px 0px 25px;
    opacity: 0;
    transition: 1s;
}

.textAndriy h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    color: rgba(34, 43, 62, 1);
}

.textAndriy strong {
    display: block;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 600;
    color: rgba(34, 43, 62, 1);
}

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

.textAndriy.visible {
    right: 0;
    opacity: 1;
}

/* =======================================Victoria============================================ */

.containerVictoria {
    overflow-y: hidden;
    overflow-x: hidden;
    position: relative;
    padding: 50px 0px;
}

.imgVictoria {
    display: none;
    opacity: 0;
    transition: 1s;
}

.imgVictoria.visible {
    opacity: 1;
}

.textVictoria {
    position: relative;
    right: -100%;
    border-left: 2px solid rgba(239, 192, 121, 1);
    padding: 0px 0px 0px 25px;
    opacity: 0;
    transition: 1s;
}

.textVictoria h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    color: rgba(34, 43, 62, 1);
}

.textVictoria strong {
    display: block;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 600;
    color: rgba(34, 43, 62, 1);
}

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

.textVictoria.visible {
    right: 0;
    opacity: 1;
}

/* =======================================Nina============================================ */

.containerNina {
    overflow-y: hidden;
    overflow-x: hidden;
    position: relative;
    padding: 50px 0px;
    background: linear-gradient(rgba(33, 58, 85, 1), rgba(33, 58, 85, 1));
}

.imgNina {
    display: none;
    opacity: 0;
    transition: 1s;
}

.imgNina.visible {
    opacity: 1;
}

.textNina {
    position: relative;
    right: -100%;
    border-left: 2px solid rgba(239, 192, 121, 1);
    padding: 0px 0px 0px 25px;
    opacity: 0;
    transition: 1s;
}

.textNina h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    color: rgba(255, 255, 255, 1);
}

.textNina strong {
    display: block;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
}

.textNina p {
    font-size: 17px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
}

.textNina.visible {
    right: 0;
    opacity: 1;
}

/* =======================================Tatyana============================================ */

.containerTatyana {
    overflow-y: hidden;
    overflow-x: hidden;
    position: relative;
    padding: 50px 0px;
    background: linear-gradient(rgba(33, 58, 85, 1), rgba(33, 58, 85, 1));
}

.imgTatyana {
    display: none;
    opacity: 0;
    transition: 1s;
}

.imgTatyana.visible {
    opacity: 1;
}

.textTatyana {
    position: relative;
    right: -100%;
    border-left: 2px solid rgba(239, 192, 121, 1);
    padding: 0px 0px 0px 25px;
    opacity: 0;
    transition: 1s;
}

.textTatyana h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    color: rgba(255, 255, 255, 1);
}

.textTatyana strong {
    display: block;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
}

.textTatyana p {
    font-size: 17px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
}

.textTatyana.visible {
    right: 0;
    opacity: 1;
}

/* =======================================Tatyana2============================================ */

.containerTatyana2 {
    overflow-y: hidden;
    overflow-x: hidden;
    position: relative;
    padding: 50px 0px;
    background: linear-gradient(rgba(33, 58, 85, 1), rgba(22, 40, 59, 1));
}

.imgTatyana2 {
    display: none;
    opacity: 0;
    transition: 1s;
}

.imgTatyana2.visible {
    opacity: 1;
}

.textTatyana2 {
    position: relative;
    right: -100%;
    border-left: 2px solid rgba(239, 192, 121, 1);
    padding: 0px 0px 0px 25px;
    opacity: 0;
    transition: 1s;
}

.textTatyana2 h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    color: rgba(255, 255, 255, 1);
}

.textTatyana2 strong {
    display: block;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
}

.textTatyana2 p {
    font-size: 17px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
}

.textTatyana2.visible {
    right: 0;
    opacity: 1;
}
}

/* ============================================================================================================================================================== */
/* ==============================================================================WIDTH992px====================================================================== */
/* ============================================================================================================================================================== */

@media (min-width: 768px) and (max-width: 992px) {

    /* =================================================================Container-header================================================ */

    .container_header {
        width: 100%;
    }

    /* ======================All-style==================== */

    .container {
        width: 310px;
        margin: 0 auto;
        padding: 0px;
    }

    h3 {
        font-size: 40px;
        font-weight: 700;
        line-height: 44px;
        font-family: 'Gilroy';
        color: rgba(34, 43, 62, 1);
    }

    .navlink {
        display: none;
    }

    .btn_header {
        display: none;
    }

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

    /* =====================================================================================container_header_inner" */

    .container_header_inner {
        background: url('../images/background/width320/Main\ page\ \(4\).png') no-repeat;
        background-size: cover;
        padding: 0px;
        margin: 0px;
    }

    .content_header_inner {
        text-align: center;
        left: 0px;
        padding: 10px;
    }

    .block_header_inner {
        border: none;
        padding: 0px;
    }

    .container_header_inner h2 {
        color: white;
        font-size: 56px;
        font-family: 'Gilroy';
        font-weight: 600;
        line-height: 60px;
        align-items: center;
    }

    .container_header_inner p {
        color: rgba(255, 255, 255, 0.801);
        font-size: 17px;
    }

    .container_about {
        background: rgba(244, 244, 239, 1);
        position: relative;
        width: 100%;
    }

    /* =================================================================================container_about */

    .container_about {
        background: rgba(244, 244, 239, 1);
        position: relative;
        width: 100%;
    }

    .content_about {
        padding: 50px 0px;
    }

    .container_about h2 {
        color: rgba(34, 43, 62, 1);
        font-size: 40px;
        font-family: 'Gilroy';
        font-weight: 700;
        line-height: 44px;
        align-items: center;
    }

    .container_about p {
        font-size: 17px;
        font-weight: 500;
        line-height: 20px;
        font-family: 'Gilroy';
        color: rgba(91, 102, 122, 1);
    }

    /* ============animation-Content-about============== */

    .blockWidth {
        height: 100%;
        width: 80%;
        position: absolute;
        overflow: hidden;
    }

    .blockWidth::before {
        content: "";
        position: absolute;
        top: 20%;
        left: 0;
        z-index: 0;
        width: 100%;
        height: 1.5px;
        /* Толщина границы */
        background: linear-gradient(to left, rgb(194, 194, 194), rgba(194, 194, 194, 0));
        transform: scaleX(0);
        /* Скрываем градиент */
        transform-origin: left;
        /* Анимация начинается слева */
        transition: transform 3s ease;
        /* Используем transition вместо animation */
    }

    .blockWidth::after {
        content: "";
        position: absolute;
        bottom: 28%;
        /* Размещаем у нижней границы */
        left: 0;
        width: 100%;
        z-index: 0;
        height: 1.5px;
        /* Толщина нижней границы */
        background: linear-gradient(to left, rgb(194, 194, 194), rgba(194, 194, 194, 0));
        transform: scaleX(0);
        /* Скрываем градиент */
        transform-origin: left;
        /* Анимация начинается слева */
        transition: transform 3s ease;
        /* Используем transition вместо animation */
    }

    .blockWidth.animate-border::before,
    .blockWidth.animate-border::after {
        transform: scaleX(1);
        /* Анимация расширения градиента */
        display: none;
    }

    .blockHeight {
        position: absolute;
        overflow: hidden;
        height: 100%;
        width: 100%;
    }

    .blockHeight::before {
        content: "";
        position: absolute;
        top: 0;
        /* Градиент начинается сверху */
        left: 11%;
        z-index: 10;
        width: 1px;
        /* Полная ширина блока */
        height: 55%;
        /* Высота псевдоэлемента */
        background: linear-gradient(to top, rgb(194, 194, 194), rgba(194, 194, 194, 0));
        /* Градиент сверху вниз */
        transform: scaleY(0);
        /* Изначально невидим */
        transform-origin: top;
        /* Анимация начинается с верхнего края */
        transition: transform 3s ease;
    }

    .blockHeight::after {
        content: "";
        position: absolute;
        top: 0;
        right: 15%;
        z-index: 1000;
        width: 1px;
        /* Полная ширина блока */
        height: 55%;
        /* Высота псевдоэлемента */
        background: linear-gradient(to top, rgba(194, 194, 194, 0), rgb(194, 194, 194));
        /* Градиент сверху вниз */
        transform: scaleY(0);
        /* Изначально невидим */
        transform-origin: bottom;
        /* Анимация начинается с верхнего края */
        transition: transform 3s ease;
    }

    .blockHeight.animate-border::before,
    .blockHeight.animate-border::after {
        transform: scaleY(1);
        /* Начало анимации */
    }

    /* ============END-animation-Content-about============== */

    .content_img {
        position: relative;
        z-index: 1000;
        top: 0px;
        left: 50%;
        transform: translateX(-50%);
        width: max-content;
    }

    .imgAbout {
        width: 233px;
        height: 233px;
    }

    .text_content {
        z-index: 1000;

        top: 0%;
        width: 100%;
        left: none;
        position: inherit;

        padding: 0px 20px;

        transition: 2s;
        /* Плавное появление */

    }

    .text_content h2 {
        text-align: center;
        font-size: 40px;
        font-weight: 700;
        font-family: 'Gilroy';
        line-height: 44px;
    }

    .content_img {
        top: 20%;
        right: none;
        position: absolute;


        opacity: 0;
        transition: 3s;
    }

    .quote {
        color: rgba(91, 102, 122, 1);
        background-color: rgba(255, 255, 255, 0.85);
        backdrop-filter: blur(40px);

        width: 62%;
        padding: 15px;

        position: absolute;
        top: 37%;
        right: none;
        left: 5%;
        z-index: 1500;

        opacity: 0;
        transition: 2s;
    }

    .header_quote {
        margin-bottom: 10px;
    }

    .header_quote img {
        width: 20px;
        height: 14px;
    }

    .main_quote {
        border-bottom: 1px solid rgba(218, 218, 215, 1);
        margin-bottom: 10px;
    }

    .main_quote p {
        color: rgba(91, 102, 122, 1);
        font-size: 13px;
        font-weight: 600;
        line-height: 15px;
        font-family: 'Gilroy';
    }

    .footer_quote p {
        color: rgba(91, 102, 122, 1);
        font-size: 13px;
        font-weight: 600;
        line-height: 15px;
        font-family: 'Gilroy';
    }


    .text-about {
        padding-top: 400px;
        padding-left: 0px;
        border: none;
    }

    .container_about button {
        color: black;
        left: 50%;
        transform: translateX(-50%);
    }

    .container_about button:hover {
        color: white;
    }

    /* ===============================================================container-working */

    .headerWorking {
        margin-bottom: 72px;
    }

    .headerWorking h2 {
        font-size: 40px;
        font-weight: 700;
        font-family: 'Gilroy';
        line-height: 44px;
        color: rgba(34, 43, 62, 1);
        text-align: center;
    }

    .containerWorking {
        position: relative;
        padding: 44px 0px 67px 0px;
        background: 0% 92% / 55% 16% no-repeat url(../images/a-b/width320/T.png),
            0% 70% / 60% 16% no-repeat url(../images/a-b/width320/Frame\ 286.png),
            0% 50% / 60% 15% no-repeat url(../images/a-b/width320/Frame\ 285.png),
            0% 30% / 60% 15% no-repeat url(../images/a-b/width320/Frame\ 284.png),
            0% 5% / 60% 20% no-repeat url(../images/a-b/width320/Frame\ 262.png),
            rgba(255, 255, 255, 0.8);
    }

    .mainWorking {
        display: grid;
        grid-template-columns: auto;
        grid-template-rows: repeat(5, auto);
        justify-content: space-between;
        row-gap: 50px;
    }

    .mainWorking h4 {
        display: flex;
        font-size: 20px;
        font-family: 'Gilroy';
        font-weight: 700;
        line-height: 24px;
        color: rgba(34, 43, 62, 1);
    }

    .mainWorking p {
        font-size: 17px;
        font-family: 'Gilroy';
        font-weight: 500;
        line-height: 20px;
        color: rgba(91, 102, 122, 1);
        padding-left: 40px;
    }


    .blockWorking1 {
        width: 300px;
        height: max-content;
        margin-bottom: 100px;
    }

    .blockWorking1 h4::before {
        content: "01";
        color: rgba(239, 192, 121, 1);

        margin-right: 15px;
    }

    .blockWorking2 {
        width: 300px;
        height: max-content;
        margin-bottom: 100px;
    }

    .blockWorking2 h4::before {
        content: "02";
        color: rgba(239, 192, 121, 1);

        margin-right: 15px;
    }

    .blockWorking3 {
        width: 300px;
        height: max-content;
        margin-bottom: 100px;
    }

    .blockWorking3 h4::before {
        content: "03";
        color: rgba(239, 192, 121, 1);

        margin-right: 15px;

    }

    .blockWorking4 {
        width: 300px;
        height: max-content;
        margin-bottom: 100px;
    }

    .blockWorking4 h4::before {
        content: "04";
        color: rgba(239, 192, 121, 1);

        margin-right: 15px;
    }

    .blockWorking5 {
        width: 300px;
        height: max-content;
        margin-bottom: 100px;
    }

    .blockWorking5 h4::before {
        content: "05";
        color: rgba(239, 192, 121, 1);

        margin-right: 15px;
    }

    /* =================================================================Services */
    .container_services {
        padding: 50px 0px;
        background: linear-gradient(#213A55, #16283B);
    }

    .contentServices1 .row {
        display: flex;
        flex-direction: column;
    }

    .contentServices2 .row {
        display: flex;
        flex-direction: column;
    }

    .headerServices {
        margin-bottom: 50px;
        color: white;
    }

    .headerServices h2 {
        color: rgba(255, 255, 255, 1);
        font-size: 40px;
        font-weight: 700;
        line-height: 44px;
        font-family: 'Gilroy';
        align-items: center;
    }

    .mainServices {
        width: max-content;
        margin-bottom: 50px;
        margin: 0px auto 50px auto;
    }

    .blockServices {
        width: 407px;
        height: 375px;
        padding: 30px;
        display: flex;
        align-items: end;
        justify-content: space-between;
        transition: 1s;
    }

    .blockServices:hover {
        box-shadow: inset 0px -120px 120px -120px #EFC079;
    }





    .blockServices1 {
        background: 100% 100% / 100% 100% no-repeat url(../images/services/Group\ 60.png);
    }

    .blockServices2 {
        background: 100% 100% / 100% 100% no-repeat url(../images/services/Group\ 59.png);
    }

    .blockServices3 {
        background: 100% 100% / 100% 100% no-repeat url(../images/services/Group\ 58.png);
    }

    .blockServices4 {
        background: 100% 100% / 100% 100% no-repeat url(../images/services/Group\ 63.png);
    }

    .blockServices5 {
        background: 100% 100% / 100% 100% no-repeat url(../images/services/Group\ 64.png);
    }

    .blockServices6 {
        background: 100% 100% / 100% 100% no-repeat url(../images/services/Group\ 65.png);
    }

    .blockServices7 {
        background: 100% 100% / 100% 100% no-repeat url(../images/services/Group\ 61.png);
    }

    .blockServices8 {
        background: 100% 100% / 100% 100% no-repeat url(../images/services/Group\ 62.png);
    }

    .blockServices9 {
        background: 100% 100% / 100% 100% no-repeat url(../images/services/Group\ 42.png);
    }

    .textServices {
        width: 100%;
        color: white;
        font-size: 26px;
        border-left: 2px solid white;
        padding: 5px 14px;

        display: flex;
        justify-content: space-between;
        align-items: center;
    }



    .blockServices {
        width: 300px;
        height: 277px;
        padding: 30px;
        display: flex;
        align-items: end;
        justify-content: space-between;
        transition: 1s;
        position: relative;
        /* Обязательно, чтобы позиционировать содержимое внутри блока */
    }

    .blockServices:hover {
        box-shadow: inset 0px -100px 100px -100px #EFC079;
    }

    .blockServices:hover .circle-btn .circle {
        transform: translateX(40px);
        /* Смещение круга вправо */
        background-color: #EFC079;
        /* Заливка круга */
    }

    .blockServices:hover .circle-btn .arrow {
        color: white;
        /* Стрелка становится белой */
    }

    .circle-btn {
        display: none;
        position: absolute;
        /* Позиционируем кнопку внутри блока */
        bottom: 20px;
        /* Расстояние от нижнего края */
        right: 20px;
        /* Расстояние от правого края */
        display: flex;
        align-items: center;
        justify-content: space-between;
        /* Разделение круга и стрелки */
        width: 100px;
        height: 100px;
        background: none;
        border: none;
        cursor: pointer;
        outline: none;
        overflow: hidden;
        /* Чтобы анимация не выходила за границы */
    }

    .circle {

        display: none;
        margin: 0px;
        position: relative;
        width: 40px;
        /* Размер круга */
        height: 40px;
        border: 2px solid #EFC079;
        /* Рамка круга */
        border-radius: 50%;
        background: transparent;
        transition: transform 0.4s ease, background-color 0.4s ease;
    }

    .arrow {
        display: none;
        margin: 0;
        position: absolute;
        top: 45%;
        left: 25%;
        transform: translateY(-50%);
        /* Центрирование стрелки */
        font-size: 50px;
        color: #EFC079;
        transition: color 0.4s ease;
        /* Плавное изменение цвета стрелки */
    }

    .contentServices2 {
        display: none;
    }

    .btn-vector .circle {
        display: block;
    }

    /* =================================================================END-Services */

    /* ===========================================================container_customer_assistance */

    .container_customer_assistance {
        color: white;
        padding: 50px 0px;

        background: url('../images/background/width320/customer.png') no-repeat;
        background-size: cover;
    }

    .blockCustomer {
        padding: 0px 10px;
    }

    .blockCustomer p:nth-child(2) {
        font-size: 20px;
        font-weight: 700;
        font-family: 'Gilroy';
        line-height: 24px;
        color: rgba(255, 255, 255, 1);
    }

    .blockCustomer p:nth-child(3) {
        font-size: 17px;
        font-weight: 500;
        font-family: 'Gilroy';
        line-height: 20px;
        color: rgba(255, 255, 255, 0.6);
    }

    .container_customer_assistance h2 {
        font-size: 40px;
        font-weight: 700;
        font-family: 'Gilroy';
        line-height: 44px;
        color: rgba(244, 244, 239, 1);
        text-align: center;
    }



    .container_progressBar {
        position: relative;
    }

    .label {
        left: 50%;
        top: 50%;
        translate: -50% -50%;
        position: absolute;
    }

    .label2 {
        left: 42%;
        top: 55%;
        /* translate: -50% -50%; */
        position: absolute;
    }

    .loader-container {
        display: none;
        position: relative;
        padding: 150px 100px;
        width: max-content;
        border-radius: 50%;
        align-items: center;
        justify-content: center;

        border: 2px solid #EFC079;
    }


    .percentage {
        font-size: 48px;
        font-weight: bold;
        color: white;
    }

    .description {
        font-size: 17px;
        color: rgba(255, 255, 255, 1);
        line-height: 22px;
        font-weight: 400;
        font-family: 'Gilroy';
    }

    .line-loader {
        position: absolute;
        top: 50%;
        left: 55%;
        width: 70%;
        border: 1px solid #EFC079;
        transform: translateY(-50%);
    }

    /* ========================================================================container_about_in_numbers */
    .contentSection5 {
        padding: 50px 0px;
    }

    .headerSection5 {
        margin-bottom: 50px;
    }

    .headerSection5 h2 {
        font-size: 40px;
        font-weight: 700;
        font-family: 'Gilroy';
        line-height: 44px;
        text-align: center;
    }

    .mainSection5 {
        padding: 0px 20px;
    }

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

    .mainSection5 p:nth-child(2) {
        font-size: 17px;
        font-weight: 500;
        font-family: 'Gilroy';
        line-height: 22px;
        color: rgba(91, 102, 122, 1);
    }

    .footerSection5 {
        display: none;
    }

    .footerSectionMobail5 {
        display: block;
        padding: 0px 20px;
    }

    .footerSectionMobail5 h1 {
        font-size: 72px;
        font-weight: 600;
        color: #EFC079;
    }

    .footerSectionMobail5 span {
        font-size: 50px;
        color: #EFC079;
    }

    .footerSectionMobail5 p {
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        color: rgba(26, 26, 26, 1);
        font-family: 'Gilroy';
    }

    /* ===================Animation-linear-number */

    .footerSectionMobail5 {
        position: relative;


        height: max-content;
    }

    .blockNumberMobail {
        position: relative;
        /* Родительский контейнер */
        z-index: 1;
        /* Убедимся, что он выше других элементов */
        padding: 20px;
    }


    .lineBlockNumber1 {
        position: relative;
        height: 40px;
    }

    .lineBlockNumber2 {
        position: relative;
        height: 40px;
    }

    .lineBlockNumber3 {
        position: relative;
        height: 40px;
    }

    .lineBlockNumber4 {
        position: relative;
        height: 40px;
    }

    .blockWidthNumber {
        position: absolute;
        top: 0;
        /* Закрепляем сверху */
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
        /* Должно быть выше контента */
        pointer-events: none;
        /* Чтобы не блокировать клики */
    }


    .blockWidthNumber::after {
        content: "";
        position: absolute;
        bottom: 0px;
        /* Размещаем у нижней границы */
        left: 0;
        width: 100%;
        z-index: 0;
        height: 1.5px;
        /* Толщина нижней границы */
        background: rgba(218, 218, 215, 1);
        transform: scaleX(0);
        /* Скрываем градиент */
        transform-origin: left;
        /* Анимация начинается слева */
        transition: transform 2s ease;
        /* Используем transition вместо animation */
    }

    .blockWidthNumber.animate-border::after {
        transform: scaleX(1);
        /* Анимация расширения градиента */
    }



    .blockHeightNumber {
        position: absolute;
        top: 0;
        /* Закрепляем сверху */
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
        /* Должно быть выше контента */
        pointer-events: none;
        /* Чтобы не блокировать клики */
    }

    .blockHeightNumber::before {
        content: "";
        position: absolute;
        top: 0%;
        left: 0%;
        /* Размещаем линию по центру блока */
        width: 1.5px;
        /* Ширина линии */
        height: 100%;
        background: rgba(218, 218, 215, 1);
        transform: scaleY(0);
        /* Изначально невидим */
        transform-origin: top;
        transition: transform 1s ease;
    }

    .blockHeightNumber.animate-border::before {
        transform: scaleY(1);
        /* Запуск анимации */
    }

    .circleNumber {
        position: absolute;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        z-index: 11;
        top: 97%;
        left: -2px;
        background: rgba(34, 43, 62, 1);

        opacity: 0;
        transform: scale(1);
        /* Лёгкое уменьшение размера */
        transition: opacity 0.5s ease, transform 0.5s ease;
        /* Плавная анимация */
    }

    .circleNumber.visible {
        opacity: 1;
        transform: scale(1);
        /* Возвращаем нормальный размер */
    }

    .contentNumber {
        opacity: 0;
        transition: 1s;
    }

    /* ===================================================End-animation-linear-number */

    /* ================================================containerSection6 */

    .containerSection6 {
        padding: 50px 0px;
        background: rgba(244, 244, 239, 1);
        overflow-x: hidden;
        position: relative;

    }

    .headerSection6 h2 {
        margin: 0px;
        padding: 0px;
        font-size: 40px;
        font-weight: 700;
        font-family: 'Gilroy';
        line-height: 44px;
        color: rgba(26, 26, 26, 1);
        text-align: center;
    }

    .headerSection6 .row {
        display: flex;
        justify-content: center;
    }

    .contentItem {
        padding: 0px 30px;
    }

    .imgSeciton6 {
        position: relative;
        opacity: 0;
        transition: 2s;
        width: 298px;
        height: 298px;

        margin-bottom: 50px;
    }

    .imgSeciton6.visible {
        opacity: 1;
    }


    .itemSection {
        width: 299px;
        position: inherit;
        transform: translateX(50%);
        /* Скрыт за пределами экрана */
        opacity: 0;
        transition: transform 1s ease, opacity 0.5s ease;
        border-left: 1.5px solid rgba(202, 155, 83, 1);
        padding-left: 20px;
        margin-bottom: 30px;
    }

    .itemSection.visible {
        transform: translateX(0);
        /* Перемещаем в видимую область */
        opacity: 1;
    }

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

    .itemSection p:nth-child(2) {
        font-size: 17px;
        font-weight: 500;
        font-family: 'Gilroy';
        line-height: 20px;
        color: rgba(34, 43, 62, 0.85);
    }

    .blockHeightSection6 {
        position: absolute;
        overflow: hidden;
        top: 0;
        height: 100%;
        width: 100%;
    }

    .blockHeightSection6::before {
        content: "";
        position: absolute;
        top: 0;
        /* Градиент начинается сверху */
        left: 1%;
        width: 2px;
        /* Полная ширина блока */
        height: 70%;
        /* Высота псевдоэлемента */
        background: linear-gradient(to top, rgba(194, 194, 194, 1), rgba(194, 194, 194, 0.897));
        /* Градиент сверху вниз */
        transform: scaleY(0);
        /* Изначально невидим */
        transform-origin: top;
        /* Анимация начинается с верхнего края */
        transition: transform 3s ease;
    }

    .blockHeightSection6::after {
        content: "";
        position: absolute;
        top: 0;
        left: 95%;
        width: 2px;
        /* Полная ширина блока */
        height: 70%;
        /* Высота псевдоэлемента */
        background: linear-gradient(to top, rgba(194, 194, 194, 0), rgba(194, 194, 194, 0.897));
        /* Градиент сверху вниз */
        transform: scaleY(0);
        /* Изначально невидим */
        transform-origin: bottom;
        /* Анимация начинается с верхнего края */
        transition: transform 3s ease;
    }

    .blockHeightSection6.animate-border::before,
    .blockHeightSection6.animate-border::after {
        transform: scaleY(1);
        /* Начало анимации */
    }

    /* ================================================endContainerSerction6 */

    /* container_reviews */

    .container_reviews {
        padding: 50px 0px;
        background: rgb(250, 250, 249);
    }

    .container_reviews h2 {
        font-size: 40px;
        font-weight: 700;
        font-family: 'Gilroy';
        line-height: 44px;
        text-align: center;
        color: rgba(34, 43, 62, 1);
    }

    .content_reviews {
        border-left: none;
        border-bottom: 1px solid rgb(231, 227, 206);
        background: white;
        padding: 20px;
        width: 299px;
        height: max-content;
    }

    .content_reviews p {
        font-family: 'Gilroy';
        font-size: 17px;
        font-weight: 500;
        line-height: 20px;
    }

    /* ========================================================================media */
    .container_mediaAboutUs {
        padding: 50px 0px;
        background: linear-gradient(#213A55, #16283B);

        color: white;
    }

    .container_mediaAboutUs time {
        border-bottom: 1.5px solid rgba(239, 192, 121, 1);
        padding-bottom: 10px;
    }



    .contentMedia {
        max-width: 1229px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }

    .contentMedia h2 {
        font-size: 40px;
        line-height: 44px;
        font-weight: 700;
        font-family: 'Gilroy';
        color: rgba(255, 255, 255, 1);
        text-align: center;
    }

    .blockMedia1 {
        position: relative;
        width: 300px;
        height: 348px;
        overflow-y: hidden;
        margin-bottom: 20px;
        background: 100% 100% / 100% 100% no-repeat url(../images/media/width320/4.png);
    }

    .blockMedia1 .textMedia {
        position: absolute;
        bottom: -50px;

        backdrop-filter: blur(10px);
        padding: 10px;
        color: white;
        transition: 1s;
    }

    .blockMedia1 .textMedia.active {
        bottom: 0px;
    }

    .blockMedia2 {
        position: relative;
        width: 300px;
        height: 348px;
        overflow-y: hidden;
        background: 100% 100% / 100% 100% no-repeat url(../images/media/width320/3.png);
    }

    .blockMedia2 .textMedia {
        position: absolute;
        bottom: -70px;
        backdrop-filter: blur(10px);
        padding: 10px;
        color: white;
        transition: 1s;
    }

    .blockMedia2 .textMedia.active {
        bottom: 0px;
    }

    .blockMedia3 {
        display: none;
        position: relative;
        width: 300px;
        height: 348px;
        overflow-y: hidden;
        background: 100% 100% / 100% 100% no-repeat url(../images/media/3\ посилання.png);
    }

    .blockMedia3 .textMedia {
        position: absolute;
        bottom: -155px;
        backdrop-filter: blur(10px);
        padding: 10px;
        color: white;
        transition: 1s;
    }

    .blockMedia3 .textMedia.active {
        bottom: 0px;
    }

    .blockMedia4 {
        position: relative;
        width: 300px;
        height: 348px;
        overflow-y: hidden;
        margin-bottom: 20px;
        background: 100% 100% / 100% 100% no-repeat url(../images/media/width320/1.png);
    }

    .blockMedia4 .textMedia {
        position: absolute;
        bottom: -50px;
        backdrop-filter: blur(10px);
        padding: 10px;
        color: white;
        transition: 1s;
    }

    .blockMedia4 .textMedia.active {
        bottom: 0px;
    }

    .blockMedia5 {
        display: none;
        position: relative;
        width: 300px;
        height: 348px;
        overflow-y: hidden;
        background: 100% 100% / 100% 100% no-repeat url(../images/media/5\ посилання.png);
    }

    .blockMedia5 .textMedia {
        position: absolute;
        bottom: -70px;
        backdrop-filter: blur(10px);
        padding: 10px;
        color: white;
        transition: 1s;
    }

    .blockMedia5 .textMedia.active {
        bottom: 0px;
    }

    .blockMedia6 {
        position: relative;
        width: 300px;
        height: 348px;
        overflow-y: hidden;
        background: 100% 100% / 100% 100% no-repeat url(../images/media/width320/2.png);
    }

    .blockMedia6 .textMedia {
        position: absolute;
        bottom: -20px;
        backdrop-filter: blur(10px);
        padding: 10px;
        color: white;
        transition: 1s;
    }

    .blockMedia6 .textMedia.active {
        bottom: 0px;
    }

    /* =============================================================FAQ*/

    .container_faq {
        background: #F4F4EF;
        padding: 50px 0px;
    }


    .linkNavBarFAQ {
        font-size: 17px;
        font-weight: 600;
        font-family: 'Gilroy';
        line-height: 20px;
        color: rgba(34, 43, 62, 1);
        transition: 1s;
    }

    .linkNavBarFAQ:hover {
        color: #CA9B53;
        cursor: pointer;
    }

    .linkNavBarFAQ.active {
        color: #CA9B53;
    }

    .navBarFAQ {
        display: none;
    }

    .navBarFAQMobail {
        display: block;
    }

    .linkNavBarFAQMobail {
        font-size: 17px;
        font-weight: 600;
        font-family: 'Gilroy';
        line-height: 20px;
        color: rgba(34, 43, 62, 1);
        transition: 1s;
    }

    .linkNavBarFAQMobail:hover {
        color: #CA9B53;
        cursor: pointer;
    }

    .linkNavBarFAQMobail.active {
        color: #CA9B53;
    }

    .contentFAQ {
        display: none;
        opacity: 0;
        visibility: hidden;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s ease-out, opacity 0.5s ease-in 0.2s, visibility 0s linear 0.2s;
    }

    .contentFAQMobail {
        opacity: 0;
        visibility: hidden;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s ease-out, opacity 0.5s ease-in 0.2s, visibility 0s linear 0.2s;
    }

    .contentFAQMobail.visible {
        max-height: max-content;
        /* Задать достаточно большое значение */
        opacity: 1;
        visibility: visible;
    }

    .contentFAQ.visible {
        max-height: 500px;
        /* Задать достаточно большое значение */
        opacity: 1;
        visibility: visible;
    }


    .blockContentFAQ {
        border-left: 1.5px solid #CA9B53;
        padding-left: 20px;
    }

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

    .blockContentFAQ p:nth-child(2) {
        color: rgba(91, 102, 122, 1);
        font-size: 17px;
        font-weight: 500;
        font-family: 'Gilroy';
        line-height: 20px;
    }

    .blockContentFAQ.visible {
        display: block;
    }

    /* =============================================ContainerForm */

    .container_form {
        padding: 60px 0px;
        background: url('../images/background/width320/footer.png') no-repeat;
        background-size: cover;
    }

    .container_form h2 {
        color: rgba(255, 255, 255, 1);
        font-size: 40px;
        font-weight: 700;
        font-family: 'Gilroy';
        line-height: 44px;
        text-align: center;
    }

    .container_form h2:nth-child(1) {
        display: none;
    }

    .container_form h2:nth-child(2) {
        display: block;
    }

    .container_form p:nth-child(2) {
        display: block;
    }

    .container_form p:nth-child(3) {
        display: block;
    }

    .container_form p:nth-child(4) {
        display: none;
    }

    .container_form p {
        color: rgba(255, 255, 255, 0.838);
        font-size: 17px;
        font-weight: 600;
        font-family: 'Gilroy';
        line-height: 20px;
        text-align: center;
    }

    .contentForm {
        padding: 30px 40px;
        border-radius: 5px;
        background: rgba(255, 255, 255, 0.85);
    }

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

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

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

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

    .btnForm {
        background-color: #28a745;
    color: #fff;
    padding: 10px 0px;

    border: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    }

    .btnForm:hover {
        background-color: #218838;
    }

    /* =========================================================container_footer */

    .container_footer {
        display: none;
    }

    .container_footerMobail {
        display: block;
        padding: 50px 0px;
    }

    .headerFooter {
        border-bottom: 2px solid #E4E2E2;
    }

    .textEnd {
        color: rgba(34, 43, 62, 1);
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        font-family: 'Gilroy';
        text-align: center;
        padding: 0px 20px;
    }

    .blockContact {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .blockContact p {
        display: flex;
        font-size: 17px;
        font-weight: 500;
        font-family: 'Gilroy';
        color: rgba(91, 102, 122, 1);
        line-height: 20px;
    }

    .btnFooter {
        background: #CA9B53;
        color: white;
        padding: 8px 16px;
        border-radius: 100px;
        border: none;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
    }

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

    .blockContact p:nth-child(2)::before {
        content: url(../images/footer/buildings.png);
        margin-right: 10px;
    }

    .blockContact p:nth-child(3)::before {
        content: url(../images/footer/envelope.png);
        margin-right: 10px;
    }

    .blockContact p:nth-child(4)::before {
        content: url(../images/footer/phone.png);
        margin-right: 10px;
    }

    .blockContact p:nth-child(5)::before {
        content: url(../images/footer/phone.png);
        margin-right: 10px;
    }

    .blockContact p:nth-child(6)::before {
        content: url(../images/footer/telegram.png);
        margin-right: 10px;
    }

    .copy {
        font-size: 17px;
        font-weight: 600;
        font-family: 'Gilroy';
        color: rgba(34, 43, 62, 1);
        margin-bottom: 90px;
    }

    .container_footerMobail a {
        text-decoration: none;
        color: rgba(34, 43, 62, 1);
        font-size: 17px;
        font-weight: 600;
        font-family: 'Gilroy';
        line-height: 40px;

        transition: 0.5s;
    }

    .container_footerMobail a:hover {
        color: rgba(202, 155, 83, 1);
    }


}