/*-------_banner.tpl-------*/
.banner_top {
    margin-bottom: 24px;
}
.banner_top .content_scene_cat_bg {
    background-image: var(--image-path-mobile);
}
.banner_top__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 278px;
}
.banner_top .category-name {
    margin: 0;
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
}
.banner_top .search__form_banner {
    margin: 0 0 24px;
}

@media (min-width: 768px) {
    .banner_top .content_scene_cat_bg {
        background-image: var(--image-path-desktop);
    }

    .banner_top .category-name {
        padding-top: 53px;
        font-size: 48px;
        line-height: 60px;
    }

    .banner_top {
        margin-bottom: 40px;
    }

    .banner_top .search__form_banner {
        margin-bottom: 53px;
    }
}
