.service-item ul {
    margin-left: 20px;
}

.service-item ul li {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #22262A80;
}

.service-center .service-item {
    gap: 20px;
}

.service-center .service-item>div {
    display: flex;
    align-items: center;
    gap: 6px;
}

.service-center .service-left>div {
    row-gap: 40px;
}

.service-center .service-left button {
    justify-self: center;
}

.order-modal-overlay {
    z-index: 8999!important;
}

.page-subs {
    font-weight: 600;
    color: #22262A80;
    margin-top: 10px;
}

.service-center_bottom {
    margin-top: 120px;
}

.service-center_bottom-block {
    margin-top: 40px;
}

.service-center_bottom-block .product-images img {
    max-width: 100%;
    max-height: 240px;
    border-radius: 10px;
    object-fit: cover;
}

.service-center_bottom-block .swiper-slide {
    display: flex;
    flex-grow: 1;
}

.product-images .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .service-center-sw-1 {

} */

.serv-product {
    width: 100%;
    padding: 10px;
    background: #F5F5F5;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    min-height: 722px;
    flex-grow: 1;
    height: 100%;
}

.serv-prod-price {
    margin-top: 32px;
    font-weight: 600;
    font-size: 32px;
    color: #22262A;
}

.serv-product button {
    width: 100%;
    margin-top: 20px;
}

.serv-product ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
    list-style: none;
}

.serv-product li {
    font-weight: 400;
    color: #22262AB2;
    display: flex;
    align-items: center;
    gap: 10px;
}

.serv-prod-description>div {
    margin-top: 32px;
    flex-grow: 1;
}

.serv-prod-description>div p {
    font-weight: 600;
    color: #22262A;
}

.serv-prod-description {
    flex-grow: 1;
    padding: 0 10px 10px 10px;
    display: flex;
    flex-direction: column;
}

.serv-prod-description>p {
    font-family: Mulish;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #22262A;
    margin-top: 20px;
}

.serv-prod-description>span {
    color: #22262A80;
    margin-top: 6px;
}

.serv-prod-description> .serv-prod-price {
    margin-top: 32px;
}

.product-images .swiper-pagination {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
}

.swiper-pagination-bullet {
    background: #fff;
    border: 1px solid #CF2124;
    border-radius: 50%;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #CF2124;
}


@media screen and (max-width:1845px) {
    .serv-product {
        min-height: 742px;
    }
}

@media screen and (max-width:1735px) {
    .serv-product {
        min-height: 762px;
    }
}

@media screen and (max-width:1522px) {
    .serv-product {
        min-height: 783px;
    }
}

@media screen and (max-width:1350px) {
    .serv-product {
        min-height: 732px;
    }

    .serv-prod-description>p {
        font-size: 20px;
    }
    .serv-prod-description>span {
        font-size: 14px;
    }

    .serv-prod-description>div {
        margin-top: 20px;
    }
    .serv-product li {
        font-size: 14px;
        gap: 5px;
    }

}

@media screen and (max-width:1200px) {
    .service-center_bottom {
        width: 100%;
        margin-top: 80px;
    }
}

@media screen and (max-width:769px) {
    .service-center_bottom {
        margin-top: 40px;
    }
}