

/* Start:/bitrix/templates/aspro-medc2/components/bitrix/news/patients/style.css?1779522578742*/
.detail-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin: 30px 0;
}

.detail-gallery__item {
    display: block;
    overflow: hidden;
    border-radius: 8px;
    background: #f5f5f5;
}

.detail-gallery__item img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    transition: transform .25s ease;
}

.detail-gallery__item:hover img {
    transform: scale(1.03);
}

@media (max-width: 991px) {
    .detail-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }
}

@media (max-width: 575px) {
    .detail-gallery {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}
/* End */


/* Start:/bitrix/components/bitrix/player/templates/.default/style.min.css?1552651362122*/
td.popupmenu div.popupitem .playlist-edit{background-image:url(/bitrix/components/bitrix/player/images/playlist_edit.gif)}
/* End */


/* Start:/bitrix/templates/aspro-medc2/components/bitrix/news.list/patients/style.css?17795238412858*/
.item-views.table-type-block {
    width: 100%;
}

.item-views.table-type-block .items {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    align-items: stretch;
}

.item-views.table-type-block .item {
    float: none !important;
    display: flex;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.item-views.table-type-block .item > .wrap {
    display: flex;
    width: 100%;
    height: 100%;
}

.item-views.table-type-block .slice_block {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-height: 100%;
}

.item-views.table-type-block .image {
    width: 100%;
    height: 220px;
    overflow: hidden;
    flex-shrink: 0;
}

.item-views.table-type-block .image .wrap {
    width: 100%;
    height: 100%;
}

.item-views.table-type-block .image a {
    display: block;
    width: 100%;
    height: 100%;
}

.item-views.table-type-block .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-views.table-type-block .body-info {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%;
}

.item-views.table-type-block .top-block-wrapper {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%;
}

.item-views.table-type-block .title {
    display: flex;
    flex: 1;
    width: 100%;
}

.item-views.table-type-block .title a {
    display: -webkit-box;
    width: 100%;
    min-height: 48px;
    overflow: hidden;
    line-height: 24px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.item-views.table-type-block .pagination_nav,
.item-views.table-type-block .bottom_nav {
    margin-top: 30px;
    clear: both;
}

.item-views.table-type-block .ajax_load_btn_pagination {
    text-align: center;
    margin-bottom: 20px;
}

.item-views.table-type-block .ajax_load_btn_pagination .more_text_ajax {
    cursor: pointer;
}

.item-views.table-type-block .ajax_load_btn_pagination.loadings .more_text_ajax,
.item-views.table-type-block .ajax_load_btn_pagination .more_text_ajax.loadings {
    pointer-events: none;
    opacity: .7;
}

@media (max-width: 991px) {
    .item-views.table-type-block .items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }

    .item-views.table-type-block .image {
        height: 200px;
    }
}

@media (max-width: 575px) {
    .item-views.table-type-block .items {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .item-views.table-type-block .image {
        height: 220px;
    }

    .item-views.table-type-block .title a {
        min-height: auto;
        -webkit-line-clamp: 3;
    }
}
/* End */
/* /bitrix/templates/aspro-medc2/components/bitrix/news/patients/style.css?1779522578742 */
/* /bitrix/components/bitrix/player/templates/.default/style.min.css?1552651362122 */
/* /bitrix/templates/aspro-medc2/components/bitrix/news.list/patients/style.css?17795238412858 */
