footer.footer_base {
    background-color: rgb(var(--main-color), 1);
    padding: 35px 0;
}

footer.footer_base a.link_,
footer.footer_base a.link_s {
    font-size: 14px;
    color: rgb(var(--white-color), 1);
    margin: 5px 0;
}

footer.footer_base a.link_s {
    font-size: 12px;
    font-weight: 300;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

footer.footer_base a.link_s address {
    margin: auto 0;
}

footer.footer_base a.link_s p {
    margin: 0;
}

footer.footer_base a.link_s i.bi {
    font-size: 16px;
    margin-right: 10px;
}

footer.footer_base h2 {
    margin-bottom: 25px;
}

footer.footer_base h2 a.link_ {
    font-size: 20px;
    font-weight: bold;
}

footer.footer_base a.link_:hover,
footer.footer_base a.link_s:hover {
    text-decoration: underline;
}

footer.footer_base a.logo-full {
    margin-bottom: 20px;
}

footer.footer_base .logo-full svg .alikhanov,
footer.footer_base .logo-full svg .niversity,
footer.footer_base .logo-full svg .ulogo {
    fill: rgb(var(--white-color), 1);
}

footer.footer_base .logo-full svg .shoqan {
    fill: rgb(var(--gold-color), 1);
}

footer.footer_base .socials {
    margin-top: 24px;
}

footer.footer_base .socials .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(var(--white-color), 1);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin: 0 5px;
    font-size: 12px;
}

footer.footer_base .socials .icon:first-child {
    margin: 0 5px 0 0;
}

footer.footer_base .socials .icon:hover {
    background-color: rgb(var(--white-color), 0.2);
}

footer.footer_base hr.white_line {
    color: rgb(var(--white-color), 1);
    border-radius: 5px;
    margin: 25px 0 35px 0;
}

footer.footer_base p.copyright {
    font-size: 12px;
    color: rgb(var(--white-color), 1);
    margin: 0;
    text-align: center;
}

@media screen and (max-width: 1199px) {
    footer.footer_base h2 {
        text-align: center;
    }

    footer.footer_base .main_column {
        justify-content: center;
        align-items: center;
    }

    footer.footer_base .socials {
        justify-content: center;
    }
}

@media screen and (max-width: 769px) {
    footer.footer_base .main_column {
        align-items: flex-start;
        padding: 0 50px;
    }

    .socials {
        margin-top: 5px !important;
    }
}