.category-element-menu {
    padding: 4px 13px;
    border-radius: 8px;
    background-color: rgb(179, 214, 195);
    transition: background-color 130ms linear 0s; 
}

.category-element-menu:hover {
    background-color: #7fbd9b;
}


.wrp-service-category-menu a {
    text-decoration: none;
    color: #545454;
}


.category-name {
    position: relative;
    font-weight: 500;
    font-size: 25px;
    color: #666666;
    margin-bottom: 81px;
}

.category-name::after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -14px;
    width: 36%;
    border-bottom: 4px solid #2272e959;

}

.service-block-name {
    margin: 6px 0px 21px 0px;
    color: #5c5c5c;
    font-weight: 500;
    font-size: 18px;
    height:50px;
}

.midle-decor {
    border-bottom: 1px dotted #d3cece;
    width: 31%;
    position: relative;
    top: -6px;
}

.service-price-title,
.service-dedline-title {
    color: #707070;
}

.service-price {
    color: #c38422;
    font-size: 18px;
}

.service-dedline {
    color: #0b6589;
    font-size: 18px;
    min-width: 38%;
    text-align: center;
}

.service-block-page a {
    text-decoration: none;
}

.service-block-page {
    background-color: white;
    border: 1px solid #CDD5E9;
    border-radius: 19px;
    box-shadow: inset 0px 0px 0px 10px #e5ebff5c;
    padding: 14px;
    transition:box-shadow 250ms linear 0s;
    cursor:pointer;

}

.service-block-page:hover {
    box-shadow: inset 0px 0px 0px 10px #e5ebffbb;
    border: 1px solid #cdd7f1;
}

.wrp-service-block-price,
.wrp-service-dedline {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.wrp-service-block-price {
    margin-bottom: 12px;
}


@media screen and (min-width: 1000px) {

    .wrp-services-content {
        /* Tak kak mojet ne bit contenta i shlopivaetsya */
        min-height: 62vh;
        height:auto;
    }
    .wrp-service-category-menu {
        display: flex;
        justify-content: start;
        flex-wrap: wrap;
        margin: 68px 0px 91px 0px;
        gap: 0% 1%;
    }
    .category-element-menu {
        margin: 7px 5px;
    }
    .wrp-catogories {
        display: flex;
        justify-content: start;
        flex-wrap: wrap;
    }
    .img-category {
        width: 60px;
        height: 60px;
        margin-top: -11px;
        margin-right: 17px;
    }
    .wrp-services-blocks {
        margin: 64px 0px 70px 0px;
    }
    .wrp-service-block-page {
        display: flex;
        justify-content: start;
        flex-wrap: wrap;
        gap: 0px 5%;
    }
    .service-block-page {
        width: 30%;
        margin-bottom: 38px;
    }
}

@media screen and (max-width:1000px) {

    .service-category-description {
        margin: 40px 0px 64px 0px;
        padding: 0px 10px 0px;
    }
    .category-element-menu {
        width: 100%;
        margin: 15px 5px;
        text-align: center;
    }
    .wrp-services-blocks {
        margin: 64px 0px 70px 0px;
    }
    .img-category {
        width: 50px;
        height: 50px;
        margin-bottom: 12px;
    }
    .service-block-page {
        width: 100%;
        margin-bottom: 38px;
    }

}
