.site-header-tools {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    gap: 7px;
    margin-left: auto;
}

.site-header-add {
    background-color: #1da704;
    background-image: url("https://img.kvartorg.com/img/add_but_bg.gif");
    background-repeat: repeat-x;
    border: 1px solid #000;
    border-radius: 3px;
    box-shadow: 1px 1px 3px 1px #000;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    height: 30px;
    line-height: 28px;
    padding: 0 9px;
    text-decoration: none;
    text-shadow: #000 2px 2px 2px;
    white-space: nowrap;
}

.site-header-add:hover,
.site-header-add:focus {
    background-position: 0 -25px;
    border-color: #fff;
    color: #ff0;
}

.site-header-account {
    align-items: center;
    background: #085e64;
    border: 1px solid #3d8387;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    flex: 0 0 34px;
    height: 34px;
    justify-content: center;
    text-decoration: none;
    width: 34px;
}

.site-header-account:hover,
.site-header-account:focus {
    background: #0a737a;
    border-color: #fff;
}

.site-header-account svg {
    fill: currentColor;
    height: 22px;
    width: 22px;
}

#header.site-header {
    align-items: center;
    display: flex;
    min-height: 44px;
}

#header.site-header a.logo {
    flex: 0 1 auto;
    min-width: 0;
    padding: 8px 8px 6px 10px;
}

#header.site-header a.logo img {
    display: block;
    height: 25px;
    max-width: 143px;
    width: auto;
}

#header.site-header #google_translate_element {
    flex: 0 0 auto;
    margin: 0 7px;
}

#header.site-header i#mainmenubuttoni {
    float: none;
    flex: 0 0 48px;
    line-height: 44px;
    width: 48px;
}

.account-header .site-header-tools {
    margin-right: 8px;
}

@media (max-width: 720px) {
    #header.site-header #google_translate_element {
        display: none;
    }
}

@media (max-width: 420px) {
    #header.site-header a.logo img,
    .account-header .account-logo img {
        height: auto;
        max-width: 105px;
        width: 100%;
    }

    .account-header {
        gap: 6px;
        padding-left: 8px;
        padding-right: 8px;
    }

    .account-header .site-header-tools {
        gap: 5px;
        margin-right: 0;
    }

    .site-header-add {
        font-size: 13px;
        padding-left: 7px;
        padding-right: 7px;
    }

    .account-menu-button {
        flex: 0 0 40px;
        height: 40px;
        width: 40px;
    }
}

@media (max-width: 340px) {
    #header.site-header a.logo img,
    .account-header .account-logo img {
        max-width: 82px;
    }

    #header.site-header a.logo {
        padding-left: 6px;
        padding-right: 5px;
    }

    #header.site-header i#mainmenubuttoni {
        flex-basis: 42px;
        width: 42px;
    }
}
