@media (max-width: 1149px){
    /*---------------
        Main styles
    ---------------*/
    .text_block * + h3{
        margin-top: 30px;
    }

    /*---------------
        Header
    ---------------*/

    /*---------------
        Main section
    ---------------*/
    .main_banner{
        padding: 0 150px;
    }


    .products .item .name{
        padding: 0;
    }


    .phases .box .item .desc .bot{
        font-size: 30px;
        line-height: 38px;
    }


    .formula{
        padding: 60px 50px 70px;
    }


    .about_section.composition .text_block{
        width: calc(50% - 25px);
    }


    .components .item button .title{
        font-size: 25px;

        padding: 20px;
    }
    .components .item button .letter{
        font-size: 190px;

        bottom: 0;
    }

    /*---------------
        Footer
    ---------------*/
    footer .menu{
        margin-left: -50px;
    }
    footer .menu .item{
        margin-left: 50px;
    }
}
