.blog-card {
    background-color: white;
    box-shadow: 0px 1rem 2.5rem rgb(0 0 0 / 6%);
    border-radius: 1rem;
    overflow: hidden;
}
.blog-card:hover .blog-card__photo{
    transform: scale(1.1);
}
.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;
    transition: .3s;
    overflow: hidden;
}

.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;
}

.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;
    gap: 1.25rem;
}

.blog-carusel {
    position: relative;
    z-index: 0;
}
.swiper-slide .blog-card {
    height: 100%;
}
.blog-card__tumb-photo {
    position: relative;
    overflow: hidden;
}

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

.blog-detail__popular .type-carusel__title{
    color: #0B1142;
    font-size: 1.5rem !important;
    font-weight: 700;
    line-height: 133.333% !important;
    max-width: 10.813rem;
}
.blog-detail__popular .swiper-slide{
    height: fit-content!important;
}
.blog-detail__popular .blog-card__info{
    background: #F5F5F9;
    border-radius: 1.5rem 1.5rem 0 0;
}
.blog-detail__popular .blog-card__devider{
    background: #F5F5F9!important;
}
@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: 2rem;
        max-width: 34.875rem;
        line-height:  125%;
        font-weight: 700;
    }
    .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%);
    }
}