

/* Start:/local/templates/mobile/mobile.css?17535271326439*/
@media screen and (max-width:800px) {
    body .header{
        height: auto;
    }
    body .page-center{
        width: 100%;
        min-width: 100%;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
    }

    body .wrapper{
        width: 100%;
        min-width: 100%;
        background-image: none;
        background-color: #111;
    }

    body .auth-btn-wrap{
        display: none;
    }

    body .top-menu-wrap .page-center{
        flex-direction: column;
    }

    body .contact-wrap{
        display: none;
    }

    body .mobile-address{
        display: block;
        margin-top: 30px;
        padding: 25px;
        border-top: 5px solid #ccc;
    }

    body .mobile-address span{
        display: block;
        margin-bottom: 8px;
        font-family: 'open_sans';
    }

    body .mobile-address span a{
        font-size: 15px;
        color: #111;
        text-decoration: none;
        font-family: 'open_sans';
    }

    body .top-menu-wrap{
        height: 100vh;
        width: 100vw;
        background-color: #fff;
        position: fixed;
        top: 0px;
        left: 0px;
        padding: 20px 0px 24px 0px;
        transform: translateY(-100%);
        transition: transform 0.5s ease-in-out;
        z-index: 999;
    }
    
    .top-menu-wrap.active {
        transform: translateY(0);
    }
    
    .top-menu-wrap a {
        transition: color 0.3s ease;
    }
    
    .top-menu-wrap a:hover {
        color: #ff4757;
    }

    body .top-menu-wrap .top-menu{
        line-height: 1.2;
    }

    body .top-menu-wrap .top-menu li{
        display: block;
    }

    body .top-menu-wrap .top-menu li a{
        color: #111;
        padding: 5px 5px 5px 24px;
        display: block;
    }

    html body .workAreaSmallWrap{
        min-height: 100px;
    }

    html body .miniWorkArea{
        width: 100%;
        box-sizing: border-box;
        height: auto;
        padding: 0px;
        min-height: 100px;
    }

    html body .top-kp{
        width: 100%;
        box-sizing: border-box;
        padding: 0px;
    }

    body .hoverWrap, .hover{
        display: none;
    }

    body .header-wrap{
        height: 55px;
        background-color: #397b09;
        padding: 10px;
        box-sizing: border-box;
    }

    body .workArea{
        width: 100%;
    }

    body .logo{
        position: static;
        width: 10px;
    }

    body .logo span{
        display: none;
    }

    body .footer{
        height: 55px;
        background: #397b09;
        padding: 10px;
    }

    body .soc-wrap-footer{
        position: static;
    }

    body .footer .page-center{
        min-height: 0%;
        padding: 0px;
        display: flex;
        justify-content: space-between;
    }

    body .popup-window{
        width: 100%;
        margin-left: 0px;
        left: 0;
        box-sizing: border-box;
    }

    body .popup-window img{
        width: 100%;
        max-width: 100%;
    }

    html body .top-kp .c-bl{
        width: 100%;
        box-sizing: border-box;
        margin-top: 0px;
        padding-top: 10px;
    }

    body .top-kp .kp-list{
        margin-top: 0px;
    }

    body .top-kp .kp-list li{
        display: block;
        padding: 8px 25px 25px;
        margin-bottom: 24px;
        width: 100%;
        box-sizing: border-box;
        margin: 0px auto 24px;
        max-width: 240px;
    }

    body .top-kp .kp-list li:last-child{
        margin-right: auto;
    }

    body .top-kp .title{
        display: block;
        padding: 0px;
        color: #fff;
        font-size: 20px;
    }

    body .top-kp .title::before, body .top-kp .title::after{
        display: none;
    }

    body .top-kp .kp-list li::after{
        display: none;
    }

    html body .h2Wrap{
        background: none;
        margin-top: 0px;
        padding: 3px 0px 12px;
    }

    body .preFooter{
        display: none;
    }


    body .preFooter .page-center{
        height: 0px;
    }

    html body .prekpBGsecond{
        display: none;
    }


    body .menu-toggle {
        width: 32px;
        height: 32px;
        position: relative;
        z-index: 1200;
        cursor: pointer;
        background: none;
        border: none;
        padding: 0;
        outline: none;
        transition: transform 0.4s ease;
        display: block;
    }

    html body .workAreaWrap{
        background-image: none;
        background-color: #fff;
    }
    
    .menu-toggle:hover {
        transform: scale(1.1);
    }
    
    .menu-toggle__lines,
    .menu-toggle__lines::before,
    .menu-toggle__lines::after {
        position: absolute;
        width: 100%;
        height: 3px;
        background-color: #fff;
        transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        border-radius: 3px;
    }
    
    .menu-toggle__lines {
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
    
    .menu-toggle__lines::before,
    .menu-toggle__lines::after {
        content: '';
        left: 0;
    }
    
    .menu-toggle__lines::before {
        top: -8px;
    }
    
    .menu-toggle__lines::after {
        bottom: -8px;
    }
    
    .menu-toggle.active {
        transform: rotate(180deg) scale(1.1);
    }
    
    .menu-toggle.active .menu-toggle__lines {
        background-color: transparent;
    }
    
    .menu-toggle.active .menu-toggle__lines::before {
        top: 0;
        transform: rotate(135deg);
        background-color: #ff9222;
    }
    
    .menu-toggle.active .menu-toggle__lines::after {
        bottom: 0;
        transform: rotate(45deg);
        background-color: #ff9222;
    }
    

    .menu-toggle::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border-radius: 50%;
        background: rgba(166, 255, 158, 0.2);
        transform: scale(0);
        opacity: 0;
        transition: transform 0.6s ease, opacity 0.6s ease;
    }
    
    .menu-toggle.active::after {
        transform: scale(1.5);
        opacity: 1;
    }

    body .logo::before {
        width: 86px;
        height: 30px;
        background-size: contain;
      }

    body .workAreaWrap{
        min-height: 100px;
    }  

    body .bottom-documents{
        width: 100%;
        color: #111;
    }

    body .bottom-documents ul li a{
        color: #111;
    }

}
/* End */
/* /local/templates/mobile/mobile.css?17535271326439 */
