body .b-hero-slider.onmain {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    flex: unset;
    margin: 0;
}
.b-hero-slider.onmain .swiper-slide {
    position: relative;
}
.b-hero-slider.onmain .banner-text {
    position: absolute;
    left: 55px;
    bottom: 0;
    max-width: 487px;
}
.b-hero-slider.onmain .banner-text .detail-text {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #787878;
    margin-bottom: 16px;
}
.b-hero-slider.onmain .banner-text .item-name {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 37px;
    line-height: 44px;
    color: #2B2B2B;
    margin-bottom: 33px;
}
.y-btn {
    display: block;
    background: #4658a3;
    color: #fff;
    border-radius: 30px;
    line-height: 60px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    padding: 0 10px;
    width: 200px;
    max-width: 100%;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    transition: .3s;
}
.y-btn:hover {
    background: #000;
    color: #fff;
}
.b-hero-slider.onmain .btn-view {
    margin-bottom: 40px;
}
.b-hero-slider.onmain .b-sliderHero .swiper-slide img {
    object-fit: cover;
}

@media (max-width: 1024px) {
    .b-hero-slider.onmain .banner-text .detail-text {
        font-size: 15px;
        margin-bottom: 8px;
    }
    .b-hero-slider.onmain .banner-text .item-name {
        font-size: 30px;
        margin-bottom: 16px;
        line-height: 35px;
    }
    .b-hero-slider.onmain .btn-view {
        line-height: 40px;
        width: 150px;
    }
    .b-hero-catalog.onmain {
        padding-top:20px;
    }
    .b-hero-slider.onmain .banner-text {
        max-width: 70%;
    }
}
@media (max-width: 768px) {
    body .b-catalogHero .flex .col {
        order: 1;
        width: 50%;
        margin-bottom: 20px;
    }
    body .b-catalogHero .row:first-of-type .col:nth-of-type(2) {
        order: 0;
        width: 100%;
    }
    body .b-catalogHero .flex {
        flex-wrap: wrap;
    }
}
@media (max-width: 550px) {
    .b-hero-slider.onmain .banner-text .item-name {
        font-size: 22px;
        line-height: 1;
    }
    .b-hero-slider.onmain .banner-text {
        max-width: 100%;
        left: 20px;
    }
    .b-hero-slider.onmain .banner-text .detail-text {
        font-size: 13px;
    }
    .b-hero-slider.onmain .banner-text {
        bottom: unset;
        top: 20px;
    }
}
@media (max-width: 400px) {
    .b-hero-slider.onmain .banner-text .item-name {
        margin-bottom: 40px;
    }
    .b-hero-slider.onmain .btn-view {
        display: none;
    }
}