.pagination{display:flex;justify-content:center;align-items:center;list-style:none;overflow:hidden;gap:5px}.pagination li{width:50px;height:50px}.pagination__link{display:flex;align-items:center;justify-content:center;font-weight:400;width:100%;height:100%;background:none;cursor:pointer;border-radius:5px;border:1px solid var(--main-color-75);transition:var(--transition);font-size:1em}.pagination__link--disabled{cursor:auto}.pagination__link .icon{width:16px;height:16px}.pagination__link:not(.pagination__link--disabled):not(.pagination__link--active):hover{background:var(--main-color-25);border-color:var(--main-color)}.pagination__link:not(.pagination__link--disabled):not(.pagination__link--active):hover .pagination__icon svg path{stroke:var(--gray)}.pagination__link--active{cursor:auto;background:var(--gray);color:var(--dark_o3);border-color:var(--gray);pointer-events:none}.breadcrumbs{display:flex;padding:0 30px;justify-content:center;align-items:center}.breadcrumbs__button{margin-right:16px}.breadcrumbs__container{display:flex;align-items:baseline;overflow-x:auto}.breadcrumbs__container::-webkit-scrollbar{width:0}@media only screen and (max-width:860px){.breadcrumbs__container{align-items:center}}.breadcrumbs__container li{flex-shrink:0;display:flex;align-items:center}.breadcrumbs__container li a{font-weight:700;font-size:.85em;line-height:114%;color:var(--main-color-75);display:flex;align-items:center;transition:var(--transition)}@media only screen and (max-width:860px){.breadcrumbs__container li a{padding:2px 0}}.breadcrumbs__container li a:hover span{border-color:inherit}.breadcrumbs__container li a span{transition:var(--transition);border-bottom:1px solid rgba(0,0,0,0)}.breadcrumbs__container li a .icon{width:12px;height:12px}.breadcrumbs__container li>span{font-weight:700;font-size:.85em;line-height:114%;display:flex;align-items:center;color:var(--main-color)}.breadcrumbs .btn{flex-shrink:0}.entity__item{position:relative;display:flex;color:var(--white);border-radius:var(--main_radius);overflow:hidden;width:calc(33.3333% - 20px);max-height:478px}@media only screen and (max-width:990px){.entity__item{width:calc(50% - 15px)}}@media only screen and (max-width:560px){.entity__item{width:100%}}.entity__item:hover{opacity:.9}.entity__item:after{content:"";display:block;position:absolute;left:0;right:0;top:0;bottom:0;background:linear-gradient(9.61deg,var(--black),rgba(0,0,0,0) 51.98%);opacity:.5}.entity__item--share:first-child{width:calc(66.6666% - 15px)}@media only screen and (max-width:990px){.entity__item--share:first-child{width:calc(50% - 15px)}}@media only screen and (max-width:560px){.entity__item--share:first-child{width:100%}}.entity__item--share:first-child .entity__item-img{position:relative;padding-top:55.77596266044341%;width:100%;height:100%}.entity__item--share:first-child .entity__item-img .ratio-container{position:absolute;left:0;top:0;right:0;bottom:0;overflow:hidden}.entity__item--share:first-child .entity__item-img .ratio-container img{width:100%;height:100%;object-fit:cover;object-position:center}@media only screen and (max-width:990px){.entity__item--share:first-child .entity__item-img{position:relative;padding-top:115.73849878934625%;width:100%}.entity__item--share:first-child .entity__item-img .ratio-container{position:absolute;left:0;top:0;right:0;bottom:0;overflow:hidden}.entity__item--share:first-child .entity__item-img .ratio-container img{width:100%;height:100%;object-fit:cover;object-position:center}}.entity__item--share:nth-child(2){width:calc(33.3333% - 15px)}@media only screen and (max-width:990px){.entity__item--share:nth-child(2){width:calc(50% - 15px)}}@media only screen and (max-width:560px){.entity__item--share:nth-child(2){width:100%}}.entity__item--news .entity-date{display:none}.entity__item-img{position:relative;padding-top:115.73849878934625%;width:100%;height:100%}.entity__item-img .ratio-container{position:absolute;left:0;top:0;right:0;bottom:0;overflow:hidden}.entity__item-img .ratio-container img{width:100%;height:100%;object-fit:cover;object-position:center}.entity__item-info{position:absolute;left:0;right:0;top:0;bottom:0;z-index:1;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;grid-gap:4px;padding:30px}@media only screen and (max-width:1150px){.entity__item-info{padding:20px}}.entity__item-date{font-weight:400;font-size:.875em;line-height:160%;padding:5px 20px;background:var(--main-color-75);border-radius:5px}@media only screen and (max-width:990px){.entity__item-date{padding:5px 15px;font-size:.75em}}.entity__item-bottom{margin-top:auto;display:flex;flex-direction:column;gap:10px}.entity__item-title{font-family:var(--font_regular);font-style:normal;font-weight:700;font-size:2.125em;line-height:110%;margin:0;text-align:left;text-transform:none;word-break:break-word;-webkit-line-clamp:4;line-clamp:4;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}@media only screen and (max-width:990px){.entity__item-title{font-size:1.75em}}@media only screen and (max-width:768px){.entity__item-title{font-size:1.5em}}.entity__item-subtitle{display:flex;font-size:1.125em;line-height:160%}@media only screen and (max-width:990px){.entity__item-subtitle{font-size:1em}}.news-page{width:100%;display:grid;grid-gap:32px;padding-top:32px;padding-bottom:48px}@media only screen and (max-width:420px){.news-page{grid-gap:16px}}.news-page__content{display:grid;grid-gap:32px;width:100%;max-width:var(--main_width)}.news-page__items{display:flex;flex-wrap:wrap;grid-gap:30px}.news-page__container{display:flex;justify-content:center;padding:0 15px}