@keyframes time-action{0%{opacity:1}45%{opacity:1}50%{opacity:0}55%{opacity:1}to{opacity:1}}.news-item{display:block}@media(hover:hover){.news-item:hover .news-item__arrow>div{transform:translate(0)}.news-item:hover .news-item__arrow>div>div{opacity:1;transform:scale(1)}}.news-item__image{position:relative;height:22rem}.news-item__image>img{display:block;width:100%;height:100%;object-fit:cover}@media(min-width:1101px){.news-item__image>img{border-radius:3rem}}@media(max-width:1100px){.news-item__image>img{border-radius:2rem}}.news-item__image>.tag{position:absolute}@media(min-width:1101px){.news-item__image>.tag{top:1.6rem;left:1.6rem}}@media(max-width:1100px){.news-item__image>.tag{top:1.2rem;left:1.2rem}}.news-item__age{display:flex;column-gap:.8rem;position:absolute}@media(min-width:1101px){.news-item__age{top:1.6rem;left:1.6rem}}@media(max-width:1100px){.news-item__age{top:1.2rem;left:1.2rem}}.news-item__age>*{flex:none}.news-item__timer{position:absolute;background-color:#fffc;-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);border-radius:1.4rem;padding:.6rem 0 1rem 1.2rem}@media(min-width:1101px){.news-item__timer{top:1.6rem;left:1.6rem;width:12rem}}@media(max-width:1100px){.news-item__timer{top:1.2rem;left:1.2rem;width:11.2rem}}.news-item__timer-label{display:block}@media(min-width:1101px){.news-item__timer-label{font-weight:400;font-size:.8rem;line-height:1.275}}@media(max-width:1100px){.news-item__timer-label{font-weight:400;font-size:.8rem;line-height:1.275}}.news-item__timer-time{margin-top:.1rem;display:grid;grid-template-columns:repeat(3,max-content);column-gap:.4rem;color:var(--color-red-radiant)}@media(min-width:1101px){.news-item__timer-time>div>div{font-weight:700;font-size:1.8rem;line-height:1.222}}@media(max-width:1100px){.news-item__timer-time>div>div{font-size:1.6rem;line-height:1.17;font-weight:600}}.news-item__timer-time>div>div span{animation:time-action 5s infinite linear}.news-item__timer-time>div>span{display:block}@media(min-width:1101px){.news-item__timer-time>div>span{margin-top:-.1rem;font-weight:400;font-size:.8rem;line-height:1.275}}@media(max-width:1100px){.news-item__timer-time>div>span{font-weight:400;font-size:.8rem;line-height:1.275}}@media(min-width:1101px){.news-item__arrow{position:absolute;top:22rem;margin-top:-7.2rem;right:0;overflow:hidden;padding:2rem 0 0 2rem}.news-item__arrow>div{position:relative;padding:.8rem 1.2rem;background-color:var(--color-white);border-radius:3rem 0 0;transform:translate(100%,100%);transition-property:transform;transition-duration:.5s;transition-delay:0s;transition-timing-function:cubic-bezier(.16,1,.3,1)}.news-item__arrow>div:before,.news-item__arrow>div:after{position:absolute;display:block;content:"";width:4rem;height:4rem;border-radius:50%;pointer-events:none;box-shadow:2rem 2rem 0 var(--color-white)}.news-item__arrow>div:before{right:0;bottom:100%}.news-item__arrow>div:after{right:100%;bottom:0}.news-item__arrow>div>div{width:3.6rem;height:3.6rem;border-radius:50%;background-color:var(--color-red-soft);color:var(--color-white);display:flex;justify-content:center;align-items:center;opacity:0;transform:scale(.25);transition-property:opacity,transform;transition-duration:.75s;transition-delay:0s;transition-timing-function:cubic-bezier(.16,1,.3,1)}.news-item__arrow>div>div svg{flex:none;display:block;transform:rotate(-45deg)}}@media(max-width:1100px){.news-item__arrow{display:none}}.news-item__title{position:relative;z-index:1}@media(min-width:1101px){.news-item__title{margin-top:1rem;font-weight:500;font-size:1.8rem;line-height:1.222}}@media(max-width:1100px){.news-item__title{margin-top:.8rem}}.news-item__text{margin-top:.8rem;color:var(--color-grey-medium);display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}@media(min-width:1101px){.news-item__text{font-weight:400;font-size:1.4rem;line-height:1.428}}@media(max-width:1100px){.news-item__text{font-weight:400;font-size:1.2rem;line-height:1.275}}.news-item__aside{margin-top:1.6rem;display:flex;flex-wrap:wrap}@media(min-width:1101px){.news-item__aside{column-gap:1.2rem;row-gap:.8rem;font-weight:600;font-size:1.2rem;line-height:2;text-transform:uppercase;letter-spacing:.1rem}}@media(max-width:1100px){.news-item__aside{column-gap:.8rem;row-gap:.4rem;font-size:1rem;font-weight:600;line-height:1.275;text-transform:uppercase;letter-spacing:.1rem}}.news-item__aside span{flex:none;display:block;color:var(--color-aqua-1);background-color:var(--color-aqua-6);border-radius:2rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}@media(min-width:1101px){.news-item__aside span{padding:0 1rem}}@media(max-width:1100px){.news-item__aside span{padding:.4rem 1rem}}@keyframes news-loading{0%{opacity:1}20%{opacity:1}50%{opacity:.5}80%{opacity:1}to{opacity:1}}@keyframes news-more-loading{0%{opacity:1}20%{opacity:1}50%{opacity:.25}80%{opacity:1}to{opacity:1}}.news{display:grid;grid-template-columns:100%}@media(min-width:1101px){.news{row-gap:3.2rem}}@media(max-width:1100px){.news{margin-top:-.8rem;row-gap:2.4rem}}.news__filters{display:flex}@media(min-width:1101px){.news__filters{justify-content:center}}@media(max-width:1100px){.news__filters{overflow-x:auto;margin:0 calc(var(--container-gap) * -1);-ms-overflow-style:none;scrollbar-width:none}.news__filters::-webkit-scrollbar{display:none;width:0;height:0}.news__filters:before,.news__filters:after{content:"";width:var(--container-gap);height:1px;flex:none}}.news__filters ul{flex:none}@media(min-width:1101px){.news__filters ul{background-color:var(--color-sand-cards);display:flex;border-radius:3rem;padding:.4rem;list-style:none;overflow:hidden;position:relative}}@media(min-width:1101px)and (min-width:1101px){.news__filters ul{font-weight:400;font-size:1.4rem;line-height:1.428}}@media(min-width:1101px)and (max-width:1100px){.news__filters ul{font-weight:400;font-size:1.2rem;line-height:1.275}}@media(min-width:1101px){.news__filters ul:before{position:absolute;display:block;content:"";top:.4rem;bottom:.4rem;left:var(--left-news);width:var(--width-news);box-shadow:0 .2rem 1rem #0000001a;border-radius:3rem;background-color:var(--color-white);transition-property:left,width;transition-duration:.5s;transition-delay:0s;transition-timing-function:cubic-bezier(.16,1,.3,1)}.news__filters ul li{flex:none;border-radius:3rem;padding:0 3rem;display:flex;align-items:center;position:relative;color:transparent;white-space:nowrap;transition-property:background-color,box-shadow;transition-duration:.25s;transition-delay:0s;transition-timing-function:cubic-bezier(.16,1,.3,1)}}@media(min-width:1101px)and (min-width:1101px){.news__filters ul li{height:3.4rem}}@media(min-width:1101px)and (max-width:1100px){.news__filters ul li{height:3rem}}@media(min-width:1101px){.news__filters ul li:before{display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}}@media(min-width:1101px)and (min-width:1101px){.news__filters ul li:before{font-weight:200;font-size:1.4rem;line-height:1.275}}@media(min-width:1101px)and (max-width:1100px){.news__filters ul li:before{font-weight:300;font-size:1.2rem;line-height:1.275}}@media(min-width:1101px)and (hover:hover){.news__filters ul li{cursor:pointer}}@media(min-width:1101px){.news__filters ul li.-active:before{font-weight:400}}@media(max-width:1100px){.news__filters ul{display:flex;list-style:none;column-gap:.8rem}}@media(max-width:1100px)and (min-width:1101px){.news__filters ul{font-weight:200;font-size:1.4rem;line-height:1.275}}@media(max-width:1100px)and (max-width:1100px){.news__filters ul{font-weight:300;font-size:1.2rem;line-height:1.275}}@media(max-width:1100px){.news__filters ul li{flex:none;border-radius:2rem;border-width:1px;border-style:solid;line-height:0;display:flex;align-items:center;transition-property:background-color,border-color;-webkit-tap-highlight-color:transparent;transition-duration:.25s;transition-delay:0s;transition-timing-function:cubic-bezier(.16,1,.3,1)}}@media(max-width:1100px)and (min-width:1101px){.news__filters ul li{padding:.8rem 2rem}}@media(max-width:1100px)and (max-width:1100px){.news__filters ul li{padding:.6rem 2rem}}@media(max-width:1100px)and (hover:hover){.news__filters ul li{cursor:pointer}}@media(max-width:1100px){.news__filters ul li.-active{pointer-events:none}}@media(max-width:1100px)and (min-width:1101px){.news__filters ul li.-active{font-weight:400;font-size:1.4rem;line-height:1.428}}@media(max-width:1100px)and (max-width:1100px){.news__filters ul li.-active{font-weight:400;font-size:1.2rem;line-height:1.275}}@media(min-width:1101px){.news__filters ul li:before{content:attr(data-news-name);color:var(--color-main-black)}}@media(min-width:1101px)and (hover:hover){.news__filters ul li:not(.-active):hover{background-color:var(--color-sand-medium)}}@media(max-width:1100px){.news__filters ul li{border-color:var(--color-sand-dark)}.news__filters ul li.-active{border-color:var(--color-sand-medium);background-color:var(--color-sand-medium)}}.news__filters ul li.-active{pointer-events:none}.news__list{display:grid;align-items:start;row-gap:4rem;opacity:1;transition-property:opacity;transition-duration:1s;transition-delay:0s;transition-timing-function:cubic-bezier(.16,1,.3,1)}.news__list.-loading{opacity:.5;pointer-events:none}.news__list.-loading .news-item{animation:news-loading 2.5s infinite linear}@media(min-width:1101px){.news__list{grid-template-columns:repeat(4,1fr);column-gap:3rem}}@media(min-width:701px)and (max-width:1100px){.news__list{grid-template-columns:repeat(2,1fr);column-gap:2.4rem}.news__list .news-item__image{height:19rem}}@media(max-width:700px){.news__list{grid-template-columns:100%}}.news__more.-loading{pointer-events:none;animation:news-more-loading 1.5s infinite linear}@media(min-width:1101px){.news__more{text-align:center}}@media(max-width:1100px){.news__more .button{width:100%}}
