

/* Start:/bitrix/templates/beauty_modern_s1/components/bitrix/news.list/employees/style.css?17682985942544*/
.doctor-item-header a,
.doctor-item-description {
    font-weight: bold;
}

.doctor-item-description-qualifications {
    font-weight: 100;
    margin-bottom: 10px;
}

.btn-mini.button_form_doctoor {
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    width: 110px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    display: block;
}

.doctor-item-description--exp {
    margin-top: 12px;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
}

.doctor-item-description--certificate {
    margin-top: 12px;
    text-align: center;
    font-style: italic;
    font-weight: 400;
}

/**/
.doctor-item-accred {
    text-align: left;
    line-height: normal;
    position: relative;
    padding-top: 9px;
    margin-top: 12px;
    box-sizing: border-box;
}

.doctor-item-accred * {
    box-sizing: border-box;
}

.doctor-item-accred__btn {
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    border-radius: 10px;
    background-color: #E6F5F4;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    transition: all 0.3s ease;
    color: #35988C;
}

.doctor-item-accred__btn svg {
    margin-right: 6px;
    margin-top: -2px;
}

.doctor-item-accred__btn svg path {
    stroke: #35988C;
    transition: all 0.3s ease;
}

.doctor-item-accred__item {
    position: relative;
    margin-bottom: 12px;
    padding-left: 40px;
}

.doctor-item-accred__item:last-child {
    margin-bottom: 0;
}

.doctor-item-accred-item__name {
    font-weight: 700;
    font-size: 14px;
    color: #4C4C4C;
    margin-bottom: 3px;
}

.doctor-item-accred-item__date {
    font-size: 13px;
    color: #3AA598;
}

.doctor-item-accred-item__icon {
    position: absolute;
    left: 12px;
    top: 1px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #35988C;
    display: flex;
    align-items: center;
    justify-content: center;
}

.doctor-item-accred__list {
    background-color: #E6F5F4;
    border-radius: 10px;
    padding: 16px;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.doctor-item-accred:hover .doctor-item-accred__btn {
    background-color: #35988C;
    color: #fff;
}

.doctor-item-accred:hover .doctor-item-accred__btn svg path {
    stroke: #fff;
}

.doctor-item-accred:hover .doctor-item-accred__list {
    pointer-events: all;
    opacity: 1;
}
/* End */
/* /bitrix/templates/beauty_modern_s1/components/bitrix/news.list/employees/style.css?17682985942544 */
