body .footer {
    background-color: #2f89e7;
    padding-top: 50px;
}

body .footer hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #3c98ed;
    margin: 1em 0;
    padding: 0; 
}

body .footer .footer-list-title {
    color: #104b87;
    font-size: 18px;
}


body .footer .footer-list {
    list-style: square;
    color: #4aa8f4;
    margin-left: 0px;
    padding-left: 20px;
}
body .footer .footer-list li a {
    color: #ffffff;
}

body .footer .footer-copyright {
    color: #a8d6fb; 
    padding-bottom: 10px;
}

body .footer .social-contacts p {
    margin-bottom: 0;
}
body .footer .social-contacts p:first-of-type{
    margin-top: 20px;
}

body .footer .text-right {
    color: white;
}

body .footer .social-btn {
    text-decoration: none;
    width: 53px;
    height: 53px;
    background: #67aaed;
    color: white;
    border-radius: 30px;
    line-height: 53px;
    margin-left: 10px;
}
body .footer .social-btn::before{
    font-size: 30px;
}