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

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

.doctor-card__info {
    margin-top: -1rem;
    z-index: 2;
    position: relative;
    flex: 1;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    border-radius: 1.5rem;
    padding: 1.5rem 2.5rem;
}

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

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

.doctor-card__type {
    font-weight: 600;
opacity: .9;
margin-bottom: .375rem;}

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

.doctor-card__values {}

.doctor-card__value {}

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

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

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

.image-header__bg-mask.--2.--doctor {
    opacity: .7;
}



.doctor-information__post-title {opacity: .5;}

.doctor-information__item {
    padding-left: 2rem;
    position: relative;
}

.doctor-information__eyar {
    /* position: relative; */
    /* top: .125rem; */
}

.doctor-information__eyar:after {content: "";display: block;position: absolute;width: .75rem;height: .75rem;background-color: var(--color__fill-1);border-radius: .5rem;left: 0px;top: .375rem;}

.doctor-information__eyar:before {
    width: 2px;
    content: "";
    display: block;
    position: absolute;
    height: calc(100% - 2rem);
    background-color: var(--color__border);
    left: .3rem;
    top: 1.75rem;
}

.doctor-information__item:last-child .doctor-information__eyar:before {
    display: none;
}

.doctor-information__title {
    color: var(--color__fill-1);
}

.doctor-information__dates.--main {}

.doctor-information__dates.--main .doctor-information__eyar:after {
    background-color: var(--color__fill-2);
}

.doctor-information {
    /* border-bottom: 1px solid var(--color__border); */
}
.doctor-information__dates .doctor-information__item:last-child {
    padding-bottom: 0px !important;
}
.doctor-card__medal {
    position: absolute;
    width: 5rem;
    height: 6rem;
    background-size: contain;
    position: absolute;
    right: -0rem;
    top: .5rem;
    pointer-events: none;
    display: none;
}

.doctors-carusel {
    position: relative;
    z-index: 0;
    background-color: white;
}

/*.swiper-slide .doctor-card {*/
/*    height: 100%;*/
/*}*/


@media screen and (min-width: 768px) {  
    .doctors-carusel {
        background-color: transparent;
        width: 100%;
        /* overflow: hidden; */
        padding: 0 !important;
    }
    
    .doctors-carusel .type-carusel {
        min-width: 1px;
    }
    
    .doctors-carusel .doctors-carusel__wrap {
        width: 100%;
        min-width: 1px;
    }
    .doctors-carusel .swiper-container {
        overflow: hidden;
    }
    
    .doctor-card {
        box-shadow: none;
        display: flex;
        flex-direction: column;
    }
    .doctors-carusel .type-carusel__head {
        /* padding: 0 2rem; */
    }
.doctors {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    margin-bottom: 2rem !important;
}
.--white-header.--doctor {}

.--white-header.--doctor .image-header {
    max-width: var(--col-6) !important;
    width: var(--col-6) !important;
}

.image-header {
    border-radius: 1rem;
    overflow: hidden;
}

.--white-header.--doctor .page-detail {
    width: var(--col-7);
    height: 34rem;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 2.5rem;
    background-color: var(--color__fill-4);
}


/* .--white-header.--doctor .page-detail::-webkit-scrollbar {
    width: .25rem;
 }
.--white-header.--doctor .page-detail::-webkit-scrollbar-track {
background: #f1f1f1;
}
.--white-header.--doctor .page-detail::-webkit-scrollbar-thumb {
background: #888;
}
.--white-header.--doctor .page-detail::-webkit-scrollbar-thumb:hover {
background: #555;
} */

.doctors-carusel {}

.doctors-carusel .swiper-container {
    filter: drop-shadow(0px 1rem 2.5rem rgba(0, 0, 0, 0.06));
}
.doctors__items {}

.doctors__items .doctor-card {
    box-shadow: 0px 1rem 2.5rem rgb(0 0 0 / 6%);
}
.doctor-head {
    display: flex;
    justify-content: space-between;
}

.doctor-head .image-header__wrap {
    min-height: 30rem;
}

.--white-header.--doctor .image-header {
    width: 100% !important;
    max-width: var(--col-5) !important;
}



}
@media screen and (max-width: 1200px) {
    .doctor-card__info{
        padding: .75rem 1.5rem;
    }
}
@media screen and (max-width: 768px) {
    .doctor-card{
        display: flex;
        flex-direction: column;
    }
}