a.link-support {
    color: #000000;
}

a.link-support-dark {
    color: #ffffff;
}

/* Responsive sub-menu by vertically */
@media all and (min-width: 992px) and (max-height: 1000px) {
    .header-nav__sub-menu {
        padding-top: 16px;
        padding-block: 16px;
    }

    .header-nav__sub-item.sub-nav-item {
        padding-top: 10px;
        padding-block: 10px;
    }

    .sub-nav-item__descr {
        font-size: 14px;
        line-height: 1.3em;
    }

    .sub-menu-safe-area-copy {
        height: 8px;
    }

    .header-nav__sub-title {
        display: none;
    }

    .header-nav__sub-item.sub-nav-item:hover {
        background-color: transparent;
    }
}

/* Header - additional breakpoint */
@media all and (min-width: 991px) and (max-width: 1250px) {
    .schedule-component.old-schedule {
        display: block;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .schedule-component__text.old-schedule {
        font-size: 13px;
    }

    .schedule-component__item.schedule-component__item_for-dark.old-schedule {
        border-right-style: none;
    }

    .schedule-component__item.old-schedule {
        border-right-style: none;
        line-height: 16px;
    }
}

/* Sticky navigation (Landline Page) */
.nav-tab__link {
    transition: border-color .3s ease;
}

.nav-tab__link.w--current {
    border-bottom-color: #09085b;
}
