footer {
    background: var(--bg-blue);
    padding-top: 50px;
    padding-bottom: 100px;
    color: #fff;
}
footer a, #menu-mobile-popup a {
    color: #fff;
}
footer a:hover, #menu-mobile-popup a:hover {
    color: var(--yellow);
}
footer ul, #menu-mobile-popup ul {
    list-style: none;
}
@media(min-width: 768px) {
    footer a + ul, #menu-mobile-popup a + ul {
        display: block !important;
    }
}
.footer-box.row, .footer-box-bottom.row {
    margin-right: -24px;
    margin-left: -24px;
}
.footer-box.row {
    padding-bottom: 42px;
}
.footer-box.row > div, .footer-box-bottom.row > div {
    padding-left: 24px;
    padding-right: 24px;
}
.footer-box-bottom .top-m {
    margin-top: 15px;
}
.footer-box a {
    display: block;
    border: 0 none;
}
/*.footer-box a span {
    border-bottom: 1px solid transparent;
}*/
.footer-box a:hover span, .footer-box .active span {
    color: var(--yellow);
}
.footer-box > div > a, .footer-box ul + ul {
    font-size: 18px;
    font-weight: 500;
    padding: 8px 0;
}
.footer-box > div > a {
    margin-bottom: 16px;
}
.footer-box ul a {
    padding: 14px 0;
}
.footer-box ul + ul {
    margin-top: 18px;
}
.footer-box ul + ul a {
    padding: 22px 0;
}
footer hr, #menu-mobile-popup hr {
    border: 0 none;
    height: 1px;
    background-color: #022353;
}
.footer-box-bottom {
    padding-top: 56px;
}
.footer-box-bottom p {
    line-height: 30px;
}
.footer-box-bottom-menu a {
    display: inline-block;
}
.footer-box-bottom-menu a, .footer-box-bottom-contact a {
    margin-bottom: 22px;
}

.designed {
    display: inline-flex;
    align-items: center;
}
.designed a {
    margin: 0;
    border: 0 none;
}
.designed a img {
    opacity: .9;
}
.designed a:hover img {
    opacity: 1;
}

@media(max-width: 1019px) {
    footer {
        margin-top: 110px;
    }
}
@media(max-width: 767px) {
    footer {
        margin-top: 0px;
        padding-top: 60px;
    }
    .footer-box-bottom-menu {
        margin: 25px 0 15px;
    }
    .footer-box-bottom .top-m {
        margin-top: 25px;
    }
    .designed {
        margin-top: 15px;
    }
    .footer-box > div > a + ul {
        display: none;
    }
    .footer-box ul + ul {
        margin-top: 0;
        padding: 0;
    }
    .footer-box.row {
        padding-bottom: 30px;
    }
    .footer-box-bottom {
        padding-top: 50px;
    }
    .footer-box > div > a, .footer-box ul + ul, .footer-box-bottom-menu a, .footer-box-bottom-contact a {
        font-size: 16px;
    }
    .footer-box > div > a {
        margin: 0;
        position: relative;
    }
    .footer-box > div > a::after {
        content: "";
        position: absolute;
        right: 0;
        width: 6px;
        height: 6px;
        border-left: 2px solid;
        border-bottom: 2px solid;
        transform: rotate(-45deg);
        top: 50%;
        margin-top: -6px;
    }
    .footer-box > div > a.open-tab::after {
        transform: rotate(-225deg);
        margin-top: -2px;
    }
    .footer-box > div > a, .footer-box ul + ul a {
        padding: 28px 0;
        border-top: 1px solid #022353;
    }
    .footer-box-bottom-menu a {
        margin-bottom: 32px;
    }
    .footer-box-bottom-contact a {
        margin-bottom: 20px;
    }
    .footer-box.row {
        padding-bottom: 0;
    }
    .footer-box-bottom {
        padding-top: 15px;
    }
    footer .soc-line {
        margin-bottom: 36px;
    }
    .footer-box > div > a.open-tab {
        color: var(--yellow);
    }
    .footer-box a + ul {
        padding-left: 16px;
    }
    .footer-box a + ul a {
        font-size: 14px;
        font-weight: 400;
    }
}