.footer {
    background: #86592d;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px 0;
    width: 100%;
}

.footer .content {
    position: relative;
    padding-right: 275px;
}

.footer__form {
    width: 265px;
    position: absolute;
    right: 0;
    top: 0;
}

.footer__right {
    width: 275px;
}

.footer__tel {
    font-size: 20px;
    color: #fff;
}

.footer__stat {
    margin-right: 20px;
    width: 89px;
    height: 31px;
    display: inline-block;
    vertical-align: middle;
}

.footer__copyright {
    padding: 27px 0 0 0;
    margin: 27px 88px 0 0;
    border-top: 1px solid #dfdfdf;
}

.footer__copyright-txt {
    display: inline-block;
    vertical-align: middle;

}

.footer__menu .footer__ul {
    margin-right: 100px;
}

.footer__menu, .footer .footer__ul {
    display: inline-block;
    vertical-align: top;
}

.footer__ul li {
    margin-bottom: 13px;
}

.footer__ttl {
    font-size: 17px;
    font-weight: bold;
}

a.footer__link:hover {
    color: #ccc;
    text-decoration: underline;
}

.footer__link, .footer__ul  {
    color: #fff;
    font-size: 15px;
}

.footer__burger {
    display: none;
}

.footer .content > .footer__ul {
    max-width: 280px;

}

@media screen and (max-width: 1140px) {
    .footer .content {
        padding: 0 15px;
    }

	.footer__link, .footer__ul  {
		color: #3c3c3b;
		font-weight: bold;
	}

	a.footer__link:hover {
		color: #643200;
	}

    .footer br {
        display: none;
    }

    .footer__copyright {
        margin-right: 0;
        position: relative;
    }

    .footer__stat {
        margin: 0;
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .footer__copyright-txt > div:last-of-type {
        margin: 10px 90px 0 0;
    }

    .footer__menu .footer__ul {
        margin: 0 !important;
        padding: 30px 30px 20px 30px;
    }

    .footer__menu {
        display: none;
        position: fixed;
        width: 270px;
        top: 89px;
        z-index: 1000;
        height: calc(100% - 88px);
        background: #fff;
        right: 0;
        -webkit-box-shadow: -3px -1px 4px 1px rgba(0, 0, 0, 0.05);
        box-shadow: -3px -1px 4px 1px rgba(0, 0, 0, 0.05);
    }

    .footer__burger {
        display: inline-block;
        width: 35px;
        height: 35px;
        background: url(../i/menu.png) center/18px no-repeat;
        position: absolute;
        right: 9px;
        top: -4px;
    }

    .footer__form {
        position: static;
        width: auto;
    }

    .footer__menu .footer__ul:not(:first-of-type) {
        padding-top: 0;
    }

    .footer .content > .footer__ul {
        max-width: none;
    }
}

@media screen and (max-width: 510px) {
    .footer__menu {
        top: 102px;
    }
}