@media (max-width:1170px) {
    .mid {
        flex-direction: column;
    }

    .bar-side {
        display: none;
    }

    .sidebar {
        width: 100%;
        order: 2 !important;
    }
}

@media (min-width:1000px) {
    .menu-wrp {
        display: block;
    }

    .burger-btn {
        display: none;
    }
}

@media (max-width:1000px) {
    .header {
        justify-content: center;
    }

    .menu-wrp {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 86;
        height: auto;
        overflow-y: auto;
        align-items: flex-start;
        background-color: rgba(0, 0, 0, 0.4);
    }

    .menu {
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin: auto 0;
        height: auto;
    }

    .menu__txt {
        margin: 0;
        padding: 0;
    }

    .menu__link_a {}

    .menu__ico {
        display: none;
    }

    .menu__link_add {
        margin-left: 0;
    }
}

@media (max-width:900px) {
    .content-wrp {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .section-wrp {
        flex-direction: column;
    }

    .section-left {
        margin: 0;
        width: 100%;
    }

    .section-right {
        margin: 0;
        width: 100%;
    }

}

@media (max-width:727px) {
    .sidebar {
        width: 100%;
    }

    .partner {
        width: calc(50% - 32px);
    }

    .adw-item__server {
        display: none;
    }
}

@media (max-width:600px) {

    .add-info {
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
    }

    .add-info__name {
        padding: 0 0 10px 0;
    }

    .add-info input,
    .add-info select,
    .add-info .chosen-container,
    .add-info textarea {
        max-width: 100%;
        width: 100% !important;
    }
}

@media (max-width:520px) {
    .footer_info {
        justify-content: center;
    }

    .footer_copy {
        order: -1;
    }

    .feedback_contacts_flex {
        flex-wrap: wrap;
    }

    .feedback_contacts_flex>div {
        width: 100%;
    }

    .partner {
        width: calc(100% - 30px);
    }
}

@media (max-width:450px) {}

@media (max-width:438px) {

    select,
    textarea,
    input[type="text"],
    input[type="password"],
    input[type="file"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"],
    input[type="search"],
    input[type="tel"],
    input[type="color"] {
        width: 100% !important;
    }

    .footer_bnr_wrp {
        padding: 0 !important;
    }

    .bnr_88_wrp a {
        margin: 10px;
        display: inline-block;
    }
}

@media (max-width:1000px) AND (max-height:400px) {
    .topMenu__menu {
        top: 30px;
    }
}