.promotions-item{background-color:#5e5e5e;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:8px;display:flex;flex-direction:column;gap:14px;height:100%;justify-content:space-between;min-height:268px;overflow:hidden;padding:24px;position:relative}.promotions-item__img-wrap{height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.promotions-item__img{height:100%;object-fit:cover;width:100%}.promotions-item__title{color:#fff;font-size:22px;font-weight:700;line-height:1.4;margin:0;position:relative;z-index:1}.promotions-item__subtitle{color:hsla(0,0%,100%,.9);font-size:16px;line-height:1.5;position:relative;z-index:1}.promotions-item__button{min-height:40px;position:relative;z-index:1}@media(max-width:960px){.promotions-item{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.promotions-item{min-height:260px}.promotions-item__button{font-size:12px;min-height:36px}}@media(max-width:576px){.promotions-item{grid-template-columns:1fr}}.promotions-page__list{display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}@media(max-width:960px){.promotions-page__list{gap:16px;grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.promotions-page__list{gap:24px;grid-template-columns:1fr}}.promotions-page__item{height:100%}