.av-catalog-menu {
    display: none;
    margin: 0 0 20px;
    padding-top: 15px;
    border-top: 1px solid #efefef
}

.av-catalog-menu__row {
    padding: 0 38px;
    overflow: auto;
    justify-content: space-between
}

.av-catalog-menu__item {
    font-size: 13px;
    color: #666;
    text-decoration: none;
    text-align: center;
    margin: 0 2px;
    font-family: AGOptimaCyr
}

.av-catalog-menu__item:hover {
    color: #666;
    text-decoration: none
}

.av-catalog-menu__img_wrap {
    display: inline-block;
    text-align: center
}

.av-catalog-menu__img {
    width: 94px;
    overflow: hidden;
    border: 5px solid #faf3f5;
    border-radius: 50%
}

.av-catalog-menu__img img {
    max-width: 100%;
    width: 100%
}
.header__desktop .header__logo img {
    margin: 5px;
    height: 40px;
}