

/* Start:/bitrix/templates/fastlife/components/bitrix/news.list/fl_events/style.css?17315000213413*/
.filter-container {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.filter-vars {
    display: flex;
    align-items: center;
}

#gender-select {
    margin-right: 10px;
    padding: 5px;
    border-radius: 5px;
        width: 145px;
}

#age-input {
    margin: 0;
    height: 22px;
    width: 100px;
    padding: 5px;
    border-radius: 5px;
}

.input-container {
    position: relative;
    display: inline-block;
}

.clear-button {
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
    border: none;
    cursor: pointer;
        padding: 5px;
    font-size: 18px;
    height: 28px;
    z-index: 999;
}

input.filter-input:focus {
    border-color: #e9322d;
    box-shadow: 0 0 6px #f8b9b7;
}

.event-item {
    margin-bottom: 10px;
}

.filter-select-main {
    margin: 0;
    height: 34px;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear .2s;
    -moz-transition: border linear 0.2s, box-shadow linear .2s;
    -o-transition: border linear 0.2s, box-shadow linear .2s;
    transition: border linear 0.2s, box-shadow linear .2s;
    color: #999;
}

option.pink {
    background-color: pink;
    color:black;
}

option.lbl {
    background-color: lightblue;
    color:black;
}
.disabled-order, .disabled-order:hover {
    background-color: #999999 !important;
}








.event-item_row {
    display: flex;
    align-items: flex-end;
    position: relative;
}

.event-item_row_left {
    flex: 1;
    line-height: 1rem;
    position: relative;
    width: 55% !important;
        padding-bottom: 3px;
}

.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: 5px 1px;
}

.event-item_row_right {
    // padding-left: 10px;
    position: relative;
    width: 45% !important;
        padding-bottom: 3px;
}

.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;
}

.item_extra_info {
    background-color: #f0cfd3;
    text-align: center;
    padding: 5px 0px;
    margin-top: 20px;
    margin-bottom: 15px;
    color: #b91f24;
}

.event-item_content .event-item_row:first-child {
    margin-bottom: 0px;
    margin-top: 3px;
}

.event-item_content .event-item_row:nth-child(2) {
    margin-bottom: 10px;
}

div#ages {
    margin-top: 15px;
}

.events-list_colum_turquoise .event-item_header {
    margin-bottom: 10px;
}

.events-list_colum_turquoise .item_extra_info {
    background-color: #98c6cf;
    text-align: center;
    padding: 5px 0px;
    margin-top: 20px;
    margin-bottom: 15px;

}
.events-list_colum_turquoise .item_extra_info .color-red {
      color: #444444;  
}
.rubls {
    font-size:12px;
}
/* End */


/* Start:/bitrix/templates/fastlife/components/bitrix/news.list/fl_special_events/style.css?175230643138*/
.exclusive-link {
	color: #6696a0;
}
/* End */
/* /bitrix/templates/fastlife/components/bitrix/news.list/fl_events/style.css?17315000213413 */
/* /bitrix/templates/fastlife/components/bitrix/news.list/fl_special_events/style.css?175230643138 */
