.anons-item {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    align-items: center; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center;
    text-decoration: none;
    color: inherit;
} 
.anons-item__img-wpapper {
    margin-right: 25px;
    margin-bottom: 0px;
    width: 76px;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
}
.anons-item__objectImageBlok {
    position: relative;
    width: 74px;
    height: 74px;
    border-radius: 50%;
}
.anons-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);
}
.anons-item__image {
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}
.anons-item__title {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2;
    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;
}
.anons-item__text ul {
    list-style: none;
    padding-left: 0;
}
.anons-item__text ul li {
    padding-left: 17px;
    margin-bottom: 3px;
    position: relative;
}
.anons-item__text ul li::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #369191;
    position: absolute;
    left: 0;
    top: 8px;
}
.anons .end-block {
    margin-top: 30px;
}
.anons__buttonSend {
    display: block;
    margin: auto;
}

@media (min-width: 576px) {
    .anons__item {
        margin-bottom: 50px;
    } 
    .anons-item {display: block;}
    .anons-item__img-wpapper {width: 100%; margin-right: 0; margin-bottom: 15px;}
    .anons-item__objectImageBlok {width: 100%; height: auto; padding-top: 75%; border-radius: 0;}
    .anons-item__image {border-radius: 0;}
}