.product-card.product-card--solutions-slider {
    display: block;
    padding: 24px;
    background-color: #fff;
    border: 1px solid #DADDE7;
    transition: .3s;
    width: 100%;
    height: 100%;
}

.product-card.product-card--solutions-slider:hover {
    border-color: var(--orange-color);
}

.product-card__img {
    position: relative;
    padding-bottom: 100%;
}

.product-card__img img {
    position: absolute;
    width: 100%;
    height: 100%;
}

.product-card__labels {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    display: flex;
    gap: 8px;
}

.product-card__label {
    font-weight: 400;
    font-size: 14px;
    background-color: #fff;
    color: var(--orange-color);
    padding: 6px 8px;
    border: 1px solid #DADDE7;
}

.product-card__content {
    margin-top: 24px;
}

.product-card__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
}

.product-card__link {
    margin-top: 24px;
}
.swiper-slide{
    height: unset !important;
}