span.age_restriction {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    margin-right: 12px;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #c7c7c7;
    text-align: center;
    border: 1px solid rgb(255 255 255);
}

.movie_projections_list {
    width: 100%;
}

.movie_projections_list > tbody > tr > td {
    padding: 10px;
}

.movie_projections_list > tbody > tr:nth-child(even) > td {
    background-color: #28282d;
}

a.ticket_buy {
    padding: 6px 12px;
    background: linear-gradient(90deg, #ff55a5 0%, #ff5860 100%);
    color: #fff;
    font-weight: 500;
    border-radius: 4px;
}

.red__descriptor {
    border: 1px solid rgb(244 67 54)!important;
}

.green__descriptor {
    border: 1px solid #4CAF50!important;
}

.sumup_container {
    position: fixed;
    z-index: 99999;
    top: 0px;
    left: 0px;
    background: #454545d1;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

tr.hover_row:hover > td {background: #1a1a1c;}

tr.hover_row > td {
    padding: 20px!important;
    border-bottom: 1px solid #595959;
}

tr.hover_row> td {
    transition: .3s;
}

.meta_items {
    margin-left: 0px; 
    display: inline-flex; 
    flex-direction: row; 
    justify-content: flex-start; 
    align-items: center;
    flex-wrap: wrap;
    gap: 20px 20px;
}

.meta_items > li {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 24px;
    border: 1px solid rgba(199, 199, 199, 0.5);
    padding: 0 5px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #c7c7c7;
}