@media only screen and (min-width:992px){
    #HomePage .fixedMenu {
        position:fixed;
        top:0;
        width:100%;
        background: #022333;
        z-index: 400;
        box-shadow: 0 0 10px #000;
        padding: 10px 0;
    }
}

@media only screen and (max-width:1199px){
    .TopMenu {padding-top:20px;}
    .TopMenu li{font-size:16px;}
    .phone{font-size:18px;}
    .work{background-size:cover}
}
@media only screen and (max-width: 991px) { 
     .logo{margin:15px auto 20px auto;text-align:center;}
     .TopMenu {display:none;}
     .TopMenu{position:fixed;left:0;top:0;overflow-y: scroll;border-right:1px solid #ccc; height:100%;z-index:500;padding:70px 15px 15px 15px;width:200px;background:#0e3748; }
     .TopMenu li{display:block;margin-bottom:10px;font-size:18px}
     .TopMenu li:last-child {border-bottom:1px solid #fff;margin-bottom:15px;padding-bottom:15px}
     .phone {text-align: center;font-size:25px;padding-top: 10px}
     .header{height:auto;padding-bottom:60px;}
     .header h1 {padding-top: 140px;}
     .services{text-align: center;}
     .ListWork {border:4px solid #000;}
     .descripWork {display:block !important}
     footer{text-align:center;}
     footer .btns-white {display:block;width:30%;margin: 0 auto 20px auto;}
     .services,.who,.work,.faq,.brif,.sendform{padding:60px 0}
     .imageRespon {margin-bottom: 20px;}
     .imageBoxWork .imageRespon {margin-bottom:0}
}
@media only screen and (max-width: 767px) { 
    .header h1 {font-size:55px;padding-top:120px;}
    .header h1 span {font-size:35px;}
	.language {right: 10px;top: -90px;}
    .services h2,.who h2,.work h2,.faq h2,.brif h2,.sendform h2{font-size:35px;}
    footer .btns-white {width:45%;}
}
@media only screen and (max-width: 480px) {
    .header h1 {font-size:40px;line-height:40px;}
    .header h1 span {font-size:25px}
    .ServiceList h3{font-size:22px;}
    .services h2,.who h2,.work h2,.faq h2,.brif h2,.sendform h2{font-size:30px;}
    footer .btns-white {width:65%}
}
@media only screen and (max-width: 380px) {
    header h1 {font-size:20px;}
    footer .btns-white {width:70%}
}
@media only screen and (max-width: 320px) {
    footer .btns-white {width:90%}
}
