/* containers >> */
:root {
  --content-width-mobile: 510px;
  --content-width-st: 690px;
  --content-width-t: 930px;
  --content-width-fd: 1164px;
  --content-width-bd: 1330px;
  --content-width-sbd: 1456px;
  --container-offset-st: 2.5rem;
  --container-offset-bd: 2.9375rem;
}
.fabula-page-container {
  margin: 76px auto 0 auto;
  width: 100%;
}
@media (min-width: 576px) {
  .fabula-page-container,
  .fabula-menu-container,
  .has-overflow-hidden .container {
    max-width: calc(var(--content-width-mobile) + (var(--container-offset-st) * 2));
  }
}
@media (min-width: 768px) {
  .fabula-page-container,
  .fabula-menu-container,
  .has-overflow-hidden .container {
    max-width: calc(var(--content-width-st) + (var(--container-offset-st) * 2));
  }
}
@media (min-width: 1016px) {
  .fabula-page-container, 
  .fabula-menu-container,
  .has-overflow-hidden .container {
    max-width: calc(var(--content-width-t) + (var(--container-offset-bd) * 2))};
  }
@media (min-width: 1200px) {.fabula-page-container {margin-top: 85px}}
@media (min-width: 1262px) {
  .fabula-page-container,
  .fabula-menu-container,
  .has-overflow-hidden .container {max-width: calc(var(--content-width-fd) + (var(--container-offset-bd) * 2));}
}
@media (min-width: 1439px) {
  .fabula-page-container,
  .fabula-menu-container,
  .has-overflow-hidden .container {
    max-width: calc(var(--content-width-bd) + (var(--container-offset-bd) * 2));
  }
}
@media (min-width: 1566px) {
  .fabula-page-container, 
  .fabula-menu-container,
  .has-overflow-hidden .container {
    max-width: calc(var(--content-width-sbd) + (var(--container-offset-bd) * 2))};
  }

@media (max-width: 1016px) {
  .fabula-page-container {
    display: flex;
    flex-direction: column;
  }
}
.fabula-page-container * {
  box-sizing: border-box;
}

.fabula-container {
  position: relative;
  background-color: var(--white-color);
  width: 100%;
  overflow: hidden;
  margin-bottom: 2px;
  border-radius: var(--border-radius-xxl);
  padding: calc(var(--unit) * 80) calc(var(--unit) * 48);
}
@media (max-width: 1440px) {.fabula-container {padding: 70px 41px;}}
@media (max-width: 1262px) {.fabula-container {padding: 60px 35.25px;}}
@media (max-width: 1016px) {.fabula-container {padding: 0 0 48px;}}
@media (max-width: 768px) {.fabula-container {padding: 0 0 44px;}}
@media (max-width: 576px) {.fabula-container {padding: 0 0 40px;}}
.fabula-flex-container {
  display: flex;
  @media (max-width: 1016px) {
    flex-direction: column;
  }
}
.fabula-flex-container > div {
  width: 50%;
  @media (max-width: 1016px) {
    width: 100%;
  }
}
.page {
  height: 100%;
  font-family: var(--font-family, sans-serif);
  -webkit-text-size-adjust: 100%;
  font-size: 10px;
  @media (min-width: 576px) {font-size: 11px}
  @media (min-width: 768px) {font-size: 12px}
  @media (min-width: 1262px) {font-size: 14px}
  @media (min-width: 1440px) {font-size: 16px}
}
.page__body {
  margin: 0;
  padding: 0 5px;
  min-width: 375px;
  min-height: 100%;
  background-color: var(--dark-color)
}
.fabula-card-container {
  max-width: 345px;
  border: 1px solid var(--brand-color);
  border-radius: var(--border-radius-xl);
  padding: 30px;
  @media (max-width: 1016px) {
    border-radius: var(--border-radius-xxl);
  }
}
/* << containers */

/* breadcrumbs >> */
.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: .5rem;
  -moz-column-gap: .5rem;
  column-gap: .5rem
}
.breadcrumbs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1.5em;
  -moz-column-gap: 1.5em;
  column-gap: .5em;
  font-size: .625rem;
  font-weight: 700;
  line-height: 1.8em;
  color: var(--dark-color)
}
.breadcrumbs__item a {
  color: inherit;
  text-decoration: none;
}
.breadcrumbs__item a:hover {
  color: inherit;
}
.breadcrumbs__item:not(:last-child) {
  opacity: .5
}
.breadcrumbs__item:not(:first-child)::before {
  display: inline-block;
  content: "";
  background-image: url(/local/templates/vetcity/img/services/svg/arrow_forward.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: .7em;
  height: 1.8em
}
.main-header_new__breadcrumbs {
  display: none;
  margin-bottom: 7rem;
  padding-left: 0;
  @media (min-width: 1016px) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}
/* << breadcrumbs */

/* titles >> */
.fabula-h1 {
  font-size: var(--h1-size);
  line-height: 1.05
}
.fabula-h2 {
  font-size: var(--h2-size);
  line-height: calc(var(--unit) * 30)
}
.fabula-h3 {
  font-size: var(--h3-size);
  line-height: 1.1;
  letter-spacing: -1px;
}
.fabula-h4 {
  font-size: var(--h4-size);
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.fabula-h5 {
  font-size: var(--h5-size);
  line-height: 1.1
}
.fabula-h6 {
  font-size: var(--h6-size);
}
.fabula-h1,
.fabula-h2,
.fabula-h3,
.fabula-h4,
.fabula-h5,
.fabula-h6 {
  margin: 0;
  font-weight: 600
}
@media (max-width: 1566px) {}

@media (max-width: 1440px) {}

@media (max-width: 1262px) {}

@media (max-width: 1016px) {}

@media (max-width: 768px) {
  .fabula-h3 {
    line-height: 1.15;
    letter-spacing: -0.5px;
  }
  .fabula-h2 {line-height: 22px}
}

@media (max-width: 576px) {}
/* << titles */

/* slider >> */
.fabula-slider {
  position: relative;
  overflow: hidden;
}
.fabula-slider-pagination {
  display: flex;
  align-items: center;
  width: max-content !important;
  height: max-content;
  position: absolute;
  top: 33px !important;
  right: 39px !important;
  left: auto !important;
  z-index: 5;
}
.fabula-slider .swiper-pagination-bullet {
  width: 9px !important;
  height: 9px !important;
  background-color: transparent;
  border: 1px solid #fff;
  opacity: 1;
  margin: 0 3px !important;
}
.fabula-slider .swiper-pagination-bullet-active {
  width: 7px !important;
  height: 7px !important;
  background-color: #fff;
}
.fabula-slider-pagination_blue .swiper-pagination-bullet {
  border: 1px solid var(--brand-color);
}
.fabula-slider-pagination_blue .swiper-pagination-bullet-active {
  background-color: var(--brand-color);
}
.fabula-slider-navigation {
  display: flex;
  gap: 7px;
  position: absolute;
  bottom: 40px;
  right: 42px;
  z-index: 5;
}
.fabula-slider-navigation button {
  position: relative;
  width: 50px;
  height: 50px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: linear-gradient(to bottom right, #FAFAFA 0%, #D7DBE0 96%)
}
.fabula-slider-navigation .fabula-slider-button-next {
  transform: rotate(180deg);
  background: linear-gradient(to top left, #FAFAFA 0%, #D7DBE0 96%);
}
.fabula-slider-navigation button:hover:not(:disabled) {
  background: linear-gradient(45deg, #0273ff 0, #013fff 100%);
}
.fabula-slider-navigation button:disabled {
  cursor: default;
  opacity: 0.6;
}
.fabula-slider-navigation button svg {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  fill: none;
  stroke: black;
  stroke-width: 1.5px;
  transition: none;
}
.fabula-slider-navigation button:hover:not(:disabled) svg {
  stroke: white;
  transition: none;
}

@media (max-width: 767px) {
  .fabula-slider-pagination {
    top: 38px !important;
    right: 37px !important;
  }
  .fabula-slider-navigation {
    bottom: 40px;
    right: 40px;
  }
}
/* << slider */

/* price-list >> */
.fabula-price-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.fabula-price-list li {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 12px;
  padding: 32px 0;
}
.fabula-price-list-price {
  width: max-content;
  height: max-content;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: var(--text-size);
  line-height: 20px;
  font-weight: normal;
  min-width: max-content;
  padding: 5px 12px;
  background-color: #E3E9F0;
  border-radius: var(--border-radius-xxl);
}
.fabula-page-container font.errortext {
  color: black !important;

}
@media (max-width: 767px) {
  .fabula-price-list li {
    flex-direction: column;
    gap: 15px;
  }
  .fabula-price-list-price {
    order: 2;
    padding: 4px 9px;
  }
}
/* << price-list */

/* list >> */
.fabula-list {
  font-size: var(--text-size);
  line-height: 20px;
  font-weight: normal;
  padding-left: 17px;
  margin: 0;
}
.fabula-list li::marker {
  color: var(--brand-color);
}
.fabula-list li:not(:last-child) {
  margin-bottom: 8px;
}
/* << list */

/* appointment >> */
.fabula-appointment-block {
  display: flex;
  justify-content: flex-end;
}
.fabula-appointment-block p {
  width: 90%;
  font-size: var(--text-size);
  line-height: 20px;
  margin-bottom: 19px;
}
.fabula-appointment-block ul,
.fabula-appointment-block ol {
  font-size: var(--text-size);
  line-height: 20px;
  margin: 0;
  font-weight: 400;
  padding-left: 20px;
}
.fabula-appointment-block li::marker {
  color: var(--brand-color);
}
.fabula-appointment-block ul li:not(:last-child) {
  margin-bottom: 8px;
}
.fabula-appointment-block h4, .fabula-appointment-block h5,
.fabula-appointment-block h6 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  margin: 32px 0 20px 0;
}
.fabula-appointment-container {
  padding: calc(var(--unit) * 60);
  background-color: #fff;
  border-radius: var(--border-radius-xl);
}
.fabula-appointment-block .fabula-appointment-container {
  position: relative;
  z-index: 1;
  width: 49.2%;
}
.fabula-appointment-title {
  margin-bottom: 18px;
}
.fabula-appointment-actions {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
.fabula-appointment-doctors {
  display: flex;
  align-items: center;
  gap: 10px;
}
.fabula-appointment-doctors-images {
  display: flex;
  margin-right: -3px;
}
.fabula-appointment-doctors-images img {
  position: relative;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  font-size: 10px;
  line-height: normal;
}
.fabula-appointment-doctors-images img:nth-child(2) {left: -15px}
.fabula-appointment-doctors-images img:nth-child(3) {left: -28px}
.fabula-appointment-doctors-images img:nth-child(4) {left: -38px}
.fabula-appointment-doctors-images img:first-child {left: 0}
.fabula-appointment-doctors-desc {
  width: 40%;
  color: #858585;
  font-weight: 400;
  line-height: 20px;
  font-size: var(--text-size);
}
.fabula-appointment-actions .fabula-appointment-btn {
  width: max-content;
  height: max-content;
  font-size: var(--small-text-size);
  font-weight: 500;
  padding: 14px 26px;
}
.fabula-appointment-price {
  font-size: 17px;
  font-weight: 600;
}
@media (max-width: 1566px) {
  .fabula-appointment-block .fabula-appointment-actions {
    flex-direction: column;
    gap: 25px;
  }
}
@media (max-width: 1440px) {
  .fabula-appointment-actions {
    flex-wrap: wrap;
    gap: 25px;
  }
  .fabula-appointment-price {font-size: 16px}
}
@media (max-width: 1262px) {
  .fabula-appointment-doctors-desc {
    width: 35%;
    font-size: 11px;
  }
  .fabula-appointment-price {font-size: 13.5px}
  .fabula-appointment-block h4, .fabula-appointment-block h5,
  .fabula-appointment-block h6 {
    margin: 24px 0 20px 0;
  }
}
@media (max-width: 1016px) {
  .fabula-appointment-title {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 1.1;
    margin-bottom: 24px;
  }
  .fabula-appointment-block {
    padding: 40px 25px;
  }
  .fabula-appointment-block .fabula-appointment-container {
    width: auto;
  }
  .fabula-appointment-block p {
    width: auto;
    margin-bottom: 10px;
  }
  .fabula-appointment-doctors-desc {
    width: 50%;
    font-size: 12px;
  }
  .fabula-appointment-price {font-size: 16px}
  .fabula-appointment-block h4, .fabula-appointment-block h5,
  .fabula-appointment-block h6 {
    margin: 24px 0 16px 0;
  }
}
@media (max-width: 767px) {
  .fabula-appointment-container {
    padding: 30px;
  }
  .fabula-appointment-actions {
    margin-top: 24px;
    gap: 36px;
  }
  .fabula-appointment-doctors-images img {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 500px) {
  .fabula-appointment-doctors {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }
  .fabula-appointment-doctor {
    flex-direction: row;
    align-items: center;
    gap: 0;
  }
  .fabula-appointment-doctors-desc {
    width: 80%;
    font-size: 14px;
  }
  .fabula-appointment-actions .fabula-appointment-btn {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .fabula-appointment-actions .fabula-appointment-btn {
    width: 100%;
    padding: 18px 26px;
  }
}
/* << appointment */

/* accordion >> */
.fabula-accordion {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.fabula-accordion-item-header {
  width: max-content;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.fabula-accordion > li:not(:last-child) {margin-bottom: 40px}
.fabula-accordion-item-body {
  display: grid;
  grid-template-rows: 0fr;
  -ms-grid-rows: 0fr;
  margin-top: 0;
  overflow: hidden;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.fabula-accordion-item-body button {
  position: relative;
  z-index: 0;
}
.fabula-accordion-item-header_active + .fabula-accordion-item-body {
  grid-template-rows: 1fr;
  -ms-grid-rows: 1fr;
  margin-top: 40px;
}
.fabula-accordion-item-body_hidden button {
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 0;
}
.fabula-accordion-item-title {
  font-size: 34px;
  line-height: 34px;
  font-weight: 600;
  margin: 0 0 0 32px;
}
.fabula-accordion-item-header_active .fabula-accordion-item-title {color: #0273ff}
.fabula-accordion-item-count {
  color: #858585;
  margin-left: 12px;
}

@media (max-width: 1262px) {
  .fabula-accordion-item-title {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (max-width: 1016px) {
  .fabula-accordion-item-header {width: auto}
  .fabula-accordion-item-title {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 0 16px;
  }
  .fabula-accordion-item-count {margin-left: 0}
  .fabula-accordion-item-header img {
    width: 38px;
    height: 38px;
  }
}
@media (max-width: 768px) {
  .fabula-accordion-item-header_active + .fabula-accordion-item-body {margin-top: 20px}
  .fabula-accordion-item-title {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -0.5px;
  }
}
/* << accordion */

/* color-list >> */
.fabula-color-list {
  position: relative;
  z-index: 1;
  min-height: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.fabula-color-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 2.8125rem;
}
.fabula-color-list > li:first-child {
  border-top-left-radius: var(--border-radius-xl);
  border-top-right-radius: var(--border-radius-xl);
}
.fabula-color-list > li:last-child {
  border-bottom-left-radius: var(--border-radius-xl);
  border-bottom-right-radius: var(--border-radius-xl);
}
.fabula-color-list > li:nth-child(odd) { background-color: var(--bg-color-light)}
.fabula-color-list > li:nth-child(even) { background-color: #e3e9f0}
.fabula-color-list-item-title {
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}
@media (max-width: 1440px) {
  .fabula-color-list-item-title {font-size: 16px}
}
@media (max-width: 1262px) {
  .fabula-color-list-item-title {font-size: 14px}
}
@media (max-width: 1016px) {
  .fabula-color-list-item-title {
    width: 70%;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .fabula-color-list-item-title {font-size: 14px}
  .fabula-color-list li {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
  }
}
/* << color-list */

/* list blue border >> */
.fabula-list_blue-border {
  list-style-type: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid var(--brand-color);
}
.fabula-list_blue-border li {
  padding: 24px 0;
  border-top: 1px solid var(--brand-color);
}
/* << list blue border */

/* service-card >> */
.fabula-service-card {
  position: relative;
  width: 345px;
  height: 480px;
  border-radius: var(--border-radius-xl);
  padding: 30px;
  color: var(--white-color);
  background-color: var(--bg-color-light);
  overflow: hidden;
  z-index: 2;
}
.fabula-service-card h4 {
  margin: 0;
}
@media (min-width: 1016px) {
  .fabula-service-card:hover {
    transition: all 0.4s ease-in-out;
    transform: translate(0, -17px);
  }
}
.fabula-service-card-title_black {color: var(--text-color)}
.fabula-service-card_wide {width: 716px}
.fabula-service-card * {
  position: relative;
  z-index: 2;
}
.fabula-service-card-top-text {
  width: max-content;
  font-size: var(--text-size);
  line-height: 20px;
  font-weight: normal;
  padding: 4px 12px;
  color: var(--text-color);
  border-radius: var(--border-radius-xxl);
  background-color: var(--white-color);
  margin-top: 11px;
}
.fabula-service-card .fabula-service-card-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.fabula-service-card_wide .fabula-service-card-desc + .fabula-service-card-img {object-position: left}
.fabula-service-card-desc {
  width: min-content;
  position: absolute;
  bottom: 30px;
  left: 30px;
  margin: 0;
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
}
.fabula-service-card_border {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  border: 2px solid var(--brand-color);
  background-color: var(--white-color);
  color: var(--text-color);
}
.fabula-service-card_border:hover {
  transition: color 0s ease-in-out, transform 0.4s ease-in-out;
  background-color: var(--brand-color);
  color: var(--white-color);
}
.fabula-service-card-title_big {
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 1565.5px) {
  .fabula-service-card {
    width: 317px;
    height: 452px;
  }
  .fabula-service-card_wide {
    width: 652px;
    height: 452px;
  }
}
@media (max-width: 1439px) {
  .fabula-service-card {
    width: 279px;
    height: 414px;
  }
  .fabula-service-card_wide {
    width: 574px;
    height: 414px;
  }
  .fabula-service-card_wide .fabula-service-card-desc + .fabula-service-card-img {object-position: center}
  .fabula-service-card_border {padding: 30px}
  .fabula-service-card-title_big {
    font-size: 34px;
    line-height: 38px;
  }
}
@media (max-width: 1261.5px) {
  .fabula-service-card {
    width: 455px;
    height: 250px;
  }
  .fabula-service-card-desc {
    left: auto;
    right: 30px;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
  }
  .fabula-service-card-title_big {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (max-width: 1016px) {
  .fabula-service-card-desc {
    left: 30px;
    right: auto;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
  }
  .fabula-service-card-title_big {
    font-size: 28px;
    line-height: 32px;
  }
  .fabula-service-card_border {padding: 25px}
}
@media (max-width: 768px) {
  .fabula-service-card-title_big {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 576px) {
  .fabula-service-card-title_big {
    font-size: 22px;
    line-height: 26px;
  }
}
/* << service-card */

/* doctors-card >> */
.fabula-doctors-card {
  position: relative;
  width: 345px;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 40px;
  overflow: hidden;
  background-color: var(--bg-color-light);
  padding: 0 10px 10px;
}
@media (min-width: 1016px) {
  .fabula-doctors-card:hover {
    transition: all 0.4s ease-in-out;
    transform: translate(0, -17px);
  }
}
.fabula-doctors-card .fabula-doctors-card-photo {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.fabula-doctors-card-content {
  background-color: white;
  position: relative;
  padding: calc(var(--unit)* 20);
  border-radius: var(--border-radius-m);
  min-height: 192px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.fabula-doctors-card-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  margin: 0 0 5px 0;
}
.fabula-doctors-card-desc {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: calc(var(--unit)* 16);
  color: #858585;
}
.fabula-doctors-card-price {
  font-size: var(--text-size);
  line-height: 18px;
  font-weight: 600;
}
.fabula-doctors-card-link {
  text-transform: uppercase;
  text-decoration: none;
  font-size: var(--small-text-size);
  line-height: 18px;
  font-weight: 600;
}
@media (max-width: 1565.5px) {
  .fabula-doctors-card {width: 317px}
}
@media (max-width: 1439px) {
  .fabula-doctors-card { width: 279px}
}
@media (max-width: 1261.5px) {
  .fabula-doctors-card {width: 325px}
}
@media (max-width: 1016px) {
  .fabula-doctors-card-content {
    min-height: 112px;
  }
}
/* << doctors-card */

/* select >> */
.fabula-select {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 60px 20px 20px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  border: 1px solid #C2C2C2;
  cursor: pointer;
  transition: all .3s ease-in-out;
}
.fabula-select::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("/local/templates/vetcity/img/icons/drop.svg") no-repeat;
  right: 20px;
  transition: all .3s ease-in-out;
}
.fabula-doctors-select-list--active .fabula-select::after {
  transform: rotate(180deg);
  transition: all .3s ease-in-out;
}
.fabula-select::after {
  content: '';
  position: absolute;
  width: 14px;
  height: 8px;
  top: 50%;
  right: 22px;
  transform: translate(0, -50%);
  transition: transform 0.2s ease-in-out;
  background: url("/local/templates/vetcity/img/icons/drop.svg") no-repeat center;
}
.fabula-select_active::after {
  transform: translate(0, -50%) rotate(180deg);
  transition: transform 0.2s ease-in-out;
}
.fabula-select_hover {
  color: black;
  background-color: #f1f4f9;
}
.fabula-select-title {
  width: max-content;
}
.fabula-select-title_desc,
.fabula-select-list-item_desc {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: right;
}
.fabula-select-list {
  position: absolute;
  left: 0;
  bottom: -4px;
  transform: translate(-0.5%, 100%);
  background-color: white;
  width: 100.5%;
  border-radius: 25px;
  box-shadow: 0.5px 0.5px 8px #c5c5c5;
  overflow: hidden;
  overflow-y: auto;
  max-height: 300px;
  z-index: 1;
}
.fabula-select-list-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  cursor: pointer;
  font-size: 14px;
  line-height: 18px;
  transition: none;
}
.fabula-select-list-item label {
  margin: 0;
  cursor: pointer;
}
.fabula-select-list-item input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.fabula-select-list-item_active {
  background: url("/local/templates/vetcity/img/icons/check.svg"), linear-gradient(#013FFF, #0273FF);
  background-repeat: no-repeat;
  background-position: right 17px center, center;
  color: white;
  transition: none;
  padding: 16px 43px 16px 20px;
}
.fabula-select-list-item_active label {cursor: default}
.fabula-select-list-item:hover {
  background: #f1f4f9;
  color: black;
  transition: none;
}
.fabula-select-list-item_active .fabula-select-title_desc_green {
  color: white;
}
.fabula-select-list-item_active:hover {
  cursor: default;
  background: url("/local/templates/vetcity/img/icons/check.svg"), linear-gradient(#013FFF, #0273FF);
  background-repeat: no-repeat;
  background-position: right 17px center, center;
  color: white;
}
@media (max-width: 1016px) {
  .fabula-select {
    padding: 20px 50px 20px 20px;
  }
  .fabula-select-title_desc,
  .fabula-select-list-item_desc {
    font-size: 12px;
    margin-left: 5px;
  }
}
@media (max-width: 1016px) {
  .fabula-select {
    padding: 20px 50px 20px 20px;
  }
  .fabula-select-title_desc {
    font-size: 12px;
    margin-left: 5px;
  }
}
/* << select */

@keyframes loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fabula-loading {
  width: 61px;
  height: 61px;
  animation-name: loading;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

.fabula-gray-btn {
  width: max-content;
  height: max-content;
  color: var(--text-color);
  background: var(--gradient-grey);
  font-size: var(--small-text-size);
  line-height: 18px;
  font-weight: 600;
  padding: calc(var(--unit)* 19) calc(var(--unit)* 31);
  border-radius: 60px;
  border: none;
  text-transform: uppercase;
}
.fabula-gray-btn:hover {
  color: var(--white-color) !important;
  background: var(--bg-color);
}

.tooltip-container {
  position: relative;
  color: var(--brand-color);
  cursor: pointer;
  white-space: nowrap;
}
.tooltip-container b {font-weight: 600}
.tooltip-black {
  visibility: hidden;
  position: absolute;
  width: 102%;
  min-width: 206px;
  top: -4px;
  right: 0;
  transform: translate(0px, -100%);
  padding: 12px 15px;
  color: white;
  background-color: rgba(27, 27, 41, 1);
  border-radius: 12px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  white-space: normal;

  @media (max-width: 768px) {
    right: -20px;
  }
}
.tooltip-black::after {
  content: '';
  position: absolute;
  bottom: 0px;
  right: 16px;
  transform: translate(0px, 100%);
  width: 8px;
  height: 4px;
  background-image: url('../../../local/templates/vetcity/img/icons/tooltip-corner-black.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.tooltip-white {
  visibility: hidden;
  position: absolute;
  width: 130%;
  min-width: 240px;
  top: -4px;
  right: 0;
  transform: translate(50%, -100%);
  padding: 16px;
  color: var(--text-color);
  background-color: white;
  border-radius: 20px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  white-space: normal;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.22);
  transition: none;

  @media (max-width: 768px) {
    transform: translate(0, -100%);
    width: 100%;
    left: 0;
  }
}
.tooltip_translate-left {
  transform: translate(65%, -100%);
  left: -50%;
}
.tooltip_translate-right {
  transform: translate(-65%, -100%);
  right: 50%;
}
/* .tooltip-white::after {
  content: '';
  position: absolute;
  top: 16px;
  right: 16px;
  width: 18px;
  height: 18px;
  background-image: url('../../../local/templates/vetcity/img/icons/attention.svg');
  background-repeat: no-repeat;
  background-size: contain;
} */
.tooltip-container:hover .tooltip-white,
.tooltip-container:hover .tooltip-black {
  display: block;
  visibility: visible;
  transition: none;
}
.tooltip-container * {transition: none}

.modal-wrapper {
  display: none;
}
.fabula-page-container form [type=submit] {
  opacity: 1;
  pointer-events: auto;
}

.fabula-divider-grey {
  border-top: 1px solid lightgrey;
}
.fabula-divider-blue {
  border-top: 1px solid var(--brand-color);
}

.fabula-img-block {
  position: relative;
  border-radius: var(--border-radius-xxl);
}
.fabula-img-block > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  object-fit: cover;
  z-index: 0;
  border-radius: var(--border-radius-xxl);
}

.fabula-lightblue-container {
  padding: 30px;
  background-color: var(--bg-color-light);
  border-radius: var(--border-radius-xl);
  @media (max-width: 1016px) {
    border-radius: var(--border-radius-xxl);
  }
}
.fabula-lightblue-container p {
  font-size: var(--text-size);
  line-height: 20px;
}
.fabula-lightblue-container p:not(:last-child) {margin-bottom: 20px}
.fabula-lightblue-container p:last-child {
  margin-bottom: 0;
}

.fabula-top-list-container {
  background-color: #fff;
  border-radius: var(--border-radius-xxl);
  padding: calc(var(--unit)* 80) calc(var(--unit)* 48);
  margin-bottom: 2px;
  @media (max-width: 1016px) {
    padding: 0;
  }
}

.fabula-top-list-container .fabula-top-list-img {
  position: relative;
  border-top-left-radius: var(--border-radius-xl);
  border-top-right-radius: 0;
  border-bottom-left-radius: var(--border-radius-xl);
  border-bottom-right-radius: 0;

  @media (max-width: 1016px) {
    border-bottom-left-radius: 0;
    border-top-right-radius: var(--border-radius-xxl);
    border-top-left-radius: var(--border-radius-xxl);
  }
}

.fabula-container-half-block {
  padding: 60px 48px;
  border-radius: var(--border-radius-xxl);
  background-color: var(--white-color);
  @media (max-width: 1261.5px) {
    padding: 40px;
  }
}
.fabula-flex-container-justify-content-space-between {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.fabula-simple-container {
  width: 100%;
  margin-bottom: 2px;
  border-radius: var(--border-radius-xxl);
  overflow: hidden;
}
.fabula-img-container {
  border-radius: 60px;
  overflow: hidden;
}
.fabula-img-container > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fabula-blue-color {
  color: var(--brand-color);
}

.fabula-video-item {
  position: relative;
  height: 100%;
}
.fabula-video-item .video-js.vjs-fluid {height: 100%}
.fabula-video-item .video-js .vjs-tech {width: auto}
.fabula-video-item .vjs-fullscreen .vjs-tech {width: 100%;}
.fabula-video-item .video-js .vjs-big-play-button {
  font-size: 3.5em;
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 50%;
  background-color: #1b1b29ba;
}
.fabula-video-item .vjs-poster {background-size: cover;}
.fabula-video-item .video-js:hover .vjs-big-play-button {background-color: #1b1b2999}
.fabula-video-item .video-js .vjs-big-play-button::before {top: 6%}
.fabula-video-item .video-js .vjs-control-bar {
  z-index: 5;
  bottom: 10px;
  @media (max-width: 549.5px) {bottom: 23px}
  @media (max-width: 545.5px) {bottom: 18px}
  @media (max-width: 540.5px) {bottom: 13px}
  @media (max-width: 535.5px) {bottom: 10px}
  @media (max-width: 449.5px) {bottom: 47px}
  @media (max-width: 445.5px) {bottom: 45px}
  @media (max-width: 442.5px) {bottom: 40px}
  @media (max-width: 440.5px) {bottom: 32px}
  @media (max-width: 435.5px) {bottom: 25px}
  @media (max-width: 432px) {bottom: 20px}
  @media (max-width: 428px) {bottom: 15px}
  @media (max-width: 425.5px) {bottom: 10px}
}

.fabula-display-none {
  display: none !important;
}

.fabula-btn-transparent {
  width: max-content;
  height: max-content;
  display: block;
  background-color: transparent;
  border: 2px solid #025bff;
  padding: 14px 4rem;
  border-radius: var(--border-radius-xxl);
  color: #025bff;
  text-transform: uppercase;
  font-size: var(--small-text-size);
  font-weight: 600;
  outline: none;
}
.fabula-btn-transparent:hover,
.fabula-btn-transparent:focus,
.fabula-btn-transparent:active {
  background: linear-gradient(45deg, #0273ff 0, #013fff 100%);
  background-size: 110% 115%;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--white-color);
}
.dis-scroll {
  overflow: hidden;
}
.fabula-icon-tg-black {
  background-image: url(/local/templates/vetcity/img/icons/tg_black.svg);
  background-size: 16px 16px;
}
.fabula-icon-vk-black {
  background-image: url(/local/templates/vetcity/img/icons/vk.svg);
  background-size: 20px 11px;
}

.fabula-hamburger {
  display: block;
  background: url(/local/templates/vetcity/img/icons/hamburger.svg) no-repeat 50% 50% / 13px auto, linear-gradient(123.75deg, #FAFAFA -30.52%, #D7DBE0 89.61%);
  box-shadow: 10px 8px 25px rgba(0, 0, 0, 0.03);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-left: 20px;
  @media (max-width: 1200px) {
    width: 35px;
    height: 35px;
    margin-left: 10px;
    background-image: url(/local/templates/vetcity/img/icons/hamburger-white.svg);
    background-size: 16px 16px;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.fabula-hamburger:hover {
  background: url(/local/templates/vetcity/img/icons/hamburger-white.svg) no-repeat 50% 50%/ 16px 16px, linear-gradient(45deg, #0273FF 0%, #013FFF 100%);
  @media (max-width: 1200px) {
    transform: scale(1.1);
    background-image: url(/local/templates/vetcity/img/icons/hamburger-white.svg);
    background-size: 16px 16px;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.fabula-tooltip-f {
  position: relative;
  display: inline-block;
}

.fabula-tooltip-f .fabula-tooltiptext-f {
  visibility: hidden;
  width: 200px;
  background-color: black;
  color: #fff;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -70px;
  opacity: 0;
  transition: opacity 0.3s;
}

.fabula-tooltip-f .fabula-tooltiptext-f::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.fabula-tooltip-f:hover .fabula-tooltiptext-f {
  visibility: visible;
  opacity: 1;
}

.fabula-img-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 58.15%, rgba(0, 0, 0, 0.5) 100%);
}

@media (min-width: 1016px) {
  .tooltip-f .tooltiptext-f {
      width: 280px;
      margin-left: -140px;
  }
}

@media (max-width: 1016px) {
  .fabula-block {
    padding: 40px 25px;
  }
}

@media (min-width: 1016.5px) {
  .fabula-hide--desktop {
    display: none !important;
  }
}
@media (max-width: 1016.5px) {
  .fabula-hide--mobile {
    display: none !important;
  }
}

/* new footer >> */
.fabula-footer__content {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  align-items: flex-end;
  margin: 70px 0;
}
.fabula-footer__right {
  display: flex;
  align-items: flex-end;
  gap: 135px;
}
.fabula-footer__left {
  height: 100%;
}

.footer-contacts__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 50px;
  height: 100%;
}
.footer-contacts__heart {
  background-image: url(/local/templates/vetcity/img/icons/heart.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0% 50%;
  height: 32px;
  width: 40px;
}
.footer-contacts__contact {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 14px;
  line-height: 20px;
}
.footer-contacts__contact a {
  text-decoration: none;
}
.fabula-footer .footer-phone .fabula-footer-phone {
  display: inline-block;
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  margin-top: 8px;
}
.fabula-footer .footer-contacts__contact * {
  font-weight: 400;
}
.fabula-footer .text-grey {
  color: #858585;
}
a.fabula-link--white {
  color: #fff;
  transition: all 0.3s;
}
a.fabula-link--white:hover {
  opacity: 0.8;
  color: #fff;
  text-decoration: none;
}
.footer-contacts__info {
  display: flex;
  align-items: center;
}
.fabula-footer .non-stop {
  background: url(/local/templates/vetcity/img/icons/24-7.svg) no-repeat;
  background-position: initial;
  background-size: initial;
  height: 40px;
  width: 93px;
  margin-right: 0;
}
.fabula-footer .footer-contacts__info-text {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.3;
}
.footer-contacts__info-text--mobile {
  display: none;
}

.footer-info {
  display: flex;
  flex-direction: column;
  gap: 36px;
  justify-content: space-between;
}
.footer-info * {
  color: rgba(255,255,255,.5);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.footer-info a {
  text-decoration: underline;
}
.footer-info__content {
  display: grid;
  gap: 12px;
}
.fabula-footer .copyright {
  opacity: 1;
}
.footer-copyright__additional > a {
  text-decoration: underline;
}
.footer-copyright__additional > a:hover {
  text-decoration: underline;
  transition: all .2s ease-in-out;
}
.footer-copyright {
  display: grid;
}
.footer-info__item {
  margin-bottom: 0;
}
.footer-contacts__additional {
  display: none;
}
.footer-yandex-widget {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 37px;
  text-decoration: none !important;

  @media (max-width: 1016px) {
      margin-top: 45px;
  }
}
.footer-yandex-widget span {
  font-size: 18px;
  line-height: 20px;
  color: white;
}

@media (max-width: 1439px) {
  .fabula-footer__right {
    gap: 50px;
  }
}
@media (max-width: 1016px) {
  .fabula-footer__content {
    grid-template-columns: 1fr;
    align-items: flex-start;
    margin: 0 0 60px;
  }
  .fabula-footer__right {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .fabula-footer .container {
		margin: 0;
		padding: 0;
	}
  .footer-contacts__info {
    order: 2;
    gap: 10px;
    align-items: flex-end;
  }
  .footer-contacts__contact {
    gap: 20px;
    order: 3;
  }
  .footer-info {
    width: 100%;
    gap: 45px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(241, 244, 248, .1);
  }
  .fabula-footer .text-grey {
    font-size: 14px;
    line-height: 20px;
  }
  .footer-contacts__info-text {
    display: none;
  }
  .footer-contacts__info-text--mobile {
    display: block;
    font-weight: normal;
  } 
  .footer-contacts__info-text--mobile span {
    font-size: 14px;
    line-height: 20px;
  } 
  .fabula-footer .non-stop {
    width: 45px;
    height: 20px;
    background-size: 100%;
  }
  .footer-contacts__content {
    gap: 45px;
  }
  .fabula-footer .fabula-menu li {
    text-align: left !important;
    font-size: 14px;
    line-height: 22px;
  }
  .fabula-footer__left {
    padding: 0 25px;
  }
  .fabula-footer .fabula-menu {
    padding: 40px 25px;
  }
  .footer-info {
    padding: 0 20px 40px 20px;
  }
  .footer-contacts__additional {
    display: block;
    margin-top: 45px;
    padding-left: 20px;
  }
  .footer-contacts__additional img {
    width: 56.91px;
  }
}
/* << new footer */

/* order >> */
@media (max-width: 1016px) {
  .fabula-order_0 {order: 0}
  .fabula-order_1 {order: 1}
  .fabula-order_2 {order: 2}
  .fabula-order_3 {order: 3}
  .fabula-order_4 {order: 4}
  .fabula-order_5 {order: 5}
  .fabula-order_6 {order: 6}
  .fabula-order_7 {order: 7}
  .fabula-order_8 {order: 8}
  .fabula-order_9 {order: 9}
  .fabula-order_10 {order: 10}
}
/* << order */
.fabula-search-icon-next {
  position: absolute;
  top: 6px;
  right: 8px;
  width: 29px;
  height: 20px;
  border-radius: 20px;
  padding: 0;
  border: none;
  outline: none;
  background-image: url(../../../local/templates/vetcity/img/icons/arrow-right-white-bold.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 8px;
  display: none;
  background-color: var(--grey-color);
}
.fabula-search-icon-next_blue {
  background-color: #0142ff;
}

.fabula-pink-box {
  background-color: rgba(241, 72, 72, 0.1);
  font-weight: normal;
  padding: 20px;
  border-radius: 30px;
  font-size: 14px;
  line-height: 20px;
  margin-top: 32px;

  @media (max-width: 1016px) {
    margin-top: 40px;
  }
  @media (max-width: 500px) {
    margin-top: 20px;
  }
}

.fabula-lightblue-box {
  background-color: var(--bg-color-light);
  font-weight: normal;
  padding: 25px;
  border-radius: 30px;
  font-size: 14px;
  line-height: 20px;
  margin-top: 32px;

  @media (max-width: 1016px) {
    margin-top: 40px;
  }
  @media (max-width: 500px) {
    margin-top: 20px;
  }
}
.fabula-elem-bitrix-url {
  display: none;
  position: absolute;
  top: 15px;
  right: 45px;
  width: 30px;
  height: 30px;
  z-index: 100;
  padding: 5px;
  background: white;
  border-radius: 50%;

  @media (max-width: 1016px) {
    right: 25px;
  }
}
.fabula-arctile-filling .fabula-elem-bitrix-url {
  top: -15px;
  right: -15px;
}
.fabula-container:hover .fabula-elem-bitrix-url {display: block}
.fabula-block-title {
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 32px;
}
@media (max-width: 1439px) {
  .fabula-block-title {
    font-size: 31px;
    line-height: 35px;
  }
}
@media (max-width: 1262px) {
  .fabula-block-title {
    font-size: 27px;
    line-height: 31px;
    margin-bottom: 28px;
  }
}
@media (max-width: 1016px) {
  .fabula-block-title {
    font-size: 31px;
    line-height: 35px;
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .fabula-block-title {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 500px) {
  .fabula-block-title {
    font-size: 26px;
    line-height: 30px;
  }
}
.fabula-wave-divider {text-align: center}
.fabula-wave-divider img {
  width: 89.25px;
  height: 10px;
}
.fabula-clinic-point {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .fabula-doctors-card-clinic .fabula-clinic-point {
    display: inline-block;
    width: 3px;
    height: 3px;
  }
}

.fabula-clinic-point_orange {background-color: rgba(255, 130, 4, 1)}
.fabula-clinic-point_lightblue {background-color: rgba(120, 199, 201, 1)}
.grecaptcha-badge {
  display: none !important;
}
.fabula-page-container a {
  color: var(--brand-color);
}
.fabula-page-container a:hover {
  color: var(--brand-color-active);
}

.fabula-footer a,
.fabula-footer a:hover {
  color: #ffffff;
}
.fabula-page-container a.btn.btn-blue {
  color: #ffffff;
}
.fabula-page-container a.btn.btn-blue:hover {
  color: var(--brand-color);
}
.fabula-page-container .btn:focus {
  box-shadow: none;
}

.fabula-elem-deactivate-block {
  display: none;
  position: absolute;
  width: max-content !important;
  top: 15px;
  left: 35px;
  z-index: 100;
  padding: 5px;
  border: 1px solid var(--brand-color);
  text-align: center;
  cursor: pointer;
  border-radius: 10px;
  background-color: #ffffff;
  color: #000000;
}
.fabula-elem-deactivate-block .fabula-elem-deactivate-block-text {
  font-size: 10px;
  line-height: normal;
}
.fabula-elem-deactivate-block:hover {
  outline: 1px solid var(--brand-color);
}
.fabula-elem-deactivate-block svg {
  width: 30px;
}
@media (max-width: 768px) {
  .fabula-elem-deactivate-block .fabula-elem-deactivate-block-text {
    font-size: 9px;
  }
  .fabula-elem-deactivate-block svg {
    width: 20px;
  }
}
.fabula-container:hover .fabula-elem-deactivate-block {display: block}
.fabula-grid-list-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1439px) {
  .fabula-grid-list-container {gap: 20px}
}
@media (max-width: 1262px) {
  .fabula-grid-list-container {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}