.cbg-footer {
    position: relative;
    padding: 60px 0 31px 0;
    border: 1px solid #929497;
    background: #304366;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);

}

.cbg-footer a,
.cbg-footer {
    color: var(--white-70, rgba(255, 255, 255, 0.70));
    text-decoration: none;
}

.cbg-footer .social-network {
    display: flex;
    gap: 20px;
    margin-top: 18px;
}

.cbg-footer a:hover {
    color: var(--color);
}

.cbg-footer .container {
    position: relative;
    z-index: 1;
}

.cbg-footer .footer-title {
    margin-bottom: 8px;
    min-height: 32px;
    color: var(--white-70, rgba(255, 255, 255, 0.70));
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}

.cbg-footer .contact-information,
.cbg-footer .contact-information a,
.cbg-footer .footer-text a,
.cbg-footer .footer-text {
    text-decoration: none;
    color: var(--white-70, rgba(255, 255, 255, 0.70));
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.cbg-footer ul {
    margin: 0;
    padding: 0;
}

.cbg-footer ul li {
    list-style-type: none;
    margin-bottom: 20px;
    color: var(--white-70, rgba(255, 255, 255, 0.70));
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}

.cbg-footer .copyright {
    border-top: 1px solid #929497;
    padding-top: 22px;
    margin-top: 49px;
}

.cbg-footer .copyright ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-end;
}

.cbg-footer .copyright ul li {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin: 0;
}

.cbg-footer .copyright {
    color: #B7B8BE;
    font-size: 16px;
    line-height: 100%;
}

.cbg-footer .logo-footer {
    margin-bottom: 27px;
}

.cbg-footer .footer-text p {
    margin-bottom: 20px;
}

.cbg-footer .copyright a {
    color: #fff;
}

@media (min-width:992px) {
    .cbg-footer .footer-text {
        max-width: 280px;
    }
}

@media (max-width:992px) {
    .cbg-footer .column_1 {
        display: flex;
        flex-direction: row-reverse;
        gap: 15px;
    }

    .cbg-footer .column_1 .footer-text,
    .cbg-footer .column_1 .group-contact-information {
        width: calc(50% - 7.5px);
    }

    .cbg-footer ul li {
        margin-bottom: 10px;
    }

    .cbg-footer .footer-title {
        font-size: 16px;
        min-height: 24px;
        margin-bottom: 10px;
    }

    .cbg-footer .contact-information,
    .cbg-footer .contact-information a,
    .cbg-footer .footer-text a,
    .cbg-footer .footer-text {
        font-size: 12px;
        line-height: 125%;
    }

    .cbg-footer .col-lg-3.col-6 {
        margin-bottom: 20px;
    }

    .cbg-footer .footer-text b {
        line-height: 100%;
    }

    .cbg-footer ul li {
        font-size: 12px;
        line-height: 100%;
    }

    .cbg-footer .copyright {
        padding-top: 10px;
        margin-top: 30px;
    }

    .cbg-footer .copyright ul {
        justify-content: center;
    }

    .cbg-footer .copyright .row>div {
        text-align: center;
        margin-bottom: 10px;
    }

    .cbg-footer {
        padding: 30px 0 20px 0;
    }
}