@media only screen and (max-width: 1300px) {
    .header_menu_item > span {
        font-size: 13px
    }
}

@media only screen and (max-width: 1200px) {
    #header_menu ul {
        display: none
    }
    #header_menu_mobile {
        display: block
    }
    #header_contacts {
        display: none
    }
}

@media only screen and (max-width: 1024px) {
    .header_menu_item > span {
        font-size: 17px
    }
    #home_offer {
        width: 90%
    }
}

@media only screen and (max-width: 900px) {
    #header_contacts {
        display: none
    }
    .header_menu_item > span {
        font-size: 14px;
        padding: 0px 8px
    }
}

@media only screen and (max-width: 800px) {
    #header_menu ul {
        display: none
    }
    .work_btn {
        width: 30%
    }
    #header_menu_mobile {
        display: block
    }
    #header.compact #header_menu {
        height: 11px
    }
}

@media only screen and (max-width: 700px) {
    #header_main {
        height: 90px
    }
}

@media only screen and (max-width: 700px) and (min-width:600px) {
    #header_dropdown {
        columns: 2
    }
    #header_main {
        height: 90px
    }
}

@media only screen and (max-width: 500px) {
    .home_service {
        width: 100%
    }
    .work_btn,
    .single_represent {
        width: 100%;
    }
    #footer .left,
    #footer .right {
        width: 100%;
        margin: 0;
    }
    #home_form .contact_input_half {
        width: 100%;
        margin: 0;
        margin-bottom: 10px
    }
    #header_dropdown {
        top: 0px!Important;
    }
}

@media only screen and (max-width: 375px) {
    #header_dropdown li {
        padding: 15px;
    }
    #header_dropdown li a {
        font-size: 17px
    }
    .page_banner h1 {
        font-size: 27px
    }
}