.footer {
    padding-top: 57px;
    background-color: #222222;
    padding-bottom: 0;
}
.footer-cont_main {
    display: flex;
}
.footer-logo {
    flex: 1 1 auto;
    max-width: 50px;
}
.footer-address {
    margin-left: 53px;
}
.footer-address a, .footer-address p {
    font-family: var(--montserrat-family);
    font-size: 12px;
    line-height: 15px;
    display: block;
    color: #FAFAFA;
    margin-bottom: 9px;
}
.footer-address a.bold, .footer-address p.bold {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    transition: all 300ms ease;
    text-decoration: none;
}
.footer-list_address-title {
    font-family: var(--montserrat-family);
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #FAFAFA;
    margin-top: 53px;
    margin-bottom: 7px;
}
.footer-list_address {
    margin: 0;
    padding: 0;
}
.footer-list_address li {
    list-style: none;
}
.footer-list_address li p {
    font-family: var(--montserrat-family);
    font-size: 12px;
    line-height: 15px;
    color: #FAFAFA;
    margin: 2px 0;
}
.footer a:hover {
    color: #E7A320;
}
.footer-title {
    font-family: var(--raleway-family);
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin-bottom: 22px;
    color: #fff;
}
.footer-title::after {
    content: "";
    display: inline-block;
    flex: 0 0 8px;
    width: 8;
    height: 2px;
    margin-left: 6px;
    background: #E7A320;
}
footer .menu {
    margin: 0;
    padding: 0;
}
footer .menu li {
    margin-bottom: 10px;
    list-style: none;
}
footer .menu li a {
    font-family: var(--raleway-family);
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    text-decoration: none;
}
.footer-copy {
    font-family: var(--montserrat-family);
    font-size: 12px;
    line-height: 15px;
    color: #FAFAFA;
    margin: 22px 0;
}
.footer-copy a {
    font-weight: bold;
    color: #fff;
}
.footer hr {
    margin-top: 64px;
    border: 1px solid rgba(231, 163, 32, 0.1);
    margin-bottom: 0;
}
.footer .social {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
}
.social {
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-width: 132px;
    width: 100%;
    height: 100%;
}
.social li {
    flex: 0 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .footer .col4 {
        width: calc(100% / 12 * 6 - 28px);
    }
    .footer .col3 {
        width: calc(100% / 12 * 6 - 28px);
    }
    .footer .col2 {
        width: calc(100% / 12 * 6 - 28px);
    }
    .footer .col4.copyright {
        width: calc(100% / 12 * 4 - 28px);
    }
    .footer .col4.developer {
        width: calc(100% / 12 * 4 - 28px);
    }
    .footer .col4.social_block {
        width: calc(100% / 12 * 4 - 28px);
    }
    .footer .developer .footer-copy {
        text-align: center;
    }
    .footer-list_address {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 576px) {
    .footer .col4 {
        width: calc(100% - 28px);
    }
    .footer .col3 {
        width: calc(100% - 28px);
    }
    .footer .col2 {
        width: calc(100% - 28px);
    }
    .footer .wrapper {
        justify-content: center;
    }
    .footer .col4.copyright {
        width: calc(100% / 12 * 6 - 28px);
        order: 1;
    }
    .footer .col4.developer {
        width: calc(100% - 28px);
        order: 3;
    }
    .footer .col4.social_block {
        width: calc(100% / 12 * 6 - 28px);
        order: 2;
    }

    .social {
        margin-left: auto;
        margin-right: auto;
    }
    .footer .col-12 {
        width: 300px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        flex: 0 0 300px;
    }
    .footer .social {
        margin-bottom: 20px;
    }
    .footer hr {
        margin: 20px 0;
        margin-bottom: 0;
    }
}
@media (min-width: 1px) {
    .footer__logo {
        margin-bottom: 40px;
        width: 115px;
    }
    .footer__nav {
        flex-direction: column;
    }
    .footer__menu {
        flex-direction: column;
        order: 2;
        text-align: center;
    }
    .footer__menu a {
        margin-bottom: 25px;
    }
    .footer__menu a:last-of-type {
        margin-bottom: 0;
    }
    .footer__contacts {
        text-align: center;
        order: 1;
        margin-bottom: 45px;
    }
    .footer__tel {
        margin-bottom: 20px;
    }
    .footer__email {
        margin-bottom: 20px;
    }
    .footer__social-item {
        width: 34px;
        height: 34px;
    }
    .footer__social-item svg .st0 {
        fill: #ffffff;
    }
    .footer__products {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .footer__products-box {
        margin-bottom: 35px;
        text-align: center;
    }
    .footer__products-list_item {
        font-size: 12px;
        line-height: 20px;
        font-weight: 400;
        margin-bottom: 15px;
    }
    .footer__copy {
        line-height: 14px;
        font-size: 14px;
    }
}