@media screen and (max-width: 780px) {
    .burgerMenu {
        display: inherit;
        z-index: 999;
    }
    .contentInsideHolder img {
        width: 100%;
        margin-bottom: 15px;
        height: 280px;
    }
    .contentInsideHolder img:nth-child(even) {
        margin-left: 0;
    }
    .pageHeader .logoItem {
        z-index: 999;
    }
    .menuWrapper {
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
        z-index: 99;
        background-color: #fff;
        visibility: hidden;
        pointer-events: none;
        overflow-y: auto;
        height: 100vh;
    }

    .menuClicked .menuWrapper {
        pointer-events: all;
    }

    .pageHeader .menuWrapper .langHolder a {
        color: #1a1a1a;
        font-size: 18px;
    }
    .pageHeader .menuWrapper .langHolder a::after {
        color: #1a1a1a;
    }
    .pageHeader .menuWrapper .menuHolder a {
        color: #1a1a1a;
        text-align: center;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        font-size: 24px;
        margin-top: 0;
    }

    .menuWrapper .menuHolder {
        float: left;
        width: 100%;
        padding-top: 160px;
        height: auto;
    }
    .bodyScrolled .menuWrapper .menuHolder {
        padding-top: 130px;
    }
    .menuWrapper .langHolder a.active,
    .menuWrapper .menuHolder a.active {
        color: #941b24;
        background: #fff;
    }
    .menuWrapper .menuHolder .menuHolder {
        float: left;
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }
    .aboutBoxesContent.contactBoxes .aboutBoxItem {
        width: 100%;
        margin-bottom: 40px;
    }
    .contactForm .contactFormHolder .inputHolder {
        width: 100%;
    }
    .contactForm .contactFormHolder .inputHolder:nth-child(even) {
        margin-left: 0;
    }
    .menuWrapper .langHolder {
        float: left;
        width: 100%;
        text-align: center;
        height: auto;
    }
    .menuWrapper .langHolder a {
        display: inline-block;
        float: none;
    }

    .menuClicked .html,
    .menuClicked .body,
    .menuClicked .main {
        overflow: hidden;
    }
    .menuClicked .burgerMenu span {
        background-color: #1a1a1a;
    }
    .menuClicked .menuWrapper {
        visibility: visible;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .bannerSection {
        min-height: 90vh;
        height: 90vh;
    }
    .bannerSection::before,
    .bannerSection::after {
        min-height: 90vh;
        height: 90vh;
    }
    .bannerWelcomeContent {
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(40px);
        -ms-transform: translateX(-50%) translateY(40px);
        transform: translateX(-50%) translateY(40px);
        padding: 15px 20px;
        max-width: 100%;
        width: 100%;
        bottom: 60px;
        background-color: rgba(255,255,255,1);
        -webkit-box-shadow: 0 0 10px -7px #000;
        box-shadow: 0 0 10px -7px #000;
    }
    .animateDone .bannerWelcomeContent  {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .bannerSection::after {
        background-position: center bottom -6px;
    }
    .bannerWelcomeContent span {
        font-size: 32px;
    }
    .bannerWelcomeContent span:nth-child(2) {
        font-size: 34px;
    }
    .footerSection .footerColumn {
        width: 100%;
        padding-right: 0;
        text-align: center;
        margin-bottom: 40px;
    }
    .footerSection .footerColumn.hoursColumn {
        text-align: center;
        padding-right: 0;
        padding-left: 0;
    }
    .footerSection .footerColumn .socialItems {
        width: 100%;
        text-align: center;
    }
    .footerSection .footerColumn .socialItems a {
        float: none;
        display: inline-block;
        margin: 0 10px;
    }
    .footerSection .footerColumn .logoFooterBtn {
        width: 100%;
    }
    .cbSection .leftWrapper,
    .cbSection .rightWrapper {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .cbSection.grayColored .rightWrapper {
        padding-top: 0;
    }
    .projectMainBox {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .cbSection .leftWrapper h1 {
        font-size: 28px;
    }
    .cbSection .container-holder {
        padding: 60px 0;
    }
    .projectBox .projectDescription {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        height: auto;
        opacity: 1;
        position: relative;
        top: auto;
        left: auto;
        background: transparent;
    }
    .projectBox .projectDescription span  {
        color: #1a1a1a;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        height: auto;
        opacity: 1;
        position: relative;
        top: auto;
        left: auto;
    }
    .projectMainBox .projectBox a img {
        height: 260px;
    }
    .projectBox img {
        border-radius: 6px;
    }
    .sectionTitle {
        text-align: left;
        font-size: 36px;
        margin-bottom: 30px;
    }
    .otherProject .projectBox {
        width: 100%;
    }
    .projectWrapper .container-holder {
        padding: 60px 0;
    }
    .otherProject .projectBox:nth-child(1),
    .otherProject .projectBox:nth-child(3) {
        margin-left: 0;
        margin-right: 0;
    }
    .projectBox .projectDescription span {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
    }

    .otherProject {
        width: 100%;
        margin-left: 0;
    }
    .aboutBoxesContent .aboutBoxItem {
        width: 100%;
        padding: 0 15px;
        margin-bottom: 30px;
    }
    .cbSection.videoSection .cbContent .leftWrapper {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .cbSection.videoSection .cbContent .rightWrapper {
        width: 100%;
        padding-top: 30px;
        padding-left: 0;
        padding-right: 0;
    }
    .cbSection.videoSection .cbContent .rightWrapper iframe {
        min-height: 230px;
    }
    .aboutSection .aboutBoxes .aboutBox {
        width: 100%;
        padding-right: 0;
        margin-bottom: 50px;
    }
    .aboutSection .aboutBoxes .aboutBox:last-child {
        margin-bottom: 0;
    }
    .projectHolder.projectPage .projectBox {
        width: 100%;
        margin-bottom: 40px;
    }
    .projectHolder.projectPage .projectBox:nth-child(3n-1) {
        margin-left: 0;
        margin-right: 0;
    }
    .menuWrapper .langHolder a::before, .menuWrapper .menuHolder a::before {
        content: none;
    }
    .footerSection .footerColumn:nth-child(4) span {
        text-align: center;
    }
    .footerCopyright p {
        margin-bottom: 15px;
        text-align: center;
        width: 100%;
        float: left;
    }
    .cbExtraSection .aboutBoxesContent .aboutBoxItem {
        width: 100%;
    }

    .arrowsHolder a {
        left: -25px;
    }
    .arrowsHolder a:last-child {
        right: -25px;
    }
    .closeModal {
        right: 10px;
    }

}

