

/* Start:/local/templates/vetunion-redisign/assets/css/services.css?178881234820038*/
/* promo */
.nd-promo {
  display: flex;
  flex-wrap: wrap;
  column-gap: 24px;
  border-radius: 32px;
  background-color: #cef5f3;
}

.nd-promo:not(:last-child) {
  margin-bottom: 24px;
}

.nd-promo__info {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  width: calc(6 / 12 * 100% - 12px);
  padding: 40px;
}

.nd-promo__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.32px;
  color: #253746;
}

.nd-promo__title:not(:last-child) {
  margin-bottom: 0;
}

.nd-promo .nd-button {
  width: 100%;
  max-width: 450px;
  margin-top: 20px;
}

.nd-promo__media {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: calc(6 / 12 * 100% - 12px);
}

.nd-promo__media-image {
  width: 100%;
  height: auto;
  max-height: 480px;
  margin-top: 40px;
  object-fit: contain;
  object-position: bottom center;
}

.nd-promo__extra {
  position: absolute;
  inset: auto auto 40px 0;
  transform: rotate(15deg);
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 4px;
  width: 194px;
  height: auto;
  aspect-ratio: 1;
}

.nd-promo__extra-image {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.nd-promo__extra-value {
  margin: 0;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.1;
  letter-spacing: -0.32px;
  color: #ffffff;
  text-align: center;
}

.nd-promo__extra-name {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.32px;
  color: #ffffff;
  text-align: center;
}

.nd-promo__extra-value:not(:last-child),
.nd-promo__extra-name:not(:last-child) {
  margin-bottom: 0;
}

@media (max-width: 990px) {
  .nd-promo:not(:last-child) {
    margin-bottom: 16px;
  }

  .nd-promo__info {
    width: 100%;
    padding: 24px 16px 16px;
  }

  .nd-promo__title {
    font-size: 29px;
  }

  .nd-promo .nd-button {
    margin-top: 0;
  }

  .nd-promo__media {
    width: 100%;
  }

  .nd-promo__media-image {
    margin-top: 16px;
  }

  .nd-promo__extra {
    inset: 0 16px auto auto;
    width: 122px;
  }

  .nd-promo__extra-value {
    font-size: 32px;
  }

  .nd-promo__extra-name {
    font-size: 14px;
  }
}

.nd-promo-cards {
  display: grid;
  grid-template-columns: repeat(4, 328px);
  grid-gap: 24px;
}

.nd-promo-cards:not(:last-child) {
  margin-bottom: 24px;
}

.nd-promo-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 16px;
  padding: 32px;
  border-radius: 32px;
  background-color: #cef5f3;
}

.nd-promo-card__icon {
  width: 56px;
  height: 56px;
}

.nd-promo-card__title {
  margin-top: auto;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: -0.32px;
  color: #253746;
}

@media (max-width: 1312px) {
  .nd-promo-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 990px) {
  .nd-promo-cards {
    grid-gap: 8px;
  }

  .nd-promo-cards:not(:last-child) {
    margin-bottom: 16px;
  }

  .nd-promo-card {
    row-gap: 20px;
    padding: 16px;
  }

  .nd-promo-card__title {
    font-size: 14px;
  }
}

.nd-promo__description {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.32px;
  color: rgba(37, 55, 70, 0.6);
}

@media (max-width: 990px) {
  .nd-promo__description {
    font-size: 12px;
  }
}

.nd-promo-cards {
  display: grid;
  grid-template-columns: repeat(4, 328px);
  grid-gap: 24px;
}

.nd-promo-cards:not(:last-child) {
  margin-bottom: 24px;
}

.nd-promo-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 16px;
  padding: 32px;
  border-radius: 32px;
  background-color: #cef5f3;
}

.nd-promo-card__icon {
  width: 56px;
  height: 56px;
}

.nd-promo-card__title {
  margin-top: auto;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: -0.32px;
  color: #253746;
}

@media (max-width: 1312px) {
  .nd-promo-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 990px) {
  .nd-promo-cards {
    grid-gap: 8px;
  }

  .nd-promo-cards:not(:last-child) {
    margin-bottom: 16px;
  }

  .nd-promo-card {
    row-gap: 20px;
    padding: 16px;
  }

  .nd-promo-card__title {
    font-size: 14px;
  }
}

/* nd-section */

.nd-section:not(:last-child) {
  margin-bottom: 140px;
}

@media (max-width: 990px) {
  .nd-section:not(:last-child) {
    margin-bottom: 80px;
  }
}

/* nd-list */
.nd-list {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin: 0;
  padding: 0;
}

.nd-list__item {
  min-height: 16px;
  list-style: none;
  padding-left: 24px;
  background-image: url('/local/templates/vetunion-redisign/assets/css/../img/services/check-mark-round.svg');
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.32px;
  color: #253746;
}

@media (max-width: 990px) {
  .nd-list__item {
    font-size: 14px;
  }
}

/* nd-button */
.nd-button {
  --nd-button-background-color: #253746;

  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 24px 36px;
  border-radius: 36px;
  background-color: var(--nd-button-background-color);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.32px;
  color: #ffffff;
  text-decoration: none;
}

.nd-button:hover {
  --nd-button-background-color: #dd9fd4;
}

.nd-button__icon {
  width: 20px;
  height: 20px;
}

@media (max-width: 990px) {
  .nd-button {
    font-size: 14px;
  }
}

/* NEWEST STYLES */
.nd-promo--pink {
  background-color: #ffd2d2;
}

.nd-promo__extra-value--dark,
.nd-promo__extra-name--dark {
  color: #253746;
}

.nd-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.32px;
  color: #253746;
}

.nd-description:not(:last-child) {
  margin-bottom: 0;
}

.nd-promo__link {
  position: absolute;
  left: 124px;
  bottom: 56px;
  display: flex;
  align-items: center;
  column-gap: 16px;
  width: fit-content;
  max-width: calc(100% - 140px);
  padding: 8px;
  border-radius: 24px;
  background-color: #ffffff;
  text-decoration: none;
}

.nd-promo__link-text {
  max-width: calc(100% - 56px);
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.48px;
  color: #253746;
}

.nd-promo__link-media {
  width: 40px;
  min-width: 40px;
  height: 40px;
  padding: 14px;
  border-radius: 50%;
  background-color: #e9ebed;
}

.nd-promo__media:has(.nd-promo__extra) .nd-promo__link {
  padding-left: 88px;
}


.nd-promo-card--pink {
  background-color: #ffd2d2;
}

/* reason */
.nd-reason {
  display: flex;
  flex-direction: column;
  row-gap: 56px;
}

.nd-reason__title {
  font-weight: 600;
  font-size: 48px;
  line-height: 1.02;
  letter-spacing: -0.32px;
  color: #253746;
}

.nd-reason__title:not(:last-child) {
  margin-bottom: 0;
}

.nd-reason__block {
  padding: 32px;
  border-radius: 32px;
  background-color: #cef5f3;
}

.nd-reason__block-item {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  padding: 32px;
  border-radius: 32px;
  background-color: #ffffff;
}

.nd-reason__block-item:not(:last-child) {
  margin-bottom: 32px;
}

.nd-reason__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.32px;
  color: #253746;
}

.nd-reason__description:not(:last-child) {
  margin-bottom: 0;
}

.nd-reason__labels {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.nd-reason__labels:not(:last-child) {
  margin-bottom: 56px;
}

.nd-reason__labels-item {
  display: grid;
  grid-template-columns: 40px 1fr;
  grid-gap: 20px;
  padding: 20px 32px;
  border-radius: 24px;
  background-color: #ffffff;
}

.nd-reason__labels-icon {
  width: 40px;
  height: 40px;
}

.nd-reason__labels-title {
  align-self: center;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: -0.32px;
  color: #253746;
}

.nd-reason__labels-title:not(:last-child) {
  margin-bottom: 0;
}

.nd-reason__cards {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.nd-reason__cards-item {
  display: grid;
  grid-template-columns: 224px 1fr;
  border-radius: 24px;
  background-color: #ffffff;
  overflow: hidden;
}
.nd-reason__cards-item.nd-reason__cards-item-w100{
  grid-template-columns: 1fr;
}

.nd-reason__cards-media {
  border-radius: 24px;
  background-color: #fff3a9;
  overflow: hidden;
}

.nd-reason__cards-image {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  object-position: bottom;
}

.nd-reason__cards-info {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  padding: 32px;
}

.nd-reason__subtitle {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.02;
  letter-spacing: -0.32px;
  color: #253746;
}

.nd-reason__subtitle:not(:last-child) {
  margin-bottom: 0;
}

.nd-reason__block--alt {
  display: grid;
  grid-template-columns: 5fr 3fr 3fr;
  padding: 0 40px;
}

.nd-reason__block-title {
  align-self: center;
  padding-block: 40px;
  font-weight: 600;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: -0.32px;
  color: #253746;
}

.nd-reason__block-title:not(:last-child) {
  margin-bottom: 0;
}

.nd-reason__block-info {
  align-self: center;
  padding-block: 40px;
}

.nd-reason__block-subtitle {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.32px;
  color: #253746;
  text-align: center;
}

.nd-reason__block-subtitle:not(:last-child) {
  margin-bottom: 16px;
}

.nd-reason__block-label {
  display: block;
  width: fit-content;
  margin-inline: auto;
  padding: 16px 32px;
  border-radius: 48px;
  background-color: #dd9fd4;
  font-weight: 600;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -0.32px;
  color: #ffffff;
}

.nd-reason__block-label:not(:last-child) {
  margin-bottom: 8px;
}

.nd-reason__block-subtext {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.32px;
  color: rgba(37, 55, 70, 0.7);
  text-align: center;
}

.nd-reason__block-subtext:not(:last-child) {
  margin-bottom: 0;
}

.nd-reason__block-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  object-position: bottom;
}

.nd-reason__block-subtext--alt {
  padding: 4px 20px;
  text-align: left;
}

.nd-reason__promo .nd-reason__block--alt {
  cursor: pointer;
}

/* process */
.nd-process {
  display: flex;
  flex-direction: column;
  padding: 32px;
  border-radius: 32px;
  background-color: #ffd2d2;
}

.nd-process__title {
  font-weight: 600;
  font-size: 48px;
  line-height: 1.02;
  letter-spacing: -0.32px;
  color: #253746;
}

.nd-process__title:not(:last-child) {
  margin-bottom: 40px;
}

.nd-process__list {
  display: grid;
  grid-gap: 8px;
  grid-template-columns: repeat(4, 1fr);
  counter-reset: number;
}

.nd-process__list:not(:last-child) {
  margin-bottom: 24px;
}

.nd-process__list-item {
  position: relative;
  z-index: 0;
  counter-increment: number;
  padding: 48px 32px 32px;
  border-radius: 24px;
  background-color: #ffffff;
}

.nd-process__list-item::before {
  content: counter(number);
  position: absolute;
  top: -14px;
  left: 20px;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 26px;
  background-color: #fff3a9;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.32px;
  color: #253746;
}

.nd-process__list-text {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.32px;
  color: #253746;
}

.nd-process__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.nd-process__card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 8px;
  border-radius: 24px;
  background-color: #ffffff;
}


.nd-process__card-image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  aspect-ratio: 29 / 37;
  object-fit: cover;
  object-position: center;
}

.nd-process__card-info {
  padding: 32px;
}

.nd-process__card-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.32px;
  color: #253746;
}

.nd-process__card-text:not(:last-child) {
  margin-bottom: 8px;
}

/* !important — перебивание глобальных стилей PopMechanic (embed 121657) */
.nd-process__card-info h1,
.nd-process__card-info h2,
.nd-process__card-info h3,
.nd-process__card-info h4,
.nd-process__card-info h5,
.nd-process__card-info h6 {
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.32px;
  color: #253746 !important;
}

.nd-process__card-info h1 {
  font-size: 22px !important;
}

.nd-process__card-info h2 {
  font-size: 20px !important;
}

.nd-process__card-info h3 {
  font-size: 18px !important;
}

.nd-process__card-info h4 {
  font-size: 17px !important;
}

.nd-process__card-info h5,
.nd-process__card-info h6 {
  font-size: 16px !important;
}

.nd-process__card-info p,
.nd-process__card-info li {
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 1.3 !important;
  letter-spacing: -0.32px;
  color: #253746 !important;
}

.nd-process__card-info ul,
.nd-process__card-info ol {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.nd-process__card-info h1:not(:last-child),
.nd-process__card-info h2:not(:last-child),
.nd-process__card-info h3:not(:last-child),
.nd-process__card-info h4:not(:last-child),
.nd-process__card-info h5:not(:last-child),
.nd-process__card-info h6:not(:last-child),
.nd-process__card-info p:not(:last-child),
.nd-process__card-info ul:not(:last-child),
.nd-process__card-info ol:not(:last-child) {
  margin-bottom: 8px !important;
}

.nd-process__card-info li {
  position: relative;
  padding-left: 18px !important;
}

.nd-process__card-info li:not(:last-child) {
  margin-bottom: 6px !important;
}

.nd-process__card-info 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;
}

.nd-process__card-info ol {
  counter-reset: card-info;
}

.nd-process__card-info ol > li {
  counter-increment: card-info;
}

.nd-process__card-info ol > li::before {
  content: counter(card-info) '.' !important;
  top: 0 !important;
  width: auto !important;
  height: auto !important;
  border-radius: 0 !important;
  background: none !important;
  font-size: 16px !important;
  line-height: 1.3 !important;
  color: #253746 !important;
}

/* preparation */
.nd-prep {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px 52px;
  padding: 32px;
  border-radius: 32px;
  background-color: #dd9fd4;
}

.nd-prep__title {
  grid-column: 1 / 3;
  font-weight: 600;
  font-size: 48px;
  line-height: 1.02;
  letter-spacing: -0.32px;
  color: #253746;
}

.nd-prep__title:not(:last-child) {
  margin-bottom: 0;
}

.nd-prep__list {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  margin-block: 0;
  padding-left: 0;
}

.nd-prep__item--full-width {
  grid-column: 1 / 3;
}

.nd-prep__list--two-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 52px;
  row-gap: 12px;
}

.nd-prep__list-item {
  position: relative;
  z-index: 0;
  list-style: none;
  padding: 32px 40px;
  border-radius: 24px;
  background-color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: -0.32px;
  color: #253746;
}

.nd-prep__list-item::before {
  content: '';
  position: absolute;
  top: -10px;
  left: -20px;
  z-index: 0;
  width: 52px;
  height: 52px;
  border-radius: 26px;
  background-color: #fff3a9;
  background-image: url('/local/templates/vetunion-redisign/assets/css/../img/services/check-mark.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 26px;
  pointer-events: none;
}

.nd-prep__subtitle {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.32px;
  color: #253746;
}

.nd-prep__subtitle:not(:last-child) {
  margin-bottom: 24px;
}

.nd-prep__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.32px;
  color: #253746;
}

.nd-prep__text:not(:last-child) {
  margin-bottom: 8px;
}

.nd-prep__text a {
  font-weight: 600;
  text-decoration: none;
}

.nd-prep__caption {
  float: left;
  margin-block: 30px 12px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.32px;
  color: #253746;
}

.nd-prep__image {
  width: 100%;
  max-width: 300px;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: contain;
  object-position: center;
  border-radius: 50%;
  float: right;
  shape-outside: circle(50%);
}

.nd-prep .nd-button {
  float: left;
}

.nd-prep .nd-button.modal__call-btn:hover {
  --nd-button-background-color: #253746;
  opacity: 0.9;
}

@media (max-width: 1312px) {
  .nd-process__cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 990px) {
  .nd-promo__link {
    left: 32px;
    bottom: 24px;
    column-gap: 24px;
    max-width: calc(100% - 64px);
  }

  .nd-promo__link-text {
    font-size: 14px;
  }

  .nd-promo__media:has(.nd-promo__extra) .nd-promo__link {
    padding-left: 16px;
  }

  .nd-reason__title,
  .nd-reason__block-title,
  .nd-process__title,
  .nd-prep__title,
  .nd-prep__title {
    font-size: 32px;
  }

  .nd-reason {
    row-gap: 40px;
  }

  .nd-reason__block {
    padding: 16px;
  }

  .nd-reason__block-item:not(:last-child) {
    margin-bottom: 20px;
  }

  .nd-reason__labels-title {
    font-size: 16px;
  }

  .nd-reason__labels-item {
    padding: 12px 24px;
  }

  .nd-reason__labels {
    grid-gap: 8px;
  }

  .nd-reason__subtitle {
    font-size: 20px;
  }

  .nd-reason__promo .nd-reason__block--alt {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .nd-reason__block--alt .nd-reason__block-title {
    padding: 4px;
    text-align: center;
  }

  .nd-reason__block-info {
    padding-block: 40px 20px;
  }

  .nd-reason__block-subtitle {
    font-size: 24px;
  }

  .nd-reason__block--alt .nd-reason__block-image {
    width: calc(100% - 64px);
    margin-inline: 32px;
  }

  .nd-process__title:not(:last-child) {
    margin-bottom: 32px;
  }

  .nd-process__list {
    grid-template-columns: 1fr;
  }

  .nd-process__list-item {
    padding: 84px 16px 16px;
  }

  .nd-process__list-item::before {
    top: 16px;
    left: 16px;
  }

  .nd-process {
    padding: 16px;
  }

  .nd-process__list-text {
    font-size: 16px;
  }

  .nd-process__card {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }

  .nd-process__card-info {
    padding: 16px;
  }

  .nd-prep {
    display: block;
  }

  .nd-prep__list-item {
    padding: 84px 16px 16px;
    font-weight: 600;
  }

  .nd-prep__list-item::before {
    top: 16px;
    left: 16px;
  }

  .nd-prep__title:not(:last-child) {
    margin-bottom: 32px;
  }

  .nd-prep__list {
    row-gap: 8px;
  }

  .nd-prep__item--full-width {
    grid-column: 1;
  }

  .nd-prep__list--two-columns {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
  
  .nd-prep__item:not(:last-child) {
    margin-bottom: 56px;
  }

  .nd-prep__image,
  .nd-prep .nd-button {
    float: unset;
  }

  .nd-prep__item:has(.nd-prep__image) {
    display: flex;
    flex-direction: column;
  }

  .nd-prep__image {
    order: 1;
    width: 100%;
    max-width: 100%;
  }

  .nd-prep__caption {
    font-size: 16px;
  }

  .nd-prep__text:not(:last-child) {
    margin-bottom: 16px;
  }

  .nd-prep__caption {
    margin-top: 0;
  }
}

@media (max-width: 600px) {
  .nd-reason__labels {
    grid-template-columns: 1fr;
  }

  .nd-reason__cards-item {
    grid-template-columns: 1fr;
  }

  .nd-reason__cards-media {
    padding-inline: 32px;
  }

  .nd-reason__cards-info {
    padding: 32px 16px 16px;
  }

  .nd-prep .nd-button {
    width: 100%;
  }
}
.nd-promo__extra.modal__btn{
  cursor:pointer;
}

/* End */


/* Start:/local/templates/vetunion-redisign/components/vetunion/service.list/service.detail.services/style.css?17853825904564*/
/* price */
.nd-price {
  padding: 32px;
  background-color: #fff3a9;
  border-radius: 32px;
}

.nd-price__title {
  font-weight: 600;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.32px;
  color: #253746;
}

.nd-price__title:not(:last-child) {
  margin-bottom: 40px;
}


.nd-price__accordion:not(:last-child) {
  margin-bottom: 64px;
}

.nd-price__accordion-button {
  display: flex;
  align-items: center;
  column-gap: 32px;
  width: 100%;
  padding: 0;
  border: none;
  background: none;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.32px;
  color: #253746;
  cursor: pointer;
}

.nd-price__accordion-button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-left: auto;
  border-radius: 50%;
  background-color: #ffffff;
}

.nd-price__accordion-button-icon img {
  width: 12px;
  height: 12px;
  transition: transform 0.3s;
}

.nd-price__accordion-body {
  display: none;
  margin-top: 24px;
}

.nd-price__card {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 16px 40px;
  align-items: start;
  padding: 32px;
  border-radius: 24px;
  background-color: #ffffff;
}

.nd-price__card:not(:last-child) {
  margin-bottom: 16px;
}

.nd-price__text {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: -0.32px;
  color: #253746;
}

.nd-price__text:not(:last-child) {
  margin-bottom: 0;
}

.nd-price__label {
  grid-row: 1 / 2;
  grid-column: 2 / 3;
  display: flex;
  align-items: center;
  column-gap: 8px;
  width: fit-content;
  padding: 12px 18px;
  border-radius: 22px;
  background-color: #e9ebed;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.32px;
  color: #253746;
}

.nd-price__label:has(.nd-price__label-cross) {
  color: #dd9fd4;
}

.nd-price__label-cross {
  color: #253746;
  text-decoration: line-through;
}

.nd-price__promo {
  grid-column: 1 / 3;
  grid-row: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: #dd9fd4;
}

.nd-price__promo-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.nd-price__link {
  grid-column: 1 / 3;
  grid-row: 3;
  display: block;
  width: fit-content;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.32px;
  color: #253746;
}

.nd-price__card:not(:has(.nd-price__promo)) .nd-price__link {
  grid-row: 2;
}

.nd-price__accordion--expanded .nd-price__accordion-button-icon img {
  transform: scaleY(-1);
}

.nd-price__accordion--expanded .nd-price__accordion-body {
  display: block;
}

.nd-services__price-title {
  display: flex;
  align-items: center;
  width: fit-content;
  column-gap: 16px;
  font-weight: 600;
  font-size: 25px;
  line-height: 1.3;
  letter-spacing: -0.32px;
  color: #253746;
  margin-bottom: 15px;
}

.table__spoiler_text {
  display: none;
  margin-top: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #253746;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  grid-column: 1 / 3;
  grid-row: 4;
}

.nd-price__card:not(:has(.nd-price__promo)) .table__spoiler_text {
  grid-row: 3;
}

.table__spoiler_text.table__spoiler_active {
  display: block;
}

.nd-price__accordion-body {
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

@media (max-width: 990px) {
  .nd-price__title {
    font-size: 32px;
  }

  .nd-price__title:not(:last-child) {
    margin-bottom: 20px;
  }

  .nd-price__accordion-button {
    font-size: 20px;
  }

  .nd-price__accordion:not(:last-child) {
    margin-bottom: 20px;
  }

  .nd-price {
    padding: 16px;
  }

  .nd-price__card {
    grid-gap: 20px;
    padding: 16px;
  }

  .nd-price__text {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
    font-size: 14px;
  }

  .nd-price__promo {
    grid-column: 1 / 3;
    grid-row: 2;
    font-size: 14px;
    gap: 8px;
  }

  .nd-price__label {
    grid-column: 2 / 3;
    grid-row: 3;
  }

  .nd-price__card:not(:has(.nd-price__promo)) .nd-price__label {
    grid-row: 2;
  }

  .nd-price__link {
    grid-column: 1 / 2;
    grid-row: 3;
    align-self: end;
    font-size: 14px;
  }

  .nd-price__card:not(:has(.nd-price__promo)) .nd-price__link {
    grid-row: 2;
  }

  .table__spoiler_text {
    grid-row: 4;
  }

  .nd-price__card:not(:has(.nd-price__promo)) .table__spoiler_text {
    grid-row: 3;
  }

  .nd-services__price-title {
    column-gap: 8px;
    font-size: 14px;
    margin-bottom: 8px;
  }
}

/* End */


/* Start:/local/templates/vetunion-redisign/components/bitrix/news.list/pairmax.clinic.main.address/style.css?17744649703774*/
/* Tabs "Клиники / Ветбоксы" и выбор города на блоке адресов клиник */

.addresses__controls {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 16px;
  margin-top: 56px;
}

.addresses__cities {
  position: relative;
  max-width: var(--COL-4);
  flex: 1 1 0;
  background: #E9EBED;
  border-radius: 24px;
  padding: 20px 16px;
}

.addresses__city-select {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  height: 56px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid rgba(37, 55, 70, 0.12);
  background: #ffffff;
  color: #253746;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  cursor: pointer;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.addresses__city-select:hover {
}

.addresses__city-current {
  margin: 0 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.addresses__city-icon,
.addresses__city-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.addresses__city-dropdown {
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  min-width: 200px;
  padding: 8px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(27, 45, 59, 0.16);
  display: none;
  z-index: 10;
}

.addresses__city-dropdown.active {
  display: block;
}

.addresses__city-option {
  display: block;
  width: 100%;
  padding: 8px 10px;
  border-radius: 10px;
  border: none;
  background: transparent;
  text-align: left;
  font-size: 14px;
  line-height: 1.4;
  color: #253746;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.addresses__city-option:hover {
  background-color: rgba(19, 138, 216, 0.08);
  color: #138ad8;
}

.addresses__tabs {
  display: flex;
  align-items: center;
  border-radius: 24px;
  background-color: #e9ebed;
  gap: 16px;
  max-width: var(--COL-8);
  flex: 1 1 0;
  justify-content: stretch;
  width: 100%;
  padding: 20px 16px;
}

.addresses__tab {
  position: relative;
  border: none;
  cursor: pointer;
  height: 56px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #253746;
  background: #ffffff;
  transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap;
  flex: 1 1 0;
  text-align: center;
}

.addresses__tab.is-active {
  background: #253746;
  color: #ffffff;
}

.addresses__tab:not(.is-active):hover {
  background: #DD9FD4;
  color: #ffffff;
}

@media (max-width: 768px) {
  .addresses__controls {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    margin-top: 32px;
  }

  .addresses__tabs {
    max-width: 100%;
    width: 100%;
    padding: 16px 12px;
    gap: 12px;
  }

  .addresses__city-select {
    height: 48px;
    width: 100%;
    padding: 0 16px;
    font-size: 14px;
  }

  .addresses__tab {
    height: 48px;
    padding: 0 16px;
    font-size: 14px;
  }

  .addresses__cities {
    max-width: 100%;
    padding: 16px 12px;
  }
}

/* Отступ между табами/фильтром и блоком адресов */
.addresses .addresses__row {
  margin-top: 0px;
}

.addresses-swiper {
  position: relative;
}

.addresses-swiper__tour3d {
  position: absolute;
  right: 46px;
  bottom: 46px;
  z-index: 3;
  width: 92px;
  height: 92px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.addresses-swiper__tour3d img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 768px) {
  .addresses-swiper__tour3d {
    right: 10px;
    bottom: 10px;
    width: 72px;
    height: 72px;
  }
}


/* End */


/* Start:/local/templates/vetunion-redisign/components/bitrix/news.list/pairmax.about.news/style.css?1780432442140*/
.news--full-title .news-item__title {
    display: block;
    -webkit-line-clamp: unset;
    overflow: visible;
    text-overflow: unset;
}

/* End */
/* /local/templates/vetunion-redisign/assets/css/services.css?178881234820038 */
/* /local/templates/vetunion-redisign/components/vetunion/service.list/service.detail.services/style.css?17853825904564 */
/* /local/templates/vetunion-redisign/components/bitrix/news.list/pairmax.clinic.main.address/style.css?17744649703774 */
/* /local/templates/vetunion-redisign/components/bitrix/news.list/pairmax.about.news/style.css?1780432442140 */
