

/* Start:/local/templates/vetunion-redisign/assets/css/breadcrumbs.css?1753109783957*/
.breadcrumbs {
    color: #253746
}
.breadcrumbs_section {
    margin-top: 40px;
    margin-bottom: 32px
}
.breadcrumbs_section-wrapper {
    padding-top: 1px !important;
}
@media (max-width: 575.98px) {
    .breadcrumbs_section-wrapper {
        padding-top: 40px !important;
    }
}
.breadcrumbs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 4px 0
}
.breadcrumbs ul li {
    display: flex;
    align-items: center;
    line-height: 140%;
    font-size: 16px;
    font-weight: 400
}
.breadcrumbs ul li:not(:last-child):after {
    width: 6px;
    height: 6px;
    content: '';
    display: block;
    border-radius: 50%;
    background: #253746;
    margin: 0 8px;
    position: relative;
    top: 1px
}
.breadcrumbs ul li a {
    color: #253746;
    text-decoration: none;
    transition: .24s
}
.breadcrumbs ul li a:hover {
    color: #dd9fd4;
}
/* End */


/* Start:/local/templates/vetunion-redisign/components/bitrix/news.detail/doctors/style.css?1770148229155*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

/* End */


/* Start:/local/templates/vetunion-redisign/assets/css/doctor.css?178709425910106*/
.med {

}

.med-per {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.med-per:not(:last-child) {
  margin-bottom: 50px;
}

.med-per__side {
  width: calc(40% - 16px);
}

.med-per__main {
  width: calc(60% - 16px);
}

.med-per__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 63 / 68;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
}

.med-per__media {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}

.med-per__media--video {
  cursor: pointer;
}

.med-per__media picture {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.med-per__poster {
  height: 100%;
}

.med-per__video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #253746;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  cursor: pointer;
}

.med-per__media--video.active .med-per__video-button {
  opacity: 0;
  pointer-events: none;
}

.med-per__media--video.active picture {
  display: none;
}

.med-per__name {
  font-weight: 600;
  font-size: 48px;
  line-height: 1.125;
  color: #1b1b29;
}

.med-per__name:not(:last-child) {
  margin-bottom: 24px;
}

.med-per__position {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.125;
  color: #1b1b29;
}

.med-per__position:not(:last-child) {
  margin-bottom: 48px;
}

.med-per__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.med-per__cards:not(:last-child) {
  margin-bottom: 32px;
}

.med-per__card {
  flex-grow: 1;
  padding: 24px;
  border-radius: 24px;
  background-color: #f6f6f6;
}

.med-per__card-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  color: #1b1b29;
}

.med-per__card-title:not(:last-child) {
  margin-bottom: 16px;
}

.med-per__card-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: #1b1b29;
}

.med-per__card-text:not(:last-child) {
  margin-bottom: 8px;
}

.med-per__labels {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.med-per__label {
  display: block;
  width: fit-content;
  padding: 8px 16px;
  border-radius: 18px;
  background-color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: #1b1b29;
}

.med-per__metas {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.med-per__meta {
  display: grid;
  grid-template-columns: 24px auto;
  grid-column-gap: 8px;
}

.med-per__meta-icon {
  display: block;
  width: 24px;
  height: 24px;
}

.med-per__meta-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #1b1b29;
}

.med-per__footer {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.med-per__button {
  display: flex;
  width: 100%;
  max-width: 400px;
  align-items: center;
  justify-content: center;
  padding: 24px;
  border-radius: 36px;
  background-color: #253746;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
}

.med-per__price {

}

.med-per__price-title {
  display: flex;
  align-items: center;
  column-gap: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.28;
  color: #253746;
}

.med-per__price-title:not(:last-child) {
  margin-bottom: 4px;
}

.med-per__price-value {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  color: #253746;
}

.med-per__price-value--old {
  text-decoration: line-through;
}

.med-per__price-value--new {
  color: #dd9fd4;
}

.med-per__price-value:not(:last-child) {
  margin-bottom: 0;
}

.med-per__hint {
  position: relative;
}

.med-per__hint:hover .med-per__hint-text {
  visibility: visible;
  opacity: 1;
}

.med-per__hint-icon {
  display: block;
  width: 18px;
  height: 18px;
}

.med-per__hint-text {
  position: absolute;
  bottom: calc(100% + 8px);
  right: 0;
  width: max-content;
  max-width: 320px;
  padding: 16px 24px;
  border-radius: 8px;
  background-color: #f6f6f6;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.15);
  color: #253746;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.15s linear,
  opacity 0.15s linear;
}

.med-info {

}

.med-info:not(:last-child) {
  margin-bottom: 50px;
}

.med-info__item {
  position: relative;
  z-index: 0;
}

.med-info__item:not(:last-child) {
  margin-bottom: 40px;
}

.med-info__button {
  position: absolute;
  display: flex;
  width: 52px;
  height: 52px;
  min-width: 52px;
  min-height: 52px;
  max-width: 52px;
  max-height: 52px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #F6F6F6;
  cursor: pointer;
}

.med-info__button--down {
  right: 64px;
}

.med-info__button--up {
  right: 0;
}

.med-info__button-icon {
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
}

.med-info__title, .med .reviews__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.125;
  color: #253746;
}

.med-info__expander {
  display: none;
  width: 52px;
  height: 52px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #f6f6f6;
}

.med-info__expander-icon {
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  transition: transform 0.15s linear;
}

.med-info__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #253746;
}

.med-info__text:not(:last-child) {
  margin-bottom: 16px;
}

.med-pubs {
  padding: 6px 24px;
  border: 1px solid #e9ebed;
  border-radius: 24px;
}
.med-pubs::before {
  content: '';
  position: absolute;
  inset: auto 24px 0 24px;
  height: 9px;
  background: #ffffff;
  z-index: 1;
}
.med-pub {
  padding-block: 18px;
}

.slick-vertical .slick-slide.med-pub:not(:last-child) {
  border-bottom: 1px solid #e9ebed;
}

.med-pub__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  color: #253746;
  text-overflow: ellipsis;
  overflow: hidden;
}

.med-pub__title:not(:last-child) {
  margin-bottom: 8px;
}

.med-pub__meta {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.28;
  color: #acacac;
}

.med-pub__meta:not(:last-child) {
  margin-bottom: 0;
}

.gallery {
  margin-inline: -12px;
}

.med-pubs .slick-dots {
  position: absolute;
  left: 0;
  bottom: -25px;
  display: flex;
  column-gap: 12px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gallery .slick-dots {
  display: flex;
  column-gap: 12px;
  margin: 16px 12px 0;
  padding: 0;
  list-style: none;
}

.med-pubs .slick-dots li,
.gallery .slick-dots li {
  flex-grow: 1;
  width: auto;
  height: 8px;
}

.med-pubs .slick-dots li button,
.gallery .slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  border-radius: 4px;
  background-color: #e9ebed;
  font-size: 0;
  transition: background-color 0.15s linear;
}

.med-pubs .slick-dots li.slick-active button,
.gallery .slick-dots li.slick-active button {
  background-color: #dd9fd4;
}

.gallery__item {
  margin-inline: 12px;
}

.gallery__image {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #e9ebed;
  border-radius: 24px;
  aspect-ratio: 10 / 7;
  object-fit: cover;
  object-position: center;
}

.med-info__item:has(.gallery) .med-info__button--down .med-info__button-icon,
.med-info__item:has(.gallery) .med-info__button--up .med-info__button-icon {
  transform: rotate(90deg);
}

@media (max-width: 1312px) {
  .med-per__card {
    width: 100%;
  }
}

@media (max-width: 990px) {
  .med-per__side {
    width: 100%;
  }

  .med-per__main {
    width: 100%;
  }

  .med-per__footer {
    flex-direction: column;
    row-gap: 20px;
  }

  .med-per__price {
    display: flex;
    align-items: center;
    column-gap: 16px;
  }

  .med-per__price-title:not(:last-child) {
    margin-bottom: 0;
  }
}

@media (max-width: 600px) {
  .med-per__video-button {
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
  }

  .med-per__name {
    font-size: 34px;
  }

  .med-per__name:not(:last-child) {
    margin-bottom: 16px;
  }

  .med-per__position {
    font-size: 24px;
  }

  .med-per__position:not(:last-child) {
    margin-bottom: 32px;
  }

  .med-per__cards {
    grid-gap: 16px;
  }

  .med-per__card {
    padding: 20px;
  }

  .med-per__metas {
    grid-gap: 16px;
  }

  .med-pubs__button-down,
  .med-pubs__button-up {
    transform: rotate(-90deg);
  }

  .med-pubs__button-down {
    right: 0;
  }

  .med-pubs__button-up {
    right: 62px;
  }

  .med-info__item:has(.med-pubs):not(:last-child) {
    margin-bottom: 64px;
  }

  .med-info__title:has(.med-info__expander) {
    display: grid;
    grid-template-columns: auto 52px;
  }

  .med-info__expander {
    display: flex;
  }

  .med-info__item:has(.med-info__expander) .med-info__text {
    display: none;
  }

  .med-info__item--expanded .med-info__expander-icon {
    transform: scaleY(-1);
  }

  .med-info__item--expanded.med-info__item:has(.med-info__expander) .med-info__text {
    display: block;
  }
}
.med-info__header{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}
.med-info__header .med-info__button:not(:last-child){
  margin-left: auto;
}
.med .reviews-swiper{
  margin-top: 24px;
}
.med #doctor-reviews-placeholder{
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .med #doctor-reviews-placeholder .reviews{
    margin-top: 40px;
  }
}
.mb24{
  margin-bottom: 24px;
}
/* End */


/* Start:/local/templates/vetunion-redisign/assets/css/slick.css?17701482291776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/vetunion-redisign/assets/css/magnific-popup.css?17701482827270*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*# sourceMappingURL=magnific-popup.css.map */

/* End */
/* /local/templates/vetunion-redisign/assets/css/breadcrumbs.css?1753109783957 */
/* /local/templates/vetunion-redisign/components/bitrix/news.detail/doctors/style.css?1770148229155 */
/* /local/templates/vetunion-redisign/assets/css/doctor.css?178709425910106 */
/* /local/templates/vetunion-redisign/assets/css/slick.css?17701482291776 */
/* /local/templates/vetunion-redisign/assets/css/magnific-popup.css?17701482827270 */
