.footer{
    padding: 0 20px 30px;
    background-color: var(--gray-color);
    overflow: hidden;
}
.footer-bottom{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 25px;
    row-gap: 25px;
}

.footer-bottom ul{
    max-width: 200px;
}

.footer__text{
    font-size: 29px;
    color: var(--white-color);
    margin-bottom: 100px;
    margin-top: 5px;
}

.footer__link{
    font-size: 28px;
    color: var(--dark-color);
    line-height: 35px;
    transition: color .3s ease-in-out;
    font-family: 'DIN2014', sans-serif;
    font-weight: 400;
}

.footer-bottom ul li a{
    line-height: inherit;
    transition: color .3s ease-in-out;
    font-size: 28px;
    color: var(--dark-color);
    font-family: 'DIN2014', sans-serif;
    font-weight: 400;
    margin-bottom: .4em;
    display: inherit;
}

.footer-bottom ul li:first-child a{
    font-weight: 700;
}

.footer__link:hover{
    color: var(--white-color);
}

.footer__item:first-child .footer__link{
    font-weight: 700;
}
.footer-main .footer__item .footer__link{
    font-weight: 700;
}

.footer-social{
    display: flex;
    justify-content: flex-end;
    border-bottom: 1px solid var(--login-bg-color);
}

.social-block__footer{
    display: flex;
    align-items: center;
}

.social-login__footer{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
    align-items: center;
    justify-content: center;
    width: 154px;
    height: 50px;
    padding: 0;
}

.footer .footer-main #btl-panel-login{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
    align-items: center;
    justify-content: center;
    width: 154px;
    height: 50px;
    padding: 0;
    background-color: var(--login-bg-color) !important;
    font-size: 30px;
    color: var(--white-color);
    font-family: 'DIN2014-Demi', sans-serif;
    display: inline-flex;
    box-shadow: none;
    margin: 0;
}

.social-block__footer a:last-child{
    margin-right: 0;
}

.footer-block{
    display: flex;
    justify-content: flex-end;
}

.footer-bottom .nav li.active a{
    color: var(--white-color);
}

.social-block__inner{
    margin-right: 20px;
}

.footer-main .custom p{
    font-size: 29px;
    color: var(--white-color);
    margin-bottom: 100px;
    margin-top: 5px;
}

.footer-main .btl-panel{
    text-align: right!important;
}
.footer-main #btl{
    border-bottom: 1px solid var(--login-bg-color);
}

.footer .rssocial-container {
    text-align: right;
    display: block;
    position: relative;
    top: -40px;
    z-index: 1;
}

.footer .rssocial-container .rssocial-icons .rssocial-link{
    padding: 0 0.4em;
}

.footer .rssocial-container .rssocial-icons-bg .rssocial-link{
    background-color: var(--gray-color) !important;
}

.footer-bottom ul:first-child li a {
    font-weight: 700;
}

.footer-bottom ul li a:hover {
    color: var(--white-color);
}