@media screen and (max-width: 1400px) {
    .home_slider_slogan{
        position: fixed;
        font-family: "Blacksword GGG";
        font-size: 3rem;
        z-index: 100;
        color: #ffffff;
        text-shadow: 0 0 3px #070707, 0 0 5px #050505;
        left: 20px;
        top: 30px;
    }
}
@media screen and (max-width: 1250px) {
    }

@media screen and (max-width: 1000px) {
    .slider_grup{
        flex-direction: column;
    }
    .home_slider_item{
        width: 100%;
        height: 100%;
    }

    .slide_desc{
        max-width: 100%;
        font-size: 18px;
        font-weight: 400;
        padding-right: 50px;
    }

    .home_slider_slogan{
        position: fixed;
        font-family: "Blacksword GGG";
        font-size: 3rem;
        z-index: 100;
        color: #ffffff;
        text-shadow: 0 0 3px #070707, 0 0 5px #050505;
        left: 20px;
        top: 30px;
    }
}

@media screen and (max-width: 770px) {
    .slider_grup{
        flex-direction: column;
    }
    .home_slider_item{
        width: 100%;
        height: 100%;
    }

    .home_slider_slogan{
        position: fixed;
        font-family: "Blacksword GGG";
        font-size: 3rem;
        z-index: 100;
        color: #ffffff;
        text-shadow: 0 0 3px #070707, 0 0 5px #050505;
        left: 20px;
        top: 30px;
    }
}

@media screen and (max-width: 600px) {
    .slider_grup{
        flex-direction: column;
    }
    .home_slider_item{
        width: 100%;
        height: 100%;
    }

    .home_slider_slogan{
        position: fixed;
        font-family: "Blacksword GGG";
        font-size: 3rem;
        z-index: 100;
        color: #ffffff;
        text-shadow: 0 0 3px #070707, 0 0 5px #050505;
        left: 20px;
        top: 30px;
    }
}

@media screen and (max-width: 400px) {
    .slider_grup{
        flex-direction: column;
    }
    .home_slider_item{
        width: 100%;
        height: 100%;
    }

    .home_slider_slogan{
        position: fixed;
        font-family: "Blacksword GGG";
        font-size: 2rem;
        z-index: 100;
        color: #ffffff;
        text-shadow: 0 0 3px #070707, 0 0 5px #050505;
        left: 20px;
        top: 30px;
    }
}
