@media (min-width: 992px) {

    ul.main-nav > li.help > ul {
        box-sizing: content-box;
        background-color: #F7F9FC;
        width: 100%;
        padding: 22px 0;
    }

    ul.main-nav > li.help li.sec {
        width: 145px;
    }

    ul.main-nav > li.help.hover > ul {
        display: flex;
    }

    ul.main-nav > li.help > ul > li:first-child {
        width: 50%;
        background-color: white;
        margin: -22px 0 -22px -60px;
        display: flex;
        align-items: center;
        justify-content: end;
        padding-right: 50px;
    }

    ul.main-nav > li.help > ul > li:nth-child(2) {
        margin-left: 22px;
    }

    .help-wrap {
        width: 305px;
        font-size: 14px;
        padding: 20px 0;
    }

    .help-wrap .title {
        font-size: 20px;
        font-weight: bold;
        color: #0096FF;
        padding-bottom: 4px;
    }

    .help-wrap ul li {
        height: 54px;
        border-bottom: 2px solid #f3f4f5;
        line-height: 50px;
        padding-left: 30px;
        background: url('/resources/images/icons/phone-blue.svg') no-repeat left center;
    }

    .help-wrap ul li:nth-child(2) {
        background: url('/resources/images/icons/chat-blue.svg') no-repeat left center;
    }

    .help-wrap ul li:last-child {
        background: url('/resources/images/icons/email-blue.svg') no-repeat left center;
        border: none;
    }

}

@media (min-width: 1201px) {

    ul.main-nav > li.help li.sec {
        width: 163px;
    }
}