@-webkit-keyframes running-line {
  0% {
    transform: translateX(0px); }
  100% {
    transform: translateX(-130vw); } }

@keyframes running-line {
  0% {
    transform: translateX(0px); }
  100% {
    transform: translateX(-130vw); } }

@media (max-width: 1440px) {
  @-webkit-keyframes running-line {
    0% {
      transform: translateX(0px); }
    100% {
      transform: translateX(-170vw); } }
  @keyframes running-line {
    0% {
      transform: translateX(0px); }
    100% {
      transform: translateX(-170vw); } } }

@media (max-width: 1200px) {
  @-webkit-keyframes running-line {
    0% {
      transform: translateX(0px); }
    100% {
      transform: translateX(-200vw); } }
  @keyframes running-line {
    0% {
      transform: translateX(0px); }
    100% {
      transform: translateX(-200vw); } } }

@media (max-width: 1024px) {
  @-webkit-keyframes running-line {
    0% {
      transform: translateX(0px); }
    100% {
      transform: translateX(-270vw); } }
  @keyframes running-line {
    0% {
      transform: translateX(0px); }
    100% {
      transform: translateX(-270vw); } } }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0; }

/**
   * Render the `main` element consistently in IE.
   */
main {
  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
     ========================================================================== */
/**
   * 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
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent; }

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

/**
   * 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 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
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none; }

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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; }

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

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

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

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

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

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

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
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 in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block; }

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

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

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none; }

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url("../font/Montserrat-Light.woff2") format("woff2"), url("../font/Montserrat-Light.woff") format("woff"); }

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../font/Montserrat-Regular.woff2") format("woff2"), url("../font/Montserrat-Regular.woff") format("woff"); }

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("../font/Montserrat-Medium.woff2") format("woff2"), url("../font/Montserrat-Medium.woff") format("woff"); }

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("../font/Montserrat-Semibold.woff2") format("woff2"), url("../font/Montserrat-Semibold.woff") format("woff"); }

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  src: url("../font/Montserrat-Black.woff2") format("woff2"), url("../font/Montserrat-Black.woff") format("woff"); }

html {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  scroll-behavior: smooth; }

body {
  font-size: calc( 14px + 2 * ( (100vw - 375px) / 1545 ));
  line-height: 1.68;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
  color: #4f4f4f; }
  @media screen and (max-width: 375px) {
    body {
      font-size: 14px; } }
  @media screen and (min-width: 1920px) {
    body {
      font-size: 16px; } }
  @media (max-width: 576px) {
    body {
      line-height: 1.5; } }

footer {
  margin-top: auto; }

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

img {
  max-width: 100%;
  height: auto; }

a {
  color: inherit; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%); }

.svg-library {
  display: none; }

.no-scroll {
  overflow: hidden; }

h1 {
  font-size: calc( 35px + 55 * ( (100vw - 375px) / 1545 ));
  line-height: 1.2;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.02em;
  color: #303030; }
  @media screen and (max-width: 375px) {
    h1 {
      font-size: 35px; } }
  @media screen and (min-width: 1920px) {
    h1 {
      font-size: 90px; } }

h2 {
  font-size: calc( 30px + 30 * ( (100vw - 375px) / 1545 ));
  line-height: 1.2;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.02em;
  color: #303030; }
  @media screen and (max-width: 375px) {
    h2 {
      font-size: 30px; } }
  @media screen and (min-width: 1920px) {
    h2 {
      font-size: 60px; } }

h3 {
  font-size: calc( 24px + 16 * ( (100vw - 375px) / 1545 ));
  line-height: 1.1;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.02em;
  color: #303030; }
  @media screen and (max-width: 375px) {
    h3 {
      font-size: 24px; } }
  @media screen and (min-width: 1920px) {
    h3 {
      font-size: 40px; } }

h4 {
  font-size: calc( 16px + 19 * ( (100vw - 375px) / 1545 ));
  line-height: 1.1;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.02em;
  color: #303030; }
  @media screen and (max-width: 375px) {
    h4 {
      font-size: 16px; } }
  @media screen and (min-width: 1920px) {
    h4 {
      font-size: 35px; } }

h5 {
  font-size: calc( 16px + 10 * ( (100vw - 375px) / 1545 ));
  line-height: 1.23;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  letter-spacing: normal;
  color: #303030; }
  @media screen and (max-width: 375px) {
    h5 {
      font-size: 16px; } }
  @media screen and (min-width: 1920px) {
    h5 {
      font-size: 26px; } }

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  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; }

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

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

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

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

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d; }

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

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

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  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 {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after); }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center; }

.burger {
  position: relative;
  display: flex;
  align-items: center;
  width: 65px;
  height: 64px;
  padding: 17px;
  border-radius: 20px;
  background: #063A3C;
  transition: all 0.2s ease;
  cursor: pointer; }
  @media (max-width: 768px) {
    .burger {
      width: 40px;
      height: 40px;
      padding: 9px;
      border-radius: 4px; } }
  .burger:hover {
    background: #303030; }

.burger__line {
  position: relative;
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background: #FFFFFF;
  transition: all 0.2s ease; }
  @media (max-width: 768px) {
    .burger__line {
      width: 50%;
      height: 2px; } }
  .burger__line::before, .burger__line::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    top: -10px;
    left: 0;
    border-radius: 3px;
    background: #FFFFFF;
    transition: all 0.2s ease; }
    @media (max-width: 768px) {
      .burger__line::before, .burger__line::after {
        top: -7px; } }
    @media (max-width: 768px) {
      .burger__line::before, .burger__line::after {
        content: "";
        position: absolute;
        width: 200%;
        height: 2px; } }
  .burger__line::after {
    top: 10px; }
    @media (max-width: 768px) {
      .burger__line::after {
        top: 7px; } }
  .burger.show .burger__line {
    background: transparent; }
    .burger.show .burger__line::before, .burger.show .burger__line::after {
      top: 0; }
    .burger.show .burger__line::after {
      transform: rotate(-45deg); }
    .burger.show .burger__line::before {
      transform: rotate(45deg); }

.button {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.2s ease;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  font-size: calc( 12px + 2 * ( (100vw - 375px) / 1545 ));
  line-height: 1;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  min-width: 183px;
  padding: 15px 29px;
  border-radius: 50px;
  color: #FFFFFF;
  background: #063A3C;
  border: 1px solid #063A3C;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-align: center; }
  @media screen and (max-width: 375px) {
    .button {
      font-size: 12px; } }
  @media screen and (min-width: 1920px) {
    .button {
      font-size: 14px; } }
  @media (max-width: 576px) {
    .button {
      padding: 13px 22px; } }
  .button:hover {
    color: #063A3C;
    background: #FFFFFF; }
  .button--clear {
    color: #303030;
    background: transparent;
    border: 1px solid #303030; }
    .button--clear:hover {
      color: #FFFFFF;
      background: #063A3C;
      border: 1px solid #063A3C; }
  .button--light {
    color: #063A3C;
    background: #FFFFFF;
    border: 1px solid #FFFFFF; }
    .button--light:hover {
      color: #FFFFFF;
      background: #303030;
      border: 1px solid #303030; }

.contact {
  display: grid;
  grid-template-columns: 1fr 700px;
  padding-top: 40px; }
  @media (max-width: 1300px) {
    .contact {
      grid-template-columns: 1fr 600px; } }
  @media (max-width: 1200px) {
    .contact {
      grid-template-columns: 1fr 540px; } }
  @media (max-width: 1100px) {
    .contact {
      grid-template-columns: 1fr 500px; } }
  @media (max-width: 1024px) {
    .contact {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 768px) {
    .contact {
      grid-template-columns: 1fr;
      gap: 25px;
      padding-top: 50px; } }
  @media (max-width: 576px) {
    .contact {
      padding-top: 40px; } }

.contact__social {
  margin-top: 25px; }
  @media (max-width: 768px) {
    .contact__social {
      margin-top: 0; } }

.file-input {
  min-height: 30px;
  margin-bottom: 12px; }

.file-input__label {
  font-size: calc( 14px + 0 * ( (100vw - 375px) / 1545 ));
  line-height: 1;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  color: #063A3C;
  cursor: pointer;
  transition: all 0.3s ease; }
  @media screen and (max-width: 375px) {
    .file-input__label {
      font-size: 14px; } }
  @media screen and (min-width: 1920px) {
    .file-input__label {
      font-size: 14px; } }
  .file-input__label.hide {
    display: none; }
  .file-input__label:hover {
    color: #4f4f4f; }

.file-input__label-icon {
  margin-left: 15px;
  fill: #063A3C;
  transition: all 0.3s ease; }
  @media (max-width: 576px) {
    .file-input__label-icon {
      width: 14px;
      height: auto;
      margin-left: 5px; } }
  .file-input__label:hover .file-input__label-icon {
    fill: #4f4f4f; }

.file-input__data {
  display: flex;
  align-items: center; }
  .file-input__data span {
    font-size: calc( 14px + 0 * ( (100vw - 375px) / 1545 ));
    line-height: 1;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    margin-right: 12px;
    color: #4f4f4f; }
    @media screen and (max-width: 375px) {
      .file-input__data span {
        font-size: 14px; } }
    @media screen and (min-width: 1920px) {
      .file-input__data span {
        font-size: 14px; } }
  .file-input__data button {
    margin: 0;
    padding: 0;
    text-align: left;
    border: none;
    outline: none;
    background-color: transparent;
    transition: all 0.2s ease;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    background: #063A3C url("../img/icon-cross.svg") 50% 50%/15px 15px no-repeat;
    border-radius: 50%; }
    .file-input__data button:hover {
      background-color: #303030; }

.headline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px; }

.headline__title {
  max-width: 900px; }

a.headline__title {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #303030; }
  @media (max-width: 450px) {
    a.headline__title {
      width: 100%;
      justify-content: space-between; } }
  a.headline__title:hover {
    color: #063A3C; }

.headline__text {
  display: block;
  max-width: 700px;
  margin-top: 18px;
  text-transform: none;
  letter-spacing: normal;
  color: #4f4f4f; }
  @media (max-width: 1200px) {
    .headline__text {
      max-width: 600px; } }
  @media (max-width: 576px) {
    .headline__text {
      max-width: 95%;
      margin-top: 10px; } }
  .headline__text p:first-child {
    margin-top: 0; }
  .headline__text p:last-child {
    margin-bottom: 0; }

.headline__title-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  margin-left: 25px;
  border-radius: 50%;
  border: 1px solid #063A3C;
  transition: all 0.2s ease; }
  @media (max-width: 576px) {
    .headline__title-icon {
      width: 35px;
      height: 35px;
      margin-left: 15px; } }
  a.headline__title:hover .headline__title-icon {
    background: #063A3C; }

.headline__title-icon-arrow {
  display: block;
  stroke: #063A3C;
  fill: none;
  transition: all 0.2s ease; }
  @media (max-width: 576px) {
    .headline__title-icon-arrow {
      width: 6px;
      height: auto; } }
  a.headline__title:hover .headline__title-icon-arrow {
    stroke: #FFFFFF; }

.headline__buttons {
  display: flex;
  flex-shrink: 0; }

.headline__button {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.2s ease;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid #063A3C;
  border-radius: 50%; }
  .headline__button--prev {
    margin-right: 7px; }
  .headline__button.swiper-button-disabled {
    background: #f8f8f8;
    border: 1px solid #d7d7d7;
    cursor: default; }
  .headline__button:hover {
    background: #063A3C; }
  .headline__button.swiper-button-disabled:hover {
    background: #f8f8f8; }

.headline__button-icon {
  fill: transparent;
  stroke: #063A3C;
  transition: all 0.2s ease; }
  .swiper-button-disabled .headline__button-icon {
    stroke: #d7d7d7; }
  .headline__button--prev .headline__button-icon {
    transform: rotate(180deg); }
  .headline__button:hover .headline__button-icon {
    stroke: #FFFFFF; }
  .swiper-button-disabled:hover .headline__button-icon {
    stroke: #d7d7d7; }

.input-group {
  display: flex; }
  @media (max-width: 576px) {
    .input-group {
      flex-direction: column; } }
  @media (max-width: 1440px) {
    .feedback .input-group {
      flex-direction: column; } }
  @media (max-width: 576px) {
    .feedback .input-group {
      flex-direction: column; } }

.input {
  display: flex;
  flex-direction: column;
  margin-bottom: 22px; }
  @media (max-width: 1440px) {
    .input {
      margin-bottom: 20px; } }
  .input-group .input {
    flex-grow: 1; }
  .input-group .input:first-child {
    margin-right: 30px; }
    @media (max-width: 768px) {
      .input-group .input:first-child {
        margin-right: 20px; } }
    @media (max-width: 576px) {
      .input-group .input:first-child {
        margin-right: 0; } }
    .feedback .input-group .input:first-child {
      margin-right: 40px; }
      @media (max-width: 1600px) {
        .feedback .input-group .input:first-child {
          margin-right: 20px; } }
      @media (max-width: 1440px) {
        .feedback .input-group .input:first-child {
          margin-right: 0; } }
  .feedback .input {
    margin-bottom: 30px; }
    @media (max-width: 1440px) {
      .feedback .input {
        margin-bottom: 20px; } }

.input__label {
  font-size: calc( 14px + 2 * ( (100vw - 375px) / 1545 ));
  line-height: 1.61;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  order: -1;
  margin-bottom: 7px;
  letter-spacing: 0.02em;
  color: #4F4F4F;
  transition: all 0.2s ease; }
  @media screen and (max-width: 375px) {
    .input__label {
      font-size: 14px; } }
  @media screen and (min-width: 1920px) {
    .input__label {
      font-size: 16px; } }
  @media (max-width: 576px) {
    .input__label {
      margin-bottom: 4px; } }
  .input__field:not(.input__field--invalid):focus ~ .input__label {
    color: #063A3C; }
  .input__field--invalid ~ .input__label {
    color: #D51A52; }

.input__field {
  margin: 0;
  padding: 0;
  background-image: none;
  background-color: transparent;
  box-shadow: none;
  border: none;
  outline: none;
  resize: none;
  transition: all 0.2s ease;
  font-size: calc( 16px + 0 * ( (100vw - 375px) / 1545 ));
  line-height: 1.6;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  width: 100%;
  max-width: 100%;
  padding: 15px 11px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  color: #4f4f4f;
  background-color: #FFFFFF; }
  @media screen and (max-width: 375px) {
    .input__field {
      font-size: 16px; } }
  @media screen and (min-width: 1920px) {
    .input__field {
      font-size: 16px; } }
  @media (max-width: 576px) {
    .input__field {
      padding: 12px 10px; } }
  .input__field::-moz-placeholder {
    font-size: calc( 16px + 0 * ( (100vw - 375px) / 1545 ));
    line-height: 1.6;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    color: #909090; }
  .input__field::placeholder {
    font-size: calc( 16px + 0 * ( (100vw - 375px) / 1545 ));
    line-height: 1.6;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    color: #909090; }
    @media screen and (max-width: 375px) {
      .input__field::-moz-placeholder {
        font-size: 16px; }
      .input__field::placeholder {
        font-size: 16px; } }
    @media screen and (min-width: 1920px) {
      .input__field::-moz-placeholder {
        font-size: 16px; }
      .input__field::placeholder {
        font-size: 16px; } }
  .input__field:not(.input__field--invalid):hover, .input__field:not(.input__field--invalid):focus {
    border: 1px solid #063A3C; }
  .input__field--invalid {
    border: 1px solid #D51A52; }

.input__note {
  font-size: calc( 12px + 4 * ( (100vw - 375px) / 1545 ));
  line-height: 1.2;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  display: none;
  margin-top: 6px;
  color: #D51A52; }
  @media screen and (max-width: 375px) {
    .input__note {
      font-size: 12px; } }
  @media screen and (min-width: 1920px) {
    .input__note {
      font-size: 16px; } }
  .input__note--invalid {
    display: block;
    text-align: right; }
  .file-input .input__note--invalid {
    font-size: calc( 14px + 0 * ( (100vw - 375px) / 1545 ));
    line-height: 1.2;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    text-align: left; }
    @media screen and (max-width: 375px) {
      .file-input .input__note--invalid {
        font-size: 14px; } }
    @media screen and (min-width: 1920px) {
      .file-input .input__note--invalid {
        font-size: 14px; } }

.logo {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  display: flex;
  align-items: center; }

@media (max-width: 768px) {
  .logo__image {
    width: 201px;
    height: auto; } }

.question__text {
  margin: 0;
  padding: 0;
  font-size: calc( 16px + 0 * ( (100vw - 375px) / 1545 ));
  line-height: 1.6;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 22px;
  color: #303030; }
  @media screen and (max-width: 375px) {
    .question__text {
      font-size: 16px; } }
  @media screen and (min-width: 1920px) {
    .question__text {
      font-size: 16px; } }
  @media (max-width: 768px) {
    .question__text {
      display: none; } }
  .contact__question .question__text {
    margin-bottom: 15px; }
  .menu .question__text {
    display: block;
    margin-bottom: 15px; }

.question__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap; }
  .contact__question .question__list:nth-child(2) {
    display: none; }
    @media (max-width: 768px) {
      .contact__question .question__list:nth-child(2) {
        display: flex; } }

.question__item {
  margin-bottom: 10px; }
  .question__item:not(:last-child) {
    margin-right: 8px; }

.question__link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  font-size: calc( 13px + 0 * ( (100vw - 375px) / 1545 ));
  line-height: 1.4;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  padding: 12px 17px;
  background: #f0f0f0;
  border-radius: 4px;
  color: #616161; }
  @media screen and (max-width: 375px) {
    .question__link {
      font-size: 13px; } }
  @media screen and (min-width: 1920px) {
    .question__link {
      font-size: 13px; } }
  .question__link:hover {
    color: #063A3C; }

.question__icon {
  margin-right: 10px;
  transition: all 0.2s ease; }
  .question__link--whatsapp .question__icon {
    fill: #25d366; }
  .question__link--telegram .question__icon {
    fill: #0a89ff; }
  .question__link--phone .question__icon,
  .question__link--mail .question__icon {
    fill: #063A3C; }
  .question__link:hover .question__icon {
    fill: #063A3C; }

.rate {
  display: flex;
  align-items: center;
  margin: 25px 0; }

.rate__title {
  margin: 0;
  padding: 0;
  font-size: calc( 14px + 0 * ( (100vw - 375px) / 1545 ));
  line-height: 1;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  margin-right: 13px;
  letter-spacing: 0.02em;
  color: #959595; }
  @media screen and (max-width: 375px) {
    .rate__title {
      font-size: 14px; } }
  @media screen and (min-width: 1920px) {
    .rate__title {
      font-size: 14px; } }

.rate__label {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer; }
  .rate__label:not(:first-child) {
    margin-right: 6px; }

.rate__label-icon {
  fill: transparent;
  stroke: #063A3C;
  transition: all 0.3s ease; }
  .rate__input:hover ~ .rate__label .rate__label-icon,
  .rate__input:checked ~ .rate__label .rate__label-icon {
    fill: #063A3C; }

.rate__mark {
  display: flex;
  flex-direction: row-reverse;
  margin-right: 5px; }

.rating {
  display: flex;
  align-items: center; }
  @media (max-width: 768px) {
    .review .rating {
      flex-direction: column;
      align-items: flex-start; } }
  @media (max-width: 576px) {
    .review-popup .rating {
      flex-direction: column;
      align-items: flex-start; } }

.rating__stars {
  position: relative;
  width: 128px;
  height: 24px;
  background: url("../img/icon-stars-empty.svg") 0 0/cover no-repeat; }
  @media (max-width: 576px) {
    .rating__stars {
      width: 80px;
      height: 15px; } }
  .review .rating__stars,
  .review-popup .rating__stars {
    width: 105px;
    height: 20px; }
    @media (max-width: 576px) {
      .review .rating__stars,
      .review-popup .rating__stars {
        width: 80px;
        height: 15px; } }

.rating__stars-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: url("../img/icon-stars-filled.svg") 0 0/cover no-repeat; }

.rating__date {
  font-size: calc( 13px + 1 * ( (100vw - 375px) / 1545 ));
  line-height: 16px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  margin-left: 18px;
  letter-spacing: 0.02em;
  color: #9f9f9f; }
  @media screen and (max-width: 375px) {
    .rating__date {
      font-size: 13px; } }
  @media screen and (min-width: 1920px) {
    .rating__date {
      font-size: 14px; } }
  .review .rating__date {
    margin-left: 10px; }
    @media (max-width: 768px) {
      .review .rating__date {
        margin-top: 6px;
        margin-left: 0; } }
    @media (max-width: 576px) {
      .review .rating__date {
        margin-top: 8px; } }
  .review-popup .rating__date {
    margin-left: 10px; }
    @media (max-width: 576px) {
      .review-popup .rating__date {
        margin-top: 2px;
        margin-left: 0; } }

.running {
  position: relative;
  width: 100%;
  max-width: 1920px;
  height: 110px;
  overflow: hidden; }
  @media (max-width: 1440px) {
    .running {
      height: 90px; } }
  @media (max-width: 1200px) {
    .running {
      height: 80px; } }
  @media (max-width: 1024px) {
    .running {
      height: 70px; } }
  @media (max-width: 768px) {
    .running {
      height: 60px; } }
  @media (max-width: 576px) {
    .running {
      height: 55px; } }

.running__line {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  -webkit-animation: running-line 15s infinite linear;
          animation: running-line 15s infinite linear; }

.running__text {
  font-size: calc( 30px + 60 * ( (100vw - 375px) / 1545 ));
  line-height: 1.22;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  padding: 0 30px;
  white-space: nowrap;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px #063A3C;
  text-stroke: 1px #063A3C; }
  @media screen and (max-width: 375px) {
    .running__text {
      font-size: 30px; } }
  @media screen and (min-width: 1920px) {
    .running__text {
      font-size: 90px; } }
  @media (max-width: 1024px) {
    .running__text {
      padding: 0 20px; } }
  @media (max-width: 576px) {
    .running__text {
      padding: 0 10px; } }

.select {
  position: relative; }

.select input {
  background: #FFFFFF url("../img/icon-select-arrow.svg") calc(100% - 14px) 50% no-repeat;
  z-index: 2;
  cursor: pointer; }

.select__list {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: calc(100% - 5px);
  left: 0;
  z-index: 1;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  border-radius: 0 0 2px 2px;
  box-shadow: 0px 8px 16px rgba(62, 19, 77, 0.07);
  overflow: hidden; }
  .select.show .select__list {
    display: block; }

.select__item {
  font-size: calc( 14px + 2 * ( (100vw - 375px) / 1545 ));
  line-height: 1.2;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  padding: 12px 11px 11px;
  color: #4f4f4f;
  cursor: pointer;
  transition: all 0.2s ease; }
  @media screen and (max-width: 375px) {
    .select__item {
      font-size: 14px; } }
  @media screen and (min-width: 1920px) {
    .select__item {
      font-size: 16px; } }
  @media (max-width: 576px) {
    .select__item {
      padding: 12px 10px; } }
  .select__item:not(:last-child) {
    border-bottom: 1px solid #E5E0EB; }
  .select__item:hover {
    color: #FFFFFF;
    background: #063A3C; }

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

.social__item:not(:last-child) {
  margin-right: 20px; }

.social__link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #063A3C;
  border-radius: 50%; }
  .open-menu .social__link {
    background: #e9e9e9; }
  .social__link:hover {
    background: #4f4f4f; }
  .open-menu .social__link:hover {
    background: #063A3C; }

.social__link-icon {
  fill: #FFFFFF;
  transition: all 0.2s ease; }
  .open-menu .social__link-icon {
    fill: #303030; }
  .open-menu .social__link:hover .social__link-icon {
    fill: #FFFFFF; }

.swiper-pagination-bullet {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #E9E9E9;
  transition: all 0.2s ease;
  cursor: pointer; }
  @media (max-width: 576px) {
    .swiper-pagination-bullet {
      width: 10px;
      height: 10px; } }
  .swiper-pagination-bullet:not(:last-child) {
    margin-right: 20px; }
    @media (max-width: 576px) {
      .swiper-pagination-bullet:not(:last-child) {
        margin-right: 15px; } }
  .swiper-pagination-bullet:hover, .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #063A3C; }
  .promo .swiper-pagination-bullet {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    background: transparent;
    transition: all 0.2s ease;
    cursor: pointer; }
    .promo .swiper-pagination-bullet:hover, .promo .swiper-pagination-bullet.swiper-pagination-bullet-active {
      border: 1px solid #063A3C;
      background: #063A3C; }

.swiper-button-lock {
  display: none !important; }

.swiper-pagination-lock {
  display: none !important; }

.text {
  margin: 0;
  padding: 0;
  font-size: calc( 14px + 2 * ( (100vw - 375px) / 1545 ));
  line-height: 1.68;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #4F4F4F; }
  @media screen and (max-width: 375px) {
    .text {
      font-size: 14px; } }
  @media screen and (min-width: 1920px) {
    .text {
      font-size: 16px; } }
  @media (max-width: 576px) {
    .text {
      line-height: 1.5; } }
  .text--light {
    color: #FFFFFF; }

.title {
  margin: 0;
  padding: 0;
  font-size: calc( 35px + 55 * ( (100vw - 375px) / 1545 ));
  line-height: 1.2;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #303030; }
  @media screen and (max-width: 375px) {
    .title {
      font-size: 35px; } }
  @media screen and (min-width: 1920px) {
    .title {
      font-size: 90px; } }
  .title--h2 {
    font-size: calc( 30px + 30 * ( (100vw - 375px) / 1545 ));
    line-height: 1.2;
    font-weight: 900;
    font-family: "Montserrat", sans-serif; }
    @media screen and (max-width: 375px) {
      .title--h2 {
        font-size: 28px; } }
    @media screen and (min-width: 1920px) {
      .title--h2 {
        font-size: 60px; } }
  .title--h3 {
    font-size: calc( 24px + 16 * ( (100vw - 375px) / 1545 ));
    line-height: 1.1;
    font-weight: 900;
    font-family: "Montserrat", sans-serif; }
    @media screen and (max-width: 375px) {
      .title--h3 {
        font-size: 24px; } }
    @media screen and (min-width: 1920px) {
      .title--h3 {
        font-size: 40px; } }
  .title--h4 {
    font-size: calc( 16px + 19 * ( (100vw - 375px) / 1545 ));
    line-height: 1.1;
    font-weight: 900;
    font-family: "Montserrat", sans-serif; }
    @media screen and (max-width: 375px) {
      .title--h4 {
        font-size: 16px; } }
    @media screen and (min-width: 1920px) {
      .title--h4 {
        font-size: 35px; } }
  .title--h5 {
    font-size: calc( 16px + 10 * ( (100vw - 375px) / 1545 ));
    line-height: 1.23;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
    letter-spacing: normal; }
    @media screen and (max-width: 375px) {
      .title--h5 {
        font-size: 16px; } }
    @media screen and (min-width: 1920px) {
      .title--h5 {
        font-size: 26px; } }
  .title--light {
    color: #FFFFFF; }
  .title--small {
    text-transform: none; }
  .title--huge {
    font-size: calc( 60px + 120 * ( (100vw - 375px) / 1545 ));
    line-height: 1.2;
    font-weight: 900;
    font-family: "Montserrat", sans-serif; }
    @media screen and (max-width: 375px) {
      .title--huge {
        font-size: 60px; } }
    @media screen and (min-width: 1920px) {
      .title--huge {
        font-size: 180px; } }
  .title span {
    color: #063A3C; }
  .title .title__accent {
    font-size: calc( 22px + 55 * ( (100vw - 375px) / 1545 ));
    line-height: 1.2;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
    display: block;
    color: transparent;
    letter-spacing: 0.02em;
    -webkit-text-stroke: 1px #063A3C;
    text-stroke: 1px #063A3C; }
    @media screen and (max-width: 576px) {
      .title .title__accent {
        font-size: inherit; } }
    @media screen and (min-width: 1920px) {
      .title .title__accent {
        font-size: 100px; } }

.about {
  margin: 120px 0; }
  @media (max-width: 768px) {
    .about {
      margin: 90px 0; } }
  @media (max-width: 576px) {
    .about {
      margin: 60px 0; } }

.about__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px; }
  @media (max-width: 1200px) {
    .about__content {
      gap: 10px; } }
  @media (max-width: 1024px) {
    .about__content {
      grid-template-columns: 1fr;
      gap: 40px; } }
  @media (max-width: 576px) {
    .about__content {
      gap: 30px; } }

.about__image-wrap {
  width: 100%;
  height: 100%;
  min-height: 673px;
  border-radius: 20px;
  font-size: 0;
  overflow: hidden; }
  @media (max-width: 1440px) {
    .about__image-wrap {
      min-height: 550px; } }
  @media (max-width: 1200px) {
    .about__image-wrap {
      min-height: 450px; } }
  @media (max-width: 1024px) {
    .about__image-wrap {
      min-height: auto;
      max-height: 500px; } }
  @media (max-width: 576px) {
    .about__image-wrap {
      border-radius: 10px; } }

.about__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.about__info {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F8F8F8;
  border-radius: 20px;
  overflow: hidden; }
  @media (max-width: 1024px) {
    .about__info {
      justify-content: flex-start;
      align-items: stretch;
      background: transparent;
      border-radius: 0; } }

.about__info-content {
  max-width: 610px;
  padding: 50px; }
  @media (max-width: 1024px) {
    .about__info-content {
      padding: 0; } }

.about__title {
  margin-bottom: 20px; }
  @media (max-width: 1024px) {
    .about__title {
      margin-bottom: 0; } }
  @media (max-width: 1024px) {
    .about__title--desktop {
      display: none; } }
  .about__title--mobile {
    display: none; }
    @media (max-width: 1024px) {
      .about__title--mobile {
        display: block; } }

.about__text {
  margin-bottom: 30px; }
  .about__text p:first-child {
    margin-top: 0; }
  .about__text p:last-child {
    margin-bottom: 0; }

@media (max-width: 576px) {
  .about__button {
    width: 261px; } }

.ask {
  margin: 120px 0;
  overflow: hidden; }
  @media (max-width: 768px) {
    .ask {
      margin: 90px 0; } }
  @media (max-width: 576px) {
    .ask {
      margin: 60px 0; } }

.ask__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px; }
  @media (max-width: 1440px) {
    .ask__content {
      grid-template-columns: 480px 1fr; } }
  @media (max-width: 1200px) {
    .ask__content {
      grid-template-columns: repeat(2, 1fr);
      gap: 10px; } }
  @media (max-width: 768px) {
    .ask__content {
      grid-template-columns: 1fr; } }

.ask__info {
  display: grid;
  grid-template-columns: 1fr 580px;
  gap: 10px; }
  @media (max-width: 1440px) {
    .ask__info {
      grid-template-columns: 1fr; } }

.ask__info-banner {
  border-radius: 20px;
  overflow: hidden; }
  @media (max-width: 1440px) {
    .ask__info-banner {
      display: none; } }

.ask__info-banner-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.ask__info-content {
  padding: 50px 32px;
  background: #063A3C;
  border-radius: 20px;
  overflow: hidden; }
  @media (max-width: 576px) {
    .ask__info-content {
      padding: 40px 30px;
      border-radius: 10px; } }
  @media (max-width: 450px) {
    .ask__info-content {
      min-height: 320px; } }

.ask__info-wrap {
  display: flex;
  flex-direction: column;
  max-width: 410px;
  height: 100%; }
  @media (max-width: 768px) {
    .ask__info-wrap {
      max-width: 485px; } }

.ask__text {
  width: 95%;
  margin: 20px 0 30px; }
  @media (max-width: 1440px) {
    .ask__text {
      width: 100%; } }
  @media (max-width: 768px) {
    .ask__text {
      width: 80%;
      margin: 15px 0 40px; } }
  @media (max-width: 576px) {
    .ask__text {
      width: 95%; } }
  .ask__text p:first-child {
    margin-top: 0; }
  .ask__text p:last-child {
    margin-bottom: 0; }

.ask__button {
  align-self: flex-start;
  margin-top: auto; }
  @media (max-width: 576px) {
    .ask__button {
      width: 230px; } }

.ask__image-wrap {
  border-radius: 20px;
  background: #efefef;
  font-size: 0;
  overflow: hidden; }
  @media (max-width: 768px) {
    .ask__image-wrap {
      max-height: 300px; } }
  @media (max-width: 576px) {
    .ask__image-wrap {
      border-radius: 10px; } }

.ask__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }
  @media (max-width: 1440px) {
    .ask__image {
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: bottom;
         object-position: bottom; } }
  @media (max-width: 1200px) {
    .ask__image--desktop {
      display: none; } }
  .ask__image--mobile {
    display: none; }
    @media (max-width: 1200px) {
      .ask__image--mobile {
        display: block; } }

.blog-article {
  margin: 120px 0; }
  @media (max-width: 768px) {
    .blog-article {
      margin: 90px 0; } }
  @media (max-width: 576px) {
    .blog-article {
      margin: 60px 0; } }
  .blog-article img:not(.blog-article__author-image) {
    width: 100%;
    height: auto;
    margin: 60px 0;
    border-radius: 20px; }
    @media (max-width: 1200px) {
      .blog-article img:not(.blog-article__author-image) {
        margin: 40px 0; } }
    @media (max-width: 576px) {
      .blog-article img:not(.blog-article__author-image) {
        border-radius: 10px; } }
  .blog-article h1 {
    font-size: calc( 30px + 30 * ( (100vw - 375px) / 1545 ));
    line-height: 1.2;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.02em;
    color: #303030; }
    @media screen and (max-width: 375px) {
      .blog-article h1 {
        font-size: 30px; } }
    @media screen and (min-width: 1920px) {
      .blog-article h1 {
        font-size: 60px; } }
  .blog-article h2 {
    font-size: calc( 24px + 16 * ( (100vw - 375px) / 1545 ));
    line-height: 1.1;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.02em;
    color: #303030; }
    @media screen and (max-width: 375px) {
      .blog-article h2 {
        font-size: 24px; } }
    @media screen and (min-width: 1920px) {
      .blog-article h2 {
        font-size: 40px; } }
  .blog-article h3 {
    font-size: calc( 16px + 10 * ( (100vw - 375px) / 1545 ));
    line-height: 1.23;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
    letter-spacing: normal;
    color: #303030; }
    @media screen and (max-width: 375px) {
      .blog-article h3 {
        font-size: 16px; } }
    @media screen and (min-width: 1920px) {
      .blog-article h3 {
        font-size: 26px; } }
  .blog-article p {
    margin: 0;
    padding: 0;
    margin-bottom: 27px; }
    @media (max-width: 1200px) {
      .blog-article p {
        margin-bottom: 20px; } }
  .blog-article ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .blog-article li {
    position: relative;
    padding-left: 27px; }
    .blog-article li:not(:last-child) {
      margin-bottom: 27px; }
      @media (max-width: 1200px) {
        .blog-article li:not(:last-child) {
          margin-bottom: 20px; } }
    .blog-article li::before {
      content: "";
      position: absolute;
      width: 8px;
      height: 8px;
      top: 8px;
      left: 0;
      background: #063A3C;
      border-radius: 50%; }
      @media (max-width: 576px) {
        .blog-article li::before {
          top: 5px;
          left: 4px; } }

.blog-article__content {
  max-width: 845px;
  margin: 0 auto; }

.blog-article__author {
  position: relative;
  margin-bottom: 60px;
  padding-left: 88px; }
  @media (max-width: 1200px) {
    .blog-article__author {
      margin-bottom: 40px; } }
  @media (max-width: 576px) {
    .blog-article__author {
      padding-left: 92px; } }

.blog-article__author-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  overflow: hidden; }

.blog-article__author-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

p.blog-article__author-title {
  margin: 0;
  padding: 0;
  font-size: calc( 13px + 1 * ( (100vw - 375px) / 1545 ));
  line-height: 1.6;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 12px;
  color: #959595; }
  @media screen and (max-width: 375px) {
    p.blog-article__author-title {
      font-size: 13px; } }
  @media screen and (min-width: 1920px) {
    p.blog-article__author-title {
      font-size: 14px; } }
  @media (max-width: 576px) {
    p.blog-article__author-title {
      margin-bottom: 6px; } }

p.blog-article__author-post {
  margin: 0;
  padding: 0;
  margin-bottom: 4px; }

p.blog-article__author-name,
a.blog-article__author-name {
  margin: 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  color: #063A3C; }

a.blog-article__author-name:hover {
  color: #4f4f4f; }

p.blog-article__title,
p.blog-article__subtitle,
h1, h2, h3, h4, h5 {
  margin: 60px 0 30px; }
  @media (max-width: 1200px) {
    p.blog-article__title,
    p.blog-article__subtitle,
    h1, h2, h3, h4, h5 {
      margin: 40px 0 30px; } }
  @media (max-width: 576px) {
    p.blog-article__title,
    p.blog-article__subtitle,
    h1, h2, h3, h4, h5 {
      margin: 60px 0 30px; } }
  img + p.blog-article__title, img +
  p.blog-article__subtitle, img +
  h1, img + h2, img + h3, img + h4, img + h5 {
    margin: 0 0 30px; }

@media (max-width: 576px) {
  p.blog-article__subtitle,
  h1, h2, h3, h4, h5 {
    margin: 50px 0 20px; } }

.blog {
  margin: 120px 0; }
  @media (max-width: 768px) {
    .blog {
      margin: 90px 0; } }
  @media (max-width: 576px) {
    .blog {
      margin: 60px 0; } }

.blog .headline {
  margin-bottom: 60px; }
  @media (max-width: 1024px) {
    .blog .headline {
      margin-bottom: 40px; } }

@media (max-width: 1024px) {
  .blog--slider .blog__container {
    margin-right: -20px; } }

@media (max-width: 374px) {
  .blog--slider .blog__container {
    margin-right: -10px; } }

.blog__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px 40px; }
  @media (max-width: 1800px) {
    .blog__list {
      gap: 60px 20px; } }
  @media (max-width: 1550px) {
    .blog__list {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 1200px) {
    .blog__list {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 768px) {
    .blog__list {
      gap: 40px 10px; } }
  @media (max-width: 576px) {
    .blog__list {
      padding: 0 32px;
      grid-template-columns: 1fr; } }
  @media (max-width: 370px) {
    .blog__list {
      padding: 0; } }
  .blog--slider .blog__list {
    display: flex;
    gap: 0; }
    @media (max-width: 576px) {
      .blog--slider .blog__list {
        padding: 0; } }

.blog__item {
  display: flex;
  flex-direction: column; }
  .blog--slider .blog__item {
    height: auto; }

.blog__item-cover {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 65%;
  border-radius: 20px;
  font-size: 0;
  overflow: hidden; }
  @media (max-width: 576px) {
    .blog__item-cover {
      padding-bottom: 85%;
      border-radius: 10px; } }

.blog__item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.blog__info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 30px;
  padding-bottom: 35px;
  border: 1px solid #E9E9E9;
  border-radius: 20px; }
  @media (max-width: 768px) {
    .blog__info {
      padding: 20px;
      padding-right: 15px; } }
  @media (max-width: 576px) {
    .blog__info {
      padding: 20px 15px 30px 20px;
      border-radius: 10px; } }

.blog__item-date {
  margin-bottom: 20px; }

.blog__item-name {
  margin-bottom: 8px; }

.blog__item-text {
  margin-bottom: 25px; }
  @media (max-width: 576px) {
    .blog__item-text {
      margin-bottom: 15px; } }

.blog__item-link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  font-size: calc( 12px + 2 * ( (100vw - 375px) / 1545 ));
  line-height: 1.2;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  align-self: flex-start;
  margin-top: auto;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #063A3C;
  border-bottom: 1px solid #063A3C; }
  @media screen and (max-width: 375px) {
    .blog__item-link {
      font-size: 12px; } }
  @media screen and (min-width: 1920px) {
    .blog__item-link {
      font-size: 14px; } }
  .blog__item-link:hover {
    color: #4f4f4f;
    border-bottom: 1px solid #4f4f4f; }

.blog__footer {
  display: flex;
  justify-content: center;
  margin-top: 50px; }
  @media (max-width: 576px) {
    .blog__footer {
      margin-top: 40px; } }

.bottom-footer {
  padding: 30px 0 35px; }
  @media (max-width: 768px) {
    .bottom-footer {
      padding: 0 0 40px;
      background: #F8F8F8; } }

.bottom-footer__content {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 768px) {
    .bottom-footer__content {
      flex-direction: column; } }

@media (max-width: 768px) {
  .bottom-footer__left {
    margin-bottom: 27px; } }

.bottom-footer__copyright {
  margin: 0;
  padding: 0;
  font-size: calc( 14px + 0 * ( (100vw - 375px) / 1545 ));
  line-height: 1.6;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.02em;
  color: #444444; }
  @media screen and (max-width: 375px) {
    .bottom-footer__copyright {
      font-size: 14px; } }
  @media screen and (min-width: 1920px) {
    .bottom-footer__copyright {
      font-size: 14px; } }

.bottom-footer__privacy {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  font-size: calc( 14px + 0 * ( (100vw - 375px) / 1545 ));
  line-height: 1.6;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.02em;
  color: #444444; }
  @media screen and (max-width: 375px) {
    .bottom-footer__privacy {
      font-size: 14px; } }
  @media screen and (min-width: 1920px) {
    .bottom-footer__privacy {
      font-size: 14px; } }
  .bottom-footer__privacy:hover {
    color: #063A3C; }

.bottom-footer__develop {
  margin: 0;
  padding: 0;
  font-size: calc( 14px + 0 * ( (100vw - 375px) / 1545 ));
  line-height: 1.6;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  color: #444444; }
  @media screen and (max-width: 375px) {
    .bottom-footer__develop {
      font-size: 14px; } }
  @media screen and (min-width: 1920px) {
    .bottom-footer__develop {
      font-size: 14px; } }

.bottom-footer__develop-link {
  display: block;
  margin-top: 6px; }

.bottom-footer__develop-icon {
  fill: #8E8E8E;
  transition: all 0.2s ease; }
  .bottom-footer__develop-link:hover .bottom-footer__develop-icon {
    fill: #063A3C; }

.breadcrumbs {
  position: absolute;
  top: 110px;
  left: 0;
  width: calc(50% - 50px);
  padding: 40px 0 0 80px;
  z-index: 1; }
  @media (max-width: 1440px) {
    .breadcrumbs {
      width: calc(50% - 20px);
      padding: 30px 0 0 50px; } }
  @media (max-width: 1200px) {
    .breadcrumbs {
      width: calc(50% + 5px);
      padding: 20px 0 0 30px; } }
  @media (max-width: 950px) {
    .breadcrumbs {
      width: 460px; } }
  @media (max-width: 768px) {
    .breadcrumbs {
      position: static;
      width: auto;
      padding: 10px 0 15px; } }
  @media (max-width: 576px) {
    .breadcrumbs {
      padding: 2px 0 13px; } }

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

.breadcrumbs__item {
  font-size: calc( 14px + 0 * ( (100vw - 375px) / 1545 ));
  line-height: 1.6;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  display: inline;
  color: #9f9f9f;
  transition: all 0.2s ease; }
  @media screen and (max-width: 375px) {
    .breadcrumbs__item {
      font-size: 14px; } }
  @media screen and (min-width: 1920px) {
    .breadcrumbs__item {
      font-size: 14px; } }
  .breadcrumbs__item:last-child {
    color: #4a4a4a; }
  @media (max-width: 768px) {
    .breadcrumbs__item:nth-last-child(2) {
      padding-left: 15px;
      background: url("../img/icon-breadcrumbs.svg") 0 50% no-repeat; } }
  @media (max-width: 768px) {
    .breadcrumbs__item:not(:nth-last-child(2)) {
      display: none; } }
  .breadcrumbs__item:not(:last-child)::after {
    font-size: calc( 14px + 0 * ( (100vw - 375px) / 1545 ));
    line-height: 1.6;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    content: "/";
    margin: 0 2px 0 10px;
    color: #9f9f9f; }
    @media screen and (max-width: 375px) {
      .breadcrumbs__item:not(:last-child)::after {
        font-size: 14px; } }
    @media screen and (min-width: 1920px) {
      .breadcrumbs__item:not(:last-child)::after {
        font-size: 14px; } }
    @media (max-width: 768px) {
      .breadcrumbs__item:not(:last-child)::after {
        display: none; } }
  .breadcrumbs__item:not(:last-child):hover {
    color: #063A3C; }
  @media (max-width: 768px) {
    .breadcrumbs__item:nth-last-child(2):hover {
      color: #063A3C; } }

.breadcrumbs__link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  display: inline; }

.contacts {
  margin: 120px 0; }
  @media (max-width: 768px) {
    .contacts {
      margin: 90px 0; } }
  @media (max-width: 576px) {
    .contacts {
      margin: 60px 0; } }
  .top-banner + .contacts {
    margin-top: -80px; }
    @media (max-width: 768px) {
      .top-banner + .contacts {
        margin-top: -30px; } }
    @media (max-width: 576px) {
      .top-banner + .contacts {
        margin-top: 0; } }

.contacts__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px; }
  @media (max-width: 1440px) {
    .contacts__content {
      grid-template-columns: 480px 1fr; } }
  @media (max-width: 1200px) {
    .contacts__content {
      grid-template-columns: repeat(2, 1fr);
      gap: 10px; } }
  @media (max-width: 768px) {
    .contacts__content {
      grid-template-columns: 1fr; } }

.contacts__info {
  display: grid;
  grid-template-columns: 1fr 580px;
  gap: 10px; }
  @media (max-width: 1440px) {
    .contacts__info {
      grid-template-columns: 1fr; } }

.contacts__info-banner {
  border-radius: 20px;
  overflow: hidden; }
  @media (max-width: 1440px) {
    .contacts__info-banner {
      display: none; } }

.contacts__info-banner-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.contacts__info-content {
  padding: 50px 32px;
  background: #063A3C;
  border-radius: 20px;
  overflow: hidden; }
  @media (max-width: 576px) {
    .contacts__info-content {
      padding: 40px 30px;
      border-radius: 10px; } }
  @media (max-width: 450px) {
    .contacts__info-content {
      min-height: 320px; } }

.contacts__info-wrap {
  display: flex;
  flex-direction: column;
  max-width: 410px;
  height: 100%; }
  @media (max-width: 768px) {
    .contacts__info-wrap {
      max-width: 485px; } }

.contacts__part:not(:last-child) {
  margin-bottom: 20px; }

.contacts__part p {
  color: #FFFFFF; }
  .contacts__part p:not(.title) {
    margin: 0; }

.contacts__part a {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  display: block;
  color: #FFFFFF; }

.contacts__part a:hover {
  color: #4f4f4f; }

.contacts__part-title {
  margin-bottom: 10px; }
  @media (max-width: 576px) {
    .contacts__part-title {
      margin-bottom: 15px; } }

.contacts__part-text {
  display: block;
  text-decoration: none;
  transition: all 0.2s ease; }
  @media (max-width: 576px) {
    .contacts__part-text + .contacts__part-text {
      margin-top: 10px; } }

a.contacts__part-text:hover {
  color: #4f4f4f; }

.contacts__map {
  border-radius: 20px;
  font-size: 0;
  overflow: hidden; }
  @media (max-width: 768px) {
    .contacts__map {
      max-height: 300px; } }
  @media (max-width: 576px) {
    .contacts__map {
      border-radius: 10px; } }

.contacts__map iframe {
  width: 100%;
  height: 100%;
  border: 0; }
  @media (max-width: 768px) {
    .contacts__map iframe {
      height: 400px; } }
  @media (max-width: 576px) {
    .contacts__map iframe {
      height: 277px; } }

.doctors {
  margin: 120px 0;
  overflow: hidden; }
  @media (max-width: 768px) {
    .doctors {
      margin: 90px 0; } }
  @media (max-width: 576px) {
    .doctors {
      margin: 60px 0; } }

.doctors__header {
  margin-bottom: 60px;
  margin-right: -40px;
  overflow: hidden; }
  @media (max-width: 1024px) {
    .doctors__header {
      margin-right: -20px; } }
  @media (max-width: 576px) {
    .doctors__header {
      margin-bottom: 40px; } }
  @media (max-width: 374px) {
    .doctors__header {
      margin-right: -10px; } }

.doctors__post-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  width: auto;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none; }
  .doctors__post-list::-webkit-scrollbar {
    width: 0;
    height: 0; }

.doctors__post-item:not(:last-child) {
  margin-right: 20px; }
  @media (max-width: 1024px) {
    .doctors__post-item:not(:last-child) {
      margin-right: 10px; } }
  @media (max-width: 576px) {
    .doctors__post-item:not(:last-child) {
      margin-right: 6px; } }

.doctors__post-button {
  min-width: 0;
  white-space: nowrap; }
  .doctors__post-button.active {
    color: #FFFFFF;
    background: #063A3C;
    border: 1px solid #063A3C; }

.doctors__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px 40px; }
  @media (max-width: 1440px) {
    .doctors__list {
      grid-template-columns: repeat(3, 1fr);
      gap: 60px 20px; } }
  @media (max-width: 900px) {
    .doctors__list {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 576px) {
    .doctors__list {
      grid-template-columns: 1fr;
      padding: 0 32px;
      gap: 40px; } }
  @media (max-width: 370px) {
    .doctors__list {
      padding: 0; } }

.faq {
  margin: 120px 0; }
  @media (max-width: 768px) {
    .faq {
      margin: 90px 0; } }
  @media (max-width: 576px) {
    .faq {
      margin: 60px 0; } }

@media (max-width: 576px) {
  .faq .headline {
    margin-bottom: 30px; } }

.faq__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px; }
  @media (max-width: 1440px) {
    .faq__container {
      grid-template-columns: 1fr 480px; } }
  @media (max-width: 1200px) {
    .faq__container {
      grid-template-columns: 1fr 440px;
      gap: 10px; } }
  @media (max-width: 1024px) {
    .faq__container {
      grid-template-columns: 1fr; } }

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

.faq__item {
  border: 1px solid #E9E9E9;
  border-radius: 20px; }
  @media (max-width: 576px) {
    .faq__item {
      border-radius: 10px; } }
  .faq__item:not(:last-child) {
    margin-bottom: 10px; }
    @media (max-width: 768px) {
      .faq__item:not(:last-child) {
        margin-bottom: 10px; } }

.faq__question {
  font-size: calc( 16px + 4 * ( (100vw - 375px) / 1545 ));
  line-height: 1.2;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  position: relative;
  display: block;
  padding: 27px 29px;
  padding-right: 104px;
  cursor: pointer; }
  @media screen and (max-width: 375px) {
    .faq__question {
      font-size: 16px; } }
  @media screen and (min-width: 1920px) {
    .faq__question {
      font-size: 20px; } }
  @media (max-width: 576px) {
    .faq__question {
      padding: 27px 19px;
      padding-right: 65px; } }

.faq__icon {
  position: absolute;
  top: 50%;
  right: 29px;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #063A3C;
  transition: all 0.2s ease; }
  @media (max-width: 576px) {
    .faq__icon {
      top: 20px;
      right: 19px;
      width: 35px;
      height: 35px;
      transform: none; } }
  .faq__question:hover .faq__icon {
    background: #063A3C; }
  .faq__item-checkbox:checked ~ .faq__question .faq__icon {
    transform: rotate(-90deg) translateX(50%);
    background: #063A3C; }
    @media (max-width: 576px) {
      .faq__item-checkbox:checked ~ .faq__question .faq__icon {
        transform: rotate(-90deg); } }

.faq__icon-arrow {
  display: block;
  stroke: #063A3C;
  fill: none;
  transform: rotate(90deg);
  transition: all 0.2s ease; }
  @media (max-width: 576px) {
    .faq__icon-arrow {
      width: 6px;
      height: auto; } }
  .faq__question:hover .faq__icon-arrow {
    stroke: #FFFFFF; }
  .faq__item-checkbox:checked ~ .faq__question .faq__icon-arrow {
    stroke: #FFFFFF; }

.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease; }
  .faq__answer ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .faq__answer li {
    position: relative;
    padding-left: 27px; }
    .faq__answer li:not(:last-child) {
      margin-bottom: 27px; }
      @media (max-width: 1200px) {
        .faq__answer li:not(:last-child) {
          margin-bottom: 20px; } }
    .faq__answer li::before {
      content: "";
      position: absolute;
      width: 8px;
      height: 8px;
      top: 8px;
      left: 0;
      background: #063A3C;
      border-radius: 50%; }
      @media (max-width: 576px) {
        .faq__answer li::before {
          top: 5px;
          left: 4px; } }
  .faq__answer p {
    margin: 0;
    padding: 0; }
    .faq__answer p:not(:last-child) {
      margin-bottom: 27px; }
      @media (max-width: 1200px) {
        .faq__answer p:not(:last-child) {
          margin-bottom: 20px; } }
  .faq__item-checkbox:checked ~ .faq__answer {
    max-height: 1000vh; }

.faq__answer-wrap {
  max-width: 765px;
  padding: 7px 75px 34px 30px; }
  @media (max-width: 576px) {
    .faq__answer-wrap {
      max-width: 100%;
      padding: 2px 19px 32px 19px; } }

.faq__banner {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  border-radius: 20px;
  background: #efefef;
  font-size: 0;
  overflow: hidden;
  align-self: start; }
  @media (max-width: 1024px) {
    .faq__banner {
      display: none; } }

.faq__banner-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.feedback {
  margin: 120px 0; }
  @media (max-width: 768px) {
    .feedback {
      margin: 90px 0; } }
  @media (max-width: 576px) {
    .feedback {
      margin: 60px 0; } }

.feedback__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  height: 100%; }
  @media (max-width: 1200px) {
    .feedback__content {
      gap: 10px; } }
  @media (max-width: 950px) {
    .feedback__content {
      grid-template-columns: 450px 1fr; } }
  @media (max-width: 768px) {
    .feedback__content {
      display: flex;
      flex-direction: column;
      gap: 0; } }

.feedback__info {
  padding: 100px 60px 60px 80px;
  background: #F8F8F8;
  border-radius: 20px;
  overflow: hidden; }
  @media (max-width: 1440px) {
    .feedback__info {
      padding: 110px 40px 60px 50px; } }
  @media (max-width: 1200px) {
    .feedback__info {
      padding: 90px 40px 60px 30px; } }
  @media (max-width: 768px) {
    .feedback__info {
      margin-bottom: 20px;
      padding: 60px 30px; } }
  @media (max-width: 576px) {
    .feedback__info {
      padding: 40px 20px;
      border-radius: 10px; } }

.feedback__title {
  margin-bottom: 14px; }
  @media (max-width: 576px) {
    .feedback__title {
      margin-bottom: 22px; } }

.feedback__text {
  width: 90%;
  max-width: 550px; }
  @media (max-width: 1024px) {
    .feedback__text {
      width: 100%; } }
  .feedback__text p:first-child {
    margin-top: 0; }
  .feedback__text p:last-child {
    margin-bottom: 0; }

.feedback__form-content {
  max-width: 720px;
  margin-top: 40px; }
  @media (max-width: 1200px) {
    .feedback__form-content {
      margin-top: 30px; } }

@media (max-width: 768px) {
  .feedback__form-footer {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start; } }

@media (max-width: 576px) {
  .feedback__form-footer {
    display: block;
    margin-top: 20px; } }

.feedback__caption {
  margin: 0;
  padding: 0;
  font-size: calc( 12px + 1 * ( (100vw - 375px) / 1545 ));
  line-height: 1.4;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  max-width: 330px;
  color: #959595; }
  @media screen and (max-width: 375px) {
    .feedback__caption {
      font-size: 12px; } }
  @media screen and (min-width: 1920px) {
    .feedback__caption {
      font-size: 13px; } }
  @media (max-width: 576px) {
    .feedback__caption {
      max-width: 290px; } }
  @media (max-width: 768px) {
    .feedback__caption {
      width: 50%; } }
  @media (max-width: 576px) {
    .feedback__caption {
      width: 100%; } }
  .feedback__caption a {
    display: inline-block;
    text-decoration: none;
    outline: none;
    color: inherit;
    transition: all 0.2s ease;
    color: #063A3C; }
    .feedback__caption a:hover {
      color: #4f4f4f; }

.feedback__button {
  width: 232px;
  margin-top: 30px; }
  @media (max-width: 768px) {
    .feedback__button {
      margin-top: 0; } }
  @media (max-width: 768px) {
    .feedback__button {
      width: 45%; } }
  @media (max-width: 576px) {
    .feedback__button {
      width: 100%;
      max-width: 295px;
      margin-top: 30px; } }

.feedback__tour {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  font-size: 0;
  overflow: hidden;
  cursor: pointer; }
  @media (max-width: 576px) {
    .feedback__tour {
      height: 380px;
      border-radius: 10px; } }

.feedback__tour iframe {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.feedback__tour-image {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1; }

.feedback__tour-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 65px 40px 40px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 9.62%, rgba(0, 0, 0, 0.91) 100%);
  z-index: 1; }
  @media (max-width: 1024px) {
    .feedback__tour-text {
      padding: 45px 20px 20px; } }
  .feedback__tour-text p {
    margin: 0;
    padding: 0;
    max-width: 540px; }

.gallery {
  margin: 120px 0; }
  @media (max-width: 768px) {
    .gallery {
      margin: 90px 0; } }
  @media (max-width: 576px) {
    .gallery {
      margin: 60px 0; } }

.gallery .headline {
  margin-bottom: 60px; }
  @media (max-width: 1024px) {
    .gallery .headline {
      margin-bottom: 40px; } }

@media (max-width: 576px) {
  .gallery .headline__buttons {
    display: none; } }

.gallery__container {
  margin-right: -40px; }
  @media (max-width: 1024px) {
    .gallery__container {
      margin-right: -20px; } }
  @media (max-width: 374px) {
    .gallery__container {
      margin-right: -10px; } }

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

.gallery__link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  width: 100%;
  height: 100%; }

.gallery__image-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 68%;
  border-radius: 20px;
  overflow: hidden; }
  @media (max-width: 576px) {
    .gallery__image-wrap {
      border-radius: 10px; } }

.gallery__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  /** padding: 23px 0; **/
  z-index: 12;
  transition: all 0.5s ease;
  background-color: #FFFFFF; }
  @media (max-width: 768px) {
    /**.header {
      padding: 15px 0; } **/ }
  .header.scroll {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25); }
  .open-menu .header {
    box-shadow: none; }

.header__content {
  display: grid;
  grid-template-columns: 1fr 310px 1fr;
  align-items: center;
  gap: 20px; }
  @media (max-width: 768px) {
    .header__content {
      grid-template-columns: 1fr 201px 1fr;
      gap: 5px; } }

.header__left {
  display: flex; }

.header__social {
  display: none; }
  .open-menu .header .header__social {
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding-right: 75px; }
    @media (max-width: 1440px) {
      .open-menu .header .header__social {
        padding-right: 0; } }
    @media (max-width: 1200px) {
      .open-menu .header .header__social {
        display: none; } }

.header__burger {
  margin-right: 35px; }
  @media (max-width: 1024px) {
    .header__burger {
      margin-right: 0; } }

.header__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center; }
  .open-menu .header__list {
    display: none; }

.header__item:not(:last-child) {
  margin-right: 26px; }

@media (max-width: 1800px) {
  .header__item:nth-child(4) {
    display: none; } }

@media (max-width: 1500px) {
  .header__item:nth-child(3) {
    display: none; } }

@media (max-width: 1200px) {
  .header__item:nth-child(2) {
    display: none; } }

@media (max-width: 1024px) {
  .header__item:nth-child(1) {
    display: none; } }

.header__link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  font-size: calc( 18px + 0 * ( (100vw - 375px) / 1545 ));
  line-height: 1.2;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #4f4f4f; }
  @media screen and (max-width: 375px) {
    .header__link {
      font-size: 18px; } }
  @media screen and (min-width: 1920px) {
    .header__link {
      font-size: 18px; } }
  .header__link:hover {
    color: #063A3C; }

.header__center {
  display: flex; }

.header__right {
  display: flex;
  justify-content: flex-end; }

.header__call-link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  font-size: calc( 16px + 0 * ( (100vw - 375px) / 1545 ));
  line-height: 1.2;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  display: block;
  margin-bottom: 6px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #303030; }
  @media screen and (max-width: 375px) {
    .header__call-link {
      font-size: 16px; } }
  @media screen and (min-width: 1920px) {
    .header__call-link {
      font-size: 16px; } }
  @media (max-width: 768px) {
    .header__call-link {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 40px;
      height: 40px;
      margin-bottom: 0;
      border-radius: 4px;
      background: #063A3C; } }
  .header__call-link:hover {
    color: #063A3C; }
    @media (max-width: 768px) {
      .header__call-link:hover {
        background: #303030; } }
  @media (max-width: 768px) {
    .header__call-link span {
      display: none; } }

.header__call-link-icon {
  display: none;
  transition: all 0.2s ease; }
  @media (max-width: 768px) {
    .header__call-link-icon {
      display: block;
      fill: #FFFFFF; } }

.header__call-button {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.2s ease;
  cursor: pointer;
  font-size: calc( 14px + 0 * ( (100vw - 375px) / 1545 ));
  line-height: 1.2;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #063A3C; }
  @media screen and (max-width: 375px) {
    .header__call-button {
      font-size: 14px; } }
  @media screen and (min-width: 1920px) {
    .header__call-button {
      font-size: 14px; } }
  @media (max-width: 768px) {
    .header__call-button {
      display: none; } }
  .header__call-button:hover {
    color: #4f4f4f; }

.header__location {
  margin-left: 41px; }
  @media (max-width: 1200px) {
    .header__location {
      display: none; } }

.header__location-current {
  font-size: calc( 16px + 0 * ( (100vw - 375px) / 1545 ));
  line-height: 1.2;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  display: block;
  margin-bottom: 6px;
  letter-spacing: 0.01em;
  color: #303030; }
  @media screen and (max-width: 375px) {
    .header__location-current {
      font-size: 16px; } }
  @media screen and (min-width: 1920px) {
    .header__location-current {
      font-size: 16px; } }

.header__location-change {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.2s ease;
  cursor: pointer;
  font-size: calc( 14px + 0 * ( (100vw - 375px) / 1545 ));
  line-height: 1.2;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #063A3C; }
  @media screen and (max-width: 375px) {
    .header__location-change {
      font-size: 14px; } }
  @media screen and (min-width: 1920px) {
    .header__location-change {
      font-size: 14px; } }
  .header__location-change:hover {
    color: #4f4f4f; }

.header__appointment {
  margin-left: 48px; }
  @media (max-width: 1800px) {
    .header__appointment {
      display: none; } }

.header__appointment-button {
  font-size: calc( 12px + 1 * ( (100vw - 375px) / 1545 ));
  line-height: 1.1;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  padding: 13px 19px;
  letter-spacing: 0.02em; }
  @media screen and (max-width: 375px) {
    .header__appointment-button {
      font-size: 12px; } }
  @media screen and (min-width: 1920px) {
    .header__appointment-button {
      font-size: 13px; } }

.info {
  margin: 120px 0; }
  @media (max-width: 768px) {
    .info {
      margin: 90px 0; } }
  @media (max-width: 576px) {
    .info {
      margin: 60px 0; } }

.info .headline {
  margin-bottom: 60px; }
  @media (max-width: 1024px) {
    .info .headline {
      margin-bottom: 40px; } }

.info__wrap {
  padding: 100px 0 100px 85px;
  border: 1px solid #E9E9E9;
  border-radius: 20px;
  overflow: hidden; }
  @media (max-width: 1650px) {
    .info__wrap {
      padding: 100px 85px; } }
  @media (max-width: 1440px) {
    .info__wrap {
      padding: 110px 40px 60px 50px; } }
  @media (max-width: 1200px) {
    .info__wrap {
      padding: 90px 40px 60px 30px; } }
  @media (max-width: 1024px) {
    .info__wrap {
      padding: 0;
      border: none;
      border-radius: 0; } }

.info__content {
  display: grid;
  grid-template-columns: 610px 1fr; }
  @media (max-width: 1650px) {
    .info__content {
      grid-template-columns: 45% calc(55% - 60px);
      gap: 60px; } }
  @media (max-width: 1024px) {
    .info__content {
      display: block; } }

.info__left {
  max-width: 610px; }
  @media (max-width: 1024px) {
    .info__left {
      margin-bottom: 60px; } }
  @media (max-width: 576px) {
    .info__left {
      margin-bottom: 38px; } }

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

.info__link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease; }

.info__image-wrap {
  width: 100%;
  height: 100%; }

.info__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 20px;
  overflow: hidden; }
  @media (max-width: 576px) {
    .info__image {
      border-radius: 10px; } }

.info__pagination {
  display: flex;
  justify-content: center;
  margin-top: 26px;
  z-index: 1; }
  @media (max-width: 576px) {
    .info__pagination {
      margin-top: 8px; } }

.info__right {
  max-width: 700px;
  justify-self: center; }

.info__info-content {
  max-height: none;
  transition: all 0.2s ease; }
  .info__info-content.hide {
    position: relative;
    max-height: 525px;
    overflow: hidden; }
    @media (max-width: 768px) {
      .info__info-content.hide {
        max-height: 430px; } }
    .info__info-content.hide::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 105px;
      background: linear-gradient(358.4deg, #FFFFFF 26.18%, rgba(255, 255, 255, 0.1) 145.98%);
      bottom: 0;
      left: 0; }

.info__info-title,
h1, h2, h3, h4, h5 {
  margin: 50px 0 30px; }
  @media (max-width: 1200px) {
    .info__info-title,
    h1, h2, h3, h4, h5 {
      margin: 40px 0 20px; } }
  @media (max-width: 576px) {
    .info__info-title,
    h1, h2, h3, h4, h5 {
      width: 80%; } }
  .info__info-title:first-child,
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child {
    margin-top: 0; }

.info__right ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.info__right li {
  position: relative;
  padding-left: 27px; }
  .info__right li:not(:last-child) {
    margin-bottom: 28px; }
    @media (max-width: 1200px) {
      .info__right li:not(:last-child) {
        margin-bottom: 20px; } }
  .info__right li::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 8px;
    left: 0;
    background: #063A3C;
    border-radius: 50%; }
    @media (max-width: 576px) {
      .info__right li::before {
        top: 5px;
        left: 4px; } }

.info__right p:not(.info__info-title) {
  margin-bottom: 28px; }
  @media (max-width: 1200px) {
    .info__right p:not(.info__info-title) {
      margin-bottom: 20px; } }
  @media (max-width: 576px) {
    .info__right p:not(.info__info-title) {
      margin-bottom: 14px;
      line-height: 1.45; } }

.info__button-more {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.2s ease;
  cursor: pointer;
  font-size: calc( 14px + 2 * ( (100vw - 375px) / 1545 ));
  line-height: 1.61;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  display: none;
  margin-top: 5px;
  color: #063A3C; }
  @media screen and (max-width: 375px) {
    .info__button-more {
      font-size: 14px; } }
  @media screen and (min-width: 1920px) {
    .info__button-more {
      font-size: 16px; } }
  .info__button-more:hover {
    color: #4f4f4f; }
  .info__info-content.hide + .info__button-more {
    display: block; }

.insta {
  margin: 120px 0; }
  @media (max-width: 768px) {
    .insta {
      margin: 90px 0; } }
  @media (max-width: 576px) {
    .insta {
      margin: 60px 0; } }

.insta .headline {
  align-items: flex-end; }
  @media (max-width: 768px) {
    .insta .headline {
      flex-direction: column;
      align-items: flex-start; } }
  @media (max-width: 576px) {
    .insta .headline {
      margin-bottom: 20px; } }

.insta__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px; }
  @media (max-width: 1200px) {
    .insta__list {
      gap: 10px; } }
  @media (max-width: 768px) {
    .insta__list {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px; } }
  @media (max-width: 450px) {
    .insta__list {
      gap: 10px; } }

.insta__item {
  border-radius: 20px;
  overflow: hidden; }
  @media (max-width: 576px) {
    .insta__item {
      border-radius: 10px; } }

.insta__image-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  font-size: 0; }

.insta__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.menu-bottom {
  flex-grow: 1;
  overflow-y: auto; }
  @media (max-width: 1024px) {
    .menu-bottom {
      position: fixed;
      top: 110px;
      left: -400vw;
      width: 100%;
      max-width: 400px;
      height: calc(100vh - 110px);
      z-index: 12;
      overflow-y: hidden;
      transition: all 0.3s ease; } }
  @media (max-width: 768px) {
    .menu-bottom {
      top: 70px;
      height: calc(100vh - 70px); } }
  @media (max-width: 1024px) {
    .services-menu .menu-bottom {
      left: 0; } }
  .menu-bottom::-webkit-scrollbar-track {
    background-color: #D2D8E2; }
  .menu-bottom::-webkit-scrollbar {
    width: 8px;
    background-color: #D2D8E2; }
    @media (max-width: 1024px) {
      .menu-bottom::-webkit-scrollbar {
        width: 5px; } }
  .menu-bottom::-webkit-scrollbar-thumb {
    background-color: #063A3C; }

.menu-bottom__wrap {
  min-height: 100%;
  padding: 50px 85px 185px;
  background: #f8f8f8 url("../img/menu.png") 100% 100%/41% auto no-repeat; }
  @media (max-width: 1700px) {
    .menu-bottom__wrap {
      padding: 20px 85px 185px;
      background-position: calc(100% + 50px) 100%; } }
  @media (max-width: 1440px) {
    .menu-bottom__wrap {
      padding: 30px 60px 120px;
      background: #f8f8f8; } }
  @media (max-width: 1200px) {
    .menu-bottom__wrap {
      padding: 30px 40px 100px; } }
  @media (max-width: 1024px) {
    .menu-bottom__wrap {
      height: 100%;
      padding: 20px 10px 0;
      overflow-y: auto; } }
  .menu-bottom__wrap::-webkit-scrollbar-track {
    background-color: #D2D8E2; }
  .menu-bottom__wrap::-webkit-scrollbar {
    width: 5px;
    background-color: #D2D8E2; }
  .menu-bottom__wrap::-webkit-scrollbar-thumb {
    background-color: #063A3C; }

.menu-bottom__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: auto;
  gap: 60px;
  max-width: 1380px; }
  @media (max-width: 1440px) {
    .menu-bottom__list {
      grid-template-columns: repeat(3, 1fr);
      gap: 50px; } }
  @media (max-width: 1024px) {
    .services-menu .menu-bottom__list {
      display: block;
      margin: 28px 0 90px; } }

@media (max-width: 1024px) {
  .menu-bottom__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 6px;
    border-bottom: 1px solid #e9e9e9; } }

.menu-bottom__sublist-title {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  display: flex;
  align-items: flex-end;
  min-height: 64px;
  margin-bottom: 30px;
  color: #303030; }
  @media (max-width: 1440px) {
    .menu-bottom__sublist-title {
      min-height: 54px; } }
  @media (max-width: 1024px) {
    .menu-bottom__sublist-title {
      font-size: calc( 16px + 0 * ( (100vw - 375px) / 1545 ));
      line-height: 1.2;
      font-weight: 500;
      font-family: "Montserrat", sans-serif;
      width: 100%;
      min-height: 0;
      margin-bottom: 0;
      padding: 20px 0 19px 10px;
      letter-spacing: normal;
      text-transform: none; } }
  @media screen and (max-width: 1024px) and (max-width: 375px) {
    .menu-bottom__sublist-title {
      font-size: 16px; } }
  @media screen and (max-width: 1024px) and (min-width: 1920px) {
    .menu-bottom__sublist-title {
      font-size: 16px; } }
  .menu-bottom__sublist-title:hover {
    color: #063A3C; }

.menu-bottom__more-link {
  display: none; }
  @media (max-width: 1024px) {
    .menu-bottom__more-link {
      margin: 0;
      padding: 0;
      text-align: left;
      border: none;
      outline: none;
      background-color: transparent;
      transition: all 0.2s ease;
      cursor: pointer;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 48px;
      height: 39px; }
      .menu-bottom__more-link::before {
        content: "";
        position: absolute;
        width: 1px;
        height: 100%;
        top: 0;
        left: -11px;
        background: #dedede; } }

.menu-bottom__more-link-icon {
  stroke: #063A3C;
  fill: transparent;
  transition: all 0.2s ease; }
  .menu-bottom__more-link:hover .menu-bottom__more-link-icon {
    stroke: #4f4f4f; }

.menu-bottom__sublist {
  margin: 0;
  padding: 0;
  list-style: none; }
  @media (max-width: 1024px) {
    .services-menu .menu-bottom__sublist {
      position: fixed;
      top: 110px;
      left: -200vw;
      width: 100%;
      max-width: 400px;
      height: calc(100vh - 110px);
      padding: 20px 10px 90px 10px;
      z-index: 12;
      background: #f8f8f8;
      overflow-y: auto;
      transition: all 0.3s ease; } }
  @media (max-width: 1024px) and (max-width: 768px) {
    .services-menu .menu-bottom__sublist {
      top: 70px;
      height: calc(100vh - 70px); } }
  @media (max-width: 1024px) {
      .services-menu .menu-bottom__sublist.show {
        left: 0; } }
  .services-menu .menu-bottom__sublist::-webkit-scrollbar-track {
    background-color: #D2D8E2; }
  .services-menu .menu-bottom__sublist::-webkit-scrollbar {
    width: 5px;
    background-color: #D2D8E2; }
  .services-menu .menu-bottom__sublist::-webkit-scrollbar-thumb {
    background-color: #063A3C; }

.menu-bottom__subitem {
  width: 90%; }
  @media (max-width: 1024px) {
    .menu-bottom__subitem {
      width: 100%;
      border-bottom: 1px solid #e9e9e9; } }
  .menu-bottom__subitem:not(:last-child) {
    margin-bottom: 14px; }
    @media (max-width: 1024px) {
      .menu-bottom__subitem:not(:last-child) {
        margin-bottom: 0; } }
  .menu-bottom__subitem--button {
    display: none; }
    @media (max-width: 1024px) {
      .menu-bottom__subitem--button {
        display: block;
        margin-bottom: 30px !important;
        border-bottom: none; } }

.menu__close-extra-button {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.2s ease;
  cursor: pointer;
  font-size: calc( 14px + 0 * ( (100vw - 375px) / 1545 ));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  display: block;
  margin-left: 10px;
  padding-left: 15px;
  background: url("../img/icon-breadcrumbs.svg") 0 50% no-repeat;
  color: #a4a4a4; }
  @media screen and (max-width: 375px) {
    .menu__close-extra-button {
      font-size: 14px; } }
  @media screen and (min-width: 1920px) {
    .menu__close-extra-button {
      font-size: 14px; } }

.menu-bottom__sublink {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  font-size: calc( 16px + 0 * ( (100vw - 375px) / 1545 ));
  line-height: 1.5;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #4f4f4f;
  transition: all 0.2s ease; }
  @media screen and (max-width: 375px) {
    .menu-bottom__sublink {
      font-size: 16px; } }
  @media screen and (min-width: 1920px) {
    .menu-bottom__sublink {
      font-size: 16px; } }
  @media (max-width: 1024px) {
    .menu-bottom__sublink {
      display: block;
      width: 85%;
      padding: 17px 0 17px 10px; } }
  .menu-bottom__sublink:hover {
    color: #063A3C; }

.menu-top {
  padding: 50px 85px 25px;
  border-bottom: 1px solid #e9e9e9;
  background: #f4f4f4; }
  @media (max-width: 1440px) {
    .menu-top {
      padding: 50px 60px 25px; } }
  @media (max-width: 1200px) {
    .menu-top {
      padding: 40px 40px 30px; } }
  @media (max-width: 1024px) {
    .menu-top {
      padding: 0;
      border-bottom: none;
      background: none; } }

.menu-top__header {
  display: none; }
  @media (max-width: 1024px) {
    .menu-top__header {
      display: flex;
      justify-content: space-between;
      margin-bottom: 35px;
      padding: 0 8px; } }
  @media (max-width: 400px) {
    .menu-top__header {
      flex-direction: column-reverse;
      flex-wrap: wrap; } }

.menu-top__call-link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  font-size: calc( 16px + 0 * ( (100vw - 375px) / 1545 ));
  line-height: 1.2;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  display: block;
  margin-bottom: 8px;
  color: #4f4f4f;
  letter-spacing: 0.01em; }
  @media screen and (max-width: 375px) {
    .menu-top__call-link {
      font-size: 16px; } }
  @media screen and (min-width: 1920px) {
    .menu-top__call-link {
      font-size: 16px; } }
  @media (max-width: 400px) {
    .menu-top__call-link {
      margin-bottom: 5px; } }
  .menu-top__call-link:hover {
    color: #063A3C; }

.menu-top__call-button {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.2s ease;
  cursor: pointer;
  font-size: calc( 14px + 0 * ( (100vw - 375px) / 1545 ));
  line-height: 1.2;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #063A3C; }
  @media screen and (max-width: 375px) {
    .menu-top__call-button {
      font-size: 14px; } }
  @media screen and (min-width: 1920px) {
    .menu-top__call-button {
      font-size: 14px; } }
  .menu-top__call-button:hover {
    color: #4f4f4f; }

.menu-top__location {
  line-height: 1.2; }
  @media (max-width: 400px) {
    .menu-top__location {
      margin-bottom: 25px; } }

.menu-top__location-change {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  font-size: calc( 16px + 0 * ( (100vw - 375px) / 1545 ));
  line-height: 1.2;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  border-bottom: 1px dashed #4f4f4f;
  color: #4f4f4f; }
  @media screen and (max-width: 375px) {
    .menu-top__location-change {
      font-size: 16px; } }
  @media screen and (min-width: 1920px) {
    .menu-top__location-change {
      font-size: 16px; } }
  .menu-top__location-change:hover {
    color: #063A3C;
    border-bottom: 1px dashed #063A3C; }

.menu-top__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 1024px) {
    .menu-top__list {
      display: block;
      margin-bottom: 40px; } }

.menu-top__item {
  margin-bottom: 20px; }
  @media (max-width: 1200px) {
    .menu-top__item {
      margin-bottom: 10px; } }
  @media (max-width: 1024px) {
    .menu-top__item {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 0;
      border-bottom: 1px solid #e9e9e9; } }
  .menu-top__item--mobile {
    display: none; }
    @media (max-width: 1024px) {
      .menu-top__item--mobile {
        display: flex; } }
  .menu-top__item:not(:last-child) {
    margin-right: 60px; }
    @media (max-width: 1200px) {
      .menu-top__item:not(:last-child) {
        margin-right: 40px; } }
    @media (max-width: 1024px) {
      .menu-top__item:not(:last-child) {
        margin-right: 0; } }

.menu-top__link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  font-size: calc( 20px + 0 * ( (100vw - 375px) / 1545 ));
  line-height: 1.2;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #4f4f4f; }
  @media screen and (max-width: 375px) {
    .menu-top__link {
      font-size: 20px; } }
  @media screen and (min-width: 1920px) {
    .menu-top__link {
      font-size: 20px; } }
  @media (max-width: 1024px) {
    .menu-top__link {
      font-size: calc( 16px + 0 * ( (100vw - 375px) / 1545 ));
      line-height: 1.2;
      font-weight: 500;
      font-family: "Montserrat", sans-serif;
      display: block;
      width: 100%;
      padding: 20px 0 19px 10px; } }
  @media screen and (max-width: 1024px) and (max-width: 375px) {
    .menu-top__link {
      font-size: 16px; } }
  @media screen and (max-width: 1024px) and (min-width: 1920px) {
    .menu-top__link {
      font-size: 16px; } }
  .menu-top__link.active, .menu-top__link:hover {
    color: #063A3C; }

.menu-top__more-link {
  display: none; }
  @media (max-width: 1024px) {
    .menu-top__more-link {
      margin: 0;
      padding: 0;
      text-align: left;
      border: none;
      outline: none;
      background-color: transparent;
      transition: all 0.2s ease;
      cursor: pointer;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 48px;
      height: 39px; }
      .menu-top__more-link::before {
        content: "";
        position: absolute;
        width: 1px;
        height: 100%;
        top: 0;
        left: -11px;
        background: #dedede; } }

.menu-top__more-link-icon {
  stroke: #063A3C;
  fill: transparent;
  transition: all 0.2s ease; }
  .menu-top__more-link:hover .menu-top__more-link-icon {
    stroke: #4f4f4f; }

.menu {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding-bottom: 40px;
  background: #FFFFFF;
  z-index: 11;
  transition: all 0.3s ease; }
  @media (max-width: 1024px) {
    .menu {
      display: block;
      left: -200vw;
      max-width: 400px;
      padding: 0;
      background: #f8f8f8; } }
  .menu.show {
    display: block; }
    @media (max-width: 1024px) {
      .menu.show {
        left: 0; } }

.menu__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 20px;
  overflow: hidden; }
  @media (max-width: 1024px) {
    .menu__content {
      height: auto;
      margin: 0 -8px;
      padding: 21px 0 90px;
      border-radius: 0; } }
  @media (max-width: 374px) {
    .menu__content {
      margin: 0; } }

.menu__wrapper {
  height: 100%;
  overflow-y: hidden; }
  @media (max-width: 1024px) {
    .menu__wrapper {
      overflow-y: auto; } }
  .menu__wrapper::-webkit-scrollbar-track {
    background-color: #D2D8E2; }
  .menu__wrapper::-webkit-scrollbar {
    width: 8px;
    background-color: #D2D8E2; }
    @media (max-width: 1024px) {
      .menu__wrapper::-webkit-scrollbar {
        width: 5px; } }
  .menu__wrapper::-webkit-scrollbar-thumb {
    background-color: #063A3C; }

.menu__question {
  display: none; }
  @media (max-width: 1024px) {
    .menu__question {
      display: block;
      margin-bottom: 20px;
      padding-left: 8px; } }
  @media (max-width: 576px) {
    .menu__question {
      padding-left: 0; } }

.menu__social {
  display: none; }
  @media (max-width: 1024px) {
    .menu__social {
      display: block;
      padding-left: 8px; } }
  @media (max-width: 576px) {
    .menu__social {
      padding-left: 0; } }

.menu__close-services-button {
  display: none; }
  @media (max-width: 1024px) {
    .menu__close-services-button {
      margin: 0;
      padding: 0;
      text-align: left;
      border: none;
      outline: none;
      background-color: transparent;
      transition: all 0.2s ease;
      cursor: pointer;
      font-size: calc( 14px + 0 * ( (100vw - 375px) / 1545 ));
      line-height: 1.5;
      font-weight: 400;
      font-family: "Montserrat", sans-serif;
      display: block;
      margin-left: 10px;
      padding-left: 15px;
      background: url("../img/icon-breadcrumbs.svg") 0 50% no-repeat;
      color: #a4a4a4; } }
  @media screen and (max-width: 1024px) and (max-width: 375px) {
    .menu__close-services-button {
      font-size: 14px; } }
  @media screen and (max-width: 1024px) and (min-width: 1920px) {
    .menu__close-services-button {
      font-size: 14px; } }

.navigation__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 56% 22% 22%; }
  @media (max-width: 1440px) {
    .navigation__list {
      grid-template-columns: 1fr 350px 350px; } }
  @media (max-width: 1300px) {
    .navigation__list {
      grid-template-columns: 1fr 300px 300px; } }
  @media (max-width: 1200px) {
    .navigation__list {
      grid-template-columns: 1fr 270px 270px; } }
  @media (max-width: 1100px) {
    .navigation__list {
      grid-template-columns: 1fr 250px 250px; } }
  @media (max-width: 1024px) {
    .navigation__list {
      grid-template-columns: repeat(2, 1fr);
      grid-template-areas: "service topic" "contact contact";
      gap: 40px 0; } }
  @media (max-width: 768px) {
    .navigation__list {
      display: flex;
      flex-direction: column-reverse;
      gap: 0; } }

@media (max-width: 768px) {
  .navigation__item {
    border-bottom: 1px solid #e7e7e7; } }

@media (max-width: 1024px) {
  .navigation__item:nth-child(1) {
    grid-area: contact; } }

@media (max-width: 768px) {
  .navigation__item:nth-child(1) {
    grid-area: auto; } }

@media (max-width: 1024px) {
  .navigation__item:nth-child(2) {
    grid-area: service; } }

@media (max-width: 768px) {
  .navigation__item:nth-child(2) {
    grid-area: auto; } }

@media (max-width: 1024px) {
  .navigation__item:nth-child(3) {
    grid-area: topic; } }

@media (max-width: 768px) {
  .navigation__item:nth-child(3) {
    grid-area: auto; } }

.navigation__item-name {
  margin: 0;
  padding: 0;
  font-size: calc( 18px + 8 * ( (100vw - 375px) / 1545 ));
  line-height: 1.2;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  display: block;
  margin-bottom: 18px;
  text-transform: uppercase;
  color: #303030; }
  @media screen and (max-width: 375px) {
    .navigation__item-name {
      font-size: 18px; } }
  @media screen and (min-width: 1920px) {
    .navigation__item-name {
      font-size: 26px; } }
  @media (max-width: 768px) {
    .navigation__item-name {
      position: relative;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 19px 0;
      padding-right: 12px;
      text-transform: uppercase;
      cursor: pointer; } }
  .navigation__item-name--group {
    display: none; }
    @media (max-width: 768px) {
      .navigation__item-name--group {
        display: flex; } }
  @media (max-width: 768px) {
    .navigation__sublist--group .navigation__item-name {
      display: none; } }

.navigation__sublist-group .navigation__sublist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto; }
  @media (max-width: 768px) {
    .navigation__sublist-group .navigation__sublist {
      grid-template-columns: 1fr;
      position: relative;
      max-height: 0;
      z-index: -1;
      transition: all 0.2s ease; } }
  .navigation__item-checkbox:checked ~ .navigation__sublist-group .navigation__sublist {
    max-height: 100vh;
    z-index: 0; }

.navigation__item-arrow {
  display: none; }
  @media (max-width: 768px) {
    .navigation__item-arrow {
      position: absolute;
      top: -6px;
      right: 10px;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      border: 1px solid #063A3C;
      transition: all 0.2s ease; } }

.navigation__item-icon {
  display: none; }
  @media (max-width: 768px) {
    .navigation__item-icon {
      display: block;
      stroke: #063A3C;
      fill: none;
      transform: rotate(90deg);
      transition: all 0.2s ease; } }
  .navigation__item-checkbox:checked ~ .navigation__item-name .navigation__item-icon {
    transform: rotate(-90deg); }

.navigation__sublist {
  margin: 0;
  padding: 0;
  list-style: none; }
  @media (max-width: 768px) {
    .navigation__sublist {
      position: relative;
      max-height: 0;
      z-index: -1;
      transition: all 0.2s ease; } }
  .navigation__sublist--group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-right: 100px; }
    @media (max-width: 1800px) {
      .navigation__sublist--group {
        padding-right: 50px; } }
    @media (max-width: 1500px) {
      .navigation__sublist--group {
        padding-right: 0; } }
    @media (max-width: 1440px) {
      .navigation__sublist--group {
        grid-template-columns: 1fr;
        gap: 60px; } }
    @media (max-width: 1024px) {
      .navigation__sublist--group {
        grid-template-columns: repeat(2, 1fr);
        gap: 0; } }
    @media (max-width: 768px) {
      .navigation__sublist--group {
        grid-template-columns: 1fr; } }
  .navigation__item-checkbox:checked ~ .navigation__sublist,
  .navigation__item-checkbox:checked ~ .navigation__sublist-group .navigation__sublist,
  .navigation__item-checkbox:checked ~ .navigation__sublist--group .navigation__sublist {
    max-height: 100vh;
    z-index: 0; }

@media (max-width: 768px) {
  .navigation__sublist-wrap--desktop {
    display: none; } }

.navigation__sublist-item {
  font-size: calc( 14px + 2 * ( (100vw - 375px) / 1545 ));
  line-height: 1.2;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  position: relative;
  max-width: 285px;
  margin-bottom: 16px;
  color: #959595; }
  @media screen and (max-width: 375px) {
    .navigation__sublist-item {
      font-size: 14px; } }
  @media screen and (min-width: 1920px) {
    .navigation__sublist-item {
      font-size: 16px; } }
  @media (max-width: 768px) {
    .navigation__sublist-item {
      margin-bottom: 10px; } }

.navigation__sublist-link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  display: inline;
  border-bottom: 1px solid transparent; }
  .navigation__sublist-link:hover {
    border-bottom: 1px solid #959595; }

.navigation__detailed-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  position: absolute;
  top: 16px;
  left: 97px;
  width: 277px;
  padding: 21px 28px 20px 16px;
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
  z-index: 1; }
  @media (max-width: 1024px) {
    .navigation__detailed-list {
      min-width: 220px;
      padding: 12px 15px; } }
  .navigation__sublist-item:hover .navigation__detailed-list {
    display: block; }
    @media (max-width: 768px) {
      .navigation__sublist-item:hover .navigation__detailed-list {
        display: none; } }

.navigation__detailed-item:not(:last-child) {
  margin-bottom: 8px; }

.navigation__detailed-link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  font-size: calc( 14px + 2 * ( (100vw - 375px) / 1545 ));
  line-height: 1.2;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #4f4f4f; }
  @media screen and (max-width: 375px) {
    .navigation__detailed-link {
      font-size: 14px; } }
  @media screen and (min-width: 1920px) {
    .navigation__detailed-link {
      font-size: 16px; } }
  .navigation__detailed-link:hover {
    color: #063A3C; }

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(22, 22, 21, 0.7);
  cursor: pointer; }
  .overlay--header {
    z-index: 10; }
  .overlay--popup {
    z-index: 30; }
  .overlay.show {
    display: block; }

.page__container {
  width: 100%;
  height: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 40px; }
  @media (max-width: 1024px) {
    .page__container {
      padding: 0 20px; } }
  @media (max-width: 374px) {
    .page__container {
      padding: 0 10px; } }

.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: 50;
  max-width: 90%;
  max-height: calc(100vh - 80px);
  overflow: hidden;
  padding: 50px 40px;
  padding-right: 0;
  margin: 0 auto;
  background: #F8F8F8;
  border-radius: 20px;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.13); }
  @media (max-width: 576px) {
    .popup {
      padding: 30px 0 30px 20px;
      border-radius: 10px; } }
  .popup.show {
    display: block; }
  .popup--extrasmall {
    width: 443px; }
  .popup--small {
    width: 600px; }
  .popup--medium {
    width: 836px; }
  .popup--wide {
    width: 970px;
    padding: 70px 0 70px 60px;
    border-radius: 30px; }
    @media (max-width: 1024px) {
      .popup--wide {
        border-radius: 20px; } }
    @media (max-width: 768px) {
      .popup--wide {
        padding: 50px 0 50px 40px; } }
    @media (max-width: 576px) {
      .popup--wide {
        padding: 30px 0 30px 30px;
        border-radius: 10px; } }
  .popup.privacy-popup {
    z-index: 51; }

.popup__button-close {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.2s ease;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 21px;
  right: 20px;
  width: 48px;
  height: 48px;
  background: #F8F8F8;
  border-radius: 5px;
  cursor: pointer;
  z-index: 3; }
  @media (max-width: 768px) {
    .popup__button-close {
      top: 10px;
      right: 10px; } }
  @media (max-width: 576px) {
    .popup__button-close {
      width: 36px;
      height: 36px; } }

.popup__button-close-icon {
  stroke: #4a4a4a;
  transition: all 0.2s ease; }
  @media (max-width: 576px) {
    .popup__button-close-icon {
      width: 18px;
      height: 18px; } }
  .popup__button-close:hover .popup__button-close-icon {
    stroke: #063A3C; }

.popup__content {
  max-height: calc(100vh - 80px - 100px);
  padding-right: 40px;
  overflow-y: auto; }
  @media (max-width: 576px) {
    .popup__content {
      max-height: calc(100vh - 80px - 60px);
      padding-right: 20px; } }
  .popup--wide .popup__content {
    max-height: calc(100vh - 80px - 140px);
    padding-right: 60px; }
    @media (max-width: 768px) {
      .popup--wide .popup__content {
        max-height: calc(100vh - 80px - 100px); } }
    @media (max-width: 576px) {
      .popup--wide .popup__content {
        max-height: calc(100vh - 80px - 60px);
        padding-right: 30px; } }
  .popup__content::-webkit-scrollbar-track {
    background-color: #D2D8E2; }
  .popup__content::-webkit-scrollbar {
    width: 4px;
    background-color: #D2D8E2; }
  .popup__content::-webkit-scrollbar-thumb {
    background-color: #063A3C; }

.popup__title, h1, h2, h3, h4, h5 {
  margin: 30px 0;
  padding-right: 30px; }
  @media (max-width: 768px) {
    .popup__title, h1, h2, h3, h4, h5 {
      padding-right: 20px; } }
  @media (max-width: 576px) {
    .popup__title, h1, h2, h3, h4, h5 {
      margin: 20px 0;
      padding-right: 30px; } }
  .popup__title:first-child, h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child {
    margin-top: 0; }

.popup__caption {
  margin: 0;
  padding: 0;
  font-size: calc( 10px + 3 * ( (100vw - 375px) / 1545 ));
  line-height: 1.6;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #959595; }
  @media screen and (max-width: 375px) {
    .popup__caption {
      font-size: 10px; } }
  @media screen and (min-width: 1920px) {
    .popup__caption {
      font-size: 13px; } }
  .popup--medium .popup__caption .popup--wide .popup__caption {
    width: 80%; }
    @media (max-width: 576px) {
      .popup--medium .popup__caption .popup--wide .popup__caption {
        width: 100%; } }
  .popup__caption a {
    display: inline-block;
    text-decoration: none;
    outline: none;
    color: inherit;
    transition: all 0.2s ease;
    color: #063A3C; }
    .popup__caption a:hover {
      color: #4f4f4f; }

.popup__button {
  width: 216px;
  margin-top: 30px; }
  @media (max-width: 576px) {
    .popup__button {
      width: 100%;
      max-width: 363px;
      margin-top: 20px; } }
  .popup--extrasmall .popup__button {
    width: 100%; }

.popup__text {
  margin: 0;
  padding: 0; }

.success-popup h1, .success-popup h2, .success-popup h3, .success-popup h4, .success-popup h5 {
  font-size: calc( 16px + 10 * ( (100vw - 375px) / 1545 ));
  line-height: 1.23;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #303030; }
  @media screen and (max-width: 375px) {
    .success-popup h1, .success-popup h2, .success-popup h3, .success-popup h4, .success-popup h5 {
      font-size: 16px; } }
  @media screen and (min-width: 1920px) {
    .success-popup h1, .success-popup h2, .success-popup h3, .success-popup h4, .success-popup h5 {
      font-size: 26px; } }

.privacy-popup h1 {
  font-size: calc( 24px + 16 * ( (100vw - 375px) / 1545 ));
  line-height: 1.1;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.02em;
  color: #303030; }
  @media screen and (max-width: 375px) {
    .privacy-popup h1 {
      font-size: 24px; } }
  @media screen and (min-width: 1920px) {
    .privacy-popup h1 {
      font-size: 40px; } }

.privacy-popup h2 {
  font-size: calc( 16px + 10 * ( (100vw - 375px) / 1545 ));
  line-height: 1.23;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  letter-spacing: normal;
  color: #303030; }
  @media screen and (max-width: 375px) {
    .privacy-popup h2 {
      font-size: 16px; } }
  @media screen and (min-width: 1920px) {
    .privacy-popup h2 {
      font-size: 26px; } }

.price-card {
  width: 100%;
  border: 1px solid #E9E9E9;
  border-radius: 20px;
  overflow: hidden; }
  @media (max-width: 576px) {
    .price-card {
      border-radius: 10px; } }

.price-card__link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 35px 30px 30px; }
  @media (max-width: 1024px) {
    .price-card__link {
      padding: 25px 20px 20px; } }
  @media (max-width: 768px) {
    .price-card__link {
      padding: 20px; } }
  .price-card__link[href]:hover {
    background-color: #f8f8f8; }

.price-card__name {
  width: 95%; }
  @media (max-width: 576px) {
    .price-card__name {
      width: 88%; } }
  @media (max-width: 350px) {
    .price-card__name {
      width: 100%; } }

.price-card__text {
  margin: 18px 0 10px;
  color: #959595; }
  @media (max-width: 768px) {
    .price-card__text {
      margin: 10px 0; } }
  @media (max-width: 576px) {
    .price-card__text {
      width: 88%; } }
  @media (max-width: 350px) {
    .price-card__text {
      width: 100%; } }

.price-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto; }

.price-card__time {
  margin: 0;
  padding: 0;
  margin-top: 40px;
  margin-right: 15px;
  color: #959595; }
  @media (max-width: 576px) {
    .price-card__time {
      margin-top: 20px; } }
  .price-card__time span {
    color: #4f4f4f; }

.price-card__cost {
  margin: 0;
  padding: 0;
  font-size: calc( 16px + -2 * ( (100vw - 375px) / 1545 ));
  line-height: 1.2;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  margin-left: auto;
  white-space: nowrap;
  color: #063A3C; }
  @media screen and (max-width: 375px) {
    .price-card__cost {
      font-size: 16px; } }
  @media screen and (min-width: 1920px) {
    .price-card__cost {
      font-size: 14px; } }
  @media (max-width: 576px) {
    .price-card__cost {
      text-transform: uppercase; } }
  .price-card__cost span {
    font-size: calc( 16px + 4 * ( (100vw - 375px) / 1545 ));
    line-height: 1.2;
    font-weight: 900;
    font-family: "Montserrat", sans-serif; }
    @media screen and (max-width: 375px) {
      .price-card__cost span {
        font-size: 16px; } }
    @media screen and (min-width: 1920px) {
      .price-card__cost span {
        font-size: 20px; } }

.price-table + .price-table {
  margin: 120px 0; }
  @media (max-width: 1024px) {
    .price-table + .price-table {
      margin: 90px 0; } }
  @media (max-width: 576px) {
    .price-table + .price-table {
      margin: 60px 0; } }

.price-table__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  gap: 20px; }
  @media (max-width: 1440px) {
    .price-table__list {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 1024px) {
    .price-table__list {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 768px) {
    .price-table__list {
      gap: 10px; } }
  @media (max-width: 576px) {
    .price-table__list {
      grid-template-columns: 1fr; } }
  .service__info .price-table__list {
    grid-template-columns: repeat(3, 1fr); }
    @media (max-width: 1700px) {
      .service__info .price-table__list {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 700px) {
      .service__info .price-table__list {
        grid-template-columns: 1fr;
        grid-auto-rows: auto; } }

.price-table__item {
  display: flex; }

.price-table__footer {
  display: flex;
  justify-content: center;
  margin-top: 40px; }
  @media (max-width: 576px) {
    .price-table__footer {
      margin-top: 30px; } }

@media (max-width: 576px) {
  .price-table__footer-link {
    width: 243px; } }

.prices {
  margin: 120px 0; }
  @media (max-width: 768px) {
    .prices {
      margin: 90px 0; } }
  @media (max-width: 576px) {
    .prices {
      margin: 60px 0; } }

.prices__header {
  margin-right: -20px;
  margin-bottom: 60px; }
  @media (max-width: 1024px) {
    .prices__header {
      margin-right: -10px; } }
  @media (max-width: 576px) {
    .prices__header {
      margin-right: -6px;
      margin-bottom: 40px; } }

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

.prices__tab-item {
  margin-bottom: 20px; }
  @media (max-width: 1024px) {
    .prices__tab-item {
      margin-bottom: 10px; } }
  @media (max-width: 576px) {
    .prices__tab-item {
      margin-bottom: 6px; } }
  .prices__tab-item:not(:last-child) {
    margin-right: 20px; }
    @media (max-width: 1024px) {
      .prices__tab-item:not(:last-child) {
        margin-right: 10px; } }
    @media (max-width: 576px) {
      .prices__tab-item:not(:last-child) {
        margin-right: 6px; } }

.prices__tab-link {
  font-size: calc( 12px + 4 * ( (100vw - 375px) / 1545 ));
  line-height: 1;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  min-width: 0;
  padding: 13px 30px;
  white-space: nowrap;
  text-transform: none; }
  @media screen and (max-width: 375px) {
    .prices__tab-link {
      font-size: 12px; } }
  @media screen and (min-width: 1920px) {
    .prices__tab-link {
      font-size: 16px; } }
  @media (max-width: 576px) {
    .prices__tab-link {
      padding: 13px 22px; } }

@media (max-width: 576px) {
  .prices .headline {
    margin-bottom: 30px; } }

@media (max-width: 576px) {
  .prices .headline__title {
    text-transform: none; } }

.promo {
  position: relative;
  margin: 0 0 120px; }
  @media (max-width: 768px) {
    .promo {
      margin: 0 0 90px; } }
  @media (max-width: 576px) {
    .promo {
      margin: 0 0 60px; } }

.promo__container {
  height: 100%;
  border-radius: 20px;
  overflow: hidden; }
  @media (max-width: 576px) {
    .promo__container {
      border-radius: 10px; } }

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

.promo__item {
  position: relative;
  border-radius: 20px;
  overflow: hidden; }
  @media (max-width: 576px) {
    .promo__item {
      border-radius: 10px; } }

.promo__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1; }

.promo__content {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%; }
  .promo__content::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgba(5, 5, 5, 0.36); }

.promo__content-wrapper {
  max-width: 1100px;
  padding: 0 100px 90px; }
  @media (max-width: 1440px) {
    .promo__content-wrapper {
      width: 80%; } }
  @media (max-width: 1200px) {
    .promo__content-wrapper {
      padding: 0 60px 90px; } }
  @media (max-width: 1024px) {
    .promo__content-wrapper {
      width: 100%; } }
  @media (max-width: 576px) {
    .promo__content-wrapper {
      padding: 60px 30px; } }

.promo__title {
  margin: 0;
  padding: 0;
  font-size: calc( 30px + 70 * ( (100vw - 375px) / 1545 ));
  line-height: 1;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 30px;
  letter-spacing: 0.02em;
  color: #FFFFFF; }
  @media screen and (max-width: 375px) {
    .promo__title {
      font-size: 30px; } }
  @media screen and (min-width: 1920px) {
    .promo__title {
      font-size: 100px; } }
  @media (max-width: 576px) {
    .promo__title {
      margin-bottom: 12px; } }

.promo__text {
  margin: 0;
  padding: 0;
  font-size: calc( 14px + 6 * ( (100vw - 375px) / 1545 ));
  line-height: 1.66;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  width: 75%;
  margin-bottom: 30px;
  color: #FFFFFF; }
  @media screen and (max-width: 375px) {
    .promo__text {
      font-size: 14px; } }
  @media screen and (min-width: 1920px) {
    .promo__text {
      font-size: 20px; } }
  @media (max-width: 576px) {
    .promo__text {
      width: 100%;
      margin-bottom: 21px;
      line-height: 1.46; } }

.promo__pagination {
  position: absolute;
  bottom: 30px;
  left: 50%;
  display: flex;
  transform: translateX(-50%);
  z-index: 1; }

.promo__arrow {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.2s ease;
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #063A3C;
  background-color: transparent;
  z-index: 1; }
  @media (max-width: 576px) {
    .promo__arrow {
      width: 30px;
      height: 30px;
      right: 30px; } }
  .promo__arrow--prev {
    left: 20px;
    right: auto; }
    @media (max-width: 576px) {
      .promo__arrow--prev {
        left: 30px; } }
  .promo__arrow:hover {
    background: #063A3C; }

.promo__arrow-icon {
  stroke: #063A3C;
  fill: none; }
  .promo__arrow--prev .promo__arrow-icon {
    transform: rotate(180deg); }
  .promo__arrow:hover .promo__arrow-icon {
    stroke: #FFFFFF; }

.reasons {
  margin: 120px 0; }
  @media (max-width: 768px) {
    .reasons {
      margin: 90px 0; } }
  @media (max-width: 576px) {
    .reasons {
      margin: 60px 0; } }

.reasons__content {
  display: grid;
  grid-template-columns: 1fr 740px;
  gap: 10px;
  min-height: 628px; }
  @media (max-width: 1600px) {
    .reasons__content {
      grid-template-columns: minmax(700px, 1fr) 1fr; } }
  @media (max-width: 1440px) {
    .reasons__content {
      grid-template-columns: repeat(2, 1fr);
      min-height: 0; } }
  @media (max-width: 1200px) {
    .reasons__content {
      grid-template-columns: 1fr;
      gap: 15px; } }

.reasons__info {
  padding: 100px 80px;
  background: #F8F8F8 100% 100% no-repeat;
  border-radius: 20px;
  overflow: hidden; }
  @media (max-width: 1850px) {
    .reasons__info {
      background-size: 38% auto; } }
  @media (max-width: 1650px) {
    .reasons__info {
      padding: 100px 50px; } }
  @media (max-width: 1440px) and (min-width: 1200px) {
    .reasons__info {
      padding: 100px 30px;
      background-image: none !important; } }
  @media (max-width: 768px) {
    .reasons__info {
      padding: 50px 30px 270px;
      background-size: 260px auto; } }
  @media (max-width: 576px) {
    .reasons__info {
      padding: 50px 20px 293px;
      border-radius: 10px;
      background-size: 220px auto;
      background-position: 50% 100%; } }

.reasons__info-wrap {
  max-width: 610px; }
  @media (max-width: 1200px) {
    .reasons__info-wrap {
      max-width: 480px; } }

.reasons__title {
  margin-bottom: 15px; }

.reasons__text {
  width: 82%;
  margin-bottom: 27px; }
  @media (max-width: 1440px) {
    .reasons__text {
      width: 90%; } }
  @media (max-width: 768px) {
    .reasons__text {
      width: 95%; } }
  @media (max-width: 576px) {
    .reasons__text {
      margin-bottom: 18px; } }

.reasons__list-wrap {
  position: relative; }

.reasons__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 10px;
  height: 100%;
  counter-reset: reasons-list; }
  @media (max-width: 768px) {
    .reasons__list {
      grid-template-columns: 1fr;
      grid-template-rows: none; } }

.reasons__item {
  position: relative;
  padding: 50px 10px 60px 40px;
  border-radius: 20px;
  overflow: hidden;
  background: #F8F8F8; }
  @media (max-width: 1440px) {
    .reasons__item {
      padding: 40px 10px 70px 30px; } }
  @media (max-width: 1200px) {
    .reasons__item {
      padding: 30px;
      padding-right: 80px; } }
  @media (max-width: 576px) {
    .reasons__item {
      padding-right: 60px;
      border-radius: 10px; } }
  .reasons__item::after {
    content: counter(reasons-list);
    position: absolute;
    width: 50px;
    height: 50px;
    font-size: calc( 20px + 10 * ( (100vw - 375px) / 1545 ));
    line-height: 1.2;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
    bottom: 20px;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    counter-increment: reasons-list;
    color: #063A3C;
    background: url("../img/icon-badge.svg") 100% 100%/contain no-repeat; }
    @media screen and (max-width: 375px) {
      .reasons__item::after {
        font-size: 20px; } }
    @media screen and (min-width: 1920px) {
      .reasons__item::after {
        font-size: 30px; } }
    @media (max-width: 1200px) {
      .reasons__item::after {
        top: 20px;
        right: 20px;
        bottom: auto; } }
    @media (max-width: 576px) {
      .reasons__item::after {
        top: 14px;
        right: 14px;
        width: 40px;
        height: 40px; } }

.reasons__name {
  margin-bottom: 20px; }
  @media (max-width: 1200px) {
    .reasons__name {
      max-width: 280px; } }
  @media (max-width: 576px) {
    .reasons__name {
      margin-bottom: 6px; } }

.reasons__item-text {
  width: 92%; }
  @media (max-width: 768px) {
    .reasons__item-text {
      max-width: 480px; } }
  @media (max-width: 576px) {
    .reasons__item-text {
      width: 100%; } }

.reasons__list-icon {
  position: absolute;
  top: calc(50% - 26px);
  left: calc(50% - 36px);
  transform: translate(-50%, -50%); }
  @media (max-width: 1200px) {
    .reasons__list-icon {
      display: none; } }

.review-popup__header {
  position: relative;
  min-height: 130px;
  margin-bottom: 30px;
  padding-left: 133px; }
  @media (max-width: 576px) {
    .review-popup__header {
      min-height: 115px;
      margin-bottom: 20px;
      padding-left: 110px; } }

.review-popup__image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 113px;
  height: 130px;
  border-radius: 15px;
  font-size: 0;
  overflow: hidden; }
  @media (max-width: 576px) {
    .review-popup__image-wrap {
      width: 100px;
      height: 115px;
      border-radius: 5px; } }

.review-popup__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.review-popup__rating {
  margin-bottom: 18px; }

.review-popup__source {
  margin-bottom: 18px; }
  @media (max-width: 576px) {
    .review-popup__source {
      margin-bottom: 6px; } }

.review-popup__source-image {
  width: auto;
  height: auto;
  max-height: 27px; }

.review-popup__body {
  margin-bottom: 33px; }
  @media (max-width: 576px) {
    .review-popup__body {
      margin-bottom: 20px; } }

.review-popup__body p:not(:last-child) {
  margin-bottom: 22px; }

.review-popup__doctor {
  font-size: calc( 14px + 2 * ( (100vw - 375px) / 1545 ));
  line-height: 1.2;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #222222; }
  @media screen and (max-width: 375px) {
    .review-popup__doctor {
      font-size: 14px; } }
  @media screen and (min-width: 1920px) {
    .review-popup__doctor {
      font-size: 16px; } }

.review-popup__doctor-link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  color: #063A3C; }
  .review-popup__doctor-link:hover {
    color: #4f4f4f; }

.review {
  display: flex;
  flex-grow: 1;
  height: 100%;
  min-height: 370px; }
  @media (max-width: 1800px) {
    .review {
      min-height: 0; } }
  @media (max-width: 768px) {
    .review {
      flex-direction: column; } }
  .reviews-block .review {
    flex-grow: 0; }

.review__image-card {
  flex-shrink: 0;
  width: 35%; }
  @media (max-width: 768px) {
    .review__image-card {
      width: 100%;
      margin-bottom: 10px; } }

.review__image-wrap {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  font-size: 0;
  overflow: hidden; }
  @media (max-width: 768px) {
    .review__image-wrap {
      position: relative;
      padding-bottom: 66%; } }
  @media (max-width: 576px) {
    .review__image-wrap {
      padding-bottom: 85%;
      border-radius: 10px; } }

.review__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }
  @media (max-width: 768px) {
    .review__image {
      position: absolute;
      top: 0;
      left: 0; } }

.review__name {
  display: none; }

.review__info-card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 40px 30px 30px;
  border: 1px solid #E9E9E9;
  margin-left: 10px;
  border-radius: 20px;
  overflow: hidden; }
  @media (max-width: 768px) {
    .review__info-card {
      margin-left: 0;
      padding: 30px 20px; } }
  @media (max-width: 650px) {
    .review__info-card {
      padding: 20px; } }
  @media (max-width: 576px) {
    .review__info-card {
      padding-bottom: 25px;
      border-radius: 10px; } }

.review__header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px; }
  @media (max-width: 768px) {
    .review__header {
      margin-bottom: 20px; } }
  @media (max-width: 650px) {
    .review__header {
      flex-direction: column-reverse; } }
  @media (max-width: 650px) and (max-width: 576px) {
    .review__header {
      flex-direction: row; } }
  @media (max-width: 1440px) {
    .reviews-block .review__header {
      margin-bottom: 20px; } }

.review__rating {
  margin-right: 15px; }
  @media (max-width: 650px) {
    .review__rating {
      margin-top: 10px; } }
  @media (max-width: 576px) {
    .review__rating {
      margin-top: 0; } }

.review__source-image {
  width: auto;
  height: auto;
  max-height: 27px; }
  @media (max-width: 576px) {
    .review__source-image {
      max-width: 80px; } }

.review__body {
  margin-bottom: 33px; }
  @media (max-width: 1024px) {
    .reviews-block .review__body {
      margin-bottom: 20px; } }

.review__author {
  margin-bottom: 20px;
  text-transform: none; }
  @media (max-width: 768px) {
    .review__author {
      margin-bottom: 10px; } }

@media (max-width: 1440px) {
  .review__text {
    width: 90%;
    max-width: 600px; } }

@media (max-width: 900px) {
  .review__text {
    width: 100%; } }

@media (max-width: 1200px) {
  .reviews-block .review__text {
    width: 100%; } }

.review__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: auto; }
  @media (max-width: 768px) {
    .review__footer {
      justify-content: flex-end; } }
  @media (max-width: 1024px) {
    .reviews-block .review__footer {
      justify-content: flex-end; } }

.review__doctor {
  font-size: calc( 16px + 0 * ( (100vw - 375px) / 1545 ));
  line-height: 1.2;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  margin: 0 15px 10px 0;
  color: #222222; }
  @media screen and (max-width: 375px) {
    .review__doctor {
      font-size: 16px; } }
  @media screen and (min-width: 1920px) {
    .review__doctor {
      font-size: 16px; } }
  @media (max-width: 768px) {
    .review__doctor {
      display: none; } }
  @media (max-width: 1024px) {
    .reviews-block .review__doctor {
      display: none; } }

.review__doctor-link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  color: #063A3C; }
  .review__doctor-link:hover {
    color: #4f4f4f; }

.review__link {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.2s ease;
  cursor: pointer;
  font-size: calc( 12px + 2 * ( (100vw - 375px) / 1545 ));
  line-height: 1.2;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  border-bottom: 1px solid #063A3C;
  text-transform: uppercase;
  color: #063A3C; }
  @media screen and (max-width: 375px) {
    .review__link {
      font-size: 12px; } }
  @media screen and (min-width: 1920px) {
    .review__link {
      font-size: 14px; } }
  .review__link:hover {
    color: #4f4f4f;
    border-bottom: 1px solid #4f4f4f; }

.reviews-block {
  margin: 120px 0; }
  @media (max-width: 768px) {
    .reviews-block {
      margin: 90px 0; } }
  @media (max-width: 576px) {
    .reviews-block {
      margin: 60px 0; } }

@media (max-width: 576px) {
  .reviews-block .headline__buttons {
    display: none; } }

.reviews-block__container {
  margin-right: -40px; }
  @media (max-width: 1024px) {
    .reviews-block__container {
      margin-right: -20px; } }
  @media (max-width: 374px) {
    .reviews-block__container {
      margin-right: -10px; } }

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

.reviews-block__item {
  height: auto; }

.reviews-block__footer {
  display: flex;
  justify-content: center;
  margin-top: 50px; }
  @media (max-width: 576px) {
    .reviews-block__footer {
      margin-top: 30px; } }

.reviews-block__general-link {
  width: 220px; }
  @media (max-width: 576px) {
    .reviews-block__general-link {
      width: auto; } }

.reviews {
  margin: 120px 0; }
  @media (max-width: 768px) {
    .reviews {
      margin: 90px 0; } }
  @media (max-width: 576px) {
    .reviews {
      margin: 60px 0; } }

.reviews__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 20px; }
  @media (max-width: 1440px) {
    .reviews__list {
      grid-template-columns: 1fr;
      gap: 20px; } }
  @media (max-width: 768px) {
    .reviews__list {
      grid-template-columns: repeat(2, 1fr);
      gap: 40px 20px; } }
  @media (max-width: 576px) {
    .reviews__list {
      grid-template-columns: 1fr;
      gap: 40px;
      padding: 0 32px; } }
  @media (max-width: 370px) {
    .reviews__list {
      padding: 0; } }

.reviews__footer {
  display: flex;
  justify-content: center;
  margin-top: 52px; }
  @media (max-width: 576px) {
    .reviews__footer {
      margin-top: 36px; } }

@media (max-width: 576px) {
  .reviews__footer-link {
    width: 243px; } }

.score {
  margin: 120px 0; }
  @media (max-width: 768px) {
    .score {
      margin: 90px 0; } }
  @media (max-width: 576px) {
    .score {
      margin: 60px 0; } }

.score__content {
  display: grid;
  grid-template-columns: 1fr 740px;
  gap: 10px;
  min-height: 628px; }
  @media (max-width: 1600px) {
    .score__content {
      grid-template-columns: minmax(700px, 1fr) 1fr; } }
  @media (max-width: 1440px) {
    .score__content {
      grid-template-columns: repeat(2, 1fr);
      min-height: 0; } }
  @media (max-width: 1200px) {
    .score__content {
      grid-template-columns: 1fr; } }

.score__info {
  padding: 100px 80px;
  background: #F8F8F8 100% 100% no-repeat;
  border-radius: 20px;
  overflow: hidden; }
  @media (max-width: 1800px) {
    .score__info {
      background-size: 40% auto; } }
  @media (max-width: 1650px) {
    .score__info {
      padding: 100px 50px; } }
  @media (max-width: 1440px) and (min-width: 1201px) {
    .score__info {
      padding: 100px 30px;
      background-image: none !important; } }
  @media (max-width: 768px) {
    .score__info {
      padding: 50px 30px 270px;
      background-size: 260px auto; } }
  @media (max-width: 576px) {
    .score__info {
      padding: 50px 30px 293px;
      border-radius: 10px;
      background-size: 234px auto;
      background-position: 50% 100%; } }

.score__info-wrap {
  max-width: 610px; }
  @media (max-width: 1200px) {
    .score__info-wrap {
      max-width: 480px; } }

.score__title {
  margin-bottom: 15px; }

.score__text {
  width: 82%;
  margin-bottom: 27px; }
  @media (max-width: 1440px) {
    .score__text {
      width: 90%; } }
  @media (max-width: 768px) {
    .score__text {
      width: 95%; } }
  @media (max-width: 576px) {
    .score__text {
      margin-bottom: 18px; } }
  .score__text p:first-child {
    margin-top: 0; }
  .score__text p:last-child {
    margin-bottom: 0; }

.score__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 10px; }

.score__item {
  border-radius: 20px;
  overflow: hidden;
  background: #F8F8F8; }
  @media (max-width: 1200px) {
    .score__item {
      padding: 37px 0; } }
  @media (max-width: 576px) {
    .score__item {
      border-radius: 10px; } }

.score__link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%; }

.score__image {
  max-width: 62%;
  margin-bottom: 10px; }
  @media (max-width: 576px) {
    .score__image {
      margin-bottom: 6px; } }

.score__rating {
  margin-bottom: 10px; }
  @media (max-width: 576px) {
    .score__rating {
      margin-bottom: 6px; } }

.score__count {
  font-size: calc( 14px + 6 * ( (100vw - 375px) / 1545 ));
  line-height: 1.6;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.02em;
  color: #4F4F4F;
  transition: all 0.2s ease; }
  @media screen and (max-width: 375px) {
    .score__count {
      font-size: 14px; } }
  @media screen and (min-width: 1920px) {
    .score__count {
      font-size: 20px; } }
  .score__link:hover .score__count {
    color: #063A3C; }

.service {
  margin: 120px 0; }
  @media (max-width: 768px) {
    .service {
      margin: 90px 0; } }
  @media (max-width: 576px) {
    .service {
      margin: 60px 0; } }
  .top-banner + .service {
    margin-top: 173px; }
    @media (max-width: 768px) {
      .top-banner + .service {
        margin-top: 90px; } }
    @media (max-width: 576px) {
      .top-banner + .service {
        margin-top: 60px; } }

@media (max-width: 576px) {
  .service .headline {
    margin-bottom: 30px; } }

.service .headline__title {
  font-size: calc( 20px + 15 * ( (100vw - 375px) / 1545 ));
  line-height: 1.1;
  font-weight: 900;
  font-family: "Montserrat", sans-serif; }
  @media screen and (max-width: 375px) {
    .service .headline__title {
      font-size: 20px; } }
  @media screen and (min-width: 1920px) {
    .service .headline__title {
      font-size: 35px; } }

.service__content {
  display: grid;
  grid-template-columns: 24% calc(76% - 20px);
  gap: 20px; }
  @media (max-width: 1024px) {
    .service__content {
      grid-template-columns: 1fr; } }

.service__image-wrap {
  width: 100%;
  height: 416px;
  border-radius: 20px;
  overflow: hidden; }
  @media (max-width: 1440px) {
    .service__image-wrap {
      height: 400px; } }
  @media (max-width: 1200px) {
    .service__image-wrap {
      height: 390px; } }
  @media (max-width: 1024px) {
    .service__image-wrap {
      display: none; } }

.service__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.services {
  margin: 0 0 120px; }
  @media (max-width: 768px) {
    .services {
      margin: 0 0 90px; } }
  @media (max-width: 576px) {
    .services {
      margin: 0 0 60px; } }
  @media (max-width: 576px) {
    .services .headline {
      display: none; } }

.services__container {
  margin-right: -40px; }
  @media (max-width: 1024px) {
    .services__container {
      margin-right: -20px; } }
  @media (max-width: 576px) {
    .services__container {
      margin-right: 0; } }

.services__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex; }
  @media (max-width: 576px) {
    .services__list {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 10px; } }

@media (max-width: 576px) {
  .services__item {
    font-size: 0; } }

.services__link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  position: relative;
  width: 100%;
  padding-bottom: 121%;
  border-radius: 20px;
  overflow: hidden; }
  @media (max-width: 576px) {
    .services__link {
      border-radius: 10px; } }
  .services__link::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.57) 100%);
    z-index: 1; }

.services__image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0; }

.services__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.2s ease; }
  .services__link:hover .services__image {
    transform: scale(1.05); }
    @media (max-width: 576px) {
      .services__link:hover .services__image {
        transform: none; } }

.services__content {
  position: absolute;
  width: calc(100% - 50px);
  min-height: 112px;
  bottom: 38px;
  left: 30px;
  z-index: 1; }
  @media (max-width: 1700px) {
    .services__content {
      bottom: 20px; } }
  @media (max-width: 1440px) {
    .services__content {
      width: calc(100% - 40px);
      min-height: 100px;
      left: 20px;
      bottom: 15px; } }
  @media (max-width: 1024px) {
    .services__content {
      min-height: 90px; } }
  @media (max-width: 768px) {
    .services__content {
      min-height: 80px; } }
  @media (max-width: 576px) {
    .services__content {
      width: calc(100% - 15px);
      left: 15px;
      min-height: auto; } }
  @media (max-width: 450px) {
    .services__content {
      width: calc(100% - 10px);
      left: 10px; } }

.services__name {
  font-size: calc( 14px + 19 * ( (100vw - 375px) / 1545 ));
  line-height: 1.1;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  transition: all 0.2s ease; }
  @media screen and (max-width: 375px) {
    .services__name {
      font-size: 14px; } }
  @media screen and (min-width: 1920px) {
    .services__name {
      font-size: 33px; } }
  @media (max-width: 576px) {
    .services__name {
      overflow-wrap: break-word; } }
  @media (max-width: 450px) {
    .services__name {
      font-size: 13px; } }
  @media (max-width: 375px) {
    .services__name {
      font-size: 12px; } }
  .services__link:hover .services__name {
    color: #063A3C; }

.services__text {
  margin: 0;
  padding: 0;
  font-size: calc( 10px + 6 * ( (100vw - 375px) / 1545 ));
  line-height: 1.25;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  margin-top: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: all 0.2s ease; }
  @media screen and (max-width: 375px) {
    .services__text {
      font-size: 10px; } }
  @media screen and (min-width: 1920px) {
    .services__text {
      font-size: 16px; } }
  @media (max-width: 1024px) {
    .services__text {
      margin-top: 10px; } }
  @media (max-width: 576px) {
    .services__text {
      margin-top: 5px; } }
  .services__link:hover .services__text {
    color: #063A3C; }

.services__footer {
  display: flex;
  justify-content: center;
  margin-top: 46px; }
  @media (max-width: 576px) {
    .services__footer {
      margin-top: 30px; } }

.services__general-link {
  width: 220px; }
  @media (max-width: 576px) {
    .services__general-link {
      width: auto; } }

.stocks-block {
  margin: 120px 0; }
  @media (max-width: 768px) {
    .stocks-block {
      margin: 90px 0; } }
  @media (max-width: 576px) {
    .stocks-block {
      margin: 60px 0; } }

.stocks-block__content {
  display: flex; }
  @media (max-width: 768px) {
    .stocks-block__content {
      flex-direction: column; } }

.stocks-block__info {
  width: calc(100% - 930px);
  margin-right: 20px;
  padding: 80px 84px;
  background: #F8F8F8;
  border-radius: 20px;
  overflow: hidden; }
  @media (max-width: 1650px) {
    .stocks-block__info {
      padding: 80px 50px; } }
  @media (max-width: 1600px) {
    .stocks-block__info {
      width: 590px; } }
  @media (max-width: 1440px) {
    .stocks-block__info {
      width: 45%;
      padding: 80px 30px; } }
  @media (max-width: 1200px) {
    .stocks-block__info {
      width: calc(50% - 5px);
      margin-right: 10px; } }
  @media (max-width: 768px) {
    .stocks-block__info {
      width: 100%;
      margin-bottom: 10px;
      margin-right: 0; } }
  @media (max-width: 576px) {
    .stocks-block__info {
      padding: 52px 30px 62px; } }

.stocks-block__slider {
  position: relative;
  flex-shrink: 0;
  width: 910px; }
  @media (max-width: 1600px) {
    .stocks-block__slider {
      width: calc(100% - 610px); } }
  @media (max-width: 1440px) {
    .stocks-block__slider {
      width: calc(55% - 20px); } }
  @media (max-width: 1200px) {
    .stocks-block__slider {
      width: calc(50% - 5px); } }
  @media (max-width: 768px) {
    .stocks-block__slider {
      width: 100%; } }

.stocks-block__container {
  height: 100%; }

@media (max-width: 576px) {
  .stocks-block__list {
    min-height: 320px; } }

@media (max-width: 576px) {
  .stocks-block__item {
    height: auto; } }

.stocks-block__title {
  margin-bottom: 20px; }
  @media (max-width: 576px) {
    .stocks-block__title {
      margin-bottom: 12px; } }

.stocks-block__text {
  max-width: 600px;
  margin-bottom: 25px; }
  @media (max-width: 768px) {
    .stocks-block__text {
      max-width: 500px; } }
  @media (max-width: 576px) {
    .stocks-block__text {
      margin-bottom: 20px; } }
  .stocks-block__text p:first-child {
    margin-top: 0; }
  .stocks-block__text p:last-child {
    margin-bottom: 0; }

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

.stocks-block__item {
  display: grid;
  grid-template-columns: 1fr 580px;
  gap: 10px; }
  @media (max-width: 1600px) {
    .stocks-block__item {
      grid-template-columns: 35% calc(65% - 10px); } }
  @media (max-width: 1200px) {
    .stocks-block__item {
      grid-template-columns: 1fr; } }

.stocks-block__image-wrap {
  border-radius: 20px;
  font-size: 0;
  overflow: hidden; }
  @media (max-width: 1200px) {
    .stocks-block__image-wrap {
      display: none; } }

.stocks-block__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.stocks-block__item-info {
  display: flex;
  flex-direction: column;
  padding: 50px 30px;
  background: #063A3C;
  border-radius: 20px;
  overflow: hidden; }
  @media (max-width: 1200px) {
    .stocks-block__item-info {
      padding: 80px 30px; } }
  @media (max-width: 576px) {
    .stocks-block__item-info {
      padding: 42px 30px; } }

.stocks-block__name {
  margin-bottom: 20px;
  text-transform: none;
  letter-spacing: normal; }
  @media (max-width: 768px) {
    .stocks-block__name {
      max-width: 500px; } }
  @media (max-width: 576px) {
    .stocks-block__name {
      text-transform: uppercase; } }

.stocks-block__item-text {
  max-width: 360px;
  margin-bottom: 20px;
  color: #FFFFFF; }
  .stocks-block__item-text p:first-child {
    margin-top: 0; }
  .stocks-block__item-text p:last-child {
    margin-bottom: 0; }

.stocks-block__link {
  align-self: flex-start;
  margin-top: auto; }

.stocks-block__buttons {
  position: absolute;
  bottom: 30px;
  left: -140px;
  display: flex;
  z-index: 1; }
  @media (max-width: 1024px) {
    .stocks-block__buttons {
      left: -120px;
      bottom: 20px; } }
  @media (max-width: 768px) {
    .stocks-block__buttons {
      top: -80px;
      right: 20px;
      bottom: auto;
      left: auto; } }
  @media (max-width: 576px) {
    .stocks-block__buttons {
      top: -65px; } }

.stocks-block__button {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.2s ease;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  border: 1px solid #063A3C;
  background-color: transparent; }
  @media (max-width: 576px) {
    .stocks-block__button {
      width: 35px;
      height: 35px; } }
  .stocks-block__button.swiper-button-disabled {
    background: #f8f8f8;
    border: 1px solid #d7d7d7;
    cursor: default; }
  .stocks-block__button--prev {
    margin-right: 6px; }
    @media (max-width: 576px) {
      .stocks-block__button--prev {
        margin-right: 10px; } }
  .stocks-block__button:hover {
    background: #063A3C; }
  .stocks-block__button.swiper-button-disabled:hover {
    background: #f8f8f8; }

.stocks-block__button-icon {
  stroke: #063A3C;
  fill: none; }
  .swiper-button-disabled .stocks-block__button-icon {
    stroke: #d7d7d7; }
  .stocks-block__button--prev .stocks-block__button-icon {
    transform: rotate(180deg); }
  .stocks-block__button:hover .stocks-block__button-icon {
    stroke: #FFFFFF; }
  .swiper-button-disabled:hover .stocks-block__button-icon {
    stroke: #d7d7d7; }

.team-member {
  display: flex;
  flex-direction: column;
  height: 100%; }

.team-member__link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.2s ease;
  width: 100%; }

.team-member__image-wrap {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 121%;
  border-radius: 20px;
  font-size: 0;
  overflow: hidden; }
  @media (max-width: 576px) {
    .team-member__image-wrap {
      padding-bottom: 117%;
      margin-bottom: 13px;
      border-radius: 10px; } }

.team-member__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.2s ease; }
  .team-member__link:hover .team-member__image {
    transform: scale(1.05); }
    @media (max-width: 576px) {
      .team-member__link:hover .team-member__image {
        transform: none; } }

.team-member__content {
  margin-bottom: 20px; }
  @media (max-width: 576px) {
    .team-member__content {
      margin-bottom: 10px; } }

.team-member__post {
  width: 90%;
  margin-bottom: 10px;
  transition: all 0.2s ease; }
  @media (max-width: 576px) {
    .team-member__post {
      margin-bottom: 5px; } }
  .team-member__link:hover .team-member__post {
    color: #063A3C; }

.team-member__name {
  transition: all 0.2s ease; }
  .team-member__link:hover .team-member__name {
    color: #063A3C; }

.team-member__button {
  margin-top: auto;
  align-self: flex-start; }
  @media (max-width: 576px) {
    .team-member__button:hover {
      color: #063A3C;
      background: #FFFFFF; } }

.team {
  margin: 120px 0; }
  @media (max-width: 768px) {
    .team {
      margin: 90px 0; } }
  @media (max-width: 576px) {
    .team {
      margin: 60px 0; } }

@media (max-width: 576px) {
  .team .headline__buttons {
    display: none; } }

.team__container {
  margin-right: -40px; }
  @media (max-width: 1024px) {
    .team__container {
      margin-right: -20px; } }
  @media (max-width: 374px) {
    .team__container {
      margin-right: 0; } }

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

.team__item {
  height: auto; }

.top-banner {
  height: 600px;
  margin: 0 0 120px; }
  @media (max-width: 1800px) {
    .top-banner {
      height: auto; } }
  @media (max-width: 768px) {
    .top-banner {
      margin: 0 0 90px; } }
  @media (max-width: 576px) {
    .top-banner {
      margin: 0 0 60px; } }

.top-banner__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  height: 100%; }
  @media (max-width: 1440px) {
    .top-banner__content {
      grid-template-columns: 670px 1fr; } }
  @media (max-width: 1200px) {
    .top-banner__content {
      gap: 10px; } }
  @media (max-width: 1100px) {
    .top-banner__content {
      grid-template-columns: 1fr 340px; } }
  @media (max-width: 840px) {
    .top-banner__content {
      grid-template-columns: 450px 1fr; } }
  @media (max-width: 768px) {
    .top-banner__content {
      display: flex;
      flex-direction: column-reverse;
      gap: 0; } }

.top-banner__info {
  padding: 130px 20px 60px 80px;
  background: #F8F8F8;
  border-radius: 20px;
  overflow: hidden; }
  @media (max-width: 1440px) {
    .top-banner__info {
      padding: 110px 10px 60px 50px; } }
  @media (max-width: 1200px) {
    .top-banner__info {
      padding: 90px 10px 60px 30px; } }
  @media (max-width: 768px) {
    .top-banner__info {
      padding: 60px 10px 60px 30px; } }
  @media (max-width: 576px) {
    .top-banner__info {
      padding: 50px 10px 50px 30px;
      border-radius: 10px; } }
  @media (max-width: 450px) {
    .top-banner__info {
      padding: 50px 10px 50px 20px; } }

.top-banner__title {
  margin-bottom: 13px;
  overflow-wrap: break-word; }
  @media (max-width: 576px) {
    .top-banner__title {
      margin-bottom: 10px; } }
  .top-banner__title.title--h2 {
    font-size: calc( 23px + 37 * ( (100vw - 375px) / 1545 ));
    line-height: 1.2;
    font-weight: 900;
    font-family: "Montserrat", sans-serif; }
    @media screen and (max-width: 375px) {
      .top-banner__title.title--h2 {
        font-size: 23px; } }
    @media screen and (min-width: 1920px) {
      .top-banner__title.title--h2 {
        font-size: 60px; } }

.top-banner__text {
  width: 90%;
  max-width: 500px;
  margin-bottom: 30px;
  margin-right: 20px; }
  @media (max-width: 576px) {
    .top-banner__text {
      width: 95%;
      margin-bottom: 20px; } }
  @media (max-width: 450px) {
    .top-banner__text {
      margin-right: 10px; } }
  .top-banner__text p:first-child {
    margin-top: 0; }
  .top-banner__text p:last-child {
    margin-bottom: 0; }

@media (max-width: 576px) {
  .top-banner__button {
    min-width: 205px; } }

.top-banner__image-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  font-size: 0;
  background: #d0d0d0;
  overflow: hidden; }
  @media (max-width: 768px) {
    .top-banner__image-wrap {
      max-height: 350px;
      margin-bottom: 10px; } }
  @media (max-width: 576px) {
    .top-banner__image-wrap {
      border-radius: 10px; } }

.top-banner__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

@media (max-width: 768px) {
  .top-banner__image-wrap lottie-player {
    max-width: 560px;
    margin: 0 auto; } }

.top-banner__video-link {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3); }

.top-banner__button-play {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 101px;
  height: 101px;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  transition: all 0.2s ease; }
  @media (max-width: 1200px) {
    .top-banner__button-play {
      width: 80px;
      height: 80px; } }
  .top-banner__video-link:hover .top-banner__button-play {
    background-color: #ffffff; }

.top-banner__button-play-icon {
  margin-left: 10px;
  fill: #FFFFFF;
  transition: all 0.2s ease; }
  @media (max-width: 1200px) {
    .top-banner__button-play-icon {
      width: 25px;
      height: 30px; } }
  .top-banner__video-link:hover .top-banner__button-play-icon {
    fill: #063A3C; }

.top-banner__price {
  position: absolute;
  bottom: 40px;
  right: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 234px;
  background: #063A3C;
  padding: 15px 20px 15px 46px;
  border-radius: 18px; }
  @media (max-width: 1440px) {
    .top-banner__price {
      bottom: 15px;
      right: 12px; } }
  @media (max-width: 1200px) {
    .top-banner__price {
      padding: 12px 15px; } }
  @media (max-width: 576px) {
    .top-banner__price {
      display: none; } }

.top-banner__old-price {
  font-size: calc( 16px + 0 * ( (100vw - 375px) / 1545 ));
  line-height: 1.6;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  position: relative;
  color: #FFFFFF; }
  @media screen and (max-width: 375px) {
    .top-banner__old-price {
      font-size: 16px; } }
  @media screen and (min-width: 1920px) {
    .top-banner__old-price {
      font-size: 16px; } }
  .top-banner__old-price::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    top: 1px;
    left: 0;
    border-bottom: 1px solid #FFFFFF;
    transform: rotate(-7deg); }

.top-banner__new-price {
  font-size: calc( 24px + 0 * ( (100vw - 375px) / 1545 ));
  line-height: 1.2;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  color: #FFFFFF; }
  @media screen and (max-width: 375px) {
    .top-banner__new-price {
      font-size: 24px; } }
  @media screen and (min-width: 1920px) {
    .top-banner__new-price {
      font-size: 24px; } }
  .top-banner__new-price span {
    font-size: calc( 26px + 0 * ( (100vw - 375px) / 1545 ));
    line-height: 1.2;
    font-weight: 900;
    font-family: "Montserrat", sans-serif; }
    @media screen and (max-width: 375px) {
      .top-banner__new-price span {
        font-size: 26px; } }
    @media screen and (min-width: 1920px) {
      .top-banner__new-price span {
        font-size: 26px; } }

.top-footer__content {
  padding: 70px 46px 80px 86px;
  border-radius: 20px;
  background: #F8F8F8; }
  @media (max-width: 1600px) {
    .top-footer__content {
      padding: 70px 40px 80px 40px; } }
  @media (max-width: 1024px) {
    .top-footer__content {
      padding: 60px 40px; } }
  @media (max-width: 768px) {
    .top-footer__content {
      margin: 0 -20px;
      padding: 50px 20px 30px;
      border-radius: 0; } }
  @media (max-width: 576px) {
    .top-footer__content {
      padding: 50px 20px 16px; } }
  @media (max-width: 374px) {
    .top-footer__content {
      margin: 0 -10px; } }

.top-footer__contact {
  display: none; }
  @media (max-width: 1440px) {
    .top-footer__contact {
      display: grid; } }

.top-footer__question {
  margin-top: 40px; }
  @media (max-width: 1440px) {
    .top-footer__question {
      display: none; } }

.top-footer__social {
  margin-top: 30px; }
  @media (max-width: 1440px) {
    .top-footer__social {
      display: none; } }

.vacancy {
  margin: 120px 0; }
  @media (max-width: 768px) {
    .vacancy {
      margin: 90px 0; } }
  @media (max-width: 576px) {
    .vacancy {
      margin: 60px 0; } }

.vacancy__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px; }
  @media (max-width: 1440px) {
    .vacancy__container {
      grid-template-columns: 1fr 480px; } }
  @media (max-width: 1200px) {
    .vacancy__container {
      grid-template-columns: 1fr 440px;
      gap: 10px; } }
  @media (max-width: 1024px) {
    .vacancy__container {
      grid-template-columns: 1fr;
      gap: 60px; } }

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

.vacancy__item:not(:last-child) {
  margin-bottom: 20px; }
  @media (max-width: 768px) {
    .vacancy__item:not(:last-child) {
      margin-bottom: 10px; } }

.vacancy__brief {
  position: relative;
  display: block;
  padding: 40px;
  padding-right: 126px;
  border: 1px solid #E9E9E9;
  border-radius: 20px;
  cursor: pointer; }
  @media (max-width: 1200px) {
    .vacancy__brief {
      padding: 30px;
      padding-right: 126px; } }
  @media (max-width: 576px) {
    .vacancy__brief {
      padding: 18px 20px;
      padding-right: 75px;
      border-radius: 10px; } }

.vacancy__name {
  display: block;
  margin-bottom: 20px; }
  @media (max-width: 1200px) {
    .vacancy__name {
      margin-bottom: 10px; } }

.vacancy__practice {
  display: block; }

.vacancy__icon {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #063A3C;
  transition: all 0.2s ease; }
  @media (max-width: 576px) {
    .vacancy__icon {
      top: 20px;
      right: 19px;
      width: 35px;
      height: 35px;
      transform: none; } }
  .vacancy__brief:hover .vacancy__icon {
    background: #063A3C; }
  .vacancy__item-checkbox:checked ~ .vacancy__brief .vacancy__icon {
    transform: rotate(180deg) translateY(50%); }
    @media (max-width: 576px) {
      .vacancy__item-checkbox:checked ~ .vacancy__brief .vacancy__icon {
        transform: rotate(180deg); } }

.vacancy__icon-arrow {
  display: block;
  stroke: #063A3C;
  fill: none;
  transform: rotate(90deg);
  transition: all 0.2s ease; }
  @media (max-width: 576px) {
    .vacancy__icon-arrow {
      width: 6px;
      height: auto; } }
  .vacancy__brief:hover .vacancy__icon-arrow {
    stroke: #FFFFFF; }

.vacancy__full {
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease; }
  .vacancy__full p:not(.title) {
    margin: 0;
    padding: 0;
    margin-bottom: 10px; }
    @media (max-width: 1200px) {
      .vacancy__full p:not(.title) {
        margin-bottom: 15px; } }
  .vacancy__full ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .vacancy__full li {
    position: relative;
    padding-left: 21px; }
    @media (max-width: 576px) {
      .vacancy__full li {
        padding-left: 18px; } }
    .vacancy__full li:not(:last-child) {
      margin-bottom: 10px; }
      @media (max-width: 576px) {
        .vacancy__full li:not(:last-child) {
          margin-bottom: 15px; } }
    .vacancy__full li::before {
      content: "";
      position: absolute;
      width: 8px;
      height: 8px;
      top: 10px;
      left: 0;
      background: #063A3C;
      border-radius: 50%; }
      @media (max-width: 576px) {
        .vacancy__full li::before {
          top: 6px;
          left: 0; } }
  .vacancy__item-checkbox:checked ~ .vacancy__full {
    max-height: 1000vh;
    margin-top: 5px;
    border: 1px solid #E9E9E9;
    border-radius: 20px; }
    @media (max-width: 576px) {
      .vacancy__item-checkbox:checked ~ .vacancy__full {
        border-radius: 10px; } }

.vacancy__full-wrap {
  padding: 60px 20px 60px 40px; }
  @media (max-width: 1200px) {
    .vacancy__full-wrap {
      padding: 50px 20px 50px 30px; } }
  @media (max-width: 1024px) {
    .vacancy__full-wrap {
      width: 80%;
      padding: 40px 20px 40px 30px; } }
  @media (max-width: 768px) {
    .vacancy__full-wrap {
      width: 90%; } }
  @media (max-width: 576px) {
    .vacancy__full-wrap {
      width: 100%;
      padding: 21px 20px 28px 19px; } }

.vacancy__full-title,
h1, h2, h3, h4, h5 {
  margin: 33px 0 20px; }
  @media (max-width: 576px) {
    .vacancy__full-title,
    h1, h2, h3, h4, h5 {
      margin: 29px 0 20px; } }
  .vacancy__full-title:first-child,
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child {
    margin-top: 0; }

.vacancy__info {
  display: grid;
  grid-template-columns: 1fr 580px;
  gap: 10px;
  align-self: start; }
  @media (max-width: 1440px) {
    .vacancy__info {
      grid-template-columns: 1fr; } }

.vacancy__info-banner {
  border-radius: 20px;
  overflow: hidden; }
  @media (max-width: 1440px) {
    .vacancy__info-banner {
      display: none; } }

.vacancy__info-banner-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.vacancy__info-content {
  padding: 50px 32px;
  background: #063A3C;
  border-radius: 20px;
  overflow: hidden; }
  @media (max-width: 576px) {
    .vacancy__info-content {
      padding: 40px 30px;
      border-radius: 10px; } }
  @media (max-width: 450px) {
    .vacancy__info-content {
      min-height: 320px; } }
  .vacancy__info-content button {
    align-self: flex-start;
    margin-top: auto; }
    @media (max-width: 576px) {
      .vacancy__info-content button {
        width: 230px; } }

.vacancy__info-wrap {
  display: flex;
  flex-direction: column;
  max-width: 470px;
  height: 100%; }
  @media (max-width: 768px) {
    .vacancy__info-wrap {
      max-width: 485px; } }

.vacancy__text {
  width: 95%;
  margin: 20px 0 30px;
  color: #FFFFFF; }
  @media (max-width: 1440px) {
    .vacancy__text {
      width: 100%; } }
  @media (max-width: 768px) {
    .vacancy__text {
      width: 80%;
      margin: 15px 0 40px; } }
  @media (max-width: 576px) {
    .vacancy__text {
      width: 95%; } }
  .vacancy__text p:first-child {
    margin-top: 0; }
  .vacancy__text p:last-child {
    margin-bottom: 0; }

.works {
  margin: 120px 0; }
  @media (max-width: 768px) {
    .works {
      margin: 90px 0; } }
  @media (max-width: 576px) {
    .works {
      margin: 60px 0; } }

@media (max-width: 576px) {
  .works .headline__buttons {
    display: none; } }

.works__container {
  margin-right: -40px; }
  @media (max-width: 1024px) {
    .works__container {
      margin-right: -20px; } }
  @media (max-width: 374px) {
    .works__container {
      margin-right: -10px; } }

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

.works__item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px; }
  @media (max-width: 650px) {
    .works__item {
      grid-template-columns: 1fr; } }
  @media (max-width: 650px) {
    .works__item:not(.swiper-slide-active) {
      opacity: 0.5; } }

.works__image-card {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, 1fr);
  border-radius: 20px;
  overflow: hidden; }
  @media (max-width: 576px) {
    .works__image-card {
      border-radius: 10px; } }

.works__image-wrap {
  position: relative;
  font-size: 0; }

.works__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.works__image-note {
  font-size: calc( 16px + 4 * ( (100vw - 375px) / 1545 ));
  line-height: 1.2;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  bottom: 16px;
  left: 22px;
  text-transform: uppercase;
  color: #FFFFFF; }
  @media screen and (max-width: 375px) {
    .works__image-note {
      font-size: 16px; } }
  @media screen and (min-width: 1920px) {
    .works__image-note {
      font-size: 20px; } }

.works__info-card {
  display: flex;
  flex-direction: column;
  padding: 40px 30px;
  border: 1px solid #E9E9E9;
  border-radius: 20px;
  overflow: hidden; }
  @media (max-width: 1440px) {
    .works__info-card {
      padding: 30px 20px; } }
  @media (max-width: 576px) {
    .works__info-card {
      padding: 22px 20px;
      border-radius: 10px; } }

.works__text {
  margin-bottom: 15px; }
  @media (max-width: 576px) {
    .works__text {
      margin-bottom: 20px; } }
  .works__text p:first-child {
    margin-top: 0; }
  .works__text p:last-child {
    margin-bottom: 0; }

.works__artists {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: auto; }

.works__artist {
  font-size: calc( 13px + 3 * ( (100vw - 375px) / 1545 ));
  line-height: 1.6;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #4f4f4f; }
  @media screen and (max-width: 375px) {
    .works__artist {
      font-size: 13px; } }
  @media screen and (min-width: 1920px) {
    .works__artist {
      font-size: 16px; } }
  .works__artist a {
    display: inline-block;
    text-decoration: none;
    outline: none;
    color: inherit;
    transition: all 0.2s ease;
    font-size: calc( 14px + 2 * ( (100vw - 375px) / 1545 ));
    line-height: 1.6;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    display: inline;
    text-transform: none;
    color: #063A3C; }
    @media screen and (max-width: 375px) {
      .works__artist a {
        font-size: 14px; } }
    @media screen and (min-width: 1920px) {
      .works__artist a {
        font-size: 16px; } }
    .works__artist a:hover {
      color: #4f4f4f; }

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

.call-button {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.3s ease;
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.3s ease;
  cursor: pointer;
  position: fixed;
  bottom: 70px;
  bottom: calc(70px + constant(safe-area-inset-bottom));
  bottom: calc(70px + env(safe-area-inset-bottom));
  right: 90px;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #063A3C url("../img/icon-phone.svg") 50% 50% no-repeat;
  z-index: 3; }
  @media (max-width: 1600px) {
    .call-button {
      bottom: 40px;
      bottom: calc(40px + constant(safe-area-inset-bottom));
      bottom: calc(40px + env(safe-area-inset-bottom));
      right: 40px; } }
  @media (max-width: 1024px) {
    .call-button {
      bottom: 20px;
      bottom: calc(20px + constant(safe-area-inset-bottom));
      bottom: calc(20px + env(safe-area-inset-bottom));
      right: 20px; } }

.call-button__ring {
  border: 1px solid #063A3C;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
  width: auto;
  border-radius: 50%;
  -webkit-animation-duration: 2.0s;
          animation-duration: 2.0s;
  -webkit-animation-name: pulse_1;
          animation-name: pulse_1;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  z-index: -1; }

.call-button__ring:nth-child(2) {
  -webkit-animation-name: pulse_2;
          animation-name: pulse_2; }

.call-button__ring:nth-child(3) {
  -webkit-animation-name: pulse_3;
          animation-name: pulse_3; }

@-webkit-keyframes pulse_1 {
  from {
    opacity: 1;
    transform: scale(0.9, 0.9); }
  to {
    opacity: 0;
    transform: scale(1.3, 1.3); } }

@keyframes pulse_1 {
  from {
    opacity: 1;
    transform: scale(0.9, 0.9); }
  to {
    opacity: 0;
    transform: scale(1.3, 1.3); } }

@-webkit-keyframes pulse_2 {
  from {
    opacity: 1;
    transform: scale(0.8, 0.8); }
  to {
    opacity: 0;
    transform: scale(1.5, 1.5); } }

@keyframes pulse_2 {
  from {
    opacity: 1;
    transform: scale(0.8, 0.8); }
  to {
    opacity: 0;
    transform: scale(1.5, 1.5); } }

@-webkit-keyframes pulse_3 {
  from {
    opacity: 1;
    transform: scale(0.8, 0.8); }
  to {
    opacity: 0;
    transform: scale(1.7, 1.7); } }

@keyframes pulse_3 {
  from {
    opacity: 1;
    transform: scale(0.8, 0.8); }
  to {
    opacity: 0;
    transform: scale(1.7, 1.7); } }


    
/**
  * ++++ PXL Custom CSS ++++
  */
.faq__item-file {
  padding-left: 40px;
  display: block;
  position: relative;
  margin-top: 24px;
}
.faq__item-file::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
  height: 40px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(/wp-content/themes/ledent/assets/img/document.png);
}

#special {
  background-color: #fff;
}
#special ~ .header:not([style="top: -100%;"]) {
  top: 55px !important;
}
/* #special ~ .main .promo__container, #special ~ .main .promo__container * { */
#special ~ .main .promo__content {
  background: transparent !important;
}
#special ~ .main .promo__content-wrapper {
  padding-top: 40px;
}
.header__special {
  width: 100%;
  display: flex;
  column-gap: 12px;
  align-items: center;
  justify-content: flex-end;
  margin-right: 41px;
}
.menu .header__special {
  display: none;
}
.header__special img {
  width: 40px;
  height: 40px;
  max-width: 40px;
}
.header__special span {
  display: none;
}
.header__call, .header__location {
  white-space: nowrap;
}
@media screen and (max-width: 576px) {
  #special ~ .header:not([style="top: -100%;"]) {
    top: 90px !important;
  }
  .special .header {
    margin-top: 0 !important;
  }
  .special .menu.show {
    top: 180px !important;
  }
  .special .header__special {
    display: none !important;
  }
  .special .main {
    margin-top: 45px;
  }
  .special .menu-bottom, .special .services-menu .menu-bottom__sublist {
    top: 180px !important;
  }
  .header__special {
    /* display: none; */
    order: -1 !important;
    margin-left: 0 !important;
    margin-right: 20px !important;
    justify-content: start;
  }
  .menu .header__special {
    display: flex;
  }
  .menu .header__special span {
    display: block;
  }
  .menu-top__header {
    flex-direction: column;
    row-gap: 24px;
  }
  #special ~ * svg {
    background: transparent !important;
  }
  #special ~ * .burger, #special ~ * .header__call-link {
    background: #EA7F3B !important;
  }
  #special ~ * .burger:hover, #special ~ * .header__call-link:hover {
    background: #303030 !important;
  }
  #special ~ * .burger.show .burger__line {
    background: transparent !important;
  }
}

.bottom-footer__content {
  align-items: center;
}
.bottom-footer__copyright {
  white-space: nowrap;
}
.top-footer__disclaimer {
  font-size: 10px;
  width: 100%;
  max-width: 100%;
  /* text-wrap: balance; */
  padding: 0 30px;
  text-align: center;
}
.top-footer__disclaimer p {
  margin: 4px;
}
@media screen and (max-width: 1200px) {
  .bottom-footer__content {
    flex-wrap: wrap;
    row-gap: 24px;
  }
  .top-footer__disclaimer {
    order: -1;
    padding-left: 0;
    text-align: left;
    padding: 0;
  }
  .top-footer__disclaimer p {
    max-width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .top-footer__disclaimer {
    text-align: center;
    text-wrap: balance;
    width: 500px;
  }
  .top-footer__disclaimer p {
    max-width: 100%;
  }
}

/* Таблица цен */
.price-table .headline .headline__title {
  font-size: calc( 20px + 20 * ( (100vw - 375px) / 1545 ));
}
.price-table__list--rows {
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: auto;
}
.price-table__list--rows .price-card__link {
  column-gap: 24px;
  flex-direction: row;
  align-items: center;
  padding: 24px 30px;
}
.price-table__list--rows .price-card__footer {
  margin-top: 0;
}
.price-table__list--rows .price-card__name {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .price-table__list--rows .price-card__link {
    padding: 12px;
  }
}
/* ---- PXL Custom CSS ---- */