.PostTags{display:flex;flex-wrap:wrap;gap:12px}.PostTags__item{background:var(--secondary);border-radius:6px;cursor:pointer;padding:7px 12px}.PostTags__item:hover{background:var(--secondary-hover)}.PostInfo{align-items:center;color:#707783;display:flex;line-height:24px}.PostInfo__category{font-weight:700;text-decoration:none;text-transform:uppercase}.PostInfo__date{align-items:center;display:flex;position:relative;white-space:nowrap}.PostInfo__date:not(:first-child){margin-left:20px}.PostInfo__date:not(:first-child):before{background:#d9d9d9;border-radius:50%;content:"";height:4px;left:-12px;position:absolute;width:4px}.MobileBlock{align-items:center;background:var(--secondary-hover,#f2f2f2);border-radius:16px;display:none;flex-direction:column;gap:36px;justify-content:center;padding:20px}.MobileBlock__title{font-size:30px;font-weight:800;letter-spacing:-.01em;line-height:34px;text-align:left}.MobileBlock__links{align-items:center;display:flex;justify-content:center}@media (max-width:768px){.MobileBlock{display:flex}}.PostCard{position:relative}.PostCard a{text-decoration:none}.PostCard__image{background-color:var(--secondary);border-radius:16px;display:grid;margin-bottom:24px;overflow:hidden;position:relative;width:100%}.PostCard__image a{display:flex}.PostCard__image:after{background:linear-gradient(45.31deg,#3b445300 68.76%,#3b44531d 79.26%,#3b44533e 86.33%,#3b4453b3 103.71%);content:"";top:0;right:0;bottom:0;left:0;pointer-events:none;position:absolute}.PostCard__image picture{display:flex;width:100%}.PostCard__image img{height:370px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}@media (max-width:768px){.PostCard__image img{height:300px}}.PostCard__favorite{position:absolute;right:18px;top:20px;z-index:10}.PostCard__info{margin-bottom:8px}.PostCard__title{display:-webkit-box;font-size:24px;font-weight:700;line-height:28px;margin-bottom:12px;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.PostCard__description{color:#707783;margin-bottom:16px}@media (max-width:768px){.PostCard__description{margin-bottom:8px}}.PostCard__read-time{align-items:center;color:#707783;display:flex;margin-bottom:20px}.PostCard__read-time img{margin-right:8px;width:16px}
