.product__left .icon-with-text__text{
    display: none;
    position: absolute;
    padding: 12rem 16rem;
    border-radius: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    background: white;
    min-width: 250rem;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1215686275);
    top: calc(100% + 24rem);
    z-index: 10;

    /* Автоматическое позиционирование */
    left: auto;
    right: auto;
}
.list-picture-img {
    margin-right: 10px;
}
/*
.fancybox-content{
    display: flex;
    align-content: center;
    .fancybox-image{
        width: auto;
    }
}*/
.config__tabs__items__item__colors{
    flex-wrap: wrap;
}