

/* Start:/local/components/giperlink/catalogItem/templates/.default/style.css?17846331931277*/
.top-info-card-wrap .tabl-info-wrap .tabl-count {
    padding: 15px 30px;
}

.top-info-card-wrap .block-link-wrap {
    margin-bottom: 30px;
}

.top-info-card-wrap .block-link-wrap .but {
    margin-right: 20px;
}

.dop-info-card-block.docs a {
    color: #5199e2;
}

.top-info-card-wrap .item-code {
    display: flex;
    align-items: center;
    gap: 4px;
}

.item-code-copy {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    padding: 2px;
    color: #6e6e6e;
    background: transparent;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
}

.item-code-copy:hover,
.item-code-copy:focus {
    color: #5199e2;
    background: #eef6ff;
    outline: none;
}

.item-code-copy svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
}

.item-code-copy.copied {
    color: #15803d;
}

.item-code-copy.copied::after {
    content: "Скопировано";
    position: absolute;
    left: 50%;
    bottom: calc(100% + 5px);
    z-index: 2;
    padding: 4px 7px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
    background: #333;
    border-radius: 3px;
    transform: translateX(-50%);
}
/* End */
/* /local/components/giperlink/catalogItem/templates/.default/style.css?17846331931277 */
