    @media screen and (max-width: 800px) {
        .home-info-row {
            grid-template-columns: repeat(1, 1fr);
        }
        .home-info-row .home-count {
            justify-content: flex-start;
            margin-top: 10px
        }
        .home-page-screen {
            min-height: 1vh;
            align-items: flex-start;
        }
        .image-center-container {
            align-items: flex-start;
            min-height: 1vh;
            margin-bottom: 30px;
        }
        .container-header {
            display: grid;
            grid-template-columns: 1fr 1fr;
        }
        .container-header .right .btn-0 {
            display: none
        }
        .service-block {
            grid-template-columns: 1fr;
        }
        .service-block .center {
            justify-content: flex-start;
            border-top: 1px solid #dedede;
            padding-top: 15px;
        }
        .service-ul {
            margin-top: 0px;
            list-style-type: none;
        }
        .service-block .right {
            display: none;
        }
        .home-page-services {
            min-height: 30vh;
            padding: 50px 0px;
        }
        .home-page-contacts {
            min-height: 40vh;
            margin-top: 50px;
        }
        .contacts-row {
            grid-template-columns: 1fr;
        }
        .contacts-row .left h4 {
            font-size: 35px;
        }
        .contact-us-form input,
        .contact-us-form textarea {
            height: 100px;
        }
        .contact-us-form textarea {
            padding: 40px 0px;
        }
        .container-header {
            min-height: 10vh;
        }
        .header {
            position: relative;
        }
        .onepage-wrapper .section {
            height: auto!important;
        }
        .main-menu-right {
            display: none;
        }
        .container {
            padding-right: 15px!important;
        }
        .sidebar {
            display: none;
        }
        .footer-one-page {
            display: none
        }
        .container-header .center {
            display: none;
        }
        .sidebar {
            width: 100%;
            background: #fff;
            padding: 65px 20px 20px;
            text-align: center;
            overflow: auto;
            -webkit-overflow-scrolling: touch;
            opacity: 1;
        }
        .sidebar nav ul li a:after {
            display: none;
        }
        .sidebar nav ul li a div {
            margin: auto;
            writing-mode: inherit;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: all .5s cubic-bezier(0.6, 0, 0.5, 1);
            -moz-transition: all .5s cubic-bezier(0.6, 0, 0.5, 1);
            transition: all .5s cubic-bezier(0.6, 0, 0.5, 1);
        }
        .sidebar nav ul li a:hover div {
            opacity: 1;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        .sidebar nav ul li a {
            display: block;
            margin: 0 auto;
            padding: 15px 13px;
            position: relative;
            color: rgba(0, 0, 0, 0.3);
            font-size: 30px;
            line-height: 50px;
            font-family: Gotham Pro;
            font-weight: 500;
        }
        .contacts-page-row {
            grid-template-columns: 1fr;
        }
        .contacts-page-row .left {
            border-right: 0px solid #000;
            border-bottom: 1px solid #000;
        }
        .projects-row {
            grid-template-columns: 1fr;
            min-height: 100%;
            margin-top: 100px;
        }
        .project-left {
            padding: 0px;
            order: 2;
        }
        .project-left p {
            margin-bottom: 10px;
            display: flex;
            justify-content: flex-start;
            margin-top: 20px;
        }
    }
    
    @media screen and (min-width: 801px) and (max-width: 1140px) {
        .contacts-row .left h4 {
            font-size: 40px!important;
            margin-top: 50px;
        }
        .home-page-services {
            min-height: 100vh;
        }
        .service-block {
            grid-template-columns: 1fr;
        }
        .service-block .center {
            justify-content: flex-start;
            border-top: 1px solid #dedede;
            padding-top: 15px;
        }
        .service-ul {
            margin-top: 0px;
            list-style-type: none;
        }
        .service-block .right {
            display: none;
        }
        .contacts-row {
            grid-template-columns: 1fr;
        }
        .right-form-col {
            max-width: 100%;
            margin: 30px 0px 0px;
        }
        .container-header {
            min-height: 10vh;
        }
    }
    
    @media screen and (min-width: 801px) {
        .menuTrigger {
            display: none!important;
        }
    }