/* Footer */

body footer {
    background-color: #3C3F45;
    color: #FFF;
    margin: 35px 0 0;
}

footer .container {
    background-color: transparent;
}

footer .row {
    justify-content: space-between;
}

.prefooter {
    border-bottom: 1px solid #676F7C;
}

.prefooter__container {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 25px 0;
}

.prefooter__block_logo::before {
    content: "";
    display: block;
    background-image: url("../img/logo.png");
    background-size: cover;
    width: 60px;
    height: 32px;
    position: absolute;
    left: 0;
    top: 3px;
}

.prefooter__block_logo {
    position: relative;
    padding-left: 65px;
}

.prefooter__block_logo_title {
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    font-weight: 600;
    margin: 0;
}

.prefooter__block_logo_subtitle {
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    font-weight: 400;
}

.main_header__button::before, .banner__button::before {
    content: "+";
    font-size: 17px;
    color: #DE2323;
    margin-right: 14px;
    font-weight: 900;
}

.prefooter__container .banner__button {
    display: block;
    color: #fff;
    text-align: center;
    border: 1px solid #DE2323;
    border-radius: 4px;
    font-size: 15px;
    line-height: 23px;
    font-weight: 600;
    cursor: pointer;
    background: transparent;
    margin-bottom: 0;
    align-self: center;
    padding: 10px;
    width: 250px;
}

.prefooter__contacts {
    display: flex;
    align-items: center;
}

.prefooter__contacts_number {
    color: #DE2323;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

.prefooter__contacts_timework {
    color: #E0E0E0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}

.prefooter__contacts_email {
    font-size: 17px;
    line-height: 26px;
    color: #FFF;
    font-weight: 500;
    margin-left: 70px;
}

.footer__menus_item_subtitle {
    color: #DE2323;
    font-size: 17px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 15px;
}

footer .footer__menus_nav_link {
    color: #FFF;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
}

.post_footer {
    background-color: #333;
}

.post_footer__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0;
}

.post_footer__copyright_block_copyright {
    font-size: 13px;
    line-height: 14px;
    font-weight: 200;
    margin-left: 15px;
}


.footer_company>* {
    margin-bottom: 15px;
}

.footer_company ul {
    display: flex;
    flex-wrap: wrap;
}


.footer_company ul li {
    margin-right: 10px;
}

.post_footer__payments {
    display: flex;
    align-items: center;
}

.post_footer__payments_icon {
    margin-left: 30px;
    mix-blend-mode: luminosity;
}

.requzit_footer_block {
    width: 100%;
    text-align: center;
}

.requzit_footer_block p {
    color: #4F4F4F;
    font-size: 14px;
    line-height: 24px;
}

.post_footer__copyright_text {
    color: #BDBDBD;
    font-size: 12px;
    line-height: 14px;
    font-weight: 200;
    text-align: center;
    margin: 0 auto;
    max-width: 600px;
}

.button_to_up {
    position: fixed;
    display: block;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background-color: #c12825;
    bottom: 5%;
    right: -60px;
    z-index: 10;
    transition: 0.5s;
}

.button_to_up.visible {
    right: 40px;
}

.button_to_up::before {
    content: "";
    display: block;
    position: absolute;
    top: 26%;
    left: 26%;
    width: 23px;
    height: 30px;
    background: url("../img/button_up.png") no-repeat;
}