

/* Start:/local/templates/mining/components/bitrix/news/event-archive/bitrix/news.list/conference/style.css?17519591906369*/
.eventslist__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: baseline;
    border-bottom: 1px solid;
    margin-bottom: 30px;
}

.block-news__info__location::after {
    content: "";
    display: block;
    width: 28px;
    height: 32px;
    background-repeat: no-repeat;
    float: left;

}

.block-news__has_record::after {
    background-image: url(/local/templates/mining/images/video.svg);
    background-size: contain;
    background-position: center;
    height: 22px;
    margin-right: 10px;
    margin-top: -5px;
}

.block-news__has_record {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-top: 5px;
}

.block-news__info__location {}

.title-link__wrapper__mobile {
    display: none;
}

.title-link__wrapper {
    font-size: 1.2rem;
}

.title-link {
    color: white;
    transition: all 0.2s ease;
    text-decoration: none;
}

.title-link::after {
    content: "";
    border-bottom: 1px solid white;
    width: 100%;
    display: block;
    margin-top: -5px;
    transition: all 0.2s ease;
}

.title-link:hover {
    text-decoration: none;
    color: white;
}

.title-link:hover::after {
    border-bottom: 1px solid #ec6f05;
}

/* Search */
.event-records__form {
    margin-bottom: 40px;
}

.event-records-search__wrapper {
    display: flex;
    position: relative;
}

.event-records-search {
    width: 100%;
    max-width: 745px;
}

.button_search {
    border: none;
    background: #ec6f05;
    color: white;
    border-radius: 5px;
    height: calc(1.5em + 0.75rem + -2px);
    width: 110px;
    transition: all 0.3s ease;
    margin-left: 40px;
}

.button_search:hover {
    background: #b55300;
}

/* Filter */
.event-records-filter__wrapper {
    display: flex;
    align-items: end;
    flex-wrap: wrap;
}

.event-records__form__filter {
    margin-bottom: 30px;
}

.event-records-filter {
    display: flex;
}

.event-records-filter__items {
    margin-right: 40px;
}

.event-records-filter__items input {
    width: 230px;
}


.button_filter {
    border: none;
    background: #ec6f05;
    color: white;
    border-radius: 5px;
    right: 0;
    height: calc(1.5em + 0.75rem + -3px);
    width: 110px;
    transition: all 0.3s ease;
}

.button_filter:hover {
    background: #b55300;
}

/* Sort */
.event-records-filter__items__direction__wrapper {}

.event-records-filter__items__direction {
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    height: calc(1.5em + 0.75rem + 2px);
    background-color: white;
    color: black;
    line-height: 18px;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 15px;
    width: 205px;
    margin-right: 40px;
    position: relative;
    cursor: pointer;
}

.event-records-filter__submit-wrapper {
    display: flex;
    align-items: end;
}

.event-records-filter__items__direction__choose {
    margin-left: -5px;
    color: rgba(0, 0, 0, 0.5);
}

.event-records-filter__items__direction svg {
    width: 12px;
    height: 12px;
    transition: all 0.3s ease;
}

.active-arrow {
    transform: rotate(-180deg);
}

.event-records-filter__items__direction__values {
    position: absolute;
    top: 50px;
    left: 0;
    color: black;
    max-height: 0px;
    overflow: hidden;
    border-radius: 5px;
    background-color: #f3f3f3;
    line-height: 30px;
    font-size: 14px;
    z-index: 100;
    transition: all 0.2s ease-in-out;
    border: 0px solid #dfdfdf;
}

.filter__active {
    max-height: 85px;
    border: 1px solid #ff8c29;
}

.event-records-filter__items__direction__values div {
    transition: all 0.3s ease;
    padding: 5px 20px 5px 20px;
    border-radius: 5px;
}

.event-records-filter__items__direction__values div:hover {
    background-color: white;
    color: #ff8c29;
}


.event-records-filter__items input[type=date] {
    color: rgba(0, 0, 0, 0.6);
    cursor: text;
}

.event-records-filter__items input[type=date]::-webkit-calendar-picker-indicator {
    cursor: pointer;
}

.eventslist__item {
    position: relative;
}

.event-btn {
    border: 1px solid #fff;
    background-color: #fff;
    color: #002743;
    font-size: 16px;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 4px;
    -webkit-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
    text-decoration: none;
    margin-top: 20px;
    position: relative;
    z-index: 4;
    text-decoration: none;
}

.event-btn:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    text-decoration: none;
}

.eventslist__item__link::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

@media(max-width: 1200px) {
    .button_filter {
        width: 230px;
    }

    .event-records-filter__items__direction {
        width: 230px;
    }

    .event-records-filter__items {
        margin-bottom: 5px;
    }
}

@media (max-width: 992px) {
    .title-link__wrapper {
        display: none;
    }

    .title-link__wrapper__mobile {
        display: block;
        width: 250px;
        margin-top: -20px;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {

    .event-btn {
        font-size: 14px;
        padding: 5px 10px;
    }

    .event-records-filter__wrapper,
    .event-records-filter__submit-wrapper {
        display: block;
    }

    .event-records-filter__items {
        margin-right: 0px;
        width: 100%;
    }

    .event-records-filter {
        flex-wrap: wrap;
    }

    .block-news__has_record {
        font-size: 15px;
    }

    .block-news__has_record::after {
        width: 26px;
    }

    .event-records-search__wrapper {
        flex-direction: column;
    }

    .button_search {
        position: static;
        margin-top: 20px;
        width: 100%;
        margin-left: 0px;
    }

    .button_filter {
        width: 100%;
        margin-top: 20px;
    }

    .event-records-filter__items input,
    .event-records-filter__items__direction {
        width: 100%;
    }

    .title-link__wrapper__mobile {
        font-size: 15px;
        width: 195px;
    }

    .event-records-filter__items__direction {
        margin-bottom: 5px;
    }
}
/* End */
/* /local/templates/mining/components/bitrix/news/event-archive/bitrix/news.list/conference/style.css?17519591906369 */
