@media screen and (max-width: 850px) {
    .carousel {
        width: 70%;
    }

    .breadcrumb {
        width: 60%;
    }

    .title {
        width: 70%;
        margin-bottom: 10px;
        margin-top: -70px !important;
    }

    .empty-placeholder {
        width: 70%;
    }

    .container {
        margin: 0px;
        padding: 0px;
    }

    .kekshub {
        margin-left: 0px !important;
    }

    .products {
        display: block !important;
        margin-left: 70px;
    }

    .ltgeneral-foot-inside {
        display: flex;
        justify-content: left;
        width: 70%;
    }

    .page-place-side-foot {
        margin-left: -50px;
    }

    .containerdes2.transitiondes2 {
        display: none;
    }

    .rui-svg-icon {
        display: none;
    }

}