.uslugi-greed-item {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    text-decoration: none;
    color: inherit;
} 
.uslugi-greed-item__img-wpapper {
    margin-right: 25px;
    margin-bottom: 0px;
    width: 76px;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
}
.uslugi-greed-item__objectImageBlok {
    position: relative;
    width: 74px;
    height: 74px;
    border-radius: 50%;
}
.uslugi-greed-item__objectImageBlok:hover {
    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
}
.uslugi-greed-item__image {
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}
.uslugi-greed-item__title {
    font-size: 21px;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 5px;
    text-decoration: underline;
    color: #257373;
}
.anonses_price {
    color: black;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
}
.uslugi-greed-item__text ul {
    list-style: none;
    padding-left: 0;
}
.uslugi-greed-item__text ul li {
    padding-left: 17px;
    margin-bottom: 3px;
    position: relative;
}
.uslugi-greed-item__text ul li::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #369191;
    position: absolute;
    left: 0;
    top: 8px;
}
.uslugi-greed .end-block {
    margin-top: 30px;
}
.uslugi-greed__buttonSend {
    display: block;
    margin: auto;
}

@media (min-width: 576px) {
    .uslugi-greed-item {display: block;}
    .uslugi-greed-item__img-wpapper {width: 100%; margin-right: 0; margin-bottom: 15px;}
    .uslugi-greed-item__objectImageBlok {width: 100%; height: auto; padding-top: 75%; border-radius: 0;}
    .uslugi-greed-item__image {border-radius: 0;}
}