/* ---- show-all-offers.css----*/
.all-offers-container{max-width:1170px; margin:0 auto 60px;}  .post-block_personal{text-align:center;}  .name-foto-personal{width:92px;height:92px; margin:9px auto 0; border-radius:50%; box-shadow: 0 4px 18px rgb(0 0 0 / 11%)}  .name-personal{font-size:30px; color:#000; margin:0; font-weight:600;}  .post-block{display: flex; justify-content: flex-start; align-items: flex-end; padding: 8px 0 3px 0;}  .content-item{margin:30px 0; box-shadow:0 4px 18px rgb(0 0 0 / 11%)}  .content-wrapper{padding:0 0 9px;}  .offers-point-img{width:100%; max-width:540px; margin:0;}  .offers-block {margin: 5px 1% 5px 2%; color: #000;}  .user-text-block{overflow:hidden; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient:vertical; margin: 0 0 8px; font-size:28px; line-height:32px;}  .text_aserposts{display:-webkit-box; -webkit-line-clamp:5; -webkit-box-orient:vertical; overflow:hidden; font-size:20px; line-height:24px; margin:8px 0 4px;}  .state{font-size:20px; margin:0 20px 0 0; font-weight:600; color:#9ea5ad}
.availability{font-size:18px; margin:0; font-weight:600; color:#9ea5ad}  .price{font-size:24px; font-weight:600; margin:5px 0; color:#4a5158;}
@media(min-width: 900px){.all-offers-container{display:flex; justify-content:space-between;} .post-block_personal{text-align:left;} .main-page{width:69%;} .side-bar{width:28%;}}
