.person-info{margin-bottom:24px}@media screen and (min-width:1280px){.person-info{margin-bottom:0}}.person-info__title{font-size:20px;font-weight:700;margin-bottom:20px;word-break:break-word;text-transform:uppercase}@media screen and (min-width:375px){.person-info__title{font-size:24px}}@media screen and (min-width:768px){.person-info__title{font-size:28px}}.person-info__list{display:flex;flex-wrap:wrap;gap:24px}.person-info__list li{min-width:auto}@media screen and (min-width:1280px){.person-info__list li{min-width:280px}}.person-info__phone{text-decoration:none}.person-info__phone:hover{text-decoration:underline}.page-header{padding:8px 0}.page-header.initial-linear-gradient{background:linear-gradient(-80deg,#18181b,#000 20% 20%)}.page-header.custom-linear-gradient{background:linear-gradient(-80deg,var(--theme-breadcrumbs-bg-color) 0%,var(--theme-breadcrumbs-bg-color) 20%,var(--theme-breadcrumbs-bg-color) 20%)}@media screen and (min-width:768px){.page-header{padding:18px 0}}@media screen and (min-width:1280px){.page-header{padding:20px 0}}.page-header__content{display:flex;flex-direction:column}.page-header__breadcrumbs{display:flex;align-items:center;flex-wrap:wrap}.page-header__breadcrumbs li{font-size:14px;color:var(--theme-breadcrumbs-text-color)}.page-header__breadcrumbs li:not(:last-child):after{content:"/";color:var(--theme-breadcrumbs-text-color);margin:0 8px}.page-header__breadcrumbs li.active{color:var(--theme-accent-color);pointer-events:none}.page-header__title{color:var(--theme-breadcrumbs-text-color);font-size:28px;line-height:140%;text-transform:uppercase;font-weight:800;margin-top:16px}@media screen and (min-width:768px){.page-header__title{font-size:36px;margin-top:20px}}@media screen and (min-width:1280px){.page-header__title{font-size:44px;margin-top:24px}}.page-header__description{font-size:16px;color:var(--theme-breadcrumbs-text-color);margin-top:8px}.page-header__role{font-size:20px;font-weight:700;color:var(--theme-breadcrumbs-text-color);margin-top:10px}.page-header__content-inner{display:flex;align-items:center;justify-content:space-between;gap:16px}.page-header__number{font-family:Oswald,sans-serif;font-size:124px;line-height:1;display:none;margin-top:8px}@media screen and (min-width:768px){.page-header__number{display:block;margin-top:0}}.page-header__number-mobile{display:block}@media screen and (min-width:768px){.page-header__number-mobile{display:none}}.page-header__button{margin-top:20px}@media screen and (min-width:768px){.page-header__button{margin-top:30px}}.news-card{display:flex;border-radius:4px;border:1px solid var(--theme-section-border-color);width:100%;min-width:0;max-width:100%;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;contain:layout;isolation:isolate}@media(hover:hover){.news-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000026}.news-card:hover .news-card__image img{transform:scale(1.05)}}.news-card.column .news-card__image{max-width:100%;max-height:344px;min-height:auto}@media screen and (min-width:768px){.news-card.column .news-card__image{max-height:350px;min-height:350px}}.news-card.row{flex-direction:column}@media screen and (min-width:768px){.news-card.row{flex-direction:row}}.news-card .tags-list{max-height:60px;overflow:hidden}.news-card .description,.news-card .title{overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box}.news-card .title{-webkit-line-clamp:2;min-height:auto;font-size:16px;transition:color .18s cubic-bezier(.445,.05,.55,.95)}@media screen and (min-width:768px){.news-card .title{min-height:50px}}.news-card__image{flex:0 0 auto;position:relative;width:100%;max-width:100%;min-width:0;max-height:344px;display:flex;overflow:hidden}@media screen and (min-width:768px){.news-card__image{flex:0 0 360px;max-width:360px}}@media screen and (min-width:1024px){.news-card__image{flex:0 0 452px;max-width:452px}}.news-card__image img{display:block;width:100%;object-fit:cover;transition:transform .5s ease;transform:scale(1);transform-origin:center center;will-change:transform;backface-visibility:hidden}.news-card__content{padding:16px;flex-grow:1}@media screen and (min-width:1280px){.news-card__content{padding:24px}}.news-card__content .description{min-height:auto}@media screen and (min-width:768px){.news-card__content .description{min-height:96px}}.news-card .date{color:rgb(from var(--theme-section-text-color) r g b/.8)}.news-card__categories .categories{display:flex;align-items:center;row-gap:8px;column-gap:12px;padding-bottom:12px;flex-wrap:wrap;max-height:82px;overflow:hidden}.news-card__categories .categories.is-expanded{max-height:100%}.news-card__categories .categories.is-expanded~.show-more svg{transform:rotate(180deg)}.news-card__categories .show-more{display:none;color:var(--theme-section-text-color)}.chip.tag{background-color:#e8e8ea;border-radius:50px;padding:2px 8px;font-size:14px;color:var(--theme-section-text-color)}.latest-news>a{display:inline-flex!important}@media screen and (min-width:640px){.latest-news>a{display:none!important}}.latest-news .section-header a{display:none!important}@media screen and (min-width:640px){.latest-news .section-header a{display:inline-flex!important}}.latest-news .d-grid{display:grid;grid-template-columns:1fr;grid-gap:30px}@media screen and (min-width:900px){.latest-news .d-grid{grid-template-columns:repeat(3,1fr);grid-gap:16px}}@media screen and (min-width:1440px){.latest-news .d-grid{grid-gap:30px}}.latest-news .news-card{flex:33.33%;flex-grow:0}.latest-news .news-card__content{padding:24px 16px}.latest-news .news-card__content .description{min-height:auto}@media screen and (min-width:900px){.latest-news .news-card__content .description{min-height:96px}}@media screen and (min-width:1440px){.latest-news .news-card__content{padding:24px}}.latest-news .news-card__image{min-width:auto}.latest-news .news-card__image img{object-fit:cover}.news{padding:36px 0}@media screen and (min-width:640px){.news{padding:64px 0}}.section-uaf-president{padding:26px 0 64px;background-size:100% calc(100% - 64px);position:relative;background-image:linear-gradient(-80deg,#18181b,#000 20% 20%);background-repeat:no-repeat}@media screen and (min-width:768px){.section-uaf-president{padding:26px 0 120px;background-size:100% calc(100% - 120px)}}@media screen and (min-width:1024px){.section-uaf-president{background-size:100% 216px}}.section-uaf-president .layout{padding:0}@media screen and (min-width:1024px){.section-uaf-president .layout{padding:0 var(--main-padding)}}@media screen and (min-width:768px){.president-box{display:grid;grid-template-columns:360px 1fr;grid-template-areas:"image header" "text text";align-items:start;gap:24px}}@media screen and (min-width:1024px){.president-box{grid-template-areas:"image header" "image text"}}@media screen and (min-width:1280px){.president-box{gap:24px 48px;grid-template-columns:448px 1fr}}.president-box__image{grid-area:image;border-radius:4px;border:1px solid var(--theme-section-border-color);overflow:hidden;max-width:max-content;margin:0 var(--main-padding)}@media screen and (min-width:768px){.president-box__image{max-width:initial;margin:0 0 0 var(--main-padding)}}@media screen and (min-width:1024px){.president-box__image{margin:0}}.president-box__image img{border-radius:4px}.president-box__content{grid-area:header}.president-box__content-text{grid-area:text;background:var(--theme-section-bg-color);padding:24px var(--main-padding) 0}@media screen and (min-width:1024px){.president-box__content-text{padding:0}}.president-box__content-header{color:#fff;min-height:190px;padding:24px var(--main-padding)}@media screen and (min-width:1024px){.president-box__content-header{padding:0 0 24px}}@media screen and (min-width:1280px){.president-box__content-header{display:flex;justify-content:space-between;gap:20px}}
