.product-about{
    position: relative;
}

.product-about .product-about__content::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 224rem;
    background: linear-gradient(
            to bottom,
            transparent,
            white
    );
    pointer-events: none;
}

.product-about .product-about__content {
    background: linear-gradient(
            to bottom,
            rgba(255,255,255,1) 0%,
            rgba(255,255,255,0) 100%
    );
}

.product-about.opened .product-about__content::after {
    background: none;
}

.product-about__open{
    display: flex;
    align-items: center;
}

.popular__wrap .popular__types{
    margin-bottom: 20px;
}