footer {
    font-family: 'Open Sans';
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}

footer ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 5px;
    display: flex;
}

footer .widget-title {
    color: #939597;
    font-weight: 500;
    font-family: 'Open Sans';
}

.footer-flags img {
    width: 35px;
    object-fit: contain;
    margin-right: 5px;
    margin-bottom: 15px;
    border: 1px solid #939597;
}

.bootscore-info span {
    display: inline-flex;
    margin-right: 5px;
    color: #939597;
    font-size: 14px;
}

.bootscore-info .footer_widget span::after {
    content: '';
    width: 1px;
    display: inline-block;
    background: #BE1E2D;
    position: relative;
    margin-left: 10px;
}

.bootscore-info .footer_widget span:last-child:after {
    display: none;
}

.footer-sidebar {
    z-index: 100;
}

.footer-sidebar .item {
    background: #E6E7E8;
    width: 50px;
    height: 50px;
    border-bottom: 1px solid #fff;
    transition: .3s ease all;
}

.footer-sidebar .item:last-child {
    border-bottom: 0;
}

.footer-sidebar .item:hover,
.footer-sidebar .item:focus {
    background-color: #BBBDC0;
}

.footer-sidebar > div {
    transform: translateY(-50%);
}

.footer-sidebar .item img.light-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.footer-sidebar-index {
    z-index: 1030;
}

.page-item .page-link {
    border: none;
    border-radius: 0 !important;
    margin: 0 5px;
}

.bootscore-info a {
    color: #939597;
    text-decoration: none;
    transition: .3s ease all;
}

.bootscore-info a:hover {
    color: #d1d1d1;
    text-decoration: none;
}

@media only screen and (max-width: 769px) {
    footer {
        position: inherit;
    }

    .footer_widget span {
        display: block;
        margin-bottom: 10px;
    }

    .footer-sidebar {
        display: none;
    }
}