

/* Start:/local/templates/vetunion-redisign/components/bitrix/news.list/main.banner/style.css?17593414541599*/
.informer {
    padding: 10px 0;
}
.informer__inner {
    position: relative;
    text-align: center;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 6px 32px;
    border-radius: 18px;
    border-width: 1px;
    background: #E9EBED;
    height: 56px;
    display: flex;
    justify-content: center;
}
.informer__link{
    display: flex;
    align-items: center;
    justify-content: center;
}
.informer__link .icon-stroke{
    width: 5px;
    height: 9px;
    margin-left: 10px;
}
/*.informer__link::after{*/
/*  content: "";*/
/*  background: url("/images/stroke.svg");*/
/*  background-repeat: no-repeat;*/
/*  background-size: 100%;*/
/*  width: 8px;*/
/*  height: 8px;*/
/*  margin-left: 5px;*/
/*}*/
.informer__close {
    position: absolute;
    right: 30px;
    top: 50%;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    cursor: pointer;
    transition: transform .23s ease;
}
.informer__close::before {
    transform: rotate(45deg);
}
.informer__close::after {
    transform: rotate(-45deg);
}
.informer__close::after, .informer__close::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 4px;
    width: 15px;
    height: 2px;
    background: #999;
    border-radius: 50%;
}
@media (max-width: 480px) {
    .informer__inner {
        padding: 6px 16px;
        justify-content: flex-start;
    }
    .informer__link{
        font-size: 12px;
    }
    .informer__link .icon{
        display: none;
    }
}

/* End */


/* Start:/local/templates/vetunion-redisign/assets/css/crossroads.css?178493903414670*/
.mp-head {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 32px 24px;
  padding-top: 56px;
}

.mp-head:not(:last-child) {
  margin-bottom: 56px;
}

.mp-head__logotype {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.mp-events-wrapper {
  align-self: end;
  justify-self: end;
  padding: 0;
  border: none;
  background: none;
}

.mp-events {
  position: relative;
  z-index: 0;
  display: flex;
  width: 48px;
  height: 48px;
  margin-block: 8px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #f6f6f6;
  text-decoration: none;
  cursor: pointer;
}

.mp-events__counter {
  position: absolute;
  top: -8px;
  right: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  min-height: 18px;
  padding: 2px 4px;
  border-radius: 9px;
  background-color: #dd9fd4;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.20;
  color: #ffffff;
  text-align: center;
}

.mp-events__icon {
  display: block;
  width: 22px;
  height: 22px;
  margin: auto;
}

.mp-events__hint {
  min-height: 68px;
  position: absolute;
  right: calc(100% + 20px);
  bottom: 0;
  display: block;
  width: 360px;
  padding: 16px;
  border-radius: 8px;
  background-color: #f6f6f6;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.28;
  color: #253746;
  text-align: left;
}

.mp-events__hint-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.mp-events__hint::before {
  content: '';
  position: absolute;
  bottom: 12px;
  right: -8px;
  transform: rotate(45deg);
  z-index: -1;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background-color: #f6f6f6;
}

.mp-cards {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 32px 24px;
}

.mp-card {
  position: relative;
  z-index: 0;
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  padding: 36px 28px;
  border-radius: 32px;
  background-color: #f6f6f6;
  overflow: hidden;
}

.mp-card:has(.mp-card__link:hover) .mp-card__media {
  background-color: #dd9fd4;
}

.mp-card:has(.mp-card__link:hover) .mp-card__media-icon {
  transform: rotate(45deg);
}

.mp-card:hover .mp-card__controls {
  transform: translateY(0px);
}

.mp-card--lg {
  grid-column: span 3;
  aspect-ratio: 17 / 12;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.mp-card--lg::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgb(37 55 70 / 0.75);
  pointer-events: none;
}

.mp-card--lg .mp-card__media {
  width: 80px;
  height: 80px;
}

.mp-card--lg .mp-card__title {
  max-width: calc(100% - 108px);
  font-size: 48px;
  color: #ffffff;
}

.mp-card--lg .mp-card__description {
  max-width: calc(100% - 108px);
  color: #ffffff;
}

.mp-card__link {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.mp-card__title {
  max-width: calc(100% - 64px);
  font-weight: 600;
  font-size: 32px;
  line-height: 1.125;
  color: #253746;
}

.mp-card__title:not(:last-child) {
  margin-bottom: 0;
}

.mp-card__description {
  max-width: calc(100% - 64px);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.28;
  color: #253746;
}

.mp-card__description:not(:last-child) {
  margin-bottom: 0;
}

.mp-card__media {
  position: absolute;
  top: 36px;
  right: 28px;
  display: flex;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #ffffff;
  transition: background-color 0.2s ease-in-out;
}

.mp-card__media-icon {
  display: block;
  width: 14px;
  height: 14px;
  margin: auto;
  transition: transform 0.2s ease-in-out;
}

.mp-card__controls {
  position: absolute;
  inset: auto 28px 36px;
  transform: translateY(calc(36px + 100%));
  z-index: 2;
  display: flex;
  column-gap: 16px;
  width: calc(100% - 56px);
  height: auto;
  transition: transform 0.2s ease-in-out;
  pointer-events: none;
}

.mp-card__controls .mp-button {
  width: calc(50% - 8px);
}

.mp-button {
  display: block;
  width: fit-content;
  padding: 24px;
  border-radius: 32px;
  background-color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.125;
  color: #253746;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out;
  pointer-events: initial;
}

.mp-button:hover {
  background-color: #dd9fd4;
}

.news-pulse-widget {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 199;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media screen and (max-width: 768px) {
  .news-pulse-widget {
    right: 6px;
    bottom: 16px;
  }
}

.mp-events-wrapper--floating {
  padding: 0;
  border: none;
  background: none;
}

.mp-events-wrapper--floating::before {
  content: none;
  display: none;
}

.mp-events--floating {
  width: 64px;
  height: 64px;
  margin: 0;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 4px 24px rgb(0 0 0 / 0.12);
}

.mp-events--floating .mp-events__icon {
  width: 22px;
  height: 22px;
}

.mp-events--floating .mp-events__counter {
  top: 4px;
  right: 4px;
}

.mp-events--floating .mp-events__hint {
  display: none;
}

.mp-pulse {
  position: fixed;
  top: 16px;
  right: 32px;
  transform: translateX(calc(100% + 32px));
  z-index: 200;
  display: flex;
  flex-direction: column;
  width: 512px;
  max-height: calc(100% - 32px);
  padding: 24px 32px;
  border-radius: 24px;
  box-shadow: 0 0 50px 0 rgb(0 0 0 / 0.15);
  background-color: #ffffff;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s ease-in-out,
              opacity 0.2s ease-in-out,
              transform 0.2s ease-in-out;
}

.mp-pulse--visible {
  transform: translateX(0px);
  visibility: visible;
  opacity: 1;
}

.mp-pulse__close {
  position: absolute;
  top: 24px;
  right: 32px;
  z-index: 0;
  display: flex;
  width: 32px;
  height: 32px;
  padding: 8px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}

.mp-pulse__close:hover {
  background-color: #dd9fd4;
}

.mp-pulse__close-icon {
  display: block;
  width: 16px;
  height: 16px;
  margin: auto;
}

.mp-pulse__title {
  display: flex;
  align-items: center;
  column-gap: 8px;
  max-width: calc(100% - 64px);
  font-weight: 600;
  font-size: 24px;
  line-height: 1.15;
  color: #253746;
}

.mp-pulse__title:not(:last-child) {
  margin-bottom: 24px;
}

.mp-pulse__title-icon {
  display: block;
  width: 26px;
  height: 26px;
}

.mp-pulse__list {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  width: calc(100% + 19px);
  height: 100%;
  padding-right: 13px;
  overflow-y: auto;
}

.mp-pulse__list::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.mp-pulse__list::-webkit-scrollbar-track {
  background-color: #ffffff;

}

.mp-pulse__list::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #e9ebed;
}

.mp-pulse-card {
  position: relative;
  z-index: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  row-gap: 16px;
  padding: 20px;
  border-radius: 32px;
  background-color: #f6f6f6;
}

.mp-pulse-card:hover .mp-pulse-card__media {
  visibility: visible;
  opacity: 1;
}

.mp-pulse-card:hover .mp-pulse-card-date {
  visibility: hidden;
  opacity: 0;
}

.mp-pulse-card-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.mp-pulse-card-tag {
  display: block;
  padding: 4px 16px;
  background-color: #ffffff;
  border-radius: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.28;
  color: #253746;
}

.mp-pulse-card-date {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.28;
  color: rgb(37 55 70 / 0.4);
  transition: visibility 0.2s ease-in-out,
              opacity 0.2s ease-in-out;
}

.mp-pulse-card-title {
  width: 100%;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.18;
  color: #253746;
}

.mp-pulse-card-title:not(:last-child) {
  margin-bottom: 0;
}

.mp-pulse-card-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: #253746;
}

.mp-pulse-card-description:not(:last-child) {
  margin-bottom: 0;
}

.mp-pulse-card__media {
  position: absolute;
  top: 24px;
  right: 24px;
  display: flex;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #dd9fd4;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s ease-in-out,
              opacity 0.2s ease-in-out;
}

.mp-pulse-card__media-icon {
  display: block;
  width: 14px;
  height: 14px;
  margin: auto;
}

@media (max-width: 1312px) {
  .mp-events:not(.mp-events--floating) {
    width: 32px;
    height: 32px;
    margin-inline: 8px 16px;
    background-color: #e9ebed;
  }

  .mp-events:not(.mp-events--floating) .mp-events__icon {
    width: 16px;
    height: 16px;
  }

  .mp-events:not(.mp-events--floating) .mp-events__counter {
    min-width: 12px;
    min-height: 12px;
    top: -2px;
    right: -2px;
    font-size: 8px;
    padding: 0 4px;
  }

  .mp-events--floating {
    width: 56px;
    height: 56px;
  }

  .mp-events--floating .mp-events__icon {
    width: 20px;
    height: 20px;
  }

  .mp-events__hint {
    display: none;
  }

  .mp-events-wrapper:not(.mp-events-wrapper--floating) {
    display: flex;
    align-items: center;
    padding-left: 16px;
    border-radius: 16px;
    background-color: #f6f6f6;
  }

  .mp-events-wrapper:not(.mp-events-wrapper--floating)::before {
    content: 'Пульс событий';
    font-weight: 600;
    font-size: 12px;
    line-height: 1.3;
    color: #253746;
  }

  .mp-card--lg .mp-card__title {
    font-size: 36px;
  }
}

@media (max-width: 990px) {
  .mp-cards {
    grid-template-columns: 1fr;
  }

  .mp-card {
    grid-column: unset;
  }

  .mp-card--lg {
    grid-column: unset;
    width: 100%;
    max-height: 300px;
  }
}

@media (max-width: 768px) {
    .mp-events-wrapper--floating{
        margin: 0 6px;
    }

  .mp-card:hover .mp-card__controls {
    transform: translateY(calc(36px + 100%));
  }

  .mp-card:has(.mp-card__link:hover):not(.mp-card--expanded) .mp-card__media {
    background-color: #ffffff;
  }

  .mp-card:has(.mp-card__link:hover):not(.mp-card--expanded) .mp-card__media-icon {
    transform: none;
  }

  .mp-head {
    padding-block: 12px;
  }

  .mp-head:not(:last-child) {
    margin-bottom: 8px;
  }

  .mp-card--lg .mp-card__title {
    max-width: calc(100% - 42px);
    font-size: 32px;
  }

  .mp-card .mp-card__title {
    max-width: calc(100% - 42px);
  }

  .mp-card {
    min-height: 150px;
    padding: 16px;
    transition: min-height 0.35s ease-in-out;
  }

  .mp-card--lg .mp-card__media {
    width: 48px;
    height: 48px;
  }

  .mp-card__media {
    top: 16px;
    right: 16px;
  }

  .mp-pulse-card-tag {
    font-size: 12px;
  }

  .mp-pulse-card-date {
    font-size: 12px;
  }

  .mp-pulse-card-title {
    font-size: 18px;
  }

  .mp-pulse-card-description {
    font-size: 14px;
  }

  .mp-pulse {
    transform: translateX(100%);
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    padding: 20px;
    border-radius: 0;
  }

  .mp-pulse__close {
    right: 24px;
  }

  .mp-pulse__list {
    width: calc(100% + 15px);
    padding-right: 9px;
  }

  .mp-card--lg {
    aspect-ratio: unset;
    min-height: 220px;
    transition: min-height 0.35s ease-in-out;
  }
  .mp-card--lg.mp-card--expanded {
    min-height: 348px;
  }

  .mp-card__controls {
    transform: translateY(calc(36px + 100%));
    transition: transform 0.35s ease-in-out;
  }

  .mp-card.mp-card--expanded .mp-card__controls,
  .mp-card.mp-card--expanded:hover .mp-card__controls {
    transform: translateY(0);
  }

  .mp-card--expanded .mp-card__media {
    background-color: #dd9fd4;
  }

  .mp-card .mp-card__media {
    transition: background-color 0.35s ease-in-out;
  }

  .mp-card--expanded .mp-card__media-icon {
    transform: rotate(45deg);
  }

  .mp-card .mp-card__media-icon {
    transition: transform 0.35s ease-in-out;
  }

  .mp-pulse--visible {
    transform: translateX(0px);
  }
}

@media (max-width: 670px) {
  .mp-card__controls {
    inset: auto 16px 16px;
    flex-direction: column;
    row-gap: 8px;
    width: calc(100% - 32px);
  }
  .mp-card__controls .mp-button {
    width: 100%;
  }
}
@media (min-width: 600px) {
  .mp-card__title br {
    display: none;
  }
}

@media (max-width: 600px) {
  .mp-head {
    grid-template-columns: 1fr auto;
  }

  .mp-card .mp-card__title {
    max-width: 100%;
  }
}

.vu-extra-cards {
  margin: 30px 0;
}

.vu-extra-cards__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.vu-card-sm {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 108px;
  padding: 16px 28px;
  background: #f6f6f6;
  border-radius: 24px;
  color: #253746;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 600;
  transition: background .18s ease, transform .18s ease;
}

.vu-card-sm:hover {
  background: #dd9fd4;
  transform: translateY(-2px);
}

.vu-card-sm__arrow {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 18px;
  height: 18px;
  opacity: .55;
  border-radius: 18px;
  background: #fff;
  transition: opacity .18s ease, transform .18s ease;
}

.vu-card-sm:hover .vu-card-sm__arrow {
  opacity: 1;
  transform: translate(2px, -2px);
}

.vu-card-sm__arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 900px) {
  .vu-extra-cards__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .vu-extra-cards__grid {
    grid-template-columns: 1fr;
  }

  .vu-card-sm {
    min-height: 84px;
  }
}

/* End */


/* Start:/local/templates/vetunion-redisign/components/vetunion/form.result.new/redisign.register.form/style.css?1769207308485*/
.select-with-arrow {
    position: relative;
    display: block;
    width: 100%;
    margin: 8px 0px;
}
.select-with-arrow select {
    padding-right: 48px;
    appearance: none;
}
.select-with-arrow::after {
    content: "";
    position: absolute;
    right: 24px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #253746;
    border-bottom: 2px solid #253746;
    transform: translateY(-50%) rotate(45deg);
    pointer-events: none;
}
/* End */


/* Start:/local/templates/vetunion-redisign/components/bitrix/news.list/main.banner.popup/style.css?17593414543341*/
.banner {
    padding: 10px 0;
    background: #E9EBED;
    border-bottom: 1px solid #D1D5DB;
}

.banner__inner {
    position: relative;
    text-align: center;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 6px 32px;
    border-radius: 18px;
    border-width: 1px;
    background: #E9EBED;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner__icon {
    margin-right: 10px;
    flex-shrink: 0;
}

.banner__content {
    flex: 1;
    min-width: 0;
}

.banner__link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #253746;
    transition: opacity 0.2s ease;
}

.banner__link:hover {
    opacity: 0.8;
}

.banner__link-text {
    margin-left: 10px;
    font-weight: 500;
}

.banner__arrow {
    width: 5px;
    height: 9px;
    margin-left: 10px;
    flex-shrink: 0;
}

.banner__close {
    position: absolute;
    right: 30px;
    top: 50%;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    cursor: pointer;
    transition: transform 0.23s ease;
    background: none;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner__close:hover {
    transform: translateY(-50%) scale(1.1);
}

.banner__close-icon {
    position: relative;
    width: 15px;
    height: 2px;
    background: #999;
    border-radius: 50%;
}

.banner__close-icon::before,
.banner__close-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 2px;
    background: #999;
    border-radius: 50%;
    transform-origin: center;
}

.banner__close-icon::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.banner__close-icon::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 480px) {
    .banner__inner {
        padding: 6px 16px;
        justify-content: flex-start;
    }

    .banner__link {
        font-size: 12px;
    }

    .banner__icon {
        display: none;
    }

    .banner__close {
        right: 16px;
    }
}

.modal.modal-banner{
    max-width: 563px;
}
.modal-banner__container{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.modal-banner__title{
    font-weight: 600;
    font-size: 32px;
    line-height: 110%;
    letter-spacing: -0.32px;
}
.modal-banner__content p{
    padding-bottom: 20px;
}
.modal-banner__content p{
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.32px;

}
.modal-banner__btn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 307px;
}
.modal-banner__btn .button{
    color: var(--WHITE);
    background: var(--DARK-GREY);
    display: flex;
    gap: 10px;
}
.modal-banner__btn .button:hover{
    background: var(--PINK);
    color: var(--WHITE);
    border-color: var(--PINK);
}

/* End */


/* 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/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 */
/* /local/templates/vetunion-redisign/components/bitrix/news.list/main.banner/style.css?17593414541599 */
/* /local/templates/vetunion-redisign/assets/css/crossroads.css?178493903414670 */
/* /local/templates/vetunion-redisign/components/vetunion/form.result.new/redisign.register.form/style.css?1769207308485 */
/* /local/templates/vetunion-redisign/components/bitrix/news.list/main.banner.popup/style.css?17593414543341 */
/* /local/templates/vetunion-redisign/assets/css/breadcrumbs.css?1753109783957 */
/* /local/templates/vetunion-redisign/assets/css/uslugi.css?17760791015362 */
/* /local/templates/vetunion-redisign/assets/css/acc.css?17889061717637 */
