.footer-top {
    background: #E9F1F7;
  
}

.footer-top-block {
    padding: 14px 70px 14px 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1440px;
    margin: 0 auto;
}
/*.footer-logo img {
    mix-blend-mode: darken;
}*/
.footer-top-nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .footer-top-nav ul li {
        display: inline-block;
        padding-left: 24px;
    }

        .footer-top-nav ul li:first-child {
            padding-left: 0px;
        }

        .footer-top-nav ul li a {
            color: #5B5B5B;
            font-size: 18px;
            font-style: normal;
            font-weight: 600;
            line-height: 15px;
            text-decoration: none;
            font-family: "Open Sans", sans-serif;
        }

.footer-copyright-section {
    background: #55627B;
}

.footer-copyright-block {
    padding: 22px 70px 22px 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1440px;
    margin: 0 auto;
    font-size: 18px;
}

.copyright-text {
    color: #EEF2FC;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.copyright-nav a {
    text-decoration: none;
    color: #EEF2FC;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.scroll-to-top {
    position: fixed;
    right: 7px;
    bottom: 83px;
    color: #fff;
    z-index: 99;
    background: #000;
    border: 0px;
    border-radius: 10px;
    font-size: 16px;
    padding: .375rem .75rem;
}

.scroll-to-top:hover {
    background: #0B8039;
}

.scroll-to-top .bi::before, .scroll-to-top [class^="bi-"]::before, .scroll-to-top [class*=" bi-"]::before {
    font-weight: 900 !important;
}

@media (max-width: 767px) {
    .footer-top-block {
        flex-wrap: wrap;
    }

    .footer-logo, .copyright-text {
        margin-bottom: 10px;
    }

    .footer-copyright-block {
        flex-wrap: wrap;
        padding: 10px;
    }

    .footer-logo, .footer-top-nav, .copyright-text, .copyright-nav {
        width: 100%;
        text-align: center;
    }

    .footer-copyright-block ul li.list-item:not(:last-child) {
        border: none !important;
    }
}
