

/* Start:/local/templates/anicura/frontend/dist/css/libs.css?174460686839051*/
/**
 * Reset Mixing
 * ================================================== */
/**
 * Disable Animation
 */
/**
 * Disable animation depends on Browser or Operation System configuration
 */
/**
 * Accessability. Black and White Mode
 */
/**
 * Accessability. Inverse Mode
 */
/**
 * Meter reset
 */
/**
 * Modern CSS Reset Tweaks
 * ================================================== */
html {
  -webkit-text-size-adjust: 100%;
}
html:focus-within {
  scroll-behavior: smooth;
}

body {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  position: relative;
  width: 100%;
  min-height: 100vh;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
}

/* Box sizing normalization */
*,
::after,
::before {
  box-sizing: border-box;
}

/* Elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/**
 * CSS Reset Tweaks
 *
 * http://meyerweb.com/eric/tools/css/reset/
 * v2.0-modified | 20110126
 * License: none (public domain)
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

/**
 * Input Reset
 */
input:required,
input {
  box-shadow: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type='search'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:focus {
  outline: none;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 */
[hidden] {
  display: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: none;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  height: auto;
}

/* Make pictures easier to work with */
picture {
  display: inline-block;
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
  border: 0;
  background: transparent;
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

[disabled] {
  pointer-events: none;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 */
input[type='checkbox'],
input[type='radio'] {
  padding: 0;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type='search'] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button {
  border: 0;
  background: transparent;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
  text-indent: 0;
}

/**
 * Based on normalize.css v8.0.1
 * github.com/necolas/normalize.css
 */
hr {
  box-sizing: content-box;
  overflow: visible;
  background: #000;
  border: 0;
  height: 1px;
  line-height: 0;
  margin: 0;
  padding: 0;
  page-break-after: always;
  width: 100%;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 100%;
}

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: none;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

/**
  * Add the correct font size in all browsers.
  */
small {
  font-size: 75%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -5px;
}

sup {
  top: -5px;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
  outline: 0;
}

legend {
  color: inherit;
  white-space: normal;
  display: block;
  border: 0;
  max-width: 100%;
  width: 100%;
}

fieldset {
  min-width: 0;
}

body:not(:-moz-handler-blocked) fieldset {
  display: block;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Misc
 * ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Swiper 9.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 13, 2023
 */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA')
    format('woff');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide,
swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lg-sub-html,
.lg-toolbar {
  background-color: rgba(0, 0, 0, 0.45);
}

@font-face {
  font-family: lg;
  src: url(/local/templates/anicura/frontend/dist/css/../fonts/lg.eot?n1z373);
  src: url(/local/templates/anicura/frontend/dist/css/../fonts/lg.eot?#iefixn1z373) format('embedded-opentype'), url(/local/templates/anicura/frontend/dist/css/../fonts/lg.woff?n1z373) format('woff'),
    url(/local/templates/anicura/frontend/dist/css/../fonts/lg.ttf?n1z373) format('truetype'), url(/local/templates/anicura/frontend/dist/css/../fonts/lg.svg?n1z373#lg) format('svg');
  font-weight: 400;
  font-style: normal;
}
.lg-icon {
  font-family: lg;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: 0;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #fff;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: '\e095';
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: '\e094';
}
@keyframes lg-right-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}
@keyframes lg-left-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}
.lg-outer.lg-right-end .lg-object {
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: 0;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #fff;
}

.lg-toolbar .lg-close:after {
  content: '\e070';
}

.lg-toolbar .lg-download:after {
  content: '\e0f2';
}

.lg-sub-html {
  bottom: 0;
  color: #eee;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-next,
.lg-prev,
.lg-toolbar {
  opacity: 1;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
  background-color: #0d0a0a;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toogle-thumb:hover,
.lg-outer.lg-dropdown-active #lg-share {
  color: #fff;
}

.lg-outer .lg-toogle-thumb:after {
  content: '\e1ff';
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(/local/templates/anicura/frontend/dist/css/../img/vimeo-play.png) no-repeat;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(/local/templates/anicura/frontend/dist/css/../img/vimeo-play.png) 0 -58px no-repeat;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: url(/local/templates/anicura/frontend/dist/css/../img/video-play.png) no-repeat;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url(/local/templates/anicura/frontend/dist/css/../img/youtube-play.png) no-repeat;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(/local/templates/anicura/frontend/dist/css/../img/youtube-play.png) 0 -60px no-repeat;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  transition: opacity 80ms ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: '\e01d';
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: '\e01a';
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  transform: scale3d(1, 1, 1);
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transform-origin: 0 0;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: '\e311';
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: '\e033';
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: '\e312';
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px #fff inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
  box-shadow: 0 0 0 8px #fff inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: '\e20c';
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: '\e20d';
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
  transition-delay: 0s;
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 5px, 0);
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0;
}

.lg-outer .lg-dropdown > li:hover .lg-icon,
.lg-outer .lg-dropdown > li:hover a {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer,
.lg-outer .lg,
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: '\e80d';
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: '\e901';
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: '\e904';
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: '\e902';
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: '\e903';
}

.lg-group:after {
  content: '';
  display: table;
  clear: both;
}

.lg-outer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url(/local/templates/anicura/frontend/dist/css/../img/loading.gif) center center no-repeat;
  display: none !important;
}

.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block !important;
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
  content: '';
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('/local/templates/anicura/frontend/dist/css/../img/css_img/fancybox_sprite.png');
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('/local/templates/anicura/frontend/dist/css/../img/css_img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('/local/templates/anicura/frontend/dist/css/../img/css_img/blank.gif'); /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('/local/templates/anicura/frontend/dist/css/../img/css_img/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min--moz-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('/local/templates/anicura/frontend/dist/css/../img/css_img/fancybox_sprite@2x.png');
    background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('/local/templates/anicura/frontend/dist/css/../img/css_img/fancybox_loading@2x.gif');
    background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
  }
}

/* End */


/* Start:/local/templates/anicura/frontend/dist/css/app.css?1775476513155887*/
@charset "UTF-8";
/**
  Основные переменные для media запросов при изменении ширины экрана
*/
/**
  дополнительные переменные для media запросов при изменении ширины экрана
*/
:root {
  --color-white: #fff;
  --color-main: #00263e;
  --color-light-blue: #91c3d2;
  --color-ligth-blue2: #b9d5de;
  --color-yellow: #5caa7f;
  --button-hover: #589972;
  --button-pressed: #a8d5ba;
  --color-light-gray: #f1f5f8;
  --color-light-green: #a8d5ba;
  --color-green: #5caa7f;
  --color-invalid: #ee5340;
  --heightFixedHeader: 72px;
}

/**
  Десктоп маленький
 */
/**
  Планшет горизонтальный
 */
/**
  Планшет вертикальный
 */
/**
  Мобильные устройства
 */
.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0px 80px;
}
@media screen and (max-width: 1279.98px) {
  .container {
    padding: 0 16px;
  }
}
.container_narrow {
  max-width: 846px;
  margin: 0 auto;
}
@media screen and (max-width: 1279.98px) {
  .container_narrow {
    padding: 0 16px;
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .container_narrow {
    padding: 0;
  }
}

.col {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@font-face {
  font-family: 'Open Sans';
  font-weight: 400;
  font-display: swap;
  src: url('/local/templates/anicura/frontend/dist/css/../fonts/OpenSans-Regular.woff2') format('woff2'), url('/local/templates/anicura/frontend/dist/css/../fonts/OpenSans-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-weight: 500;
  font-display: swap;
  src: url('/local/templates/anicura/frontend/dist/css/../fonts/OpenSans-Medium.woff2') format('woff2'), url('/local/templates/anicura/frontend/dist/css/../fonts/OpenSans-Medium.woff') format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-weight: 700;
  font-display: swap;
  src: url('/local/templates/anicura/frontend/dist/css/../fonts/OpenSans-Bold.woff2') format('woff2'), url('/local/templates/anicura/frontend/dist/css/../fonts/OpenSans-Bold.woff') format('woff');
}
@font-face {
  font-family: 'Merriweather';
  font-weight: 700;
  font-display: swap;
  src: url('/local/templates/anicura/frontend/dist/css/../fonts/Merriweather-Bold.woff2') format('woff2'), url('/local/templates/anicura/frontend/dist/css/../fonts/Merriweather-Bold.woff') format('woff');
}
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  border-radius: 4px;
  background: var(--color-light-gray);
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  border: 8px var(--color-ligth-blue2) solid;
}

* {
  scrollbar-color: var(--color-ligth-blue2) var(--color-light-gray);
  scrollbar-width: thin;
}

html {
  font-size: 20px;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (max-width: 1279.98px) {
  html {
    font-size: 16px;
  }
}

body {
  font: 20px/1.5 'Open Sans', sans-serif;
  color: var(--color-main);
  background: var(--color-light-gray);
  overflow-x: hidden;
}
@media screen and (max-width: 1279.98px) {
  body {
    font-size: 16px;
  }
}

img {
  display: block;
}

a {
  display: inline;
  color: var(--color-main);
  text-decoration: none;
}

button:focus {
  outline: none;
}

label {
  cursor: pointer;
}

svg {
  display: block;
}

picture {
  display: block;
}

.row {
  display: flex;
  width: 100%;
  flex-direction: row;
}

.align-items-center {
  align-items: center;
}

.buttons-group {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.container .slider-arrows_hidden {
  display: none;
}

.sp-block-table {
  overflow: scroll;
}

.new-banner {
  padding-bottom: 24px;
  overflow: hidden;
  display: none;
}
.new-banner.open {
  display: block;
}
.new-banner__wrapper {
  background-color: var(--color-green);
}
.new-banner__content {
  display: flex;
  flex-direction: row;
  gap: 17px;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
  padding: 16px 0;
}
@media screen and (max-width: 1024px) {
  .new-banner__content {
    padding: 17px 0 16px 0;
    align-items: flex-start;
  }
}
.new-banner__image {
  max-height: 96px;
  margin: -16px 0;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .new-banner__image {
    display: none;
  }
}
.new-banner__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.new-banner__title {
  color: var(--color-white);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.new-banner__additional {
  color: var(--color-white);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.new-banner__close {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-white);
  border-radius: 50%;
  width: 40px;
  min-width: 40px;
  height: 40px;
  cursor: pointer;
}
.new-banner__close:after {
  content: '';
  -webkit-mask-image: url('/local/templates/anicura/frontend/dist/css/../img/svg/close-blue.svg');
  mask-image: url('/local/templates/anicura/frontend/dist/css/../img/svg/close-blue.svg');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 14px;
  height: 14px;
  background-color: #91c3d2;
}
.new-banner__light {
  position: absolute;
  top: 41px;
  right: 106px;
  width: 526px;
  height: 141px;
  border-radius: 526px;
  background: var(--color-white);
  filter: blur(75px);
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .new-banner__light {
    top: calc(100% + 3px);
    right: 0;
    width: 100%;
    height: 97px;
  }
}

.no-scroll {
  overflow: hidden;
  padding-right: var(--scrollbar-width);
}

h1 {
  font: 700 48px/62px 'Merriweather';
}
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 24px;
    line-height: 31px;
  }
}

h2,
.h2 {
  font: 700 32px/42px 'Merriweather';
}
@media screen and (max-width: 1024px) {
  h2,
  .h2 {
    font-size: 20px;
    line-height: 26px;
  }
}

h3, .h3 {
  font-size: 24px;
  font-weight: 700;
}

h4, .h4 {
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  h3, .h3 {
    font-size: 18px;
  }
  h4, .h4 {
    font-size: 16px;
    font-weight: 700;
  }
}

.icon {
  position: relative;
  padding-left: 40px;
}
@media screen and (max-width: 1279.98px) {
  .icon {
    padding-left: 35px;
  }
}
.icon:after,
.icon:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.icon:after {
  border-radius: 20px;
}
.icon:before {
  background-color: #fff;
  z-index: 1;
}

.icon-point:after {
  height: 32px;
  width: 32px;
  background: #a8d5ba;
}
@media screen and (max-width: 1279.98px) {
  .icon-point:after {
    width: 24px;
    height: 24px;
  }
}
.icon-point:before {
  -webkit-mask-image: url('/local/templates/anicura/frontend/dist/css/../img/svg/point.svg');
  mask-image: url('/local/templates/anicura/frontend/dist/css/../img/svg/point.svg');
  height: 32px;
  width: 32px;
  -webkit-mask-size: 0.8rem, 0.8rem;
  mask-size: 0.8rem, 0.8rem;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media screen and (max-width: 1279.98px) {
  .icon-point:before {
    width: 24px;
    height: 24px;
  }
}

.icon-tel:after {
  height: 32px;
  width: 32px;
  background: #a8d5ba;
}
@media screen and (max-width: 1279.98px) {
  .icon-tel:after {
    width: 24px;
    height: 24px;
  }
}
.icon-tel:before {
  -webkit-mask-image: url('/local/templates/anicura/frontend/dist/css/../img/svg/tel.svg');
  mask-image: url('/local/templates/anicura/frontend/dist/css/../img/svg/tel.svg');
  height: 32px;
  width: 32px;
  -webkit-mask-size: 0.8rem, 0.8rem;
  mask-size: 0.8rem, 0.8rem;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media screen and (max-width: 1279.98px) {
  .icon-tel:before {
    width: 24px;
    height: 24px;
  }
}

.icon-schedule:after {
  height: 32px;
  width: 32px;
  background: #a8d5ba;
}
@media screen and (max-width: 1279.98px) {
  .icon-schedule:after {
    width: 24px;
    height: 24px;
  }
}
.icon-schedule:before {
  -webkit-mask-image: url('/local/templates/anicura/frontend/dist/css/../img/svg/schedule.svg');
  mask-image: url('/local/templates/anicura/frontend/dist/css/../img/svg/schedule.svg');
  height: 32px;
  width: 32px;
  -webkit-mask-size: 0.8rem, 0.8rem;
  mask-size: 0.8rem, 0.8rem;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media screen and (max-width: 1279.98px) {
  .icon-schedule:before {
    width: 24px;
    height: 24px;
  }
}

.icon-metro:after {
  height: 32px;
  width: 32px;
  background: #a8d5ba;
}
@media screen and (max-width: 1279.98px) {
  .icon-metro:after {
    width: 24px;
    height: 24px;
  }
}
.icon-metro:before {
  -webkit-mask-image: url('/local/templates/anicura/frontend/dist/css/../img/svg/metro.svg');
  mask-image: url('/local/templates/anicura/frontend/dist/css/../img/svg/metro.svg');
  height: 32px;
  width: 32px;
  -webkit-mask-size: 0.8rem, 0.8rem;
  mask-size: 0.8rem, 0.8rem;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media screen and (max-width: 1279.98px) {
  .icon-metro:before {
    width: 24px;
    height: 24px;
  }
}

.icon-auto:after {
  height: 32px;
  width: 32px;
  background: #a8d5ba;
}
@media screen and (max-width: 1279.98px) {
  .icon-auto:after {
    width: 24px;
    height: 24px;
  }
}
.icon-auto:before {
  -webkit-mask-image: url('/local/templates/anicura/frontend/dist/css/../img/svg/auto.svg');
  mask-image: url('/local/templates/anicura/frontend/dist/css/../img/svg/auto.svg');
  height: 32px;
  width: 32px;
  -webkit-mask-size: 0.8rem, 0.8rem;
  mask-size: 0.8rem, 0.8rem;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media screen and (max-width: 1279.98px) {
  .icon-auto:before {
    width: 24px;
    height: 24px;
  }
}

.icon-mail:after {
  height: 32px;
  width: 32px;
  background: #a8d5ba;
}
@media screen and (max-width: 1279.98px) {
  .icon-mail:after {
    width: 24px;
    height: 24px;
  }
}
.icon-mail:before {
  -webkit-mask-image: url('/local/templates/anicura/frontend/dist/css/../img/svg/mail.svg');
  mask-image: url('/local/templates/anicura/frontend/dist/css/../img/svg/mail.svg');
  height: 32px;
  width: 32px;
  -webkit-mask-size: 0.8rem, 0.8rem;
  mask-size: 0.8rem, 0.8rem;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media screen and (max-width: 1279.98px) {
  .icon-mail:before {
    width: 24px;
    height: 24px;
  }
}

.burger-close {
  position: relative;
  width: 40px;
  height: 40px;
  background: var(--color-light-blue);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.burger-close:before {
  font-size: 29px;
  content: '×';
  color: #fff;
}

.clear-button {
  cursor: pointer;
}
.clear-button:after {
  position: absolute;
  top: calc(50% - 11px);
  left: 0;
  content: '';
  width: 30px;
  height: 30px;
  background: url('/local/templates/anicura/frontend/dist/css/../img/svg/clear.svg');
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
}
.clear-button span {
  font-size: 14px;
  line-height: 18px;
  color: #79a0ac;
  padding-left: 30px;
}

a[name]:not([href]) {
  display: none;
}

.input {
  background: #fff;
  border-radius: 16px;
  border: 1px solid transparent;
  width: 100%;
  height: 56px;
  padding: 19px 16px 19px 16px;
  font-size: 14px;
}
.input.is-invalid {
  border-color: var(--color-invalid);
}
.input_border {
  border: 1px solid var(--color-ligth-blue2);
  border-radius: 16px;
}
.input_search {
  padding-left: 56px;
}

.input-search {
  position: relative;
}
.input-search:after {
  position: absolute;
  top: 16px;
  left: 17px;
  content: '';
  -webkit-mask-image: url('/local/templates/anicura/frontend/dist/css/../img/svg/search.svg');
  mask-image: url('/local/templates/anicura/frontend/dist/css/../img/svg/search.svg');
  background: var(--color-light-blue);
  width: 24px;
  height: 24px;
}

.textarea {
  border-radius: 16px;
  border: none;
  padding: 19px 16px;
  font-size: 14px;
  resize: none;
  width: 100%;
  height: 120px;
}
@media screen and (max-width: 767.98px) {
  .textarea {
    height: 112px;
  }
}

.label.opacity {
  margin-top: 10px;
  font-size: 10px;
  white-space: nowrap;
  opacity: 0.7;
}
@media (max-width: 1024px) {
  .label.opacity {
    white-space: wrap;
  }
}

.label {
  font-size: 14px;
}
.label a {
  font-weight: 700;
  text-decoration: underline;
  color: inherit;
}

.checkbox-label {
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 1024px) {
  .checkbox-label {
    padding-left: 25px;
  }
}
.checkbox-label:before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  content: '';
}
.checkbox-label:after {
  position: absolute;
  top: 7px;
  left: 5px;
  transform: rotate(-45deg);
  content: '';
  width: 8px;
  height: 5px;
  border: 2px solid var(--color-main);
  border-top: none;
  border-right: none;
  opacity: 0;
  transition: 0.3s;
}
.checkbox-label + .just-validate-error-label {
  display: none;
}

input[type='checkbox'] {
  position: absolute;
  top: 3px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-appearance: none;
  appearance: none;
}
input[type='checkbox']:checked ~ label:after {
  opacity: 1;
}
input[type='checkbox'].is-invalid + .label {
  color: var(--color-invalid);
}
input[type='checkbox'].is-invalid + .label:before {
  border-color: var(--color-invalid);
}

.just-validate-error-label {
  font-size: 12px;
  line-height: 16px;
  margin-top: 8px;
}

.form-ok {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  background: rgba(145, 195, 210, 0.7);
  cursor: pointer;
}
.form-ok__close {
  position: absolute;
  top: 24px;
  right: 24px;
}
@media screen and (max-width: 1024px) {
  .form-ok__close {
    top: 12px;
    right: 12px;
  }
}
.form-ok__content {
  position: relative;
  max-width: 628px;
  width: 100%;
  padding: 64px 45px;
  text-align: center;
  background: var(--color-white);
  border-radius: 16px;
  cursor: auto;
}
@media screen and (max-width: 1024px) {
  .form-ok__content {
    padding: 20px;
  }
}
.form-ok__title {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .form-ok__title {
    font-size: 20px;
    line-height: 26px;
  }
}

.open-modal {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;
}

.modal-overview {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(145, 195, 210, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 24px 32px;
  pointer-events: none;
  opacity: 0;
  overflow-y: scroll;
}
@supports (height: 100dvh) {
  .modal-overview {
    height: 100dvh;
  }
}
@media screen and (max-width: 1024px) {
  .modal-overview {
    padding: 24px 16px 80px 16px;
  }
}
.modal-overview.active {
  pointer-events: all;
  opacity: 1;
}
.modal-overview.preload .modal-content:not(.modal-content_preload) {
  display: none;
}
.modal-overview:not(.preload) .modal-content_preload {
  display: none;
}
.modal-overview__overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.modal-overview .modal-content {
  background-color: #ffffff;
  padding: 48px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  margin: auto;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .modal-overview .modal-content {
    width: 100%;
    margin-top: 56px;
    gap: 12px;
    padding: 32px 24px 24px 24px;
  }
}
.modal-overview .modal-content__image {
  position: absolute;
  bottom: 22px;
  left: 845px;
  z-index: 100;
}
@media screen and (max-width: 1279.98px) {
  .modal-overview .modal-content__image {
    display: none;
  }
}
.modal-overview .modal-content__title {
  font-family: 'Merriweather';
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
  max-width: calc(100% - 64px);
}
@media screen and (max-width: 1024px) {
  .modal-overview .modal-content__title {
    font-size: 20px;
    max-width: 100%;
  }
}
.modal-overview .modal-content__message {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .modal-overview .modal-content__message {
    width: 90%;
    font-size: 16px;
  }
}
.modal-overview .modal-content:not(.modal-content_response) {
  width: 100%;
  max-width: 1440px;
}
.modal-overview .modal-content:not(.modal-content_response) .modal-content__message {
  max-width: 845px;
}
.modal-overview .modal-content:not(.modal-content_response) .modal-content__title {
  max-width: 845px;
}
.modal-overview .modal-content_response {
  padding: 64px 48px;
  gap: 32px;
  text-align: center;
  align-items: center;
  max-width: 628px;
}
@media screen and (max-width: 1024px) {
  .modal-overview .modal-content_response {
    padding: 32px 24px;
    gap: 16px;
    max-width: 100%;
  }
}
.modal-overview .modal-content_preload {
  align-items: center;
  gap: 32px;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media screen and (max-width: 1024px) {
  .modal-overview .modal-content_preload {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.modal-overview .modal-content__preloader {
  width: 120px;
  height: 120px;
  animation: preload 3s linear infinite;
}
@media screen and (max-width: 1024px) {
  .modal-overview .modal-content__preloader {
    width: 80px;
    height: 80px;
  }
}
.modal-overview .modal-content__close {
  position: absolute;
  right: 24px;
  top: 24px;
  width: 40px;
  height: 40px;
  z-index: 150;
  cursor: pointer;
  background: url('/local/templates/anicura/frontend/dist/css/../img/svg/close-modal.svg');
}
@media screen and (max-width: 1024px) {
  .modal-overview .modal-content__close {
    top: -56px;
    right: 0;
    background: url('/local/templates/anicura/frontend/dist/css/../img/svg/close-white.svg');
  }
}
.modal-overview .modal-content .button {
  -ms-grid-row-align: center;
  align-self: center;
}
@media screen and (max-width: 1024px) {
  .modal-overview .modal-content .button {
    width: 100%;
    max-width: 100%;
  }
}
.modal-overview .modal-content .callback-form__form {
  margin-top: 24px;
  width: 845px;
}
@media screen and (max-width: 1024px) {
  .modal-overview .modal-content .callback-form__form {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 12px;
    width: 100%;
  }
}
.modal-overview .modal-content .callback-form__form-field input,
.modal-overview .modal-content .callback-form__form-field textarea,
.modal-overview .modal-content .callback-form__form-field .checkbox-label::before {
  background: #f1f5f8;
}
.modal-overview .modal-content .callback-form__form-field .checkbox-label a {
  padding-left: 0;
}
.modal-overview .modal-content .callback-form__form-field:last-child {
  -ms-grid-row-align: center;
  align-self: center;
  width: 100%;
  margin-top: 12px;
}
.modal-overview .modal-content .callback-form__form-field:last-child .button {
  max-width: 100%;
}
.modal-overview_no-scroll {
  overflow: hidden;
  padding: 104px 80px 80px 80px;
}
.modal-overview_no-scroll .modal-content {
  max-height: 100%;
  height: max-content;
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .modal-overview_no-scroll .modal-content {
    border-radius: 0;
    height: 100%;
  }
}
.modal-overview_no-scroll .modal-content__close {
  top: 24px;
  right: 24px;
  background: url('/local/templates/anicura/frontend/dist/css/../img/svg/close-modal.svg');
}
@media screen and (max-width: 1024px) {
  .modal-overview_no-scroll {
    padding: 0;
  }
}

@keyframes preload {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.button {
  padding: 16px 10px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  width: 100%;
  max-width: 280px;
  cursor: pointer;
}
@media screen and (max-width: 767.98px) {
  .button {
    max-width: 100%;
  }
}
.button_primary {
  background: var(--color-yellow);
  color: #fff;
}
.button_primary:hover {
  color: var(--color-white);
  background: var(--button-hover);
  transition: 0.3s;
}
.button_primary:active {
  background: var(--button-pressed);
}
.button_secondary {
  color: var(--color-yellow);
  border: 2px solid var(--color-yellow);
  border-radius: 30px;
}
.button_secondary:hover {
  color: var(--color-white);
  background: var(--color-yellow);
}
.button_call-icon span {
  position: relative;
  padding-left: 25px;
}
.button_call-icon span:after {
  position: absolute;
  top: 2px;
  left: 0;
  content: '';
  width: 16px;
  height: 16px;
  background-color: #fff;
  -webkit-mask-image: url('/local/templates/anicura/frontend/dist/css/../img/svg/tel.svg');
  mask-image: url('/local/templates/anicura/frontend/dist/css/../img/svg/tel.svg');
}
.button_download-icon {
  padding: 0;
  min-width: 280px;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.button_download-icon::before {
  content: '';
  -webkit-mask-image: url('/local/templates/anicura/frontend/dist/css/../img/svg/download.svg');
  mask-image: url('/local/templates/anicura/frontend/dist/css/../img/svg/download.svg');
  width: 14px;
  height: 16px;
  background-color: var(--color-yellow);
}
.button_download-icon:hover::before {
  background-color: var(--color-white);
}
.button_map-point {
  display: flex;
  align-items: center;
  justify-content: center;
}
.button_map-point::before {
  display: block;
  content: '';
  -webkit-mask-image: url('/local/templates/anicura/frontend/dist/css/../img/svg/map.svg');
  mask-image: url('/local/templates/anicura/frontend/dist/css/../img/svg/map.svg');
  width: 14px;
  height: 16px;
  margin-right: 8px;
  background-color: var(--color-white);
}
.button_underline-uppercase {
  display: inline;
  padding: 0;
  max-width: none;
  line-height: 24px;
  text-transform: uppercase;
  text-align: left;
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-text-decoration-color: var(--color-light-green);
  text-decoration-color: var(--color-light-green);
  text-decoration-thickness: 2px;
  -webkit-text-decoration-thikness: 2px;
  border-radius: 0;
}
@media screen and (max-width: 1024px) {
  .button_underline-uppercase {
    font-size: 14px;
    line-height: 19px;
  }
}
.button_underline-uppercase:hover {
  color: var(--color-light-blue);
  transition: 0.2s all ease;
}
.button_dropdown {
  position: relative;
  cursor: pointer;
}
.button_dropdown:after {
  position: absolute;
  top: 7px;
  right: -23px;
  transform: rotate(45deg);
  content: '';
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: currentColor;
  border-width: 0 2px 2px 0;
  transition: transform 0.3s;
}
.button_dropdown-open:after {
  top: 10px;
  transform: rotate(226deg);
}
.button_transparent {
  border: none;
  background: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #5caa7f;
}
.button_border {
  background: transparent;
  border: 2px solid #5caa7f;
  color: #5caa7f;
  transition: 0.15s all linear;
}
.button_border:hover {
  color: var(--color-white);
  background-color: #5caa7f;
}
.button_download {
  padding: 0;
  border: none;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: 8px;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: var(--color-yellow);
}
.button_download:hover {
  color: var(--button-hover);
}
.button_download:hover:before {
  background-color: var(--button-hover);
}
.button_download:before {
  content: '';
  width: 24px;
  height: 24px;
  -webkit-mask-image: url('/local/templates/anicura/frontend/dist/css/../img/svg/big-download.svg');
  mask-image: url('/local/templates/anicura/frontend/dist/css/../img/svg/big-download.svg');
  background-color: var(--color-yellow);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
@media screen and (max-width: 1024px) {
  .button_download {
    font-size: 14px;
  }
  .button_download:before {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url('/local/templates/anicura/frontend/dist/css/../img/svg/mini-download.svg');
    mask-image: url('/local/templates/anicura/frontend/dist/css/../img/svg/mini-download.svg');
  }
}
.button_light-border {
  border: 1px solid var(--color-ligth-blue2);
  color: var(--color-main);
}

.logo {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1279.98px) {
  .logo {
    margin-bottom: 16px;
    gap: 39px;
  }
}
.logo__centr {
  padding-right: 29px;
  max-width: 225px;
  max-height: 73px;
  min-width: 225px;
}
@media screen and (max-width: 1279.98px) {
  .logo__centr {
    max-width: 160px;
    min-width: unset;
    width: 100%;
    padding-right: 0;
    border: none;
  }
}
.logo__part {
  padding-left: 30px;
  min-width: 178px;
  max-width: 178px;
}
@media screen and (max-width: 1279.98px) {
  .logo__part {
    max-width: 129px;
    min-width: unset;
    width: 100%;
    padding-left: 0;
  }
}

.menu__item:hover .menu__link.parent {
  color: var(--color-light-blue);
  transition: 0.2s;
}

.menu__submenu > .menu__item:hover .menu__link.subLink {
  color: var(--color-light-blue);
  transition: 0.2s;
}

.menu__submenu > .menu__item:hover .menu__link-arrow > path {
  stroke: var(--color-light-blue);
  transition: 0.2s;
}

.menu__item:hover .menu__item-arrow {
  border-color: var(--color-light-blue);
  transition: 0.2s;
}
@media (min-width: 1024px) {
  .menu__item:hover .menu__item-arrow {
    top: 8px;
    transform: rotate(225deg);
  }
}

.arrowLink {
  transition: 0.2s;
}
.arrowLink.view {
  transform: rotate(180deg);
  transition: 0.2s;
}

.menu {
  padding: 40px 0 30px;
  border: 0 solid #fff;
  border-width: 1px 0;
}
@media screen and (max-width: 1024px) {
  .menu {
    padding: 32px 0;
  }
}
.menu__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 24px;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .menu__list {
    display: block;
  }
}
.menu__submenu {
  position: absolute;
  top: 100%;
  z-index: 1;
  width: max-content;
  opacity: 0;
  visibility: hidden;
  padding: 24px;
  transition: opacity 0.3s;
  background: #fff;
  box-shadow: 0px 8px 12px rgba(0, 38, 62, 0.15);
  border-radius: 16px;
  max-height: 485px;
  overflow-y: auto;
}
@media screen and (max-width: 1024px) {
  .menu__submenu {
    width: 100%;
  }
}
.menu__submenu .menu__item:not(:last-child) {
  margin-bottom: 24px;
}
.menu__submenu .menu__item.subItem:not(:last-child) {
  margin-bottom: 8px;
}
.menu__box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.menu__subsubmenu {
  display: none;
  position: relative;
  top: 16px;
  z-index: 3;
  width: 100%;
  padding: 0 0 16px 16px;
  transition: opacity 0.3s;
  background: #fff;
  max-height: 485px;
  overflow-y: auto;
  transition: all 0.3s ease;
}
.menu__subsubmenu.view {
  display: block;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .menu__subsubmenu {
    background: none;
    box-shadow: none;
  }
}
.menu__item {
  position: relative;
}
@media screen and (min-width: 1024.98px) {
  .menu__item:hover {
    color: var(--color-light-blue);
    transition: 0.2s;
  }
}
.menu__item-arrow {
  position: absolute;
  top: 6px;
  right: 2px;
  transform: rotate(45deg);
  content: '';
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: var(--color-main);
  border-width: 0 2px 2px 0;
  z-index: 10;
  transition: transform 0.3s;
}
.menu__item-arrow-container:before {
  display: none;
  content: '';
  position: absolute;
  z-index: 10;
  top: 0px;
  right: -6px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .menu__item-arrow-container:before {
    display: block;
  }
}
.menu__item-arrow-container:before:hover {
  border-color: var(--color-light-blue);
  transition: 0.2s all ease;
}
.menu__item-arrow-container:before:hover ~ .menu__link {
  color: var(--color-light-blue);
  transition: 0.2s all ease;
}
.menu__item-arrow-container:before:hover .menu__link {
  color: var(--color-light-blue);
  transition: 0.2s all ease;
}
.menu__item-arrow-container:hover {
  border-color: var(--color-light-blue);
  transition: 0.2s all ease;
}
.menu__item-arrow-container:hover ~ .menu__link {
  color: var(--color-light-blue);
  transition: 0.2s all ease;
}
.menu__item-arrow-container:hover .menu__link {
  color: var(--color-light-blue);
  transition: 0.2s all ease;
}
.menu__item-arrow:hover {
  border-color: var(--color-light-blue);
}
.menu__item-arrow:hover ~ .menu__link {
  color: var(--color-light-blue);
}
.menu__item_submenu {
  padding-right: 20px;
  padding-bottom: 10px;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .menu__item_submenu {
    overflow: hidden;
  }
  .menu__item_submenu:after {
    width: 7px;
    height: 7px;
  }
  .menu__item_submenu .menu__submenu {
    position: static;
    max-height: 0;
    transition: max-height 0.1s, margin-top 0.05s;
    background: linear-gradient(196.72deg, #f3fafc -12.12%, #b9d5de 149.38%);
    box-shadow: none;
    visibility: visible;
    opacity: 1;
    padding: 0;
  }
}
@media screen and (min-width: 1024.98px) {
  .menu__item_submenu:hover:after {
    top: 10px;
    transform: rotate(225deg);
    border-color: var(--color-light-blue);
  }
  .menu__item_submenu:hover .menu__submenu {
    opacity: 1;
    visibility: visible;
  }
}
.menu__item_submenu .menu__submenu {
  z-index: 9;
}
.menu__item_submenu .menu__submenu .menu__link {
  font-weight: normal;
}
.menu__item_open {
  overflow: visible;
  color: var(--color-light-blue);
  transition: color 0.3s;
}
.menu__item_open:after {
  top: 10px;
  transform: rotate(225deg);
  border-color: var(--color-light-blue);
  transition: transform 0.3s, border-color 0.3s;
}
.menu__item_open .menu__submenu {
  padding: 24px;
  margin-top: 24px;
  max-height: 500px;
  transition: max-height 0.2s;
}
.menu__item_open > .menu__item-arrow-container > .menu__item-arrow {
  transform: rotate(225deg);
  transition: 0.2s;
}
@media screen and (max-width: 1024px) {
  .menu__item {
    padding: 0;
  }
  .menu__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.menu__link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.menu__link:hover + .menu__item-arrow-container .menu__item-arrow {
  border-color: var(--color-light-blue);
}
.menu__link-arrow {
  width: 8px;
  height: 8px;
  transition: all 0.3s ease;
  transform: rotate(-180deg);
  position: absolute;
  top: 8px;
  left: 8px;
}
.menu__link-arrow.view {
  transform: rotate(0deg);
  transition: all 0.3s ease;
}
.menu__link-arrow-container {
  position: relative;
  top: 2px;
  left: -9px;
}
.menu__link-arrow-container:before {
  content: '';
  position: relative;
  display: block;
  z-index: 10;
  top: 0px;
  left: 0px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.menu__link,
.menu__item {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}
.menu__link:hover,
.menu__item:hover {
  color: var(--color-light-blue);
  transition: 0.2s all ease;
}

.header {
  z-index: 10;
  background-color: #f1f5f8;
}
@media screen and (max-width: 1024px) {
  .header {
    padding-bottom: 16px;
  }
}
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 16px;
  gap: 16px;
}
@media screen and (max-width: 1279.98px) {
  .header__wrapper {
    padding-top: 4px;
  }
}
.header__logo {
  flex-grow: 1;
}
@media screen and (max-width: 1279.98px) {
  .header__logo {
    margin-bottom: 9px;
  }
}
.header__links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  flex-grow: 2;
}
@media screen and (max-width: 1024px) {
  .header__links {
    display: none;
  }
}
.header__links .button {
  font-size: 15px;
  padding: 16px 21px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: 48px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.header__links .header__mail {
  margin-left: 24px;
  margin-top: 3px;
  flex-shrink: 0;
}
.header__links .header__search-container {
  display: flex;
  justify-content: flex-end;
  max-width: 400px;
  width: 100%;
  margin-right: 24px;
}
@media screen and (max-width: 1439.98px) {
  .header__links .header__search-container {
    margin-right: 0;
    max-width: 320px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 1279.98px) {
  .header__links .header__search-container {
    max-width: 250px;
  }
}
@media screen and (max-width: 1024px) {
  .header__links .header__search-container {
    display: none;
  }
}
.header__links .header__search-form {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  width: 20px;
}
@media screen and (max-width: 1279.98px) {
  .header__links .header__search-form {
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .header__links .header__search-form:hover,
  .header__links .header__search-form:focus-within {
    width: 100%;
  }
  .header__links .header__search-form:hover .header__search-input,
  .header__links .header__search-form:focus-within .header__search-input {
    width: 100%;
    max-width: 458px;
    background: #fff;
    padding: 19px 56px 19px 20px;
    transition: width 0.3s;
  }
  .header__links .header__search-form:hover .header__search,
  .header__links .header__search-form:focus-within .header__search {
    right: 22px;
    transition: right 0.3s;
  }
}
.header__links .header__search {
  position: absolute;
  right: 8px;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 1279.98px) {
  .header__links .header__search {
    right: 20px;
  }
}
.header__links .header__search-input {
  width: 0;
  background: transparent;
  padding: 0;
  height: 48px;
}
@media screen and (max-width: 1279.98px) {
  .header__links .header__search-input {
    width: 100%;
    background: #fff;
    padding: 19px 56px 19px 20px;
  }
}
.header__search {
  position: relative;
  width: 20px;
  height: 20px;
}
.header__search:after {
  position: absolute;
  top: 0;
  left: 3px;
  content: '';
  width: 24px;
  height: 24px;
  -webkit-mask-image: url('/local/templates/anicura/frontend/dist/css/../img/svg/search.svg');
  mask-image: url('/local/templates/anicura/frontend/dist/css/../img/svg/search.svg');
  background: var(--color-light-blue);
}
.header__mail {
  width: 32px;
  height: 24px;
  position: relative;
}
.header__mail span {
  position: absolute;
}
.header__mail span:after {
  position: absolute;
  content: '';
  width: 32px;
  height: 24px;
  -webkit-mask-image: url('/local/templates/anicura/frontend/dist/css/../img/svg/mail-outline.svg');
  mask-image: url('/local/templates/anicura/frontend/dist/css/../img/svg/mail-outline.svg');
  background: var(--color-light-blue);
}
.header__callback {
  position: relative;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .header__callback:after {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    top: 20px;
    left: 55px;
    background-color: #fff;
    -webkit-mask-image: url('/local/templates/anicura/frontend/dist/css/../img/svg/tel.svg');
    mask-image: url('/local/templates/anicura/frontend/dist/css/../img/svg/tel.svg');
  }
}
.header__request::before {
  content: '';
  -webkit-mask-image: url('/local/templates/anicura/frontend/dist/css/../img/svg/icon-calender.svg');
  mask-image: url('/local/templates/anicura/frontend/dist/css/../img/svg/icon-calender.svg');
  background-color: var(--color-main);
  width: 16px;
  height: 16px;
  transition: 0.15s all linear;
}
.header__request:hover::before {
  background-color: var(--color-white);
}
.header__lk::before {
  content: '';
  -webkit-mask-image: url('/local/templates/anicura/frontend/dist/css/../img/svg/icon-lk.svg');
  mask-image: url('/local/templates/anicura/frontend/dist/css/../img/svg/icon-lk.svg');
  background-color: var(--color-main);
  width: 16px;
  height: 16px;
  transition: 0.15s all linear;
}
.header__lk:hover::before {
  background-color: var(--color-white);
}
.mobile-header__lk-link {
  content: '';
  -webkit-mask-image: url('/local/templates/anicura/frontend/dist/css/../img/svg/icon-lk.svg');
  mask-image: url('/local/templates/anicura/frontend/dist/css/../img/svg/icon-lk.svg');
  background-color: var(--color-white);
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  transition: 0.15s all linear;
}
@media screen and (max-width: 1024px) {
  .header__menu-container {
    position: fixed;
    left: -2000px;
  }
  .header__menu-container_open {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    background: #fff;
    padding: 16px;
    z-index: 1000;
    transition: left 0.3s;
  }
  .header__menu-container_open .menu__item_submenu::after {
    opacity: 1;
  }
}
.header__menu-container .header__callback {
  font-size: 14px;
  line-height: 19px;
  color: var(--color-light-blue);
  font-weight: 700;
  padding-left: 30px;
}
.header__menu-container .header__callback:after {
  top: 2px;
  left: 0;
  background-color: var(--color-light-blue);
}
.header__menu-container .header__search {
  width: 25px;
  height: 25px;
  margin-bottom: 3px;
}
.header__menu-container .header__search:after {
  top: 5px;
  left: 4px;
  width: 16px;
  height: 16px;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.header__menu-container .header__search-input {
  display: none;
}
@media screen and (max-width: 1279.98px) {
  .header__menu-container .header__search-input {
    position: absolute;
    z-index: 10;
    display: block;
    max-width: 0;
    visibility: hidden;
    padding: 0;
    background: var(--color-light-gray);
    opacity: 0;
  }
}
.header__menu-container .header__burger {
  margin-left: 12px;
}
.header__menu-container .header__mail {
  max-width: 328px;
  width: 100%;
  height: 54px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .header__menu-container .header__mail {
    text-align: center;
  }
}
.header__menu-container .header__mail span {
  position: static;
  display: flex;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.header__menu-container .header__mail span:after {
  width: 0;
  height: 0;
}
.header__menu-container .header__mail span::before {
  content: '';
  width: 20px;
  height: 16px;
  -webkit-mask-image: url('/local/templates/anicura/frontend/dist/css/../img/svg/mail.svg');
  mask-image: url('/local/templates/anicura/frontend/dist/css/../img/svg/mail.svg');
  background: #fff;
}
.header__menu-container .header__search-form_open {
  top: 18px;
  left: 16px;
  max-width: 275px;
  height: 40px;
  width: 100%;
}
.header__menu-container .header__search-form_open .header__search-input {
  z-index: 10;
  opacity: 1;
  visibility: visible;
  max-width: 100%;
  height: 100%;
  padding: 15px 20px;
}
.header__menu-container .header__search-form_open .header__search {
  position: absolute;
  top: 7px;
  right: 9px;
  z-index: 10;
  transition: 0.3s;
}
.header__menu-container .logo-part {
  width: 148px;
}
.header__menu-header {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header__menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.header__menu-links {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header__menu-links {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
.header__menu {
  padding: 26px 0 22px;
  border: none;
}
@media screen and (max-width: 1024px) {
  .header__menu {
    padding: 0;
    margin: 19px 0 72px;
  }
}
@media screen and (max-width: 1024px) {
  .header__menu .menu__item:not(:last-child) {
    margin-bottom: 24px;
  }
}
.header__mobile-nav {
  display: none;
  background: var(--color-light-blue);
  border-radius: 16px;
  padding: 0 24px;
}
@media screen and (max-width: 1279.98px) {
  .header__mobile-nav {
    position: relative;
  }
}
.header__mobile-nav .header__search-input {
  display: none;
}
@media screen and (max-width: 1279.98px) {
  .header__mobile-nav .header__search-input {
    display: block;
    height: 48px;
    visibility: hidden;
    padding: 0;
    opacity: 0;
  }
}
.header__mobile-nav .header__callback {
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  color: #fff;
  padding-left: 30px;
}
.header__mobile-nav .header__callback:after {
  top: 2px;
  left: 0;
}
.header__mobile-nav .header__search {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 1024px) {
  .header__mobile-nav .header__search {
    position: absolute;
    right: 0;
  }
}
.header__mobile-nav .header__search:after {
  top: 3px;
  width: 16px;
  height: 16px;
  background: #fff;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.header__mobile-nav .header__search-form {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .header__mobile-nav .header__burger {
    position: relative;
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .header__mobile-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 48px;
  }
}
.header__mobile-nav_fixed {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: var(--heightFixedHeader);
  padding: 0 16px;
  margin: 0 -16px;
  border-radius: 0px 0px 16px 16px;
  background: #fff;
  box-shadow: 0px 4px 40px rgba(185, 213, 222, 0.7);
  animation: showFixedHeader 0.8s ease;
}
.header__mobile-nav_fixed .header__search {
  position: relative;
  right: auto;
}
.header__mobile-nav_fixed .header__search:after {
  background: var(--color-light-blue);
}
.header__mobile-nav_fixed .header__search-form {
  height: 100%;
  z-index: 1;
}
.header__mobile-nav_fixed .header__search-input {
  height: 100%;
}
.header__mobile-nav_fixed .header__callback {
  color: var(--color-light-blue);
}
.header__mobile-nav_fixed .header__callback:after {
  background-color: var(--color-light-blue);
}
.header__mobile-nav_fixed .header__search-input {
  background: var(--color-light-gray);
}
.header__mobile-nav_fixed .header__burger {
  position: relative;
  right: auto;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: var(--color-light-blue);
}
.header__mobile-nav_fixed .header__burger:before {
  top: 14px;
  left: 11px;
}
.header__mobile-nav_fixed .header__burger:after {
  top: 20px;
  left: 11px;
}
.header__mobile-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 1279.98px) {
  .header__search-form_open {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .header__search-form_open .header__search-input {
    opacity: 1;
    transition: opacity 0.3s;
    visibility: visible;
    padding: 19px 47px 19px 20px;
  }
  .header__search-form_open .header__search {
    position: absolute;
    right: 24px;
    z-index: 1;
    transition: right 0.3s;
  }
  .header__search-form_open .header__search:after {
    background: var(--color-light-blue);
  }
}
.header__burger {
  position: relative;
}
.header__burger_default {
  width: 18px;
  height: 14px;
}
.header__burger_default:before {
  position: absolute;
  top: 0;
  left: 0px;
  content: '';
  width: 18px;
  height: 14px;
  border: 2px solid #fff;
  border-right: 0;
  border-left: 0;
}
.header__burger_default:after {
  position: absolute;
  top: 6px;
  left: 0px;
  content: '';
  width: 18px;
  border-top: 2px solid #fff;
}
.header__burger_close {
  width: 40px;
  height: 40px;
  background: var(--color-light-blue);
  border-radius: 20px;
}
.header__burger_close:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 29px;
  content: '×';
  color: #fff;
}

.hours-banner {
  color: #ffffff;
  background-color: var(--color-green);
}
.hours-banner.is-open {
  background: radial-gradient(circle at 90% 90%, rgba(92, 170, 127, 0.45) 0%, rgb(92, 170, 127) 16%);
}
@media (max-width: 770px) {
  .hours-banner.is-open {
    background: radial-gradient(circle at 90% 90%, rgba(92, 170, 127, 0.45) 0%, rgb(92, 170, 127) 36%);
  }
}
.hours-banner__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hours-banner__toggle {
  position: relative;
  font-size: 0;
  width: 40px;
  height: 40px;
}
.hours-banner__toggle::after,
.hours-banner__toggle::before {
  content: '';
  width: 24px;
  height: 24px;
  background-image: url('/local/templates/anicura/frontend/dist/css/../img/svg/line.svg');
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s;
}
.hours-banner__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.hours-banner__content {
  max-height: 0;
  transition: 0.2s;
  overflow: hidden;
}
.hours-banner.is-open .hours-banner__toggle::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.hours-banner.is-open .hours-banner__content {
  max-height: unset;
  padding-bottom: 18px;
}
.hours-banner__clinic-name {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  transition: 0.2s;
}
@media screen and (max-width: 1024px) {
  .hours-banner__clinic-name {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 21px;
  }
}
.hours-banner__clinic-time {
  font-size: 16px;
  line-height: 24px;
  display: block;
  transition: 0.2s;
}
@media screen and (max-width: 1024px) {
  .hours-banner__clinic-time {
    font-size: 14px;
    line-height: 21px;
  }
}
.hours-banner__content {
  display: -ms-grid;
  display: grid;
  gap: 30px;
  -ms-grid-columns: 1fr 1fr 25%;
  grid-template-columns: 1fr 1fr 25%;
  -ms-grid-rows: (minmax(0, 1fr)) [2];
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
@media (max-width: 770px) {
  .hours-banner__content {
    -ms-grid-rows: (minmax(0, auto)) [4];
    grid-template-rows: repeat(4, minmax(0, auto));
    -ms-grid-columns: 1fr 36%;
    grid-template-columns: 1fr 36%;
    margin-right: -16px;
    column-gap: 8px;
  }
}
@media (max-width: 350px) {
  .hours-banner__content {
    -ms-grid-columns: 1fr 25%;
    grid-template-columns: 1fr 25%;
  }
}
.hours-banner__image {
  display: flex;
  align-items: flex-end;
  transform: translateY(18px);
  transition: 0.2s;
  width: 100%;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
@media (max-width: 770px) {
  .hours-banner__image {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    grid-row: 1/5;
    position: relative;
  }
  .hours-banner__image img {
    position: absolute;
    max-width: 145px;
    left: unset;
    right: -20px;
    bottom: 0;
    width: 100%;
    max-height: 100%;
  }
}
.hours-banner__title {
  font-size: 24px;
  line-height: 36px;
  padding: 18px 0;
}
@media screen and (max-width: 1024px) {
  .hours-banner__title {
    font-size: 16px;
    line-height: 24px;
  }
}

.footer {
  margin-top: 72px;
  margin-bottom: 42px;
}
.footer__logo {
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .footer {
    margin: 32px 0;
  }
}
.footer__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.9fr 2fr;
  grid-template-columns: 0.9fr 2fr;
  gap: 55px;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .footer__items {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    gap: 32px;
    margin-top: 34px;
  }
}
.footer__items-item_two-col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 40px 24px;
}
@media screen and (max-width: 1024px) {
  .footer__items-item_two-col {
    row-gap: 32px;
  }
}
@media (max-width: 575px) {
  .footer__items-item_two-col {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
}
@media screen and (max-width: 1024px) {
  .footer__links {
    display: flex;
    flex-direction: column;
  }
}
.footer__link {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  padding-left: 56px;
}
@media screen and (max-width: 1279.98px) {
  .footer__link {
    font-size: 20px;
    line-height: 27px;
    padding-left: 52px;
  }
}
@media screen and (max-width: 1024px) {
  .footer__link {
    padding-left: 44px;
  }
}
.footer__link:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 1279.98px) {
  .footer__link:not(:last-child) {
    margin-bottom: 22px;
  }
}
.footer__link:after,
.footer__link:before {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 1279.98px) {
  .footer__link:after,
  .footer__link:before {
    width: 32px;
    height: 32px;
  }
}
.footer__clinic-item {
  line-height: 1.3;
}
.footer__clinic-name {
  font-size: 16px;
  color: var(--color-green);
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .footer__clinic-name {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
.footer__clinic-address {
  font-weight: 500;
}
.footer__socials {
  display: flex;
  align-items: flex-end;
}
.footer__social {
  display: inline-block;
  width: 56px;
  height: 56px;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .footer__social {
    width: 40px;
    height: 40px;
  }
}
.footer__social:not(:last-child) {
  margin-right: 8px;
}
.footer__social_whatsapp {
  background-image: url('/local/templates/anicura/frontend/dist/css/../img/svg/whatsapp.svg');
}
.footer__social_vk {
  background-image: url('/local/templates/anicura/frontend/dist/css/../img/svg/vk.svg');
}
.footer__social_telegram {
  background-image: url('/local/templates/anicura/frontend/dist/css/../img/svg/telegram.svg');
}
.footer__social_max {
  background-image: url('/local/templates/anicura/frontend/dist/css/../img/svg/max.svg');
}
.footer__bottom {
  display: flex;
  align-items: center;
  column-gap: 32px;
  padding-top: 30px;
  margin-top: 40px;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 1024px) {
  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 32px;
    margin-top: 32px;
  }
}
.footer__right-info {
  font-size: 14px;
  line-height: 21px;
}
.footer__right-info a {
  font-size: 12px;
  line-height: 16px;
  text-decoration: underline;
  color: rgba(0, 38, 62, 0.7);
}
.footer__right-info a:hover {
  text-decoration: none;
}
.footer__right-links {
  display: flex;
  flex-wrap: wrap;
  column-gap: 12px;
}
@media (max-width: 575px) {
  .footer__right-links {
    row-gap: 12px;
    flex-direction: column;
  }
}
.footer__copyright {
  margin-bottom: 16px;
}
@media (max-width: 575px) {
  .footer__copyright {
    grid-column: auto;
    margin-bottom: 32px;
  }
}
@media (max-width: 575px) {
  .footer__copyright span {
    display: block;
  }
}

.breadcrumbs {
  margin: 48px 0 32px 0;
  z-index: 2;
}
@media screen and (max-width: 1279.98px) {
  .breadcrumbs {
    margin: 0 0 16px 0;
  }
}
.breadcrumbs__list {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 1279.98px) {
  .breadcrumbs__list {
    display: block;
  }
}
.breadcrumbs__container {
  display: flex;
}
.breadcrumbs__item {
  color: var(--color-green);
  font-size: 14px;
  line-height: 19px;
  display: initial;
}
.breadcrumbs__item:not(:last-child) {
  position: relative;
  color: rgba(0, 38, 62, 0.7);
}
.breadcrumbs__item:not(:last-child):hover {
  text-decoration: underline;
}
.breadcrumbs__item:not(:last-child):after {
  position: absolute;
  top: 10px;
  right: -19px;
  content: '';
  width: 12px;
  height: 1px;
  background: rgba(0, 38, 62, 0.7);
}
@media screen and (max-width: 1279.98px) {
  .breadcrumbs a.breadcrumbs__item::after {
    display: none;
  }
}
@media screen and (max-width: 1279.98px) {
  .breadcrumbs a.breadcrumbs__item:not(:last-of-type) {
    display: none;
  }
}
@media screen and (max-width: 1279.98px) {
  .breadcrumbs span.breadcrumbs__item {
    display: none;
  }
}
.breadcrumbs__mobile-back {
  display: none;
  color: rgba(0, 38, 62, 0.7);
  padding-left: 30px;
}
@media screen and (max-width: 1279.98px) {
  .breadcrumbs__mobile-back {
    position: relative;
    display: inline;
    font-size: 14px;
    line-height: 19px;
  }
  .breadcrumbs__mobile-back:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    -webkit-mask-image: url('/local/templates/anicura/frontend/dist/css/../img/svg/arrow-left.svg');
    mask-image: url('/local/templates/anicura/frontend/dist/css/../img/svg/arrow-left.svg');
    background: var(--color-main);
    width: 26px;
    height: 8px;
  }
}

.tabs__menu {
  display: flex;
  background: var(--color-ligth-blue2);
  border-radius: 16px 16px 0 0;
}
.tabs__menu-scroller {
  padding-top: 8px;
  overflow-x: auto;
}
.tabs__menu-scroller_will-hide {
  overflow: visible;
}
@media screen and (max-width: 1024px) {
  .tabs__menu-scroller_will-hide .tabs__menu {
    display: none;
  }
}
.tabs__menu-scroller .dropdown {
  display: none;
}
@media screen and (max-width: 1024px) {
  .tabs__menu-scroller .dropdown {
    display: flex;
    margin-bottom: 24px;
  }
}
.tabs__menu-scroller .dropdown input {
  margin-top: 0;
}
@media screen and (max-width: 1279.98px) {
  .tabs__menu-scroller {
    padding-top: 4px;
  }
}
.tabs__menu-scroller::-webkit-scrollbar {
  display: none;
}
.tabs__menu-item {
  position: relative;
  flex-shrink: 0;
  font: 700 20px/26px 'Merriweather';
  cursor: pointer;
  padding: 28px 48px;
  background: var(--color-ligth-blue2);
}
@media screen and (max-width: 1279.98px) {
  .tabs__menu-item {
    font-size: 16px;
    line-height: 21px;
    padding: 17px 24px;
  }
}
.tabs__menu-item:first-child {
  border-radius: 16px 0 0 0;
}
.tabs__menu-item_open {
  background: #fff;
}
.tabs__menu-item_open:first-child {
  border-radius: 0;
}
.tabs__menu-item_open:after {
  position: absolute;
  top: -8px;
  left: 0;
  content: '';
  height: 8px;
  width: 100%;
  border-radius: 16px 16px 0 0;
  background: #fff;
}
@media screen and (max-width: 1279.98px) {
  .tabs__menu-item_open:after {
    top: -4px;
    height: 4px;
  }
}
.tabs__content-item.search-mode .services__info,
.tabs__content-item.search-mode .services__button {
  display: none;
}
@media screen and (max-width: 1279.98px) {
  .tabs__content-item:first-child .tabs__content-title {
    border-radius: 16px 16px 0 0;
  }
}
.tabs__tab-content {
  padding: 53px 48px 48px;
  background: #fff;
  opacity: 1;
  border-radius: 0 0 16px 16px;
  transform: scale(1);
  transition: opacity 0.5s, transform 0.2s;
}
@media screen and (max-width: 1279.98px) {
  .tabs__tab-content {
    padding: 12px 24px 24px;
  }
  .tabs__tab-content:not(.tab-hidden) {
    border-bottom: 1px solid #f1f5f8;
  }
}

.tab-hidden {
  visibility: hidden;
  height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  transform: scale(0.99);
}

.dropdown {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  cursor: pointer;
}
.dropdown__items {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-height: 0;
  overflow: hidden;
  width: 100%;
  padding: 0 16px;
  background-color: var(--color-white);
  border-radius: 0 0 16px 16px;
  position: absolute;
  top: 56px;
  z-index: 99;
  pointer-events: none;
  transition: 0.15s all linear;
}
.dropdown__empty {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  display: none;
}
.dropdown__item {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  cursor: pointer;
}
.dropdown .superfield::after {
  content: '';
  transform: rotateZ(45deg);
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: var(--color-main);
  border-width: 0 2px 2px 0;
  transition: 0.15s all linear;
  pointer-events: none;
}
.dropdown.active .dropdown__items {
  max-height: 115px;
  overflow-y: auto;
  pointer-events: all;
  transition: 0.15s all linear;
  padding-bottom: 20px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-shadow: 0 3px 15px rgba(0, 0, 0, .15);
}
.dropdown.active .superfield {
  border-radius: 16px 16px 0 0;
  transition: border-radius 0.1s linear;
}
.dropdown.active .superfield::after {
  transform: rotateZ(225deg);
}
.dropdown.empty .dropdown__empty {
  display: flex;
}

.superfield {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  min-height: 56px;
  max-height: 56px;
  padding: 0 16px;
  border-radius: 16px;
  background-color: var(--color-white);
  position: relative;
  transition: border-radius 0.2s linear;
  z-index: 9;
}
.superfield input {
  outline: none;
  border: none;
  width: 100%;
  height: 90%;
  margin-top: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  background: none;
  text-overflow: ellipsis;
  overflow: hidden;
  -moz-appearance: textfield;
}
.superfield input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.superfield input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.superfield input:not(:-ms-input-placeholder) {
  outline: none;
}
.superfield input:not(:placeholder-shown) {
  outline: none;
}
.superfield input:not(:-ms-input-placeholder) ~ .superfield__placeholder {
  transform: translateY(-14px);
  font-size: 12px;
  opacity: 0.7;
}
.superfield input:not(:placeholder-shown) ~ .superfield__placeholder {
  transform: translateY(-14px);
  font-size: 12px;
  opacity: 0.7;
}
.superfield__placeholder {
  transition: 0.15s all linear;
  position: absolute;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  pointer-events: none;
}

.cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}
@media screen and (max-width: 1024px) {
  .cards {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767.98px) {
  .cards {
    margin-top: 24px;
    gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cards_scroller {
  display: flex;
  max-width: 100%;
  overflow: hidden;
  margin-top: 0;
  scrollbar-width: none;
  z-index: 2;
}
.cards_scroller::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.cards_scroller .cards__item {
  min-width: 411px;
  max-width: 411px;
}
@media screen and (max-width: 767.98px) {
  .cards_scroller .cards__item {
    min-width: 100%;
    max-width: 100%;
  }
}
.cards_scroller .cards__item:hover {
  transform: none;
}
.cards__main-price {
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #00263e;
}
.cards__main-price::after {
  content: '₽';
  font-size: 24px;
  margin-left: 4px;
}
.cards__prev-price {
  font-weight: 500;
  font-size: 17px;
  line-height: 100%;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #00263e;
  text-decoration: line-through;
}
.cards__prev-price::after {
  content: '₽';
  font-size: 14px;
  text-decoration: none;
}
.cards__item:not(.clinic_card) {
  background-color: var(--color-white);
  border-radius: 16px;
  min-height: 552px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  cursor: pointer;
  transition: 0.15s all ease-in-out;
}
@media screen and (max-width: 767.98px) {
  .cards__item {
    min-height: 413px;
  }
}
.cards__item:hover {
  transform: translateY(-8px);
}
.cards__item:hover .cards__item-header:not(.cards__item-header_bigger), .news_container .news-list .news-item:hover .cards__item-header {
  color: #5caa7f;
}
.cards__item-main-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
}
@media screen and (max-width: 1024px) {
  .cards__item-main-text {
    font-size: 14px;
  }
}
.cards__item-prices {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: baseline;
}
.cards__item-tag {
  position: absolute;
  bottom: 16px;
  left: 16px;
  width: -moz-fit-content;
  width: fit-content;
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: var(--color-white);
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color-light-blue);
  border-radius: 57px;
  padding: 0 8px;
}
.cards__item-tag_white {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  height: 40px;
  padding: 0 12px;
  color: var(--color-green);
  background: var(--color-white);
}
@media screen and (max-width: 1024px) {
  .cards__item-tag_white {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    height: 30px;
    padding: 0 8px;
  }
}
.cards__item-bottom {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #5caa7f;
}
.cards__item-bottom svg {
  flex-shrink: 0;
}
.cards__item-bottom:hover {
  color: var(--color-light-blue);
  transition: 0.2s all ease;
}
.cards__item_top {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.cards__item-image {
  width: 100%;
  height: 264px;
  position: relative;
  background: url('/local/templates/anicura/frontend/dist/css/../img/resources/sales-bg.png');
  overflow: hidden;
  border-radius: 16px 16px 0 0;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .cards__item-image {
    height: 200px;
  }
}
.cards__item-image_upper {
  position: absolute;
  width: 160px;
  height: 173px;
  right: -12px;
  bottom: -12px;
}
.cards__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cards__item-content {
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .cards__item-content {
    padding: 24px;
    font-size: 16px;
  }
}
.cards__item-content_bottom {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cards__item-content_top {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.cards__item-content .button_underline-uppercase {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.cards__item-header {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  word-break: break-word;
}
@media screen and (max-width: 1024px) {
  .cards__item-header {
    font-size: 16px;
  }
}
.cards__item-header_as-link {
  transition: 0.3s color ease;
}
.cards__item-header_as-link:hover {
  cursor: pointer;
  color: var(--green, #5caa7f) !important;
}
.cards__item-header_bigger {
  font-size: 24px;
  color: var(--color-white);
}
@media screen and (max-width: 1024px) {
  .cards__item-header_bigger {
    font-size: 16px;
  }
}
.cards__item-title {
  font-family: 'Merriweather';
  font-weight: 700;
  font-size: 48px;
  line-height: 130%;
  color: #00263e;
  max-width: 350px;
}
@media screen and (max-width: 1024px) {
  .cards__item-title {
    font-size: 24px;
  }
}
.cards__item-role {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
}
.cards__item-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  opacity: 0.7;
}
.cards__item-locations {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.cards__item-picture {
  width: 100%;
  height: 100%;
}

.text-container h3 {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .text-container h3 {
    font-size: 16px;
  }
}
.text-container em {
  color: var(--color-green);
  text-decoration: underline;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .text-container p {
    font-size: 14px;
  }
}

.slider-default__slider-buttons {
  display: flex;
  justify-content: flex-end;
  margin-top: 32px;
}
@media screen and (max-width: 1279.98px) {
  .slider-default__slider-buttons {
    justify-content: center;
    margin-top: 16px;
  }
}
.slider-default__slider-buttons .swiper-button-prev,
.slider-default__slider-buttons .swiper-button-next {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 40px;
  height: 40px;
  background: var(--color-light-blue);
  border-radius: 20px;
  margin: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (max-width: 1279.98px) {
  .slider-default__slider-buttons .swiper-button-prev,
  .slider-default__slider-buttons .swiper-button-next {
    width: 32px;
    height: 32px;
  }
}
.slider-default__slider-buttons .swiper-button-prev:after,
.slider-default__slider-buttons .swiper-button-next:after {
  content: '';
  -webkit-mask-image: url('/local/templates/anicura/frontend/dist/css/../img/svg/slider.svg');
  mask-image: url('/local/templates/anicura/frontend/dist/css/../img/svg/slider.svg');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background: #ffffff;
  width: 7px;
  height: 11px;
}
.slider-default__slider-buttons .swiper-button-prev.swiper-button-disabled,
.slider-default__slider-buttons .swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
  transition: opacity 0.3s;
  pointer-events: none;
}
.slider-default__slider-buttons .swiper-button-prev {
  margin-right: 8px;
}
.slider-default__slider-buttons .swiper-button-prev:after {
  transform: rotate(180deg);
}
.slider-default__slider-buttons .swiper-button-next:after {
  transform: rotate(0deg);
}

.swiper-slide {
  cursor: grab;
}

.searchfield {
  height: 56px;
  display: flex;
  align-items: center;
  padding: 0 24px 0 17px;
  background-color: var(--color-white);
  border-radius: 16px;
  gap: 16px;
}
.searchfield::before {
  content: '';
  width: 24px;
  height: 24px;
  -webkit-mask-image: url('/local/templates/anicura/frontend/dist/css/../img/svg/search.svg');
  mask-image: url('/local/templates/anicura/frontend/dist/css/../img/svg/search.svg');
  background-color: #91c3d2;
  flex-shrink: 0;
}
.searchfield input {
  outline: none;
  border: none;
  width: 100%;
  height: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #00263e;
}
.searchfield input:focus {
  outline: none;
  border: none;
}
.searchfield input:not(:-ms-input-placeholder) ~ .searchfield__clear {
  display: flex;
}
.searchfield input:not(:placeholder-shown) ~ .searchfield__clear {
  display: flex;
}
.searchfield__clear {
  display: none;
  align-items: center;
  gap: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #91c3d2;
  cursor: pointer;
}
.searchfield__clear::before {
  content: '';
  width: 10px;
  height: 10px;
  -webkit-mask-image: url('/local/templates/anicura/frontend/dist/css/../img/svg/close.svg');
  mask-image: url('/local/templates/anicura/frontend/dist/css/../img/svg/close.svg');
  background-color: #91c3d2;
}

.row_more {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .row_more {
    margin-top: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .row_more .button {
    max-width: 100%;
  }
}

.accordion-header {
  position: relative;
  padding: 40px 48px;
  cursor: pointer;
  font-size: 24px;
  line-height: 31px;
  font-weight: 500;
}
@media screen and (max-width: 1279.98px) {
  .accordion-header {
    font-size: 16px;
    line-height: 21px;
    padding: 24px;
  }
}
.accordion-header:hover {
  transition: 0.3s;
}
.accordion-header:after {
  position: absolute;
  top: 50%;
  right: 48px;
  transform: rotate(45deg) translateX(-50%);
  content: '';
  width: 10px;
  height: 10px;
  border-style: solid;
  border-color: #00263e;
  border-width: 0 2px 2px 0;
  transition: transform 0.3s;
}
@media screen and (max-width: 1024px) {
  .accordion-header:after {
    width: 6px;
    height: 6px;
    top: 35px;
    right: 24px;
  }
}

.accordion-body {
  display: none;
  padding: 0 48px 48px;
}
@media screen and (max-width: 1279.98px) {
  .accordion-body {
    padding: 0 24px 24px;
  }
}

.accordion-list__item {
  border: 1px solid #f1f5f8;
}
.accordion-list__item:first-child {
  border-radius: 16px 16px 0 0;
}
@media screen and (max-width: 1279.98px) {
  .accordion-list__item:first-child {
    border-radius: 0;
  }
}
.accordion-list__item:not(:last-child) {
  border-bottom: none;
}
@media screen and (min-width: 1280px) {
  .accordion-list__item:hover {
    background: #f1f5f8;
  }
}
.accordion-list__item.open {
  background: #f1f5f8;
}
.accordion-list__item.open:not(:last-child) {
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1279.98px) {
  .accordion-list__item.open {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
.accordion-list__item.open .accordion-header:after {
  transform: rotate(225deg);
}

.map-container {
  width: 100%;
  padding: 48px;
  background-color: var(--color-white);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .map-container {
    padding: 32px 24px;
  }
}
.map-container__map {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  display: block;
}

.map-zoom {
  display: flex;
  flex-direction: column;
  background-color: var(--color-white);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.172);
}
.map-zoom__btn {
  padding: 12px;
  cursor: pointer;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.map-container__map .map-circle-placemark {
  background: url('/local/templates/anicura/frontend/dist/css/../img/resourses/paw-icon.png');
}
.map-container__map .map-circle-placemark span svg {
  display: none !important;
}

.cookie-popup {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 120px 0px rgba(145, 195, 210, 0.5);
  -webkit-box-shadow: 0px 0px 120px 0px rgba(145, 195, 210, 0.5);
  -moz-box-shadow: 0px 0px 120px 0px rgba(145, 195, 210, 0.5);
  background: var(--color-white);
  padding: 40px 0;
}
@media screen and (max-width: 1024px) {
  .cookie-popup {
    padding: 24px 0;
  }
}
.cookie-popup__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 34px;
}
@media screen and (max-width: 1024px) {
  .cookie-popup__wrapper {
    gap: 16px;
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .cookie-popup__text br {
    display: none;
  }
}
.cookie-popup__text a {
  color: rgba(0, 38, 62, 0.85);
  text-decoration: underline;
}
.cookie-popup__text a:hover {
  text-decoration: none;
}

.animated-gif {
  position: absolute;
  bottom: 0;
  height: 100%;
  z-index: 0;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  background-color: var(--color-white);
  border-radius: 16px;
}
@media screen and (max-width: 1024px) {
  .animated-gif {
    bottom: 48px;
  }
}
.animated-gif__video {
  object-fit: contain;
  object-position: bottom;
  width: auto;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .animated-gif__video {
    height: 50%;
    min-height: 280px;
    object-fit: cover;
  }
}

.faq-accordions {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .faq-accordions {
    gap: 8px;
  }
}
.faq-accordions ul li {
  display: flex;
  align-items: baseline;
  overflow-wrap: anywhere;
  margin-bottom: 16px;
}
.faq-accordions ul li:before {
  content: '';
  min-width: 8px;
  height: 8px;
  margin-right: 16px;
  border-radius: 100%;
  background-color: #a8d5ba;
}

.faq-accordion {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 2px solid #f1f5f8;
  border-radius: 16px;
  background-color: var(--color-white);
}
.faq-accordion__title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  cursor: pointer;
}
.faq-accordion__title:focus-within span,
.faq-accordion__title:active span,
.faq-accordion__title:hover span {
  background-color: #d7d7d7;
}
@media screen and (max-width: 1024px) {
  .faq-accordion__title:focus-within span,
  .faq-accordion__title:active span,
  .faq-accordion__title:hover span {
    background-color: transparent;
  }
}
.faq-accordion__title p {
  font-family: 'Open Sans';
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .faq-accordion__title p {
    font-size: 16px;
    line-height: 24px;
  }
}
.faq-accordion__title span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s background-color ease;
  width: 34px;
  height: 34px;
  min-width: 34px;
  -ms-grid-row-align: center;
  align-self: center;
}
.faq-accordion__title span:after {
  content: '';
  width: 24px;
  height: 24px;
  -webkit-mask-image: url('/local/templates/anicura/frontend/dist/css/../img/svg/accordion-open.svg');
  mask-image: url('/local/templates/anicura/frontend/dist/css/../img/svg/accordion-open.svg');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: #00263e;
  transition: 0.15s all ease;
}
.faq-accordion__content {
  height: 0;
  overflow: hidden;
  transform: translateY(-20px);
  opacity: 0;
  transition: 0.3s all ease;
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}
.faq-accordion__content a {
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-text-decoration-color: var(--color-light-green);
  text-decoration-color: var(--color-light-green);
  text-decoration-thickness: 2px;
  -webkit-text-decoration-thikness: 2px;
  transition: 0.3s all ease;
}
.faq-accordion__content a:hover {
  color: var(--color-light-green);
}
.faq-accordion.active {
  gap: 24px;
}
.faq-accordion.active .faq-accordion__title span:after {
  -webkit-mask-image: url('/local/templates/anicura/frontend/dist/css/../img/svg/accordion-close.svg');
  mask-image: url('/local/templates/anicura/frontend/dist/css/../img/svg/accordion-close.svg');
}
.faq-accordion.active .faq-accordion__content {
  height: -moz-fit-content;
  height: fit-content;
  opacity: 1;
  transform: translateY(0);
}

.doctor-modal-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  margin-top: 44px;
  padding-right: 24px;
  overflow: auto;
}
.doctor-modal-content__role {
  color: var(--dark-blue, #00263e);
  font-family: 'Open Sans';
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 30px */
}
@media screen and (max-width: 1024px) {
  .doctor-modal-content__role {
    font-size: 14px;
  }
}
.doctor-modal-content__title {
  color: var(--dark-blue, #00263e);
  font-family: 'Merriweather';
  font-size: 48px;
  font-weight: 700;
  line-height: 62px;
  letter-spacing: 0em;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .doctor-modal-content__title {
    font-size: 20px;
    line-height: 130%; /* 26px */
  }
}
.doctor-modal-content__header {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.doctor-modal-content__main {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.8fr 1.2fr;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 25px;
}

@media screen and (max-width: 421px) {
  .doctor-modal-content__main {
    display: flex;
    flex-direction: column;
  }
  .MuiDateCalendar-root {
    width: auto;
  }
}
@media screen and (max-width: 1024px) {
  .doctor-modal-content__main {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.doctor-modal-content__info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .doctor-modal-content__info-wrapper {
    gap: 24px;
  }
}
.doctor-modal-content__clinics {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.doctor-modal-content__picture-wrapper {
  height: 100%;
}
.doctor-modal-content__picture-wrapper img {
  position: sticky;
  top: 0;
  border-radius: 16px;
  width: 100%;
}
.doctor-modal-content__double-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: var(--dark-blue, #00263e);
  font-family: 'Open Sans';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
}
@media screen and (max-width: 1024px) {
  .doctor-modal-content__double-item {
    font-size: 14px;
  }
}
.doctor-modal-content__double-item ul li {
  display: flex;
  align-items: baseline;
  gap: 16px;
  overflow-wrap: anywhere;
  margin-bottom: 16px;
}
.doctor-modal-content__double-item ul li:before {
  content: '';
  min-width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #a8d5ba;
}
.doctor-modal-content__double-item ul li:last-of-type {
  margin-bottom: 0;
}
.doctor-modal-content__double-title {
  font-family: 'Merriweather';
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 0 !important;
}
.doctor-modal-content__double-item ul {
  margin: 0 !important;
}
@media screen and (max-width: 1024px) {
  .doctor-modal-content__double-title {
    font-size: 16px;
    line-height: 150%; /* 24px */
  }
}
.doctor-modal-content__block-title {
  margin-bottom: 24px;
  color: var(--dark-blue, #00263e);
  /* H2/Desk */
  font-family: 'Merriweather';
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 41.6px */
}
@media screen and (max-width: 1024px) {
  .doctor-modal-content__block-title {
    font-size: 16px;
    line-height: 150%; /* 24px */
  }
}

.cards_reviews .cards__item {
  cursor: default;
  min-width: calc(50% - 16px);
  max-width: 100%;
  min-height: unset;
  padding: 24px;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .cards_reviews .cards__item {
    min-width: 100%;
  }
}
.cards_reviews .review-title {
  display: flex;
  align-items: center;
  gap: 16px;
}
.cards_reviews .review-title__avatar-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 16px;
  overflow: hidden;
}
.cards_reviews .review-title__avatar-wrapper img {
  width: 100%;
  height: 100%;
  font-size: 0;
  object-fit: cover;
}
.cards_reviews .review-title__name {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}
@media screen and (max-width: 1024px) {
  .cards_reviews .review-title__name {
    font-size: 16px;
    line-height: 24px;
  }
}
.cards_reviews .review-text {
  flex: 1;
}

.article-content .container {
  padding: 0 32px;
}
@media screen and (max-width: 1279.98px) {
  .article-content .container {
    padding: 0 16px;
  }
}
.article-content .slider-default .swiper-slide img {
  border-radius: 16px;
}
.article-scroller {
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .article-scroller {
    margin-top: 48px;
  }
}
.article-scroller__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .article-scroller__header {
    margin-bottom: 24px;
  }
}
.article-scroller .swiper-arrows {
  margin: 0;
}
.article-scroller .container {
  padding: 0 80px;
}
@media screen and (max-width: 1279.98px) {
  .article-scroller .container {
    padding: 0 16px;
  }
}
.article-header .breadcrumbs {
  margin: 0 0 32px 0;
}
@media screen and (max-width: 1024px) {
  .article-header .breadcrumbs {
    margin: 0 0 16px 0;
  }
}
.article-header .breadcrumbs .container {
  padding: 0;
}
.article-header img {
  border-radius: 16px;
  height: 584px;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767.98px) {
  .article-header img {
    max-height: 213px;
    min-height: 213px;
  }
}
.article-header__content {
  position: relative;
  background: var(--color-white);
  border-radius: 16px;
  padding: 48px 48px 88px 48px;
  min-height: 560px;
}
@media screen and (max-width: 1024px) {
  .article-header__content {
    padding: 16px 24px 32px 24px;
    min-height: 440px;
  }
}
.article-header__title {
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .article-header__title {
    margin-bottom: 24px;
  }
}
.article-header__short {
  margin-top: 65px;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
}
.article-header__short strong {
  color: var(--color-green);
}
@media screen and (max-width: 1024px) {
  .article-header__short {
    font-size: 16px;
    margin-top: 24px;
  }
}
.article-main {
  margin-top: 24px;
}
@media screen and (max-width: 1024px) {
  .article-main {
    margin-top: 16px;
  }
}
.article-main p:not(.label) {
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .article-main p {
    margin-bottom: 40px;
  }
}
.article-main p:last-child {
  margin-bottom: 0;
}
.article-main a:not(.button) {
  word-break: break-word;
  color: var(--color-green);
}
.article-main h2 {
  margin: 72px 0 48px;
}
@media screen and (max-width: 1024px) {
  .article-main h2 {
    margin-bottom: 24px;
  }
}
.article-main h2:nth-of-type(1) {
  margin-top: 0;
}
.article-main strong {
  font-weight: bold;
}
.article-main h3 {
  margin: 48px 0 24px;
}
@media screen and (max-width: 1024px) {
  .article-main h3 {
    margin-bottom: 16px;
  }
}
.article-main ul {
  margin: 32px 0;
}
@media screen and (max-width: 1024px) {
  .article-main ul {
    margin: 16px 0;
  }
}
@media screen and (max-width: 1024px) {
  .article-main .slider-default {
    margin: 24px 0;
  }
}
.article-main .image-block {
  margin: 48px 0;
}
@media screen and (max-width: 1024px) {
  .article-main .image-block {
    margin: 24px 0;
  }
}
.article-main__content {
  overflow: hidden;
  padding: 72px 48px 48px;
  position: relative;
  background: var(--color-white);
  border-radius: 16px;
  min-height: 560px;
}
@media screen and (max-width: 1024px) {
  .article-main__content {
    padding: 32px 24px;
    min-height: 440px;
  }
}
.article-main__content .col.col_interview {
  gap: 48px;
}
@media screen and (max-width: 1024px) {
  .article-main__content .col.col_interview {
    gap: 24px;
  }
}
.article-main__content .col.col_content {
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  .article-main__content .col.col_content {
    gap: 16px;
  }
}
.article-main__content .col.col_content h2 {
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .article-main__content .col.col_content h2 {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .article-main__content .col.col_content p,
  .article-main__content .col.col_content li {
    font-size: 14px;
  }
}
.article-main__content .col.col_content strong {
  font-weight: 600;
}
.article-main__content ul li {
  display: flex;
  align-items: baseline;
  gap: 16px;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 1024px) {
  .article-main__content ul li {
    gap: 12px;
  }
}
.article-main__content ul li:not(.slider)::before {
  content: '';
  min-width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #a8d5ba;
}
.article-main__content ul li:not(:last-of-type) {
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .article-main__content ul li:not(:last-of-type) {
    margin-bottom: 8px;
  }
}
.article-main__content ul li.slider {
  margin: 40px 0;
}
@media screen and (max-width: 1024px) {
  .article-main__content ul li.slider {
    margin: 24px 0;
  }
}
.article-main__content ul li.slider .swiper {
  overflow: initial;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .article-main__content ul li.slider .swiper {
    overflow: hidden;
  }
}
.article-main__content ul li.slider .slider-default__slider-buttons {
  justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  .article-main__content ul li.slider .slider-default__slider-buttons {
    justify-content: center;
  }
}
.article-main .swiper-wrapper {
  max-height: 432px;
}

.articles-content .cards {
  margin: 48px 0;
}
@media screen and (max-width: 767.98px) {
  .articles-content .cards {
    margin: 24px 0;
  }
}

.image-block__image {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 24px 0;
}
@media screen and (max-width: 1024px) {
  .image-block__image {
    gap: 11px;
    margin: 8px 0;
  }
}
.image-block__image img,
.image-block__image source {
  border-radius: 16px;
}
.image-block__caption {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: rgba(0, 38, 62, 0.7);
}
@media screen and (max-width: 1024px) {
  .image-block__caption {
    font-size: 14px;
  }
}

.js-article-slider {
  margin: 40px -217px;
}
@media screen and (max-width: 1279.98px) {
  .js-article-slider {
    margin: 40px auto;
  }
}
.js-article-slider .swiper-wrapper {
  width: 846px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1279.98px) {
  .js-article-slider .swiper-wrapper {
    width: auto;
  }
}
.js-article-slider .slider-default__slider-buttons {
  justify-content: flex-start;
  max-width: 846px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1279.98px) {
  .js-article-slider .slider-default__slider-buttons {
    margin-left: unset;
    margin-right: unset;
  }
}

.article__button {
  margin-top: 96px;
  max-width: 520px;
  width: 100%;
  background-color: var(--color-green);
  color: white;
  border-radius: 30px;
  font-size: 16px;
  line-height: 56px;
  font-weight: 700;
  transition: 0.3s;
}
.article__button:hover {
  background-color: var(--button-hover);
}
@media screen and (max-width: 1024px) {
  .article__button {
    margin-top: 50px;
  }
}

.doctors-content__head {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  .doctors-content__head {
    gap: 16px;
  }
}
.doctors-content__head > p {
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .doctors-content__head > p {
    margin-bottom: 8px;
  }
}
.doctors-content .row {
  display: flex;
  justify-content: center;
  width: 100%;
}

.cards.cards_doctors {
  margin: 40px 0 40px 0;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1279.98px) {
  .cards.cards_doctors {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .cards.cards_doctors {
    margin: 24px 0 24px 0;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767.98px) {
  .cards.cards_doctors {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cards.cards_doctors .cards__item {
  min-height: 585px;
  cursor: pointer;
}
.cards.cards_doctors .cards__item:hover .cards__item-header {
  color: initial;
}
@media screen and (max-width: 1024px) {
  .cards.cards_doctors .cards__item {
    min-height: 520px;
  }
}
.cards.cards_doctors .cards__item-content {
  padding: 24px;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .cards.cards_doctors .cards__item-content {
    gap: 16px;
  }
}
.cards.cards_doctors .cards__item-image {
  height: 280px;
}
@media screen and (max-width: 767.98px) {
  .cards.cards_doctors .cards__item-image {
    height: auto;
  }
}
.cards.cards_doctors .cards__item-image img {
  object-position: 30% 0;
}
.cards.cards_doctors .cards__item-text {
  opacity: 0.7;
}
.cards.cards_doctors .cards__item .col {
  gap: 16px;
}

.filters {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  .filters {
    flex-direction: column;
    gap: 16px;
  }
}
.filters .button {
  height: 56px;
  padding: 17px 10px;
}
@media screen and (max-width: 1024px) {
  .filters .button {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .filters .button_transparent {
    order: 1;
  }
}
.filters__inputs {
  display: flex;
  gap: 16px;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .filters__inputs {
    flex-direction: column;
  }
}

.clinic-content {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1280px) {
  .clinic-content .container {
    padding: 0 32px;
  }
}
.clinic-content .feedback {
  order: 1;
}
.clinic-content .more-us {
  order: 2;
}

.js-gallery-slider .swiper-slide img {
  border-radius: 16px;
}

.clinic-header .breadcrumbs {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .clinic-header .breadcrumbs {
    grid-column: auto;
  }
}
.clinic-header .breadcrumbs .container {
  padding: 0;
}
.clinic-header__title {
  margin-bottom: 20px;
}
@media screen and (max-width: 1439.98px) {
  .clinic-header__title {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 0;
  }
}
.clinic-header__banner {
  display: flex;
  justify-content: space-between;
  flex: 1;
}
.clinic-header__content {
  display: flex;
  flex-direction: column;
  gap: 29px;
  border-radius: 16px;
  padding: 46px;
  min-height: 560px;
  max-height: 560px;
  position: relative;
  overflow: hidden;
  background-color: var(--color-white);
  background-image: linear-gradient(287.64deg, #c5dce3 15.41%, rgba(145, 195, 210, 0) 59.93%);
}
@media screen and (max-width: 1024px) {
  .clinic-header__content {
    padding: 24px;
    background-image: linear-gradient(352.38deg, #c5dce3 8.73%, rgba(145, 195, 210, 0) 74.95%);
    gap: 16px;
    min-height: 440px;
    max-height: 440px;
  }
}
.clinic-header__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 587px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .clinic-header__info {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .clinic-header__info .button {
    -ms-grid-row-align: center;
    align-self: center;
  }
}
.clinic-header__img {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 100%;
  max-width: 50%;
}
@media screen and (max-width: 1024px) {
  .clinic-header__img {
    right: unset;
    width: max-content;
    left: -48px;
    max-width: max-content;
  }
}
.clinic-header__img img,
.clinic-header__img source {
  object-fit: cover;
}

.clinic-contacts {
  margin: 24px 0 28px;
}
@media screen and (max-width: 1279.98px) {
  .clinic-contacts {
    margin: 16px 0;
  }
}
.clinic-contacts__title {
  margin-bottom: 50px;
}
@media screen and (max-width: 1279.98px) {
  .clinic-contacts__title {
    margin-bottom: 26px;
  }
}
.clinic-contacts__content {
  background: var(--color-white);
  border-radius: 16px;
  padding: 48px 45px;
}
@media screen and (max-width: 1279.98px) {
  .clinic-contacts__content {
    padding: 32px 23px;
  }
}
.clinic-contacts__items {
  --grid-col: 3;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [var(--grid-col) ];
  grid-template-columns: repeat(var(--grid-col), 1fr);
  gap: 21px;
}
@media screen and (max-width: 767.98px) {
  .clinic-contacts__items {
    --grid-col: 1;
    gap: 0;
  }
}
.clinic-contacts__item p,
.clinic-contacts__item a:not(.button_underline-uppercase) {
  font-weight: 500;
}
.clinic-contacts__item-title {
  font-size: 16px;
  line-height: 21px;
  color: var(--color-light-green);
  margin-bottom: 20px;
}
.clinic-contacts__item-title:before,
.clinic-contacts__item-title:after {
  top: -7px;
}
@media screen and (max-width: 1279.98px) {
  .clinic-contacts__item-title:before,
  .clinic-contacts__item-title:after {
    top: -1px;
  }
}
.clinic-contacts__item-info {
  max-width: 355px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1279.98px) {
  .clinic-contacts__address-container {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1279.98px) {
  .clinic-contacts__addresses {
    display: flex;
    flex-direction: column-reverse;
  }
}
.clinic-contacts__address {
  padding-top: 16px;
}
@media screen and (min-width: 1280px) {
  .clinic-contacts__address {
    display: flex;
    gap: 56px;
    padding-top: 36px;
  }
}
@media screen and (max-width: 1279.98px) {
  .clinic-contacts__address .button {
    margin-bottom: 62px;
  }
}
@media screen and (min-width: 1280px) {
  .clinic-contacts__address .button {
    margin-top: 55px;
  }
}
.clinic-contacts__map {
  position: relative;
  max-width: 600px;
  width: 100%;
  height: 678px;
  flex-shrink: 0;
}
@media screen and (max-width: 1279.98px) {
  .clinic-contacts__map {
    height: 454px;
    margin-bottom: 16px;
  }
}
.clinic-contacts__map iframe {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.clinic-contacts__map-preview {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 5;
  cursor: pointer;
  border: 2px solid #fff;
}
.clinic-contacts__map-preview:after {
  position: absolute;
  right: 0;
  bottom: 0;
  background: url('/local/templates/anicura/frontend/dist/css/../img/ugolok.png');
  content: '';
  width: 50px;
  height: 50px;
}
.clinic-contacts__map-preview img {
  width: 230px;
  height: 153px;
  object-fit: cover;
}
.clinic-contacts__button-dropdown {
  display: inline-block;
  width: auto;
  padding: 0;
  max-width: none;
  text-align: left;
}
.clinic-contacts__button-dropdown.button_dropdown-open {
  margin-top: 55px;
}
@media screen and (max-width: 1279.98px) {
  .clinic-contacts__button-dropdown.button_dropdown-open {
    margin-top: 16px;
  }
}
.clinic-contacts__address-item:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 1279.98px) {
  .clinic-contacts__address-item {
    font-size: 14px;
  }
  .clinic-contacts__address-item:not(:last-child) {
    margin-bottom: 64px;
  }
}
.clinic-contacts__address-title {
  font-weight: 700;
  margin-bottom: 17px;
  padding-left: 50px;
}
@media screen and (max-width: 1279.98px) {
  .clinic-contacts__address-title {
    padding-left: 0;
    margin-bottom: 10px;
  }
  .clinic-contacts__address-title:after,
  .clinic-contacts__address-title:before {
    top: -40px;
    left: 0;
    width: 32px;
    height: 32px;
  }
  .clinic-contacts__address-title:before {
    -webkit-mask-size: 1.1rem, 1.1rem;
    mask-size: 1.1rem, 1.1rem;
  }
}
.clinic-contacts__address-text {
  padding-left: 53px;
}
@media screen and (max-width: 1279.98px) {
  .clinic-contacts__address-text {
    padding-left: 0;
  }
}
.clinic-contacts__address-text p {
  display: flex;
  column-gap: 8px;
  font-size: 16px;
  line-height: 24px;
}
.clinic-contacts__address-text p:not(:last-child) {
  margin-bottom: 15px;
}
.clinic-contacts__address-text div {
  margin-right: 10px;
}

.departments__list {
  column-count: 3;
}
@media screen and (max-width: 1024px) {
  .departments__list {
    column-count: 2;
  }
}
@media screen and (max-width: 767.98px) {
  .departments__list {
    column-count: 1;
  }
}
.departments__item {
  margin-bottom: 27px;
}
@media screen and (max-width: 1024px) {
  .departments__item {
    margin-bottom: 12px;
  }
}

.doctors__item {
  background: #fff;
  border: 1px solid #f1f5f8;
  border-radius: 16px;
  min-height: 500px;
  height: 100%;
}
@media screen and (max-width: 1279.98px) {
  .doctors__item {
    min-height: 468px;
  }
}
.doctors__item-body {
  text-align: center;
  padding: 25px 24px;
}
.doctors__item-picture {
  width: 100%;
  height: 100%;
}
.doctors__item-img {
  width: 100%;
  height: 304px;
  border-radius: 16px 16px 0 0;
  background: url('/local/templates/anicura/frontend/dist/css/../img/resources/sales-bg.png');
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 1279.98px) {
  .doctors__item-img {
    height: 280px;
  }
}
.doctors__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1279.98px) {
  .doctors__item-img img {
    margin: 0 auto;
  }
}
.doctors__item-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 18px;
}
@media screen and (max-width: 1279.98px) {
  .doctors__item-title {
    margin-bottom: 7px;
  }
}
.doctors__item-description {
  font-size: 16px;
}
.doctors .swiper-slide {
  height: auto !important;
}

.about__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  column-gap: 127px;
  font-size: 16px;
}
@media screen and (max-width: 1279.98px) {
  .about__content {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    padding-top: 7px;
  }
}
.about__text h3 {
  margin-bottom: 32px;
}
@media screen and (max-width: 1279.98px) {
  .about__text h3 {
    margin-bottom: 16px;
  }
}
.about__text p {
  margin-bottom: 30px;
}
@media screen and (max-width: 1279.98px) {
  .about__text p {
    margin-bottom: 21px;
  }
}
.about__text ul {
  list-style: initial;
  padding-left: 16px;
}
.about__accent-img {
  width: 100%;
  height: 299px;
}
.about__accent-img img {
  height: 100%;
  object-fit: cover;
  border-radius: 16px 16px 0px 0px;
}
@media screen and (max-width: 1279.98px) {
  .about__accent-img img {
    border-radius: 16px;
  }
}
@media screen and (max-width: 1279.98px) {
  .about__accent-img {
    height: 259px;
    margin-bottom: 24px;
  }
}
.about__accent {
  align-self: baseline;
  background: var(--color-light-gray);
  border-radius: 16px;
}
@media screen and (max-width: 1279.98px) {
  .about__accent {
    grid-column: auto;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    max-width: 410px;
    padding: 24px 24px 24px;
    margin: 8px auto 14px;
  }
}
.about__accent-text {
  padding: 48px 48px 8px;
}
@media screen and (max-width: 1279.98px) {
  .about__accent-text {
    padding: 0;
  }
}
.about__accent-text h3 {
  margin-bottom: 21px;
}
@media screen and (max-width: 1279.98px) {
  .about__accent-text h3 {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.about__accent-text p {
  margin-bottom: 30px;
}
@media screen and (max-width: 1279.98px) {
  .about__accent-text p {
    font-size: 12px;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .about__slider {
    margin-top: 26px;
  }
}
.about__slider h3 {
  font-weight: 700;
  margin-bottom: 32px;
}
@media screen and (max-width: 1279.98px) {
  .about__slider h3 {
    margin-bottom: 16px;
  }
}

.more-us {
  margin-top: 24px;
}
.more-us__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 520px 1fr;
  grid-template-columns: 520px 1fr;
  column-gap: 48px;
  background: var(--color-white);
  padding: 48px;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .more-us__content {
    padding: 32px 24px 22px 24px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
}
.more-us__logo {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 42px 71px 54px 62px;
  background: linear-gradient(199.88deg, #b9d5de -59.27%, rgba(185, 213, 222, 0) 112.37%);
  border-radius: 20px;
  gap: 27px;
}
@media screen and (max-width: 1024px) {
  .more-us__logo {
    order: -1;
    padding: 11px 29px 24px 26px;
    align-items: center;
    gap: 6px;
  }
}
.more-us .logo__centr {
  width: 100%;
  max-width: 387px;
  max-height: 145px;
  height: 145px;
  margin: 0;
  border: none;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .more-us .logo__centr {
    height: 84px;
    max-width: 225px;
  }
}
.more-us .logo__part {
  width: 241px;
  max-width: 241px;
  padding: 0;
  margin-left: 125px;
}
@media screen and (max-width: 1024px) {
  .more-us .logo__part {
    height: 44px;
    max-width: 137px;
    width: 137px;
    margin-left: 75px;
  }
}
.more-us__title {
  margin-bottom: 24px;
}
.more-us__text {
  font-size: 20px;
  line-height: 30px;
}
@media screen and (max-width: 1024px) {
  .more-us__text {
    font-size: 16px;
    line-height: 24px;
  }
}
.more-us__text p {
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .more-us__text p {
    margin-bottom: 15px;
  }
}
.more-us__description {
  display: flex;
  flex-direction: column;
}
.more-us .button {
  margin-top: auto;
}
@media screen and (max-width: 1024px) {
  .more-us .button {
    margin-top: 10px;
  }
}

.callback-form {
  margin-top: 24px;
}
.callback-form__content {
  display: flex;
  position: relative;
  background: linear-gradient(196.72deg, #b9d5de -12.12%, rgba(185, 213, 222, 0) 149.38%);
  border-radius: 20px;
  padding: 48px;
}
@media screen and (max-width: 767.98px) {
  .callback-form__content {
    padding: 32px 24px;
  }
}
.callback-form__wrapper {
  max-width: 845px;
}
@media screen and (max-width: 1439.98px) {
  .callback-form__wrapper {
    max-width: 800px;
  }
}
.callback-form__title {
  margin-bottom: 16px;
  font: 700 32px / 42px 'Merriweather';
}
.callback-form__subtitle {
  max-width: 637px;
}
.callback-form__form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}
.modal-content .callback-form__form-field:nth-child(5) {
  width: 100%;
}
@media(min-width: 768px) {
  .callback-form__form {
    display: flex;
    flex-wrap: wrap;
  }
  .callback-form__form-field {
    width: calc((100% - 1 * 24px) / 2);
  }
  .callback-form__form-field:nth-child(3) {
    display: none;
  }
  .callback-form__form-field:nth-child(4) {
    width: 100%;
  }
  .callback-form__form-field:nth-child(5) {
    width: 60%;
  }
  .callback-form__form-field:nth-child(6) {
    width: max-content;
    max-width: 100%;
    flex: auto;
  }
}
@media(max-width: 1199px) {
  .callback-form__wrapper {
    width: 100% !important;
    max-width: 100% !important;
  }
  .callback-form__form-field:nth-child(5) {
    max-width: 100% !important;
    width: max-content !important;
  }
  .callback-form__form-field .checkbox-label a {
    padding-left: 0 !important;
  }
  .modal-content .callback-form__form-field {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .callback-form__form-field:nth-child(5) {
    width: 100% !important;
  }
}
@media screen and (max-width: 767.98px) {
  .callback-form__form {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    gap: 8px;
    margin-top: 20px;
  }
}
.callback-form__form-field {
  position: relative;
}
.callback-form__form-field:nth-child(4) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
}
@media screen and (max-width: 767.98px) {
  .callback-form__form-field:nth-child(4) {
    grid-column: auto;
  }
}
.callback-form__form-field:nth-child(5) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}
@media screen and (max-width: 767.98px) {
  .callback-form__form-field:nth-child(5) {
    grid-column: auto;
    margin-top: 5px;
  }
}
.callback-form__form-field:nth-child(6) {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row-align: end;
  align-self: end;
}
@media screen and (max-width: 767.98px) {
  .callback-form__form-field:last-child {
    grid-column: auto;
    margin-top: 6px;
  }
}
@media screen and (max-width: 1024px) {
  .callback-form__form-field .checkbox-label a {
    padding-left: 25px;
  }
}
.callback-form__img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 529px;
  max-height: 510px;
  width: 100%;
  height: 100%;
}
.callback-form__img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
@media screen and (max-width: 1439.98px) {
  .callback-form__img {
    max-width: 400px;
  }
}
@media screen and (max-width: 1279.98px) {
  .callback-form__img {
    display: none;
  }
}

.feedback {
  margin-top: 24px;
  width: 100%;
}
.feedback__content {
  display: flex;
  justify-content: center;
  background-color: var(--color-white);
  border-radius: 16px;
  padding: 48px 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .feedback__content {
    padding: 0;
  }
}

.clinic__additional-info {
  width: 100%;
  padding: 20px;
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  border-radius: 16px;
  margin: 40px 0;
  color: #ffffff;
  background-color: var(--color-light-blue);
}
@media screen and (max-width: 1024px) {
  .clinic__additional-info {
    width: calc(100% - 48px);
    margin: 24px auto;
    padding: 8px;
    font-size: 16px;
    line-height: 24px;
  }
}

.clinics__title {
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .clinics__title {
    margin-bottom: 24px;
  }
}
.clinics__list {
  --col-count: 3;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [var(--col-count) ];
  grid-template-columns: repeat(var(--col-count), 1fr);
  gap: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .clinics__list {
    --col-count: 2;
    gap: 16px;
  }
}
@media screen and (max-width: 767.98px) {
  .clinics__list {
    --col-count: auto;
  }
}
.clinics__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 48px;
  background: var(--color-white);
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 1279.98px) {
  .clinics__item {
    padding: 32px 24px 24px;
  }
}
@media screen and (min-width: 1024.98px) {
  .clinics__item:hover .clinics__item-title,
  .clinics__item:hover .clinics__info-item {
    color: var(--color-white);
  }
  .clinics__item:hover .button {
    color: var(--color-white);
    background: var(--color-yellow);
  }
  .clinics__item:hover .clinics__item-picture {
    opacity: 1;
  }
}
.clinics__item .button {
  margin-top: auto;
  width: 100%;
  max-width: none;
}
.clinics__item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.clinics__item-title {
  margin-bottom: 33px;
}
@media screen and (max-width: 1024px) {
  .clinics__item-title {
    margin-bottom: 24px;
  }
}
.clinics__info {
  margin-bottom: 53px;
}
@media screen and (max-width: 1024px) {
  .clinics__info {
    margin-bottom: 39px;
  }
}
.clinics__info-item:not(:last-child) {
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .clinics__info-item:not(:last-child) {
    margin-bottom: 21px;
  }
}
.clinics__info-item.icon:after,
.clinics__info-item.icon:before {
  width: 24px;
  height: 24px;
}
.clinics__info-item.icon-point:before {
  -webkit-mask-size: 0.5rem;
  mask-size: 0.5rem;
}
.clinics__item-picture {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  background: rgba(0, 38, 62, 0.85);
  transition: opacity 0.6s;
}
@media screen and (max-width: 1024px) {
  .clinics__item-picture {
    display: none;
  }
}
.clinics__item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.frame {
  background-color: var(--color-white);
  padding: 36px 80px 60px 80px;
  border-radius: 16px;
  display: flex;
  gap: 84px;
}
@media screen and (max-width: 1024px) {
  .frame {
    padding: 16px 24px 26px 24px;
    flex-direction: column;
    gap: 8px;
  }
}
.frame .col:first-of-type {
  max-width: 524px;
}
@media screen and (max-width: 1024px) {
  .frame .col:first-of-type {
    max-width: 100%;
  }
}
.frame .col:last-of-type {
  gap: 24px;
  justify-content: center;
  padding-top: 24px;
}
@media screen and (max-width: 1024px) {
  .frame .col:last-of-type {
    text-align: center;
    align-items: center;
  }
}

.notfound-content .container {
  padding: 0 32px;
}
@media screen and (max-width: 1024px) {
  .notfound-content .container {
    padding: 0 16px;
  }
}
.notfound-content .button {
  margin-top: 32px;
}
@media screen and (max-width: 1024px) {
  .notfound-content .button {
    margin-top: 8px;
  }
}
.notfound__text {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #00263e;
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  .notfound__text {
    font-size: 16px;
    line-height: 22px;
  }
}

.schedule-content__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .schedule-content__header {
    flex-direction: column;
    align-items: unset;
    margin-bottom: 16px;
  }
}
.schedule-content__header .dropdown {
  width: 411px;
}
@media screen and (max-width: 1024px) {
  .schedule-content__header .dropdown {
    width: 100%;
  }
}

.schedules {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .schedules {
    gap: 16px;
  }
}
.schedules__item {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 43px 48px 48px 48px;
  background-color: var(--color-white);
  border-radius: 16px;
}
@media screen and (max-width: 1024px) {
  .schedules__item {
    gap: 24px;
    padding: 24px;
  }
}
.schedules__tag {
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  background: #b9d5de;
  border-radius: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #00263e;
}
@media screen and (max-width: 1024px) {
  .schedules__tag {
    min-height: 24px;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
  }
}
.schedules__title {
  font-family: 'Merriweather';
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
}
@media screen and (max-width: 1024px) {
  .schedules__title {
    font-size: 20px;
  }
}
.schedules__content {
  overflow-x: auto;
}
@media screen and (max-width: 1024px) {
  .schedules__content {
    padding-bottom: 16px;
  }
}
.schedules__content::-webkit-scrollbar {
  width: 4px;
  height: 8px;
}
.schedules__content::-webkit-scrollbar-track {
  border-radius: 4px;
  background: #f1f5f8;
}
.schedules__content::-webkit-scrollbar-thumb {
  background: #b9d5de;
  border-radius: 4px;
}
.schedules__content img {
  border-radius: 16px;
}
@media screen and (max-width: 1024px) {
  .schedules__content img {
    max-width: initial;
  }
}
.schedules .row:first-of-type {
  justify-content: space-between;
}
.schedules .row:first-of-type .col {
  width: auto;
  gap: 8px;
}
@media screen and (max-width: 1024px) {
  .schedules .row:first-of-type .col .button {
    display: none;
  }
}
.schedules .row_overflow {
  overflow-x: visible;
}
.schedules .button_mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  .schedules .button_mobile {
    display: flex;
  }
}

.animal-card {
  background-color: var(--color-white);
  border-radius: 16px;
  transition: 0.2s all ease-in-out;
  display: flex;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  height: 264px;
}
@media screen and (max-width: 1024px) {
  .animal-card {
    min-height: 264px;
  }
}
.animal-card__text {
  font-family: 'Merriweather';
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
  position: absolute;
  top: 24px;
  left: 24px;
}
@media screen and (max-width: 1024px) {
  .animal-card__text {
    font-size: 20px;
    top: 24px;
    left: 24px;
  }
}
.animal-card__picture {
  width: 100%;
  height: 100%;
}
.animal-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
  flex: 1;
}
.animal-card:hover {
  transform: translateY(-8px);
}
.animal-card:hover .animal-card__text {
  color: var(--color-main);
}
@media screen and (max-width: 1024px) {
  .animal-card:hover {
    transform: translateY(0);
  }
}
.animal-card_1:hover {
  background: #95d6ea;
}
@media screen and (max-width: 1024px) {
  .animal-card_1 {
    background: #95d6ea;
  }
}
.animal-card_2:hover {
  background: #ffbf28;
}
@media screen and (max-width: 1024px) {
  .animal-card_2 {
    background: #ffbf28;
  }
}
.animal-card_3:hover {
  background: #e2c0a7;
}
@media screen and (max-width: 1024px) {
  .animal-card_3 {
    background: #e2c0a7;
  }
}
.animal-card_4:hover {
  background: #e78fa1;
}
@media screen and (max-width: 1024px) {
  .animal-card_4 {
    background: #e78fa1;
  }
}
.animal-card_5:hover {
  background: #87caa5;
}
@media screen and (max-width: 1024px) {
  .animal-card_5 {
    background: #87caa5;
  }
}
.animal-card_6:hover {
  background: #a7baff;
}
@media screen and (max-width: 1024px) {
  .animal-card_6 {
    background: #a7baff;
  }
}

.animals-content h1 {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .animals-content h1 {
    margin-bottom: 24px;
  }
}
.animals-content__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .animals-content__grid {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media screen and (max-width: 767.98px) {
  .animals-content__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.animals-content__grid .row {
  display: -ms-grid;
  display: grid;
  gap: 24px;
  -ms-grid-rows: 384px;
  grid-template-rows: 384px;
}
@media screen and (max-width: 1024px) {
  .animals-content__grid .row {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 544px;
  }
}
.animals-content__grid .row:nth-child(odd) {
  -ms-grid-columns: 66% 33%;
  grid-template-columns: 66% 33%;
}
.animals-content__grid .row:nth-child(even) {
  -ms-grid-columns: 33% 66%;
  grid-template-columns: 33% 66%;
}

.search-content .container {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 1024px) {
  .search-content .container {
    gap: 24px;
  }
}
.search-content__count {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: rgba(0, 38, 62, 0.7);
}
.search-content__count span,
.search-content__count b {
  color: #00263e;
}
.search-content__content {
  margin-top: -16px;
  display: flex;
  flex-direction: column;
  background-color: var(--color-white);
  border-radius: 16px;
  padding-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .search-content__content {
    margin-top: -8px;
    padding-bottom: 24px;
  }
}
.search-content__content .row_more {
  padding: 0 24px;
}
.search-content__block-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.search-content__item {
  padding: 40px 48px 0 48px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .search-content__item {
    padding: 20px 24px 0 20px;
  }
}
.search-content__item:hover .search-content__item-name {
  color: #5caa7f;
}
.search-content__item-content {
  display: flex;
  padding-bottom: 40px;
  flex-direction: column;
  gap: 24px;
}
.search-content__item-content:not(:last-of-type) {
  border-bottom: 1px solid #f1f5f8;
}
.search-content__item-department {
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: #00263e;
}
.search-content__item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #00263e;
  opacity: 0.7;
}
.search-content__item-text span {
  font-weight: 700;
}
.search-content__item-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.search-content__item-name {
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  color: #00263e;
  transition: 0.15s all linear;
  flex-shrink: 1;
  flex-basis: 95%;
}
.search-content__item-price {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #00263e;
}
.search-content__item-chapter {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  text-transform: uppercase;
  color: #5caa7f;
}
.search-content__item-address {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #00263e;
  margin-bottom: -8px;
}

.sales-content .row.row_more {
  margin-top: 48px;
}
@media screen and (max-width: 1024px) {
  .sales-content .row.row_more {
    margin-top: 24px;
  }
}
.sales-content .cards__item {
  overflow: visible;
  cursor: default;
}
.sales-content .cards__item:hover .cards__item-header {
  color: initial;
}
.sales-content .cards__item-content .col {
  gap: 8px;
}
.sales-content .cards__item-role {
  display: none;
}
.sales-content .news-item {
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .sales-content .cards__item-role {
    display: flex;
  }
}
.sales-content .cards__item-image {
  max-height: 280px;
  min-height: 280px;
}
@media screen and (max-width: 1024px) {
  .sales-content .cards__item-image {
    min-height: 216px;
    max-height: 216px;
  }
}
.sales-content .cards__item-role_spec {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #00263e;
  position: absolute;
  display: none;
  background: #ffffff;
  box-shadow: 0px 8px 12px rgba(0, 38, 62, 0.15);
  border-radius: 16px;
  padding: 24px;
  z-index: 5;
  top: -35px;
  left: calc(100% + 10px);
  width: 452px;
  flex-direction: column;
  gap: 8px;
  cursor: default;
}
.sales-content .cards__item-role_spec.open {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .sales-content .cards__item-role_spec.open {
    display: none;
  }
}
.sales-content .cards__item-header {
  display: flex;
  align-items: baseline;
  gap: 7px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.sales-content .cards__item-header_after {
  color: var(--color-light-blue);
  border: 1px solid var(--color-light-blue);
  min-width: 16px;
  min-height: 16px;
  max-width: 16px;
  max-height: 16px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .sales-content .cards__item-header_after {
    display: none;
  }
}
.sales-content .cards__item-header_after:hover {
  background-color: var(--color-light-blue);
  color: #ffffff;
}
.sales-content .cards__item-header_after:hover ~ .cards__item-role_spec {
  display: flex;
}
.sales-content .spec-header {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
}

.department .button {
  margin-top: 40px;
}
@media screen and (max-width: 767.98px) {
  .department .button {
    margin-top: 20px;
  }
}
.department .article-header__content {
  padding-bottom: 48px;
}
@media screen and (min-width: 1024.98px) {
  .department .article-header__short {
    margin-top: 60px;
  }
}
.department .slider-default__slider-buttons {
  margin-top: 0;
}
.department .container_narrow {
  gap: 32px;
}
.department__clinics-list {
  display: flex;
  column-gap: 74px;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .department__clinics-list {
    row-gap: 20px;
    flex-direction: column;
    margin-top: 25px;
  }
}
.department__clinic {
  font-size: 16px;
  color: var(--color-green);
}
.department__clinic:hover {
  color: var(--color-green);
}
.department__clinic:after,
.department__clinic:before {
  top: -4px;
}
@media screen and (max-width: 1024px) {
  .department__clinic:after,
  .department__clinic:before {
    top: 0;
  }
}
@media screen and (min-width: 1024.98px) {
  .department__clinics {
    margin-top: 40px;
  }
}
.department .buttons-group {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .department .buttons-group {
    margin-top: 20px;
  }
}
.department .buttons-group .button {
  margin: 0;
}
.department .cards__item {
  min-height: 478px;
  transition: none;
}
@media screen and (max-width: 1024px) {
  .department .cards__item {
    min-height: 400px;
  }
}
.department .cards__item:hover .cards__item-text {
  color: var(--color-main);
}
.department .index-card:not(.index-card_news) .cards__item-content {
  justify-content: flex-start;
  gap: 16px;
  display: -ms-grid;
  display: grid;
}
@media screen and (max-width: 1024px) {
  .department .cards__item-content {
    gap: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .department .cards__item-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 767.98px) {
  .text-image-block .row {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .text-image-block .col {
    flex-grow: 1;
  }
  .text-image-block .col:first-child {
    order: 1;
  }
}
.text-image-block p strong {
  color: var(--color-green);
}
.text-image-block p:not(:last-child) {
  margin-bottom: 20px;
}
.text-image-block__image {
  width: 411px;
  height: 586px;
}
@media screen and (max-width: 767.98px) {
  .text-image-block__image {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .text-image-block__image {
    width: auto;
    height: auto;
  }
}
.text-image-block__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .text-image-block__text {
    padding-right: 24px;
  }
}

.departments .cards__item {
  min-height: 567px;
}
@media screen and (max-width: 1024px) {
  .departments .cards__item {
    min-height: 413px;
  }
}
.departments .cards__item-content {
  gap: 0;
  justify-content: unset;
  flex-flow: column;
}
@media screen and (max-width: 1279.98px) {
  .departments .cards__item-content {
    padding: 24px;
  }
}
.departments .cards__item-header {
  margin-bottom: 16px;
}
@media screen and (max-width: 1279.98px) {
  .departments .cards__item-header {
    margin-bottom: 8px;
  }
}
.departments .cards__item-text {
  margin-bottom: 36px;
  flex: 1;
}
@media screen and (min-width: 1280px) {
  .departments .cards__item-text {
    font-size: 16px;
    margin-bottom: 40px;
  }
}

.conditions .container {
  padding: 48px;
  background-color: white;
  border-radius: 16px;
  max-width: 1376px;
  width: calc(100% - 24px);
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .conditions .container {
    padding: 48px 68px;
  }
}
@media (max-width: 1280px) {
  .conditions .container {
    padding: 24px;
  }
}
.conditions__title {
  font-size: 48px;
  line-height: 62px;
  margin-bottom: 48px;
  color: var(--color-main);
}
@media (max-width: 1280px) {
  .conditions__title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
  }
}
.conditions__list {
  counter-reset: list-counter;
}
.conditions__list-item {
  padding-left: 35px;
  position: relative;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}
.conditions__list-item:hover .conditions__list-text {
  transition: 0.2s;
  color: #a8d5ba;
}
.conditions__list-item:not(:last-of-type) {
  margin-bottom: 24px;
}
@media (max-width: 1280px) {
  .conditions__list-item:not(:last-of-type) {
    margin-bottom: 16px;
  }
}
@media (max-width: 1280px) {
  .conditions__list-item {
    font-size: 16px;
    line-height: 24px;
    padding-left: 22px;
  }
}
.conditions__list-item:before {
  position: absolute;
  left: 0;
  counter-increment: list-counter;
  content: counter(list-counter) '.';
}
.conditions__list-text {
  border-bottom: 2px solid #a8d5ba;
  padding-bottom: 1px;
}

.index .container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0 32px;
}
@media screen and (max-width: 1024px) {
  .index .container {
    padding: 0 16px;
    gap: 40px;
  }
}
.index h1.index-header {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  color: #00263e;
  padding: 20px 48px;
}
@media screen and (max-width: 1024px) {
  .index h1.index-header {
    font-size: 16px;
    padding: 0 24px;
    margin-bottom: -24px;
  }
}
@media screen and (max-width: 1024px) {
  .index h2 {
    font-size: 24px;
  }
}
.index .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
}
.index .swiper-slide img {
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .index .swiper-slide {
    width: 163px;
    height: 260px;
  }
}
.index .clinics__info-item:not(:last-child) {
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .index .clinics__info-item:not(:last-child) {
    margin-bottom: 24px;
  }
}
.index .index-card {
  display: flex;
  flex-direction: column;
  padding: 48px;
  background-color: var(--color-white);
  border-radius: 16px;
}
@media screen and (max-width: 1024px) {
  .index .index-card {
    padding: 0;
    background-color: transparent;
  }
}
@media(max-width: 1199px) {
  .index .index-card {
    padding: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .index .index-card_licenses {
    padding: 32px 24px 24px 24px;
    background-color: var(--color-white);
  }
}
.index .index-card_licenses .about__slider {
  margin-top: 0;
}
.index .index-card_licenses .about__slider h2 br {
  display: none;
}
@media screen and (max-width: 1024px) {
  .index .index-card_licenses .about__slider h2 br {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .index .index-card_licenses .about__slider h2 {
    font-size: 20px;
  }
}
.index .index-card .about-seo-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .index .index-card .about-seo-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.index .index-card .about-seo-block__col {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.index .index-card .about-seo-block__text {
  font-size: 20px;
  line-height: 30px;
}
@media screen and (max-width: 1024px) {
  .index .index-card .about-seo-block__text {
    font-size: 14px;
    line-height: 21px;
  }
}
.index .index-card .about-seo-block__picture {
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .index .index-card .about-seo-block__picture {
    justify-content: center;
  }
}
.index .index-card .about-seo-block__picture img {
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
@media screen and (max-width: 767.98px) {
  .index .index-card .about-seo-block__picture img {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .index .index-card .about-seo-block .button_desktop {
    display: none;
  }
}
.index .index-card .about-seo-block .button_mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  .index .index-card .about-seo-block .button_mobile {
    display: initial;
  }
}
.index .index-card .slider-default__slider-buttons {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .index .index-card .slider-default__slider-buttons {
    margin-top: 16px;
  }
}
.index .index-card .cards_doctors {
  margin: 0;
}
.index .index-card .cards_doctors .cards__item {
  min-width: 302px;
  max-width: 302px;
}
@media screen and (max-width: 767.98px) {
  .index .index-card .cards_doctors .cards__item {
    min-width: 100%;
    max-width: 100%;
  }
}
.index .index-card .cards__item {
  border: 2px solid #f1f5f8;
}
.index .index-card .row_more .button {
  min-width: 280px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.index .index-card .slider-arrows_mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  .index .index-card .slider-arrows_mobile {
    display: flex;
  }
}
@media screen and (max-width: 1024px) {
  .index .index-card .slider-arrows_desktop {
    display: none;
  }
}
.index .index-card .slider-arrows_hidden {
  display: none;
}
.index .index-card_main {
  flex-direction: row;
  max-height: 560px;
  padding: 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .index .index-card_main {
    flex-direction: column;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
}
.index .index-card_main .slider-default__slider-buttons {
  margin-top: 48px;
  margin-right: 48px;
  position: absolute;
  right: 0;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .index .index-card_main .slider-default__slider-buttons {
    margin-top: 16px;
    margin-right: 0;
    position: relative;
  }
}
.index .index-card_main .cards__item {
  min-width: 100%;
  max-width: 100%;
  justify-content: space-between;
  position: relative;
  padding: 48px;
}
@media screen and (max-width: 1024px) {
  .index .index-card_main .cards__item {
    min-height: 456px;
    padding: 32px 24px 0 24px;
  }
}
.index .index-card_main .cards__item_main {
  border: none;
  width: 1376px;
  min-height: 560px;
  cursor: default;
  z-index: 2;
  background: transparent;
}
.index .index-card_main .cards__item_main.add {
  display: flex;
  background-image: url('/local/templates/anicura/frontend/dist/css/../img/resources/about-us-mobile.png');
  background-size: 100% 100%;
  background-position: center center;
}
.index .index-card_main .cards__item_main.add:hover {
  cursor: pointer;
}
.index .index-card_main .cards__item_main.add:hover > .button_primary {
  color: var(--color-white);
  background: var(--button-hover);
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .index .index-card_main .cards__item_main {
    display: flex;
    flex-flow: column;
    align-items: stretch;
    min-height: 468px;
  }
}
.index .index-card_main .cards__item_main .cards__item-main-text {
  text-align: end;
  position: absolute;
  bottom: 48px;
  right: 48px;
  max-width: 340px;
}
@media screen and (max-width: 1024px) {
  .index .index-card_main .cards__item_main .cards__item-main-text {
    position: static;
    text-align: start;
    max-width: 100%;
  }
}
.index .index-card_main .cards__item-top {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 544px;
}
@media screen and (max-width: 1024px) {
  .index .index-card_main .cards__item-top {
    gap: 12px;
    width: 100%;
    flex: 0 1 auto;
  }
  .index .index-card_main .cards__item-top br {
    display: none;
  }
}
.index .index-card_main .cards__image {
  position: absolute;
  height: 100%;
  right: 0;
  bottom: 0;
  max-width: calc(100% - 616px);
}
@media screen and (max-width: 1024px) {
  .index .index-card_main .cards__image {
    position: relative;
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-start;
    max-width: max-content;
    margin: 21px -24px 0 -24px;
  }
}
.index .index-card_main .cards__image img {
  height: 100%;
  width: auto;
  object-fit: contain;
  object-position: bottom;
}
@media screen and (max-width: 1024px) {
  .index .index-card_main .cards__image img {
    height: auto;
    max-height: 100%;
    width: auto;
  }
}
.index .index-card_main .cards .button {
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .index .index-card_main .cards .button {
    position: absolute;
    width: 100%;
    left: calc(50% - 140px);
    bottom: 24px;
  }
}
@media screen and (max-width: 767.98px) {
  .index .index-card_main .cards .button {
    max-width: 280px;
  }
}
.index .cards_animals {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1024px) {
  .index .cards_animals {
    max-height: 264px;
    -ms-grid-columns: (100%) [6];
    grid-template-columns: repeat(6, 100%);
  }
}
.index .cards_animals .animal-card {
  transform: none;
  width: 100%;
  max-width: 411px;
  height: 264px;
}
@media screen and (max-width: 767.98px) {
  .index .cards_animals .animal-card {
    width: 100%;
    max-width: 100%;
    height: 264px;
  }
}
.index .cards_animals .animal-card img {
  flex: none;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .index .cards_animals .animal-card img {
    height: 100%;
  }
}
.index .cards_advantages {
  max-width: 100%;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .index .cards_advantages {
    margin-top: 0;
    margin-bottom: 0;
    gap: 12px;
  }
}
.index .cards_advantages .cards__item {
  border: none;
  background: linear-gradient(337.29deg, rgba(0, 0, 0, 0.05) 2.37%, rgba(0, 0, 0, 0) 72.97%), #f1f5f8;
  min-width: calc(25% - 18px);
  max-width: 302px;
  min-height: 370px;
  height: 370px;
  padding: 24px;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .index .cards_advantages .cards__item {
    min-width: calc(50% - 6px);
    max-width: calc(50% - 6px);
    min-height: 336px;
    height: 336px;
    background: var(--color-white);
  }
}
@media screen and (max-width: 767.98px) {
  .index .cards_advantages .cards__item {
    min-width: 100%;
    max-width: 100%;
  }
}
.index .cards_advantages .cards__item .col {
  gap: 16px;
}
.index .cards_advantages .cards__item:hover .cards__info {
  color: var(--color-light-blue);
}
.index .cards_advantages .cards__header {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  color: #00263e;
}
.index .cards_advantages .cards__info {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #00263e;
  opacity: 0.7;
}
.index .cards_advantages .cards__image {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin: 0 -24px -24px 0;
}
.index .cards_clinics .cards__item {
  min-width: 30%;
  max-width: 411px;
}
@media screen and (max-width: 1024px) {
  .index .cards_clinics .cards__item {
    min-width: 100%;
    max-width: 100%;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
}
.index .cards_sales.cards_scroller {
  max-width: initial;
}
.index .cards_sales .cards__item {
  position: relative;
  justify-content: flex-end;
  min-width: 100%;
  min-height: 464px;
  max-height: 464px;
  flex-direction: row;
  background: linear-gradient(115.3deg, #4b8164 62.03%, #a8d5ba 128.2%);
}
@media screen and (max-width: 1024px) {
  .index .cards_sales .cards__item {
    background: linear-gradient(136.38deg, #5caa7f 36.24%, #a8d5ba 109.33%);
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
}
.index .cards_sales .cards__item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
  height: 100%;
  border-radius: 0;
}
@media screen and (max-width: 1024px) {
  .index .cards_sales .cards__item-image {
    display: none;
  }
}
.index .cards_sales .cards__item-tag {
  z-index: 1;
  position: static;
}
.index .cards_sales .cards__item-content_bottom p {
  color: var(--color-white);
}
@media screen and (max-width: 1024px) {
  .index .cards_sales .cards__item-content_top {
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 0;
  }
}
.index .cards_sales .cards__item .col {
  z-index: 2;
  width: 50%;
  padding: 48px;
  gap: 24px;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .index .cards_sales .cards__item .col {
    width: 100%;
    padding: 24px;
    gap: 32px;
  }
}
.index .banner {
  width: 100%;
  position: relative;
  padding: 48px;
  background: linear-gradient(196.72deg, #b9d5de -12.12%, rgba(185, 213, 222, 0) 149.38%);
  border-radius: 20px;
  height: 442px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .index .banner {
    padding: 32px 24px 24px 24px;
    height: 393px;
  }
}
.index .banner:hover {
  background: linear-gradient(196.72deg, #acc5ce -12.12%, rgba(185, 213, 222, 0) 149.38%);
  transition: 0.3s;
}
.index .banner:hover > .button_primary {
  color: var(--color-white);
  background: var(--button-hover);
  transition: 0.3s;
}
.index .banner__top {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 50%;
}
@media screen and (max-width: 1279.98px) {
  .index .banner__top {
    gap: 12px;
    max-width: 100%;
  }
}
.index .banner__image {
  position: absolute;
  bottom: 0;
  right: 48px;
}
@media screen and (max-width: 1279.98px) {
  .index .banner__image {
    left: -64px;
    right: auto;
    height: auto;
    max-height: 276px;
    width: 415px;
  }
}
.index .banner .button {
  z-index: 2;
}

@media screen and (min-width: 1280px) {
  .services .tabs .container {
    padding: 0 32px;
  }
}
.services__title {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .services__title {
    margin-bottom: 24px;
  }
}
.services__input-search {
  display: flex;
  gap: 85px;
}
.services__input-search .input-search {
  flex: 1;
}
@media screen and (max-width: 1279.98px) {
  .services__input-search {
    padding: 24px 24px 0;
  }
  .services__input-search .input {
    padding-right: 8px;
  }
  .services__input-search .input:not(:-ms-input-placeholder) {
    padding-right: 35px;
  }
  .services__input-search .input:not(:placeholder-shown) {
    padding-right: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .services__input-search {
    flex-direction: column;
    gap: 24px;
  }
}
.services__accordion {
  margin-top: 40px;
}
.services__accordion.hide {
  display: none;
}
@media screen and (max-width: 1024px) {
  .services__accordion {
    margin-top: 24px;
  }
}
.services__list-head {
  display: flex;
  justify-content: space-between;
  padding: 0 24px;
  margin-bottom: 16px;
  font-size: 16px;
  color: rgba(0, 38, 62, 0.7);
}
@media screen and (max-width: 1279.98px) {
  .services__list-head {
    display: none;
  }
}
.services__item {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  padding: 24px;
  border-radius: 16px;
  background: #fff;
}
@media screen and (max-width: 1279.98px) {
  .services__item {
    flex-direction: column;
    padding: 16px;
  }
}
.services__item.hide {
  display: none;
}
.services__item:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 1279.98px) {
  .services__item:not(:last-child) {
    margin-bottom: 8px;
  }
}
.services__item-title {
  max-width: 882px;
}
@media screen and (max-width: 1279.98px) {
  .services__item-title {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.services__item-price {
  font-weight: 700;
}
.services__button {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 1279.98px) {
  .services__button {
    margin-top: 24px;
  }
}
.services__info {
  display: flex;
  align-items: center;
  column-gap: 48px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1279.98px) {
  .services__info {
    flex-direction: column;
    row-gap: 24px;
    margin-bottom: 24px;
  }
}
.services__info-img {
  flex-shrink: 0;
  width: 592px;
  height: 400px;
}
@media screen and (max-width: 1279.98px) {
  .services__info-img {
    width: auto;
    height: auto;
  }
}
.services__info-img img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
}
@media screen and (max-width: 1279.98px) {
  .services__info-desc {
    font-size: 14px;
  }
}
.services__info-desc h3 {
  font-weight: 700;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .services__info-desc h3 {
    margin-bottom: 16px;
  }
}
.services__info-buttons {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  margin-top: 38px;
}
@media screen and (max-width: 1279.98px) {
  .services__info-buttons {
    align-items: center;
    margin-top: 24px;
  }
}
@media screen and (max-width: 1279.98px) {
  .services .tabs__tab-content {
    padding: 0;
  }
}
.services .tabs__content-title {
  background: #b9d5de;
}
.services__notfound {
  display: none;
  padding: 40px 48px;
  margin-top: 40px;
  background: var(--color-light-gray);
  border: 1px solid var(--color-white);
  border-radius: 16px;
  color: rgba(0, 38, 62, 0.7);
}
@media screen and (max-width: 1279.98px) {
  .services__notfound {
    padding: 24px;
    border-radius: 0;
  }
}
.services__notfound span {
  color: var(--color-main);
}
.services__notfound.show {
  display: block;
}
.services__collapse {
  display: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: var(--color-yellow);
  margin-top: 24px;
  cursor: pointer;
}
@media screen and (max-width: 1279.98px) {
  .services__collapse {
    display: block;
  }
}
.services__clear-button {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}
.services__clear-button.hide {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1279.98px) {
  .services__clear-button {
    right: 10px;
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 1279.98px) {
  .services__clear-button:after {
    top: calc(50% - 14px);
    left: 0;
  }
}
@media screen and (max-width: 1279.98px) {
  .services__clear-button span {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .page-403 .frame {
    padding-bottom: 83px;
  }
}
@media screen and (max-width: 1024px) {
  .page-403 .frame {
    gap: 62px;
  }
}

.vacancies-head {
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .vacancies-head {
    margin-bottom: 24px;
  }
}
.vacancies-head__content h1 {
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .vacancies-head__content h1 {
    margin-bottom: 24px;
  }
}
.vacancies-head__content p {
  margin-top: 16px;
}
@media screen and (max-width: 1024px) {
  .vacancies-head__content p {
    font-size: 14px;
    line-height: 150%;
  }
}
.vacancies-head__content ul li {
  position: relative;
  font-size: 20px;
  line-height: 150%;
  padding-left: 24px;
  margin-top: 16px;
}
@media screen and (max-width: 1024px) {
  .vacancies-head__content ul li {
    font-size: 14px;
  }
}
.vacancies-head__content ul li::before {
  position: absolute;
  content: '';
  top: 12px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: var(--color-light-green);
}
@media screen and (max-width: 1024px) {
  .vacancies-head__content ul li::before {
    top: 10px;
  }
}
.vacancies-head__content b {
  font-weight: 700;
}
.vacancies-head__clinics-list {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin-top: 32px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .vacancies-head__clinics-list {
    flex-direction: column;
  }
}
.vacancies-head__clinics-item {
  width: 315px;
}
@media screen and (max-width: 1024px) {
  .vacancies-head__clinics-item {
    width: 100%;
  }
}
.vacancies-head__clinics-link {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  font-size: 16px;
  line-height: 130%;
  color: var(--color-yellow);
}
.vacancies-head__clinics-link svg {
  flex-shrink: 0;
}
.vacancies-head__clinics-link:hover {
  color: var(--color-light-blue);
  transition: 0.2s all ease;
}

.vacancies-photos {
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .vacancies-photos {
    margin-bottom: 24px;
  }
}
.vacancies-photos__container {
  padding: 0 32px;
}
@media screen and (max-width: 1279.98px) {
  .vacancies-photos__container {
    padding: 0 16px;
  }
}
.vacancies-photos__content {
  position: relative;
  padding: 40px 48px;
  background: var(--color-white);
  border-radius: 16px;
}
@media screen and (max-width: 1024px) {
  .vacancies-photos__content {
    padding: 16px 24px;
  }
}
.vacancies-photos__content h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .vacancies-photos__content h2 {
    margin-bottom: 16px;
  }
}
.vacancies-photos__slider {
  padding: 0 48px;
  margin: 0 -48px;
}
@media screen and (max-width: 1279.98px) {
  .vacancies-photos__slider {
    padding: 0;
    margin: 0;
  }
}
.vacancies-photos__slide {
  max-width: 751px;
}
.vacancies-photos__slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  overflow: hidden;
}

.vacancies-list {
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .vacancies-list {
    margin-bottom: 16px;
  }
}
.vacancies-list__container {
  padding: 0 32px;
}
@media screen and (max-width: 1279.98px) {
  .vacancies-list__container {
    padding: 0 16px;
  }
}
.vacancies-list__content {
  position: relative;
  background: var(--color-white);
  padding: 48px;
  border-radius: 16px;
}
@media screen and (max-width: 1024px) {
  .vacancies-list__content {
    padding: 0;
    background: transparent;
  }
}
.vacancies-list__content h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .vacancies-list__content h2 {
    margin-bottom: 16px;
  }
}
.vacancies-list__group:not(.vacancies-list__group:last-child) {
  margin-bottom: 38px;
}
@media screen and (max-width: 1024px) {
  .vacancies-list__group:not(.vacancies-list__group:last-child) {
    margin-bottom: 16px;
  }
}
.vacancies-list__headline {
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .vacancies-list__headline {
    margin-bottom: 8px;
  }
}
.vacancies-list__accordion-item {
  display: flex;
  flex-direction: column;
  border: 2px solid var(--color-light-gray);
  border-radius: 16px;
  background-color: var(--color-white);
}
.vacancies-list__accordion-item:not(.vacancies-list__accordion-item:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .vacancies-list__accordion-item:not(.vacancies-list__accordion-item:last-child) {
    margin-bottom: 8px;
  }
}
.vacancies-list__accordion-item.open .vacancies-list__accordion-trigger::after {
  opacity: 0;
}
.vacancies-list__accordion-trigger {
  position: relative;
  padding: 23px 60px 23px 24px;
  cursor: pointer;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: var(--color-light-blue);
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .vacancies-list__accordion-trigger {
    padding: 16px 40px 16px 16px;
    font-size: 14px;
  }
}
.vacancies-list__accordion-trigger::before {
  position: absolute;
  content: '';
  top: 37px;
  right: 24px;
  width: 24px;
  height: 4px;
  border-radius: 3px;
  background-color: var(--color-light-blue);
}
@media screen and (max-width: 1024px) {
  .vacancies-list__accordion-trigger::before {
    width: 16px;
    height: 3px;
    top: 25px;
    right: 15px;
  }
}
.vacancies-list__accordion-trigger::after {
  position: absolute;
  content: '';
  width: 4px;
  height: 24px;
  border-radius: 3px;
  background-color: var(--color-light-blue);
  top: 27px;
  right: 34px;
  transition-property: opacity;
  transition-duration: 0.3s;
}
@media screen and (max-width: 1024px) {
  .vacancies-list__accordion-trigger::after {
    height: 16px;
    width: 3px;
    top: 19px;
    right: 21px;
  }
}
.vacancies-list__accordion-body {
  display: none;
  padding: 0 24px 24px;
}
@media screen and (max-width: 1279.98px) {
  .vacancies-list__accordion-body {
    padding: 0 16px 16px;
  }
}
.vacancies-list__accordion-body p {
  font-size: 16px;
  line-height: 150%;
}
@media screen and (max-width: 1279.98px) {
  .vacancies-list__accordion-body p {
    font-size: 14px;
    line-height: 150%;
  }
}
.vacancies-list__description-common {
  margin-bottom: 24px;
}
.vacancies-list__description-common p {
  font-size: 16px;
  line-height: 150%;
}
@media screen and (max-width: 1279.98px) {
  .vacancies-list__description-common p {
    font-size: 14px;
    line-height: 150%;
  }
}
.vacancies-list__description-common p:not(:last-child) {
  margin-bottom: 8px;
}
.vacancies-list__description-common b {
  font-weight: 700;
}
.vacancies-list__description-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 32px;
}
@media screen and (max-width: 1279.98px) {
  .vacancies-list__description-list {
    flex-direction: column;
  }
}
.vacancies-list__description-item {
  flex-grow: 1;
  width: calc((100% - 64px) / 3);
}
@media screen and (max-width: 1279.98px) {
  .vacancies-list__description-item {
    width: 100%;
  }
}
.vacancies-list__description-item ul li {
  position: relative;
  padding-left: 22px;
  font-size: 16px;
  line-height: 150%;
}
@media screen and (max-width: 1279.98px) {
  .vacancies-list__description-item ul li {
    font-size: 14px;
  }
}
.vacancies-list__description-item ul li:not(:last-child) {
  margin-bottom: 8px;
}
.vacancies-list__description-item ul li::before {
  position: absolute;
  content: '';
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--color-yellow);
}
.vacancies-list__description-item b {
  font-weight: 700;
}
.vacancies-list__description-headline {
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 150%;
}
.vacancies-list__button-box {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.vacancies-list__button {
  min-width: 394px;
}
@media screen and (max-width: 1024px) {
  .vacancies-list__button {
    min-width: 0;
  }
}
.vacancies-list__empty p {
  font-size: 20px;
  line-height: 150%;
}
@media screen and (max-width: 1024px) {
  .vacancies-list__empty p {
    font-size: 14px;
    line-height: 150%;
  }
}

.vacancies-conditions {
  margin-bottom: 24px;
}
.vacancies-conditions__container {
  padding: 0 32px;
}
@media screen and (max-width: 1279.98px) {
  .vacancies-conditions__container {
    padding: 0 16px;
  }
}
.vacancies-conditions__content {
  position: relative;
  padding: 40px 48px;
  background: var(--color-white);
  border-radius: 16px;
}
@media screen and (max-width: 1024px) {
  .vacancies-conditions__content {
    padding: 0;
    background: transparent;
  }
}
.vacancies-conditions__content h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .vacancies-conditions__content h2 {
    margin-bottom: 16px;
  }
}
.vacancies-conditions__content p {
  margin-top: 24px;
  font-size: 20px;
  line-height: 150%;
}
@media screen and (max-width: 1024px) {
  .vacancies-conditions__content p {
    margin-top: 16px;
    font-size: 14px;
  }
}
.vacancies-conditions__content ul li {
  position: relative;
  font-size: 20px;
  line-height: 150%;
  padding-left: 24px;
}
@media screen and (max-width: 1024px) {
  .vacancies-conditions__content ul li {
    font-size: 14px;
  }
}
.vacancies-conditions__content ul li::before {
  position: absolute;
  content: '';
  top: 12px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: var(--color-light-green);
}
@media screen and (max-width: 1024px) {
  .vacancies-conditions__content ul li::before {
    top: 8px;
    width: 6px;
    height: 6px;
  }
}
.vacancies-conditions__content ul li:not(:last-of-type) {
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .vacancies-conditions__content ul li:not(:last-of-type) {
    margin-bottom: 16px;
  }
}
.vacancies-conditions b {
  font-weight: 700;
}

.vacancies-resume {
  margin-bottom: 32px;
}
.vacancies-resume__container {
  padding: 0 32px;
}
@media screen and (max-width: 1279.98px) {
  .vacancies-resume__container {
    padding: 0 16px;
  }
}
.vacancies-resume__content {
  position: relative;
  background: var(--color-white);
  border-radius: 16px;
  padding: 48px;
}
@media screen and (max-width: 1024px) {
  .vacancies-resume__content {
    padding: 0;
    background: transparent;
  }
}
.vacancies-resume__content h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .vacancies-resume__content h2 {
    margin-bottom: 16px;
  }
}
.vacancies-resume__content p {
  margin-top: 16px;
  font-size: 20px;
  line-height: 150%;
}
@media screen and (max-width: 1024px) {
  .vacancies-resume__content p {
    font-size: 14px;
  }
}
.vacancies-resume__content b {
  font-weight: 700;
}
.vacancies-resume__button-box {
  margin-top: 40px;
}

h2.MuiTypography-root button {
  min-width: 0 !important;
}
.jss3 {
  min-height: auto !important;
}
.jss5 {
  width: auto !important;
  height: auto !important;
}
@media screen and (max-width: 500px) {
  .jss12, .jss32 {
    max-width: 327px;
  }
}
/* End */


/* Start:/local/templates/anicura/frontend/dist/css/main.css?176578357113631*/
@charset "UTF-8";.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/static/media/ajax-loader.BcnMEykj.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=);src:url(data:application/vnd.ms-fontobject;base64,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) format("embedded-opentype"),url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"),url(data:font/ttf;base64,AAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format("truetype"),url(/static/media/slick.BlzDm7g2.svg#slick) format("svg")}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translateY(-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}

/* End */


/* Start:/local/templates/anicura/template_styles.css?17615386521953*/
.sp-block-table{
    width: fit-content;
    margin: 0 auto;
    overflow-y: hidden;
}

@media screen and (max-width: 1024px) {
    .sp-block-table{
        width: 100%;
    }
}

.sp-block-table .table{
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}

.sp-block-table table tr{
    background-color: #ffffff;
    color: #00263E;
}

.sp-block-table table tr:hover{
    background-color: #ffffff;
    color: #00263E;
}

.sp-block-table table td{
    min-width: 135px;
    vertical-align: baseline;
    padding: 8px;
    border: 1px solid #00263E;
    color: #00263E;
    font-family: inherit;
    font-size: 14px;
    line-height: 21px;
}

.sp-block-table .table__list{
    padding: 0;
    margin: 0;
    list-style-type: none; 
}

.article-main__content .sp-block-table .table__list-item{
    position: relative;
    padding-left: 16px;
    margin: 0 0 10px;
}

.sp-block-table .table__list-item:last-child{
    margin: 0;
}

.table__list-item::before {
    content: '';
    position: absolute;
    left: 4px;
    top: 6px;
    width: 8px;
    height: 8px;
    background-color: #A8D5BA;
    border-radius: 50%;
}

.sp-block-table .table__text{
    margin: 0 0 10px;
    color: #00263E;
}

.sp-block-table .table__head{
    background-color: #B9D5DE;
    font-family: inherit;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
}

.sp-block-table .table__footer-text{
    font-family: inherit;
    font-weight: 400;
    line-height: 21px;
    margin: 0 0 10px 0;
}

.sp-block-table .table__footer-text > span{
    font-family: inherit;
    font-weight: 700;
    line-height: 21px;
}

.sp-block-table table tr:nth-child(odd){
    background-color: #ffffff;
}

.article__button{
    margin-top: 50px;
}

.cards__item-button-doctor.no-active-doctor {
    opacity: 0;
    visibility: hidden;
}
/* End */
/* /local/templates/anicura/frontend/dist/css/libs.css?174460686839051 */
/* /local/templates/anicura/frontend/dist/css/app.css?1775476513155887 */
/* /local/templates/anicura/frontend/dist/css/main.css?176578357113631 */
/* /local/templates/anicura/template_styles.css?17615386521953 */
