body footer.footer {
    background-color: #000D2D;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

body footer.footer .footer_top {
    padding: 40px 0 24px;
    border-bottom: solid 3px #000D2D;
}

body footer.footer .footer_top .logo {
    display: block;
    max-width: max-content;
}

body footer.footer .footer_top .logo img {
    height: auto;
    max-width: 339px;
}

body footer.footer .footer_bottom {
    padding: 16px 0;
}

body footer.footer .footer_bottom .nav {
    gap: 10px;
}

body footer.footer .footer_bottom .nav .nav-item .nav-link {
    color: #28A9E0;
    font-size: 20px;
    font-weight: 400;
    padding: 0 10px 0 0;
    position: relative;
}

body footer.footer .footer_bottom .nav .nav-item .nav-link:after {
    content: "";
    background: #28A9E0;
    height: 100%;
    width: 2px;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(0, -50%);
}

body footer.footer .footer_bottom .nav .nav-item:last-child .nav-link {
    padding: 0;
}

body footer.footer .footer_bottom .nav .nav-item:last-child .nav-link:after {
    display: none;
}

@media (max-width: 1580px) {
    body footer.footer .footer_bottom p {
        font-size: 16px;
    }
    body footer.footer .footer_bottom .nav .nav-item .nav-link {
        font-size: 16px;
    }
}

@media (max-width: 1380px) {
    body footer.footer .footer_bottom p {
        font-size: 14px;
    }
    body footer.footer .footer_bottom .nav {
        gap: 8px;
    }
    body footer.footer .footer_bottom .nav .nav-item .nav-link {
        font-size: 14px;
        padding: 0 8px 0 0;
    }
    body footer.footer .footer_bottom .nav .nav-item:last-child .nav-link {
        padding: 0;
    }
}

@media (max-width: 1180px) {
    body footer.footer .footer_top .logo img {
        max-width: 194px;
    }
    body footer.footer .footer_bottom p {
        font-size: 12px;
    }
    body footer.footer .footer_bottom .nav .nav-item .nav-link {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    body footer.footer .footer_bottom .nav {
        flex-direction: column;
        text-align: center;
    }
    body footer.footer .footer_bottom .nav .nav-item .nav-link {
        padding: 0;
    }
    body footer.footer .footer_bottom .nav .nav-item .nav-link:after {
        display: none;
    }
}

@media (max-width: 567px) {
    body footer.footer .footer_top {
        padding: 24px 0;
    }
    body footer.footer .footer_bottom p {
        font-size: 14px;
    }
    body footer.footer .footer_bottom .nav .nav-item .nav-link {
        font-size: 14px;
    }
}

/*# sourceMappingURL=footer.css.map */