section.promo .promo-items{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:3rem}section.promo .promo-items,section.promo .promo-items>*{min-width:0;min-height:0}section.promo .promo-items .promo-item{position:relative}section.promo .promo-items .promo-item img{width:100%;height:auto;border-radius:2rem;object-fit:cover}section.promo .promo-items .promo-item .info{position:absolute;left:3rem;bottom:3rem;display:flex;flex-direction:column;align-items:flex-start}section.promo .promo-items .promo-item .info .date{height:3rem;margin-bottom:1rem;padding:0 2.4rem;color:#fff;font-size:1.6rem;font-weight:500;line-height:3rem;border-radius:2.5rem;background-color:#3000ee}section.promo .promo-items .promo-item .info .name{margin-bottom:1rem;color:#fff;font-size:2rem;font-weight:500;line-height:1.2}section.promo .promo-items .promo-item .info .text{color:#fff;font-size:1.6rem;font-weight:500;line-height:1.2}section.promo-page{display:grid;grid-template-columns:1fr 27rem;grid-gap:3rem}section.promo-page .info{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:1.5rem}section.promo-page .info .date{height:3rem;padding:0 2.4rem;color:#fff;font-size:1.6rem;font-weight:500;line-height:3rem;border-radius:2.5rem;background-color:#3000ee}section.promo-page .text{margin-top:2rem}section.promo-page .back{display:inline-flex;flex-direction:row;align-items:center;gap:1rem;margin-top:2.5rem}section.promo-page .back:before{content:'';display:block;width:2.3rem;height:1rem;background:url('/i/svg/arrow_back.svg') center center no-repeat}section.promo-page .back:hover:before{background:url('/i/svg/arrow_back_black.svg') center center no-repeat}@media (max-width:1030px){section.promo-page .back{width:100%}}section.promo-page img{width:100%;height:auto}section.promo-page .other-promo{margin-top:4.5rem}section.promo-page .other-promo .title{margin-bottom:1.5rem;font-size:1.6rem;font-weight:600;line-height:1.2;text-transform:uppercase}section.promo-page .other-promo .other-promo-items{display:flex;flex-direction:column;gap:2rem}section.promo-page .other-promo .other-promo-items .other-promo-item .image{position:relative;display:flex}section.promo-page .other-promo .other-promo-items .other-promo-item .image:before{content:'';position:absolute;top:3rem;right:3rem;display:block;width:4rem;height:4rem;background:url('/i/svg/link.svg') center center no-repeat;transition:transform .2s ease-in-out}section.promo-page .other-promo .other-promo-items .other-promo-item .image:hover:before{transform:rotateZ(45deg)}section.promo-page .other-promo .other-promo-items .other-promo-item .image img{display:flex;width:100%;height:auto;margin-bottom:.7rem;border-radius:2.5rem}section.promo-page .other-promo .other-promo-items .other-promo-item .name{color:#222227;font-size:1.6rem;font-weight:500;line-height:1.2}