@media only screen and (max-width: 1400px) {
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 1100px) {
}

/*IPAD HORIZONTAL*/
@media only screen and (max-width: 1024px) {

}

/*IPAD VERTICAL*/
@media only screen and (max-width: 768px) {
}

/* PHONES HORIZONTAL */
@media only screen and (max-width: 737px) {
    .c_ctr{
        padding: 20px;
    }

    .c_bloc{
        margin-bottom: 20px;
    }

    .c_bloc_tit{
        margin-bottom: 30px;
    }

    .c_logo{
        margin-bottom: 40px;
    }

    .c_main_tit{
        font-size: 20px;
        line-height: 28px;
    }

    .c_tit{
        font-size: 18px;
        line-height: 26px;
        color: #0055b8;
        font-weight: 700;
        margin-bottom: 5px;
    }

    .c_lbl, .c_lnk{
        font-size: 16px;
        line-height: 24px;
        color: #0055b8;
        font-weight: 400;
        margin-bottom: 5px;
    }
}

/* PHONES HORIZONTAL */
@media only screen and (max-width: 414px) {
}
