button.product__buy:disabled {
    background-color: #d2d6e3;
    cursor: not-allowed;
}
.acquire__predzakaz {
    cursor: pointer;
    padding: 7px;
    font-family: 'Montserrat',sans-serif;
    font-size: .875rem;
    line-height: 1.5rem;
    border: 2px solid #1a5bf0;
    border-radius: 22px;
    white-space: nowrap;
    background: #fff;
    color: #1a5bf0;
}
body .sectionList__content {
    width: 100%;
}.acquire__predzakaz {
    background: #1a5bf0;
    color: white;
    min-width: 136px;
    text-align: center;
}
.acquire__predzakaz:hover {
    color: white;
}
.filterBtn {
    display: none;
}
.search-panel {
    display: none;
}
.product__count .countQuantity__arrow--down {
    top: 8px;
    left: 10px;
}
body div.title-search-result {
    width: 809px!important;
    transform: translateX(128px);
}
@media (max-width: 1199px) {
    .search-panel {
        display: block;
    }
    .filterBtn {
        display: block;
    }
    .filterBtn.open {
        top: -100px;
    }
    .sectionList__side .subsections {
        display: none;
    }
    .sectionList__side {
        width: 100%;
    }
    .scan {
        width: 100%;
    }
    .scan__list {
        min-width: 100%;
    }
    body .checkboxField.preloader_checkboxField {
        max-width: 100%!important;
    }
    .ui-slider {
        width: 99%;
    }
    .smartFilter {
        height: 0px;
        overflow: hidden;
        transition: .5s;
    }
    .banner-block {
        display: none;
    }
    .sectionList__content {
        width: 100%;
    }
    .product {
        height: 109px;
        margin-bottom: -1px;
    }
    .product__name {
        max-width: calc(100% - 240px);
        height: auto;
    }
    .product__link {
        padding-top: 5px;
        padding-left: 110px;
    }
    .product__figure {
        width: 70px;
        top: 21px;
        left: 25px;
        height: 70px;
    }
    .product__vendor {
        display: block;
        max-width: calc(100% - 400px);
        display: flex;
    }
    .product__vendor .code {
        display: flex;
        flex-direction: row-reverse;
    }
    .product__vendor .code__item {
        margin-right: 20px;
        display: flex;
        flex-direction: column;
    }
    .product__colRight {
        flex-direction: column;
        top: 19px;
        width: 200px;
    }
    .product__price {
        min-height: auto;
        width: auto;
        padding-left: 0;
    }
    .product__priceValue {
        font-size: 0.875rem;
    }
    .product__status {
        width: auto;
        text-align: left;
        line-height: 1;
        position: relative;
        top: -5px;
    }
    .product__other {
        display: none;
    }
    .product__blockContains {
        position: absolute;
        left: 0px;
    }
    .product__count {
        padding-left: 0;
    }
    .product__count .countQuantity__arrow--down {
        top: 8px;
    }   
    .product__buy {
        top: 17px;
        width: 86px;
    } 
    .product__slideName {
        max-height: initial;
        font-size: 0.8125rem;
        line-height: 1.25rem;
    }
}
.product__count .countQuantity__arrow--down {
    top: 4px;
}
@media (max-width: 900px) {
    body .product__vendor {
        max-width: calc(100% - 300px);
    }
    body .product__vendor .code {
        flex-direction: column-reverse;
    }
    body .product__price {
        padding-left: 0;
    }
    body .product__colRight {
        top: 10px;
        width: 170px;
        height: 200px;
    }
    body .product__status {
        text-align: left;
    }
    body .product__blockContains {
        margin-left: 0;
        position: relative;
        margin-top: 20px;
    }
    body .product__count {
        padding-left: 0;
    }
}
@media (max-width: 768px) {
    .product {
        width: 300px;
        height: 212px;
        margin: 0 auto -1px;
    }
    .product__name {
        max-width: 100%;
    } 
    .product__vendor {
        max-width: 30%;
        position: absolute;
        left: 10px;
        bottom: 10px;
    }
    .product__vendor .code__item {
        margin-bottom: 2px;
        font-size: 0.625rem;
        line-height: 1.5;
        flex-direction: column;
    }
    .product__vendor .code {
        display: flex;
        flex-direction: column-reverse;
    }
    .product__vendor .code__Name {
        max-height: 15px;
        overflow: hidden;
    }
    .product__colRight {
        width: 150px;
        height: auto;
        bottom: 13px;
        top: auto;
    }
    .product__blockContains {
        left: 100px;
    }
    .countQuantity__arrow--up {
        left: 47px;
    }
    .product__count .countQuantity__input {
        width: 67px;
    }
    .product__link {
        padding-top: 5px;
        padding-left: 97px;
    }
    body .product__figure {
        width: 80px;
        height: 90px;
        left: 4px;
        top: 0px;
    }
    .code__codeName {
        color: #1c1c1c;
        text-overflow: ellipsis;
        max-width: 93px;
        overflow: hidden;
        white-space: nowrap;
    }
    .product__vendor .code__item:last-child .code__codeName {
        font-weight: bold;
    }
    body .product__link {
        padding-left: 98px;
        padding-top: 0px;
    }
    body .product__colRight {
        top: 61px;
    }
    body .product__buy {
        width: 76px;
        padding: 0;
        margin-right: 0;
        margin-left: 0;
        top: -52px;
        left: 16px;
    }
    body .acquire__predzakaz {
        max-width: 76px;
        width: 76px;
        top: -50px;
        left: 17px;
        min-width: 67px;
        position: absolute;
    }
}