.page-footer {
    background: var(--navy);
    padding: 40px 0 16px;
    color: var(--white);
}

.page-footer ul,
.page-footer ul li {
    padding: 0;
    margin: 0;
}

.page-footer ul li:before {
    display: none;
}

.footer-logo a {
    max-width: 135px;
    margin: 0 auto;
    display: table;
}

.footer-top__schedule-btn {
    font-size: 1rem;
    display: table;
    margin: 20px auto 15px;
    padding: 8px 39px 8px 15px;
}

.footer-top__schedule-btn:after {
    right: 15px;
    font-size: 1.125rem;
}

.footer-top__social-link p {
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
    margin: 0 0 10px;
}

.footer-top__social-link ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    overflow: visible;
}

.footer-top__social-link ul li a {
    color: #D1E7F6;
    font-size: 2.0625rem;
    text-decoration: none;
}

.footer-top__social-link ul li a svg {
    width: 33px;
    height: 41.41px;
    margin-top: -7px;
}

.footer-top__social {
    margin: 0 0 26px;
    width: 100%;
}

.footer-top h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--white);
    font-family: "Montserrat", sans-serif;
    padding: 0 0 10px;
    margin: 0 0 12px;
    border-bottom: 1px solid #36618C;
}

.footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.footer-top__left {
    width: 100%;
}

.footer-top__info {
    width: calc(50% - 15px);
}

.footer-top__link {
    width: calc(50% - 15px);
}

.footer-top__info ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
}

.footer-top__info ul li a {
    color: var(--white);
    font-size: 1rem;
    font-weight: 500;
    position: relative;
    padding: 0 0 0 31px;
    display: block;
    text-decoration: none;
}

.footer-top__info ul li a i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.25rem;
}


.footer-top__link ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 12px;
}

.footer-top__link ul li a {
    color: var(--white);
    font-size: 1rem;
    font-weight: 500;
    position: relative;
    display: block;
    text-decoration: none;
}

.footer-bottom {
    position: relative;
    margin-top: 108px;
    padding: 10px 0 0;
    border-top: 1px solid rgba(240, 248, 255, 0.1);
}

.back-to-top {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: -82px;
}

.back-to-top a {
    width: 48px;
    height: 48px;
    background: var(--light-blue);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.back-to-top a i {
    transform: rotate(-90deg);
}

.footer-bottom ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px 35px;
    flex-wrap: wrap;
}

.footer-bottom ul li,
.footer-bottom ul li a {
    color: var(--white);
    font-size: 0.875rem;
    font-weight: 500;
    position: relative;
    text-decoration: none;
    display: block;
}


@media(min-width: 768px) {
    .page-footer {
        padding: 51px 0 38px;
    }

    .footer-logo a {
        margin: 0;
        max-width: 141px;
    }

    .footer-top__left {
        width: 141px;
    }

    .footer-top__schedule-btn {
        margin: 0;
        position: absolute;
        top: 0;
        font-size: 0.875rem;
        left: 172px;
        padding: 6px 36px 6px 12px;
    }

    .footer-top__schedule-btn:after {
        right: 12px;
    }

    .footer-top__center {
        width: 200px;
        margin-top: 60px;
    }

    .footer-top__info {
        width: 100%;
    }

    .footer-top__social-link p {
        text-align: left;
    }

    .footer-top__social-link ul {
        justify-content: flex-start;
    }

    .footer-top__info ul li a i {
        top: 7px;
    }

    .footer-top__social {
        margin: 0 0 20px;
    }

    .footer-top {
        gap: 32px;
        justify-content: flex-start;
    }

    .footer-top__link {
        width: calc(50% - 73px);
        margin: 65px 0 0;
    }

    .footer-bottom {
        position: unset;
        margin-top: 0;
        padding: 30px 0 0;
        border-top: none;
    }

    .footer-top__info ul li a {
        font-size: 1.125rem;
        padding: 0 0 0 30px;
    }

    .footer-top__info ul {
        gap: 2px;
    }

    .footer-top h3 {
        margin: 0 0 6px;
    }

    .footer-top__link ul li a {
        font-size: 1.125rem;
    }

    .footer-top__link ul {
        gap: 4px;
    }

    .footer-wrapper {
        position: relative;
    }

    .back-to-top {
        left: unset;
        transform: unset;
        top: 0;
        right: 0;
    }

    .back-to-top a {
        width: 60px;
        height: 60px;
        font-size: 1.75rem;
    }
}

@media(min-width: 1200px) {
    .page-footer {
        padding: 32px 0 53px;
    }

    .footer-logo a {
        max-width: 161px;
    }

    .footer-top__left {
        width: 161px;
        margin-right: 20px;
    }

    .footer-top__schedule-btn {
        position: relative;
        left: 0;
        margin: 0 0 25px;
    }

    .footer-top__social,
    .footer-top__info {
        margin: 35px 0 0;
        width: auto;
    }

    .footer-top__social-link {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    .footer-top__link ul li {
        width: calc(50% - 16px);
    }

    .footer-top__link {
        width: 400px;
        margin: 35px 0 0;
    }

    .footer-top__social-link ul {
        gap: 12px;
    }

    .footer-top__link ul {
        gap: 4px 32px;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .footer-bottom {
        margin-top: -26px;
        padding: 0;
    }

    .footer-bottom ul {
        justify-content: flex-end;
    }

    .back-to-top {
        top: 35px;
    }

    .back-to-top a:hover {
        background: #D1E7F6;
    }

    .footer-top__info ul li a:hover,
    .footer-top__link ul li a:hover,
    .footer-bottom ul li a:hover {
        color: #D1E7F6;
    }

    .footer-top__social-link ul li a:hover {
        color: var(--white);
    }

    .footer-top__social-link ul li a:hover svg {
        fill: #fff;
    }

    .accessibility-icon {
        position: fixed;
        width: 66px;
        height: 66px;
        left: 30px;
        bottom: 35px;
        background: var(--white);
        box-shadow: 0px 0px 9.9px rgba(0, 44, 87, 0.25);
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        padding: 0;
        z-index: 5;
    }

    .accessibility-icon:hover {
        background: #D1E7F6;
    }

    .chat-bot-btn {
        position: fixed;
        right: 40px;
        bottom: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: transparent;
        padding: 0;
        border: none;
        z-index: 5;
        gap: 19px;
    }

    .chat-bot-btn:after {
        content: "";
        position: absolute;
        right: 3px;
        bottom: 5px;
        width: 14px;
        height: 14px;
        background: #45D900;
        border-radius: 50px;
    }

    .chat-bot-btn__avatar {
        width: 75px;
        height: 75px;
        border-radius: 50px;
        overflow: hidden;
    }

    .chat-bot-btn__text {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 6px 8px;
        background: var(--white);
        box-shadow: 0px 0px 9.9px rgba(0, 44, 87, 0.25);
        border-radius: 5px;
        font-size: 0.875rem;
        font-weight: 600;
        color: var(--navy);
        position: relative;
        font-family: "Assistant", sans-serif;
    }

    .chat-bot-btn__text:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        bottom: -4px;
        right: -10px;
        box-sizing: border-box;
        border: 6px solid black;
        border-color: transparent transparent #ffffff #ffffff;
        transform-origin: 0 0;
        transform: rotate(-137deg);
        box-shadow: -3px 3px 9.9px 0 rgba(0, 44, 87, 0.25);
    }
}