@media (min-width: 576px){
    .formular{
        width: 300px;
    }

    /* ///////////////////////////////////////////////////////////// HOME PAGE //////////////////// */

    #slider{
        height: 300px;
    }

    .slidesDiv{
        height: 300px;
    }

    .slidesImages{
        max-height: 300px;
    }

    #carousel{
        height: 300px;
    }

    .carouselItem{
        height: 300px;
    }

    .carouselProductImage{
        height: 150px;
    }

    .ourProductsLeftMenu{
        width: 300px;
    }

    /* ///////////////////////////////////////////////////////////// BLOG /////////////////////////// */

    .postsThumb{
        max-width: 200px;
        max-height: 200px;
    }

    /* ///////////////////////////////////////////////////////////// PROFILE ///////////////////// */

    .profileOrdersTable{
        display: table;
        max-width: 400px;
        margin: 60px 20px;
    }

    .checkoutPostTable{
        display: table;
        max-width: 400px;
        margin: 60px 20px;
    }

    /* //////////////////////////////////////////////////// CART /////////////////////////////////////// */

    .cartTable{
        display: table;
        max-width: 400px;
    }
}