

/* Start:/local/templates/medcentr/assets/css/normalize.css?16636252768026*/
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * 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: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/* End */


/* Start:/local/templates/medcentr/assets/css/swiper-bundle.min.css?166362527716465*/
/**
 * Swiper 8.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 6, 2022
 */

@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');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.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);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{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,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(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,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(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,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.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{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{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{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-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.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-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .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)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/medcentr/assets/css/simplebar.min.css?16636252762937*/
[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask{direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto!important;height:auto!important;z-index:0}.simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;scrollbar-width:none;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{width:0;height:0}.simplebar-content:after,.simplebar-content:before{content:' ';display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden}[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;user-select:none;-webkit-user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:'';background:#000;border-radius:7px;left:2px;right:2px;opacity:0;transition:opacity .2s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition:opacity 0s linear}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-track.simplebar-vertical .simplebar-scrollbar:before{top:2px;bottom:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before{height:100%;left:2px;right:2px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:2px;height:7px;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.hs-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}

/* End */


/* Start:/local/templates/medcentr/assets/css/jquery.fancybox.min.css?166362527512795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/medcentr/assets/css/style.css?177158142354250*/
@font-face {
  font-family: "Gilroy";
  src: url("/local/templates/medcentr/assets/css/fonts/Gilroy-Regular.eot"), url("/local/templates/medcentr/assets/css/fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/medcentr/assets/css/fonts/Gilroy-Regular.woff2") format("woff2"), url("/local/templates/medcentr/assets/css/fonts/Gilroy-Regular.woff") format("woff"), url("/local/templates/medcentr/assets/css/fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("/local/templates/medcentr/assets/css/fonts/Gilroy-Bold.eot"), url("/local/templates/medcentr/assets/css/fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/medcentr/assets/css/fonts/Gilroy-Bold.woff2") format("woff2"), url("/local/templates/medcentr/assets/css/fonts/Gilroy-Bold.woff") format("woff"), url("/local/templates/medcentr/assets/css/fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("/local/templates/medcentr/assets/css/fonts/Gilroy-Light.eot"), url("/local/templates/medcentr/assets/css/fonts/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("/local/templates/medcentr/assets/css/fonts/Gilroy-Light.woff2") format("woff2"), url("/local/templates/medcentr/assets/css/fonts/Gilroy-Light.woff") format("woff"), url("/local/templates/medcentr/assets/css/fonts/Gilroy-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("/local/templates/medcentr/assets/css/fonts/Gilroy-Semibold.eot"), url("/local/templates/medcentr/assets/css/fonts/Gilroy-Semibold.eot?#iefix") format("embedded-opentype"), url("/local/templates/medcentr/assets/css/fonts/Gilroy-Semibold.woff2") format("woff2"), url("/local/templates/medcentr/assets/css/fonts/Gilroy-Semibold.woff") format("woff"), url("/local/templates/medcentr/assets/css/fonts/Gilroy-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("/local/templates/medcentr/assets/css/fonts/Gilroy-Medium.eot"), url("/local/templates/medcentr/assets/css/fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("/local/templates/medcentr/assets/css/fonts/Gilroy-Medium.woff2") format("woff2"), url("/local/templates/medcentr/assets/css/fonts/Gilroy-Medium.woff") format("woff"), url("/local/templates/medcentr/assets/css/fonts/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Evolventa";
  src: url("/local/templates/medcentr/assets/css/fonts/Evolventa-Bold.woff2") format("woff2"), url("/local/templates/medcentr/assets/css/fonts/Evolventa-Bold.woff") format("woff"), url("/local/templates/medcentr/assets/css/fonts/Evolventa-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.col-1 {
  width: 8.33%;
}

.col-2 {
  width: 16.66%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33%;
}

.col-5 {
  width: 41.66%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33%;
}

.col-8 {
  width: 66.66%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33%;
}

.col-11 {
  width: 91.66%;
}

.col-12 {
  width: 100%;
}

[class*=col-] {
  padding: 0 15px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.d-glex {
  display: flex;
}

.justify-between {
  justify-content: space-between;
}

.align-center {
  align-items: center;
}

body {
  font-family: "Gilroy", sans-serif;
}

::selection {
  background: #dcc39f;
  color: #fff;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  outline: none;
}

.container {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.main-slider__img {
  background: #0c213f;
}

.main-slider__img img {
  display: block;
  width: 100%;
  opacity: 0.8;
}

.header {
  background: #000;
  position: absolute;
  width: 100%;
  transition: all ease 0.3s;
  z-index: 100;
}

.header.main-header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 10;
  background: transparent;
}

.header.fixed {
  position: fixed;
  width: 100%;
  background: #000;
  z-index: 100001;
}

.header.fixed .logo img {
  max-width: 100px;
}

.logo {
  width: 170px;
}

.logo img {
  max-width: 100px;
  transition: all ease 0.3s;
}

.header-row {
  padding: 11px 0;
  display: flex;
  align-items: center;
}

.navigation {
  display: flex;
  margin: 0 20px 0 0;
  padding: 0;
  list-style: none;
}

.navigation li {
  margin-left: 25px;
}

.navigation li:first-child {
  margin-left: 0;
}

.navigation li a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  position: relative;
}

.navigation li a:after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 1px solid #fff;
  width: 0;
  bottom: -3px;
  left: 0;
  transition: all ease 0.3s;
}

.navigation li a:hover:after {
  width: 100%;
}

.navigation li.active a:after {
  width: 100%;
}

.header-toggle {
  margin-left: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}

.header-toggle .header-phone {
  display: none;
}

.header-toggle .header-phone .header-phone__mob {
  display: none;
}

.header-phone {
  text-align: center;
  margin-left: auto;
  display: flex;
  align-items: center;
}

.header-phone span {
  display: block;
}

.header-phone span a {
  color: #dcc39f;
  font-weight: 700;
  font-size: 21px;
  border: none;
  text-decoration: none;
}

.header-phone .button2 {
  box-shadow: none;
  margin-left: 25px;
}

.header-phone .f-social a {
  border-bottom: none;
}

.main-slider__item {
  position: relative;
}

.main-slider__link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}

.main-slider__text {
  position: absolute;
  z-index: 2;
  top: 240px;
  width: 100%;
  max-width: 1170px;
  left: 50%;
  transform: translate(-50%, 0);
}

.main-slider__text h2 {
  font-size: 70px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 20px 0;
}

.main-slider__text p {
  color: #fff;
  font-size: 36px;
  margin: 0;
}

.main-slider-next {
  position: absolute;
  width: 71px;
  height: 50px;
  border: 2px solid #fff;
  z-index: 2;
  top: 50%;
  margin-top: -25px;
  right: calc((100vw - 1170px) / 2);
  background: url(/local/templates/medcentr/assets/css/../images/arrow1.png) no-repeat center;
  cursor: pointer;
}

.main-slider-prev {
  position: absolute;
  width: 71px;
  height: 50px;
  border: 2px solid #fff;
  z-index: 2;
  top: 50%;
  margin-top: -25px;
  right: calc((100vw - 1170px + 140px) / 2);
  background: url(/local/templates/medcentr/assets/css/../images/arrow1.png) no-repeat center;
  transform: rotate(180deg);
  cursor: pointer;
}

.mouse-icon {
  display: none;
  position: absolute;
  background: url(/local/templates/medcentr/assets/css/../images/mouse-icon.png) no-repeat center;
  width: 58px;
  height: 108px;
  z-index: 2;
  top: 550px;
  left: calc((100vw - 1170px) / 2);
}

.section-main {
  position: relative;
}

.section-about {
  padding: 80px 0 0;
}

.section-about__title {
  text-align: center;
  font-size: 80px;
  font-family: "Evolventa";
  text-transform: uppercase;
  font-weight: 700;
  color: #e1e1e1;
  margin-bottom: 50px;
}

.section-about__text {
  margin-bottom: 80px;
}

.section-about__text .text {
  font-size: 22px;
  line-height: 30px;
  text-align: justify;
}

.carousel-large {
  width: 570px;
}

.carousel-small {
  width: 270px;
}

.section-about__carousel {
  position: relative;
  margin-bottom: 80px;
}

.section-about__carousel img {
  max-height: 300px;
  width: 100%;
  object-fit: cover;
}

.carousel-next {
  position: absolute;
  width: 71px;
  height: 50px;
  border: 2px solid #dcc39f;
  z-index: 2;
  top: 50%;
  margin-top: -25px;
  right: -40px;
  background: url(/local/templates/medcentr/assets/css/../images/arrow2.png) no-repeat center;
  cursor: pointer;
}

.carousel-next:hover {
  background-color: rgba(0, 0, 0, 0.25);
}

.carousel-next.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.carousel-prev {
  position: absolute;
  width: 71px;
  height: 50px;
  border: 2px solid #dcc39f;
  z-index: 2;
  top: 50%;
  margin-top: -25px;
  left: -40px;
  background: url(/local/templates/medcentr/assets/css/../images/arrow2.png) no-repeat center;
  cursor: pointer;
  transform: rotate(180deg);
}

.carousel-prev:hover {
  background-color: rgba(0, 0, 0, 0.25);
}

.carousel-prev.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.about-item {
  text-align: center;
  max-width: 200px;
  margin: 0 auto;
  position: relative;
}

.about-item h4 {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
}

.about-item:hover .about-icon {
  background: #dcc39f;
}

.about-item:hover svg path {
  fill: #fff;
}

.about-item__link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
  top: 0;
}

.about-icon {
  width: 130px;
  height: 130px;
  border: 3px solid #dcc39f;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 30px;
}

.about-icon svg {
  max-width: 58%;
  width: 58%;
}

.about-treatments {
  display: flex;
  justify-content: center;
  margin-bottom: 170px;
}

.about-treatments .about-item {
  width: 130px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 40px;
}

.about-treatments .about-item:nth-child(even) {
  transform: translate(0, 80px);
}

.about-grid {
  margin-bottom: 80px;
}

.treatments-title {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 80px;
  position: relative;
}

.block-title {
  font-size: 50px;
  font-weight: 700;
  font-family: "Evolventa";
  position: relative;
  margin-bottom: 100px;
}

.block-title__actions {
  margin-top: 100px;
}

.block-title.small {
  font-size: 36px;
}

.block-title.middle {
  font-size: 48px;
}

.block-title.centered {
  display: flex;
  justify-content: center;
  margin-bottom: 55px;
}

.block-title a {
  color: #000;
  text-decoration: none;
}

.block-title a:hover {
  opacity: 0.8;
}

.med-item {
  border: 3px solid #dcc39f;
  border-radius: 10px;
  position: relative;
  padding: 30px 30px 90px 30px;
  margin-bottom: 50px;
  min-height: 420px;
}

.med-item h4 {
  margin: 0 0 20px 0;
  font-size: 24px;
  font-weight: 600;
}

.med-item p {
  color: #585858;
  line-height: 22px;
}

.med-item:hover {
  background: #c6aa82;
  color: #fff;
}

.med-item:hover p {
  color: #fff;
}

.med-item:hover .med-item__icon {
  background: #dcc39f;
}

.med-item:hover .med-item__icon svg path {
  fill: #fff;
}

.med-item:hover .med-icon1 {
  background-image: url(/local/templates/medcentr/assets/css/../images/med-icon1-w.png);
}

.med-item:hover .med-icon2 {
  background-image: url(/local/templates/medcentr/assets/css/../images/med-icon2-w.png);
}

.med-item:hover .med-icon3 {
  background-image: url(/local/templates/medcentr/assets/css/../images/med-icon3-w.png);
}

.med-item:hover .med-icon4 {
  background-image: url(/local/templates/medcentr/assets/css/../images/med-icon4-w.png);
}

.med-item__icon {
  width: 96px;
  height: 96px;
  border: 2px solid #dcc39f;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.med-item__icon svg {
  max-width: 75%;
  height: 60%;
}

.med-item__icon svg path {
  fill: #dcc39f;
}

.med-item__icon img {
  max-width: 75%;
  max-height: 80%;
}

.med-item__link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}

.med-icon1 {
  width: 90px;
  height: 90px;
  background: url(/local/templates/medcentr/assets/css/../images/med-icon1.png) no-repeat center;
}

.med-icon2 {
  width: 90px;
  height: 90px;
  background: url(/local/templates/medcentr/assets/css/../images/med-icon2.png) no-repeat center;
}

.med-icon3 {
  width: 90px;
  height: 90px;
  background: url(/local/templates/medcentr/assets/css/../images/med-icon3.png) no-repeat center;
}

.med-icon4 {
  width: 90px;
  height: 90px;
  background: url(/local/templates/medcentr/assets/css/../images/med-icon4.png) no-repeat center;
}

.med-carousel {
  position: relative;
}

.med-carousel-next {
  position: absolute;
  width: 71px;
  height: 50px;
  border: 2px solid #dcc39f;
  z-index: 2;
  top: -85px;
  right: 0;
  background: url(/local/templates/medcentr/assets/css/../images/arrow2.png) no-repeat center;
  cursor: pointer;
}

.med-carousel-prev {
  position: absolute;
  width: 71px;
  height: 50px;
  border: 2px solid #dcc39f;
  z-index: 2;
  top: -85px;
  right: 69px;
  background: url(/local/templates/medcentr/assets/css/../images/arrow2.png) no-repeat center;
  cursor: pointer;
  transform: rotate(180deg);
}

.section-med {
  padding-bottom: 80px;
}

.section-enroll {
  background: url(/local/templates/medcentr/assets/css/../images/enroll-bg.jpg) no-repeat center;
  background-size: cover;
  height: 560px;
  margin: 140px 0 120px;
}

.enroll-img img {
  display: block;
}

.enroll-desc {
  width: 50%;
  text-align: center;
  /* padding: 65px 0 80px; */
  padding: 65px 0 15px;
}

.enroll-desc h3 {
  font-size: 40px;
  font-weight: 700;
  color: #c6aa82;
  margin: 0 0 20px 0;
}

.enroll-desc p {
  color: #a58456;
  font-size: 22px;
}

.enroll-form__row {
  display: flex;
}

.enroll-input {
  height: 80px;
  border-radius: 40px;
  width: 270px;
  border: none;
  text-align: center;
  font-family: "Gilroy";
  font-size: 22px;
  color: #c6aa82;
  caret-color: #c6aa82;
}

.enroll-input::placeholder {
  color: #e4e4e4 !important;
}

.enroll-form {
  margin-top: 30px;
}

.enroll-form__btn {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

.button {
  display: inline-block;
  height: 80px;
  line-height: 80px;
  background: #dcc39f;
  color: #fff;
  border-radius: 40px;
  border: none;
  width: 270px;
  text-align: center;
  cursor: pointer;
  font-family: "Gilroy";
  font-size: 22px;
  font-weight: 700;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  letter-spacing: 1px;
  text-decoration: none;
}

.button:before {
  content: "";
  display: block;
  position: absolute;
  width: 900px;
  height: 900px;
  border-radius: 50%;
  left: 50%;
  bottom: 26px;
  transform: translate(-50%, 0);
  box-shadow: inset 0 0 100px rgba(255, 255, 255, 0.5);
  transition: all ease 0.3s;
}

.button:hover:before {
  bottom: -30px;
}

.button2 {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  background: #dcc39f;
  color: #fff;
  border-radius: 23px;
  padding: 0 24px;
  border: none;
  text-align: center;
  cursor: pointer;
  font-family: "Gilroy";
  font-size: 20px;
  font-weight: 700;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  letter-spacing: 1px;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(236, 221, 199, 0.75);
}

.button2:before {
  content: "";
  display: block;
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  left: 50%;
  bottom: 10px;
  transform: translate(-50%, 0);
  box-shadow: inset 0 0 50px rgba(255, 255, 255, 0.5);
  transition: all ease 0.3s;
}

.button2:hover:before {
  bottom: -30px;
}

.enroll-row {
  display: flex;
  align-items: flex-end;
  height: 560px;
  justify-content: space-between;
}

.more a {
  font-size: 17px;
  position: relative;
  border-bottom: 1px dashed #000;
  text-decoration: none;
  color: #000;
}

.more a:hover {
  border-color: transparent;
}

.more.centered {
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}

.title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}

.title-row .block-title {
  margin-bottom: 0;
}

.program-item {
  position: relative;
  overflow: hidden;
}

.program-item:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 60%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, #0f344e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#007db9e8", endColorstr="#0f344e", GradientType=0);
  bottom: 0;
  opacity: 0.8;
  transition: all ease 0.3s;
}

.program-item:hover .program-item__text {
  transform: translate(0, 0);
  background: rgba(10, 35, 52, 0.65);
  padding-top: 50px;
}

.program-item:hover .program-item__text:before {
  transform: translate(0, 0);
  opacity: 1;
}

.program-item:hover .program-item__text .program-item__title {
  height: auto;
  padding-bottom: 30px;
}

.program-item:hover:before {
  opacity: 0;
}

.program-item__img {
  height: 290px;
}

.program-item__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.program-item__text {
  position: absolute;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  bottom: 0;
  width: 100%;
  height: 100%;
  transform: translate(0, 75%);
  transition: all ease 0.3s;
}

.program-item__text:before {
  content: "";
  display: block;
  position: absolute;
  background: url(/local/templates/medcentr/assets/css/../images/arrow3.png) no-repeat center;
  width: 40px;
  height: 13px;
  bottom: 30px;
  right: 30px;
  transition: all ease 0.3s;
  transition-delay: 0.3s;
  transform: translate(-30px, 0);
  opacity: 0;
}

.program-item__title {
  height: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 30px;
  transition: all ease 0.3s;
}

.program-item__title h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  color: #fff;
}

.program-item__inner {
  height: 75%;
  color: #fff;
  padding: 0 40px 30px 40px;
  font-size: 17px;
  line-height: 30px;
  transition: all ease 0.3s;
}

.program-link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 4;
}

.carousel {
  position: relative;
}

.section-programs {
  margin-bottom: 120px;
}

.doctors-item {
  height: 80px;
  background: #f0e5d5;
  border-radius: 40px;
  padding: 4px;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 10px;
}

.doctors-item:hover,
.doctors-item.active {
  background: #795c33;
}

.doctors-item:hover .doctors-item__desc,
.doctors-item.active .doctors-item__desc {
  color: #fff;
}

.doctors-item:hover .doctors-item__desc span,
.doctors-item.active .doctors-item__desc span {
  color: #fff;
}

.doctors-item__col {
  margin-bottom: 10px;
}

.doctors-item__col:last-child {
  margin-bottom: 0;
}

.doctors-item__col:last-child .doctors-item {
  margin-bottom: 0;
}

.doctors-item__img {
  min-width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid #fff;
  overflow: hidden;
}

.doctors-item__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-doctors,
.section-promo,
.section-news {
  margin-bottom: 120px;
}

.doctors {
  display: flex;
}

.doctors-list {
  min-width: 290px;
  height: 350px;
  overflow: auto;
  padding-left: 20px;
  margin-left: -20px;
  margin-right: 30px;
}

.doctors-list .simplebar-track {
  left: 0;
  background: #eaeaea;
  border-radius: 5px;
}

.doctors-list .simplebar-scrollbar {
  background: #dfc9a9;
  border-radius: 5px;
}

.doctors-list .simplebar-scrollbar:before {
  display: none;
}

.doctors-item__desc {
  flex: 1;
  font-size: 14px;
  padding: 0 10px;
  font-weight: 500;
}

.doctors-item__desc span {
  display: block;
  color: #717171;
}

.doctors-desc {
  display: flex;
}

.doctors-desc__img {
  min-width: 370px;
  width: 370px;
  margin-right: 30px;
}

.doctors-desc__img img {
  display: block;
  width: 100%;
}

.doctors-toggle .doctors-desc__img {
  height: 350px;
}

.doctors-toggle .doctors-desc__img img {
  height: 100%;
  object-fit: cover;
}

.doctors-desc__text h3 {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 30px 0;
  font-family: "Evolventa";
}

.doctors-desc__text h3 a {
  color: #000;
  text-decoration: none;
}

.doctors-desc__text p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  margin: 5px 0;
}

.doctors-desc__text strong {
  font-weight: 600;
}

.doctors-desc__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.doctors-desc__list li {
  margin-bottom: 10px;
  font-weight: 600;
}

.doctors-desc__list li span {
  color: #686868;
  font-weight: 500;
}

.doctors-toggle {
  display: none;
}

.promo-item__img {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
  height: 300px;
}

.promo-page .promo-item__img {
  height: 500px;
}

.promo-item__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promo-item__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.promo-item__title {
  font-size: 24px;
  font-weight: 700;
  max-width: 70%;
  height: 56px;
  overflow: hidden;
}

.promo-item__disc {
  font-size: 24px;
  font-weight: 700;
  color: #f00;
}

.promo-item__text {
  font-size: 22px;
  color: #666666;
  line-height: 30px;
  margin-bottom: 10px;
  height: 96px;
  overflow: hidden;
}

.promo-item__text a {
  color: #51b3ff;
}

.promo-item__text a:hover {
  text-decoration: none;
}

.promo-item__control {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.promo-item__time {
  font-size: 18px;
  color: #666666;
}

.promo-item__time span {
  color: #51b3ff;
  font-weight: 700;
}

.news-item {
  height: 350px;
  display: flex;
  position: relative;
}

.news-item:before {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff url(/local/templates/medcentr/assets/css/../images/arrow4.png) no-repeat center;
  bottom: 20px;
  left: 45px;
  transition: all ease 0.3s;
}

.news-item:hover:before {
  transform: translate(10px, 0);
}

.news-item__img {
  height: 100%;
  display: flex;
  align-items: flex-end;
  margin-right: -25px;
}

.news-item__img img {
  max-height: 385px;
}

.news-item__text {
  padding: 50px 0 100px 50px;
  color: #fff;
}

.news-item__text h3 {
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 10px 0;
}

.news-item__text p {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.news-item__text-inner {
  max-height: 150px;
  overflow: hidden;
}

.news-item__link {
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
}

.section-reviews {
  background: url(/local/templates/medcentr/assets/css/../images/reviews-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 90px 0;
}

.review-item {
  background: #fff;
  padding: 5px;
  border-radius: 10px;
}

.review-item__inner {
  border: 2px solid #e4d1b6;
  border-radius: 8px;
  padding: 22px;
  height: 362px;
  display: flex;
  flex-direction: column;
}

.review-item__date {
  font-size: 18px;
  color: #a4a4a4;
  font-weight: 600;
}

.review-item__rate {
  display: flex;
  margin-bottom: 10px;
}

.review-item__rate img {
  display: block;
  margin-right: 5px;
}

.review-item__text {
  font-size: 18px;
  color: #4d4d4d;
  max-height: 160px;
  overflow: hidden;
  margin-bottom: 10px;
}

.review-item__more a {
  color: #51b3ff;
  font-size: 18px;
  text-decoration: none;
  border-bottom: 1px dashed #51b3ff;
}

.review-item__more a:hover {
  border-color: transparent;
}

.review-item__bottom {
  display: flex;
  align-items: center;
  margin-top: auto;
  padding-top: 10px;
}

.review-item__img {
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 18px 0 0;
}

.review-item__author {
  line-height: 22px;
}

.review-item__author span {
  display: block;
}

.reviews-carousel {
  position: relative;
  padding-bottom: 60px;
}

.reviews-carousel .swiper-pagination {
  display: flex;
}

.reviews-carousel .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #ceb99c;
  opacity: 1;
  border: 2px solid transparent;
  display: block;
}

.reviews-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  border-color: #ceb99c;
  border-color: #ceb99c;
}

.reviews-carousel .swiper-pagination__wrapp {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.reviews-carousel .swiper-pagination__wrapp .swiper-pagination {
  position: static;
  width: auto;
}

.footer {
  padding: 45px 0 40px;
}

.footer.footer-inner {
  background: #f5f5f5;
}

.f-logo {
  width: 170px;
  margin-right: 55px;
}

.f-logo img {
  display: block;
  width: 100%;
}

.footer-row {
  display: flex;
  align-items: center;
}

.f-navigation {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 400px;
}

.f-navigation li a {
  color: #595959;
  font-size: 16px;
  text-decoration: none;
  font-weight: 600;
}

.f-navigation li a:hover {
  text-decoration: underline;
}

.footer-contacts {
  margin-left: auto;
  display: flex;
}

.footer-contacts .header-phone {
  margin: 0 0 0 30px;
}

.footer-contacts .header-phone p {
  margin: 10px 0 0 0;
}

.f-social {
  display: flex;
  justify-content: flex-end;
}

.f-social a {
  margin-left: 10px;
}

.f-social a i {
  display: block;
  width: 31px;
  height: 31px;
}

.icon-vk {
  background: url(/local/templates/medcentr/assets/css/../images/vk-icon.png) no-repeat;
}

.icon-inst {
  background: url(/local/templates/medcentr/assets/css/../images/inst-icon.png) no-repeat;
}

.icon-fb {
  background: url(/local/templates/medcentr/assets/css/../images/fb-icon.png) no-repeat;
}

.icon-tg {
  background: url(/local/templates/medcentr/assets/css/../images/tg-icon.png) no-repeat;
}

.icon-ok {
  background: url(/local/templates/medcentr/assets/css/../images/ok-icon.png) no-repeat;
}

.icon-wa {
  background: url(/local/templates/medcentr/assets/css/../images/wa-icon.png) no-repeat;
}

.page {
  overflow: hidden;
}

.menu-btn {
  display: none;
  width: 40px;
  height: 34px;
  position: relative;
  z-index: 11;
}

.menu-btn span {
  display: block;
  height: 2px;
  width: 100%;
  position: relative;
  background: #dcc39f;
  top: 50%;
  margin-top: -2.5px;
  transition: all ease 0.3s;
}

.menu-btn span:before,
.menu-btn span:after {
  content: " ";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #dcc39f;
}

.menu-btn span:before {
  top: -15px;
  transition-property: top, transform;
  transition-duration: 0.2s;
}

.menu-btn span:after {
  bottom: -15px;
  transition-property: bottom, transform;
  transition-duration: 0.2s;
}

.menu-btn.active span {
  background: transparent;
}

.menu-btn.active span:before {
  top: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.menu-btn.active span:after {
  bottom: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.page-title {
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-size: cover;
  padding: 0 15px;
  margin-top: 102px;
}

.page-title:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.65);
}

.page-title h1 {
  color: #fff;
  position: relative;
  z-index: 2;
  font-size: 42px;
  font-weight: 700;
  margin: 0;
  text-align: center;
}

.page-title:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100px;
  background: #000;
  left: 0;
  top: -100px;
}

.services-grid {
  padding: 100px 0 0;
}

.services-grid .med-item {
  margin-bottom: 100px;
}

.section-enroll__inner {
  margin-bottom: 0;
}

.breadcrumbs {
  margin: 20px 0 40px;
}

.breadcrumbs-list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumbs-list li {
  font-size: 16px;
  color: #116397;
}

.breadcrumbs-list li a {
  text-decoration: none;
  color: #51b3ff;
}

.breadcrumbs-list li a:hover {
  text-decoration: underline;
}

.breadcrumbs-list li span {
  display: inline-block;
  margin: 0 5px;
}

.services-row {
  display: flex;
}

.services-row .col-6 {
  display: flex;
  flex-direction: column;
}

.services-control {
  margin-bottom: 40px;
}

.services-control__item {
  position: relative;
  border: 2px solid #dcc39f;
  border-radius: 20px;
  height: 205px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease 0.2s;
}

.services-control__item span {
  font-size: 22px;
  font-weight: 700;
  transition: all ease 0.2s;
}

.services-control__item a {
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 120%;
}

.services-control__item:hover {
  background: #dcc39f;
}

.services-control__item:hover .services-control__img {
  background: #dcc39f;
  border-color: #fff;
}

.services-control__item:hover .services-control__img svg path {
  fill: #fff !important;
}

.services-control__item:hover span {
  color: #fff;
}

.services-control__img {
  position: absolute;
  bottom: -42px;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #dcc39f;
  left: 50%;
  transform: translate(-50%, 0);
  background: #fff;
  transition: all ease 0.2s;
}

.services-control__img svg {
  max-width: 60%;
  width: 60%;
}

.services-control__img svg path {
  transition: all ease 0.2s;
}

.services-control__btn {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}

.services-price {
  font-size: 20px;
  margin-bottom: 10px;
}

.services-price span {
  display: block;
  font-size: 36px;
  font-weight: 700;
  margin-top: 10px;
}

.services-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 15px;
}

.services-btn a {
  margin: 5px;
  white-space: nowrap;
}

.doctor-inner {
  display: flex;
}

.doctor-inner .doctors-desc__img {
  min-width: 270px;
  width: 270px;
}

.doctor-inner .doctors-desc__text h3 {
  font-size: 24px;
}

.doctor-inner .doctors-desc__list span {
  display: block;
}

.services-inner__text .text {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 40px;
}

.services-inner__text .text h3 {
  margin: 0 0 20px 0;
  font-size: 30px;
}

.services-table {
  margin: 80px 0;
}

.services-table table {
  width: 100%;
  border-collapse: collapse;
  min-width: 400px;
}

.services-table table thead td {
  font-size: 20px;
  font-weight: 700;
  padding: 15px 10px;
  background: #f5ede1;
}

.services-table table thead td:first-child {
  padding-left: 40px;
}

.services-table table tbody tr td {
  padding: 20px 10px;
}

.services-table table tbody tr td:first-child {
  padding-left: 40px;
  width: 70%;
}

.services-table table tbody tr td span {
  text-decoration: line-through;
}

.services-table table tbody tr:nth-child(odd) td {
  background: #f6f6f6;
}

.services-img {
  height: 100%;
}

.services-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.doctors {
  margin: 70px 0 70px;
}

.doctor-item {
  display: flex;
  align-items: flex-start;
  position: relative;
}

.doctor-item .doctors-desc__img {
  max-width: 370px;
  min-width: 370px;
}

.doctor-item .doctors-desc__text h3 {
  font-size: 24px;
}

.doctor-item__link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}

.doctors-slider {
  max-width: 950px;
  position: relative;
  margin: 0 auto;
}

.doctors-slider .swiper {
  width: 100%;
}

.doctors-slider .swiper-slide {
  opacity: 0.5;
}

.doctors-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.doctors-slider .carousel-next {
  right: -40px;
}

.doctors-slider .carousel-prev {
  left: -40px;
}

.doctor {
  margin: 60px auto 80px;
  max-width: 865px;
}

.news-inner {
  margin: 150px 0 0;
}

.news-inner .news-item {
  margin-bottom: 115px;
}

.promo-inner {
  margin-bottom: -75px;
}

.promo-inner .promo-item {
  margin-bottom: 75px;
}

.promo-more .promo-item {
  margin-bottom: 75px;
}

.promo-page {
  margin: 50px auto 130px;
}

.promo-page .promo-item__title {
  font-size: 36px;
  height: auto;
}

.promo-page .promo-item__img img {
  width: 100%;
}

.promo-page .promo-item__control {
  margin-top: 40px;
}

.about {
  margin: 50px auto 100px;
}

.about-text {
  font-size: 22px;
  line-height: 30px;
}

.about-text p {
  margin: 30px 0;
}

.about-services {
  margin-bottom: 115px;
}

.about-services .row {
  justify-content: center;
}

.about-treatments__inner {
  margin-bottom: 290px;
}

.about-img img {
  display: block;
  width: 100%;
}

.programs {
  margin: 130px 0 0;
}

.programs-main-text {
  margin: 3em 0;
}

.program-inner {
  margin-bottom: 50px;
  position: relative;
}

.program-inner__img {
  margin-bottom: 20px;
  height: 400px;
}

.program-inner__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.program-inner__title {
  min-height: 75px;
  margin-bottom: 10px;
}

.program-inner__title a {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  font-family: "Evolventa";
}

.program-inner__text {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 30px;
  min-height: 66px;
}

.program-inner__price {
  display: inline-block;
  font-weight: 600;
  font-size: 20px;
}

.contacts-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.contacts-item {
  width: 253px;
  text-align: center;
}

.contacts-item__img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #dcc39f;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
}

.phone-icon {
  background: url(/local/templates/medcentr/assets/css/../images/phone-icon.png) no-repeat center;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.phone-mail {
  background: url(/local/templates/medcentr/assets/css/../images/mail-icon.png) no-repeat center;
  display: inline-block;
  width: 24px;
  height: 13px;
}

.contacts-item__text {
  font-size: 22px;
}

.contacts-item__text span {
  display: block;
  margin-bottom: 25px;
  font-weight: 700;
}

.contacts-item__text a {
  color: #000;
  text-decoration: none;
}

.contacts-item__text div {
  font-size: 18px;
}

.contacts {
  margin: 50px auto 80px;
  max-width: 790px;
}

.contacts-text {
  font-size: 22px;
  line-height: 30px;
}

.contacts-text h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.map {
  height: 400px;
  background: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal {
  width: 770px;
  padding: 30px 90px !important;
  border-radius: 10px;
  overflow: visible;
}

.modal-title {
  text-align: center;
  font-size: 40px;
  color: #c6aa82;
  font-family: "Evolventa";
  margin-bottom: 20px;
}

.modal-text {
  text-align: center;
  color: #a58456;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 30px;
}

.modal-form .enroll-input {
  border: 1px solid #cab08c;
}

.fancybox-close-small {
  width: 60px;
  height: 60px;
  background: #c6aa82;
  border-radius: 50%;
  right: -30px !important;
  top: -30px !important;
  opacity: 1 !important;
}

.fancybox-button svg path {
  fill: #fff;
}

.doctors-item2 {
  margin-bottom: 40px;
}

.doctors-item2 .doctors-desc__img {
  margin: 0 0 15px 0;
  min-width: 0;
  float: none;
  width: 100%;
}

.doctors-item2 .doctors-desc__img img {
  display: block;
  width: 100%;
}

.doctors-item2 .doctors-desc__text h3 {
  font-size: 22px;
  margin-bottom: 15px;
  height: 50px;
  overflow: hidden;
}

.services-table__title {
  background: #cab18c;
  color: #fff;
  font-size: 24px;
  padding: 20px 15px;
  font-weight: 600;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  position: relative;
}

.services-table__title:after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(/local/templates/medcentr/assets/css/../images/down.svg) no-repeat center;
  background-size: 100%;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  transition: all ease 0.3s;
}

.services-table__title.active:after {
  transform: rotate(180deg);
}

.services-table__body {
  display: none;
  overflow: auto;
}

.blockquote {
  border: 2px dashed #cab18c;
  border-radius: 15px;
  padding: 40px 30px 30px;
  margin: 60px 0;
  position: relative;
}

.blockquote h3 {
  margin: 0 0 15px 0;
  font-family: "Evolventa";
}

.blockquote p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.blockquote-title {
  background: #fff;
  position: absolute;
  padding: 5px 15px;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  top: 0;
  transform: translate(0, -50%);
  background: #cab18c;
  border-radius: 5px;
  color: #fff;
  letter-spacing: 2px;
}

.tab_days__content table thead th:after {
  background-size: 100% !important;
  transition: all ease 0.3s;
}

.animated {
  animation-duration: 1s;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 80%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

.main-doctor {
  border: 2px solid #cab18c;
  padding: 30px;
  border-radius: 20px;
  width: 100%;
}

.doctors-desc__img-btn {
  display: flex;
  justify-content: center;
  margin: 20px 0 40px;
}

.detail-text table tr td:last-child,
.table tr td:last-child {
  border-left: 1px solid #ebebeb !important;
}

.detail-text table {
  margin-bottom: 15px;
}

.detail-text table tr th,
.detail-text table tr td,
.table tr td {
  max-height: 9999em;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}

.doctor-inner__carousel {
  position: relative;
  padding-right: 20px;
}

.doctor-inner__carousel .carousel-next,
.doctor-inner__carousel .carousel-prev {
  width: 50px;
  height: 40px;
}

.doctor-inner__carousel .carousel-prev {
  left: -25px;
}

.doctor-inner__carousel .carousel-next {
  right: -25px;
}

.doctor-inner__carousel .doctors-desc__img {
  height: 180px;
  margin-right: 15px;
}

.doctor-inner__carousel .doctors-desc__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.doctor-inner__carousel .doctors-desc__text h3 {
  font-size: 20px;
}

.doctor-inner__carousel-title {
  text-align: center;
  margin: 0 0 20px 0;
}

.about-treatments__btn {
  display: flex;
  justify-content: center;
  margin: -140px 0 0;
}

.program-inner__price2 {
  font-weight: 600;
  color: #cab18c;
  font-size: 18px;
  margin-bottom: 10px;
}

.simplebar-track {
  visibility: inherit !important;
}

.simplebar-horizontal {
  display: none !important;
}

.doctors-img__row {
  display: flex;
}

.doctors-img__col {
  width: 30%;
  height: auto;
}

.doctors-img__main {
  width: 70%;
  height: 397px;
  margin-right: 15px;
}

.doctors-img__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.doctors-img__col {
  display: flex;
  flex-direction: column;
  height: 397px;
  justify-content: space-between;
}

.doctors-img__thumbs {
  height: 48%;
  width: 100%;
}

.doctors-img__thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

#progress {
  transform: rotate(-90deg);
  width: 40px;
  height: 40px;
  margin-bottom: -3px;
}

#progress circle {
  stroke-dashoffset: 0;
  stroke: #666;
  stroke-width: 2px;
  width: 20px;
  height: 20px;
}

#progress #bar {
  stroke: #ceb99c;
  stroke-dashoffset: 0;
}

.animate #progress #bar {
  animation-name: progress;
  animation-duration: 4s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.progress-wrapp {
  background: url(/local/templates/medcentr/assets/css/../images/pause.svg) no-repeat center;
  background-size: 8px;
  transition: all ease 0.3s;
}

@keyframes progress {
  0% {
    stroke-dashoffset: 0;
  }
  75% {
    stroke-dashoffset: -62px;
  }
  100% {
    stroke-dashoffset: -62px;
  }
}
.reviews-carousel:hover #progress #bar {
  animation-play-state: paused;
}

.reviews-carousel:hover .progress-wrapp {
  background-image: url(/local/templates/medcentr/assets/css/../images/play.svg);
  background-size: 8px;
}

.about-grid {
  display: flex;
  justify-content: space-between;
}

.player {
  width: 40%;
}

.player iframe {
  aspect-ratio: 16/9;
  width: 100%;
}

.about-grid__icons {
  width: 58%;
}

.about-grid__icons .about-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
}

.about-grid__icons .about-icon img {
  max-width: 50%;
}

.about-grid__icons .about-item {
  margin-bottom: 30px;
}

.about-grid__icons .about-item h4 {
  font-size: 18px;
}

.about-grid__text {
  line-height: 24px;
  margin-bottom: 60px;
}

.treatments-title {
  text-align: center;
  width: 100%;
  margin: 30px 0 20px;
  font-size: 28px;
}

.about-grid .row {
  margin: 0;
  width: 100%;
}

.about-treatments .about-item {
  width: auto;
  margin-bottom: 30px;
}

.about-treatments__inner {
  margin-top: 40px;
}

.button-download {
  display: block;
  padding: 20px 15px;
  border: 2px solid #dcc39f;
  border-radius: 10px;
  text-align: center;
  color: #000;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  transition: all ease 0.3s;
}

.button-download:hover {
  background: #dcc39f;
}

.services-grid {
  padding-top: 60px;
}

.services-download {
  margin-top: 60px;
}

.document-item {
  margin-bottom: 40px;
}

.document-item a {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.document-item img {
  width: 50px;
}

.document-item span {
  margin-top: 20px;
}

.documents {
  margin: 60px 0;
}

.documents-text {
  line-height: 24px;
  margin-bottom: 60px;
}

.documents-img {
  border: 1px solid #e6e6e6;
}

.documents-img img {
  display: block;
  width: 100%;
}

.documents-carousel {
  margin: 100px 0 170px;
}

.tab_days {
  margin-bottom: 30px;
}

.text-toggle {
  display: none;
  padding: 1px 0;
}

.text-toggle p {
  margin-top: 0;
}

.text-toggle__btn {
  display: block;
  height: 55px;
  border: 2px solid #dcc39f;
  color: #dcc39f;
  text-decoration: none;
  line-height: 50px;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 30px;
  position: relative;
}

.text-toggle__btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 13px;
  top: 13px;
  background: url(/local/templates/medcentr/assets/css/../images/down2.svg) no-repeat center;
  background-size: 100% !important;
  transition: all ease 0.3s;
}

.text-toggle__btn.active:after {
  transform: rotate(180deg);
}

.cookies-message {
  position: fixed;
  max-width: 1250px;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1000;
  bottom: 20px;
  background: rgba(236, 236, 236, 0.9);
  padding: 20px 15px;
  display: flex;
  align-items: center;
  border-radius: 8px;
}

.cookies-message__btn {
  margin-left: auto;
  text-wrap: nowrap;
}

.cookies-message__link {
  color: #000;
}

.online-widget {
  display: block;
  position: fixed;
  right: 140px;
  bottom: 40px;
  width: 84px;
  height: 84px;
  background: #DCC39F url(/local/templates/medcentr/assets/css/../images/write.svg) no-repeat center;
  border: 8px solid #ECDDC7;
  border-radius: 50%;
  z-index: 100;
}

@media (max-width: 768px) {
  .online-widget {
    width: 60px;
    height: 60px;
    border-width: 5px;
    background-size: 70%;
    right: 105px;
    bottom: 32px;
  }
}
.services-category {
  margin: 60px 0 40px;
}

.services-category h3 {
  font-size: 23px;
  margin: 0 0 30px;
  text-align: center;
}

.services-category .row {
  margin: 0 -25px;
}

.services-category .col-3 {
  padding: 0 25px;
  border-right: 1px solid #e6e6e6;
}

.services-category .col-3:last-child {
  border: none;
}

.services-category__item {
  margin-bottom: 30px;
}

.services-category__item .button2 {
  width: 100%;
  height: auto;
  line-height: 120%;
  padding: 13px 15px;
}

.item-tag {
  position: absolute;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  height: 32px;
  color: #fff;
  background: #dc8b13 url(/local/templates/medcentr/assets/css/../images/time-icon.svg) no-repeat 10px 7px;
  line-height: 32px;
  border-radius: 16px;
  z-index: 2;
  padding: 0 12px 0 34px;
  left: 14px;
  top: 14px;
}

.item-tag-wrapper {
  position: absolute;
  left: 14px;
  right: 14px;
  top: 14px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.item-tag-wrapper .item-tag {
  position: relative;
  left: 0;
  top: 0;
  margin-bottom: 5px;
}

.item-tag.item-tag__difficulty {
  padding: 0 12px;
  background: #dc8b13 no-repeat 10px 7px;
}

.item-tag.item-tag__time {
  padding: 0 12px 0 34px;
  background: #dc8b13 url(/local/templates/medcentr/assets/css/../images/time-icon.svg) no-repeat 10px 7px;
}

.block-title2 {
  font-weight: 300;
  font-size: 32px;
  margin: 0 0 20px;
}

.program-filter {
  display: flex;
  gap: 15px;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  flex-wrap: nowrap;
}

.program-filter li {
  flex: auto;
}

.program-filter li a {
  height: 40px;
  text-align: center;
  border: 1px solid #DCC39F;
  display: flex;
  align-items: center;
  color: #DCC39F;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 8px;
  padding: 0 10px;
  flex-direction: column;
  justify-content: center;
}

.program-filter li a span {
  display: block;
}

.program-get {
  margin-bottom: 19px;
  display: flex;
}

.button3 {
  height: 40px;
  text-align: center;
  display: block;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  border-radius: 8px;
  padding: 0 10px;
  text-align: center;
  background: #DCC39F;
  color: #fff !important;
  font-weight: 700;
  border: none;
  cursor: pointer;
}

.button4 {
  height: 40px;
  text-align: center;
  display: block;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  border-radius: 8px;
  padding: 0 10px;
  text-align: center;
  border: 1px solid #DCC39F;
  color: #DCC39F;
  font-weight: 700;
}

.program2-item {
  border: 1px solid #EBEBEB;
  border-top: none;
  border-radius: 8px;
  margin-bottom: 22px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.program2-item__desc {
  padding: 12px 12px 80px 12px;
  position: relative;
  flex: 1;
}

.program2-item__img {
  padding-bottom: 65%;
  position: relative;
}

.program2-item__img img {
  display: block;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}

.program2-item__title {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 10px;
  height: 46px;
  overflow: hidden;
}

.program2-item__title a {
  color: #000;
  text-decoration: none;
}

.program2-item__info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.program2-item__info div {
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
}

.program2-item__info div:last-child {
  min-width: 80px;
  text-align: right;
}

.program2-item__info div span {
  display: block;
  color: #818181;
}

.program2-item__text {
  font-size: 14px;
  color: #818181;
  line-height: 18px;
}

.program2-item__btn {
  display: flex;
  gap: 15px;
  padding: 0 22px;
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 0;
}

.program2-item__btn a {
  flex: 1;
}

.programs-row {
  margin: 0 -10px;
}

.programs-row .col-4 {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
}

.program-banner__row {
  display: flex;
  justify-content: center;
}

.program-banner {
  background: #F3F3F3;
  margin-bottom: 60px;
}

.program-banner__img {
  margin-top: -15px;
  margin-left: 40px;
}

.program-banner__img img {
  display: block;
}

.program-banner__text {
  text-align: center;
  padding-top: 30px;
  max-width: 710px;
}

.program-banner__text h3 {
  font-size: 50px;
  color: #3D3D3D;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
}

.program-banner__text p {
  color: #818181;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
}

.program-banner__btn {
  display: flex;
  justify-content: center;
}

.program-info {
  padding: 25px 22px;
  border: 2px dashed #DCC39F;
  border-radius: 10px;
  color: #3A3A3A;
  font-size: 16px;
  line-height: 24px;
  margin: 60px 0 80px;
}

.modal2 {
  width: 770px;
  background: #fff;
  border-radius: 40px;
  padding: 40px 70px 60px !important;
}

.modal2 .fancybox-close-small {
  right: 15px !important;
  top: 15px !important;
  background: transparent;
  border-radius: 0;
  width: 30px;
  height: 30px;
  padding: 0;
}

.modal2 .fancybox-close-small svg path {
  fill: #14181F;
}

.modal2-title {
  text-align: center;
  font-size: 45px;
  font-weight: 500;
  margin-bottom: 30px;
}

.modal2-input {
  display: block;
  width: 100%;
  height: 80px;
  background: #F7F7F7;
  border: none;
  border-radius: 10px;
  padding: 0 29px;
  font-family: "Gilroy";
  font-size: 22px;
  font-weight: 300;
}

.modal2-input::placeholder {
  color: #000;
}

.modal2-form__row {
  margin-bottom: 25px;
}

.modal2-form__checkbox input {
  display: none;
}

.modal2-form__checkbox input:checked + label:before {
  background: url(/local/templates/medcentr/assets/css/../images/check2.svg) no-repeat center;
  background-size: 80%;
}

.modal2-form__checkbox label {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 300;
}

.modal2-form__checkbox label:before {
  content: "";
  display: block;
  width: 32px;
  min-width: 32px;
  height: 32px;
  border: 1px solid #E5D2B7;
  border-radius: 3px;
  margin-right: 10px;
  cursor: pointer;
}

.modal2-form__btn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.modal2-form__btn .button2 {
  height: 80px;
  line-height: 80px;
  border-radius: 40px;
  font-size: 22px;
  font-weight: 300;
  min-width: 270px;
}

.modal2-form__btn .button2:hover:before {
  bottom: -10px;
}

.modal2-form__btn .button2:before {
  bottom: 25px;
  width: 700px;
}

.programs-detail {
  display: flex;
}

.programs-detail__img {
  position: relative;
  width: 50%;
  padding-right: 10px;
}

.programs-detail__img img {
  display: block;
  width: 100%;
  border-radius: 10px;
}

.programs-detail__tags {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 14px;
  top: 30px;
  left: 17px;
}

.programs-detail__tags span {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  color: #DCC39F;
  font-size: 16px;
  font-weight: 500;
  border-radius: 25px;
  background: #fff;
  padding: 0 25px;
}

.programs-detail__title {
  margin: 0 0 15px;
  font-size: 51px;
  font-weight: 300;
}

.programs-detail__desc {
  flex: 1;
  padding-left: 10px;
}

.programs-detail__desc .program2-item__info {
  justify-content: flex-start;
}

.programs-detail__desc .program2-item__info div {
  width: 50%;
}

.programs-detail__text h3 {
  font-size: 24px;
  font-weight: 300;
  margin: 0 0 10px;
}

.programs-detail__text p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  margin: 0 0 15px;
}

.programs-detail__text ul {
  padding-left: 20px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

.programs-detail__row {
  display: flex;
  margin-bottom: 30px;
}

.programs-detail__col {
  width: 50%;
}

.programs-detail__days {
  display: flex;
  flex-wrap: wrap;
}

.programs-detail__days a {
  font-size: 16px;
  font-weight: 300;
  color: #242424;
  height: 48px;
  border: 1px solid transparent;
  border-left-color: #CCCCCC;
  text-align: center;
  line-height: 48px;
  text-decoration: none;
  padding: 0 15px;
  white-space: nowrap;
}

.programs-detail__days a.active {
  border-radius: 24px;
  border-color: #DCC39F;
}

.programs-detail__days a.active + a {
  border-left-color: transparent;
}

.button5 {
  display: block;
  height: 50px;
  line-height: 50px;
  color: #fff;
  border-radius: 25px;
  background: #DCC39F;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
}

.programs-detail__col {
  padding: 0 10px;
  border-right: 3px solid #DCC39F;
}

.programs-detail__col:last-child {
  border: none;
}

.programs-detail__col h3 {
  font-size: 24px;
  color: #242424;
  font-weight: 500;
  margin: 0 0 20px;
}

.programs-detail__col p {
  font-size: 12px;
  font-weight: 300;
  line-height: 17px;
}

.programs-detail__list ul {
  margin: 0;
  padding-left: 20px;
}

.programs-detail__list ul li {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.programs-detail__get {
  display: flex;
  justify-content: center;
}

.programs-detail__get a {
  max-width: 470px;
  width: 100%;
}

.programs-detail__video {
  margin: 45px 0 75px;
}

.programs-detail__video video {
  display: block;
  width: 100%;
}

.programs-detail__item {
  margin: 50px 0;
}

.programs-detail__tab {
  display: none;
  padding: 15px 0;
}

.programs-detail__tab.active {
  display: block;
}

.programs-detail__tabs-inner {
  margin-bottom: 2em;
}

.programs-detail__tab-description {
  text-align: center;
  border: 2px solid #dcc39f;
  padding: 10px;
}

.programs-detail__reviews {
  margin-bottom: 40px;
}

.programs-detail__reviews h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 30px;
}

.programs-detail__reviews-item video {
  width: 100%;
}

.programs-detail__reviews-item {
  background: #F7F7F7;
  border-radius: 20px;
  padding: 20px;
}

.page-404 {
  min-height: calc(100vh - 275px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-404__title {
  text-align: center;
  margin-bottom: 30px;
}

.page-404__title svg {
  fill: #ccc;
}

.page-404__title h3 {
  font-size: 30px;
}

.page-404__nav-list {
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.page-404__nav-list li {
  margin-bottom: 10px;
}

.page-404__nav-list li a {
  color: #595959;
  font-size: 16px;
  font-weight: 600;
}

.page-404__nav-list li a:hover {
  text-decoration: none;
}

.page-404__btns {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.captcha_image {
  background: #fff;
  padding: 15px;
  border-radius: 50px;
}

.captcha_image a {
  color: #c6aa82;
}

.programs-detail__info {
  border: 1px solid #DCC39F;
  border-radius: 18px;
  padding: 10px;
  color: #818181;
  font-weight: 500;
  margin-bottom: 15px;
}

.programs-detail__info div {
  margin-bottom: 10px;
  line-height: 130%;
}

.programs-detail__info div div {
  display: inline-block;
}

.programs-detail__info div:last-child {
  margin-bottom: 0;
}

.programs-detail__info span {
  display: inline;
  background: #DCC39F;
  color: #000;
  border-radius: 15px;
  padding: 0 5px;
}

.programs-detail__wrapp {
  margin-top: 55px;
}

.programs-detail__wrapp h3 {
  font-size: 24px;
  font-weight: 300;
}

.programs-detail__tab table thead th {
  font-weight: 300;
}

.icon-search {
  display: block;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: url(/local/templates/medcentr/assets/css/../images/search.svg) no-repeat center;
}

.search-btn {
  margin-left: 25px;
  cursor: pointer;
  display: block;
}

.search-input {
  height: 40px;
  border-radius: 8px 0 0 8px;
  border: none;
  font-family: "Gilroy", sans-serif;
  padding: 0 15px;
  width: 500px;
  font-weight: 500;
}

.search {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.search .button3 {
  border-radius: 0 8px 8px 0;
  padding: 0 20px;
}

.search-row {
  display: flex;
  justify-content: center;
  padding: 0 15px;
}

.main-header .search {
  background: transparent;
}
.main-header.fixed .search {
  background: rgba(0, 0, 0, 0.5);
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/medcentr/assets/css/media.css?176104971120810*/
@media (max-width: 1900px) {
  .section-about__title {
    font-size: 100px;
    white-space: nowrap; } }
@media (max-width: 1400px) {
  .main-slider__img {
    /* height: 600px; */ }

  .main-slider__img img {
    /* height: 100%; */
    -o-object-fit: cover;
    object-fit: cover; }

  .mouse-icon {
    display: none; }

  .main-slider-prev {
    left: 50%;
    -webkit-transform: translate(-99%, 0) rotate(180deg);
    transform: translate(-99%, 0) rotate(180deg);
    top: auto;
    bottom: 60px; }

  .main-slider-next {
    right: 50%;
    -webkit-transform: translate(99%, 0);
    transform: translate(99%, 0);
    top: auto;
    bottom: 60px; }

  .section-about__title {
    font-size: 60px; }

  .carousel-prev {
    left: 10px; }

  .carousel-next {
    right: 10px; } }
@media (max-width: 1300px) {
  .carousel .carousel-prev {
    left: 50%;
    margin-left: -70px;
    bottom: -70px;
    top: auto; }

  .carousel .carousel-next {
    right: 50%;
    margin-right: -70px;
    bottom: -70px;
    top: auto; }

  .doctors-list {
    margin-right: 15;
    margin-left: 0; } }
@media (max-width: 1200px) {
  .container {
    max-width: 1024px; }

  .navigation li {
    margin-left: 11px; }

  .header-phone {
    margin-left: 60px; }

  .main-slider__text {
    padding: 0 15px; }

  .about-treatments .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .about-treatments .about-item {
    width: 33.333%;
    margin: 0;
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    margin-bottom: 40px; }

  .section-about {
    padding-bottom: 50px; }

  .enroll-desc {
    width: 60%; }

  .news-item__text {
    padding: 20px 0 100px 20px; }

  .news-item:before {
    left: 20px;
    bottom: 20px; }

  .news-item__img img {
    max-width: 250px; }

  .services-grid .col-3 {
    width: 33.3333%; }

  .services-price {
    font-size: 18px; }

  .services-price span {
    font-size: 30px; }

  .about-services .col-3 {
    width: 33.3333%; }

  .about-treatments__inner {
    margin-bottom: 0; }

  .med-item {
    min-height: 380px; }

  .doctors-grid .col-4 {
    width: 50%; }

  .about-treatments__btn {
    margin: 0; }

  .about-treatments {
    margin-bottom: 40px; }

  .program-filter {
    justify-content: flex-start;
    flex-wrap: wrap; }

  .program2-item__btn {
    flex-direction: column; }

  .program2-item__desc {
    padding-bottom: 135px; }

  .program-filter li a {
    padding: 0 20px; }

  .logo {
    width: 110px; }

  .header-phone {
    margin-left: 0; }
    .header-phone .button2 {
      margin-left: 15px; }
    .header-phone span a {
      font-size: 18px; }

  .search-btn {
    margin-left: 15px; } }
@media (max-width: 1024px) {
  .container {
    max-width: 768px; }

  .header-toggle {
    position: absolute;
    background: rgba(0, 0, 0, 0.9);
    right: 0;
    top: 100px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px);
    z-index: 100001;
    height: calc(100vh - 72px);
    min-height: calc(100vh - 72px);
    overflow: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 40px; }

  .header-toggle.open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

  .header-toggle .header-phone {
    margin: 0;
    display: block; }

  .header.fixed .header-toggle {
    top: 74px; }

  .navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 50px;
    width: 100%; }

  .navigation li {
    margin: 0 0 30px 0;
    text-align: center; }

  .navigation li a {
    display: block;
    padding: 0 10px;
    font-size: 20px; }

  .navigation li a:after {
    display: none; }

  .menu-btn {
    display: block; }

  .header-row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .header-phone {
    margin: 0 40px 0 auto; }

  .main-slider__text h2 {
    font-size: 44px; }

  .main-slider__text p {
    font-size: 22px;
    line-height: 30px; }

  .section-about__text .col-6 {
    width: 100%; }

  .block-title {
    font-size: 42px;
    margin-bottom: 30px; }

  .block-title__actions {
    margin-top: 30px; }

  .carousel-prev,
  .doctors-slider .carousel-prev,
  .med-carousel-prev {
    left: 50%;
    -webkit-transform: translate(-99%, 0) rotate(180deg);
    transform: translate(-99%, 0) rotate(180deg);
    top: auto;
    bottom: -60px; }

  .carousel-next,
  .doctors-slider .carousel-next,
  .med-carousel-next {
    right: 50%;
    -webkit-transform: translate(99%, 0);
    transform: translate(99%, 0);
    top: auto;
    bottom: -60px; }

  .section-about__carousel {
    margin-bottom: 100px; }

  .enroll-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto; }

  .section-enroll {
    height: auto; }

  .enroll-desc {
    width: 100%; }

  .enroll-img {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .enroll-img img {
    display: block;
    max-width: 100%; }

  .section-enroll {
    margin-top: 0; }

  .doctors-desc {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .doctors-desc__img {
    width: 100%;
    margin: 0 0 30px 0; }

  .doctors-desc__text h3 {
    font-size: 24px; }

  .doctors-desc__text p {
    font-size: 16px; }

  .promo .col-6 {
    width: 100%; }

  .promo-item__img img {
    display: block;
    width: 100%; }

  .promo-item {
    margin-bottom: 40px; }

  .news-item {
    background-size: cover;
    margin-bottom: 30px; }

  .news .col-6 {
    width: 100%; }

  .footer-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .f-logo {
    width: 100%;
    margin: 0 0 40px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .f-logo img {
    max-width: 150px; }

  .f-navigation {
    width: 100%;
    max-width: 100%;
    margin: 0 0 40px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0; }

  .f-navigation li {
    margin: 10px; }

  .footer-contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%; }

  .f-social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px; }

  .f-social a {
    margin: 0 10px; }

  .footer-contacts .header-phone {
    margin: 0;
    display: block !important; }

  .page-title {
    height: 200px; }

  .services-grid .col-3 {
    width: 50%; }

  .services-row .col-6 {
    width: 100%; }

  .services-img {
    margin-bottom: 40px; }

  .doctor-inner .doctors-desc__img {
    margin: 0 20px 0 0; }

  .services-inner .col-6 {
    width: 100%; }

  .services-inner .doctor-inner {
    margin-bottom: 40px; }

  .services-inner__text .text {
    margin-bottom: 20px; }

  .doctor .doctors-desc__img {
    margin-right: 30px; }

  .promo-inner {
    margin-bottom: 0; }

  .news-inner {
    margin: 40px 0; }

  .news-inner .news-item {
    margin-bottom: 30px; }

  .promo-inner .promo-item {
    margin-bottom: 30px; }

  .about-services {
    margin-bottom: 0; }

  .about-services .col-3 {
    width: 50%; }

  .about-services .med-item {
    margin-bottom: 80px; }

  .program-inner__title {
    min-height: 55px; }

  .program-inner__title a {
    font-size: 22px; }

  .program-inner__text {
    font-size: 18px;
    line-height: 26px; }

  .promo-item__img,
  .promo-page .promo-item__img {
    height: auto; }

  .news-item__text-inner {
    max-height: 100%; }

  .news-item__text {
    max-height: 100%; }

  .doctors-slider {
    max-width: 100%; }

  .doctors-slider .doctors-desc__img {
    margin-right: 20px; }

  .main-doctor {
    padding: 15px; }

  .main-doctor .doctors-desc__img {
    margin-right: 20px; }

  .doctor-inner__carousel .carousel-prev {
    bottom: -10px;
    left: 50%;
    -webkit-transform: translate(-98%, 0) rotate(180deg);
    transform: translate(-98%, 0) rotate(180deg); }

  .doctor-inner__carousel .carousel-next {
    bottom: -10px;
    right: 50%;
    -webkit-transform: translate(98%, 0);
    transform: translate(98%, 0); }

  .about-treatments__btn {
    margin-bottom: 60px; }

  .carousel .carousel-prev,
  .carousel .carousel-next {
    margin: 0; }

  .enroll-img {
    display: none; }

  .doctors-img__col {
    display: none; }

  .doctors-img__main {
    width: 100%;
    margin: 0;
    height: auto; }

  .programs-row .col-4 {
    width: 50%; }

  .program-banner__text h3 {
    font-size: 33px; }

  .programs-detail {
    flex-direction: column; }

  .programs-detail__img {
    width: 100%;
    margin-bottom: 20px;
    padding: 0; }

  .programs-detail__desc {
    padding: 0; }

  .programs-detail__row {
    flex-direction: column; }

  .programs-detail__col {
    width: 100%;
    border-right: 0;
    padding: 0 0 20px;
    margin-bottom: 20px;
    border-bottom: 3px solid #DCC39F; } }
@media (max-width: 768px) {
  .main-slider__text {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

  .about-grid .col-3 {
    width: 50%; }

  .about-grid .about-item {
    margin-bottom: 40px; }

  .block-title {
    font-size: 40px; }

  .about-treatments .about-item {
    width: 50%; }

  .section-about__carousel .swiper-slide {
    height: 400px; }

  .section-about__carousel img {
    width: 100%;
    height: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

  .about-item h4 {
    font-size: 20px; }

  .section-about__text .text {
    font-size: 16px; }

  .section-about__title {
    font-size: 40px;
    white-space: normal;
    margin-bottom: 20px; }

  .section-about {
    padding-top: 40px; }

  .section-about__text {
    margin-bottom: 40px; }

  .section-about__text:last-child {
    margin-bottom: 0; }

  .about-grid {
    margin-bottom: 40px; }

  .enroll-form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .enroll-form__col {
    width: 100%;
    margin-bottom: 20px; }

  .enroll-input {
    width: 100%; }

  .doctors {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .doctors-list {
    margin: 0 0 30px 0; }

  .section-doctors,
  .section-promo,
  .section-news {
    margin-bottom: 40px; }

  .more a {
    font-size: 18px; }

  .title-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 40px; }

  .title-row .block-title {
    margin-bottom: 50px; }

  .page-title {
    height: 100px;
    background-size: cover; }

  .page-title h1 {
    font-size: 30px; }

  .services-grid .col-3 {
    width: 100%; }

  .services-inner .doctor-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .services-inner .doctors-desc__img {
    width: 100%;
    margin: 0 0 20px 0; }

  .services-inner__text .text {
    font-size: 16px; }

  .services-table {
    margin: 30px 0; }

  .services-control {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .doctor-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .doctor-item .doctors-desc__img {
    min-width: 100%;
    max-width: 100%;
    margin: 0 0 30px 0; }

  .doctor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .promo-page .promo-item__title {
    font-size: 24px; }

  .about-text {
    font-size: 16px;
    line-height: 28px; }

  .about {
    margin: 50px 0; }

  .about-services .col-3 {
    width: 100%; }

  .programs .col-6 {
    width: 100%; }

  .contacts-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  .contacts-item {
    margin-bottom: 30px; }

  .modal {
    padding: 30px !important; }

  .fancybox-close-small {
    right: 0 !important; }

  .doctors-slider .doctors-desc__img {
    max-height: 490px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .doctors-grid .col-4 {
    width: 100%; }

  .blockquote {
    padding: 30px 15px 15px; }

  .services-control .col-4 {
    width: 100%; }

  .services-control__item {
    height: 120px;
    margin-bottom: 50px;
    padding-bottom: 40px; }

  .services-control__btn {
    margin-top: 10px; }

  .doctors-list {
    height: auto; }

  .doctors-list .simplebar-content {
    padding: 0 !important; }

  .doctors-list .simplebar-track {
    display: none; }

  .simplebar-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .simplebar-content:before,
  .simplebar-content:after {
    display: none; }

  .doctors-item__desc {
    display: none; }

  .doctors-item {
    margin: 0 auto 10px;
    width: 78px; }

  .enroll-img {
    display: none; }

  .doctors-item__col {
    width: 16.6666%; }

  .section-about__text {
    display: none; }

  .doctors-toggle .doctors-desc__img {
    height: auto; }

  .header-phone span a {
    font-size: 19px; }

  .doctor-inner__carousel {
    margin-bottom: 40px;
    padding-right: 0; }

  .doctor-inner__carousel .doctors-desc__img {
    height: auto; }

  .programs-row .col-4 {
    width: 100%; }

  .programs {
    margin-top: 100px; }

  .program-banner__row {
    flex-direction: column;
    align-items: center; }

  .program-banner__img {
    margin: 15px 0 0; }

  .program-banner__text h3 {
    font-size: 30px; }

  .program-banner__text h3 br {
    display: none; }

  .program-info {
    margin: 40px 0; }

  .modal2 {
    padding: 40px !important; }

  .modal2-input {
    height: 60px;
    padding: 0 15px;
    font-size: 18px; }

  .modal2-title {
    font-size: 30px; }

  .modal2-form__checkbox label {
    font-size: 18px; }

  .programs-detail__title {
    font-size: 38px; }

  .breadcrumbs-list {
    flex-wrap: wrap; }

  .programs-detail__row {
    margin-bottom: 0; }

  .programs-detail__reviews-item {
    padding: 10px; }

  .programs-detail__video {
    margin: 40px 0; }

  .programs-detail__item {
    margin: 25px 0; }

  .programs-detail__reviews h3 {
    font-size: 20px; }

  .programs-detail__tags {
    left: 10px;
    top: 10px; }

  .programs-detail__tags span {
    height: 40px;
    line-height: 40px;
    padding: 0 15px; }

  .search-input {
    width: auto;
    flex: 1; } }
@media (max-width: 570px) {
  .doctors-item__col {
    width: 20%; }

  .programs-detail__days {
    overflow: auto; }

  .programs-detail__days a {
    height: auto;
    line-height: 120%;
    padding: 10px 5px; }

  .programs-detail__days a span {
    display: block; } }
@media (max-width: 460px) {
  .header-toggle .header-phone {
    display: block; }

  .page-title {
    margin-top: 70px; }

  .about-grid .col-3 {
    width: 50%; }

  .block-title {
    font-size: 30px !important; }

  .program-item__title h3 {
    font-size: 20px; }

  .news-item__img {
    display: none; }

  .news-item__text {
    padding: 20px 20px 80px 20px; }

  .section-about__title {
    font-size: 32px; }

  .header-toggle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
    left: -15px;
    right: -15px;
    padding: 30px 0;
    top: 70px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  .header-toggle .header-phone {
    margin: auto 0 0 0; }

  .navigation {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
    padding-top: 30px; }

  .navigation li {
    text-align: center;
    margin-bottom: 20px; }

  .logo img {
    width: 100px; }

  .modal-text br {
    display: none; }

  .services-table table thead td:first-child,
  .services-table table tbody tr td:first-child {
    padding-left: 15px; }

  .services-table__title {
    font-size: 18px;
    padding: 15px 40px 15px 15px; }

  .services-table__title:after {
    right: 10px; }

  .about-icon {
    width: 100px;
    height: 100px;
    margin-bottom: 15px; }

  .about-icon img {
    max-width: 50%;
    width: 50%; }

  .about-item h4 {
    font-size: 16px; }

  .section-about__carousel .swiper-slide {
    height: auto; }

  .med-item {
    min-height: 0;
    padding: 15px 15px 55px 15px; }

  .about-treatments .about-item {
    margin-bottom: 20px; }

  .about-grid .about-item {
    margin-bottom: 20px; }

  .enroll-desc {
    padding: 30px 0 40px; }

  .enroll-desc h3 {
    font-size: 30px; }

  .enroll-desc p {
    font-size: 18px; }

  .enroll-input {
    height: 55px; }

  .enroll-form__btn {
    margin-top: 20px; }

  .button {
    height: 60px;
    line-height: 60px; }

  .section-enroll {
    margin-bottom: 60px; }

  .title-row {
    margin-bottom: 0; }

  .doctors {
    margin-top: 0; }

  .section-reviews {
    padding: 40px 0 0; }

  .reviews-carousel .swiper-pagination {
    bottom: -10px; }

  .program-item__text {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    background: rgba(10, 35, 52, 0.65);
    padding-top: 50px; }

  .program-item__text:before {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; }

  .program-item__text .program-item__title {
    height: auto;
    padding-bottom: 30px; }

  .section-about__text .text {
    line-height: 22px; }

  .main-doctor {
    margin-top: 30px; }

  .doctors-item__col {
    width: 25%; }

  .doctors-desc__img {
    min-width: 0; }

  .header.fixed .header-toggle {
    top: 70px; }

  .reviews-carousel .swiper-pagination__wrapp {
    bottom: 14px; }

  .header-toggle .header-phone .header-phone__mob {
    display: block; }

  .navigation li a {
    font-size: 18px; } }
@media (max-width: 1024px) {
  .about-grid {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .player {
    width: 100%;
    margin-bottom: 30px; }

  .about-grid__icons {
    width: 100%; }

  .services-category .row {
    flex-direction: column; }

  .services-category .col-3 {
    width: 100%;
    margin-bottom: 30px;
    border: none; }

  .services-category .col-3:last-child {
    margin-bottom: 0; } }
@media (max-width: 460px) {
  .about-grid .col-4 {
    width: 50%; } }
@media (max-width: 768px) {
  .about-treatments__inner .col-4 {
    width: 50%; } }
@media (max-width: 1024px) {
  .documents {
    margin: 40px 0 0; }

  .documents .col-3 {
    width: 33.3333%; }

  .documents-carousel {
    margin: 40px 0 100px; } }
@media (max-width: 768px) {
  .documents .col-3 {
    width: 50%; }

  .promo-item__text {
    font-size: 16px;
    line-height: 22px; }

  .cookies-message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .cookies-message__btn {
    margin: 10px 0 0 0; }

  .page-404__title svg {
    max-width: 200px;
    width: 100%; }

  .page-404__title h3 {
    font-size: 20px; }

  .page-404__title p {
    font-size: 15px; }

  .page-404__nav-list {
    gap: 15px;
    margin-bottom: 20px; }

  .page-404__btns {
    flex-direction: column;
    align-items: center; }

  .page-404__btns a {
    max-width: 300px;
    width: 300px; }

  .programs-detail__info div div {
    display: block; } }
@media (max-width: 640px) {
  .header-phone span a {
    display: none; }
  .header-phone .button2 {
    display: none; } }

/*# sourceMappingURL=media.css.map */

/* End */


/* Start:/local/templates/medcentr/assets/css/style.ext.css?17739914663524*/
.page,
.doctors-desc {
  position: relative;
}

.header.fixed {
  top: 0;
}

.main-doctor {
  width: 100%;
}

.doctors-item__img {
  max-width: 70px;
  max-height: 70px;
}

.promo-page .promo-item__text {
  height: auto;
}

.tg-icon {
  background: url(/local/templates/medcentr/assets/css/../images/tg-icon.svg) no-repeat;
}

.max-icon {
  background: url(/local/templates/medcentr/assets/css/../images/max-icon.svg) no-repeat;
}

.icon-ok {
  background: url(/local/templates/medcentr/assets/css/../images/ok-icon.svg) no-repeat;
}

.detail-text table,
.table {
  border-collapse: collapse;
  width: 100%
}

.detail-text table tr td:last-child,
.table tr td:last-child {
  text-align: center;
  width: 170px;
  border-left: 0;
  border-right: 1px solid #ebebeb
}

.detail-text table tr th,
.detail-text table tr td,
.table tr td {
  padding: 12px 20px;
  border: 1px solid #ebebeb;
  border-right: 0
}

.detail-text table thead tr td,
.table thead tr td {
  background: #f5f5f5
}

.enroll-input::placeholder {
  color: #bdbdbd;
}

.enroll-input::-webkit-input-placeholder {
  /* Edge */
  color: #bdbdbd;
}

.enroll-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #bdbdbd;
}

.review-item__text {
  max-height: none;
}

.review-item__img {
  height: auto;
  max-height: 70px;
  max-width: 70px;
}

.review-item__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* .tab_days__content table tbody {
  display: none;
} */

/* .tab_days__content table thead {
  cursor: pointer;
} */

/* .tab_days__content table thead th {
  position: relative;
  border: 1px solid #dcc39f;
  border-bottom: 1px solid #fff;
  padding: 12px 20px;
  color: #fff;
  background-color: #dcc39f;
} */

/* .tab_days__content table thead th:after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 13px;
  top: 13px;
  background: url(/local/templates/medcentr/assets/css/../images/down.svg) no-repeat center;
}

.tab_days__content table thead.active th:after {
  transform: rotate(180deg)
} */

.contacts-img {
  display: block;
  height: 450px;
  margin-top: 30px;
}

iframe .map-circle-placemark__content {
  background-image: url('/favicon.ico') !important;
}

iframe .map-circle-placemark__content span {
  display: none !important;
}

.contacts-text ul {
  list-style-position: inside;
  margin-bottom: 2em;
  padding: 0;
}

.contacts-text .contacts-address {
  text-align: center;
  margin-bottom: 2em;
}

.contacts-item {
  width: auto;
}

.tab_days .tab_days__btn {
  cursor: pointer;
  position: relative;
  border: 1px solid #dcc39f;
  /* border-bottom: 1px solid #fff; */
  padding: 12px 20px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  background-color: #dcc39f;
  margin-top: 15px;
}

.tab_days .tab_days__btn:first-child {
  margin-top: 0;
}

.tab_days .tab_days__btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 13px;
  top: 13px;
  background: url(/local/templates/medcentr/assets/css/../images/down.svg) no-repeat center;
  background-size: 100% !important;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.tab_days .tab_days__btn.active:after {
  transform: rotate(180deg)
}

.tab_days .tab_days__block {
  display: none;
}

.load-more {
  text-align: center;
  margin-top: 3rem;
}

@media(max-width:520px) {
  .tab_days .tab_days__btn {
    text-align: left;
    padding-right: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .tab_days .tab_days__btn:after {
    width: 20px;
  }
}

.ta-left {
  text-align: left;
}

.ta-center {
  text-align: center;
}
/* End */


/* Start:/local/templates/medcentr/assets/css/fka-style.css?17610496861741*/
.fka-cards .fka-card {
  border: 2px solid #cab18c;
  padding: 30px;
  border-radius: 20px;
  width: 100%;
  display: flex;
  color: #000;
  text-decoration: none;
  margin: 30px 0 30px;
  gap: 30px; }
  .fka-cards .fka-card .fka-card__image-wrap {
    min-width: 33.5%;
    max-width: 33.5%;
    height: 246px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center; }
    .fka-cards .fka-card .fka-card__image-wrap img {
      max-width: 100%; }
  .fka-cards .fka-card .fka-card__description h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 30px 0;
    font-family: "Evolventa", sans-serif; }
  .fka-cards .fka-card .fka-card__description p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin: 5px 0; }
  @media (max-width: 768px) {
    .fka-cards .fka-card {
      flex-direction: column; }
      .fka-cards .fka-card .fka-card__image-wrap {
        min-width: 100%;
        max-width: 100%; }
        .fka-cards .fka-card .fka-card__image-wrap img {
          max-width: 100%; } }

.fka-search {
  display: flex;
  justify-content: center;
  margin: 20px 0; }
  .fka-search .fka-search__input {
    height: 40px;
    border-radius: 8px 0 0 8px;
    border: none;
    font-family: "Gilroy", sans-serif;
    padding: 0 15px;
    width: 500px;
    font-weight: 500;
    background-color: #ececec; }
  .fka-search .fka-search__button {
    height: 40px;
    text-align: center;
    display: block;
    line-height: 40px;
    text-decoration: none;
    background: #DCC39F;
    color: #fff !important;
    font-weight: 700;
    border: none;
    cursor: pointer;
    border-radius: 0 8px 8px 0;
    padding: 0 20px; }

/*# sourceMappingURL=fka-style.css.map */

/* End */
/* /local/templates/medcentr/assets/css/normalize.css?16636252768026 */
/* /local/templates/medcentr/assets/css/swiper-bundle.min.css?166362527716465 */
/* /local/templates/medcentr/assets/css/simplebar.min.css?16636252762937 */
/* /local/templates/medcentr/assets/css/jquery.fancybox.min.css?166362527512795 */
/* /local/templates/medcentr/assets/css/style.css?177158142354250 */
/* /local/templates/medcentr/assets/css/media.css?176104971120810 */
/* /local/templates/medcentr/assets/css/style.ext.css?17739914663524 */
/* /local/templates/medcentr/assets/css/fka-style.css?17610496861741 */
