

/* Start:/local/templates/delement/components/bitrix/catalog/doctors/bitrix/catalog.element/.default/style.css?17731290112715*/
#doctor__video-button {
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 2;
    left: 15px;
    top: 15px;
    fill: #00a9e0;
    border-radius: 90%;
    overflow: hidden;
    transition: 0.5s;
}
#doctor__video-button:hover {
    transition: 0.5s;
    fill: #0c94c9;
}

#doctor__videoclip + .fancybox-close-small {
    top: -54px;
    right: auto;
}


@media screen and (max-width: 768px) {
    #doctor__videoclip + .fancybox-close-small {
        top: 0;
        right: 0;
    }
    #doctor__videoclip{
        height: calc(100% - 7px);
    }
}


.doctor__specialization-wrapp{
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    margin-top: 12px;
}

.doctor__specializations-aged{
    display: flex;
    padding: 1px 10px;
    align-items: center;
    gap: 4px;
    border-radius: 10px;
    background: #F6F6F6;

    color: #4D6D98;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 133.333% */
    justify-self: flex-start;
    align-items: center;
}

.ratings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 16px;
}

.ratings__item {
    width: 296px;
    height: 128px;
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    border-radius: 16px;
    background: #f6f6f6;
    text-decoration: none;
}

.ratings__rating {
    width: 146px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.ratings__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    gap: 4px;
}

.ratings__score {
    font-family: Manrope;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #CCD5E2;
}

@media (max-width: 767px) {
    .ratings__item {
        width: 100%;
    }
}

/* End */
/* /local/templates/delement/components/bitrix/catalog/doctors/bitrix/catalog.element/.default/style.css?17731290112715 */
