.schedule__list{list-style:none;margin:0;padding:0}.schedule__item{display:flex;flex-flow:column;gap:30px;margin:0;padding:30px 0;--text-margin-bottom:1rem}.schedule__item:not(:first-child){border-top:1px solid var(--gray-light)}.schedule__item-text+.schedule__item-images{margin-top:30px}.schedule__item-images{display:flex;flex-wrap:wrap;gap:15px}.schedule__mini-image{border-radius:50%;display:block;height:50px;object-fit:cover;width:50px}.schedule__actions{border-top:1px solid var(--gray-light);display:flex;flex-wrap:wrap;gap:30px;padding-top:30px}.schedule__action:before{background-color:currentColor;color:inherit;content:"";cursor:pointer;display:inline-block;height:1.1em;margin-right:5px;mask:var(--_schedule-action-icon) center center /contain no-repeat;-webkit-mask:var(--_schedule-action-icon) center center /contain no-repeat;transform:translateY(20%);width:1.1em}@media (min-width:900px){.schedule__title{margin-bottom:15px}.schedule__item{flex-flow:row}.schedule__item-key--15{width:15%}.schedule__item-key--20{width:20%}.schedule__item-key--25{width:25%}.schedule__item-value{flex:1}}