

/* Start:/bitrix/templates/.default/components/olmi/education.general/template1/style.css?1737989631877*/
.b-tooltip {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 14px;
}

.b-tooltip__icon {
    width: 16px;
    height: 16px;
    top: 2px;
    left: 0;
    position: absolute;
    cursor: pointer;
}

.b-tooltip__text {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 50%;
    margin-left: -60px;
}

.b-tooltip__text::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}

.b-tooltip:hover .b-tooltip__text {
    visibility: visible;
}

.b-table__td_center {
    text-align: center;
}
h3 {
  margin-left: 12%;
}

/* End */
/* /bitrix/templates/.default/components/olmi/education.general/template1/style.css?1737989631877 */
