body .list-unit-link {
    padding-bottom: 0;
 }
.product .product-item .catalog-descr {
    height: auto;
}
.catalog {
    padding-bottom: 1px;
    width: 100%;
}

.product-list .product-item .catalog-descr {
  height: calc(100% - 10px);
  top: 5px;
  padding: 10px 18px;
  width: calc(100% - 20px);
}
.product-list .product-item:hover .catalog-descr {
  -webkit-transform: translateX(calc(100% + 31px));
  -ms-transform: translateX(calc(100% + 31px));
  transform: translateX(calc(100% + 31px));
}
.catalog-descr__top .manuf-icon {
    line-height: 1;
   position: static;
}
.catalog-descr a.tile-link {
  align-items: center;
}

@media screen and (min-width: 1451px) {
    .product-item:nth-child(7n+7):hover .catalog-descr {
        right: 31px;
    }
}
@media screen and (max-width: 1450px) and (min-width: 1025px) {
    .product-item:nth-child(5n+5):hover .catalog-descr {
        right: 31px;
    }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
    .product-item:nth-child(4n+4):hover .catalog-descr {
        right: 31px;
    }
}

.manuf-icon img{
    vertical-align: bottom;
}

#analog .search-icons, 
#collection .search-icons{
    position: relative;
}

#analog .tooltip-block__text, 
#collection .tooltip-block__text{
    position: absolute;
    top: -10px;
    left: 42%;
    z-index: 99999999;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    padding: 7px 11px;
    color: #808080;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    white-space: nowrap;
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dddddd;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.8s;
    transition: opacity 0.8s;
}

#analog .search-icons .in-production, 
#collection .search-icons .in-production{
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 17px;
    color: #62C340;
    position: relative;
    text-align: right;
    top: 150px;
}

#analog .product-icons-in_production .in-production, 
#analog .product-inner .in-production,
#collection .product-icons-in_production .in-production, 
#collection .product-inner .in-production  {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 17px;
    color: #62C340;
    position: absolute;
    top: 210px;
    right: 15px;
}

#analog .product-item .by-order,
#analog .product-inner .by-order,
#collection .product-item .by-order,
#collection .product-inner .by-order {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 17px;
    color: #808080;
    position: absolute;
    transform: none;
    margin-top: 0;
    top: 210px;
    right: 15px;
}