.site-footer {
    background: #323232;
    color: #A4A4B1;
    font-family: Mulish;
}
.site-footer a { color: #A4A4B1; text-decoration: none; }
.site-footer a:hover, .site-footer a:focus { color: #ffffff; text-decoration: underline; }

.footer-menu { display: flex; }
.site-footer .text-right { text-align: right; }
.site-footer .small-text { font-size: 12px; }

.footer-top { padding: 40px 0 15px; }
.footer-bottom { padding: 16px 0; }
.site-footer .separator { height: 1px; background: rgba(255,255,255,0.08); }

.footer-title { font-weight: 600; color: #ffffff; margin-bottom: 12px; }
.footer-title a{ font-weight: 600; color: #ffffff; }
.footer-links li { margin-bottom: 8px; }
.footer-links li.footer-title { margin-bottom: 12px; }
.site-footer .contacts li { margin-bottom: 8px; }
.site-footer .phones { margin-bottom: 12px; }
.site-footer .phone { font-weight: 700; font-size: 18px; color: #ffffff; }
.site-footer .phone a { color: #ffffff; }
.site-footer .address { color: #ffffff; margin-top: 8px; }

.site-footer .phone-block { margin-bottom: 10px; }


.site-footer .skolkovo-logo { padding: 20px 0; }
.site-footer .skolkovo-img { max-width: 220px; height: auto; }

.footer-middle { padding: 0 0 24px 0; }

.site-footer .wrap-legal-links { display: flex; justify-content: flex-end; }
.site-footer .legal-links { max-width: 300px; margin-top: 50px; }
.site-footer .legal-links li { margin-bottom: 8px; }
.site-footer .legal-links a, .legal-links span { color: #e2e2e7; }

.site-footer .brand-legal { margin: 0 0 16px; }

.site-footer .brand-block.bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 24px;
    width: 260px;
}
.site-footer .brand-block.bottom .logo-img { margin-bottom: 0; }
.site-footer .brand-block.bottom .brand-text {
    font-size: 10px;
    line-height: 140%;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
}

.site-footer .logo-img {
    max-width: 120px;
    height: auto;
    margin-bottom: 12px;
}
.site-footer .logo-img.small {
    max-width: 32px;
    margin-bottom: 0;
    margin-right: 6px;
    vertical-align: middle;
}

.site-footer .bottom-links { margin: 0 12px 8px 0; }
.site-footer .bottom-links > li { padding-right: 8px; }

.site-footer .social { margin-top: 30px; }
.site-footer .social .icon-placeholder {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #1e293b;
    border-radius: 3px;
    vertical-align: middle;
    margin-right: 8px;
    margin-left: 6px;
}

@media screen and (min-width: 980px) and (max-width: 1199px) {
    .site-footer .wrap-legal-links { justify-content: flex-start; }
}
@media screen and (min-width: 640px) and (max-width: 979px) {
    .site-footer .phone-block:first-child { margin-right: 32px; }
    .site-footer .phone-block { display: inline-block; }
    .site-footer .contacts-block {margin-bottom: 32px; }
    .site-footer .nav-block-1 { margin-bottom: 32px; }
    .site-footer .nav-block-2 { margin-bottom: 24px; }
    .site-footer .footer-top { padding-bottom: 0; }
    .site-footer .legal-links { margin-top: 15px; }
    .site-footer .wrap-legal-links { justify-content: flex-start; }
}
@media screen and (max-width: 639px) {
    .site-footer .phone-block:first-child { margin-right: 32px; }
    .site-footer .phone-block { display: inline-block; }
    .site-footer .footer-menu { display: block; }
    .site-footer .legal-links { margin-top: 15px; }
    .site-footer .social { text-align: center; }
    .site-footer .contacts-block {margin-bottom: 32px; }
    .site-footer .nav-block-1 { margin-bottom: 32px; }
    .site-footer .nav-block-2 { margin-bottom: 24px; }
    .site-footer .catalog-left .footer-links {
        padding-bottom: 24px;
        margin-bottom: 30px;
        border-bottom: 1px solid rgba(255,255,255,0.08);
    }
    .footer-top { padding-bottom: 0; }
    .footer-menu-psy { margin-bottom: 16px; }
    .site-footer .wrap-legal-links { justify-content: flex-start; }
}