

/* Start:/local/templates/main/components/bitrix/catalog.section/shop-cloud/style.css?17689069671433*/
.b-licence-table-colored__table tr.cost-main-title td:first-child {
    text-align: center;
    font-size: 2.5rem !important;
    font-weight: 400;
}
.b-licence-table-cost .cost .full-price {
    color: #78b227;
    font-weight:500;
}
tr.b-licence-table-colored__table--cost-title .main-section {
    cursor: pointer;
}
tr.b-licence-table-colored__table--cost-title .main-section.main-section-close {
    color: #712887;
}
tr.b-licence-table-colored__table--cost-title svg.main-section-open {
    transform: rotate(-90deg);
    height: 20px;
    width: 30px;
}
tr.b-licence-table-colored__table--cost-title svg.main-section-close {
    transform: rotate(90deg);
    fill: #712887;
    height: 20px;
    width: 30px;
}
/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 5px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
}
.tooltip-bottom {
    top: 135%;
    left: 50%;
    margin-left: -100px;
}
.tooltip-bottom::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #555 transparent;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}

/* End */
/* /local/templates/main/components/bitrix/catalog.section/shop-cloud/style.css?17689069671433 */
