

/* Start:/bitrix/templates/fastlife/components/bitrix/news.detail/fl_special-event/style.css?17315961791277*/
.detail-event_content_description h1 {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    margin: 30px 0 10px;
    font-family: "Play", sans-serif;
    text-align: center;
}

.detail-event_count {
    background-color: #a90000;
    text-align: center;
    padding: 5px 0px;
    margin-top: 20px;
    margin-bottom: 15px;
    color: #ffffff !important;    
}


.event-item_row {
    display: flex;
    align-items: flex-end;
    position: relative;
    margin-bottom: 10px !important;
}

.event-item_row_left {
    flex: 1;
    line-height: 1rem;
    position: relative;
    width: 60% !important;
    padding-bottom: 3px;
}

.event-item_row_left {
    float: left;
}

.event-item_row_right {
    float: right;
    width: 40% !important;
    text-align: right;
}

.event-item_row_left::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 1px;
    width: 100%;
    background-image: linear-gradient(to right, #67676770 50%, transparent 50%);
    background-size: 1px 1px;
}

.event-item_row_right::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-image: linear-gradient(to left, #67676770 50%, transparent 50%);
    background-size: 5px 1px;
}
/* End */
/* /bitrix/templates/fastlife/components/bitrix/news.detail/fl_special-event/style.css?17315961791277 */
