wraper_inner_banner_main {visibility: hidden}


/* Скрываем переполнение по оси X для всего тела страницы */
body {
    overflow-x: hidden;
}

/* Исправление для блока отзывов */
.testimonial-view {
    max-width: 100%;
    overflow-x: hidden;
}

/* Убираем фиксированные размеры и отступы для мобильных устройств */
@media (max-width: 768px) {
    .testimonial-view blockquote {
        width: auto !important;
        padding: 15px !important;
    }

    .testimonial-view img {
        max-width: 100% !important;
        height: auto !important;
    }
    
    .testimonial-view .testimonial-text {
        padding: 10px !important;
        word-wrap: break-word;
    }
    
    /* Общий стиль для всех элементов для избежания переполнения */
    * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }
}
