.container {
    min-height: calc(100vh - 196px) !important;
}


@media (min-width: 1280px) and (max-width: 1400px){
    .container{
        min-height: calc(100vh - 75px) !important;
    }

    .bot{
        width: 104.725%;
    }
}

@media (min-width: 1200px) and (max-width: 1280px){
    .bot{
        width: 107.9%;
    }
}

@media (width: 1280px){
    .bot{
        width: 104.725%;
    }
}
