

/* 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/assets/css/uslugi.css?17760791015362 */
/* /local/templates/vetunion-redisign/assets/css/acc.css?17889061717637 */
