#scrollup {
    position: fixed;
    bottom: 90px;
    right: 20px;
    background: #f0261b;
    width: 57px;
    height: 57px;
    padding: 4px 0 0 0;
    border-radius: 50%;
    z-index: 999;
    overflow: hidden;
    line-height: 50px;
    text-align: center;
}
#scrollup a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 12px;
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    color: #fff;
}

#scrollup:hover a{
    text-decoration: none;
}


.footer__about1 .footer_tel {
    font-size: 20px;
    font-weight: 700;
}

.text_about_tel{
    color: #fff;
    font-size: 14px;
    padding-bottom: 7px;
    display: block;
}

.footer__about1 .adres {
    color: #9C9C9C;
    font-size: 14px;
    margin: 25px 0;
}

.new-footer p.footer_mail {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
}

.new-footer .copyright p{
     font-size: 14px;
     color: #9C9C9C;
}

.new-footer .copyright {
    width: 220px;
    margin-top: 120px;
}

.footer__pay {
    margin-top: 10px;
}


#scrollup i {
    color: #000;
    font-size: 50px;
}

footer {
    height: 130px;
    background-color: #2b3e51;
    font-family: "Rubik Medium";
    font-size: 12px;
}

footer .copyright {
    /*height: 100%;*/
    /*line-height: 130px;*/
    /*float: left;*/
    margin-top: 30px;
    display: flex;
    justify-content: center;
    color: #ffffff;
    font-size: 1.2em;
}

footer .follow-us {
    height: 100%;
    line-height: 80px;
    display: none;
    float: right;
    font-size: 1.4em;
    text-transform: uppercase;
    color: #FFF;
    padding-right: 12px;
}

footer .social {
    text-align: center;
    padding: 40px 0;
    float: right;
}

footer .social i {
    font-size: 1.4em;
    margin: 6px;
    background-color: #dadfe1;
    color: #414141;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 4px solid #fff;
    transition: color 500ms;
}

footer .social i:hover {
    color: #e94b35;
}
footer .footer-menu{
    display: flex;
    justify-content: center;
    font-size: 14px;
}


@media only screen and (max-width: 640px) {
    .new-footer .copyright {
    width: 220px;
    margin-top: 20px;
}

.footer_bl1 {
    width: 100%;
}

.footer_bl2 {
    width: 100%;
}

.footer_bl2 .footer-menu div div{
    width: 50%;
}

footer.footer {
    padding: 25px 0;
}



.footer_bl3 {
    width: 100%;
}


}






@media only screen and (min-width: 640px) {
    footer {
        font-size: 24px;
    }
    footer .social i {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    footer .social {
        padding: 30px 0;
    }
}

@media only screen and (min-width: 1200px) {
    footer {
        height: 96px;
        font-size: 12px;
    }

    footer > .inner {
        max-width: 1200px;
        margin: 0 auto;
    }


    footer .follow-us {
        display: block;
    }

    footer .social {
        padding: 14px 0;
    }

    footer .social i {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

.bx-newslist div.row > div > div:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}