@media (max-width: 1199px) {
    .container{
        max-width: 760px;
    }

    .header {
        padding-right: 0;
    }

    .navigate nav a {
        margin: 0 25px;
    }

    .navigate nav a + a:before {
        left: -27px;
    }

    .wrapper_banner {
        background: url(../img/banner_img.png);
        background-size: cover;
        background-position: center;
    }

    .banner {
        width: 100%;
    }

    .wrapper_banner:before {content: '';width: 100%;position: absolute;top: 0;height: 100%;background: rgba(0, 0, 0, .2);left: 0;z-index: 1;}

    .wrapper_banner {
        position: relative;
    }

    .banner {
        position: relative;
        z-index: 2;
    }

    .product {
        width: 23%;
        height: auto;
        padding: 10px 10px 15px 10px;
        margin-bottom: 20px;
    }

    .product__img {
        height: 150px;
        margin-bottom: 20px;
    }

    .product__name {
        margin-bottom: 15px;
        font-size: 12px;
    }

    .product__btn a {
        font-size: 10px;
        height: 40px;
        line-height: 40px;
    }

    .one_characteristic {
        width: 49%;
        padding: 0 10px;
    }
    .table_characteristic {
        padding: 2px 10px;
    }
    .compare_characteristic_names {
        margin-right: 10px;
    }

    .compare_characteristic_names .compare_characteristic_names_row + .compare_characteristic_names_row + .compare_characteristic_names_row {
        width: 250px;
    }

    .one_video {
        width: 49%;
        height: 202px;
    }

    div#advantages {
        background: url(../img/preimushestva_bg_img.png);
        background-size: cover;
        background-position: center;
    }

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

    .one_advantages {
        width: 50%;
        margin-right: 0;
    }

    .gallery_container a {
        height: 180px;
    }

    .one_how_we_work {
        width: 24%;
    }

    .one_how_we_work__name {
        font-size: 12px;
        margin-bottom: 0;
    }

    .one_how_we_work__text {
        font-size: 12px;
    }

    .advantages {
        position: relative;
        z-index: 2;
    }

    div#advantages:before {content: '';width: 100%;height: 100%;background: rgba(0, 0, 0, 0.2);left: 0;top: 0;z-index: 1;position: absolute;}

    div#advantages {
        position: relative;
    }

    .one_advantages__text {
        color: #fff;
    }

    .product_imgs {
        left: 10px;
        top: 10px;
        width: 149px;
        height: 149px;
    }
}

@media (max-width: 767px) {
    .container{
        max-width: 100%;
        padding: 0 10px;
    }

    .header__logo {
        max-width: 40%;
    }

    .header__logo a {
        width: 100%;
    }

    .header__logo a img {
        width: 100%;
    }

    .header__contacts {
        max-width: 55%;
        text-align: right;
    }

    .header__contacts a {
        font-size: 14px;
    }

    a[data-modal="#callback"] {
        width: 160px;
        font-size: 12px;
    }

    .burger{
        display: none;
    }
    .burger span{
        display: block;
        background: url("../img/icon-close.svg");
        width: 20px;
        height: 4px;
        margin: 2px 0;
    }

    .navigate nav {
        background: #fff;
        z-index: 3;
        height: 50px;
        justify-content: flex-start;
        overflow-x: scroll;
    }

    .navigate nav a {
        display: block;
        margin: 0 15px;
        font-size: 12px;
    }

    .navigate nav a:first-child {
        margin-left: 0;
    }

    .navigate nav a + a:before {
        left: -17px;
    }

    .header {
        height: auto;
        padding: 10px 0;
    }

    .modal {
        width: 90%;
    }

    .modal__header {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .banner {
        padding: 25px 0;
        text-shadow: 0 0 2px #000;
    }

    .banner .sticker {
        font-size: 12px;
        width: 70px;
        height: 20px;
        line-height: 20px;
    }

    .banner__header {
        font-size: 24px;
        line-height: 1.3;
    }

    .wrapper_banner:before {
        background: rgba(0, 0, 0, 0.4);
    }

    .banner__form form {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .banner__form button {
        width: 100%;
    }

    .banner__form input {
        width: 48%;
        margin: 0 0 10px;
    }

    .catalog__content {
        margin-top: 20px;
    }

    .catalog__content ul.tabs li a {
        font-size: 12px;
        margin: 0 10px;
    }

    .catalog__content ul.tabs {
        justify-content: flex-start;
    }

    .catalog__content ul.tabs li:first-child a {
        margin-left: 0;
    }

    .catalog__content ul.tabs li:last-child a {
        margin-right: 0;
    }

    .product {
        width: 49%;
    }

    .product__name {
        border-bottom: 0;
    }

    .catalog {
        padding: 20px 0;
    }

    .wrapper_characteristics {
        padding: 20px 0;
    }

    .characteristics__header {
        margin-bottom: 20px;
        line-height: 1.3;
    }

    .one_characteristic {
        width: 100%;
        padding: 0;
        height: 50px;
    }

    .table_characteristic {
        padding: 2px 10px;
    }

    .characteristics__tabs .tabs li a {
        width: auto;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 0 10px;
        line-height: 1.4;
        font-size: 12px;
        text-align: left;
    }

    .wrapper_compare_material {
        padding: 20px 0;
        overflow-x: scroll;
    }

    .compare_material__header {
        margin-bottom: 20px;
        line-height: 1.3;
    }

    .one_characteristic + .one_characteristic {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .wrapper_videos {
        padding: 20px 0;
    }

    .videos__header {
        margin-bottom: 20px;
        line-height: 1.3;
    }

    .videos__content {
        display: block;
    }

    .one_video {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    div#advantages:before {
        background: rgba(0, 0, 0, 0.4);
    }

    .advantages {
        padding-left: 0;
    }

    .wrapper_advantages {
        padding: 20px 0;
    }

    .advantages__header {
        margin-bottom: 20px;
    }

    .one_advantages {
        width: 100%;
    }

    .one_advantages__name {
        margin-bottom: 5px;
    }

    .wrapper_gallery {
        padding: 20px 0;
    }

    .gallery__header {
        margin-bottom: 20px;
        line-height: 1.3;
    }

    .gallery_container a {
        width: 50%;
        height: calc(50vw - 10px);
    }

    .wrapper_faq {
        padding: 20px 0;
    }

    .faq__header {
        margin-bottom: 20px;
    }

    a.one_faq__header {
        padding: 10px 40px  10px 10px;
        height: auto;
        line-height: 1.3;
        font-size: 10px;
    }

    a.one_faq__header:after {
        right: 10px;
    }

    .one_faq__content {
        padding: 10px 20px 10px 10px;
    }

    .wrapper_how_we_work {
        padding: 20px 0;
    }

    .how_we_work__header {
        margin-bottom: 20px;
        line-height: 1.3;
    }

    .one_how_we_work {
        width: 280px;
    }

    .how_we_work__content {
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .footer__logo {
        max-width: 40%;
    }

    .footer__logo a {
        width: 100%;
    }

    .footer__logo a img {
        width: 100%;
    }

    .footer__contacts {
        max-width: 55%;
        text-align: right;
    }

    .footer__contacts a {
        font-size: 14px;
    }

    .footer {
        height: auto;
        padding: 20px 0;
    }

    .one_how_we_work__btn {
        margin-bottom: 20px;
    }

    .compare_characteristic_parket {
        min-width: 180px;
    }

    .compare_characteristic_vinilam {
        min-width: 180px;
    }

    .wrapper_compare_material {
        position: relative;
    }

    .wrapper_compare_material:before {content: '';background: rgba(0, 0, 0, .5);position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 1;}

    .compare_material {
        position: relative;
        z-index: 3;
    }

    .product_imgs {
        width: 100%;
        left: 0;
        top: 0;
        height: 160px;
    }

    .product__btn a[data-modal="#callback"] {
        font-size: 10px;
        height: 40px;
        line-height: 40px;
    }
}