@media (max-width:991.98px) {
    .index-more-about__text-cont {
        padding: 0 30px 0 0;
    }
}

@media (max-width:767.98px) {
    .index-more-about {
        padding: 30px 0 30px 0;
    }

    .index-more-about__title {
        margin: 0 0 20px 0;
    }

    .index-more-about__row {
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    }

    .page-template-page-home .index-more-about__text-cont,
    .page-template-page-home_test .index-more-about__text-cont {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }

    .index-more-about__text-cont {
        padding: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }

    .index-more-about__slider-item {
        min-height: 224px;
    }

    .index-more-about__slider-cont {
        max-width: 390px;
        width: 100%;
        margin: 0 auto 90px auto;
    }
}