@keyframes sandra-open{0%{opacity:0;transform:scale3d(1.1,1.1,1)}to{opacity:1;transform:scaleX(1)}}@keyframes sandra-close{0%{opacity:1}to{opacity:0;transform:scale3d(.9,.9,1)}}@keyframes dialog-mobile-open{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes dialog-mobile-close{0%{opacity:1;transform:translateY(0)}to{opacity:1;transform:translateY(100%)}}@keyframes HideList{0%{transform:scaleY(1)}to{transform:scaleY(0)}}.news-item{position:relative;overflow:hidden;width:100%;height:100%;transition:transform .15s;border-radius:15px;background:#f3f3f3}@media only screen and (max-width:780px){.news-item{width:100%;height:auto;padding:20px;background:#fff}}.news-item:active{transform:scale(.97)}.news-item:before{position:absolute;z-index:1;inset:0;display:block;content:"";transition:all .3s ease-out;opacity:.87;background-image:linear-gradient(0deg,#3f4a51 0,#14181400 70%)}@media only screen and (max-width:780px){.news-item:before{inset:20px;border-radius:15px}}.news-item__photo{position:absolute;inset:0;width:100%;height:100%;transition:all .8s ease-out;border-radius:15px;-o-object-fit:cover;object-fit:cover}@media only screen and (max-width:780px){.news-item__photo{position:static;display:flex}}.news-item__title{font-size:18px;font-weight:400;line-height:120%;max-width:260px;color:#fff}.news-item__title:hover{color:#fff}.news-item__content{display:flex;flex-direction:column;justify-content:flex-end;min-width:100%;height:100%;min-height:100%}@media only screen and (max-width:780px){.news-item__content{position:absolute;inset:0;min-height:auto;padding:20px}}.news-item__info{font-size:18px;font-weight:500;position:relative;z-index:1;display:flex;flex-direction:column;justify-content:flex-end;min-height:100%;padding:40px;color:#fff}@media only screen and (max-width:1024px){.news-item__info{padding:20px}}.news-item__date{font-size:16px;font-weight:400;display:flex;align-items:center;margin-bottom:15px}.news-item__date svg{margin-right:10px}.news-item__label{position:absolute;z-index:5;top:0;right:0}.news-item--main{width:100%;height:100%;padding:0;transition:transform .15s;border-radius:15px;background:#f3f3f3}.news-item--main:before{inset:0;border-radius:0}.news-item--main .news-item__content{position:absolute;bottom:0;min-height:100%;padding:0}.news-item--main .news-item__photo{position:static;display:block}
