.hero {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 5%;
}
.title.spec{
    word-spacing: 9999px;
    overflow-wrap: break-word;
}
.duty.spec{
    margin-top: 40px;
    overflow-wrap: break-word;
}
    .k19-slider-hero-card {
        /* min-height: 500px; */
        color: #fff;
    }
     .hero__side-block {
    position: relative;
    overflow: hidden;
    width: 100%;
}   
    .swiper-main.main-page .k19-slider-hero-card {
        color: #fff;
    }

    .k19-slider-hero-card .slide_image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        z-index: 0;
        filter: brightness(0.9)
    }
    
    .tax-product_cat.woocommerce .hero__side-block{
        overflow: hidden;
    }
    

    
    .k19-slider-hero-card .slide {
        max-width: 1080px;
        height: 100%;
        padding: 20px;   
        z-index: 3;
        display: flex;
        flex-direction: column;
    }
    
    .k19-slider-hero-card .slide .title {
        font-family: Black, Arial, "Helvetica Neue", Helvetica, sans-serif;

        margin-bottom: 30px;
        letter-spacing: 2px;

        text-transform: uppercase;
        transition: all 0.5s;
        position: relative;
        z-index: 3;
    }
    
    .k19-slider-hero-card .slide .duty {
        font-size: 20px;
        z-index: 3;
        min-height: 3em;
    }
    
    
    .hero-part {
        display: none;
    }

    .hero-part .cat-bg {
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
    }

    @media (min-width: 768px) {
        .hero {
            flex-direction: row;
            /* max-width: var(--max-size-w);
            margin: auto; */
        }
        .hero__side-block {
            display: flex;
            flex-direction: row;
        }
        .swiper-main.full {
            width: 100%;
        }
        .hero-part {
            width: 100%;
            display: block;
        }
         .k19-slider-hero-card {
            min-height: 500px;
         }

        .k19-slider-hero-card .slide {
            padding: 40px;
            padding-left: 50px;
        }
        .k19-slider-hero-card .slide .duty {
            font-size: 30px;
        }
    }



@media (min-width: 1400px) {
    .hero {
        max-width: var(--max-size-w);
        margin: 0 auto;
        width: 90%;
    }

}