#siteFooter {
    background-color: #444052;
    color: white;
    padding-top: 15px;
}

#siteFooter .footer-copyright {
    background-color: #333333;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
}

#siteFooter .row {
    margin-bottom: 30px;
}

#siteFooter .navbar-brand {
    margin-top: 45px;
    height: 65px;
}

#siteFooter .footer-copyright p {
    margin: 10px;
    color: #ccc;
}

#siteFooter ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}

#siteFooter h5 {
    font-size: 18px;
    color: white;
    font-weight: bold;
    margin-top: 30px;
}

#siteFooter h2 a {
    font-size: 50px;
    text-align: center;
    color: #fff;
}

#siteFooter a {
    color: #d2d1d1;
    text-decoration: none;
}

#siteFooter a:hover,
#siteFooter a:focus {
    text-decoration: none;
    color: white;
}

#siteFooter .social-networks {
    text-align: center;
    padding-top: 1px;
    padding-bottom: 1px;
    float: right;
}

#siteFooter .social-networks a {
    font-size: 38px;
    color: #f9f9f9;
    padding: 10px;
    transition: 0.2s;
}

#siteFooter .social-networks a:hover {
    text-decoration: none;
}

#siteFooter .facebook:hover {
    color: #0077e2;
}

#siteFooter .vk:hover {
    color: #0077e2;
}

#siteFooter .telegram:hover {
    color: #3ea0ff;
}

#siteFooter .google:hover {
    color: #ef1a1a;
}

#siteFooter .twitter:hover {
    color: #00aced;
}

#siteFooter .btn {
    color: white;
    background-color: #d84b6b;
    border-radius: 20px;
    border: none;
    width: 150px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 25px;
}

@media screen and (max-width: 767px) {
    #siteFooter {
        text-align: center;
    }
}

#siteFooter {
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
}

