#header .header-slider {
    position: static;
}

#header .header-slider__inner {
    height: 400px;
    min-height: 400px;
}

.head_slide {
    background: #252f38;
}

#header .header-fix-phone a {
    color: #fff;
}

#header .header-fix-phone .header-phone__popup-link-phone,
#header .header-phone__popup .header-phone__popup-link-email {
    color: #222;
}

.headerMobile {
    display: none;
}

.mobile_menu_container, .mobileContacts {
    display: none;
}

.sliderImgMobile {
    display: none;
}

@media (max-width: 768px) {
    .header-inner {
        display: none;
    }

    .headerMobile {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 45px;
        background: #252f38;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 5;
    }

    .mobileMenuToggle {
        width: 45px;
        height: 45px;
        background: #fff;
        color: #222;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 30px;
/*        margin-right: 15px;*/
    }

    .mobileLogo {
        padding: 5px 0;
    }

    .mobileLogo img {
        height: 35px;
    }

    .mobileHeaderPhone {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 45px;
        width: 45px;
        background: #48a216;
        /*position: absolute;
        right: 0;
        top: 0;*/
        color: #fff;
        font-size: 22px;
    }

    .mobileHeaderOrder {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 45px;
        width: 45px;
        background: #48a216;
        position: static;
        flex: none;
    }

    .mobile_menu_overlay {
        display: none;
        cursor: pointer;
        z-index: 10200;
        background: rgba(0, 0, 0, .5);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .mobile_menu_container, .mobileContacts {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: all .2s;
        padding-top: 45px;
        box-sizing: border-box;
        transform: translateX(-320px);
        width: 320px;
        overflow: hidden;
        z-index: 10201;
        background: #fff;
        display: block;
        box-shadow: 0 0 8px rgba(0, 0, 0, .05);
    }

    .mobile_menu_container.loaded, .mobileContacts.loaded {
        transform: translateX(0);
    }

    .mobile_menu_content {
        overflow: auto;
        height: 100%;
        padding-bottom: 30px;
        width: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .mobile_menu_container .closeMobileMenu:not(.btn), .mobileContacts .closeMobileContacts {
        position: absolute;
        right: 22px;
        top: 14px;
        z-index: 9;
    }

    .mobile_menu_container ul {
        margin: 0;
        padding: 0;
        max-height: 489px;
    }

    .mobile_menu_container ul li {
        list-style: none;
        position: static;
        padding: 0;
        margin-bottom: 0;
        border-top: 1px solid #f5f5f5;
    }

    .mobile_menu_container ul li .parentMobileWrap {
        display: flex;
        align-items: stretch;
    }

    .mobile_menu_container ul li a, .mobile_menu_container ul li span:not(.openSubMenu) {
        text-transform: uppercase;
        display: block;
        line-height: 20px;
        padding: 20px 30px;
        font-size: 16px;
        color: #000;
        text-decoration: none;
        font-weight: 700;
        width: 100%;
    }

    .mobile_menu_container ul li .parentMobileWrap .openSubMenu {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 60px;
        flex: none;
        border-left: 1px solid #f5f5f5;
    }

    .mobile_menu_container ul li ul {
        transform: translateX(320px);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 2;
        overflow: hidden;
        transition: all .2s;
    }

    .mobile_menu_container ul li ul.loaded {
        transform: translateX(0);
    }

    .mobile_menu_container ul li ul.activity {
        overflow-y: auto;
        overflow-x: hidden;
    }

    .mobileMenuBtn {
        margin: 30px 0 0;
        padding: 0 30px;
        display: flex;
    }

    .mobileMenuBtn .btn-link {
        width: 100%;
        text-align: center;
        border-radius: 4px 0 0 4px;
        padding: 20px;
    }

    .mobileMenuBtn .mobileHeaderOrder {
        border-radius: 0 4px 4px 0;
        height: 56px;
        width: 56px;
        position: relative;
    }

    .mobileMenuBtn .mobileHeaderOrder:after {
        content: "";
        display: block;
        width: 1px;
        height: 20px;
        background: #fff;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .mobile_menu_container .closeMobileMenu:not(.btn) rect, .closeMobileContacts rect {
        filL: #48a216;
    }

    .mobile_menu_container ul li a.back {
        padding-left: 40px;
        background: #f5f5f5 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' fill='none'%3E%3Cpath fill='%23B3B3B3' d='m.252 5.406 5.28-5.16a.874.874 0 0 1 1.216 0 .827.827 0 0 1 0 1.189L2.076 6l4.672 4.565a.827.827 0 0 1 0 1.189.874.874 0 0 1-1.216 0l-5.28-5.16a.828.828 0 0 1 0-1.188z'/%3E%3C/svg%3E") left 20px center no-repeat;
        background-size: 9px;
        box-sizing: border-box;
        height: 60px;
        color: rgba(0, 0, 0, .3);
    }
    .news-list__img {
        max-width: 100%;
        margin-bottom: 15px;
    }
    .news-list__btn {
        text-align: center;
    }
    .tabs>ul>li {
        margin-bottom: 0 !important;
        text-align: center !important;
    }
    .mobileContactsContent {
        padding: 0 20px;
    }
    .mobileContactsContent .fa {
        color: #48a216;
        margin-right: 15px;
        width: 30px;
        font-size: 2em;
    }
}

@media (max-width: 576px) {
    .mobileLogo img {
        height: 35px;
    }
    #header .header-slider__inner {
        min-height: 300px;
        height: 300px;
        max-height: 300px;
    }
    .project .projects-table-price td {
        font-size: 13px;
    }
    .content-box table td:first-child {
        padding: 20px 15px;
        width: 30% !important;
    }
    .catalog-links__link-link {
        padding: 8px 3px;
    }
    .sliderImgMobile {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-position: center;
        background-size: cover;
    }
}