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

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

    .container {
        width: 100%;
        margin: 0 auto;
        padding: 0px 10px;
    }

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

    h2 {
        color: rgba(34, 43, 62, 1);
        font-size: 20px;
        font-family: 'Gilroy';
        font-weight: 700;
        line-height: 30px;
        align-items: start;
    }

    .navlink {
        display: none;
    }

    .btn_header {
        display: none;
    }

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

    /* =================================================NavBar===================================== */

    .headerContact {
        width: 100%;
    }

    .contentHeaderContact {
        flex-direction: row;
        justify-content: space-around;
    }

    .contentHeaderContact a {
        font-size: 12px;
    }
    /* =================================================EndNavBar================================== */

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

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

    .container_header_inner_content {
        padding: 400px 0px 300px 0px;
    }

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

    .block_header_inner {
        border: none;
        padding: 0px 1px;
        margin-bottom: 0px;
    }

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

    .container_header_inner p {
        color: rgba(255, 255, 255, 0.801);
        font-size: 14px;
        text-align: start;
        font-weight: 500;
        font-family: 'Gilroy';
        line-height: 24px;
    }

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

    .block_header_inner_btn {
        display: flex;
        justify-content: center;
    }
    /* =================================================================================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: 20px;
        font-family: 'Gilroy';
        font-weight: 700;
        line-height: 30px;
        align-items: start;
    }

    .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;
    }

    .imgHomeDariya {
        width: 250px;
        height: 260px;
    }

    .text_content {
        z-index: 1000;

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

        padding: 0px 20px;

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

    }

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

    .content_img {
        top: 10%;
        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: 80%;
        padding: 15px;

        position: absolute;
        top: 28%;
        right: none;
        left: 8.57px;
        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: 12px;
        font-weight: 600;
        line-height: 15.68px;
        font-family: 'Gilroy';
    }

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


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

    .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: 20px;
        font-family: 'Gilroy';
        font-weight: 700;
        line-height: 28px;
        text-align: center;
        color: rgba(34, 43, 62, 1);
    }

    .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: 16px;
        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: 100%;
        height: max-content;
        margin-bottom: 0px;
    }

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

        margin-right: 15px;
    }

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

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

        margin-right: 15px;
    }

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

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

        margin-right: 15px;

    }

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

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

        margin-right: 15px;
    }

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

    .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: 20px;
        font-family: 'Gilroy';
        font-weight: 700;
        line-height: 28px;
        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.d-none {
        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 {
        text-align: start;
    }

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

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

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



    .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%);
    }

    /* =======================================================================Client==================== */

    .containerClient {
        padding: 50px 0px 50px 0px;
    }

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

    .headerSection5 {
        margin-bottom: 50px;
    }

    .headerSection5 h2 {
        font-size: 20px;
        font-family: 'Gilroy';
        font-weight: 700;
        line-height: 30px;
        align-items: start;
    }

    .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: 16px;
        font-weight: 700;
        line-height: 24px;
        color: rgba(34, 43, 62, 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: 20px;
        font-family: 'Gilroy';
        font-weight: 700;
        line-height: 28px;
        align-items: center;
        color: rgba(34, 43, 62, 1);
    }

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

    .contentItem {
        padding: 0px 30px;
    }

    .imgSeciton6 {
        position: relative;
        opacity: 0;
        transition: 2s;
        width: 100%;
        height: none;

        margin-bottom: 50px;
    }

    .imgSeciton6.visible {
        opacity: 1;
    }


    .itemSection {
        width: 100%;
        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: 16px;
        font-weight: 700;
        font-family: 'Gilroy';
        line-height: 20px;
        color: rgba(34, 43, 62, 1);
    }

    .itemSection p:nth-child(2) {
        font-size: 14px;
        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: 20px;
        font-family: 'Gilroy';
        font-weight: 700;
        line-height: 28px;
        align-items: 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: 14px;
        font-weight: 500;
        line-height: 20px;
        color: rgba(91, 102, 122, 1);
    }

    /* ========================================================================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: 20px;
        font-family: 'Gilroy';
        font-weight: 700;
        line-height: 28px;
        align-items: center;
        color: rgba(255, 255, 255, 1);
    }

    .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);
    }

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

    .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;
    }

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


    .linkNavBarFAQ {
        font-size: 16px;
        font-weight: 700;
        font-family: 'Gilroy';
        line-height: 24px;
        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: 20px;
        font-family: 'Gilroy';
        font-weight: 700;
        line-height: 30px;
        align-items: start;
    }

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

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

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

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

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

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

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

    .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 a {
        display: flex;
        font-size: 17px;
        font-weight: 500;
        font-family: 'Gilroy';
        color: #5B667A;
        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(13) {
        color: rgba(34, 43, 62, 1);
        font-size: 20px;
        font-weight: 700;
        font-family: 'Gilroy';
        line-height: 24px;
    }

    .blockContact a:nth-child(2)::before {
        display: none;
    }

    .blockContact a:nth-child(3)::before {
        display: none;
    }

    .blockContact a:nth-child(4)::before {
        display: none;
    }

    .blockContact a:nth-child(5)::before {
        display: none;
    }

    .blockContact a:nth-child(6)::before {
        display: none;
    }

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

    .footerLink {
        text-decoration: none;
        color: #222B3E;
        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);
    }


    .firstContent {
        display: none;
    }

    .firstContent.visible {
        display: block;
    }

    .firstContent h3 {
        font-size: 26px;
        line-height: 30px;
        font-weight: 500;
        text-align: center;
    }

    .firstContent p {
        font-size: 17px;
        line-height: 20px;
        font-weight: 600;
        text-align: center;
        color: #5B667A;
    }

    .nextContent {
        display: none;
    }

    .nextContent.visible {
        display: block;
    }

    .containerModalForm {
        display: none;
        position: fixed;
        z-index: 2000;
        top: 0%;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.464);
    }

    .containerModalForm.visible {
        display: block;
        position: fixed;
        z-index: 2000;
        top: 0%;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.464);
    }

    .contentModalForm {
        width: 90%;
        margin: 20% auto;
    }

    .btnClose {
        background: none;
        border: none;
    }

    .btnModal {
        width: 100%;
        font-size: 17px;
        line-height: 20px;
        font-weight: 600;
        color: #222B3E;
        font-family: 'Gilroy';
        padding: 10px 44px;
        border-radius: 4px;
        border: none;
        background: #EFC079;
        transition: 1s;
    }

    .btnModal:hover {
        background: #CA9B53;
    }

}

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

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

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

    .container_header {
        width: 100%;
    }
    

    .containerBottomForm {
        display: block;
        padding: 30px 0px 20px 0px;
        backdrop-filter: blur(10px);
        border-top: 1px solid rgba(151, 151, 151, 0.1);
        background: rgba(19, 38, 59, 0.85);
        position: fixed;
        bottom: 0px;
        width: 100%;
        z-index: 2000;
    }

    .containerBottomForm:hover {
        cursor: pointer;
    }

    .contentBottom p{
        display: flex;
        justify-content: center;
        font-size: 16px;
        font-weight: 500;
        font-family: 'Gilroy';
        line-height: 20px;
        color: #EFC079;
        margin: 0px;
    }

    .contentBottom p::before{
        content: url(../images/icons/user.png);
        margin-right: 10px;
    }

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

    .container {
        width: 100%;
        margin: 0 auto;
        padding: 0px 10px;
    }

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

    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================ */

    /* =================================================NavBar===================================== */



    .contentHeaderContact a {
        font-size: 12px;
        display: flex;
    }

    .contentHeaderContact a:nth-child(1)::before{
        content: url(../images/footer/phone.png);
        width: 10px;
        height: 10px;
        margin-right: 10px;
    }

    .contentHeaderContact a:nth-child(2)::before{
        content: url(../images/footer/phone.png);
        width: 10px;
        height: 10px;
        margin-right: 10px;
    }

    .imgNavBar {
        width: 20px;
        height: 20px;
    }

    /* =================================================EndNavBar================================== */

    /* =====================================================================================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 {
        left: 0px;
        padding: 10px;
    }

    .block_header_inner {
        border: none;
        padding: 0px;
        margin-bottom: 20px;
        text-align: justify;
        padding: 0px 10px;
    }

    .content_header_inner h2 {
        color: rgba(255, 255, 255, 1);
        font-size: 20px;
        font-family: 'Gilroy';
        font-weight: 800;
        line-height: 28px;
        text-align: center;
    }

    .container_header_inner p {
        color: rgba(255, 255, 255, 0.801);
        font-size: 14px;
        text-align: start;
        font-weight: 500;
        font-family: 'Gilroy';
        line-height: 24px;
    }

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

    .block_header_inner_btn {
        display: flex;
        justify-content: center;
    }
    /* =================================================================================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: 20px;
        font-family: 'Gilroy';
        font-weight: 700;
        line-height: 40px;
        align-items: center;
    }

    .container_about p {
        font-size: 14px;
        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;
    }

    .imgHomeDariya {
        width: 280px;
        height: 300px;
        height: none;
    }

    .text_content {
        z-index: 1000;

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

        padding: 0px 20px;

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

    }

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

    .content_img {
        top: 10%;
        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: 80%;
        padding: 15px;

        position: absolute;
        top: 32%;
        right: none;
        left: 8.57px;
        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: 12px;
        font-weight: 600;
        line-height: 15.68px;
        font-family: 'Gilroy';
    }

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


    .text-about {
        padding-top: 450px;
        padding-left: 0px;
        border: none;
        text-align: start;
    }

    .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: 20px;
        font-family: 'Gilroy';
        font-weight: 700;
        line-height: 28px;
        text-align: center;
        color: rgba(34, 43, 62, 1);
    }

    .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: 16px;
        font-family: 'Gilroy';
        font-weight: 700;
        line-height: 24px;
        color: rgba(34, 43, 62, 1);
    }

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

    .blockWorking p {
        text-align: start;
    }

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

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

        margin-right: 15px;
    }

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

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

        margin-right: 15px;
    }

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

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

        margin-right: 15px;

    }

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

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

        margin-right: 15px;
    }

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

    .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: 20px;
        font-family: 'Gilroy';
        font-weight: 700;
        line-height: 28px;
        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;
    }

    .textServices h4 {
        font-size: 16px;
        font-weight: 800;
        font-family: 'Gilroy';
        line-height: 19.2px;
        color: rgba(255, 255, 255, 1);
    }



    .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.d-none {
        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 {
        text-align: start;
    }

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

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

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



    .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%);
    }

    /* ======================================================================Client================== */

    .containerClient {
        padding: 50px 0px 50px 0px;
    }

    .headerClient h2 {
        font-size: 30px;
        font-family: 'Gilroy';
        font-weight: 700;
        line-height: 40px;
        align-items: center;
    }

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

    .headerSection5 {
        margin-bottom: 50px;
    }

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

    .mainSection5 {
        padding: 0px 20px;
        text-align: start;
    }

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

    .mainSection5 p:nth-child(2) {
        font-size: 14px;
        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: 16px;
        font-weight: 700;
        line-height: 24px;
        color: rgba(34, 43, 62, 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: 20px;
        font-family: 'Gilroy';
        font-weight: 700;
        line-height: 28px;
        align-items: center;
        color: rgba(34, 43, 62, 1);
    }

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

    .contentItem {
        padding: 0px 30px;
        text-align: start;
    }

    .imgSeciton6 {
        position: relative;
        opacity: 0;
        transition: 2s;
        width: 100%;
        height: none;

        margin-bottom: 50px;
    }

    .imgSeciton6.visible {
        opacity: 1;
    }


    .itemSection {
        width: 100%;
        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: 16px;
        font-weight: 700;
        font-family: 'Gilroy';
        line-height: 20px;
        color: rgba(34, 43, 62, 1);
    }

    .itemSection p:nth-child(2) {
        font-size: 14px;
        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: 20px;
        font-family: 'Gilroy';
        font-weight: 700;
        line-height: 28px;
        align-items: 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: 100%;
        height: max-content;
        text-align: start;
    }

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

    /* ========================================================================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: 20px;
        font-family: 'Gilroy';
        font-weight: 700;
        line-height: 28px;
        align-items: center;
        color: rgba(255, 255, 255, 1);
    }

    .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);
    }

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

    .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: -25px;
        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;
    }

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

    .linkNavBarFAQ {
        font-size: 16px;
        font-weight: 700;
        font-family: 'Gilroy';
        line-height: 24px;
        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: 16px;
        font-weight: 700;
        font-family: 'Gilroy';
        line-height: 20px;
    }

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

    .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: 20px;
        font-family: 'Gilroy';
        font-weight: 700;
        line-height: 32px;
        align-items: center;
    }

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

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

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

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

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

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

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

    .container_form p {
        color: rgba(255, 255, 255, 0.838);
        font-size: 14px;
        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: 20px;
        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 100px 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;
        text-align: justify;
    }

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

    .blockContact a {
        display: flex;
        font-size: 17px;
        font-weight: 500;
        font-family: 'Gilroy';
        color: #5B667A;
        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(13) {
        color: rgba(34, 43, 62, 1);
        font-size: 20px;
        font-weight: 700;
        font-family: 'Gilroy';
        line-height: 24px;
    }
    

    .blockContact a:nth-child(2)::before {
        display: none;
    }

    .blockContact a:nth-child(3)::before {
        display: none;
    }

    .blockContact a:nth-child(4)::before {
        display: none;
    }

    .blockContact a:nth-child(5)::before {
        display: none;
    }

    .blockContact a:nth-child(6)::before {
        display: none;
    }

    .blockContact a:nth-child(9)::before {
        display: none;
    }

    

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

    .footerLink {
        text-decoration: none;
        color: #222B3E;
        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);
    }

    .firstContent {
        display: none;
    }

    .firstContent.visible {
        display: block;
    }

    .firstContent h3 {
        font-size: 26px;
        line-height: 30px;
        font-weight: 500;
        text-align: center;
    }

    .firstContent p {
        font-size: 17px;
        line-height: 20px;
        font-weight: 600;
        text-align: center;
        color: #5B667A;
    }

    .nextContent {
        display: none;
    }

    .nextContent.visible {
        display: block;
    }

    .containerModalForm {
        display: none;
        position: fixed;
        z-index: 2000;
        top: 0%;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.464);
    }

    .containerModalForm.visible {
        display: block;
        position: fixed;
        z-index: 2000;
        top: 0%;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.464);
    }

    .contentModalForm {
        width: 90%;
        margin: 20% auto;
    }

    .btnClose {
        background: none;
        border: none;
    }

    .btnModal {
        width: 100%;
        font-size: 17px;
        line-height: 20px;
        font-weight: 600;
        color: #222B3E;
        font-family: 'Gilroy';
        padding: 10px 44px;
        border-radius: 4px;
        border: none;
        background: #EFC079;
        transition: 1s;
    }

    .btnModal:hover {
        background: #CA9B53;
    }

}

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

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

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

    .container_header {
        width: 100%;
    }

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

    .container {
        width: 90%;
        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================ */

    /* =================================================NavBar===================================== */

    .headerContact {
        width: 100%;
    }

    .contentHeaderContact {
        flex-direction: row;
        justify-content: space-around;
    }

    .contentHeaderContact a {
        font-size: 12px;
    }

    /* =================================================EndNavBar================================== */

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

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

    .container_header_inner_content {
        padding: 400px 0px 300px 0px;
    }

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

    .block_header_inner {
        border: none;
        padding: 0px;
        margin-bottom: 20px;
    }

    .container_header_inner h2 {
        color: white;
        font-size: 40px;
        font-family: 'Gilroy';
        font-weight: 700;
        line-height: 44px;
        align-items: center;
    }

    .container_header_inner p {
        color: rgba(255, 255, 255, 0.801);
        font-size: 20px;
        text-align: center;
    }

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

    .block_header_inner_btn {
        display: flex;
        justify-content: center;
    }
    /* =================================================================================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;
    }

    .imgHomeDariya {
        width: 433px;
        height: 433px;
    }

    .text_content {
        z-index: 1000;

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

        padding: 0px 20px;

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

    }

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

    .content_img {
        top: 15%;
        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: 70%;
        padding: 15px;

        position: absolute;
        top: 50%;
        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: 16px;
        font-weight: 600;
        line-height: 15px;
        font-family: 'Gilroy';
    }

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


    .text-about {
        padding-top: 650px;
        padding-left: 0px;
        border: none;
        text-align: start;
    }

    .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: 20px;
        font-family: 'Gilroy';
        font-weight: 700;
        line-height: 28px;
        text-align: center;
        color: rgba(34, 43, 62, 1);
    }

    .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: 16px;
        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: 100%;
        height: max-content;
        margin-bottom: 0px;
    }

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

        margin-right: 15px;
    }

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

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

        margin-right: 15px;
    }

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

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

        margin-right: 15px;

    }

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

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

        margin-right: 15px;
    }

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

    .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: 20px;
        font-family: 'Gilroy';
        font-weight: 700;
        line-height: 28px;
        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.d-none {
        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 {
        text-align: start;
    }

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

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

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



    .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%);
    }

    /* ======================================================================Client================== */

    .containerClient {
        padding: 50px 0px 50px 0px;
    }

    /* ========================================================================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: 16px;
        font-weight: 700;
        line-height: 24px;
        color: rgba(34, 43, 62, 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: 20px;
        font-family: 'Gilroy';
        font-weight: 700;
        line-height: 28px;
        align-items: center;
        color: rgba(34, 43, 62, 1);
    }

    .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: 16px;
        font-weight: 700;
        font-family: 'Gilroy';
        line-height: 20px;
        color: rgba(34, 43, 62, 1);
    }

    .itemSection p:nth-child(2) {
        font-size: 14px;
        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: 20px;
        font-family: 'Gilroy';
        font-weight: 700;
        line-height: 28px;
        align-items: 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: 14px;
        font-weight: 500;
        line-height: 20px;
        color: rgba(91, 102, 122, 1);
    }

    /* ========================================================================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: 20px;
        font-family: 'Gilroy';
        font-weight: 700;
        line-height: 28px;
        align-items: center;
        color: rgba(255, 255, 255, 1);
    }

    .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);
    }

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

    .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;
    }

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


    .linkNavBarFAQ {
        font-size: 16px;
        font-weight: 700;
        font-family: 'Gilroy';
        line-height: 24px;
        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;
    }

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

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

    .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 a {
        display: flex;
        font-size: 17px;
        font-weight: 500;
        font-family: 'Gilroy';
        color: #5B667A;
        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(13) {
        color: rgba(34, 43, 62, 1);
        font-size: 20px;
        font-weight: 700;
        font-family: 'Gilroy';
        line-height: 24px;
    }

    .blockContact a:nth-child(2)::before {
        display: none;
    }

    .blockContact a:nth-child(3)::before {
        display: none;
    }

    .blockContact a:nth-child(4)::before {
        display: none;
    }

    .blockContact a:nth-child(5)::before {
        display: none;
    }

    .blockContact a:nth-child(6)::before {
        display: none;
    }

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

    .footerLink {
        text-decoration: none;
        color: #222B3E;
        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);
    }

    .firstContent {
        display: none;
    }

    .firstContent.visible {
        display: block;
    }

    .firstContent h3 {
        font-size: 26px;
        line-height: 30px;
        font-weight: 500;
        text-align: center;
    }

    .firstContent p {
        font-size: 17px;
        line-height: 20px;
        font-weight: 600;
        text-align: center;
        color: #5B667A;
    }

    .nextContent {
        display: none;
    }

    .nextContent.visible {
        display: block;
    }

    .containerModalForm {
        display: none;
        position: fixed;
        z-index: 2000;
        top: 0%;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.464);
    }

    .containerModalForm.visible {
        display: block;
        position: fixed;
        z-index: 2000;
        top: 0%;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.464);
    }

    .contentModalForm {
        width: 90%;
        margin: 20% auto;
    }

    .btnClose {
        background: none;
        border: none;
    }

    .btnModal {
        width: 100%;
        font-size: 17px;
        line-height: 20px;
        font-weight: 600;
        color: #222B3E;
        font-family: 'Gilroy';
        padding: 10px 44px;
        border-radius: 4px;
        border: none;
        background: #EFC079;
        transition: 1s;
    }

    .btnModal:hover {
        background: #CA9B53;
    }


}

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

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



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

    .container_header {
        width: 100%;
    }

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

    .container {
        width: 90%;
        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;
        margin-bottom: 20px;
    }

    .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: 15px;
    }

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

    .block_header_inner_btn {
        display: flex;
        justify-content: center;
    }
    /* =================================================================================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;
    }

    .imgHomeDariya {
        width: 250px;
        height: 260px;
    }

    .text_content {
        z-index: 1000;

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

        padding: 0px 20px;

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

    }

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

    .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;
        text-align: start;
    }

    .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: 20px;
        font-family: 'Gilroy';
        font-weight: 700;
        line-height: 28px;
        text-align: center;
        color: rgba(34, 43, 62, 1);
    }

    .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: 16px;
        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: 100%;
        height: max-content;
        margin-bottom: 0px;
    }

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

        margin-right: 15px;
    }

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

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

        margin-right: 15px;
    }

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

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

        margin-right: 15px;

    }

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

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

        margin-right: 15px;
    }

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

    .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: 20px;
        font-family: 'Gilroy';
        font-weight: 700;
        line-height: 28px;
        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.d-none {
        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 {
        text-align: start;
    }

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

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

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



    .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: 16px;
        font-weight: 700;
        line-height: 24px;
        color: rgba(34, 43, 62, 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: 20px;
        font-family: 'Gilroy';
        font-weight: 700;
        line-height: 28px;
        align-items: center;
        color: rgba(34, 43, 62, 1);
    }

    .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: 20px;
        font-family: 'Gilroy';
        font-weight: 700;
        line-height: 28px;
        align-items: 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: 14px;
        font-weight: 500;
        line-height: 20px;
        color: rgba(91, 102, 122, 1);
    }

    /* ========================================================================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: 20px;
        font-family: 'Gilroy';
        font-weight: 700;
        line-height: 28px;
        align-items: center;
        color: rgba(255, 255, 255, 1);
    }

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

    .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;
    }

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


    .linkNavBarFAQ {
        font-size: 16px;
        font-weight: 700;
        font-family: 'Gilroy';
        line-height: 24px;
        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;
    }

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

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

    .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 a {
        display: flex;
        font-size: 17px;
        font-weight: 500;
        font-family: 'Gilroy';
        color: #5B667A;
        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 a:nth-child(2)::before {
        display: none;
    }

    .blockContact a:nth-child(3)::before {
        display: none;
    }

    .blockContact a:nth-child(4)::before {
        display: none;
    }

    .blockContact a:nth-child(5)::before {
        display: none;
    }

    .blockContact a:nth-child(6)::before {
        display: none;
    }

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

    .footerLink {
        text-decoration: none;
        color: #222B3E;
        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);
    }

    .firstContent {
        display: none;
    }

    .firstContent.visible {
        display: block;
    }

    .firstContent h3 {
        font-size: 26px;
        line-height: 30px;
        font-weight: 500;
        text-align: center;
    }

    .firstContent p {
        font-size: 17px;
        line-height: 20px;
        font-weight: 600;
        text-align: center;
        color: #5B667A;
    }

    .nextContent {
        display: none;
    }

    .nextContent.visible {
        display: block;
    }

    .containerModalForm {
        display: none;
        position: fixed;
        z-index: 2000;
        top: 0%;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.464);
    }

    .containerModalForm.visible {
        display: block;
        position: fixed;
        z-index: 2000;
        top: 0%;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.464);
    }

    .contentModalForm {
        width: 90%;
        margin: 2% auto;
    }

    .btnClose {
        background: none;
        border: none;
    }

    .btnModal {
        width: 100%;
        font-size: 17px;
        line-height: 20px;
        font-weight: 600;
        color: #222B3E;
        font-family: 'Gilroy';
        padding: 10px 44px;
        border-radius: 4px;
        border: none;
        background: #EFC079;
        transition: 1s;
    }

    .btnModal:hover {
        background: #CA9B53;
    }


}

@media (min-width: 768px) {
  .contentFormModal {
    width: 30%;
    margin: 0 auto;
  }
}