.navigation>ul{list-style:none;display:flex;align-items:center;justify-content:flex-start;flex-direction:row;flex-wrap:wrap;gap:10px}.navigation>ul>li>a{background:rgba(179,179,179,.25);display:inline-flex;align-items:center;justify-content:center;text-decoration:none;width:45px;min-width:45px;height:45px;border-radius:10px;color:#424242;webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:.3s}.navigation>ul>li>a.active{background:#424242;cursor:default;color:#fff}.promo{display:grid;grid-template-columns:repeat(1,1fr);gap:40px;margin-top:40px;margin-bottom:40px}@media (min-width:768px){.promo{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.promo{grid-template-columns:repeat(3,1fr)}}@media (min-width:1200px){.promo{grid-template-columns:repeat(4,1fr)}}.promo__item>a{text-decoration:none;color:#000;display:block;padding-right:20px}.promo__item>a>picture{display:block;aspect-ratio:4/3;border-radius:20px;overflow:hidden;transition:.3s;margin-bottom:30px;margin-right:-20px}.promo__item>a>h2,.promo__item>a>p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.promo__item>a>picture>img{width:100%;height:100%;object-position:center center;object-fit:cover;transition:.5s}.promo__item>a>h2{font-size:15pt;font-weight:500;margin-bottom:20px;height:2em;line-height:1}.promo__item>a>p{height:2.6em;line-height:1.3;font-weight:300;color:#424242}.promo__item>a>time{display:block;margin-top:20px;font-weight:350;color:#424242}@media (hover:hover){.navigation>ul>li>a:not(.active):hover{background-color:#e6143c;color:#fff}.promo__item>a:hover>picture{box-shadow:0 0 0 5px #fff,0 5px 25px 0 rgba(66,66,66,.25)}.promo__item>a:hover>picture>img{transform:scale(1.1)}}.promo:first-child{margin-top:0}.promo:last-child{margin-bottom:0}