.publication__img {
    width: unset !important;
    max-width: 100%;
    max-height: 100%;
    /* height: auto; */

}

@media (max-width: 767px){
    .catalog-filter {
        display: none !important;
    }
    body .tabs__content {
         margin-top: 0px !important;
    }
    .tabs__content-item {
        padding-right: 0px !important;
    }
    body .publication__image{
        height: auto;
    }
}
