.home-link {
    position: relative;
    z-index: 200; /* чтобы перекрыть промо-плашку под шапкой */
    margin-bottom: 2em;
    color: rgb(39, 174, 96);
    text-decoration: none;
}

.home-link:hover {
    color: rgb(39, 174, 96);
}

.home-link img {
    position: relative;
    top: -2px;
    margin: 0 10px;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.home-link:hover img {
    margin: 0 20px 0 0;
}

.section-schedule {
    background: #fff;
    padding: 4em 0;
}

.section-schedule h1 {
    margin: 1em 0 0.75em;
    font-size: 2.25em;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    color: #2C2C2C;
}

.section-schedule .schedule-table thead * {
    background: #1492AA;
}

.section-schedule ul.schedule-pager.link-pager li:not(.active) a {
    color: #333 !important;
}

.section-schedule .link-pager {
    display: block;
}

.section-schedule .subscribe-button {
    margin-top: 1em;
}

.section-schedule .subscribe-button {
    padding: 0.6em 2em;
    text-transform: uppercase;
}

@media (max-width: 991.98px) {
    .home-link {
        z-index: auto;
    }

    .section-schedule {
        padding: 3em 0;
    }

    .section-schedule h1 {
        margin: 0.75em 0 0.5em;
        font-size: 2em;
    }

    .section-schedule .subscribe-button {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .section-schedule {
        padding: 4em 0 3em;
    }
}

/*#region Прижатие футера к низу*/

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 88px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 88px;
}

@media (max-width: 991.98px) {
    body {
        margin-bottom: 98px;
    }

    .footer {
        height: 98px;
    }
}

@media (max-width: 767.98px) {
    body {
        margin-bottom: 280px;
    }

    .footer {
        height: 280px;
    }
}

/*#endregion Прижатие футера к низу*/
