.article-item{align-items:baseline;border-radius:15px;display:flex;flex-direction:column;height:280px;max-width:400px;overflow:hidden;padding:22px;position:relative}.article-item:hover .article-item__btn{opacity:.8}.article-item:hover .article-item__btn svg{transform:translate(4px)}@media(max-width:1254px){.article-item{height:200px;padding:18px}}@media(max-width:992px){.article-item{height:240px;padding:18px 20px 22px}}@media(max-width:642px){.article-item{max-width:100%}}.article-item--small{height:240px;padding:18px 20px}.article-item--small .article-item__title{font-size:15px;margin-bottom:12px}.article-item--small .article-item__btn{font-size:14px;min-height:18px}.article-item__date{align-items:center;-webkit-backdrop-filter:blur(65px);backdrop-filter:blur(65px);background:#ffffffdb;border-radius:5px;color:#101010;display:inline-flex;font-size:12px;font-weight:400;justify-content:center;line-height:130%;margin:0 0 auto;min-height:26px;padding:0 9px}.article-item__title{color:#fff;font-size:16px;font-weight:600;line-height:130%;margin-bottom:14px}@media(max-width:992px){.article-item__title{font-size:15px;margin-bottom:12px}}.article-item__btn{align-items:center;color:#62cb3d;display:flex;font-size:15px;font-weight:600;gap:6px;min-height:17px}.article-item__btn span{height:16px;line-height:1}.article-item__btn svg{transition:all .3s}@media(max-width:992px){.article-item__btn{font-size:14px}}.article-item__img{height:100%;inset:0;overflow:hidden;position:absolute;width:100%;z-index:-1}.article-item__img img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.article-item__shadow{background:linear-gradient(180deg,#21212100 14.82%,#161616 95.6%);height:100%;inset:0;position:absolute;transition:all .3s;width:100%;z-index:-1}.article-list{display:grid;gap:25px 20px;grid-template-columns:repeat(auto-fill,minmax(400px,1fr))}@media(max-width:1254px){.article-list{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media(max-width:992px){.article-list{gap:20px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}.article-list--small{grid-template-columns:repeat(auto-fill,minmax(295px,1fr))}@media(max-width:992px){.article-list--small{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}.article-list .article-item{max-width:100%}
