@media (min-width: 0px) and (max-width: 992px) {

    body {
        box-sizing: border-box;
        margin: 0px;
        padding: 0px;
        background:
            50% 10% / 100% 5% no-repeat url(../images/Ellipse1.webp),
            100% 33% / 100% 5% no-repeat url(../images/Ellipse2.webp),
            50% 62% / 100% 5% no-repeat url(../images/Ellipse3.webp),
            0% 85% / 100% 5% no-repeat url(../images/Ellipse4.webp),
            #0c0c11;
    }

    .logo {
        width: 200px;
        height: 53px;
    }

    .contentButton {
        width: 90%;
        margin: 0 auto;
    }

    .contentForm {
        width: 90%;
        margin: 0 auto;
    }

    .contentFooter {
        width: 90%;
        margin: 0 auto;
    }

    .logoFooter {
        width: 343px;
        height: auto;
    }

    .containerFooter {
        padding: 0px 0px 60px 0px;
    }

    .contentModal h1 {
        font-size: 20px;
    }

    .mainFormModal {
        width: 100%;
        padding: 0px;
    }

    .mainFormModal input {
        padding: 10px;
    }

    .headerFormModal {
        margin-bottom: 10px;
    }

    .btnForm {
        font-size: 18px;
    }

    /* ========================Section1========================== */

    .navbar {
        padding: 10px 0px !important;
    }

    .containerSection1 {
        padding: 0px 0px 330px 0px;
        background: 100% 100% / 100% 35% no-repeat url(../images/section1.webp);
    }

    .contentSection1 {

        width: 90%;
        margin: 0 auto;
    }

    .contentSection1 h1 {
        margin-bottom: 50px;
        font-size: 32px;
        line-height: 50px;
    }

    .contentSection1 p {
        margin-bottom: 50px;
    }

    .btnShowModal {
        background: rgba(40, 87, 255, 1);
        width: 100%;
        height: 70;
        gap: 10px;
        padding-top: 12px;
        padding-right: 16px;
        padding-bottom: 12px;
        padding-left: 16px;
        border-radius: 15px;
        color: rgba(255, 255, 255, 1);
        border: none;
    }

    /* ===================================containerPartners========================== */

    .containerPartners {
        background: rgba(0, 130, 37, 1);
        padding: 40px 0px;
    }

    .contentPartners img {
        width: 50px;
    }

    /* =============================containerStep================================ */

    .containerStep {
        padding-top: 100px;
    }

    .headerStep {
        width: 30%;
        margin: 0 auto;
    }

    .titileStep {
        width: 100%;
        margin: 0 auto;
        background: rgba(0, 130, 37, 1);
        border-radius: 24px;
        color: rgba(255, 255, 255, 1);
        font-size: 20px;
        font-weight: 500;
        padding: 12px 16px;
    }

    .titileStep p {
        margin: 0px;
        padding: 0px;
        letter-spacing: 1px;
        font-size: 20px;
    }

    .scam-types {
        padding: 60px 0px 0px 0px;
        color: #fff;
    }

    .scam-item {
        position: relative;
        padding: 20px;
    }

    .number {
        font-family: 'Montserrat Alternates', sans-serif;
        font-weight: 500;
        font-size: 100px;
        color: rgba(0, 130, 37, 1);
        position: relative;
        z-index: 1;
    }

    .dot {
        width: 24px;
        height: 24px;
        background-color: rgba(255, 255, 255, 1);
        border-radius: 50%;
        margin: 10px auto;
        position: relative;
        z-index: 1;
    }

    .scam-item h3 {
        font-family: 'Montserrat Alternates', sans-serif;
        font-weight: 600;
        font-size: 22px;
        margin-top: 10px;
        margin-bottom: 8px;
    }

    .scam-item p {
        font-family: 'Montserrat Alternates', sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 1.5;
        letter-spacing: -2px;
        color: #ccc;
    }

    /* Линия над элементами */
    .rowDot {
        position: relative;
    }

    .rowDot::before {
        content: "";
        position: absolute;
        top: calc(50% - -10px);
        /* подгон по центру .dot */
        left: 0;
        right: 0;
        border-top: 1px dotted #00FF66;
        z-index: 0;
    }

    /* ========================================== */

    @media (max-width: 992px) {
        .headerStep {
            width: 80%;
        }

        .number {
            font-size: 64px;
        }

        .scam-item h3 {
            font-size: 20px;
        }

        .scam-item p {
            font-size: 16px;
            letter-spacing: -1px;
        }

        .dot {
            width: 18px;
            height: 18px;
        }

        .titileStep {
            font-size: 16px;
            padding: 10px 14px;
        }

        .rowDot::before {
            top: 55px;
            /* чтобы не перекрывало текст */
        }
    }

    @media (max-width: 768px) {
        .rowDot {
            flex-direction: column;
        }

        .rowDot::before {
            content: none;
            /* Убираем линию на мобилках */
        }

        .scam-item {
            margin-bottom: 40px;
            padding: 10px;
        }

        .number {
            font-size: 48px;
        }

        .scam-item h3 {
            font-size: 18px;
        }

        .scam-item p {
            font-size: 15px;
        }

        .dot {
            width: 16px;
            height: 16px;
            margin: 6px auto;
        }

        .titileStep {
            font-size: 14px;
            padding: 8px 12px;
        }
    }

    @media (max-width: 480px) {
        .headerStep {
            width: 100%;
        }

        .number {
            font-size: 38px;
        }

        .scam-item h3 {
            font-size: 17px;
        }

        .scam-item p {
            font-size: 14px;
            letter-spacing: 0;
        }
    }


    /* =================cisco-support-section================== */

    .cisco-support-section {
        background: none;
        padding: 20px;
        border-radius: 0px;
        overflow: hidden;
        width: 100%;
        margin: 0 auto;
        position: relative;
    }

    .cisco-image {
        padding: 40px 0px 40px 0px;
        background: rgba(35, 36, 42, 1);
        border-top-left-radius: 60px;
        border-bottom-left-radius: 60px;
    }

    .cisco-image img {
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        object-fit: cover;
        width: 100%;
        height: 100%;
        display: none;
    }

    .cisco-content {
        background-color: rgba(0, 130, 37, 1);
        padding: 20px;
        border-top-right-radius: 100px;
        border-bottom-right-radius: 40px;
        color: #fff;
    }

    .support-label {
        font-family: Montserrat Alternates;
        font-weight: 400;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: 0%;

    }

    .cisco-content h2 {
        font-family: Montserrat Alternates;
        font-weight: 500;
        font-size: 32px;
        line-height: 100%;
        letter-spacing: 0%;

    }

    .cisco-content .description {
        font-family: Montserrat Alternates;
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 2px;
    }

    .features-list {
        list-style: none;
        padding: 0;
        margin-bottom: 30px;
    }

    .features-list li {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-bottom: 20px;
        align-items: center;
    }

    .features-list img {
        width: 24px;
        height: 24px;
        margin-top: 4px;
    }

    .features-list strong {
        font-weight: 600;
        display: block;
        margin: 0px;
    }

    .consult-button {
        background: none;
        width: 350;
        height: 72;
        gap: 10px;
        padding-top: 24px;
        padding-right: 32px;
        padding-bottom: 24px;
        padding-left: 32px;
        border-radius: 24px;
        border: 1px solid rgba(255, 255, 255, 1);
        color: rgba(255, 255, 255, 1);
        font-size: 20px;
        font-weight: 400;
    }

    .neonBlock {
        position: absolute;
        z-index: 1000;
        height: 186px;
        left: -5px;
        top: 97px;
        border-radius: 20px;
        border-left: 10px solid rgba(0, 130, 37, 0.733);
        box-shadow:
            0 0 10px 5px rgba(0, 130, 37, 1),
            0 0 30px rgba(0, 130, 37, 1),
            0 0 40px rgba(0, 130, 37, 1),
            0 0 50px rgba(0, 130, 37, 1);
        ;
        backdrop-filter: blur(50px);

    }


}