.m-slide {
    display: none;
}

@media (min-width: 360px) and (max-width: 576px) {
    .m-slide {
        display: block;
    }

    .desc-slide {
        display: none;
    }

    .slider-one-tab,
    .slider-two-tabs {
        width: 100%;
        height: auto;
    }

    .slider-two__title {
        font-family: Nunito;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 110%;
        margin-top: 45px;
    }

    .slider-two__text {
        font-size: 18px;
    }

    .char-item {
        font-size: 18px;
    }

    .controls {
        flex-direction: row;
        bottom: 36px;
        /* right: 23px; */
        right: 10%;
        left: 10%;
        min-width: 300px;
    }

    .bages-items {
        top: -32px;
    }

    .bages-item {
        font-size: 20px;
        border-radius: 12px;
        width: 36px;
        height: 24px;
    }

    .bages-item:nth-child(1) {
        margin-right: 8px;
    }

    .w350 {
        max-width: 200px;
    }

    .slider-one_formula {
        font-size: 16px;
    }

    .vkussl-slide_one {}

    .vkussl-slide_one {
        background-image: url(../img/klubnika1.png);
    }
}