.service_advantages {
    padding-left: 20px;
    margin: 25px 0;
}

.services_slider {
    margin-top: 48px;
}

.services_slider .swiper-pagination-bullet {
    width: 7px !important;
    height: 7px !important;
    margin: 0 13px !important;
    background: #d0d0d0 !important;
    transition: all 0.3s;
    opacity: 1 !important;
    position: relative;
}

.services_slider .swiper-pagination-bullet-active {
    background: #ededed !important;
    margin: 0 13px !important;
    width: 7px !important;
    height: 7px !important;
    position: relative;
}

.services_slider .swiper-pagination-bullet-active::before {
    content: "";
    position: absolute;
    top: -4px !important;
    left: -4px !important;
    right: -4px !important;
    bottom: -4px !important;
    border: 1px solid #ededed !important;
    /* Замените на нужный цвет */
    border-radius: 50%;
    pointer-events: none;
}

.services_slider .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 50%;
    pointer-events: none;
}

.service_advantages li {
    line-height: normal;
    margin: 0 0 18px;
    font-size: 18px;
    padding-left: 20px;
    position: relative;
}

.service_advantages li::before {
    top: 4px;
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #FF632A;
    top: calc(50% - 5px);
    left: 0;
}

.service_banner_list ul li {
    line-height: normal;
    margin: 0 0 10px;
    font-size: 18px;
    padding-left: 20px;
    position: relative;
}

.service_banner_list ul li::before {
    top: 4px;
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #FF632A;
    top: calc(50% - 5px);
    left: 0;
}


.service_btn {
    margin: 92px auto;
    height: 90px;
    font-size: 20px;
    padding: 0 82px;
}

.services-equipment-card {
    justify-content: flex-start;
    padding-left: 10%
}

.services-equpment-card-list li {
    position: relative;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 154%;
}

.service_contacts {
    display: flex;
    margin-top: 48px;
    gap: 16px
}

.service_banner {
    max-height: 450px;
}

.service_banner_title {
    font-size: 3vh;
    font-weight: 600;
}

.service_block_title {
    margin-top: 82px;
    font-size: clamp(18px, 3.2vh, 40px);
}

.services_tech {
    margin-top: 32px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 320px));
    gap: 16px;
    justify-content: center;
}

.service_equipment_card_right {
    width: 40%
}

/* Карточка */
.services_tech_card {
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #fff;
    border-radius: 12px;
    min-height: 140px;
    box-sizing: border-box;
    transition: transform .2s ease, box-shadow .2s ease;
}

.services_tech_card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
}

.services_tech_card_title {
    margin: 0;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.2;
}

.services_tech_card_desc {
    margin: 10px 0 0;
    font-size: 15px;
    /* у тебя было font: 15px; — это ошибка */
    line-height: 1.4;
    opacity: .85;
}

.service_requirements {
    margin-top: 32px;
}

.service_requirements p {
    line-height: 200%;
}

.service_card_content_wrapper {
    padding: 0
}

.service_equipment_card {
    margin-top: 32px;
    padding: 20px 50px;
    justify-content: center;
}

.service_equipment_card_item {
    padding: 15px 10px 15px 115px;
    font-size: 18px;
    margin: 0 0 15px;
}

.service-material-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px 16px;
    margin-top: 32px;
}

.service-material-title {
    margin-top: 16px;
}

.service-material-card {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service_addition_text {
    margin-top: 32px;
}

.service_addition_text td {
    text-align: left
}

.service_content_title {
    margin-top: 92px;
}

.service_addition_text table {
    border: 1px solid #FF632A;
    border-radius: 16px;
    padding: 16px;
    border-collapse: separate;
    margin-top: 16px;
}

.service-material-image {
    height: 100px;
    width: 100px;
    border-radius: 100%;
}

.service_banner_wrapper {
    display: block
}

.service_banner_wrapper:hover {
    transform: scale(1) !important;
}

.service_banner_image {
    width: 50%;
    object-fit: contain;
}

.service_container {
    padding-bottom: 84px;
}

.service_contacts_wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.services_contact_panel a {
    color: black;
    transition: all 0.3s;
}

.services_contact_panel a:hover {
    color: #FF632A
}

.services_slider {
    position: relative
}

.services-equpment-card-list {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
    .service_equipment_card_item {
        padding: 10px 10px 10px 35px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .service_equipment_card_item {
        padding: 10px 10px 10px 60px;
    }

}



@media screen and (max-width: 1024px) {
    .service_block_title {
        font-size: clamp(18px, 2vh, 40px)
    }
}

@media screen and (max-width: 1000px) {
    .service_banner_title {
        font-size: 28px;
        line-height: 32px;
    }

    .service_contacts {
        flex-direction: column;
    }

}

@media screen and (max-width: 768px) {
    .service_banner_title {
        font-size: 22px;
        line-height: 28px
    }

    .services-equipment-card {
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .service_banner {
        max-height: 100%;
        flex-direction: column-reverse;
    }

    .service_banner_image {
        width: 100%;
    }

    .service_banner_title {
        font-size: 18px;
        line-height: 22px;
    }

    .service_banner_list ul li {
        font-size: 14px;
    }

    .service_block_title {
        font-size: 18px;
    }

    .services_tech {
        margin-top: 16px;
    }

    .service_advantages {
        padding-left: 0;
        margin: 16px 0;
    }

    .service_requirements {
        margin-top: 16px;
        font-size: 14px;
        line-height: 22px;
    }

    .service_btn {
        margin: 16px auto;
        text-align: center;
        line-height: 18px;
        height: 45px;
        font-size: 14px;
        padding: 0 20px;
    }

    .services-equpment-card-list li {
        font-size: 14px;
    }


    .service_addition_text {
        font-size: 14px;
        line-height: 22px;
    }

    .service_equipment_card {
        margin-top: 16px;
        margin-bottom: 22px;
    }

    .service_block_subtitle {
        font-size: 16px;
        line-height: 22px;
    }

    .service_advantages li {
        font-size: 14px;
    }

    .services-equipment-card {
        position: relative;
        padding: 10px
    }

    .service_equipment_card {
        height: 100%;

    }

    .service_card_content_wrapper {
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .services_tech {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .service_equipment_card_item {
        padding: 15px 10px 15px 35px;
        font-size: 14px;
        margin: 0 0 10px;
    }

    .service_equipment_card {
        padding: 10px 20px;
    }

    .service-material-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-material-card {

        text-align: center;
    }

    .service-material-title {
        font-size: 14px;
        line-height: 16px;
    }

    .service_equipment_card_right {
        width: 100%
    }
}