@media all and (max-width:992px){
    .contactDetails {
        padding-bottom: 30px;
        text-align: center
    }
    .formIntro{
        margin-bottom: 30px
    }
}
@media all and (max-width:765px){
    .logoHolder{
        width: 100%;
        text-align: center;
        float: none
    }
    .logoHolder a{
        width: 100%;
        height: auto
    }
    .mainMenu > ul > li > a{
        font-size: 14px;
        padding: 10px 13px
    }
    .mainMenu > ul > li{
        float: none;
        display: inline-block
    }
    .mainMenu > ul {
        text-align: center
    }
    .sliderTitle{
        font-size: 27px
    }
    .sliderTitle{
        height: 300px
    }
    .blockTitle, .projectTitle{
        font-size: 25px
    }
    .galleySlideHolder .sliderHeight{
        height: 310px
    }
    .projectGallery{
        margin-bottom: 50px
    }

    .mainMenu{
        float: none
    }
    .header{
        padding-top: 25px
    }
    .errorContent h3{
        font-size: 35px
    }
    .footer{
        height: auto;
        line-height: 25px
    }
    .footerContent{
        padding: 5px 0
    }
    .errorContent .textContent {
    font-size: 16px;
    margin-bottom: 20px;
}
    .errorContent h3{
        margin-bottom: 5px
    }
}
