

/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/bootstrap_v4/style.css?1626355306302*/
.page-link,
.page-link:hover {
	color: var(--theme-color-primary);
}

.page-item.active .page-link {
	color: var(--theme-b-tx-primary);
	background-color: var(--theme-color-primary);
	border-color: var(--theme-color-primary);
}

.page-link:focus {
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}
/* End */


/* Start:/local/templates/ultra_new/components/bitrix/news/team/bitrix/news.list/.default/style.css?17863534221732*/

#team_list .item {
/*   padding: 20px 0px;
  margin: 15px 0px; */
  height: 100%;
  display: flex;
  flex-direction: column;
}
.item_list {
  row-gap: 45px;
}
#team_list .item .doctor_item {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: var(--root-text);
  position: relative;
  background: var(--root-white);
  box-shadow: 0px 4px 10px rgba(38, 78, 151, 0.28);
  border-radius: 40px;
  padding: 40px 15px;
  text-align: center;
}
#team_list .item .doctor_item img {
  width: 170px;
  height: 170px;
  display: block;
  margin: 0px auto;
  border: 4px var(--root-blue) solid;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 9px;
}
#team_list .item .doctor_item .name {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  display: block;
  min-height: 44px;
}
#team_list .item .doctor_item .description {
  font-size: 14px;
  line-height: 19px;
  display: block;
  margin-top: 14px;
/*   min-height: 38px; */
}
#team_list .item .doctor_item .stage {
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%) translateY(50%);
  width: 69px;
  height: 69px;
  overflow: hidden;
  background: var(--root-blue);
  border-radius: 50%;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#team_list .item .doctor_item .stage span {
  display: block;
  font-size: 24px;
  line-height: 1;
  color: var(--root-white);
}
#team_list h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.1;
  font-family: 'Comfortaa', cursive;
  margin-bottom: 25px;
}
#team_list {
  margin: 25px 0px;
}

/* End */


/* Start:/local/templates/ultra_new/components/bitrix/breadcrumb/.default/style.css?1766498335495*/
.bx-breadcrumb {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  font-family: 'Comfortaa', cursive;
  display: flex;
  padding-top: 27px;
  width: 100%;
}
.bx-breadcrumb a {
  color: var(--root-text);
  text-decoration: none;
  display: block;
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
}

.bx-breadcrumb a:after {
  content: '>';
  position: absolute;
  top: 0px;
  right: -5px;
  transform: scaleX(0.6);
}
.bx-breadcrumb > *:last-child{
  opacity: 0.47;
}
/* End */
/* /bitrix/components/bitrix/system.pagenavigation/templates/bootstrap_v4/style.css?1626355306302 */
/* /local/templates/ultra_new/components/bitrix/news/team/bitrix/news.list/.default/style.css?17863534221732 */
/* /local/templates/ultra_new/components/bitrix/breadcrumb/.default/style.css?1766498335495 */
