.afisha-list {
    height: 100%;
}
.afisha-list__block-title {
    margin: 15px 0;
}
.afisha-list__category-title {
    background-color: #008ded;
    color: #fff;
    display: inline-block;
    padding: 2px 6px;
}
.afisha-list__item {
    display: inline-block;
    width: 222px;
    white-space: normal;
    vertical-align: top;
    margin: 0 12px;
    height: 20em;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 15px -7px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 15px -7px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 15px -7px rgba(0,0,0,0.5);

}
.afisha-list__item:first-of-type {
    margin-left: 0;
}
.afisha-list__item:last-of-type {
    margin-right: 0;
}
.afisha-list__event-item {
    height: 4em;
    overflow: hidden;
    font-size: 0.8em;
    margin: 10px;
}
.afisha-list__event-date {
    color: #4f75a2;
    font-weight: bold;
}
.afisha-list__event-title {
    color: #000;
}
.afisha-list__bottom {
    text-align: center;
}