@media (max-width: 1100px) {
    .pathway {
        padding-right: 10px;
        padding-left: 10px;
    }

    #content .center {
        margin: 0 10px;
    }

    .catalog-groups {
        margin-left: -10px;
        margin-right: -10px;
    }
    #navigation{
        margin-left: 10px;
        margin-right: 10px;
    }

}


@media (max-width: 1023px) {
    .header-main__menu-btn {
        position: relative;
        display: flex;
        cursor: pointer;
    }
    .header-main__nav {
        display: none;
    }
    .header-main__nav-item{
        align-self: auto;
        margin: 0;
    }
}

@media (max-width: 940px){
    .main-filter__content {
        padding: 20px;
        flex-direction: column;
    }

    .product-content .break {
        flex-basis: 100%;
        height: 0;
    }
    .product-content__col.left-side {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .product-content__col.left-side .pad {
        padding-right: 0;
    }
    .product-content__col.right-side {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 30px;
    }

    .delivery-short-block-left {
        padding-left: 0;
    }
    .product-main-charact {
        padding-left: 0;
    }

    .product-tabs-content__title {
        font-size: 18px;
        line-height: 22px;
    }
    .product-specification {
        margin-bottom: 0;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .product-specification__item {
        margin-bottom: 0;
        margin-top: 35px;
    }

    /*--- formfilter ---*/
    .catalog-wrapper.formfilter .coll_s {
        width: 100% !important;
        float: none !important;
        clear: none !important;
    }
    .catalog-wrapper.formfilter ul li {
        margin-left: 0;
        margin-right: 0;
        /*width: 80%;*/
    }
    .catalog-wrapper.formfilter .buttons {
        text-align: left;
    }
    .catalog-wrapper.formfilter .buttons .default-button {
        margin-top: 0;
    }
    .catalog-wrapper.formfilter .buttons .default-button.back {
        margin-top: 20px;
        margin-left: 0;
    }
    .catalog-wrapper.formfilter .irs--big {
        margin-left: 0;
    }
    .catalog-wrapper.formfilter .not-selected, .catalog-wrapper.formfilter .selected {
        margin-top: 0;
    }

    /* --- cart --- */
    .basket-table-wrap {
        display: block;
    }
    .basket-table-wrap .cart-content {
        display: block;
        width: 100%;
    }
    .basket-table-wrap .cart-total {
        display: block;
        padding: 0;
        width: auto;
        margin-top: 30px;
    }
    .cart-total .box .default-button {
        width: 280px;
        margin-left: auto;
    }
}

@media (max-width: 860px) {
    .user-form .lft {
        width: 100%;
        float: none;
    }
    .main-filter__col {
        -webkit-column-count: 1 !important;
        -moz-column-count: 1 !important;
        column-count: 1 !important;
    }
    .main-filter__btn-wrapper {
        text-align: left !important;
    }

    .header-info .info-phone {
        padding-top: 0;
    }
    .header-info .info-phone a {
        display: block;
    }
    .header-info .info-phone a.to-shop {
        padding: 2px 14px;
    }


    /* --- filters --- */
    .mobile-filters {
        display: block;
    }
    .catalog-wrapper {
        display: block;
    }
    .filters-box {
        display: block;
        width: 100%;
        max-width: 100%;
    }
    .plist .modal-adaptive {
        position: fixed;
        top: -9999px;
        bottom: 9999px;
        left: -9999px;
        right: 9999px;
        opacity: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        z-index: 100;
        background: rgba(0, 0, 0, 0.8);
        -webkit-transition: opacity .35s ease 0s;
        -o-transition: opacity .35s ease 0s;
        transition: opacity .35s ease 0s;
        padding: 10px 0;
        box-sizing: border-box;
    }
    .plist .modal-adaptive.open {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 1;
    }

    .plist .modal-adaptive.open .children-groups,
    .plist .modal-adaptive.open .choice {
        -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
        /*width: 280px;
        max-width: 100%;*/
        padding: 20px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        /*-webkit-flex: 0 0 320px;
        -ms-flex: 0 0 320px;
        -webkit-box-flex: 0;
        flex: 0 0 320px;*/
        background: #fff;
        position: relative;
        overflow-x: hidden;
        overflow-y: auto;
        max-height: 100%;
        box-sizing: border-box;

        width: 90%;
        min-width: 320px;
    }
    .inputs-wrapper {
        right: 0;
        margin: 0 auto;
        text-align: center;
    }
    .irs--big {
        width: auto !important;
    }
    .plist .modal-adaptive.open .children-groups {
        margin: 0;
        border: 0;
    }
    .plist .modal-adaptive.open .children-groups :last-child {
        padding: 0;
    }
    .plist .modal-adaptive .children-groups .close,
    .plist .modal-adaptive .choice .close {
        display: block;
    }
    .plist .modal-adaptive .choice form.params {
        margin-top: 15px;
    }
    .filter-result {
        z-index: 101;
        margin-left: -93px;
    }
    .main-filter__row .irs--big {
        margin-left: 0;
    }
    /* --- filters --- */
}

@media (max-width: 800px){
    .menu ul {
        grid-template-columns: repeat(4,1fr);
        grid-row-gap: 8px;
        display: grid !important;
        display: -ms-grid;
        grid-auto-flow: dense;
        grid-column-gap: 8px;
        overflow: visible;
    }
    .policy.fancybox-content {
        max-width: 96%;
        max-height: 96%;
    }
}

@media (max-width: 760px){
    .header-info-inner.shop {
        display: none;
    }

    .user-form .lft { width: 100%; float: left; }
    /*.user-form .errors-text { padding: 20px 0 0 0; }*/

    .header-info {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .header-info .info-phone {
        text-align: right;
    }
    .header-info .info-phone a {

    }

}

@media (max-width: 620px){
    .main-filter__head {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .main-filter__tabs {
        overflow-x: auto;
    }
    .main-filter__tabs {
        -webkit-overflow-scrolling: touch !important;
    }

    .main-filter__tabs > * {
        -webkit-transform: translateZ(0px) !important;
    }

    .main-filter__tabs::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0;
        opacity: 0;
    }

    .catalog-groups {
        padding: 0 10px;
    }
    .group-item {
        font-size: 14px;
        line-height: 14px;
        padding: 16px 0 14px;
    }
    .group-item+.group-item {
        margin-left: 15px;
    }

    /* --- cart --- */
    .basketWares td.amount .change-amount { display: none; }
    .basketWares td.amount input { width: 30px; }
    .basketWares .photo {
        width: 100px;
    }
    .basketWares .img-wrap {
        width: 130px;
        height: 125px;
    }
    .basketWares td.price {
        font-size: 16px;
    }
    #order-form #back-to-cart { float: right; margin-bottom: 10px; }
    #make-order { clear: both; }
    #order-form .info_item .right { float: none; }
    #order-form .info_item > .left { width: auto; float: none; }
    #order-form .info_item > .right { width: 100%; text-align: left; }
}

@media (max-width: 540px){
    .menu ul {
        grid-template-columns: repeat(2,1fr);
        grid-row-gap: 8px;
        display: grid !important;
        display: -ms-grid;
        grid-auto-flow: dense;
        grid-column-gap: 8px;
        overflow: visible;
    }

    .header-main__controls img {
        width: 20px;
        height: 20px;
    }
    .header-main__pr-btn {
        margin: 0 15px;
    }
    .header-info .info-phone {
        margin-bottom: 3px;
    }
    .header-info .info-phone a {
        font-size: 14px;
    }
    .header-info .info-email-us a {
        height: 16px;
        background-size: 16px 16px;
    }
    .header-info .info-email-us a span {
        margin-left: 20px;
    }
    .main-groups{
        justify-content: center;
    }

    .main-filter__content {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

}

@media (max-width: 480px){
    .user-form .inputs .item-row {
        flex-flow: nowrap;
        flex-wrap: wrap;
        /*margin: 0;*/
    }
    .user-form .inputs .item-row .elem-title,
    .user-form .inputs .item-row .elem-wrapper
    {
        flex: none;
        width: 100%;
        margin: 0;
    }

    .main-groups-square {
        width: 100%;
    }
}

@media (max-width: 440px){
    .header-info {
        margin-left: 15px;
    }
    .header-main__pr-btn {
        margin: 0 10px;
    }
}

@media (max-width: 400px){
    .header-main__email-btn {
        display: block;
        margin-right: 10px;
    }
    .header-info {
        /*display: block;
        margin: 0;
        position: absolute;
        right: 10px;
        top: 52px;*/
    }
    .header-info .info-email-us {
        display: none;
    }
    .header-info .info-phone {
        margin-bottom: 0;
    }
    .header-info .info-phone a {
        font-size: 13px;
    }
}