

/* Start:/bitrix/templates/belberrymed/components/bitrix/breadcrumb/.default/style.css?17297339102337*/
.breadcrumbs {
    position: relative;
	z-index: 10;
}
.breadcrumbs__back {
    border-radius: .5rem;
    padding: 0px;
    height: 2.5rem;
    width: 2.5rem;
    position: relative;
    margin-right: 1.5rem;
    transition: all ease .24s;
    background-color: #f525361c;
    display: flex;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 1.125rem;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='18' viewBox='0 0 12 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 2L3 9L10 16' stroke='%23F52536' stroke-width='3'/%3E%3C/svg%3E");
    filter: grayscale(1);
    critical: this;
}

.breadcrumbs__back:active {
    background-color: rgba(245, 37, 54, 0.24);
}

.breadcrumbs__back img {
    height: .875rem;
    margin-left: -.1rem;
    position: relative;
}

.breadcrumbs .center-wrap > div {
    /* padding: 1.5rem 0px; */
}

.breadcrumbs__back:hover {filter: grayscale(0);}
.breadcrumbs__link {
    color: var(--color__dark);
    text-decoration: none;
    transition: all ease .24s;
    font-weight: 600;
    opacity: .64;
    font-size: .75rem !important;
}

li.breadcrumbs__devider {
    margin: 0px .75rem;
    width: .25rem;
    height: .25rem;
    background-color: var(--color__dark);
    border-radius: .5rem;
    top: .075rem;
    position: relative;
    opacity: .2;
}

.breadcrumbs__link:hover {
    color: var(--color__fill-1);
    opacity: 1;
}

.breadcrumbs__active {
    opacity: .40;
    font-size: .75rem !important;
}

img.breacrcrumb__back {
    margin-right: .5rem;
    position: relative;
    top: .10rem;
    height: 1rem;
}

.breadcrumbs__link.--back {
    color: var(--color__fill-1);
    filter: grayscale(0);
    opacity: 1;
}

.breadcrumbs__link.--back:hover {
    filter: grayscale(0);
    opacity: 1;
}

.footer-breadcrumb {}

.footer-breadcrumb .breadcrumbs {
    margin: 0 !important;
}

@media screen and (max-width: 1680px) {  

}

@media screen and (max-width: 1440px) {  

}

@media screen and (max-width: 1366px) {  

}

@media screen and (max-width: 1359px) {  

}

@media screen and (max-width: 1199px) {  

}

@media screen and (max-width: 1024px) {  


}

@media screen and (max-width: 991px) {  
    
}

@media screen and (max-width: 768px) {  

}

@media screen and (max-width: 640px) {  

}


/* End */


/* Start:/bitrix/templates/belberrymed/components/bitrix/news/doctors/bitrix/news.list/.default/style.css?17297339103782*/
.doctor-card {
    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;
}

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

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

.doctor-card__type {
    font-weight: 600;
}

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

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

@media screen and (min-width: 768px) {  
    .doctors-carusel {
        background-color: transparent;
        width: 100%;
        /* overflow: hidden; */
        padding: 0 !important;
        margin-top: 1rem;
    }
    
    .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;
    }
    .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: 1.5rem;
    overflow: hidden;
}

.--white-header.--doctor .page-detail {
    width: var(--col-6);
    height: 30rem;
    overflow: scroll;
}


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







} 
/* End */
/* /bitrix/templates/belberrymed/components/bitrix/breadcrumb/.default/style.css?17297339102337 */
/* /bitrix/templates/belberrymed/components/bitrix/news/doctors/bitrix/news.list/.default/style.css?17297339103782 */
