.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.footer__fill {
    padding: 36px 0;
    background: #ffc000;
}


.footer__tel {
    font-size: 23px;
    font-weight: 600;
    color: #000;
}

.footer__stat {
    margin-right: 20px;
    width: 89px;
    height: 31px;
    display: inline-block;
    vertical-align: middle;
}


.footer__copyright .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer__copyright {
    padding: 30px 0;
}

.footer__fill .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer__copyright-txt {
    display: inline-block;
    vertical-align: middle;
    color: #aaaaaa;
    font-size: 15px;
}

.footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer .footer__ul.footer__ul--left {
    margin-left: 185px;
    width: 249px;
}

.footer__copyright-txt br {
    display: none;
}

.footer__menu .footer__ul:nth-child(1) {
    margin-right: 100px;
}

.footer__menu .footer__ul:nth-child(2) {
    margin-right: 80px;
}


.footer__ul li {
    margin-bottom: 14px;
}

.footer__ttl {
    font-size: 20px;
    font-weight: bold;
}

a.footer__link:hover {
    color: #f64b00;
    text-decoration: underline;
}

.footer__link {
    color: #000;
    font-size: 15px;
}

.footer__burger {
    display: none;
}

.footer__social.fa-vk:hover {
    color: #fff;
    border-color: #597da3;
    background: #597da3;
}
.footer__social.fa-whatsapp:hover {
    color: #fff;
    border-color: #3eaa44;
    background: #3eaa44;
}

.footer__social.fa-instagram:hover {
    color: #fff;
    border-color:#fff;
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}

.footer__social.fa-facebook-f:hover {
    color: #fff;
    border-color: #3b5998;
    background: #3b5998;
}

.footer__social.fa-odnoklassniki:hover {
    color: #fff;
    border-color: #ed812b;
    background: #ed812b;
}
.footer__socials {
    margin-left: auto;
}

.footer__socials li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
}

.footer__social {
    border: 1px solid;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    display: block;
    line-height: 35px;
    color: #999999;
    text-align: center;
    font-size: 18px;
}

.footer__menu-cross {
    display: none;
    background: url("../i/cross-white.svg") center/15px no-repeat;
    width: 37px;
    position: absolute;
    top: 0;
    right: 0;
    height: 44px;
}

@media screen and (max-width: 1140px) {
    .footer .content {
        padding: 0 15px;
    }


    .footer__copyright {
        margin-right: 0;
        padding: 20px 0;
        position: relative;
    }

    .footer__menu .footer__ul {
        margin: 0 !important;
        padding: 24px 30px 20px 30px;
    }

    .footer__menu  .footer__link {
        color: #fff;
    }

    .footer__menu-cross {
        display: block;
    }

    .footer__menu {
        display: none;
        position: fixed;
        width: 100%;
        color: #fff;
        top: 0;
        overflow-y: auto;
        z-index: 1000;
        height: 100%;
        background: #f64b00;
        right: 0;
    }

    .footer__burger {
        display: inline-block;
        width: 35px;
        height: 35px;
        background: url(../i/menu.png) center/23px no-repeat;
        position: absolute;
        right: 9px;
        top: 24px;
    }

    .footer .footer__ul.footer__ul--left {
        width: auto;
        margin: 0;
    }

    .footer__fill {
        padding: 30px 0;
    }

    .footer__stat {
        position: absolute;
        bottom: 20px;
        right: 15px;
        margin: 0;
    }

    .footer__copyright-txt p {
        margin-bottom: 15px;
    }

    .footer__copyright .container {
        display: block;
    }

    .footer__copyright-txt br {
        display: block;
    }

    .footer__menu .footer__ul:not(:first-of-type) {
        padding-top: 0;
    }

    .footer__socials li {
        margin: 0 6px 0 0;
    }
}

@media screen and (max-width: 375px) {
    .footer__copyright-txt {
        font-size: 13px;
    }

    .footer__social {
        width: 30px;
        height: 30px;
        font-size: 15px;
        line-height: 30px;
    }
}