 .products2{display: grid;grid-template-columns: repeat(2, 1fr);grid-gap: 20px;margin-bottom: 48px;}.products2__item{position: relative;display: flex;align-items: center;padding: 20px 0;}.products2__ilink{position: absolute;width: 100%;height: 100%;top:0;left:0;}.products2__iimg{border-radius: 10px;width: 60px;height: 60px;min-width: 60px;display: inline-flex;align-items: center;justify-content: center;margin-right: 20px;margin-left: 20px;}.products2__iimg > *{max-width: 50px;height: auto;width:auto;max-height: 50px;}.products2__iimg > span{background: center center no-repeat;background-size: contain;display: inline-block;width: 100%;height: 100%;}.products2__iname{margin-bottom: 8px;text-decoration: underline;}.products2__iprice{margin-bottom: 0;white-space: nowrap;}.products2__item:hover .products2__iinfo{color: var(--blue);}.products2__item_notactive .products2__iinfo{color: inherit !important;}.products2__item_notactive .products2__iname{margin-bottom: 0;text-decoration: none !important;}@media (max-width: 1279px) {}@media (max-width: 600px) {.products2{grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));}}@media (max-width: 527px) {}