@media only screen and (max-width: 1440px) {
    .navig {
        padding-left: 30px;
        padding-right: 30px;
    }
}


@media only screen and (max-width: 1366px) {
    .one_all, .one_half, .full_sixth, .one_third, .two_third, .three_fourth, .one_fourth, .two_fourth, .third_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
        float: left;
        position: relative;
    }
    
    .navig {
        padding-left: 30px;
        padding-right: 30px;
    }
    
}


