.c-head {
    display: flex;
    width:100%;
    flex-direction: column;
    padding-bottom: 15px;
    background-image: url(/images/Plant_BG.svg);
    background-repeat: no-repeat;
    background-position-y: top;
    background-position-x: right;
    background-size: 20%;
}
body .header {
    padding: 0 0 65px;
}
.header .c-btn-group .btn {
    margin-top: 0;
    margin-right: 10px;
}
.header .c-btn-group .btn:last-child {
    margin-right: 0;
}
.header .c-menu-bLine {
    height: 65px;
}

.header .menu_bLine.fly {
    /*display:flex!important;*/
    align-items:center;
    top:0!important;
    height:65px;
}
.header .c-menu-bLine ul li a {

}
.menu_bLine ul li a>div {
    /*display:none;*/
    margin-right: 15px;
    margin-bottom: -5px!important;
}
.c-logo .logo {
    text-align: left;
}
.c-slogan {
    max-width:50%;
    text-align: left;
}
.c-slogan h2 {
    color: #3f4e63;
    font-size: 45px;
    font-family: 'TildaSans',Arial,sans-serif;
    line-height: 50px;
    font-weight:600;
}
.menu_bLine-container {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0;
}
body .menu_bLine ul {
    display: flex;
    width:auto;
    margin: 0;
}
.c-video {
    width: 100%;
    height: 460px;
}
.c-video > video {
    object-fit: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.header .c-menu-bLine {
    background:#fff!important;
    /*background:#448DEF!important;*/
}
.calc_form .btn,
.view_mode .view_mode_blk1.active, .view_mode .view_mode_blk2.active,
.view_mode .view_mode_blk2 span, .view_mode .view_mode_blk2 span:before,
.btn:hover,
.foot_form_wrap {
    background:#448DEF!important;
}
body .btn {
    color:#448DEF;
    border:1px solid #448DEF!important;
}
body .header .btn {
    color:#fff;
    font-weight: normal;
    background:#448DEF;
}
body .header .btn:hover,
body .header .btn:active,
body .header .btn:focus {
    background:#fff!important;
    color:#448DEF;
}
body .header .menu_bLine ul li a:hover {
    color:#448DEF!important;
}
.menu_bLine ul li a>div {
    display:none;
}
.btn-menu {
    display:none;
    position: absolute;
    top: 33px;
    left: 15px;
    width: 70px;
    height: 46px;
    border: none;
    box-shadow: 0 6px 19px 0 rgba(0, 0, 0, 0.2);

}
@media screen and (max-width: 667px) {
    .fancybox-overlay {
        z-index:999999999999!important;
    }
    .menu_bLine-container {
        padding:20px 0;
    }
    body .menu_bLine ul {
        display:block;
        margin: 0 0 15px 0;
    }
    .header .mobile-show .c-menu-bLine {
        height:auto;
    }
    .mobile-show .menu_bLine-container {
        flex-direction: column;;
    }
    .menu.mobile-show {
        left:0;
        opacity:1!important;
        z-index:999999;
    }

    .wrapper .btn-menu {
        display: block;
        background-image: url(img/menu.png);
        background-size: 45%;
        background-position: center;
        background-repeat: no-repeat;
        z-index:99999;
    }
    .c-video {
        height:270px;
    }
    body .header {
        padding: 0 0 5px;
    }
    .c-slogan {
        max-width:100%;
    }
    .c-slogan h2 {
        font-size: 2.2em;
        line-height: 1.1em;
    }
}
