body .c-product-interconnection-detail-params.is-template--Classic .c-product-interconnection-detail-params__products span.item-type-img {
    width: 70px;
    height: 70px;
    border-radius: 5px;
}

body .c-product-interconnection-detail-params.is-template--Classic .c-product-interconnection-detail-params__products span.item-type-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mytooltip {
    position: absolute;
    width: 20px;
    height: 20px;
    top: -10px;
    right: -10px;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
    font-size: 15px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    z-index: 5;
}

.mytooltip-answer {
    display: none;
    position: absolute;
    bottom: calc(100% + 12px);
    font-size: 12px;
    line-height: 1.4;
    font-weight: 400;
    width: 300px;
    height: auto;
    background-color: #000;
    color: #fff !important;
    padding: 10px;
    pointer-events: none;
}

.item-type-numbers:has(.mytooltip:hover) .mytooltip-answer {
    display: block;
}

body .c-product-interconnection-detail-params.is-template--Classic .c-product-interconnection-detail-params__products span.item-type-numbers {
    width: auto;
    height: auto;
    min-width: 55px;
}

body .c-product-interconnection-detail-params.is-template--Classic .c-product-interconnection-detail-params__products a:not(.is-current) > span.item-type-numbers {
    background-color: #fff !important;
    border-color: #3D145C;
    color: #3D145C !important;
}

@media (max-width: 991px) {
    .mytooltip-answer {
        left: 0;
    }
}

@media (max-width: 499px) {
    .mytooltip-answer {
        max-width: 200px;
    }
}