.site-head .top-line .icons a.max-svg::before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url('/themes/tpl7/imgs/max-icon.svg');
    background-position: center 2px;
    background-size: contain;
}
.site-head .top-line .icons a.zen-svg::before {
    content: "";
    display: inline-block;
    position: relative;
    top: 1px;
    width: 14px;
    height: 14px;
    background-image: url('/themes/tpl7/imgs/zen-icon.svg');
    background-position: center bottom;
    background-size: contain;
}