.news-search {
    width: 100%;
    margin: 0px 15px 40px;
}

.news-search input {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 38px;
    line-height: 36px;
    outline: none;
    padding-left: 18px;
    padding-right: 18px;
    position: relative;
    text-align: left !important;
    transition: all .2s ease-in-out;
    user-select: none;
    white-space: nowrap;
    width: 480px;
    max-width: 100%;
    margin-top: 10px
}

.news-sort {
    display: none;
    flex-wrap: wrap;
    margin: 0 -15px;
    transition: all .15s ease-in-out;
}

.news-sort.active {
    display: flex;
}

.news-sort__item {
    width: 100%;
    margin: 0 15px 20px;
}

.news-sort__item .nice-select {
    margin-top: 10px;
}

.news-sort__item_dates {
    display: flex;
    flex-wrap: wrap;
}

.news-sort__item_dates > div:first-child {
    width: 100%;
    margin-bottom: 10px;
}

.news-sort__date input {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 38px;
    line-height: 36px;
    outline: none;
    padding-left: 18px;
    padding-right: 18px;
    position: relative;
    text-align: left !important;
    transition: all .2s ease-in-out;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

.news-sort__date {
    display: flex;
    align-items: center;
    gap: 10px;
}

.news-sort__date + .news-sort__date {
    margin-left: 30px;
}

#news-list {
    margin: 20px 0 60px;
}

.news-sort-title {
    position: relative;
    width: max-content;
    padding-right: 15px;
    margin: 20px 0px;
    font-family: DinProMedium;
    font-size: 16px;
}

.news-sort-title::after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: "";
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all .15s ease-in-out;
    width: 5px;
}

.news-sort-title.active::after {
    transform: rotateY(180deg);
}
