.blog-card {
    background-color: white;
    box-shadow: 0px 1rem 2.5rem rgb(0 0 0 / 6%);
    border-radius: 1rem;
    overflow: hidden;
}

.blog-card__photo {
    width: 100%;
    padding-bottom: 35%;
    padding-top: 35%;
    display: flex;
    background-color: var(--color__fill-4);
    background-size: cover;
    background-position: center;
    position: relative;
}

.blog-card__info {
    margin-top: -1rem;
    z-index: 2;
    position: relative;
}

.blog-card__devider {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.blog-card__top {
    padding-top: 1rem;
}

 

.blog-card__name {
    font-weight: 650;
}

 
.devider.--top {
    border-radius: 1.5rem 1.5rem 0 0;
}

.devider.--top.--min {
    border-radius: 1rem 1rem 0 0;
}

.devider.--min {
    height: 1rem;
}

.blog-card__calendar {
    width: 1rem;
    height: 1rem;
    background-size: contain;
    /* opacity: .232; */
}

.blog-card__tag {
    position: absolute;
    left: 1.5rem;
    top: 1.5rem;
    font-size: .875rem;
    height: 1.5rem;
    background-color: var(--color__fill-2);
    display: flex;
    align-items: center;
    padding: 0 .75rem;
    border-radius: 1rem;
    font-weight: 600;
    color: white;
    line-height: 1.25rem;
}

.blog-card__date {
    opacity: .4;
    font-weight: 650;
}

.blog-tags__link {
    /* height: 1.5rem !important;
    padding: 0 .5rem !important; */
    border-radius: 1.5rem !important;
    margin-right: .25rem;
}

.blog-tags__link:first-child {
    margin-left: 1.25rem;
}

.blog-tags__link.is-active {
    background-color: var(--color__dark);
}

.blog-tags {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: .5rem;
}

.blog-tags__link:last-child {
    margin-right: 1.25rem;
}

.image-header__content .blog-card__tag {
    position: relative;
    left: unset;
    top: unset;
}

.image-header__content .blog-card__date {
    color: white;
    opacity: .5;
    font-weight: 650;
    margin-bottom: 0 !important;
}

.blog-card__head {
    margin-bottom: .75rem;
}

.blog-carusel {
    background-color: #E8E8F1;
    position: relative;
    z-index: 0;
}
.swiper-slide .blog-card {
    height: 100%;
}
.blog-card__tumb-photo {
    position: relative;
}

.blog-card__tag {
    z-index: 2;
    text-decoration: none;
}

@media screen and (min-width: 768px) {  
    .blog-carusel {
        background-color: transparent;
        padding: 3.5rem 0 !important;
        width: 100%;
        /* overflow: hidden; */
        /* margin-top: 1rem; */
    }
    .blog-card {
        box-shadow: none;
    }
    
    .blog-carusel .type-carusel .swiper-container {
        overflow: hidden;
    }
    .blog-carusel .type-carusel__head {
        /* padding: 0 2rem; */
    }
    .blog-tags {
    margin-top: .5rem !important;
    justify-content: flex-start;
}

.blog-tags__link:first-child {
    margin-left: 0 !important;
}
.blog.pb-64 {
    padding-bottom: 1rem !important;
}
.--white-header.--blog-detail {}

.--white-header.--blog-detail .mini-contacts {
    display: none;
}

.--white-header.--blog-detail .blog-carusel {
    margin-bottom: 0 !important;
    padding: 0 !important;
}

.--white-header.--blog-detail .image-header {
    max-width: 100% !important;
    width: 100% !important;
    border-radius: 1.5rem;
    overflow: hidden;
}
.--white-header.--blog-detail .blog-carusel .doctors__pagination {
    margin-bottom: 0 !important;
}
.--white-header.--blog-detail .image-header__content .blog-card__desc {
    display: block !important;
font-size: 1.125rem !important;line-height: 1.75rem;}
.--white-header.--blog-detail .image-header__title {
    font-size: 2.5rem;
    line-height: 3rem;
}
.blog-carusel .swiper-wrapper {
}

.blog-carusel .swiper-container {
    filter: drop-shadow(0px 1rem 2.5rem rgba(0, 0, 0, 0.06));
}
.blog__items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.blog__items .blog-card {
    box-shadow: 0px 1rem 2.5rem rgb(0 0 0 / 6%);
}







}
@media screen and (min-width: 768px) and (max-width: 1200px) {
    .blog-tags__link{
        white-space: nowrap;
        height: 2rem !important;
    }
    .blog-card__tag{
        left: .75rem;
        top: .75rem;
        height: auto;
        width: fit-content;
    }
    .blog-card__info{
        padding: 0 .75rem .75rem .75rem !important;

    }
    .blog-card__name{
        font-size: .875rem;
        line-height: 1rem;
    }
}

@media (max-width: 768px) {
    .blog-carusel .pagination .pagination__loadmore {
        display: none;
    }
}