

/* Start:/local/templates/sgm_landings/components/bitrix/news.index/blockDoctors/style.css?17834115687155*/
.blockDoctors_container {
    max-width: 1224px;
    margin: auto;
}

.blockDoctors_slider {
    position: relative;
    max-width: 100%;
}
.blockDoctors_slider:not(.initialized) {
    overflow: hidden;
}
.blockDoctors_slider .js_doctorsSliderContainer:not(.slick-slider) {
    display: inline-flex;
}
.blockDoctors_slider .slick-track {
    display: flex!important;
}
.blockDoctors_slider .slick-slide {
    height: inherit!important;
}

.blockDoctors_slide {
    width: 280px;
}
.blockDoctors_slideInner {
    height: calc(100% - 16px);
    min-height: 408px;
    border-radius: 10px;
    margin: 8px 12px;
    background: #FFFFFF;
    box-shadow: 0 2px 8px rgba(120, 160, 190, 0.3);
    overflow: hidden;
}
.blockDoctors_item {
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
    height: 100%;
    text-decoration: none!important;
}
.blockDoctors_itemPhoto {
    width: 100%;
    height: 220px;
    margin-bottom: 24px;
}
.blockDoctors_itemInfo {
    position: relative;
    flex: 1;
    display: flex;
    flex-flow: column nowrap;
    margin-left: 16px;
    margin-right: 24px;
}
.blockDoctors_itemPhoto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    font-family: 'object-fit: cover; object-position: top;';
}
.blockDoctors_itemName {
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #1D2F3C;
    transition: color 0.3s;
}
.blockDoctors_item:hover .blockDoctors_itemName {
    color: #5EB92D;
}
.blockDoctors_itemRank {
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.02em;
    color: #7D8694;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blockDoctors_itemAvailable {
    display: inline-flex;
    margin: auto 0 0;
    min-height: 28px;
}
.blockDoctors_itemAvailableDate {
    font-weight: 400;
    font-size: 11px;
    line-height: 20px;
    background: #EFF9E3;
    border-radius: 8px;
    padding: 4px 8px;
    color: #5EB92D;
    margin-bottom: 8px;
}
.blockDoctors_itemYears {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #7D8694;
    margin: 0;
}
.blockDoctors_itemInfo .snippetDoctors_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 9px;
    margin-bottom: 12px;
    min-height: 28px;
}

.snippetDoctors_ribbon {
    width: 28px;
    height: 28px;
    background: rgba(255,255,255,0.8);
    box-shadow: 0px 2px 8px 0px #78A0BE4D;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    position: relative;
    flex-shrink: 0;
    cursor: pointer;
}

.snippetDoctors_ribbon img {
    width: 20px;
    height: 20px;
}

.snippetDoctors_ribbon .ribbon_tooltip {
    position: absolute;
    bottom: calc(100% + 8px);
    left: auto;
    right: 0;
    padding: 16px;
    width: max-content;
    opacity: 0;
    background: #FFFFFF;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #1D2F3C;
    box-shadow: 0 2px 8px 0 rgba(120, 160, 190, .3);
    transition: opacity .1s ease;
    pointer-events: none;
    z-index: 10;
}

@media (hover: hover) {
    .snippetDoctors_ribbon:hover .ribbon_tooltip {
        opacity: 1;
    }
}

.reveal.revealTooltip {
    overflow: initial;
}

.reveal.revealTooltip .reveal_icon {
    width: 32px;
    height: 32px;
}

.reveal.revealTooltip .reveal_container {
    justify-items: stretch;
    align-items: flex-end;
}

.reveal.revealTooltip .reveal_block {
    width: 100%;
    max-width: unset;
    border-radius: 10px 10px 0 0;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.reveal.revealTooltip .reveal_text {
    margin: 16px 0 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    line-height: 1.67;
    margin: 0 0 1.5em;
    font-size: 14px;
}

@media (max-width: 767px) {
    .reveal.revealTooltip .reveal_container {
        margin: initial;
    }
    .revealTooltip .reveal_block {
        width: 100%;
        padding: 16px;
    }
}


.blockDoctors_item.horizontal {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    height: auto;
}
.blockDoctors_item.horizontal .blockDoctors_itemPhoto {
    width: 80px;
    height: 112px;
    margin-bottom: 0;
    border-radius: 8px;
    overflow: hidden;
}


.doctorsList_btn{
    background: #ECFBDA;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    padding: 12px 0;
    border-radius: 0 0 10px 10px;
    width: 100%;
    color: #5EB92D;
    height: 24px;
    align-self: end;
}

.doctorsList_btn:hover{
    background: #79CE4B;
    color: #FFFFFF;

}

.blockDoctors_arrow {
    position: absolute;
    top: calc(50% - 28px);
}
.blockDoctors_arrow.left {
    left: -76px;
}
.blockDoctors_arrow.right {
    right: -76px;
}
.blockDoctors_paginationContainer {
    display: flex;
    justify-content: center;
}

.doctorsList_btn.disabled {
    background: #EFF1F4;
    color: #CFD3DA;
    cursor: default;
}


@media (max-width: 1439px) {
    .blockDoctors_arrow {
        display: none!important;
    }
}

@media (max-width: 1279px) {
    .blockDoctors_container {
        margin: 0 12px;
    }

}

@media (max-width: 767px) {
    .doctorsList_itemName{
        font-weight: 500;
        height: 40px;
        margin-bottom: 5px;
    }
    .blockDoctors_item {
        display: flex !important;
        width: 100%;
        min-height: 144px;
        flex-flow: wrap!important;;
        margin: 0;
    }
    .blockDoctors_container {
        margin: 0 0 0 8px;
    }
    .blockDoctors_slide {
        width: calc(100vw - 40px);
    }
    .blockDoctors_slideInner {
        box-sizing: border-box;
        min-height: auto;
        margin: 8px 8px;
        padding:  0;
    }

    .blockDoctors_item.horizontal {
        margin-top: 32px;
        height: auto;
    }
    .blockDoctors_item.horizontal .blockDoctors_itemInfo {
        padding-bottom: 16px;
    }

    .doctorsList_itemPhoto {
        border-radius: 8px;
        margin: 16px 0 16px 16px;
        width: 52px;
        height: 80px;
        overflow: hidden;
    }

    .doctorsList_itemPhoto img {
        max-width: 100%;
        height: 100%;
        object-fit: cover;
        font-family: 'object-fit: cover;';
    }

    .doctorsList_grid {
        margin: -8px 0 0;
    }

    .blockDoctors_itemInfo {
        padding: 16px 16px 0px 16px;
        min-height: 112px;
    }

    .blockDoctors_itemRank {
        flex-grow: 1;
        height: auto;
        max-height: 40px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        min-height: 38px;
    }

    .doctorsList_itemAvailable + .doctorsList_itemYears {
        margin-top: 8px;
    }
}

@media (max-width: 359px) {
    .blockDoctors_itemName {
        font-size: 15px;
        line-height: 20px;
    }
}

/* End */
/* /local/templates/sgm_landings/components/bitrix/news.index/blockDoctors/style.css?17834115687155 */
