/* footer */

.footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 70px 40px 60px;
    color: #3c3c3c;
}

.footer-white {
    background: #fff;
    border-top: none;
}

.footer__lists {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer__list {
    max-width: 236px;
    margin-right: 40px;
}

.footer__social {
    display: flex;
    flex-direction: column;
    align-items: end;
    text-align: right;
}

.footer__social a {
    color: inherit;
    opacity: 0.75;
}

.footer__social p {
    color: inherit;
    opacity: 0.75;
}

.footer__social-youtube {
    border: 1px solid #ccc;
    border-radius: 50%;
    color: inherit;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    margin-left: auto;
    margin-top: 22px;
    opacity: 0.75;
    text-align: center;

    width: 40px;
}


.footer h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
    margin-top: 0;
}

.footer ul {
    font-size: 16px;
    line-height: 1.6;
    list-style: outside none none;
    margin-bottom: 0;
    padding: 0;
}

.footer ul a {
    color: inherit;
    opacity: 0.8;
    text-decoration: none;
}

.footer ul a:hover {
    opacity: 1;
}

.footer__social-youtube i{
    opacity: 0.75;
    margin-top: 7px;
}

@media (max-width: 990px) {
    .footer {
        flex-direction: column;
        padding: 30px 0 10px;

    }
    .footer__lists {
        padding: 0 20px;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .footer__list   {
        max-width: 45%;
        margin: 40px 0;
    }

    .footer__list ul li {
        line-height: 36px;
    }

    .footer__social {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        height: 80px;
        padding: 0 20px;
        background-color: #f7f7f8;
        color: #202020;
        opacity: 1;
    }

    .click_zvonok  {
        display: none;
    }

    .footer__map {
        display: none;
    }


    .footer__social p {
        order: -2;
        color: #202020;
        opacity: 1;
    }

    .footer__lists {
        background-color: #fff;
    }
}

@media (max-width: 680px) {
    .footer {
        padding: 0;
    }
}

@media (max-width: 560px) {
    .footer__lists {
        flex-direction: column;
        align-items: center;
    }

    .footer__list   {
        max-width: 100%;
    }
}





@media (max-width: 991px) {
    .footer-clean .item.social>a {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .footer-clean .item.social>a {
        margin-top: 10px;
    }
}

.footer-clean .copyright {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 14px;
    opacity: 0.6;
}

/* footer.css */

/*небольшие правки футура*/
.footer-border-top {

    border-top: 2px solid #7474c1;
}
@media (max-width: 992px) {
    .footer-border-top {

        border-top: none;
    }

}
.float-fix {
    margin-top: 0;
}

@media (max-width: 400px) {
    .footer__social {
        text-align: left;
    }
}