.news{background:#fff;padding:112px 0}.news .section-title{margin-bottom:24px}.news-head{margin-bottom:64px}.news-head__desc{align-items:center;padding-right:140px;display:flex;position:relative}.news-head__desc .view-allnews{position:absolute;bottom:0;right:0}.news-list{flex-wrap:wrap;gap:32px;display:flex}.news-card{border-radius:20px;flex-direction:column;flex:320px;align-items:flex-start;display:flex;overflow:hidden}.news-card:hover .news-card__thumb img{transition:transform .12s ease-in;transform:scale(1.1)}.news-card__thumb{width:100%;height:100%;max-height:247px;display:flex;overflow:hidden}.news-card__thumb img{object-fit:cover;width:100%;transition:transform .12s ease-out}.news-card__inner{background:#f6faff;width:100%;height:100%;padding:24px;text-decoration:none}.news-card__adds{align-items:center;gap:16px;margin-bottom:16px;display:flex}.news-card__cat{color:var(--mainColor);text-transform:uppercase;font-size:16px;font-weight:400;line-height:150%;text-decoration:none}.news-card__time{color:#545a65;font-size:14px;font-weight:300;line-height:150%}.news-card__except{margin-bottom:24px}.news-card__except h6{margin-bottom:8px}.hidden-link{color:var(--text-darkblue);text-decoration:none}.news-card__except p{line-height:150%}body.news-page .news .news-head,body.blog .news .news-head{text-align:center}body.news-page .news .news-list,body.blog .news .news-list{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:32px;display:grid}body.news-page .newslist-opts,body.blog .newslist-opts{text-align:center;justify-content:center;align-items:center;margin-top:80px;display:flex}@media screen and (width<=1080px){.news{padding:80px 0}.news-head{margin-bottom:32px}.news-card__thumb{min-height:180px;max-height:180px}.news-list{gap:15px}.news-card{flex:280px}.news-card__inner{padding:15px}.news-card__except h6{margin-bottom:6px}.news-card__except{margin-bottom:20px}}@media screen and (width<=820px){.news{padding:40px 0}.news .section-title{margin-bottom:5px}}