.elementor-16971 .elementor-element.elementor-element-70045c2{--display:flex;}/* Start custom CSS for html, class: .elementor-element-d29c62d *//* =========================================================
   MAXMEDICA – LINKI W MOBILE MENU
   ========================================================= */

.mm-mobile-links {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 8px 0 14px;
    padding: 0;
}

.mm-mobile-link {
    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 100%;
    min-height: 47px;

    padding: 0 4px;

    font-family: "Poppins", Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;

    color: #ffffff !important;
    text-decoration: none !important;

    background: transparent;

    border-bottom: 1px solid rgba(255,255,255,.45);

    transition:
        padding-left .18s ease,
        background-color .18s ease;
}

.mm-mobile-link:first-child {
    border-top: 1px solid rgba(255,255,255,.45);
}

.mm-mobile-link:hover {
    color: #ffffff !important;
    padding-left: 8px;
    background: rgba(255,255,255,.08);
}

.mm-mobile-arrow {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 26px;
    height: 26px;

    font-size: 22px;
    font-weight: 400;
    line-height: 1;

    color: rgba(255,255,255,.85);
}/* End custom CSS */