

/* 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/assets/css/uslugi.css?17760791015362*/
.ctlg {
  --ctlg-gap: 24px;
}

.ctlg__section {
  overflow: visible;
}

.ctlg__title {
  max-width: calc(100% - 496px);
  font-weight: 600;
  font-size: 48px;
  line-height: 1.08;
  color: #253746;
}

.ctlg__title:not(:last-child) {
  margin-bottom: 0;
}

.ctlg__slider {
  width: 100%;
  margin-inline: 0;
  --swiper-space-between: var(--ctlg-gap);
}

.ctlg__slider:not(:last-child) {
  margin-bottom: var(--ctlg-gap);
}

.ctlg__slider-item {
  position: relative;
  z-index: 0;
  height: auto;
  border-radius: 32px;
  overflow: hidden;
}

.ctlg__slider-title {
  position: absolute;
  inset: 32px auto auto 32px;
  max-width: calc(100% - 64px);
  max-height: calc(100% - 64px);
  z-index: 1;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.125;
  color: #ffffff;
}

.ctlg__slider-title:not(:last-child) {
  margin-bottom: 0;
}

.ctlg__slider-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 33 / 20;
  object-fit: cover;
  object-position: center;
}

.ctlg__cards {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: var(--ctlg-gap);
}

.ctlg__card {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  /*row-gap: 24px;*/
  min-height: 184px;
  padding: 32px;
  border-radius: 32px;
  text-decoration: none;
  overflow: hidden;
}

.ctlg__card--1 {
  grid-column: span 6;
}
.ctlg__card--1 .ctlg__tags{
  padding-bottom: 16px;
}

.ctlg__card--2 {
  grid-column: span 3;
}

.ctlg__card--3 {
  grid-column: span 4;
}

.ctlg__card--pink {
  background-color: #ffd2d2;
}

.ctlg__card--blue {
  background-color: #cef5f3;
}

.ctlg__card--yellow {
  background-color: #fff3a9;
}

.ctlg__card-link {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
}

.ctlg__card .ctlg__tag {
  position: relative;
  z-index: 2;
}

.ctlg__card-title {
  min-height: 60px;
  font-weight: 600;
  font-size: 32px;
  line-height: 1;
  color: #253746;
}

.ctlg__card-title:not(:last-child) {
  margin-bottom: 0;
}

.ctlg__card-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  color: #253746;
}

.ctlg__card-text:not(:last-child) {
  margin-bottom: 0;
}

.ctlg__tags {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 16px;
}

.ctlg__tag {
  display: flex;
  align-items: center;
  width: fit-content;
  min-height: 60px;
  padding: 20px 24px;
  border-radius: 32px;
  background-color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: #253746;
}

.ctlg__card-icon {
  position: absolute;
  inset: auto 32px 32px auto;
  z-index: 1;
}

.ctlg__card-image {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ctlg__card:has(.ctlg__card-image) .ctlg__card-title,
.ctlg__card:has(.ctlg__card-image) .ctlg__card-text {
  color: #ffffff;
}

.ctlg__card-media {
  position: absolute;
  inset: 24px 24px auto auto;
  z-index: 1;
  display: flex;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #ffffff;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.15s linear,
  opacity 0.15s linear;
}

.ctlg__card-media-icon {
  display: block;
  width: 14px;
  height: 14px;
  margin: auto;
}

.ctlg__card:hover .ctlg__card-media {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 1312px) {
  .ctlg__slider-title {
    inset: 24px auto auto 24px;
    max-width: calc(100% - 48px);
    max-height: calc(100% - 48px);
    font-size: 26px;
  }

  .ctlg__card-title {
    font-size: 24px;
  }

  .ctlg__slider-item {
    border-radius: 24px;
  }

  .ctlg__card {
    padding: 24px;
    border-radius: 24px;
    order: var(--ctlg-mo);
  }

  .ctlg__tags {
    row-gap: 10px;
    column-gap: 10px;
  }

  .ctlg__tag {
    min-height: 48px;
    padding: 16px;
    border-radius: 24px;
    font-size: 16px;
  }

  .ctlg__cards {
    grid-template-columns: unset;
  }

  .ctlg__card--1,
  .ctlg__card--2,
  .ctlg__card--3 {
    grid-column: unset;
  }

  .ctlg__title {
    font-size: 34px;
  }
}

.ctlg__head {
  display: flex;
  align-items: center;
  column-gap: 40px;
}

.ctlg__head:not(:last-child) {
  margin-bottom: 40px;
}

.ctlg__search {
  position: relative;
  z-index: 0;
  display: block;
  flex-grow: 1;
}

.ctlg__search-button {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  z-index: 1;
  display: block;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.ctlg__search-button-icon {
  display: block;
  width: 100%;
  height: 100%;
}

.ctlg__search-input {
  display: block;
  width: 100%;
  padding: 16px 16px 16px 40px;
  border: 1px solid #e9ebed;
  border-radius: 27px;
  background-color: #f6f6f6;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: #000000;
}

.ctlg__search-input::placeholder {
  color: #acacac;
}

@media (max-width: 990px) {
  .ctlg__head {
    row-gap: 32px;
    flex-direction: column;
    align-items: start;
  }

  .ctlg__title {
    max-width: 100%;
  }

  .ctlg__search {
    width: 100%;
  }
}

/* End */


/* Start:/local/templates/vetunion-redisign/assets/css/analysis-pricelist.css?17787057365648*/
/* Сетка: сайдбар (как был) + правая колонка с блоком как на /clinic/uslugi/list.php (acc) */
.analysis-price{padding:26px 0 80px;background:#fff}
/* Figma 255:389 — колонка сайдбара до ~445px, контейнер #CEF5F3, radius 24px */
.analysis-price__layout{display:grid;grid-template-columns:minmax(280px,min(445px,100%)) minmax(0,1fr);gap:24px;align-items:start}
@media (max-width:991.98px){
.analysis-price__layout{grid-template-columns:1fr}
.analysis-price__layout:not(.analysis-price__layout--catalog-root) .analysis-price__acc{order:1}
.analysis-price__layout:not(.analysis-price__layout--catalog-root) > aside{order:2}
.analysis-price__layout--catalog-root .analysis-price__acc{display:none}
}

.ap-panel{background:#cef5f3;border-radius:24px;padding:16px 0;box-sizing:border-box}
.ap-nav__list{margin:0;padding:0 16px;list-style:none;display:flex;flex-direction:column;gap:10px}

/* Одна линия текста у всех пунктов одного уровня: активный отличается только фоном, без другого padding-left */
.ap-nav__item{list-style:none}
.ap-nav__row{display:flex;align-items:stretch;gap:4px;min-width:0;border-radius:24px}
.ap-nav__item--branch .ap-nav__link{flex:1;min-width:0}

.ap-nav__link{display:flex;align-items:center;border-radius:24px;text-decoration:none;color:#253746;font-weight:600;font-size:26px;line-height:1.154;padding:16px 16px 16px 16px;transition:background .2s ease;box-sizing:border-box}
.ap-nav__link:hover{background:rgba(37,55,70,.06)}
.ap-nav__link.is-active{background:rgba(37,55,70,.1)}
.ap-nav__label{flex:1;min-width:0}

.ap-nav__sub .ap-nav__link{font-size:20px;line-height:1.2}

.ap-nav__toggle{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;align-self:center;width:40px;height:40px;margin:0;padding:0;border:0;background:transparent;cursor:pointer;color:inherit}
.ap-nav__toggle:focus-visible{outline:2px solid #253746;outline-offset:2px;border-radius:8px}
.ap-nav__chev{display:block;width:16px;height:10px;transition:transform .2s ease}
.ap-nav__toggle[aria-expanded="false"] .ap-nav__chev{transform:rotate(-90deg)}
/* display:flex перебивает стиль [hidden] в браузере — явно скрываем */
.ap-nav__sub{margin:0;padding:10px 0 0 8px;list-style:none;flex-direction:column;gap:10px}
.ap-nav__sub:not([hidden]){display:flex}
.ap-nav__sub[hidden]{display:none!important}

/* Мета-блок карточки — до @media, чтобы на мобилке 14px для подписей не перебивалось базовым 16px */
.analysis-price__meta-row{display:flex;flex-wrap:wrap;gap:16px;align-items:stretch;width:100%}
.analysis-price__meta-cell{flex:1 1 calc(50% - 8px);min-width:140px;display:flex;flex-direction:column;justify-content:center;gap:12px;padding:16px;background:#f6f6f6;border-radius:16px}
.analysis-price__meta-label{font-weight:600;font-size:16px;line-height:1.25;letter-spacing:-0.02em;color:#253746}
.analysis-price__meta-value{font-weight:400;font-size:14px;line-height:1.29;color:#253746}
.analysis-price__descr{padding-top:24px;font-size:14px;line-height:1.29;color:#253746}
.analysis-price__descr ul{padding-left:15px}
.analysis-price__descr ul li{list-style:disc}

@media (max-width:991.98px){
.ap-nav__link{font-size:18px;line-height:1.2}
.ap-nav__sub .ap-nav__link{font-size:14px;line-height:1.2}
}
@media (max-width:575.98px){
.ap-nav__link{font-size:16px;padding-left:calc(16px + (var(--ap-nav-depth, 0) * 8px))}
.ap-nav__sub .ap-nav__link{font-size:14px;line-height:1.2}
}

.analysis-price__acc{min-width:0}

/* Подпись «Подробнее» / «Свернуть» при active (логика — acc-script.js как на услугах) */
.analysis-price .acc__answers-more .analysis-price__less-label{display:none}
.analysis-price .acc__answers-item.active .acc__answers-more .analysis-price__more-label{display:none}
.analysis-price .acc__answers-item.active .acc__answers-more .analysis-price__less-label{display:inline}

/* Десктоп: название + цена в одной строке, «Подробнее» — ниже на всю ширину */
@media (min-width:992px){
.analysis-price .acc__answers-header{display:flex;flex-wrap:wrap;align-items:flex-start;gap:16px;justify-content:flex-start}
.analysis-price .acc__answers-title{flex:1 1 0;min-width:0;max-width:none}
.analysis-price .acc__answers-price{flex:0 0 auto;margin-left:auto}
.analysis-price .acc__answers-more{flex:1 1 100%;width:100%}
}

/* Figma 255:604 (Price Block Test_Mobile): карточка 16px/24r; заголовок 14/400; строка Подробнее 14/600 + цена справа */
@media (max-width:991.98px){
.analysis-price .acc__answers-item{padding:16px;border-radius:24px}
.analysis-price .acc__answers-header{display:grid;grid-template-columns:1fr auto;align-items:flex-end;gap:16px;column-gap:16px;row-gap:16px}
.analysis-price .acc__answers-title{grid-column:1/-1;grid-row:1;margin:0;font-size:14px;line-height:1.29;font-weight:400;color:#253746;max-width:none}
.analysis-price .acc__answers-more{grid-column:1;grid-row:2;width:auto;margin:0;justify-self:start;align-self:flex-end;font-size:14px;line-height:1.29;font-weight:600;padding:0}
.analysis-price .acc__answers-price{grid-column:2;grid-row:2;justify-self:end;align-self:flex-end;margin:0}
}

@media (max-width:575.98px){.analysis-price__meta-cell{flex:1 1 100%;min-width:0}}

@media (max-width:991.98px){
.analysis-price .analysis-price__meta-label{font-size:14px;line-height:1.25}
}

/* End */


/* Start:/local/templates/vetunion-redisign/assets/css/acc.css?17889061717637*/
.acc__answers-include {
    flex: 0 1 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 16px;
    line-height: 20px;
    color: rgba(221, 159, 212, 1);
}

.acc__title {
    font-weight: 600;
    font-size: 48px;
    line-height: 1.08;
    color: #253746;
}

.acc__title:not(:last-child) {
    margin-bottom: 40px;
}

.acc__body {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    background-color: rgba(206, 245, 243, 1);
    padding: 32px;
    border-radius: 32px;
}

.acc__item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px;
    cursor: pointer;
}

.acc__item-title {
    font-size: 32px;
    font-weight: 600;
    color: rgba(37, 55, 70, 1);
    max-width: 1000px;
}

.acc__answers {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    padding-top: 24px;
}

.acc__answers-item {
    background-color: #fff;
    padding: 32px;
    border-radius: 24px;
}

.acc__answers-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    align-items: flex-start;
}

.acc__answers-more {
    flex: 0 1 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: rgba(37, 55, 70, 1);
    cursor: pointer;
}

.acc__answers-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    color: rgba(37, 55, 70, 1);
    max-width: 1000px;
}

.acc__answers-header .service-additional-info {
    flex: 0 1 100%;
    padding: 10px 16px;
    border-radius: 16px;
    background-color: rgba(255, 243, 169, 0.9);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
    color: rgba(37, 55, 70, 1);
}

.acc__answers-header .service-additional-info a {
    color: rgba(221, 159, 212, 1);
    font-weight: 600;
    text-decoration: none;
}

.acc__answers-header .service-additional-info a:hover {
    text-decoration: underline;
}

.acc__answers-item .acc__answers-price {
    display: flex;
    gap: 8px;
    padding: 11px 16px;
    background-color: rgba(233, 235, 237, 1);
    border-radius: 100px;
    font-size: 16px;
    font-weight: 600;
    color: rgba(37, 55, 70, 1);
}
.acc__answers-item .acc__answers-price p{
    font-size: 16px;
    font-weight: 600;
    color: rgba(37, 55, 70, 1);
}
.acc__answers-discount {
    text-decoration: line-through;
}

.acc__answers-discount:not(:last-child) {
    margin-bottom: 0;
}

.acc__answers-item .acc__answers-price:has(.acc__answers-discount) {
& .acc__answers-regular {
      color: rgba(221, 159, 212, 1);
  }
}

.acc__answers-txt {
    padding-top: 24px;
    font-size: 14px;
    line-height: 18px;
    color: rgba(37, 55, 70, 1);
}

/* !important — перебивание глобальных стилей PopMechanic (embed 121657) */
.acc__answers-txt h1,
.acc__answers-txt h2,
.acc__answers-txt h3,
.acc__answers-txt h4,
.acc__answers-txt h5,
.acc__answers-txt h6 {
    font-weight: 600 !important;
    line-height: 1.2 !important;
    letter-spacing: -0.32px;
    color: #253746 !important;
}

.acc__answers-txt h1 {
    font-size: 20px !important;
}

.acc__answers-txt h2 {
    font-size: 18px !important;
}

.acc__answers-txt h3 {
    font-size: 16px !important;
}

.acc__answers-txt h4 {
    font-size: 15px !important;
}

.acc__answers-txt h5,
.acc__answers-txt h6 {
    font-size: 14px !important;
}

.acc__answers-txt b,
.acc__answers-txt strong {
    font-weight: 600 !important;
}

.acc__answers-txt p,
.acc__answers-txt li {
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
    color: #253746 !important;
}

.acc__answers-txt ul,
.acc__answers-txt ol {
    margin: 0 !important;
    padding: 0 0 0 24px !important;
    list-style: none !important;
}

.acc__answers-txt h1:not(:last-child),
.acc__answers-txt h2:not(:last-child),
.acc__answers-txt h3:not(:last-child),
.acc__answers-txt h4:not(:last-child),
.acc__answers-txt h5:not(:last-child),
.acc__answers-txt h6:not(:last-child),
.acc__answers-txt p:not(:last-child),
.acc__answers-txt ul:not(:last-child),
.acc__answers-txt ol:not(:last-child) {
    margin-bottom: 8px !important;
}

.acc__answers-txt li {
    position: relative;
    padding-left: 18px !important;
}

.acc__answers-txt li:not(:last-child) {
    margin-bottom: 6px !important;
}

.acc__answers-txt li::before {
    content: '' !important;
    position: absolute !important;
    top: 0.48em !important;
    left: 0 !important;
    width: 6px !important;
    height: 6px !important;
    border-radius: 50% !important;
    background-color: #253746 !important;
    display: block !important;
}

.acc__answers-txt ol {
    counter-reset: acc-desc;
}

.acc__answers-txt ol > li {
    counter-increment: acc-desc;
}

.acc__answers-txt ol > li::before {
    content: counter(acc-desc) '.' !important;
    top: 0 !important;
    width: auto !important;
    height: auto !important;
    border-radius: 0 !important;
    background: none !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
    color: #253746 !important;
}

.acc__item {
    position: relative;
}

.acc__item-header {
    cursor: pointer;
    transition: border-color 0.3s ease;
}

.acc__item-header:hover {
    border-color: rgba(37, 55, 70, 0.3);
}

.acc__item-decor {
    transition: transform 0.4s ease;
}

.acc__item.active .acc__item-decor {
    transform: rotate(180deg);
}

.acc__answers {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.acc__item.active .acc__answers {
    max-height: 100%;
    opacity: 1;
    visibility: visible;
}

.acc__answers>* {
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.acc__item.active .acc__answers>* {
    opacity: 1;
    transform: translateY(0);
}

.acc__answers-txt {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.acc__answers-item.active .acc__answers-txt {
    max-height: 10000px;
    opacity: 1;
    visibility: visible;
    padding-top: 24px;
}

.acc__subtitle {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    color: rgba(37, 55, 70, 1);
}

.acc__empty {
    margin: 0;
    padding: 32px;
    font-size: 18px;
    line-height: 1.5;
    color: rgba(37, 55, 70, 0.8);
    text-align: center;
}

@media(max-width:768px) {
    .acc__answers-include {
        gap: 10px;
        font-size: 14px;
        font-weight: 18px;
    }

    .acc__body {
        padding: 16px;
        row-gap: 32px;
    }

    .acc__subtitle {
        font-size: 16px;

        line-height: 20px;

    }

    .acc__item-title {
        font-size: 20px;
        line-height: 24px;
    }

    .acc__answers-item {
        padding: 16px;
    }

    .acc__answers-title {
        font-size: 14px;
        line-height: 18px;
        flex: 0 1 100%;
    }

    .acc__answers-more {
        flex: 0 1 auto;
        order: 2;
        font-size: 14px;
        line-height: 18px;
    }

    .acc__answers-price {
        order: 3;
    }

    .acc__answers-header {
        align-items: flex-end;
    }

    .acc__answers-header .service-additional-info {
        padding: 8px 12px;
        font-size: 13px;
    }

}

/* End */


/* Start:/local/templates/vetunion-redisign/assets/css/clinic-price.css?17843170925243*/
.clinic-price__panel-title {
  margin: 0 0 24px;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.125;
  color: #253746;
}

.clinic-price__group:not(:first-child) .clinic-price__panel-title {
  margin-top: 8px;
}

.acc__body > .clinic-price__panel-title {
  margin-bottom: 16px;
}

.clinic-price .acc__body {
  row-gap: 24px;
}

.clinic-price .acc__answers {
  max-height: none;
  overflow: visible;
  opacity: 1;
  visibility: visible;
  padding-top: 0;
}

.clinic-price .acc__subtitle + .acc__answers {
  padding-top: 24px;
}

.clinic-price .acc__answers > * {
  opacity: 1;
  transform: none;
}

.clinic-price__panel[hidden] {
  display: none !important;
}

.ap-nav__tab,
.clinic-price .ap-nav__scroll-link {
  display: flex;
  align-items: flex-start;
  width: 100%;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
  justify-content: flex-start;
}

.clinic-price .ap-nav__label {
  text-align: left;
}

.clinic-price .ap-nav__item--branch > .ap-nav__row {
  border-radius: 24px;
}

.clinic-price .ap-nav__sub {
  padding-left: 0;
}

.clinic-price .ap-nav__item--branch > .ap-nav__row:hover {
  background: rgba(37, 55, 70, 0.06);
}

.clinic-price .ap-nav__sub .ap-nav__link {
  font-weight: 400;
}

.clinic-price .ap-nav__scroll-link.is-active {
  background: rgba(37, 55, 70, 0.1);
}

.clinic-price .ap-nav__toggle[aria-expanded='true'] .ap-nav__chev {
  transform: rotate(0deg);
}

.clinic-price .ap-nav__toggle[aria-expanded='false'] .ap-nav__chev {
  transform: rotate(-90deg);
}

.clinic-price__group[hidden],
.clinic-price__empty-filter[hidden] {
  display: none !important;
}

.clinic-price .acc__body > .clinic-price__panel-title + .clinic-price__group--root {
  margin-top: 0;
}

.clinic-price__mobile-select {
  display: none;
  margin-bottom: 16px;
}

.clinic-price__mobile-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 20px;
  border: 0;
  border-radius: 24px;
  background: #cef5f3;
  color: #253746;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  cursor: pointer;
}

.clinic-price__mobile-trigger-icon {
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.clinic-price__mobile-trigger[aria-expanded='true'] .clinic-price__mobile-trigger-icon {
  transform: rotate(180deg);
}

.clinic-price__mobile-list {
  margin-top: 10px;
  padding: 8px 0;
}

.clinic-price__mobile-list[hidden] {
  display: none !important;
}

.clinic-price .acc__answers-more .analysis-price__less-label {
  display: none;
}

.clinic-price .acc__answers-item.active .acc__answers-more .analysis-price__more-label {
  display: none;
}

.clinic-price .acc__answers-item.active .acc__answers-more .analysis-price__less-label {
  display: inline;
}

@media (max-width: 991.98px) {
  .clinic-price__mobile-select {
    display: block;
  }

  .clinic-price__sidebar {
    display: none;
  }

  .clinic-price__panel-title {
    font-size: 24px;
    line-height: 1.17;
    margin-bottom: 16px;
  }
}

@media (min-width: 992px) {
  .clinic-price .ap-nav__link {
    font-weight: 600;
    font-size: 26px;
    line-height: 1.154;
  }

  .clinic-price .ap-nav__sub .ap-nav__link {
    font-size: 20px;
    line-height: 1.2;
  }

  .clinic-price .acc__answers-header {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 16px;
    justify-content: flex-start;
  }

  .clinic-price .acc__answers-title {
    flex: 1 1 0;
    min-width: 0;
    max-width: none;
  }

  .clinic-price .acc__answers-price {
    flex: 0 0 auto;
    margin-left: auto;
  }

  .clinic-price .acc__answers-more {
    flex: 1 1 100%;
    width: 100%;
  }
}

/* Figma 369:2350 — мобильная карточка: заголовок → акция → Подробнее/цена → текст */
@media (max-width: 991.98px) {
  .clinic-price .acc__answers-item {
    padding: 16px;
    border-radius: 24px;
  }

  .clinic-price .acc__answers-header {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 12px 16px;
  }

  .clinic-price .acc__answers-header > * {
    order: unset;
  }

  .clinic-price .acc__answers-title {
    grid-column: 1 / -1;
    grid-row: 1;
    margin: 0;
    font-size: 14px;
    line-height: 1.29;
    font-weight: 400;
    color: #253746;
    max-width: none;
  }

  .clinic-price .acc__answers-more {
    grid-column: 1;
    grid-row: 2;
    width: auto;
    margin: 0;
    justify-self: start;
    align-self: end;
    font-size: 14px;
    line-height: 1.29;
    font-weight: 600;
    padding: 0;
  }

  .clinic-price .acc__answers-price {
    grid-column: 2;
    grid-row: 2;
    justify-self: end;
    align-self: end;
    margin: 0;
  }

  .clinic-price .acc__answers-include {
    grid-column: 1 / -1;
    grid-row: 2;
    flex: none;
    width: 100%;
    align-self: start;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    font-size: 14px;
    line-height: 1.29;
  }

  .clinic-price .acc__answers-header:has(.acc__answers-include) .acc__answers-more,
  .clinic-price .acc__answers-header:has(.acc__answers-include) .acc__answers-price {
    grid-row: 3;
  }

  .clinic-price .acc__answers-item.active .acc__answers-txt {
    padding-top: 12px;
  }
}

/* End */
/* /local/templates/vetunion-redisign/assets/css/breadcrumbs.css?1753109783957 */
/* /local/templates/vetunion-redisign/assets/css/uslugi.css?17760791015362 */
/* /local/templates/vetunion-redisign/assets/css/analysis-pricelist.css?17787057365648 */
/* /local/templates/vetunion-redisign/assets/css/acc.css?17889061717637 */
/* /local/templates/vetunion-redisign/assets/css/clinic-price.css?17843170925243 */
