/* main */
.main__title_margin:not(:last-child) {
    margin-bottom: 12px;
}

.page-header__top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.header-top__input_bg {
    padding-left: 46px;
    background: url('../img/page_articles/main/time.svg') 0 15% no-repeat;
}

.form__input {
    width: 100%;
}

.header-top__input_bg:focus {
    background: url('../img/page_articles/main/time-2.svg') 0 15% no-repeat;
}

@media (max-width:47.99875em) {
    .page-header__top {
        flex-direction: column;
    }
}

/* main */