

/* Start:/local/components/WebsterSTD/element/templates/content_doctors_page/style.css?17483539952409*/
.content_gallery .gallery__item{
    max-height: 450px;
}
.block_element.content_gallery{
    margin-top: 20px;
}

.content_gallery .gallery__item {
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

.content_gallery .gallery__item img {
    width: auto;
    margin: 0 auto;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: #000;
    opacity: 0.2;
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {;
    background-color: #000;
}

.review-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .06);
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 240px;
}

.review-card__header {
    margin-bottom: 12px;
}

.review-card__name {
    font-weight: 600;
}

.review-card__date {
    color: #666;
    font-size: .875rem;
}

.review-card__text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    position: relative;
    margin-bottom: 16px;
}

.review-card__button {
    align-self: flex-start;
    border: none;
    background: none;
    color: #0066cc;
    cursor: pointer;
    padding: 0;
    font: inherit;
}

.review-card__button:hover {
    text-decoration: underline;
}

.review-card__button--placeholder {
    visibility: hidden; /* элемент в потоке, но невидим */
    pointer-events: none;
}

.modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .45);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: .25s;
    z-index: 1000;
}

.modal--open {
    opacity: 1;
    visibility: visible;
}

.modal__content {
    background: #fff;
    border-radius: 8px;
    max-width: 600px;
    max-height: 80vh;
    overflow-y: auto;
    padding: 32px 28px 40px;
    position: relative;
}

.modal__close {
    position: absolute;
    top: 12px;
    right: 12px;
    border: none;
    background: none;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
}

.content_reviews .swiper-button-next, .swiper-button-next,
.content_reviews .swiper-button-next, .swiper-button-prev {
    background: none;
    display: none;
}
/* End */
/* /local/components/WebsterSTD/element/templates/content_doctors_page/style.css?17483539952409 */
