.menu-item-36409 {
    position: relative;
}
.menu-item-36409::after {
    content: "Прием звонков: Пн–Пт 09:00 - 18:00\AЗаказ онлайн: круглосуточно";
    position: absolute;
    top: calc(100% - 13px);
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    color: inherit;
    font-size: 11px;
    line-height: 1.3;
    white-space: pre-line;
    text-align: center;
    opacity: .85;
}
.calltime_under_phone {
    padding-bottom: 15px;
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
    opacity: .85;
}

@media (max-width: 1580px) {
    .menu-item-36409 {
        padding-bottom: 30px;
    }
    .menu-item-36409::after {
        top: calc(100% - 20px);
        font-size: 10px;
    }
}
@media (max-width: 1333px) {
    .menu-item-36409::after {
        top: calc(100% - 23px);
    }
}
@media (max-width: 1280px) {
    .menu-item-36409::after {
        top: calc(100% - 25px);
        width: 100%;
        text-align: left;
    }
}