@media screen and (max-width: 1199px) {

}

@media screen and (max-width: 767px) {
    .main-footer {
        flex-direction: column;
        align-items: center;
    }

    .main-footer-column:nth-child(1) {
        display: none;
    }

    .main-footer-column-phones {
        width: 100%;
    }

    .main-footer-row-phones img{
        display: none;        
    }

    .main-footer-row-social {
        display: none;
    }

    .main-footer-phones {
        width: 100%;
    }

    .main-footer-phones a {
        display: block;
        width: 100%;
    }

    .footer-title {
        text-align: center;
    }

    .sub-footer {
        display: none;
    }

    .main-footer-column .menu {
        align-items: center;
    }

    .main-footer-column .menu .menu-item.btn-default {
        width: min-content;
        text-align: center;
        line-height: 35px;
        padding: 0 35px;
    }
}