/*
stylesheet - for medium devices (desktops);
*/
/* 
    Created on : 2016-09-26, 09:02:59
    Author     : koza
*/
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .window_info {
        background: pink !important;
    }
    .cnt {
        width: 90% !important;
    }
    .langChange li {
        float: none !important;
    }
    .bpoint5 li {
        width: 120px !important;
        font-size: 12px !important;
    }
}