.partner__home {
    margin-bottom: 40px;
}

.partner__home .item img {
    max-width: 100%;
    max-height: 126px;
}

.partner__home.client .item {
    opacity: 0.5;
    max-height: 106px;
    min-width: unset !important;
}

.partner__home.client .item img {
    max-width: 100%;
    max-height: 106px;
}

.partner__home .item {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    -webkit-filter: grayscale(90%);
    -moz-filter: grayscale(90%);
    -ms-filter: grayscale(90%);
    -o-filter: grayscale(90%);
    opacity: .6;
    filter: grayscale(90%);
    transition: all .7s;

}

.partner__home .item:hover {
    -webkit-filter: unset !important;
    -moz-filter: unset !important;
    -ms-filter: unset !important;
    -o-filter: unset !important;
    opacity: 1;
    filter: unset !important;
}

@media (max-width: 668px) {

    .partner__home .item {
        padding: 5px 20px;
        width: 30%;

    }
}

@media (max-width: 800px) {

    .partner__home .item {
        width: 25%;
    }
}

@media (max-width: 500px) {

    .partner__home .item {
        width: 50%;
    }
}

.partner__slider .title-block {
    justify-content: flex-end !important;
}

#product__list .content {
    flex-direction: row !important;
    flex-wrap: wrap;
}

.item-cus-mobile {
    box-shadow: rgb(110 110 110) 5px 6px 11px -3px;
}

.item-custom {
    box-shadow: rgb(110, 110, 110) 0px 2px 11px -4px;
}

.item-custom:hover {
    box-shadow: rgb(110 110 110) 5px 6px 11px -3px;
}

#show_all {
    box-shadow: 5px 11px 15px -10px #6e6e6e;
    margin-top: 40px;
    background: white;
    text-align: center;
    padding: 20px;
    cursor: pointer;
}

#close_all  {
    display: none;
    box-shadow: 5px 11px 15px -10px #6e6e6e;
    margin-top: 40px;
    background: white;
    text-align: center;
    padding: 20px;
    cursor: pointer;
}