.event-header__info{position:relative;display:flex;flex-wrap:wrap;gap:16px;margin-top:56px}.event-header__label{display:inline-flex;width:100%;align-items:center;flex:1 0 min(300px,50%);gap:20px;background:#fff;border-radius:10px;padding:8px;font-weight:500;color:#000}.event-header__label .icon{width:60px;height:60px;flex:0 0 60px;border-radius:8px;background-color:#f4f4f4;display:flex;justify-content:center;align-items:center}.event-header__label .icon img{max-width:32px;max-height:32px}.event-header .list{position:relative;color:#fff}.event-header .list__item{display:flex;align-items:center;background:rgba(255,255,255,.2);border-radius:10px;padding:12px;gap:20px}.event-header .list__item:not(:first-child){display:none}.event-header .list__item-photo{position:relative;width:172px;height:172px;flex-shrink:0;display:flex;justify-content:center;align-items:center;border-radius:8px;overflow:hidden}.event-header .list__item-photo img{width:100%;height:auto}.event-header .list__item-content{align-items:center}.event-header .list.slick-initialized .list__item{display:flex}.event-header .slider-arrows{justify-content:end;margin-bottom:8px}