.news__section{background-color:#f9f9f9;position:relative}.news__section .section__header{margin-bottom:2.625rem}.news__list{display:grid;gap:1.25rem;grid-template-columns:repeat(3,1fr);margin-bottom:2rem}@media only screen and (max-width:767px){.news__list{grid-template-columns:repeat(1,1fr)}}.news__item{aspect-ratio:420/364;border-radius:.75rem;overflow:hidden;position:relative}.news__item:before{background:-webkit-gradient(linear,left top,left bottom,color-stop(55.77%,rgba(4,4,4,.12)),color-stop(92.31%,rgba(4,4,4,.72)));background:linear-gradient(180deg,rgba(4,4,4,.12) 55.77%,rgba(4,4,4,.72) 92.31%);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.news__item:after{background-image:url(../img/button_next_prev.svg);background-position:50%;background-size:cover;content:"";height:3rem;left:1rem;opacity:0;position:absolute;top:1rem;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out;width:3rem;z-index:2}.news__item picture{height:100%;left:0;position:absolute;top:0;width:100%}.news__item picture img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.news__item:first-child{aspect-ratio:860/364;grid-column:span 2}.news__item:nth-child(2){grid-column:span 1}@media only screen and (max-width:767px){.news__item:nth-child(n+2){display:none}.news__item:first-child{aspect-ratio:343/298;grid-column:span 3}}.news__item:hover:after{opacity:1}.news__info{display:-webkit-box;display:-ms-flexbox;display:flex;padding:1.25rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;color:var(--color-white);height:100%;justify-content:flex-end;position:relative;z-index:2}.news__title{font-size:1.25rem;line-height:140%;margin-bottom:.5rem}.news__desc{color:#ffffffcc;font-size:.875rem;font-weight:400;line-height:140%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.news_more .news__list{display:block}@media only screen and (max-width:767px){.news_more .news__list{margin-bottom:0;padding-bottom:2rem}}.news_more .news__item:first-child{aspect-ratio:420/364;grid-column:span 1}.news_more .news__item:nth-child(n+2){display:block}.news_more .slick-dots li:not(.slick-active) button{background-color:#c4bdc9}