.new-header .logo-mobile {
    display:none
}
.new-header > .top {
    background:#FBFFEA;
    padding:12px 0;
}
#header.new-header .topmenu-stand-mobile {
    display:flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 40px;
}
#header.new-header > .top ul li a {
    margin-right: 60px;
    line-height: 30px;
    color:#000;
    font-weight: 450;
    font-size: 18px;
}
#header.new-header .call-time {
    display:flex;
    flex-wrap: nowrap;
    gap:10px;
    align-items: center;
}
#header.new-header .call-time span {
    white-space: nowrap;
}
#header.new-header .middle {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    padding:20px 0
}
#header.new-header .middle .logo {
    padding:0;
    margin:0 !important;
}
#header.new-header .middle .contacts,
#header.new-header .map-zamer {
    display:flex;
    gap:8px;
    flex-wrap: nowrap;
    float: none;
    max-width: 100%;
    align-items: center;
    margin: 0 !important;
}
#header.new-header .middle .contacts a {
    font-weight: 750;
    font-size: 24px;
    color:#2C2C2C;
    padding:0
}
#header.new-header .middle .contacts a:hover {
    color:#b0d32c
}
#header.new-header .middle .contacts svg {
    border:none
}
#header.new-header .call a,
#header.new-header .zam a {
    padding:7px 25px;
    border-radius: 2px;
    border: 2px solid #B0D32C;
    font-weight: 700;
    font-size: 16px;
    display:flex;
    flex-wrap: nowrap;
    gap:15px;
    align-items: center;
    text-align: center;
    text-decoration: none;
}
#header.new-header .call a {
    background: #B0D32C;
    color:#fff;
}
#header.new-header .call a:hover {
    color: #B0D32C;
    background:#fff;
}
#header.new-header .call a:hover svg path {
    fill:#B0D32C
}
#header.new-header .zam {
    display:flex;
    gap:15px;
}
#header.new-header .zam a {
    color: #B0D32C;
    background:#fff;
    padding: 9px 25px;
}
#header.new-header .zam a:hover {
    background: #B0D32C;
    color:#fff;
}
#header.new-header .zam a:hover svg path {
    fill:#fff
}
.map-zamer span {
    display:block;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
}

@media (max-width:1200px) {
    .new-header > .top {
        padding:0
    }
    #header.new-header .slicknav_menu {
        display:none
    }
    #header.new-header .menu-stand-mobile {
        width: 100%;
    }
    #header.new-header .menu-stand-mobile > ul {
        display:flex;
        justify-content: space-between;
        gap:10px;
        width: 100%;
    }
    #header.new-header > .top ul li a {
        margin: 0;
        padding: 0;
    }
    #header.new-header .top ul li a:hover {
        background:transparent;
    }
    #header.new-header .middle > * {
        margin:0 !important;
    }
    #header.new-header .call a {
        padding:10px 17px;
    }
    #header.new-header .middle {
        gap:10px;
        align-items: end;
        padding: 0 10px 13px;
    }
    #header.new-header .call a span {
        display:none
    }
    #header.new-header .zam {
        flex-direction: column;
        gap:5px;
    }
    #header.new-header .zam a {
        order:2;
        padding: 12px;
    }
    #header.new-header .map-zamer span br {
        display:none
    }
}

@media (max-width:1023px) {
    #header.new-header .middle .logo img {
        width:147px;
        height:auto;
    }
    #header.new-header .call-time {
        display:none
    }
}

@media(max-width:767px) {
    #header.new-header .middle .logo {
        flex-shrink: 0;
    }
    #header.new-header .middle .logo img.logo-mobile {
        display:block;
        width: auto;
        height: 41px;
    }
    #header.new-header > .top, #header.new-header .map-zamer,
    #header.new-header .middle .contacts, .new-header .logo-desktop {
        display:none
    }
    #header.new-header .middle {
        padding:15px 10px
    }
    #header.new-header .middle .call {
        order:3
    }
    #header.new-header .zam {
        width:100%;
    }
    #header.new-header .zam a {
        padding: 12px 10px;
        gap: 5px;
    }
    #header.new-header .zam a span {
        white-space: nowrap;
    }
    #header.new-header .call a {
        padding: 10px 12px;
    }
}