/*#region var*/
@media (max-width: 991px) {
    :root {
        --headerH: 60px;
    }
}
@media (max-width: 767px) {
    :root {
        --pxunit: 6px;
    }   
}
/*#endregion var*/

/*#region HEADER*/

@media (max-width: 991px) {
    header{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .header_set {height: 100%;}
    .header_left {flex: 1;height: 100%;}
    .header_menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        flex-direction: column;
        justify-content: flex-start;
        z-index: 120;
        transform: scale(0.95);
        pointer-events: none;
        background-color: rgba(23, 23, 23, 0.95);
        -webkit-transition: 0.6s;
        -moz-transition: 0.6s;
        -ms-transition: 0.6s;
        transition: 0.6s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        will-change: opacity, transform;
        opacity: 0;
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        padding-top: 10vh;
    }
    .header_menu.pst_open {opacity: 1;-webkit-transform: scale(1);transform: scale(1);pointer-events: auto;}
    .headmenu_a .headmenu_cap{padding: 20px 0;color: #fff !important;}
    .headmenu_a.headmenu_contact {margin-left: 0;margin-top: 20px;}
    .headmenu_uline {background-color: #fff !important;}
    .headmenu_a.headmenu_contact .headmenu_shape { background: transparent;}
    .headmenu_a.headmenu_contact:hover .headmenu_shape { border-color: #A9CD36 !important;}
}
@media (max-width: 991px) {
    .hamburger_set {display: block;}
    .hamburger_btn.pst_open span{ background:#fff !important;}
}
.pst_blackheader{background-color: rgba(23, 23, 23, 0.8);}
.pst_blackheader .headmenu_a .headmenu_cap{color: #FFF;}
/*#endregion HEADER*/
