@media (max-width: 1205px) {
    .container {
        width: 100%;
        padding: 30px;
    }

    .preheader {
        font-size: var(--fontsize07);
        line-height: var(--lineheight09);
    }

    .preheader__contacts_phone {
        font-size: var(--fontsize05);
        line-height: var(--lineheight05);
    }

    .menu_burger__container {
        display: flex;
        padding: 0;
        width: auto;
        margin: 0;
    }

    .menu_burger__main {
        width: auto;
        max-width: 100%;
        height: auto;
        padding: 15px 10px 10px;
        position: relative;
    }

    .menu_burger__main_title {
        display: block;
        margin-left: 15px;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: var(--border04);
    }

    .menu_burger__main_list_item {
        display: flex;
        justify-content: space-between;
    }

    .menu_burger__main_list_item > .menu_burger__link::before {
        width: 18px;
        height: 18px;
        top: 25%;
    }

    .menu_burger__main_list_item > .menu_burger__link {
        padding: 5px 25px 5px 50px;
        font-size: var(--fontsize13);
        line-height: var(--lineheight12);
        font-weight: 400;
    }

    .menu_burger__mobile_shevron {
        content: "";
        background-image: url("/local/templates/zpk_nd/css/../img/shevron_down_little.svg");
        background-size: cover;
        width: 21px;
        height: 12px;
        transform: rotate(270deg);
        cursor: pointer;
        display: block;
        margin: 10px 0 0;
        background-repeat: no-repeat;
        z-index: 999999;
    }

    .menu_burger__drop .menu_burger__mobile_shevron {
        transform: rotate(90deg);
    }

    .menu_burger__drop {
        padding: 15px;
        left: 350px;
    }

    .menu_burger__drop_active {
        display: block;
        position: fixed;
        background-color: #fff;
        z-index: 99999999;
    }

    .menu_burger__wrap {
        height: 100vh;
    }

    .menu-burger__close {
        left: 355px;
    }

    .menu_burger__first_item .menu_burger__link {
        font-size: var(--fontsize13);
        line-height: var(--lineheight12);
    }

    .menu_burger__first,
    .menu_burger__second {
        width: 280px;
        padding: 20px;
    }

    .banner__container {
        padding: 25px 20px;
    }

    .banner__information {
        text-align: center;
        margin-top: 10px;
    }

    .banner__title {
        font-size: var(--fontsize02);
        line-height: var(--lineheight02);
    }

    .banner__description {
        font-size: var(--fontsize05);
        line-height: var(--lineheight05);
    }

    .banner__button,
    .banner__title
     {
        margin: 0 auto;
    }

    .banner__short_text {
        margin: 10px auto;
    }

    .colored_title {
        font-size: var(--fontsize12);
        line-height: var(--lineheight04);
    }

    .objects_pictures .bx_filter.bx_horizontal .bx_filter_parameters_box {
        max-width: 275px;
    }

    .infografics__text_info {
        font-size: var(--fontsize05);
        line-height: var(--lineheight05);
    }

    .infografics__text_descr {
        font-size: var(--fontsize13);
        line-height: var(--lineheight07);
    }

    .infografics__item {
        padding: 15px 20px;
        max-width: 49%;
        margin-bottom: 15px;
    }

    .fences_type__item {
        width: 275px;
    }

    .fences_type__item_title {
        font-size: var(--fontsize08);
        line-height: var(--lineheight04);
    }

    .prices__block_item_name, .prices__block_item_price {
        font-size: var(--fontsize05);
        line-height: var(--lineheight05);
    }

    .tender_list__item_title h3 {
        font-size: var(--fontsize06);
        line-height: var(--lineheight12);
    }

    .tender_list__item_right_info {
        font-size: var(--fontsize10);
        line-height: var(--lineheight09);
    }

    .tender_list__item_right_info div:not(:last-child) {
        margin-right: 10px;
    }

    .company__item_info_tags > div {
        margin-right: 20px;
    }

    .company__item_info {
        font-size: var(--fontsize07);
        line-height: var(--lineheight09);
    }

    .company__item_properties_order_button {
        font-size: var(--fontsize07);
        line-height: var(--lineheight09);
        padding: 10px 20px;
        width: 100%;
        min-width: 155px;
        height: 100%;
        max-height: 40px;
        text-align: center;
    }

    .objects_pictures__item img {
        width: 275px;
        border-radius: 10px 10px 0 0;
    }

    .objects_pictures__item_content {
        background: var(--bgcolor01);
        padding: 20px;
        width: 275px;
        border-radius: 0 0 10px 10px;
    }

    .objects_pictures__item_name {
        font-size: var(--fontsize13);
        line-height: var(--lineheight12);
    }

    .faq_accordion__item {
        width: 400px;
    }

    .faq_accordion__item_header {
        font-size: var(--fontsize06);
        line-height: var(--lineheight07);
    }

    .about_us__image_pict {
        width: 450px;
    }

    .about_us__text .strong_text {
        font-size: var(--fontsize05);
        line-height: var(--lineheight05);
        font-weight: 500;
    }

    .about_us__image::after {
        height: auto;
    }

    .people_search__link {
        font-size: var(--fontsize05);
        line-height: var(--lineheight05);
    }

    .news__list {
        flex-wrap: wrap;
    }

    .news__item {
        max-width: 260px;
        margin-bottom: 20px;
    }

    .news__item_content_title {
        font-size: var(--fontsize06);
        line-height: var(--lineheight07);
    }

    .news__item_content_text {
        font-size: var(--fontsize07);
        line-height: var(--lineheight07);
    }

    .video__src iframe {
        border-radius: var(--border-radius02);
        width: 450px;
        height: 100%;
    }

    .company__item_works_block_photo_img {
        width: 245px;
    }

    .company__item_works_block_photo_name {
        max-width: 245px;
    }

    .company__item_works_block_photo {
        margin-bottom: 20px;
    }

    .sidebar__block {
        display: none;
    }

}