@charset "UTF-8";

@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");
}

html {
  position: relative;
  margin: 0 auto;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.no-scroll {
  overflow: hidden;
}

body {
  font-size: calc(18px + 2 * ((100vw - 374px) / 1546));
  line-height: 1.6;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  font-family: "Montserrat", sans-serif;
  color: #1C1C1C;
  overflow: hidden;
}

@media screen and (max-width: 374px) {
  body {
    font-size: 18px;
  }
}

@media screen and (min-width: 1920px) {
  body {
    font-size: 20px;
  }
}

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

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

img-comparison-slider {
  visibility: hidden;
}

img-comparison-slider [slot='second'] {
  display: none;
}

img-comparison-slider.rendered {
  visibility: inherit;
}

img-comparison-slider.rendered [slot='second'] {
  display: unset;
}

@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 {
  display: none;
}

@media (max-width: 768px) {
  .burger {
    flex-shrink: 0;
    position: relative;
    display: flex;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 12px 10px;
    border-radius: 8px;
    background: #025FD9;
    transition: all 0.3s ease;
    cursor: pointer;
  }
}

.burger__line {
  position: relative;
  display: block;
  width: 12px;
  height: 2px;
  margin-left: auto;
  border-radius: 2px;
  background: #FFFFFF;
  transition: all 0.3s ease;
}

.burger__line::before,
.burger__line::after {
  content: "";
  position: absolute;
  width: 19px;
  height: 2px;
  top: -7px;
  right: 0;
  border-radius: 2px;
  background: #FFFFFF;
  transition: all 0.3s ease;
}

.burger__line::after {
  top: 7px;
}

.show-menu .burger__line {
  background: transparent;
}

.show-menu .burger__line::before,
.show-menu .burger__line::after {
  top: 0;
}

.show-menu .burger__line::after {
  transform: rotate(-45deg);
}

.show-menu .burger__line::before {
  transform: rotate(45deg);
}

.button {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.3s ease;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.3s ease;
  font-size: calc(16px + 0 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  padding: 22px 54px;
  border-radius: 12px;
  color: #FFFFFF;
  background-color: #025FD9;
  text-transform: uppercase;
  text-align: center;

  transition-duration: .2s;
  background: #1756dc;
  -webkit-box-shadow: 0 15px 30px rgb(19 117 248 / 25%), inset 2px 3px 25px rgb(255 255 255 / 35%);
  box-shadow: 0 15px 30px rgb(19 117 248 / 25%), inset 2px 3px 25px rgb(255 255 255 / 35%);
  border-radius: 5px;
}

@media screen and (max-width: 374px) {
  .button {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .button {
    font-size: 16px;
  }
}

.button:hover {
  background-color: #006CFB;
  box-shadow: 0px 10px 14px rgba(0, 94, 236, 0.35);
}

.button:disabled {
  opacity: 0.4;
  pointer-events: none;
}

.button--clear {
  color: #025FD9;
  background-color: transparent;
  border: 1px solid #025FD9;
}

.button--clear:hover {
  color: #FFFFFF;
  background-color: #025FD9;
  box-shadow: 0px 10px 14px rgba(0, 94, 236, 0.35);
}

.button--shadow {
  box-shadow: 0px 10px 14px rgba(0, 94, 236, 0.35);
}

img-comparison-slider {
  outline: none !important;
  border: 1px solid rgba(180, 195, 200, 0.5);
  border-radius: 12px;
}

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

.header__logo .logo__image {
  width: 100%;
  max-width: 199px;
  max-height: 80px;
}

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

@media (max-width: 576px) {
  .header__logo .logo__image {
    max-width: 121px;
  }
}

.footer__logo .logo__image {
  width: 100%;
  max-width: 210px;
  max-height: 85px;
}

@media (max-width: 576px) {
  .footer__logo .logo__image {
    max-width: 257px;
    height: auto;
  }
}

.logo__text {
  font-size: calc(14px + 2 * ((100vw - 374px) / 1546));
  line-height: 1;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  width: 175px;
  margin-left: 26px;
  padding-bottom: 10px;
  letter-spacing: 0.03em;
  color: #7A8386;
}

@media screen and (max-width: 374px) {
  .logo__text {
    font-size: 14px;
  }
}

@media screen and (min-width: 1920px) {
  .logo__text {
    font-size: 16px;
  }
}

@media (max-width: 1440px) {
  .header__logo .logo__text {
    display: none;
  }
}

@media (max-width: 1200px) {
  .footer__logo .logo__text {
    display: none;
  }
}

@media (max-width: 1024px) {
  .footer__logo .logo__text {
    display: block;
  }
}

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

.input {
  width: 100%;
  margin: 0;
  padding: 0;
  background-image: none;
  background-color: transparent;
  box-shadow: none;
  border: none;
  outline: none;
  resize: none;
  transition: all 0.3s ease;
  font-size: calc(18px + 2 * ((100vw - 374px) / 1546));
  line-height: 1;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 24px;
  padding: 26px 32px;
  border: 1px solid #025FD9;
  border-radius: 12px;
  background: #FFFFFF;
}

@media screen and (max-width: 374px) {
  .input {
    font-size: 18px;
  }
}

@media screen and (min-width: 1920px) {
  .input {
    font-size: 20px;
  }
}

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

.input::-moz-placeholder {
  font-size: calc(18px + 2 * ((100vw - 374px) / 1546));
  line-height: 1;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #1C1C1C;
}

.input::placeholder {
  font-size: calc(18px + 2 * ((100vw - 374px) / 1546));
  line-height: 1;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #1C1C1C;
}

@media screen and (max-width: 374px) {
  .input::-moz-placeholder {
    font-size: 18px;
  }

  .input::placeholder {
    font-size: 18px;
  }
}

@media screen and (min-width: 1920px) {
  .input::-moz-placeholder {
    font-size: 20px;
  }

  .input::placeholder {
    font-size: 20px;
  }
}

.input-field {
  position: relative;
}

.input-error {
  font-size: calc(14px + 0 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  display: none;
  color: #025fd9;
}

@media screen and (max-width: 374px) {
  .input-error {
    font-size: 14px;
  }
}

@media screen and (min-width: 1920px) {
  .input-error {
    font-size: 14px;
  }
}

.step .input-error {
  color: #FFC1C1;
}

.invalid .input-error {
  display: block;
  position: absolute;
  bottom: 100%;
  left: 12px;
}

.mark {
  color: #025fd9;
}

.mark--dark {
  color: #025FD9;
}

.select {
  font-size: calc(16px + 0 * ((100vw - 374px) / 1546));
  line-height: 1;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  position: relative;
  display: flex;
  align-items: center;
  width: 127px;
  flex-shrink: 0;
  cursor: pointer;
}

@media screen and (max-width: 374px) {
  .select {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .select {
    font-size: 16px;
  }
}

@media (max-width: 374px) {
  .select {
    width: 112px;
  }
}

.select__input {
  width: 100%;
  margin: 0;
  padding: 0;
  background-image: none;
  background-color: transparent;
  box-shadow: none;
  border: none;
  outline: none;
  resize: none;
  transition: all 0.3s ease;
  height: 100%;
  padding: 10px;
  border-radius: 12px;
  color: rgba(28, 28, 28, 0.8);
  background: #91b7e9 url("../img/icon-select.svg") calc(100% - 8px) 50% no-repeat;
  z-index: 2;
  cursor: pointer;
}

@media (max-width: 374px) {
  .select__input {
    padding: 10px 3px;
    background-position: calc(100% - 3px) 50%;
  }
}

.select__input[data-value=whatsapp] {
  color: #418550;
  background-color: #C2FFD0;
}

.select__input[data-value=telegram] {
  color: #137ead;
  background-color: #99e5f7;
}

.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 - 374px) / 1546));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  padding: 12px 11px 11px;
  cursor: pointer;
  transition: all 0.3s ease;
}

@media screen and (max-width: 374px) {
  .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: #025FD9;
}

.swiper-initialized .swiper-pagination-progressbar,
.swiper-initialized~.swiper-pagination-progressbar {
  position: relative;
  width: 100%;
  height: 1px;
  background: #E8EEF0;
}


.swiper-initialized .swiper-pagination-progressbar-fill,
.swiper-initialized~.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #025FD9;
  transform-origin: left top;
}

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

.title--h1 {
  font-size: calc(32px + 32 * ((100vw - 374px) / 1546));
  line-height: 1.3;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 374px) {
  .title--h1 {
    font-size: 32px;
  }
}

@media screen and (min-width: 1920px) {
  .title--h1 {
    font-size: 64px;
  }
}

.title--h2 {
  font-size: calc(26px + 22 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 374px) {
  .title--h2 {
    font-size: 26px;
  }
}

@media screen and (min-width: 1920px) {
  .title--h2 {
    font-size: 48px;
  }
}

.popup .toggle {
  margin-right: -15px;
}

.toggle__label {
  display: flex;
  cursor: pointer;
}

.toggle__label-switch {
  width: 100%;
  margin: 0;
  padding: 0;
  background-image: none;
  background-color: transparent;
  box-shadow: none;
  border: none;
  outline: none;
  resize: none;
  transition: all 0.3s ease;
  flex-shrink: 0;
  position: relative;
  display: block;
  width: 40px;
  height: 25px;
  margin-right: 12px;
  border-radius: 30px;
  border: 1px solid #509CFF;
  background-color: #025FD9;
  transition: all 0.3s ease;
}

@media (max-width: 576px) {
  .toggle__label-switch {
    width: 31px;
    height: 19px;
    margin-right: 5px;
  }
}

.toggle--secondary .toggle__label-switch {
  border: 1px solid rgba(122, 131, 134, 0.6);
  background-color: #FFFFFF;
}

.toggle--secondary .toggle__checkbox:checked~.toggle__label .toggle__label-switch {
  border: 1px solid #025fd9;
}

.toggle__label-switch::after {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease;
}

@media (max-width: 576px) {
  .toggle__label-switch::after {
    width: 15px;
    height: 15px;
  }
}

.toggle--secondary .toggle__label-switch::after {
  background: rgba(122, 131, 134, 0.6);
}

.toggle__checkbox:checked~.toggle__label .toggle__label-switch::after {
  transform: translateX(15px);
  background-color: #FFFFFF;
}

@media (max-width: 576px) {
  .toggle__checkbox:checked~.toggle__label .toggle__label-switch::after {
    transform: translateX(12px);
  }
}

.toggle--secondary .toggle__checkbox:checked~.toggle__label .toggle__label-switch::after {
  background-color: #025fd9;
}

.toggle__label-text {
  font-size: calc(13px + 2 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #FFFFFF;
}

@media screen and (max-width: 374px) {
  .toggle__label-text {
    font-size: 13px;
  }
}

@media screen and (min-width: 1920px) {
  .toggle__label-text {
    font-size: 15px;
  }
}

.toggle__label-text a {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.3s ease;
  color: #509CFF;
}

.toggle__label-text a:hover {
  color: #FFFFFF;
}

.toggle--secondary .toggle__label-text {
  color: #025FD9;
}

.toggle--secondary .toggle__label-text a {
  color: #509CFF;
}

.toggle--secondary .toggle__label-text a:hover {
  color: #025FD9;
}

.popup .toggle__label-text,
.quiz .toggle__label-text {
  font-size: calc(12px + 0 * ((100vw - 374px) / 1546));
  line-height: 1.3;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #1C1C1C;
}

@media screen and (max-width: 374px) {

  .popup .toggle__label-text,
  .quiz .toggle__label-text {
    font-size: 12px;
  }
}

@media screen and (min-width: 1920px) {

  .popup .toggle__label-text,
  .quiz .toggle__label-text {
    font-size: 12px;
  }
}

.popup .toggle__label-text a,
.quiz .toggle__label-text a {
  color: #025FD9;
}

.popup .toggle__label-text a:hover,
.quiz .toggle__label-text a:hover {
  color: #1C1C1C;
}

.advantages {
  position: relative;
  margin: 80px 0;
  padding: 60px 0 45px;
}

@media (max-width: 576px) {
  .advantages {
    margin: 30px 0 70px;
    padding: 25px 0 0;
  }
}

.advantages::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 53%;
  left: 0;
  top: 0;
  border-radius: 4px;
  background: #F7FCFE;
}

.advantages__bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1920px;
  height: 100%;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .advantages__bg {
    display: none;
  }
}

.advantages__bg-image {
  position: absolute;
  top: 0;
  left: calc(50% + 350px);
  height: 100%;
}

.advantages__content {
  position: relative;
}

.advantages__title {
  width: 70%;
  margin-bottom: 24px;
}

@media (max-width: 1024px) {
  .advantages__title {
    width: 100%;
    max-width: 680px;
  }
}

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

.advantages__text {
  font-size: calc(18px + 2 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  width: 70%;
  margin-bottom: 40px;
}

@media screen and (max-width: 374px) {
  .advantages__text {
    font-size: 18px;
  }
}

@media screen and (min-width: 1920px) {
  .advantages__text {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  .advantages__text {
    width: 100%;
    max-width: 680px;
  }
}

@media (max-width: 576px) {
  .advantages__text {
    margin-bottom: 25px;
    line-height: 1.35;
  }
}

.advantages__text p {
  margin: 0;
  padding: 0;
}

.advantages__slider {
  max-width: 1352px;
  margin: 0;
  padding: 46px 43px 48px 63px;
  background: #FFFFFF;
  box-shadow: 0px 13px 10px rgba(122, 131, 134, 0.12);
  border-radius: 12px;
}

@media (max-width: 1200px) {
  .advantages__slider {
    padding: 30px 40px 40px 40px;
  }
}

@media (max-width: 1120px) {
  .advantages__slider {
    margin-right: -40px;
  }
}

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

@media (max-width: 576px) {
  .advantages__slider {
    margin-right: -12px;
    padding: 25px 40px 25px 15px;
  }
}

.advantages__slider-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  counter-reset: advantages-list;
}

@media (max-width: 1120px) {
  .advantages__slider-list {
    justify-content: flex-start;
  }
}

.advantages__slider-item {
  position: relative;
  width: 28%;
}

@media (max-width: 1200px) {
  .advantages__slider-item {
    width: 30%;
  }
}

@media (max-width: 1120px) {
  .advantages__slider-item {
    width: 300px;
  }
}

.advantages__slider-item::before {
  font-size: calc(40px + 8 * ((100vw - 374px) / 1546));
  line-height: 1;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  display: block;
  margin-bottom: 10px;
  color: #025FD9;
  content: "0" counter(advantages-list) ".";
  counter-increment: advantages-list;
}

@media screen and (max-width: 374px) {
  .advantages__slider-item::before {
    font-size: 40px;
  }
}

@media screen and (min-width: 1920px) {
  .advantages__slider-item::before {
    font-size: 48px;
  }
}

.advantages__slider-name {
  margin: 0;
  padding: 0;
  font-size: calc(18px + 4 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 9px;
}

@media screen and (max-width: 374px) {
  .advantages__slider-name {
    font-size: 18px;
  }
}

@media screen and (min-width: 1920px) {
  .advantages__slider-name {
    font-size: 22px;
  }
}

.advantages__slider-text {
  font-size: calc(14px + 2 * ((100vw - 374px) / 1546));
  line-height: 22px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #7A8386;
}

@media screen and (max-width: 374px) {
  .advantages__slider-text {
    font-size: 14px;
  }
}

@media screen and (min-width: 1920px) {
  .advantages__slider-text {
    font-size: 16px;
  }
}

.advantages__slider-text p {
  margin: 0;
  padding: 0;
}

.appointment {
  margin: 80px 0;
}

@media (max-width: 576px) {
  .appointment {
    margin: 55px 0 30px;
  }
}

.appointment__content {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 40px 64px 46px;
  border-radius: 12px;
  box-shadow: 0px 13px 10px rgba(122, 131, 134, 0.12);
  overflow: hidden;
}

@media (max-width: 1200px) {
  .appointment__content {
    flex-direction: column-reverse;
    padding: 40px 30px;
  }
}

@media (max-width: 576px) {
  .appointment__content {
    padding: 22px 16px 16px;
  }
}

.appointment__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  right: 0;
  z-index: -1;
}

.appointment__left {
  flex-shrink: 0;
  width: 39%;
}

@media (max-width: 1200px) {
  .appointment__left {
    align-self: flex-end;
    width: 100%;
    max-width: 550px;
    margin-top: 30px;
  }
}

.appointment__title {
  margin-bottom: 35px;
  line-height: 1;
}

@media (max-width: 1440px) {
  .appointment__title {
    margin-bottom: 20px;
  }
}

@media (max-width: 1200px) {
  .appointment__left .appointment__title {
    display: none;
  }
}

.appointment__right .appointment__title {
  display: none;
}

@media (max-width: 1200px) {
  .appointment__right .appointment__title {
    display: block;
  }
}

.appointment__doctor {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 17px 16px 28px;
  background: #025FD9;
  border-radius: 12px;
}

@media (max-width: 576px) {
  .appointment__doctor {
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 19px 14px 9px 21px;
  }
}

.appointment__doctor-info {
  display: flex;
  flex-direction: column;
  max-width: 228px;
}

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

.appointment__doctor-name {
  font-size: calc(16px + 4 * ((100vw - 374px) / 1546));
  line-height: 22px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 5px;
  color: #FFFFFF;
}

@media screen and (max-width: 374px) {
  .appointment__doctor-name {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .appointment__doctor-name {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .appointment__doctor-name {
    margin-bottom: 3px;
  }
}

@media (max-width: 576px) {
  .appointment__doctor-name br {
    display: none;
  }
}

.appointment__doctor-post {
  font-size: calc(14px + 2 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #FFFFFF;
}

@media screen and (max-width: 374px) {
  .appointment__doctor-post {
    font-size: 14px;
  }
}

@media screen and (min-width: 1920px) {
  .appointment__doctor-post {
    font-size: 16px;
  }
}

.appointment__doctor-experience {
  font-size: calc(14px + 2 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  position: relative;
  margin-top: 25px;
  color: #FFFFFF;
}

@media screen and (max-width: 374px) {
  .appointment__doctor-experience {
    font-size: 14px;
  }
}

@media screen and (min-width: 1920px) {
  .appointment__doctor-experience {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .appointment__doctor-experience {
    margin-top: 18px;
  }
}

.appointment__doctor-experience::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 1px;
  top: -10px;
  left: 0;
  background: rgba(255, 255, 255, 0.17);
}

.appointment__doctor-image-wrap {
  flex-shrink: 0;
  width: 127px;
  height: 127px;
  border-radius: 50%;
  border: 6px solid #3781E1;
  overflow: hidden;
}

@media (max-width: 576px) {
  .appointment__doctor-image-wrap {
    width: 112px;
    height: 112px;
  }
}

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

.appointment__right {
  width: 49%;
  padding-top: 5px;
}

@media (max-width: 1200px) {
  .appointment__right {
    width: 100%;
    max-width: 630px;
  }
}

.appointment__text {
  margin: 0;
  padding: 0;
  font-size: calc(18px + 4 * ((100vw - 374px) / 1546));
  line-height: 1.4;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 35px;
}

@media screen and (max-width: 374px) {
  .appointment__text {
    font-size: 18px;
  }
}

@media screen and (min-width: 1920px) {
  .appointment__text {
    font-size: 22px;
  }
}

@media (max-width: 1440px) {
  .appointment__text {
    margin-bottom: 20px;
  }
}

.appointment__form-content {
  display: flex;
  padding: 4px;
  border: 1px solid #025FD9;
  border-radius: 12px;
}

@media (max-width: 576px) {
  .appointment__form-content {
    flex-direction: column;
    padding: 0;
    border: none;
  }
}

.appointment__form-content.input-field.valid {
  border: 1px solid #02D931;
}

@media (max-width: 576px) {
  .appointment__form-content.input-field.valid {
    border: none;
  }
}

.appointment__form-content.input-field.invalid {
  border: 1px solid #025fd9;
  box-shadow: 0px 0px 8px rgba(222, 33, 56, 0.4);
}

@media (max-width: 576px) {
  .appointment__form-content.input-field.invalid {
    border: none;
    box-shadow: none;
  }
}

.appointment__input {
  width: 100%;
  margin: 0;
  padding: 0;
  background-image: none;
  background-color: transparent;
  box-shadow: none;
  border: none;
  outline: none;
  resize: none;
  transition: all 0.3s ease;
  font-size: calc(18px + 2 * ((100vw - 374px) / 1546));
  line-height: 1;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  padding: 10px 40px;
  flex-grow: 1;
}

@media screen and (max-width: 374px) {
  .appointment__input {
    font-size: 18px;
  }
}

@media screen and (min-width: 1920px) {
  .appointment__input {
    font-size: 20px;
  }
}

@media (max-width: 1440px) {
  .appointment__input {
    padding: 10px 20px;
  }
}

@media (max-width: 576px) {
  .appointment__input {
    margin-bottom: 16px;
    padding: 20px 24px;
    border: 1px solid #025FD9;
    border-radius: 12px;
  }
}

@media (max-width: 576px) {
  .input-field.valid .appointment__input {
    border: 1px solid #02D931;
  }
}

@media (max-width: 576px) {
  .input-field.invalid .appointment__input {
    border: 1px solid #025fd9;
    box-shadow: 0px 0px 8px rgba(222, 33, 56, 0.4);
  }
}

.appointment__input::-moz-placeholder {
  font-size: calc(18px + 2 * ((100vw - 374px) / 1546));
  line-height: 1;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #1C1C1C;
}

.appointment__input::placeholder {
  font-size: calc(18px + 2 * ((100vw - 374px) / 1546));
  line-height: 1;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #1C1C1C;
}

@media screen and (max-width: 374px) {
  .appointment__input::-moz-placeholder {
    font-size: 18px;
  }

  .appointment__input::placeholder {
    font-size: 18px;
  }
}

@media screen and (min-width: 1920px) {
  .appointment__input::-moz-placeholder {
    font-size: 20px;
  }

  .appointment__input::placeholder {
    font-size: 20px;
  }
}

.appointment__caption {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-top: 37px;
}

@media (max-width: 1440px) {
  .appointment__caption {
    margin-top: 25px;
  }
}

@media (max-width: 374px) {
  .appointment__caption {
    flex-direction: column;
  }
}

.appointment__caption-text {
  font-size: calc(14px + 4 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  max-width: 320px;
}

@media screen and (max-width: 374px) {
  .appointment__caption-text {
    font-size: 14px;
  }
}

@media screen and (min-width: 1920px) {
  .appointment__caption-text {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .appointment__caption-text {
    line-height: 1.5;
  }
}

.appointment__caption-phone {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media (max-width: 374px) {
  .appointment__caption-phone {
    align-items: flex-start;
  }
}

.appointment__caption-phone-link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.3s ease;
  font-size: calc(22px + 8 * ((100vw - 374px) / 1546));
  line-height: 1;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 5px;
  letter-spacing: -0.025em;
}

@media screen and (max-width: 374px) {
  .appointment__caption-phone-link {
    font-size: 22px;
  }
}

@media screen and (min-width: 1920px) {
  .appointment__caption-phone-link {
    font-size: 30px;
  }
}

.appointment__caption-phone-link:hover {
  color: #025fd9;
}

.appointment__caption-phone-text {
  font-size: calc(14px + 2 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.005em;
  color: #7A8386;
}

@media screen and (max-width: 374px) {
  .appointment__caption-phone-text {
    font-size: 14px;
  }
}

@media screen and (min-width: 1920px) {
  .appointment__caption-phone-text {
    font-size: 16px;
  }
}

.ask {
  position: relative;
  z-index: 1;
  margin: 80px 0 0;
}

@media (max-width: 576px) {
  .ask {
    margin: 35px 0 0;
  }
}

.ask__content {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 42px 60px 48px;
  box-shadow: 0px 13px 10px rgba(122, 131, 134, 0.12);
  border-radius: 4px;
}

@media (max-width: 1440px) {
  .ask__content {
    align-items: center;
  }
}

@media (max-width: 1200px) {
  .ask__content {
    gap: 40px;
    padding: 40px 30px;
  }
}

@media (max-width: 1024px) {
  .ask__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

@media (max-width: 576px) {
  .ask__content {
    gap: 18px;
    padding: 20px 15px;
  }
}

.ask__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

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

.ask__left {
  flex-shrink: 0;
  width: 40%;
}

@media (max-width: 1200px) {
  .ask__left {
    width: 400px;
  }
}

@media (max-width: 1024px) {
  .ask__left {
    width: 100%;
    max-width: 500px;
  }
}

.ask__title {
  margin-bottom: 50px;
}

@media (max-width: 1024px) {
  .ask__title {
    margin-bottom: 20px;
  }
}

.ask__doctor {
  position: relative;
  display: flex;
}

@media (max-width: 576px) {
  .ask__doctor {
    flex-wrap: wrap;
  }
}

.ask__doctor-image-wrap {
  flex-shrink: 0;
  width: 127px;
  height: 127px;
  margin-right: 20px;
  border-radius: 50%;
  border: 6px solid rgba(2, 95, 217, 0.4);
  overflow: hidden;
}

@media (max-width: 576px) {
  .ask__doctor-image-wrap {
    width: 110px;
    height: 110px;
    margin-right: 13px;
    margin-bottom: 10px;
    border-width: 5px;
  }
}

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

.ask__doctor-info {
  display: flex;
  flex-direction: column;
  max-width: 228px;
  margin-top: 5px;
}

.ask__doctor-name {
  font-size: calc(16px + 4 * ((100vw - 374px) / 1546));
  line-height: 22px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
}

@media screen and (max-width: 374px) {
  .ask__doctor-name {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .ask__doctor-name {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .ask__doctor-name {
    margin-bottom: 2px;
  }
}

.ask__doctor-post {
  font-size: calc(14px + 2 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 374px) {
  .ask__doctor-post {
    font-size: 14px;
  }
}

@media screen and (min-width: 1920px) {
  .ask__doctor-post {
    font-size: 16px;
  }
}

.ask__doctor-experience {
  font-size: calc(14px + 2 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  position: relative;
  margin-top: 25px;
}

@media screen and (max-width: 374px) {
  .ask__doctor-experience {
    font-size: 14px;
  }
}

@media screen and (min-width: 1920px) {
  .ask__doctor-experience {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .ask__doctor-experience {
    margin-top: 18px;
  }
}

.ask__doctor-experience::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 1px;
  top: -10px;
  left: 0;
  background: #1C1C1C;
}

.ask__right {
  width: 49%;
}

@media (max-width: 1440px) {
  .ask__right {
    width: 51%;
  }
}

@media (max-width: 1200px) {
  .ask__right {
    width: auto;
  }
}

@media (max-width: 1024px) {
  .ask__right {
    width: 100%;
    max-width: 630px;
  }
}

.ask__form-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 15px;
}

@media (max-width: 1200px) {
  .ask__form-content {
    gap: 20px;
  }
}

@media (max-width: 1024px) {
  .ask__form-content {
    margin-top: 0;
  }
}

.ask__textarea {
  width: 100%;
  margin: 0;
  padding: 0;
  background-image: none;
  background-color: transparent;
  box-shadow: none;
  border: none;
  outline: none;
  resize: none;
  transition: all 0.3s ease;
  font-size: calc(16px + 4 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  padding: 27px 15px 33px;
  border-radius: 12px;
  border: 1px solid #025FD9;
  background: #FFFFFF;
}

@media screen and (max-width: 374px) {
  .ask__textarea {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .ask__textarea {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .ask__textarea {
    padding: 22px 23px 46px;
  }
}

@media (max-width: 374px) {
  .ask__textarea {
    padding: 22px 23px 46px 3px;
  }
}

.ask__textarea::-moz-placeholder {
  font-size: calc(16px + 4 * ((100vw - 374px) / 1546));
  line-height: 1;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #1C1C1C;
}

.ask__textarea::placeholder {
  font-size: calc(16px + 4 * ((100vw - 374px) / 1546));
  line-height: 1;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #1C1C1C;
}

@media screen and (max-width: 374px) {
  .ask__textarea::-moz-placeholder {
    font-size: 16px;
  }

  .ask__textarea::placeholder {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .ask__textarea::-moz-placeholder {
    font-size: 20px;
  }

  .ask__textarea::placeholder {
    font-size: 20px;
  }
}

.ask__form-content-row {
  display: flex;
  gap: 24px;
}

@media (max-width: 1440px) {
  .ask__form-content-row {
    flex-direction: column;
  }
}

@media (max-width: 1200px) {
  .ask__form-content-row {
    gap: 12px;
  }
}

@media (max-width: 576px) {
  .ask__form-content-row {
    gap: 26px;
  }
}

.ask__input {
  display: flex;
  padding: 4px;
  border-radius: 12px;
  border: 1px solid #025FD9;
}

.ask__input.input-field.valid {
  border: 1px solid #02D931;
}

.ask__input.input-field.invalid {
  border: 1px solid #025fd9;
  box-shadow: 0px 0px 8px rgba(222, 33, 56, 0.4);
}

.ask__input-field {
  width: 100%;
  margin: 0;
  padding: 0;
  background-image: none;
  background-color: transparent;
  box-shadow: none;
  border: none;
  outline: none;
  resize: none;
  transition: all 0.3s ease;
  font-size: calc(16px + 4 * ((100vw - 374px) / 1546));
  line-height: 1;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  padding: 16px 15px;
  flex-grow: 1;
}

@media screen and (max-width: 374px) {
  .ask__input-field {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .ask__input-field {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .ask__input-field {
    padding: 16px 5px 16px 19px;
  }
}

@media (max-width: 374px) {
  .ask__input-field {
    padding: 16px 5px 16px 3px;
  }
}

.ask__input-field::-moz-placeholder {
  font-size: calc(16px + 4 * ((100vw - 374px) / 1546));
  line-height: 1;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #1C1C1C;
}

.ask__input-field::placeholder {
  font-size: calc(16px + 4 * ((100vw - 374px) / 1546));
  line-height: 1;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #1C1C1C;
}

@media screen and (max-width: 374px) {
  .ask__input-field::-moz-placeholder {
    font-size: 16px;
  }

  .ask__input-field::placeholder {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .ask__input-field::-moz-placeholder {
    font-size: 20px;
  }

  .ask__input-field::placeholder {
    font-size: 20px;
  }
}

.ask__button {
  min-height: 66px;
  padding: 22px 32px;
  white-space: nowrap;
}

@media (max-width: 576px) {
  .ask__form-toggle {
    margin-top: 8px;
  }
}

.bottom-bar {
  display: none;
  position: fixed;
  bottom: -200vh;
  left: 0;
  right: 0;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
  height: 58px;
  padding: 6px 12px;
  padding-bottom: calc(6px + constant(safe-area-inset-bottom));
  padding-bottom: calc(6px + env(safe-area-inset-bottom));
  background: #FFFFFF;
  box-shadow: 0px -11px 10px rgba(122, 131, 134, 0.12);
  border-radius: 8px 8px 0px 0px;
  z-index: 2;
}

@media (max-width: 768px) {
  .bottom-bar {
    display: grid;
  }
}

.bottom-bar__button {
  font-size: calc(12px + 0 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  padding: 15px 5px;
}

@media screen and (max-width: 374px) {
  .bottom-bar__button {
    font-size: 12px;
  }
}

@media screen and (min-width: 1920px) {
  .bottom-bar__button {
    font-size: 12px;
  }
}

.bottom-bar__button--whatsapp {
  background: #3AD902;
}

.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: #025FD9 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 #025FD9;
  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);
  }
}

.clinic-advantages {
  margin: 80px 0;
}

@media (max-width: 576px) {
  .clinic-advantages {
    margin: 25px 0 50px;
  }
}

@media (max-width: 1024px) {
  .clinic-advantages__slider {
    margin-right: -20px;
  }
}

@media (max-width: 576px) {
  .clinic-advantages__slider {
    margin-right: -12px;
  }
}

.clinic-advantages__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media (max-width: 1024px) {
  .clinic-advantages__list {
    display: flex;
    gap: 0;
  }
}

.clinic-advantages__item {
  display: flex;
  flex-direction: column;
  padding: 45px 48px 40px 63px;
  border: 1px solid #E8EEF0;
  border-radius: 12px;
}

@media (max-width: 1440px) {
  .clinic-advantages__item {
    padding: 35px 30px;
  }
}

@media (max-width: 1024px) {
  .clinic-advantages__item {
    height: auto;
  }
}

@media (max-width: 576px) {
  .clinic-advantages__item {
    padding: 25px 13px;
  }
}

.clinic-advantages__image-wrap {
  align-self: center;
  min-height: 142px;
  margin-bottom: 10px;
  font-size: 0;
}

@media (max-width: 1200px) {
  .clinic-advantages__image-wrap {
    min-height: 90px;
  }
}

@media (max-width: 576px) {
  .clinic-advantages__image-wrap {
    min-height: 130px;
  }
}

.clinic-advantages__image {
  width: 100%;
  height: auto;
  max-height: 142px;
}

@media (max-width: 1200px) {
  .clinic-advantages__image {
    max-height: 90px;
  }
}

@media (max-width: 576px) {
  .clinic-advantages__image {
    max-height: 130px;
  }
}

.clinic-advantages__name {
  margin: 0;
  padding: 0;
  font-size: calc(20px + 12 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 8px;
}

@media screen and (max-width: 374px) {
  .clinic-advantages__name {
    font-size: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .clinic-advantages__name {
    font-size: 32px;
  }
}

@media (max-width: 576px) {
  .clinic-advantages__name {
    margin-bottom: 13px;
  }
}

.clinic-advantages__text {
  font-size: calc(14px + 4 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #7A8386;
}

@media screen and (max-width: 374px) {
  .clinic-advantages__text {
    font-size: 14px;
  }
}

@media screen and (min-width: 1920px) {
  .clinic-advantages__text {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .clinic-advantages__text {
    line-height: 1.4;
  }
}

.clinic-advantages__text p {
  margin: 0;
  padding: 0;
}

.clinic-advantages__pagination {
  margin-top: 22px;
}

.clinic {
  position: relative;
  margin: 80px 0;
}

@media (max-width: 576px) {
  .clinic {
    margin: 50px 0 25px;
  }
}

.clinic::before {
  content: "";
  position: absolute;
  width: 41%;
  height: 85%;
  left: 0;
  top: 7%;
  border-radius: 0 4px 4px 0;
  background: linear-gradient(270.41deg, #025FD9 0.35%, rgba(2, 95, 217, 0.17) 101.49%);
}

@media (max-width: 1024px) {
  .clinic::before {
    display: none;
  }
}

.clinic__content {
  display: flex;
  align-items: center;
}

@media (max-width: 1024px) {
  .clinic__content {
    flex-direction: column;
  }
}

.clinic__left {
  flex-shrink: 0;
  width: 49%;
  margin-left: -20px;
  margin-right: 45px;
}

@media (max-width: 1024px) {
  .clinic__left {
    width: 100%;
    margin: 0;
  }
}

.clinic__image-wrap {
  width: 100%;
  font-size: 0;
}

@media (max-width: 1024px) {
  .clinic__image-wrap {
    position: relative;
  }
}

@media (max-width: 1024px) {
  .clinic__image-wrap::before {
    position: absolute;
    content: '';
    top: 20px;
    bottom: 20px;
    left: -20px;
    width: 86%;
    z-index: -1;
    background: linear-gradient(270.41deg, #025FD9 0.35%, rgba(2, 95, 217, 0.17) 101.49%);
    border-radius: 4px;
  }
}

@media (max-width: 1024px) {
  .clinic__image {
    display: block;
    max-width: 600px;
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .clinic__image {
    width: calc(100% + 10px);
    margin-left: -10px;
  }
}

.clinic__right {
  margin-top: 35px;
}

@media (max-width: 576px) {
  .clinic__right {
    margin-top: 25px;
  }
}

.clinic__title {
  margin-bottom: 20px;
}

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

@media (max-width: 1024px) {
  .clinic__right .clinic__title {
    display: none;
  }
}

.clinic__left .clinic__title {
  display: none;
}

@media (max-width: 1024px) {
  .clinic__left .clinic__title {
    display: block;
  }
}

.clinic__text {
  width: 95%;
  margin-bottom: 35px;
}

@media (max-width: 1440px) {
  .clinic__text {
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .clinic__text {
    margin-bottom: 27px;
    line-height: 1.3;
  }
}

.clinic__text p {
  margin: 0;
  padding: 0;
}

.clinic__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 50px;
}

@media (max-width: 1440px) {
  .clinic__list {
    margin-bottom: 35px;
  }
}

@media (max-width: 576px) {
  .clinic__list {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

.clinic__item {
  font-size: calc(16px + 4 * ((100vw - 374px) / 1546));
  line-height: 1.6;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  position: relative;
  padding: 22px 29px;
  border-radius: 12px;
  border: 1px solid #E8EEF0;
  line-height: 1.5;
}

@media screen and (max-width: 374px) {
  .clinic__item {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .clinic__item {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .clinic__item {
    display: flex;
    align-items: center;
    padding: 13px 19px;
  }
}

.clinic__item::before {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  position: relative;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  background: #025FD9 url("../img/icon-check.svg") 50% 50% no-repeat;
  box-shadow: 0px 11px 15px rgba(0, 94, 236, 0.48);
}

@media (max-width: 576px) {
  .clinic__item::before {
    width: 28px;
    height: 28px;
    margin-bottom: 0;
    margin-right: 20px;
  }
}

.clinic__bottom {
  display: flex;
  align-items: center;
}

@media (max-width: 1440px) {
  .clinic__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 1024px) {
  .clinic__bottom {
    flex-direction: row;
    align-items: center;
  }
}

@media (max-width: 576px) {
  .clinic__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

.clinic__link {
  flex-shrink: 0;
  padding: 22px 25px;
}

@media (max-width: 576px) {
  .clinic__link {
    width: 100%;
  }
}

.clinic__caption {
  margin: 0;
  padding: 0;
  font-size: calc(14px + 2 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  margin-left: 27px;
}

@media screen and (max-width: 374px) {
  .clinic__caption {
    font-size: 14px;
  }
}

@media screen and (min-width: 1920px) {
  .clinic__caption {
    font-size: 16px;
  }
}

@media (max-width: 1440px) {
  .clinic__caption {
    margin-left: 0;
    margin-top: 15px;
  }
}

@media (max-width: 1024px) {
  .clinic__caption {
    margin-left: 27px;
    margin-top: 0;
  }
}

@media (max-width: 576px) {
  .clinic__caption {
    margin-left: 0;
    margin-top: 30px;
  }
}

.faq {
  margin: 80px 0;
}

@media (max-width: 576px) {
  .faq {
    margin: 50px 0 0;
  }
}

.faq__title {
  margin-bottom: 35px;
}

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

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

.faq__item {
  padding: 28px 42px 28px 29px;
  border: 1px solid #025FD9;
  border-radius: 12px;
}

@media (max-width: 576px) {
  .faq__item {
    padding: 13px 23px 14px 14px;
  }
}

.faq__item:not(:last-child) {
  margin-bottom: 24px;
}

@media (max-width: 576px) {
  .faq__item:not(:last-child) {
    margin-bottom: 11px;
  }
}

.faq__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq__question-text {
  font-size: calc(16px + 8 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  width: 95%;
  margin-right: 20px;
}

@media screen and (max-width: 374px) {
  .faq__question-text {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .faq__question-text {
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  .faq__question-text {
    width: 100%;
    line-height: 1.4;
  }
}

.faq__icon {
  flex-shrink: 0;
  position: relative;
  width: 3px;
  height: 27px;
  background: #025FD9;
  transition: all 0.5s cubic-bezier(0.5, 0, 0.3, 1);
}

@media (max-width: 576px) {
  .faq__icon {
    width: 2px;
    height: 18px;
  }
}

.faq__item-checkbox:checked~.faq__question .faq__icon {
  transform: rotate(90deg);
}

.faq__icon:before {
  content: "";
  position: absolute;
  width: 27px;
  height: 3px;
  top: 12px;
  left: -12px;
  background: #025FD9;
}

@media (max-width: 576px) {
  .faq__icon:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 2px;
    top: 8px;
    left: -8px;
  }
}

.faq__item-checkbox:checked~.faq__question .faq__icon:before {
  opacity: 0;
}

.faq__answer {
  display: flex;
  max-height: 0;
  overflow: hidden;
  transition: max-height, margin 0.5s cubic-bezier(0.5, 0, 0.3, 1);
}

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

.faq__item-checkbox:checked~.faq__answer {
  max-height: 1000vh;
  margin: 25px 0 0;
}

@media (max-width: 768px) {
  .faq__item-checkbox:checked~.faq__answer {
    margin: 15px 0 0;
  }
}

@media (max-width: 576px) {
  .faq__item-checkbox:checked~.faq__answer {
    margin: 10px 0 0;
  }
}

.faq__answer-doctor {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  width: 180px;
  margin: 10px 30px 0 0;
}

@media (max-width: 1024px) {
  .faq__answer-doctor {
    width: 160px;
    margin: 10px 10px 0 0;
  }
}

@media (max-width: 768px) {
  .faq__answer-doctor {
    flex-direction: row;
    gap: 23px;
    width: 100%;
    margin: 0 0 10px;
  }
}

.faq__answer-doctor-image-wrap {
  width: 152px;
  height: 152px;
  margin-bottom: 15px;
  border-radius: 50%;
  border: 6px solid rgba(2, 95, 217, 0.4);
  overflow: hidden;
}

@media (max-width: 1024px) {
  .faq__answer-doctor-image-wrap {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 768px) {
  .faq__answer-doctor-image-wrap {
    margin-bottom: 0;
  }
}

@media (max-width: 576px) {
  .faq__answer-doctor-image-wrap {
    width: 54px;
    height: 54px;
    border-width: 3px;
  }
}

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

.faq__answer-doctor-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

@media (max-width: 768px) {
  .faq__answer-doctor-info {
    align-items: flex-start;
  }
}

.faq__answer-doctor-name {
  font-size: calc(17px + 3 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 5px;
}

@media screen and (max-width: 374px) {
  .faq__answer-doctor-name {
    font-size: 17px;
  }
}

@media screen and (min-width: 1920px) {
  .faq__answer-doctor-name {
    font-size: 20px;
  }
}

.faq__answer-doctor-post {
  font-size: calc(16px + 0 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #7A8386;
}

@media screen and (max-width: 374px) {
  .faq__answer-doctor-post {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .faq__answer-doctor-post {
    font-size: 16px;
  }
}

.faq__answer-doctor-experience {
  font-size: calc(16px + 0 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  margin-top: 4px;
  color: #7A8386;
}

@media screen and (max-width: 374px) {
  .faq__answer-doctor-experience {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .faq__answer-doctor-experience {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .faq__answer-doctor-experience {
    display: none;
  }
}

.faq__answer-text {
  font-size: calc(16px + 4 * ((100vw - 374px) / 1546));
  line-height: 1.7;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 374px) {
  .faq__answer-text {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .faq__answer-text {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .faq__answer-text {
    line-height: 1.5;
  }
}

.faq__answer-text p {
  margin: 0;
  padding: 0;
}

.faq__button-more {
  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;
  font-size: calc(18px + 6 * ((100vw - 374px) / 1546));
  line-height: 1;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 45px;
  padding: 30px 0;
  border-radius: 12px;
  color: #91999B;
  background: rgba(206, 218, 225, 0.21);
}

@media screen and (max-width: 374px) {
  .faq__button-more {
    font-size: 18px;
  }
}

@media screen and (min-width: 1920px) {
  .faq__button-more {
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  .faq__button-more {
    margin-top: 23px;
    padding: 24px 0;
  }
}

.faq__button-more:hover {
  background: rgba(206, 218, 225, 0.5);
}

.feedback {
  margin: 80px 0;
}

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

.feedback__content {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 52px 50px 60px 62px;
  border-radius: 12px;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .feedback__content {
    padding: 40px 30px;
    background: #fbfaf9;
  }
}

@media (max-width: 1024px) {
  .feedback__content {
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  .feedback__content {
    padding: 22px 15px 15px;
    background: transparent;
  }
}

.feedback__bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1416px;
  max-width: 1416px;
  height: auto;
  transform: translateX(-50%);
  z-index: -1;
}

@media (max-width: 1200px) {
  .feedback__bg {
    display: none;
  }
}

.feedback__left {
  max-width: 400px;
}

@media (max-width: 1024px) {
  .feedback__left {
    max-width: 630px;
    margin-bottom: 30px;
  }
}

.feedback__title {
  margin: 0;
  padding: 0;
  font-size: calc(26px + 16 * ((100vw - 374px) / 1546));
  line-height: 1.55;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 30px;
}

@media screen and (max-width: 374px) {
  .feedback__title {
    font-size: 26px;
  }
}

@media screen and (min-width: 1920px) {
  .feedback__title {
    font-size: 42px;
  }
}

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

@media (max-width: 1024px) {
  .feedback__connect {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .feedback__connect {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.feedback__call {
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  .feedback__call {
    margin-bottom: 0;
  }
}

.feedback__call-text,
.feedback__chat-text {
  margin: 0;
  padding: 0;
  font-size: calc(18px + 0 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 5px;
}

@media screen and (max-width: 374px) {

  .feedback__call-text,
  .feedback__chat-text {
    font-size: 18px;
  }
}

@media screen and (min-width: 1920px) {

  .feedback__call-text,
  .feedback__chat-text {
    font-size: 18px;
  }
}

.feedback__call-link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.3s ease;
  font-size: calc(30px + 0 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  letter-spacing: -0.03em;
}

@media screen and (max-width: 374px) {
  .feedback__call-link {
    font-size: 30px;
  }
}

@media screen and (min-width: 1920px) {
  .feedback__call-link {
    font-size: 30px;
  }
}

.feedback__call-link:hover {
  color: #025FD9;
}

.feedback__call-time {
  font-size: calc(16px + 0 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  display: block;
  margin-top: 5px;
}

@media screen and (max-width: 374px) {
  .feedback__call-time {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .feedback__call-time {
    font-size: 16px;
  }
}

.feedback__chat-links {
  display: flex;
  gap: 16px;
  margin-top: 15px;
}

@media (max-width: 1024px) {
  .feedback__chat-links {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .feedback__chat-links {
    margin-top: 15px;
  }
}

@media (max-width: 576px) {
  .feedback__chat-links {
    justify-content: space-between;
    max-width: 321px;
  }
}

.feedback__chat-link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.3s ease;
  font-size: calc(16px + 0 * ((100vw - 374px) / 1546));
  line-height: 1;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 146px;
  padding: 21px 10px;
  border-radius: 12px;
  text-transform: uppercase;
  color: #FFFFFF;
}

@media screen and (max-width: 374px) {
  .feedback__chat-link {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .feedback__chat-link {
    font-size: 16px;
  }
}

.feedback__chat-link--whatsapp {
  background: #3AD902;
  box-shadow: 0px 11px 22px rgba(0, 94, 236, 0.24);
}

.feedback__chat-link--telegram {
  background: #02B2D9;
  box-shadow: 0px 11px 22px rgba(0, 94, 236, 0.24);
}

.feedback__right {
  max-width: 350px;
  margin-top: 15px;
}

@media (max-width: 1200px) {
  .feedback__right {
    margin-top: 0;
  }
}

@media (max-width: 1024px) {
  .feedback__right {
    max-width: none;
    padding-top: 20px;
    border-top: 1px solid rgba(153, 173, 180, 0.73);
  }
}

.feedback__form-title {
  margin: 0;
  padding: 0;
  font-size: calc(26px + 6 * ((100vw - 374px) / 1546));
  line-height: 1.3;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 21px;
}

@media screen and (max-width: 374px) {
  .feedback__form-title {
    font-size: 26px;
  }
}

@media screen and (min-width: 1920px) {
  .feedback__form-title {
    font-size: 32px;
  }
}

@media (max-width: 576px) {
  .feedback__form-title {
    margin-bottom: 25px;
  }
}

.feedback__form-content {
  max-width: 336px;
}

@media (max-width: 1024px) {
  .feedback__form-content {
    max-width: 400px;
  }
}

.input-field.valid .feedback__input {
  border: 1px solid #02D931;
}

.input-field.invalid .feedback__input {
  border: 1px solid #025fd9;
  box-shadow: 0px 0px 8px rgba(222, 33, 56, 0.4);
}

.feedback__button {
  width: 100%;
  margin-top: 8px;
  padding: 30px 54px;
}

.fit {
  margin: 80px 0;
}

@media (max-width: 576px) {
  .fit {
    margin: 50px 0;
  }
}

.fit__title {
  margin-bottom: 25px;
}

.fit__text {
  font-size: calc(18px + 2 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  width: 92%;
  margin-bottom: 45px;
}

@media screen and (max-width: 374px) {
  .fit__text {
    font-size: 18px;
  }
}

@media screen and (min-width: 1920px) {
  .fit__text {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .fit__text {
    width: 100%;
    margin-bottom: 25px;
    line-height: 1.3;
  }
}

.fit__text p {
  margin: 0;
  padding: 0;
}

.fit__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media (max-width: 1024px) {
  .fit__list {
    display: flex;
    gap: 0;
  }
}

.fit__item {
  padding: 30px;
  border-radius: 12px;
  background: #F7FCFE;
}

@media (max-width: 1024px) {
  .fit__item {
    height: auto;
  }
}

@media (max-width: 576px) {
  .fit__item {
    padding: 16px 16px 19px;
  }
}

.fit__image-wrap {
  width: 100%;
  margin-bottom: 15px;
  padding: 12px 0 0;
  aspect-ratio: 2.2;
  font-size: 0;
  overflow: hidden;
  background: #FFFFFF;
}

.fit__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.fit__name {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  font-weight: 600;
}

@media (max-width: 576px) {
  .fit__name {
    margin-bottom: 7px;
  }
}

.fit__desc {
  font-size: calc(14px + 2 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #7A8386;
}

@media screen and (max-width: 374px) {
  .fit__desc {
    font-size: 14px;
  }
}

@media screen and (min-width: 1920px) {
  .fit__desc {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .fit__desc {
    line-height: 1.4;
  }
}

.fit__desc p {
  margin: 0;
  padding: 0;
}

.fit__pagination {
  margin-top: 22px;
}

.footer {
  border-radius: 12px 12px 0 0;
  background: #F7FCFE;
}

.footer__top {
  padding: 30px 0 5px;
  border-bottom: 1px solid #E2F5FF;
}

@media (max-width: 576px) {
  .footer__top {
    padding: 15px 0 20px;
  }
}

.footer__top-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

@media (max-width: 1024px) {
  .footer__logo {
    width: 100%;
  }
}

.footer__call {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer__call-link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.3s ease;
  font-size: calc(30px + 0 * ((100vw - 374px) / 1546));
  line-height: 1;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  letter-spacing: -0.03em;
}

@media screen and (max-width: 374px) {
  .footer__call-link {
    font-size: 30px;
  }
}

@media screen and (min-width: 1920px) {
  .footer__call-link {
    font-size: 30px;
  }
}

.footer__call-link:hover {
  color: #025FD9;
}

.footer__call-text {
  font-size: calc(16px + 0 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 374px) {
  .footer__call-text {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .footer__call-text {
    font-size: 16px;
  }
}

.footer__social {
  display: flex;
  align-items: center;
}

.footer__social-text {
  font-size: calc(16px + 2 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin-right: 30px;
}

@media screen and (max-width: 374px) {
  .footer__social-text {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .footer__social-text {
    font-size: 18px;
  }
}

@media (max-width: 1024px) {
  .footer__social-text {
    display: none;
  }
}

.footer__middle {
  padding: 25px 0;
  border-bottom: 1px solid #E2F5FF;
}

@media (max-width: 576px) {
  .footer__middle {
    padding: 28px 0 19px;
  }
}

.footer__license {
  margin: 0;
  padding: 0;
  font-size: calc(14px + 2 * ((100vw - 374px) / 1546));
  line-height: 1.55;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 12px;
  color: #7A8386;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 374px) {
  .footer__license {
    font-size: 14px;
  }
}

@media screen and (min-width: 1920px) {
  .footer__license {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .footer__license {
    margin-bottom: 17px;
    line-height: 1.5;
  }
}

.footer__warn {
  margin: 0;
  padding: 0;
  font-size: calc(14px + 2 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #7A8386;
  letter-spacing: 0.26em;
}

@media screen and (max-width: 374px) {
  .footer__warn {
    font-size: 14px;
  }
}

@media screen and (min-width: 1920px) {
  .footer__warn {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .footer__warn {
    line-height: 1.3;
    letter-spacing: -0.01em;
  }
}

.footer__bottom {
  padding: 15px 0 5px;
  padding-bottom: calc(5px + 58px + constant(safe-area-inset-bottom));
  padding-bottom: calc(5px + 58px + env(safe-area-inset-bottom));
}

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

@media (max-width: 1024px) {
  .footer__bottom-content {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 576px) {
  .footer__bottom-content {
    gap: 8px;
  }
}

.footer__copyright,
.footer__develop {
  margin: 0;
  padding: 0;
  font-size: calc(14px + 2 * ((100vw - 374px) / 1546));
  line-height: 1.55;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #7A8386;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 374px) {

  .footer__copyright,
  .footer__develop {
    font-size: 14px;
  }
}

@media screen and (min-width: 1920px) {

  .footer__copyright,
  .footer__develop {
    font-size: 16px;
  }
}

.footer__develop {
  display: flex;
  align-items: center;
}

@media (max-width: 1024px) {
  .footer__develop {
    gap: 10px;
    justify-content: space-between;
    width: 100%;
  }
}

@media (max-width: 576px) {
  .footer__develop {
    letter-spacing: normal;
  }
}

.footer__develop-link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.3s ease;
  flex-shrink: 0;
  margin-left: 10px;
}

@media (max-width: 1024px) {
  .footer__develop-link {
    margin-left: 0;
  }
}

.footer__develop-link-image {
  width: 100%;
  max-width: 135px;
  height: auto;
}

.header {
  position: relative;
  z-index: 2;
  border-radius: 8px;
}

.header__top {
  position: relative;
  z-index: 2;
  padding: 9px 0;
  box-shadow: 0px 10px 22px rgba(52, 54, 198, 0.08);
}

@media (max-width: 576px) {
  .header__top {
    padding: 0;
  }
}

.header__top-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.header__logo {
  border-top: 16px solid transparent;
}

@media (max-width: 576px) {
  .header__logo {
    border-top-width: 6px;
  }
}

.header__location {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  align-items: center;
}

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

.header__location-image {
  margin-right: 12px;
}

.header__location-info {
  display: flex;
  flex-direction: column;
}

.header__location-text {
  font-size: calc(16px + 4 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 4px;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 374px) {
  .header__location-text {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .header__location-text {
    font-size: 20px;
  }
}

.header__location-link {
  font-size: calc(12px + 4 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  position: relative;
  color: #025FD9;
}

@media screen and (max-width: 374px) {
  .header__location-link {
    font-size: 12px;
  }
}

@media screen and (min-width: 1920px) {
  .header__location-link {
    font-size: 16px;
  }
}

.header__location-link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 2px;
  background: #025FD9;
}

.header__call {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media (max-width: 1200px) {
  .header__call {
    margin-left: auto;
    margin-right: 65px;
  }
}

@media (max-width: 768px) {
  .header__call {
    margin-right: 40px;
  }
}

@media (max-width: 576px) {
  .header__call {
    margin-right: 28px;
  }
}

@media (max-width: 374px) {
  .header__call {
    margin: 0;
  }
}

.header__call-link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.3s ease;
  font-size: calc(16px + 14 * ((100vw - 374px) / 1546));
  line-height: 1;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  white-space: nowrap;
}

@media screen and (max-width: 374px) {
  .header__call-link {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .header__call-link {
    font-size: 30px;
  }
}

@media (max-width: 1200px) {
  .header__call-link {
    line-height: 1.5;
  }
}

.header__call-link:hover {
  color: #025FD9;
}

.header__call-text {
  font-size: calc(10px + 6 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 374px) {
  .header__call-text {
    font-size: 10px;
  }
}

@media screen and (min-width: 1920px) {
  .header__call-text {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .header__top-appointment {
    display: none;
  }
}

.header__schedule {
  margin-bottom: 25px;
}

.header__schedule-title {
  font-size: calc(14px + 0 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  display: block;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #91999B;
}

@media screen and (max-width: 374px) {
  .header__schedule-title {
    font-size: 14px;
  }
}

@media screen and (min-width: 1920px) {
  .header__schedule-title {
    font-size: 14px;
  }
}

.header__schedule-row {
  display: flex;
}

.header__schedule-time {
  font-size: calc(16px + 0 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  position: relative;
  margin-right: 20px;
}

@media screen and (max-width: 374px) {
  .header__schedule-time {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .header__schedule-time {
    font-size: 16px;
  }
}

.header__schedule-time::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 21px;
  top: -3px;
  right: -8px;
  display: inline-block;
  background: #1C1C1C;
}

.header__schedule-day {
  font-size: calc(16px + 0 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 374px) {
  .header__schedule-day {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .header__schedule-day {
    font-size: 16px;
  }
}

.header__bottom {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #FFFFFF;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.55s cubic-bezier(0.5, 0, 0.3, 1);
  overflow-y: auto;
}

@media (max-width: 768px) {
  .header__bottom {
    display: block;
  }
}

.show-menu .header__bottom {
  max-height: calc(100vh - 99px);
  visibility: visible;
  opacity: 1;
}

@media (max-width: 576px) {
  .show-menu .header__bottom {
    max-height: calc(100vh - 53px);
  }
}

.header__bottom::-webkit-scrollbar-track {
  background-color: #D2D8E2;
}

.header__bottom::-webkit-scrollbar {
  width: 4px;
  background-color: #D2D8E2;
}

.header__bottom::-webkit-scrollbar-thumb {
  background-color: #025FD9;
}

.header__bottom-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 35px 0 100px;
}

.header__bottom-appointment {
  align-self: center;
  width: 100%;
  max-width: 350px;
  margin-bottom: 30px;
  padding: 24px 5px;
}

.header__address {
  margin-bottom: 30px;
}

.header__address-title {
  font-size: calc(14px + 0 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  display: block;
  margin-bottom: 12px;
  text-transform: uppercase;
  color: #91999B;
}

@media screen and (max-width: 374px) {
  .header__address-title {
    font-size: 14px;
  }
}

@media screen and (min-width: 1920px) {
  .header__address-title {
    font-size: 14px;
  }
}

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

.header__address-item {
  font-size: calc(16px + 0 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 374px) {
  .header__address-item {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .header__address-item {
    font-size: 16px;
  }
}

.header__address-item:not(:last-child) {
  margin-bottom: 23px;
}

.header__map iframe {
  width: 100%;
  height: 300px;
  border-radius: 12px;
  border: none;
}

@media (max-width: 576px) {
  .header__map iframe {
    height: 180px;
  }
}

.implantation {
  position: relative;
  padding: 44px 0;
}

@media (max-width: 1024px) {
  .implantation {
    padding: 0;
  }
}

.implantation::before {
  content: "";
  position: absolute;
  width: 32%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 0 4px 4px 0;
  background: linear-gradient(270.41deg, #025FD9 0.35%, rgba(2, 95, 217, 0.17) 101.49%);
}

@media (max-width: 1024px) {
  .implantation::before {
    display: none;
  }
}

.implantation__content {
  display: flex;
  align-items: center;
}

@media (max-width: 1024px) {
  .implantation__content {
    flex-direction: column;
  }
}

.implantation__left {
  width: 41%;
  padding-left: 64px;
}

@media (max-width: 1440px) {
  .implantation__left {
    padding-left: 0;
  }
}

@media (max-width: 1024px) {
  .implantation__left {
    width: 100%;
    margin-bottom: 20px;
  }
}

.implantation__image-wrap {
  font-size: 0;
}

@media (max-width: 1024px) {
  .implantation__image-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 0 16px;
  }
}

@media (max-width: 1024px) {
  .implantation__image-wrap::before {
    position: absolute;
    content: '';
    top: 30px;
    bottom: 30px;
    left: -20px;
    right: -20px;
    z-index: -1;
    background: linear-gradient(270.41deg, #025FD9 0.35%, rgba(2, 95, 217, 0.17) 101.49%);
    border-radius: 4px;
  }
}

.implantation__right {
  width: 59%;
  padding-left: 140px;
  padding-top: 12px;
}

@media (max-width: 1440px) {
  .implantation__right {
    padding-left: 60px;
  }
}

@media (max-width: 1024px) {
  .implantation__right {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }
}

.implantation__title {
  max-width: 685px;
  margin-bottom: 25px;
}

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

.implantation__left .implantation__title {
  display: none;
}

@media (max-width: 1024px) {
  .implantation__left .implantation__title {
    display: block;
  }
}

@media (max-width: 1024px) {
  .implantation__right .implantation__title {
    display: none;
  }
}

.implantation__text {
  font-size: calc(18px + 0 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  max-width: 685px;
  margin-bottom: 35px;
}

@media screen and (max-width: 374px) {
  .implantation__text {
    font-size: 18px;
  }
}

@media screen and (min-width: 1920px) {
  .implantation__text {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .implantation__text {
    margin-bottom: 25px;
    line-height: 1.55;
  }
}

.implantation__text p {
  margin: 0;
  padding: 0;
}

.implantation__text p:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .implantation__text p:not(:last-child) {
    margin-bottom: 15px;
  }
}

.implantation__slider {
  overflow: visible;
}

.implantation__slider-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  counter-reset: implantation-list;
}

@media (max-width: 1200px) {
  .implantation__slider-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1024px) {
  .implantation__slider-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .implantation__slider-list {
    display: flex;
    gap: 0;
  }
}

.implantation__slider-item {
  font-size: calc(14px + 0 * ((100vw - 374px) / 1546));
  line-height: 1.4;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  position: relative;
  padding: 23px 14px 30px 18px;
  background: linear-gradient(284.44deg, #F7F7F7 0%, #F2F5F8 32.97%, #FFFFFF 61.69%);
  box-shadow: 0px 15px 20px rgba(151, 167, 187, 0.17);
  border-radius: 4px;
}

@media screen and (max-width: 374px) {
  .implantation__slider-item {
    font-size: 14px;
  }
}

@media screen and (min-width: 1920px) {
  .implantation__slider-item {
    font-size: 14px;
  }
}

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

@media (max-width: 1200px) {
  .implantation__slider-item:nth-child(3n) {
    grid-column: span 2;
  }
}

@media (max-width: 1024px) {
  .implantation__slider-item:nth-child(3n) {
    grid-column: auto;
  }
}

.implantation__slider-item::before {
  font-size: calc(16px + 0 * ((100vw - 374px) / 1546));
  line-height: 1;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  top: -18px;
  right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #FFFFFF;
  background: #025FD9;
  content: "0" counter(implantation-list);
  counter-increment: implantation-list;
}

@media screen and (max-width: 374px) {
  .implantation__slider-item::before {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .implantation__slider-item::before {
    font-size: 16px;
  }
}

.implantation__slider-pagination {
  margin-top: 25px;
}

.installment {
  position: relative;
  z-index: 1;
  margin: 80px 0 0;
}

@media (max-width: 576px) {
  .installment {
    margin: 30px 0 0;
  }
}

.installment__content {
  position: relative;
  display: flex;
  border-radius: 12px;
  background: #FFFFFF;
  box-shadow: 0px 13px 10px rgba(122, 131, 134, 0.12);
}

@media (max-width: 1024px) {
  .installment__content {
    flex-direction: column-reverse;
  }
}

.installment__left {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 60%;
  padding: 50px 0 65px 60px;
}

@media (max-width: 1024px) {
  .installment__left {
    width: 100%;
    padding: 0 30px 40px;
  }
}

@media (max-width: 576px) {
  .installment__left {
    padding: 0 15px 20px;
  }
}

.installment__title {
  margin-bottom: 18px;
}

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

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

.installment__text {
  font-size: calc(16px + 4 * ((100vw - 374px) / 1546));
  line-height: 1.4;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  width: 80%;
  margin-bottom: 35px;
}

@media screen and (max-width: 374px) {
  .installment__text {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .installment__text {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .installment__text {
    width: 100%;
  }
}

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

.installment__text p {
  margin: 0;
  padding: 0;
}

.installment__button {
  padding: 22px 25px;
}

@media (max-width: 576px) {
  .installment__button {
    width: 100%;
  }
}

.installment__right {
  position: absolute;
  top: 0;
  right: 0;
  width: 64%;
  height: 100%;
}

@media (max-width: 1024px) {
  .installment__right {
    position: static;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding: 0 30px;
  }
}

@media (max-width: 576px) {
  .installment__right {
    margin-bottom: 5px;
    padding: 0;
  }
}

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

@media (max-width: 1024px) {
  .installment__image-wrap {
    max-width: 600px;
    height: auto;
  }
}

.installment__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 100% 100%;
  object-position: 100% 100%;
}

.location {
  position: relative;
  padding: 100px 0 0;
}

@media (max-width: 576px) {
  .location {
    padding: 50px 0 0;
  }
}

.location__bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: auto;
  transform: translateX(-50%);
}

.location__title {
  margin-bottom: 35px;
}

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

.location__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 24px;
}

@media (max-width: 1200px) {
  .location__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .location__list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
  .location__list {
    gap: 12px;
  }
}

.location__item {
  display: flex;
  flex-direction: column;
  padding: 20px 28px 25px;
  background: linear-gradient(284.44deg, #F7F7F7 0%, #F2F5F8 32.97%, #FFFFFF 61.69%);
  border: 1px solid #E8EEF0;
  box-shadow: 0px 13px 10px rgba(122, 131, 134, 0.12);
  border-radius: 12px;
}

@media (max-width: 576px) {
  .location__item {
    padding: 18px 14px 20px;
  }
}

.location__name {
  font-size: calc(18px + 6 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
}

@media screen and (max-width: 374px) {
  .location__name {
    font-size: 18px;
  }
}

@media screen and (min-width: 1920px) {
  .location__name {
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  .location__name {
    margin-bottom: 13px;
  }
}

.location__address {
  font-size: calc(16px + 2 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 15px;
}

@media screen and (max-width: 374px) {
  .location__address {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .location__address {
    font-size: 18px;
  }
}

.location__link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.3s ease;
  font-size: calc(16px + 2 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 15px;
  color: #025fd9;
}

@media screen and (max-width: 374px) {
  .location__link {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .location__link {
    font-size: 18px;
  }
}

.location__schedule-title {
  font-size: calc(14px + 2 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  display: block;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #91999B;
}

@media screen and (max-width: 374px) {
  .location__schedule-title {
    font-size: 14px;
  }
}

@media screen and (min-width: 1920px) {
  .location__schedule-title {
    font-size: 16px;
  }
}

.location__schedule-row {
  display: flex;
}

.location__schedule-time {
  font-size: calc(16px + 2 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  position: relative;
  margin-right: 25px;
}

@media screen and (max-width: 374px) {
  .location__schedule-time {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .location__schedule-time {
    font-size: 18px;
  }
}

.location__schedule-time::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 21px;
  top: 0;
  right: -12px;
  display: inline-block;
  background: #1C1C1C;
}

.location__schedule-day {
  font-size: calc(16px + 2 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 374px) {
  .location__schedule-day {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .location__schedule-day {
    font-size: 18px;
  }
}

.location__map iframe {
  width: 100%;
  height: 449px;
  border-radius: 12px;
  border: none;
}

.page__container {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1496px;
  margin: 0 auto;
  padding: 0 40px;
}

@media (max-width: 1024px) {
  .page__container {
    padding: 0 20px;
  }
}

@media (max-width: 576px) {
  .page__container {
    padding: 0 12px;
  }
}

.price {
  position: relative;
  margin-bottom: 100px;
  padding: 100px 0 0;
}

@media (max-width: 576px) {
  .price {
    margin-bottom: 50px;
    padding: 50px 0 0;
  }
}

.price__bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: auto;
  transform: translateX(-50%);
}

.price__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

@media (max-width: 1200px) {
  .price__top {
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .price__top {
    margin-bottom: 3px;
  }
}

.price__top-info {
  width: 70%;
}

@media (max-width: 1200px) {
  .price__top-info {
    width: 90%;
  }
}

@media (max-width: 576px) {
  .price__top-info {
    width: 100%;
  }
}

.price__title {
  margin-bottom: 20px;
}

.price__text {
  font-size: calc(18px + 2 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 374px) {
  .price__text {
    font-size: 18px;
  }
}

@media screen and (min-width: 1920px) {
  .price__text {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .price__text {
    line-height: 1.4;
  }
}

.price__text p {
  margin: 0;
  padding: 0;
}

@media (max-width: 1200px) {
  .price__top .price__button {
    display: none;
  }
}

.price__right .price__button {
  display: none;
}

@media (max-width: 1200px) {
  .price__right .price__button {
    display: block;
    align-self: center;
  }
}

.price__content {
  display: grid;
  grid-template-columns: 337px 1fr;
  gap: 24px;
}

@media (max-width: 1440px) {
  .price__content {
    display: block;
  }
}

.price__left {
  padding-top: 100px;
}

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

.price__image-wrap {
  width: 100%;
}

.price__right {
  padding-top: 10px;
}

@media (max-width: 1200px) {
  .price__right {
    display: flex;
    flex-direction: column;
    padding-top: 0;
  }
}

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

@media (max-width: 1200px) {
  .price__list {
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .price__list {
    margin-bottom: 7px;
  }
}

.price__item {
  display: grid;
  grid-template-columns: 107px 1fr 151px 209px;
  gap: 10px;
  align-items: center;
  padding: 19px 0 18px;
  border-bottom: 1px solid rgba(153, 173, 180, 0.73);
}

@media (max-width: 1024px) {
  .price__item {
    grid-template-columns: 1fr 151px 150px;
  }
}

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

@media (max-width: 576px) {
  .price__item {
    padding: 17px 0;
  }
}

@media (max-width: 576px) {
  .price__item:last-child {
    border-bottom: none;
  }
}

@media (max-width: 1024px) {
  .price__item-image-wrap {
    display: none;
  }
}

.price__item-image {
  max-width: 107px;
  height: auto;
}

.price__item-name {
  margin: 0;
  padding: 0;
  font-size: calc(18px + 6 * ((100vw - 374px) / 1546));
  line-height: 1.4;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 7px;
}

@media screen and (max-width: 374px) {
  .price__item-name {
    font-size: 18px;
  }
}

@media screen and (min-width: 1920px) {
  .price__item-name {
    font-size: 24px;
  }
}

.price__item-text {
  margin: 0;
  padding: 0;
  font-size: calc(16px + 0 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  width: 70%;
  margin-bottom: 5px;
}

@media screen and (max-width: 374px) {
  .price__item-text {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .price__item-text {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .price__item-text {
    width: 90%;
  }
}

@media (max-width: 1024px) {
  .price__item-text {
    width: 85%;
  }
}

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

.price__item-country {
  display: flex;
  align-items: center;
  margin-left: -49px;
  display: none;
}

@media (max-width: 1024px) {
  .price__item-country {
    margin-left: 0;
  }
}

.price__item-country-icon-wrap {
  width: 30px;
  height: 30px;
  margin-right: 19px;
  border-radius: 50%;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .price__item-country-icon-wrap {
    margin-right: 10px;
  }
}

@media (max-width: 576px) {
  .price__item-country-icon-wrap {
    width: 22px;
    height: 22px;
    margin-right: 5px;
  }
}

.price__item-country-icon {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.price__item-country-name {
  margin: 0;
  padding: 0;
  font-size: calc(14px + 2 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #7A8386;
}

@media screen and (max-width: 374px) {
  .price__item-country-name {
    font-size: 14px;
  }
}

@media screen and (min-width: 1920px) {
  .price__item-country-name {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .price__item-country-name span {
    display: none;
  }
}

.price__item-brand {
  justify-self: center;
  padding: 0 10px;
  opacity: 0;
}

@media (max-width: 768px) {
  .price__item-brand {
    display: none;
  }
}

.price__item-cost {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media (max-width: 768px) {
  .price__item-cost {
    flex-shrink: 0;
    align-self: flex-start;
  }
}

.price__item-cost-key {
  font-size: calc(12px + 2 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
  color: #7A8386;
}

@media screen and (max-width: 374px) {
  .price__item-cost-key {
    font-size: 12px;
  }
}

@media screen and (min-width: 1920px) {
  .price__item-cost-key {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .price__item-cost-key {
    margin-bottom: 5px;
  }
}

.price__item-cost-value {
  font-size: calc(22px + 2 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 374px) {
  .price__item-cost-value {
    font-size: 22px;
  }
}

@media screen and (min-width: 1920px) {
  .price__item-cost-value {
    font-size: 18px;
  }
}

.price__item-details {
  position: relative;
  display: none;
}

@media (max-width: 576px) {
  .price__item-details {
    display: block;
  }
}

@media (max-width: 576px) {
  .price__item-details-button {
    margin: 0;
    padding: 0;
    text-align: left;
    border: none;
    outline: none;
    background-color: transparent;
    transition: all 0.3s ease;
    cursor: pointer;
    width: 24px;
    height: 24px;
    margin-top: 2px;
    background: url("../img/icon-question.svg") 50% 50% no-repeat;
  }
}

.price__item-details-card {
  display: none;
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  z-index: 2;
  width: 100vw;
  width: calc(var(--screen-width) - 24px);
  padding: 24px 15px 44px 22px;
  background: #FFFFFF url("../img/price-detail-bg.png") no-repeat;
  background-size: cover;
  box-shadow: 0px 15px 20px rgba(151, 167, 187, 0.17);
  border-radius: 4px;
}

.price__item-details-card.show {
  display: block;
  padding: 24px 15px 44px 22px;
}

.price__item-details-card:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 0;
  border-style: solid;
  border-width: 0 0 17px 22px;
  border-color: transparent transparent #EEF9FF transparent;
}

.price__item-details-button-close {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.3s ease;
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 27px;
  height: 27px;
  background: transparent;
  border: 1px solid #025FD9;
  border-radius: 50%;
}

.price__item-details-button-close-icon {
  stroke: #025FD9;
  transition: all 0.3s ease;
}

.price__item-details-brand {
  padding-bottom: 14px;
  border-bottom: 1px solid #B4C3C8;
}

.price__item-details-brand-image {
  max-width: 131px;
}

.price__item-details-info {
  font-size: calc(18px + 0 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  padding-top: 15px;
  color: #1C1C1C;
}

@media screen and (max-width: 374px) {
  .price__item-details-info {
    font-size: 18px;
  }
}

@media screen and (min-width: 1920px) {
  .price__item-details-info {
    font-size: 18px;
  }
}

.price__item-details-info-title {
  margin: 0;
  padding: 0;
  font-weight: 600;
}

.price__item-details-info-text {
  margin: 0;
  padding: 0;
}

.promo {
  position: relative;
  padding: 85px 0 170px;
}

@media (max-width: 1440px) {
  .promo {
    padding: 50px 0 100px;
  }
}

@media (max-width: 1200px) {
  .promo {
    padding: 50px 0 80px;
  }
}

@media (max-width: 1024px) {
  .promo {
    padding: 50px 0 70px;
  }
}

@media (max-width: 768px) {
  .promo {
    padding: 170px 0 100px;
  }
}

@media (max-width: 576px) {
  .promo {
    padding: 0 0 45px;
  }
}

.promo__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

@media (max-width: 1024px) {
  .promo__bg {
    left: 5%;
  }
}

@media (max-width: 576px) {
  .promo__bg {
    position: static;
  }
}

.promo__content {
  display: flex;
}

@media (max-width: 576px) {
  .promo__content {
    margin-top: -65px;
  }
}

@media (max-width: 576px) {
  .promo__info {
    width: 100%;
  }
}

.promo__title {
  margin-bottom: 40px;
}

@media (max-width: 1440px) {
  .promo__title {
    margin-bottom: 30px;
  }
}

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

.promo__title-underline {
  position: relative;
}

.promo__title-underline::after {
  content: "";
  position: absolute;
  width: calc(100% + 20px);
  height: 30px;
  bottom: -21px;
  left: -10px;
  background: url("../img/underline.svg") 0 0/contain no-repeat;
}

@media (max-width: 576px) {
  .promo__title-underline::after {
    display: none;
  }
}

.promo__text {
  font-size: calc(18px + 6 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  max-width: 520px;
  margin-bottom: 55px;
}

@media screen and (max-width: 374px) {
  .promo__text {
    font-size: 18px;
  }
}

@media screen and (min-width: 1920px) {
  .promo__text {
    font-size: 24px;
  }
}

@media (max-width: 1440px) {
  .promo__text {
    margin-bottom: 35px;
  }
}

@media (max-width: 1024px) {
  .promo__text {
    max-width: 440px;
  }
}

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

.promo__text p {
  margin: 0;
  padding: 0;
}

.promo__bottom {
  display: flex;
  align-items: flex-start;
}

@media (max-width: 1440px) {
  .promo__bottom {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .promo__bottom {
    flex-direction: row;
    align-items: center;
  }
}

@media (max-width: 576px) {
  .promo__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

.promo__link {
  font-size: calc(16px + 2 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  z-index: 0;
  padding: 29px 58px;
  background-image: url("../img/icon-press.svg");
  background-position: calc(100% - 12px) 50%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 374px) {
  .promo__link {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .promo__link {
    font-size: 18px;
  }
}

@media (max-width: 1200px) {
  .promo__link {
    padding: 14px 58px;
  }
}

@media (max-width: 576px) {
  .promo__link {
    width: 100%;
  }
}

.promo__caption {
  font-size: calc(14px + 0 * ((100vw - 374px) / 1546));
  line-height: 1.6;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  max-width: 445px;
  margin-left: -48px;
  backdrop-filter: blur(12px);
}

@media screen and (max-width: 374px) {
  .promo__caption {
    font-size: 14px;
  }
}

@media screen and (min-width: 1920px) {
  .promo__caption {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .promo__caption {
    margin-left: 0;
    margin-top: 15px;
  }
}

@media (max-width: 768px) {
  .promo__caption {
    margin-left: -35px;
    margin-top: 0;
  }
}

@media (max-width: 576px) {
  .promo__caption {
    margin-top: 30px;
    margin-left: 6px;
    line-height: 1.3;
  }
}

.promo__caption p {
  margin: 0;
  padding: 0;
}

.promo__caption-image {
  margin-right: 14px;
}

@media (max-width: 1200px) {
  .promo__caption-image {
    width: 80px;
    height: auto;
  }
}

@media (max-width: 576px) {
  .promo__caption-image {
    width: 71px;
  }
}

.quiz {
  margin: 100px 0;
}

@media (max-width: 768px) {
  .quiz {
    margin: 50px 0;
  }
}

.quiz__title {
  margin-bottom: 35px;
}

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

.quiz__content {
  display: flex;
  padding: 32px 32px 40px;
  background: #FFFFFF;
  box-shadow: 0px 12px 20px rgba(135, 148, 159, 0.16);
  border-radius: 12px;
}

@media (max-width: 1024px) {
  .quiz__content {
    padding: 32px 10px 40px;
  }
}

@media (max-width: 768px) {
  .quiz__content {
    flex-direction: column-reverse;
  }
}

@media (max-width: 768px) {
  .quiz__content {
    padding: 0;
  }
}

.quiz__form {
  flex-shrink: 0;
  width: 73%;
}

@media (max-width: 1024px) {
  .quiz__form {
    width: 66%;
  }
}

@media (max-width: 768px) {
  .quiz__form {
    width: 100%;
  }
}

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

.quiz__item {
  display: flex;
  flex-direction: column;
  height: auto;
  padding: 32px;
}

@media (max-width: 1200px) {
  .quiz__item {
    padding: 32px 20px 20px;
  }
}

@media (max-width: 1024px) {
  .quiz__item {
    padding: 32px 10px 20px;
  }
}

@media (max-width: 768px) {
  .quiz__item {
    padding: 32px 16px 16px;
  }
}

.quiz__progress {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 27px;
  margin-bottom: 30px;
  border-radius: 20px;
  background: #F9F9F9;
}

@media (max-width: 576px) {
  .quiz__progress {
    margin-bottom: 23px;
  }
}

.quiz__progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: url("../img/icon-stars-filled.svg") 0 0/128px 24px no-repeat;
  background: repeating-linear-gradient(-45deg, #1f71dd, #1f71dd 8px, #025FD9 8px, #025FD9 14px);
  border-radius: 20px;
}

.quiz__progress-text {
  font-size: calc(14px + 0 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  top: -30px;
}

@media screen and (max-width: 374px) {
  .quiz__progress-text {
    font-size: 14px;
  }
}

@media screen and (min-width: 1920px) {
  .quiz__progress-text {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .quiz__progress-text {
    top: -20px;
  }
}

.quiz__ordinal {
  font-size: calc(14px + 0 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  align-self: center;
  margin-bottom: 17px;
  padding: 7px 18px;
  border-radius: 15px;
  color: #FFFFFF;
  background: #025FD9;
}

@media screen and (max-width: 374px) {
  .quiz__ordinal {
    font-size: 14px;
  }
}

@media screen and (min-width: 1920px) {
  .quiz__ordinal {
    font-size: 14px;
  }
}

.quiz__ordinal span {
  opacity: 0.6;
}

.quiz__question {
  margin: 0;
  padding: 0;
  font-size: calc(20px + 12 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  align-self: center;
  margin-bottom: 23px;
  text-align: center;
}

@media screen and (max-width: 374px) {
  .quiz__question {
    font-size: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .quiz__question {
    font-size: 32px;
  }
}

@media (max-width: 576px) {
  .quiz__question {
    margin-bottom: 16px;
  }
}

.quiz__answer-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 85px;
}

@media (max-width: 1024px) {
  .quiz__answer-list {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .quiz__answer-list {
    margin-bottom: 20px;
  }
}

.quiz__answer-item-box {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.quiz__answer-item-box::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #E9EEF0;
  box-shadow: 0 0 0 8px #FFFFFF, 0 0 0 9px rgba(0, 52, 236, 0.1);
  border-radius: 50%;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  transition: background-color 0.3s ease;
}

@media (max-width: 1024px) {
  .quiz__answer-item-box::after {
    bottom: 50%;
    left: 25px;
    transform: translateY(50%);
  }
}

.quiz__answer-item-checkbox:checked+.quiz__answer-item-box::after {
  background: #025FD9 url("../img/icon-check.svg") 50% 50% no-repeat;
}

.quiz__answer-item-box-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 87px;
  border-radius: 12px;
  background: #F9F9F9;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .quiz__answer-item-box-content {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (max-width: 768px) {
  .quiz__answer-item-box-content {
    min-height: 72px;
  }
}

@media (max-width: 576px) {
  .quiz__answer-item-box-content {
    min-height: 69px;
  }
}

.quiz__answer-item-image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
}

@media (max-width: 1024px) {
  .quiz__answer-item-image-wrap {
    max-width: 95px;
    max-height: 69px;
  }
}

@media (max-width: 1024px) {
  .quiz__answer-item-image {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.quiz__answer-item-name {
  font-size: calc(16px + 4 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}

@media screen and (max-width: 374px) {
  .quiz__answer-item-name {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .quiz__answer-item-name {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  .quiz__answer-item-name {
    padding-left: 70px;
    text-align: left;
  }
}

.quiz__answer-item-name:not(:only-child) {
  position: absolute;
  bottom: -52px;
}

@media (max-width: 1024px) {
  .quiz__answer-item-name:not(:only-child) {
    position: static;
  }
}

.quiz__caption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}

@media (max-width: 1200px) {
  .quiz__caption {
    flex-direction: column;
    align-items: flex-start;
  }
}

.quiz__caption-text {
  margin: 0;
  padding: 0;
  font-size: calc(14px + 0 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  padding-left: 40px;
  background: url("../img/icon-choose.svg") 0% 50% no-repeat;
}

@media screen and (max-width: 374px) {
  .quiz__caption-text {
    font-size: 14px;
  }
}

@media screen and (min-width: 1920px) {
  .quiz__caption-text {
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  .quiz__caption-text {
    margin-bottom: 20px;
  }
}

@media (max-width: 1024px) {
  .quiz__caption-text {
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .quiz__caption-text {
    margin-bottom: 20px;
  }
}

.quiz__caption-text span {
  font-weight: 500;
}

.quiz__buttons {
  display: flex;
  gap: 24px;
}

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

@media (max-width: 1024px) {
  .quiz__buttons {
    gap: 12px;
  }
}

@media (max-width: 576px) {
  .quiz__buttons {
    width: 100%;
    gap: 24px;
  }
}

.quiz__buttons .button {
  min-width: 190px;
}

@media (max-width: 576px) {
  .quiz__buttons .button {
    width: calc(50% - 12px);
    min-width: 0;
    padding: 17px 10px;
  }
}

@media (max-width: 1200px) {
  .quiz__next-button {
    margin-left: auto;
  }
}

.quiz__card {
  flex-shrink: 0;
  width: 27%;
  padding: 32px;
}

@media (max-width: 1200px) {
  .quiz__card {
    padding: 32px 20px 20px;
  }
}

@media (max-width: 1024px) {
  .quiz__card {
    width: 34%;
    padding: 32px 10px 20px;
  }
}

@media (max-width: 768px) {
  .quiz__card {
    width: 100%;
    padding: 16px 16px 0;
  }
}

.quiz__card-content {
  position: relative;
  height: 100%;
  padding: 36px 29px;
  background: #025FD9;
  box-shadow: 0px 12px 20px rgba(135, 148, 159, 0.16);
  border-radius: 12px;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .quiz__card-content {
    padding: 22px 24px;
  }
}

@media (max-width: 768px) {
  .quiz__card-content {
    min-height: 236px;
  }
}

.quiz__card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.quiz__card-bg-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

@media (max-width: 768px) {
  .quiz__card-bg-image {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.quiz__card-text {
  font-size: calc(16px + 2 * ((100vw - 374px) / 1546));
  line-height: 1.3;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  position: relative;
  margin-right: -10px;
  padding-bottom: 55px;
  color: #FFFFFF;
  background: url("../img/gift.png") 100% 100%/57px auto no-repeat;
}

@media screen and (max-width: 374px) {
  .quiz__card-text {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .quiz__card-text {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .quiz__card-text {
    line-height: 1.5;
  }
}

.quiz__card-text p {
  margin: 0;
  padding: 0;
}

.quiz__card-text span {
  font-weight: 700;
  color: #9BC6FF;
}

.quiz__final-title {
  margin: 0;
  padding: 0;
  font-size: calc(20px + 8 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  align-self: center;
  margin-bottom: 17px;
  text-align: center;
}

@media screen and (max-width: 374px) {
  .quiz__final-title {
    font-size: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .quiz__final-title {
    font-size: 28px;
  }
}

.quiz__final-text {
  margin: 0;
  padding: 0;
  font-size: calc(20px + 12 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  align-self: center;
  max-width: 700px;
  margin-bottom: 30px;
  text-align: center;
  color: #025FD9;
}

@media screen and (max-width: 374px) {
  .quiz__final-text {
    font-size: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .quiz__final-text {
    font-size: 32px;
  }
}

.quiz__final-inputs {
  align-self: center;
  display: flex;
  gap: 24px;
  width: 100%;
  max-width: 735px;
}

@media (max-width: 1200px) {
  .quiz__final-inputs {
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 1024px) {
  .quiz__final-inputs {
    flex-direction: column;
    gap: 20px;
  }
}

.quiz__final-input-field {
  width: 46%;
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .quiz__final-input-field {
    width: 100%;
  }
}

.quiz__final-input {
  width: 100%;
  margin: 0;
  padding: 27px 19px;
}

@media (max-width: 1200px) {
  .quiz__final-input {
    padding: 22px 19px;
  }
}

@media (max-width: 374px) {
  .quiz__final-input {
    padding: 22px 19px 22px 3px;
  }
}

.input-field.valid .quiz__final-input {
  border: 1px solid #02D931;
}

.input-field.invalid .quiz__final-input {
  border: 1px solid #025fd9;
  box-shadow: 0px 0px 8px rgba(222, 33, 56, 0.4);
}

.quiz__final-input-wrap .quiz__final-input {
  width: 100%;
  margin: 0;
  padding: 0;
  background-image: none;
  background-color: transparent;
  box-shadow: none;
  border: none;
  outline: none;
  resize: none;
  transition: all 0.3s ease;
  font-size: calc(18px + 2 * ((100vw - 374px) / 1546));
  line-height: 1;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  padding: 23px 15px;
  flex-grow: 1;
}

@media screen and (max-width: 374px) {
  .quiz__final-input-wrap .quiz__final-input {
    font-size: 18px;
  }
}

@media screen and (min-width: 1920px) {
  .quiz__final-input-wrap .quiz__final-input {
    font-size: 20px;
  }
}

@media (max-width: 1200px) {
  .quiz__final-input-wrap .quiz__final-input {
    padding: 18px 15px;
  }
}

@media (max-width: 576px) {
  .quiz__final-input-wrap .quiz__final-input {
    padding: 23px 5px 23px 15px;
  }
}

@media (max-width: 374px) {
  .quiz__final-input-wrap .quiz__final-input {
    padding: 23px 5px 23px 3px;
  }
}

.quiz__final-input-wrap .quiz__final-input::-moz-placeholder {
  font-size: calc(18px + 2 * ((100vw - 374px) / 1546));
  line-height: 1;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #1C1C1C;
}

.quiz__final-input-wrap .quiz__final-input::placeholder {
  font-size: calc(18px + 2 * ((100vw - 374px) / 1546));
  line-height: 1;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #1C1C1C;
}

@media screen and (max-width: 374px) {
  .quiz__final-input-wrap .quiz__final-input::-moz-placeholder {
    font-size: 18px;
  }

  .quiz__final-input-wrap .quiz__final-input::placeholder {
    font-size: 18px;
  }
}

@media screen and (min-width: 1920px) {
  .quiz__final-input-wrap .quiz__final-input::-moz-placeholder {
    font-size: 20px;
  }

  .quiz__final-input-wrap .quiz__final-input::placeholder {
    font-size: 20px;
  }
}

.quiz__final-input-wrap.input-field.valid .quiz__final-input {
  border: none;
}

.quiz__final-input-wrap.input-field.invalid .quiz__final-input {
  border: none;
  box-shadow: none;
}

.quiz__final-input-wrap {
  display: flex;
  width: calc(54% - 24px);
  padding: 4px;
  border-radius: 12px;
  border: 1px solid #025FD9;
}

@media (max-width: 1200px) {
  .quiz__final-input-wrap {
    width: 100%;
  }
}

.quiz__final-input-wrap.input-field.valid {
  border: 1px solid #02D931;
}

.quiz__final-input-wrap.input-field.invalid {
  border: 1px solid #025fd9;
  box-shadow: 0px 0px 8px rgba(222, 33, 56, 0.4);
}

.quiz__final-toggle {
  align-self: center;
  width: 100%;
  max-width: 450px;
  margin: 35px 0;
}

@media (max-width: 1200px) {
  .quiz__final-toggle {
    align-self: auto;
  }
}

@media (max-width: 1024px) {
  .quiz__final-toggle {
    margin: 20px 0;
  }
}

.quiz__final-button {
  align-self: center;
  width: 100%;
  max-width: 418px;
  padding: 22px 14px;
}

@media (max-width: 1200px) {
  .quiz__final-button {
    align-self: auto;
  }
}

.popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: none;
}

.popup.show {
  display: flex;
}

.popup__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.popup__body {
  position: relative;
  width: calc(100% - 24px);
  max-width: 862px;
  max-height: calc(100vh - 80px);
  border-radius: 12px;
  background: #FFFFFF;
  overflow-y: auto;
}

@media (max-width: 576px) {
  .popup__body {
    max-width: 351px;
  }
}

.popup--thank .popup__body {
  max-width: 526px;
}

@media (max-width: 576px) {
  .popup--thank .popup__body {
    max-width: 351px;
  }
}

.popup__body::-webkit-scrollbar-track {
  background-color: #D2D8E2;
}

.popup__body::-webkit-scrollbar {
  width: 4px;
  background-color: #D2D8E2;
}

.popup__body::-webkit-scrollbar-thumb {
  background-color: #025FD9;
}

.popup__body-content {
  position: relative;
  padding: 46px 61px 36px;
}

@media (max-width: 576px) {
  .popup__body-content {
    padding: 41px 22px;
  }
}

.popup--thank .popup__body-content {
  padding: 38px 53px;
}

@media (max-width: 576px) {
  .popup--thank .popup__body-content {
    padding: 48px 40px;
  }
}

@media (max-width: 576px) {
  .popup--appointment .popup__body-content {
    padding: 41px 22px 55px;
  }
}

.popup__body-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.popup__body-bg-image {
  width: 100%;
  height: 100%;
  -o-object-fit: none;
  object-fit: none;
  -o-object-position: 100% 0%;
  object-position: 100% 0%;
}

.popup--appointment .popup__body-bg-image {
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

@media (max-width: 576px) {
  .popup--appointment .popup__body-bg-image {
    -o-object-position: 0% 100%;
    object-position: 0% 100%;
  }
}

.popup__button-close {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.3s ease;
  cursor: pointer;
  position: absolute;
  top: 22px;
  right: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  background: transparent;
  border: 1px solid #025FD9;
  border-radius: 50%;
}

@media (max-width: 576px) {
  .popup__button-close {
    top: 12px;
    right: 12px;
  }
}

.popup__button-close:hover {
  background: #025FD9;
}

.popup__button-close-icon {
  stroke: #025FD9;
  transition: all 0.3s ease;
}

.popup__button-close:hover .popup__button-close-icon {
  stroke: #FFFFFF;
}

.popup__info {
  position: relative;
  max-width: 347px;
}

.popup--thank .popup__info {
  max-width: none;
}

.popup__title {
  margin: 0;
  padding: 0;
  font-size: calc(26px + 6 * ((100vw - 374px) / 1546));
  line-height: 1.4;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 20px;
}

@media screen and (max-width: 374px) {
  .popup__title {
    font-size: 26px;
  }
}

@media screen and (min-width: 1920px) {
  .popup__title {
    font-size: 32px;
  }
}

@media (max-width: 576px) {
  .popup__title {
    margin-bottom: 16px;
    line-height: 1.5;
  }
}

.popup--thank .popup__title {
  margin-bottom: 6px;
}

@media (max-width: 576px) {
  .popup--thank .popup__title {
    margin-bottom: 12px;
  }
}

.popup__text {
  margin: 0;
  padding: 0;
  font-size: calc(16px + 4 * ((100vw - 374px) / 1546));
  line-height: 1.35;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  width: 85%;
  color: #025FD9;
}

@media screen and (max-width: 374px) {
  .popup__text {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .popup__text {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .popup__text {
    width: 100%;
    line-height: 1.55;
  }
}

.popup__button {
  width: 100%;
  margin-top: 8px;
  padding: 29px 20px;
}

.feedback__form-toggle {
  margin-top: 14px;
}

@media (max-width: 576px) {
  .feedback__form-toggle {
    margin-top: 18px;
  }
}

@media (max-width: 576px) {
  .popup__input {
    padding: 23px 32px;
  }
}

.input-field.valid .popup__input {
  border: 1px solid #02D931;
}

.input-field.invalid .popup__input {
  border: 1px solid #025fd9;
  box-shadow: 0px 0px 8px rgba(222, 33, 56, 0.4);
}

.region {
  margin: 80px 0;
}

@media (max-width: 576px) {
  .region {
    margin: 55px 0 0;
  }
}

.region__title {
  width: 95%;
  margin-bottom: 30px;
}

@media (max-width: 576px) {
  .region__title {
    width: 100%;
    margin-bottom: 25px;
  }
}

.region__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  counter-reset: region-list;
}

@media (max-width: 1200px) {
  .region__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1024px) {
  .region__list {
    gap: 15px;
  }
}

@media (max-width: 576px) {
  .region__list {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

.region__item {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 26px 26px 0 26px;
  background: radial-gradient(83.58% 57.47% at 82.09% 86.62%, #1778F8 38.88%, #025FD9 100%);
  box-shadow: 0px 15px 20px rgba(151, 167, 187, 0.17);
  border-radius: 4px;
}

@media (max-width: 1440px) {
  .region__item {
    padding: 20px 15px 0 15px;
  }
}

@media (max-width: 576px) {
  .region__item {
    flex-direction: row-reverse;
    align-items: center;
    gap: 5px;
    min-height: 110px;
    padding: 0;
  }
}

.region__item::before {
  font-size: calc(15px + 1 * ((100vw - 374px) / 1546));
  line-height: 1;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 10px;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  background: #025FD9;
  content: "0" counter(region-list);
  counter-increment: region-list;
}

@media screen and (max-width: 374px) {
  .region__item::before {
    font-size: 15px;
  }
}

@media screen and (min-width: 1920px) {
  .region__item::before {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .region__item::before {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 36px;
    height: 36px;
  }
}

.region__text {
  font-size: calc(18px + 2 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 50px;
  color: #FFFFFF;
}

@media screen and (max-width: 374px) {
  .region__text {
    font-size: 18px;
  }
}

@media screen and (min-width: 1920px) {
  .region__text {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .region__text {
    margin-bottom: 0;
    padding: 22px 20px 22px 0;
  }
}

.region__text p {
  margin: 0;
  padding: 0;
}

.region__image-wrap {
  width: calc(100% + 52px);
  margin: auto -26px 0;
  font-size: 0;
}

@media (max-width: 1440px) {
  .region__image-wrap {
    width: calc(100% + 30px);
    margin: auto -15px 0;
  }
}

@media (max-width: 576px) {
  .region__image-wrap {
    display: flex;
    flex-shrink: 0;
    width: 28%;
    height: 100%;
    margin: 0 0 0 15px;
  }
}

.region__image {
  display: block;
  margin: 0 auto;
}

@media (max-width: 576px) {
  .region__image {
    max-height: 70px;
    margin-top: auto;
  }
}

.rejuvenation {
  position: relative;
  margin: 80px 0;
}

@media (max-width: 576px) {
  .rejuvenation {
    margin: 50px 0 30px;
  }
}

.rejuvenation::before {
  content: "";
  position: absolute;
  width: auto;
  height: 78%;
  left: calc(51% + 347px);
  right: 0;
  top: 22%;
  border-radius: 12px 0 0 12px;
  background: linear-gradient(270.41deg, rgba(2, 95, 217, 0.17) 0.35%, #025FD9 101.49%);
}

@media (max-width: 1496px) {
  .rejuvenation::before {
    left: calc(51% + ((100vw - 80px) / 2 * 0.245));
    left: 51%;
    left: calc(51% + ((100vw - 80px) * 0.245));
  }
}

@media (max-width: 1024px) {
  .rejuvenation::before {
    display: none;
  }
}

.rejuvenation__title {
  width: 90%;
  margin-bottom: 50px;
}

@media (max-width: 1024px) {
  .rejuvenation__title {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .rejuvenation__title {
    margin-bottom: 20px;
    letter-spacing: -0.02em;
  }
}

.rejuvenation__content {
  display: flex;
}

@media (max-width: 1024px) {
  .rejuvenation__content {
    flex-direction: column;
  }
}

.rejuvenation__left {
  flex-shrink: 0;
  width: 51%;
}

@media (max-width: 1024px) {
  .rejuvenation__left {
    width: 100%;
    margin-bottom: 25px;
  }
}

@media (max-width: 576px) {
  .rejuvenation__left {
    margin-bottom: 35px;
  }
}

.rejuvenation__text {
  font-size: calc(20px + 4 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 30px;
}

@media screen and (max-width: 374px) {
  .rejuvenation__text {
    font-size: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .rejuvenation__text {
    font-size: 24px;
  }
}

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

.rejuvenation__text p {
  margin: 0;
  padding: 0;
}

.rejuvenation__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  .rejuvenation__list {
    margin-bottom: 0;
  }
}

.rejuvenation__item {
  font-size: calc(16px + 4 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 374px) {
  .rejuvenation__item {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .rejuvenation__item {
    font-size: 20px;
  }
}

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

@media (max-width: 768px) {
  .rejuvenation__item:not(:last-child) {
    margin-bottom: 13px;
  }
}

.rejuvenation__item::before {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 28px;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  background: #025FD9 url("../img/icon-check.svg") 50% 50% no-repeat;
  box-shadow: 0px 11px 15px rgba(0, 94, 236, 0.48);
}

@media (max-width: 576px) {
  .rejuvenation__item::before {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
}

.rejuvenation__caption {
  font-size: calc(16px + 4 * ((100vw - 374px) / 1546));
  line-height: 1.3;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  max-width: 672px;
  padding: 16px 55px 15px 29px;
  border: 1px solid #E8EEF0;
  border-radius: 12px;
  box-shadow: 0px 9px 12px rgba(153, 173, 180, 0.17);
  background: #FFFFFF;
}

@media screen and (max-width: 374px) {
  .rejuvenation__caption {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .rejuvenation__caption {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .rejuvenation__caption {
    padding: 17px 10px 15px 15px;
    line-height: 1.4;
  }
}

@media (max-width: 1024px) {
  .rejuvenation__left .rejuvenation__caption {
    display: none;
  }
}

.rejuvenation__right .rejuvenation__caption {
  display: none;
}

@media (max-width: 1024px) {
  .rejuvenation__right .rejuvenation__caption {
    display: block;
  }
}

.rejuvenation__caption p {
  margin: 0;
  padding: 0;
}

.rejuvenation__figure {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 694px;
  padding-top: 25px;
}

@media (max-width: 1024px) {
  .rejuvenation__figure {
    margin: 0 auto;
    margin-bottom: 20px;
    padding-top: 0;
  }
}

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

.rejuvenation__image-wrap {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .rejuvenation__image-wrap {
    position: relative;
  }
}

@media (max-width: 1024px) {
  .rejuvenation__image-wrap:nth-child(2) {
    padding-bottom: 10px;
  }
}

@media (max-width: 1024px) {
  .rejuvenation__image-wrap:nth-child(2)::before {
    content: "";
    position: absolute;
    width: 50vw;
    height: auto;
    left: 0;
    top: -12px;
    bottom: 0;
    border-radius: 12px 0 0 12px;
    background: linear-gradient(270.41deg, rgba(2, 95, 217, 0.17) 0.35%, #025FD9 101.49%);
    z-index: -1;
  }
}

@media (max-width: 576px) {
  .rejuvenation__image-wrap:nth-child(2)::before {
    border-radius: 4px 0 0 4px;
  }
}

.rejuvenation__image {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
  border-radius: 4px;
}

@media (max-width: 1024px) {
  .rejuvenation__image {
    margin-bottom: 15px;
  }
}

@media (max-width: 576px) {
  .rejuvenation__image {
    margin-bottom: 5px;
  }
}

.rejuvenation__image-caption {
  font-size: calc(14px + 6 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  align-self: center;
  max-width: 240px;
  text-align: center;
}

@media screen and (max-width: 374px) {
  .rejuvenation__image-caption {
    font-size: 14px;
  }
}

@media screen and (min-width: 1920px) {
  .rejuvenation__image-caption {
    font-size: 20px;
  }
}

.rejuvenation__image-wrap:nth-child(2) .rejuvenation__image-caption {
  color: #FFFFFF;
}

.reviews {
  position: relative;
  padding: 100px 0 0;
}

@media (max-width: 576px) {
  .reviews {
    padding: 50px 0 0;
  }
}

.reviews__bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: auto;
  transform: translateX(-50%);
}

.reviews__title {
  margin-bottom: 20px;
}

.reviews__text {
  font-size: calc(16px + 4 * ((100vw - 374px) / 1546));
  line-height: 1.6;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 374px) {
  .reviews__text {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .reviews__text {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .reviews__text {
    line-height: 1.4;
  }
}

.reviews__text p {
  margin: 0;
  padding: 0;
}

.reviews__thumbs-gallery-wrap {
  position: relative;
}

.reviews__thumbs-gallery {
  margin: 0 80px;
}

@media (max-width: 1024px) {
  .reviews__thumbs-gallery {
    margin: 0 -20px;
  }
}

@media (max-width: 576px) {
  .reviews__thumbs-gallery {
    margin: 0 -12px;
  }
}

.reviews__thumbs-gallery-list {
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
  padding: 40px 0;
}

@media (max-width: 576px) {
  .reviews__thumbs-gallery-list {
    padding: 30px 0;
  }
}

.reviews__thumbs-gallery-item {
  width: 128px;
  height: 128px;
  margin: 0 30px;
  border: 6px solid rgba(2, 95, 217, 0.12);
  border-radius: 50%;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: all 0.3s ease;
  font-size: 0;
  overflow: hidden;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .reviews__thumbs-gallery-item {
    width: 100px;
    height: 100px;
    margin: 0 20px;
  }
}

@media (max-width: 576px) {
  .reviews__thumbs-gallery-item {
    width: 60px;
    height: 60px;
    margin: 0 10px;
    border: 5px solid rgba(234, 234, 234, 0.37);
  }
}

.reviews__thumbs-gallery-item.swiper-slide-active {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  transform: scale(1.55);
}

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

.reviews__thumbs-gallery-button {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.3s ease;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border: 1px solid rgba(153, 173, 180, 0.73);
  border-radius: 50%;
  background: #FFFFFF;
}

@media (max-width: 1024px) {
  .reviews__thumbs-gallery-button {
    width: 45px;
    height: 45px;
  }
}

@media (max-width: 576px) {
  .reviews__thumbs-gallery-button {
    width: 30px;
    height: 30px;
  }
}

.reviews__thumbs-gallery-button--prev {
  left: 0;
}

.reviews__thumbs-gallery-button--next {
  right: 0;
}

.reviews__thumbs-gallery-button:hover {
  border: 1px solid #025FD9;
}

.reviews__thumbs-gallery-button-icon {
  fill: rgba(153, 173, 180, 0.73);
  transition: all 0.3s ease;
}

@media (max-width: 1024px) {
  .reviews__thumbs-gallery-button-icon {
    width: 9px;
    height: auto;
  }
}

@media (max-width: 576px) {
  .reviews__thumbs-gallery-button-icon {
    width: 6px;
  }
}

.reviews__thumbs-gallery-button:hover .reviews__thumbs-gallery-button-icon {
  fill: #025FD9;
}

.reviews__thumbs-gallery-button--prev .reviews__thumbs-gallery-button-icon {
  transform: rotate(180deg);
}

.reviews__main-gallery {
  box-shadow: 0 3px 98px rgba(239, 241, 242, 0.93);
}

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

.reviews__main-gallery-item {
  display: flex;
  gap: 30px;
  padding: 40px 30px 30px;
  background: #FFFFFF;
}

@media (max-width: 1024px) {
  .reviews__main-gallery-item {
    flex-direction: column-reverse;
  }
}

@media (max-width: 576px) {
  .reviews__main-gallery-item {
    gap: 15px;
    padding: 15px 15px;
  }
}

.reviews__main-gallery-info {
  flex-shrink: 0;
  width: 45%;
  padding-left: 30px;
}

@media (max-width: 1200px) {
  .reviews__main-gallery-info {
    padding-left: 0;
  }
}

@media (max-width: 1024px) {
  .reviews__main-gallery-info {
    width: 100%;
  }
}

.reviews__main-gallery-name {
  margin: 0;
  padding: 0;
  font-size: calc(22px + 10 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 6px;
}

@media screen and (max-width: 374px) {
  .reviews__main-gallery-name {
    font-size: 22px;
  }
}

@media screen and (min-width: 1920px) {
  .reviews__main-gallery-name {
    font-size: 32px;
  }
}

@media (max-width: 576px) {
  .reviews__main-gallery-name {
    margin-bottom: 3px;
  }
}

.reviews__main-gallery-age {
  margin: 0;
  padding: 0;
  font-size: calc(18px + 2 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 374px) {
  .reviews__main-gallery-age {
    font-size: 18px;
  }
}

@media screen and (min-width: 1920px) {
  .reviews__main-gallery-age {
    font-size: 20px;
  }
}

.reviews__main-gallery-text {
  font-size: calc(16px + 2 * ((100vw - 374px) / 1546));
  line-height: 1.45;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  width: 97%;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 16px;
  border-top: 1px solid rgba(153, 173, 180, 0.73);
}

@media screen and (max-width: 374px) {
  .reviews__main-gallery-text {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .reviews__main-gallery-text {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .reviews__main-gallery-text {
    line-height: 1.55;
  }
}

.reviews__main-gallery-text p {
  margin: 0;
  padding: 0;
}

.reviews__main-gallery-button {
  margin-top: 12px;
  padding: 22px 48px;
}

@media (max-width: 576px) {
  .reviews__main-gallery-button {
    width: 100%;
    margin-top: 18px;
  }
}

.reviews__main-gallery-slider {
  display: flex;
  gap: 20px;
  width: calc(55% - 30px);
}

@media (max-width: 1024px) {
  .reviews__main-gallery-slider {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .reviews__main-gallery-slider {
    flex-direction: column-reverse;
    gap: 13px;
  }
}

.review__thumbs-slider {
  flex-shrink: 0;
  width: calc(25% - 10px);
}

@media (max-width: 576px) {
  .review__thumbs-slider {
    width: 100%;
  }
}

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

.review__thumbs-slider-item {
  width: 100%;
  border: 1px solid transparent;
  overflow: hidden;
  font-size: 0;
}

.review__thumbs-slider-item.swiper-slide-thumb-active {
  border: 1px solid rgba(2, 95, 217, 0.5);
}

.review__thumbs-slider-item:not(.swiper-slide-thumb-active) {
  cursor: pointer;
}

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

.review__main-slider {
  flex-shrink: 0;
  width: calc(75% - 10px);
}

@media (max-width: 576px) {
  .review__main-slider {
    width: 100%;
  }
}

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

.review__main-slider-item {
  width: 100%;
  height: 100%;
  height: 436px !important;
  font-size: 0;
}

@media (max-width: 576px) {
  .review__main-slider-item {
    height: 262px !important;
  }
}

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

.step {
  margin: 80px 0;
}

@media (max-width: 576px) {
  .step {
    margin: 50px 0 0;
  }
}

.step__title {
  margin-bottom: 20px;
}

.step__text {
  margin-bottom: 35px;
}

@media (max-width: 1200px) {
  .step__text {
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .step__text {
    margin-bottom: 27px;
    line-height: 1.4;
  }
}

.step__text p {
  margin: 0;
  padding: 0;
}

.step__content {
  padding: 30px;
  box-shadow: 0px 13px 10px rgba(122, 131, 134, 0.12);
  border-radius: 12px;
}

@media (max-width: 576px) {
  .step__content {
    padding: 16px;
  }
}

.step__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 27px;
  margin-bottom: 30px;
  counter-reset: step-list;
}

@media (max-width: 1200px) {
  .step__list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
  .step__list {
    gap: 12px;
    margin-bottom: 12px;
  }
}

.step__item {
  display: flex;
  flex-direction: column;
  border: 1px solid #CEDAE1;
  border-radius: 12px;
}

.step__item:nth-child(1),
.step__item:nth-child(2) {
  position: relative;
}

.step__item:nth-child(1)::before,
.step__item:nth-child(2)::before {
  content: "+";
  position: absolute;
  width: 48px;
  height: 48px;
  font-size: calc(28px + 7 * ((100vw - 374px) / 1546));
  line-height: 1;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  top: 50%;
  right: -38px;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #FFFFFF;
  background: #025FD9;
}

@media screen and (max-width: 374px) {

  .step__item:nth-child(1)::before,
  .step__item:nth-child(2)::before {
    font-size: 28px;
  }
}

@media screen and (min-width: 1920px) {

  .step__item:nth-child(1)::before,
  .step__item:nth-child(2)::before {
    font-size: 35px;
  }
}

@media (max-width: 1200px) {

  .step__item:nth-child(1)::before,
  .step__item:nth-child(2)::before {
    top: auto;
    bottom: -38px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}

@media (max-width: 576px) {

  .step__item:nth-child(1)::before,
  .step__item:nth-child(2)::before {
    bottom: -27px;
    width: 40px;
    height: 40px;
  }
}

.step__item-label {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding: 25px 10px 25px 30px;
  border-bottom: 1px solid #CEDAE1;
}

@media (max-width: 1440px) {
  .step__item-label {
    min-height: 135px;
    padding: 25px 10px 25px 20px;
  }
}

@media (max-width: 1200px) {
  .step__item-label {
    min-height: 0;
    border-bottom: 1px solid transparent;
  }
}

@media (max-width: 576px) {
  .step__item-label {
    padding: 22px 10px 15px 20px;
  }
}

.step__item-label::before {
  font-size: calc(40px + 24 * ((100vw - 374px) / 1546));
  line-height: 1;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  min-width: 60px;
  color: #7A8386;
  opacity: 0.6;
  content: counter(step-list) ".";
  counter-increment: step-list;
}

@media screen and (max-width: 374px) {
  .step__item-label::before {
    font-size: 40px;
  }
}

@media screen and (min-width: 1920px) {
  .step__item-label::before {
    font-size: 64px;
  }
}

@media (max-width: 768px) {
  .step__item-label::before {
    min-width: 50px;
  }
}

@media (max-width: 576px) {
  .step__item-label::before {
    min-width: auto;
    margin-right: 6px;
  }
}

@media (max-width: 1200px) {
  .step__item-checkbox:checked~.step__item-label {
    border-bottom: 1px solid #CEDAE1;
  }
}

.step__item-name {
  font-size: calc(18px + 6 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  display: block;
}

@media screen and (max-width: 374px) {
  .step__item-name {
    font-size: 18px;
  }
}

@media screen and (min-width: 1920px) {
  .step__item-name {
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  .step__item-name {
    line-height: 1;
  }
}

.step__item-exact {
  font-size: calc(16px + 4 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #7A8386;
}

@media screen and (max-width: 374px) {
  .step__item-exact {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .step__item-exact {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .step__item-exact {
    line-height: 1;
  }
}

.step__sublist {
  margin: 0;
  padding: 0;
  list-style: none;
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  gap: 23px;
  padding: 20px 23px 35px 33px;
}

@media (max-width: 1440px) {
  .step__sublist {
    padding: 25px 20px;
  }
}

@media (max-width: 1200px) {
  .step__sublist {
    grid-auto-rows: auto;
    max-height: 0;
    padding: 0 20px;
    overflow: hidden;
    transition: max-height, padding 0.5s cubic-bezier(0.5, 0, 0.3, 1);
  }
}

@media (max-width: 1200px) {
  .step__item-checkbox:checked~.step__sublist {
    max-height: 1000vh;
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .step__item-checkbox:checked~.step__sublist {
    padding: 20px 15px;
  }
}

@media (max-width: 576px) {
  .step__item-checkbox:checked~.step__sublist {
    padding: 20px;
  }
}

@media (max-width: 1200px) {
  .step__subitem {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .step__subitem {
    grid-template-columns: 200px 1fr;
  }
}

@media (max-width: 768px) {
  .step__subitem {
    grid-template-columns: 200px 1fr;
  }
}

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

.step__subitem-top {
  display: flex;
  margin-bottom: 5px;
}

@media (max-width: 1200px) {
  .step__subitem-top {
    margin-bottom: 0;
  }
}

@media (max-width: 576px) {
  .step__subitem-top {
    align-items: center;
  }
}

.step__subitem-image-wrap {
  flex-shrink: 0;
  width: 28%;
  aspect-ratio: 1.5;
  margin-right: 5px;
}

@media (max-width: 576px) {
  .step__subitem-image-wrap {
    width: 36%;
  }
}

.step__subitem-image {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: 0% 0%;
  object-position: 0% 0%;
}

.step__subitem-name {
  margin: 0;
  padding: 0;
  font-size: calc(18px + 6 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 374px) {
  .step__subitem-name {
    font-size: 18px;
  }
}

@media screen and (min-width: 1920px) {
  .step__subitem-name {
    font-size: 24px;
  }
}

.step__subitem-text {
  font-size: calc(16px + 1 * ((100vw - 374px) / 1546));
  line-height: 1.3;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #8A9294;
}

@media screen and (max-width: 374px) {
  .step__subitem-text {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .step__subitem-text {
    font-size: 17px;
  }
}

.step__subitem-text p {
  margin: 0;
  padding: 0;
}

.step__appointment {
  padding: 27px 35px 20px 27px;
  background: #025FD9;
  border-radius: 12px;
}

@media (max-width: 576px) {
  .step__appointment {
    padding: 23px 16px 20px;
  }
}

.step__appointment-title {
  margin: 0;
  padding: 0;
  font-size: calc(24px + 12 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 30px;
  padding-left: 30px;
  color: #FFFFFF;
}

@media screen and (max-width: 374px) {
  .step__appointment-title {
    font-size: 24px;
  }
}

@media screen and (min-width: 1920px) {
  .step__appointment-title {
    font-size: 36px;
  }
}

@media (max-width: 1440px) {
  .step__appointment-title {
    padding-left: 0;
  }
}

@media (max-width: 1024px) {
  .step__appointment-title {
    max-width: 600px;
  }
}

.step__appointment-content {
  display: flex;
  align-items: center;
}

.step__appointment-doctor {
  position: relative;
  display: flex;
  align-items: center;
  width: 400px;
  margin-right: 52px;
  flex-shrink: 0;
}

@media (max-width: 1440px) {
  .step__appointment-doctor {
    display: none;
  }
}

.step__appointment-doctor-image-wrap {
  width: 138px;
  height: 138px;
  margin-right: 30px;
  border-radius: 50%;
  border: 6px solid #3781E1;
  overflow: hidden;
}

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

.step__appointment-doctor-info {
  display: flex;
  flex-direction: column;
  max-width: 228px;
}

.step__appointment-doctor-name {
  font-size: calc(16px + 4 * ((100vw - 374px) / 1546));
  line-height: 22px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 5px;
  color: #FFFFFF;
}

@media screen and (max-width: 374px) {
  .step__appointment-doctor-name {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .step__appointment-doctor-name {
    font-size: 20px;
  }
}

.step__appointment-doctor-post {
  font-size: calc(14px + 2 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #FFFFFF;
}

@media screen and (max-width: 374px) {
  .step__appointment-doctor-post {
    font-size: 14px;
  }
}

@media screen and (min-width: 1920px) {
  .step__appointment-doctor-post {
    font-size: 16px;
  }
}

.step__appointment-doctor-experience {
  font-size: calc(14px + 2 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  position: relative;
  margin-top: 25px;
  color: #FFFFFF;
}

@media screen and (max-width: 374px) {
  .step__appointment-doctor-experience {
    font-size: 14px;
  }
}

@media screen and (min-width: 1920px) {
  .step__appointment-doctor-experience {
    font-size: 16px;
  }
}

.step__appointment-doctor-experience::before {
  content: "";
  position: absolute;
  width: 154px;
  height: 1px;
  top: -10px;
  left: 0;
  background: rgba(255, 255, 255, 0.17);
}

.step__appointment-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}

@media (max-width: 1440px) {
  .step__appointment-info {
    justify-content: flex-start;
    gap: 30px;
  }
}

@media (max-width: 1440px) {
  .step__appointment-info {
    justify-content: flex-start;
    gap: 30px;
  }
}

@media (max-width: 1024px) {
  .step__appointment-info {
    flex-direction: column;
    gap: 0;
  }
}

.step__appointment-form {
  width: 66%;
}

@media (max-width: 1024px) {
  .step__appointment-form {
    width: 100%;
    max-width: 600px;
  }
}

.step__appointment-form-content {
  display: flex;
  margin-bottom: 15px;
  padding: 4px;
  border-radius: 12px;
  background: #FFFFFF;
}

@media (max-width: 768px) {
  .step__appointment-form-content {
    flex-direction: column;
    padding: 0;
    background: none;
  }
}

@media (max-width: 576px) {
  .step__appointment-form-content {
    margin-bottom: 28px;
  }
}

.step__appointment-form-content.input-field.valid {
  border: 1px solid #02D931;
}

@media (max-width: 768px) {
  .step__appointment-form-content.input-field.valid {
    border: none;
  }
}

.step__appointment-form-content.input-field.invalid {
  border: 1px solid #025fd9;
  box-shadow: 0px 0px 8px rgba(222, 33, 56, 0.4);
}

@media (max-width: 768px) {
  .step__appointment-form-content.input-field.invalid {
    border: none;
    box-shadow: none;
  }
}

.step__appointment-form-input {
  width: 100%;
  margin: 0;
  padding: 0;
  background-image: none;
  background-color: transparent;
  box-shadow: none;
  border: none;
  outline: none;
  resize: none;
  transition: all 0.3s ease;
  font-size: calc(18px + 2 * ((100vw - 374px) / 1546));
  line-height: 1;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  padding: 10px 30px;
  flex-grow: 1;
}

@media screen and (max-width: 374px) {
  .step__appointment-form-input {
    font-size: 18px;
  }
}

@media screen and (min-width: 1920px) {
  .step__appointment-form-input {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .step__appointment-form-input {
    margin-bottom: 12px;
    padding: 22px 30px;
    background: #FFFFFF;
    border-radius: 12px;
  }
}

@media (max-width: 768px) {
  .input-field.valid .step__appointment-form-input {
    border: 1px solid #02D931;
  }
}

@media (max-width: 768px) {
  .input-field.invalid .step__appointment-form-input {
    border: 1px solid #025fd9;
    box-shadow: 0px 0px 8px rgba(222, 33, 56, 0.4);
  }
}

.step__appointment-form-input::-moz-placeholder {
  font-size: calc(18px + 2 * ((100vw - 374px) / 1546));
  line-height: 1;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #1C1C1C;
}

.step__appointment-form-input::placeholder {
  font-size: calc(18px + 2 * ((100vw - 374px) / 1546));
  line-height: 1;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #1C1C1C;
}

@media screen and (max-width: 374px) {
  .step__appointment-form-input::-moz-placeholder {
    font-size: 18px;
  }

  .step__appointment-form-input::placeholder {
    font-size: 18px;
  }
}

@media screen and (min-width: 1920px) {
  .step__appointment-form-input::-moz-placeholder {
    font-size: 20px;
  }

  .step__appointment-form-input::placeholder {
    font-size: 20px;
  }
}

.step__appointment-form-button {
  padding: 23px 50px;
  background: #025fd9;
}

@media (max-width: 576px) {
  .step__appointment-form-toggle {
    margin-right: -5px;
  }
}

.step__appointment-phone {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin-top: 12px;
}

@media (max-width: 1024px) {
  .step__appointment-phone {
    margin-top: 15px;
  }
}

@media (max-width: 768px) {
  .step__appointment-phone {
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
}

.step__appointment-phone-and {
  font-size: calc(16px + 0 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  margin-right: 10px;
  color: #FFFFFF;
}

@media screen and (max-width: 374px) {
  .step__appointment-phone-and {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .step__appointment-phone-and {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .step__appointment-phone-and {
    margin-right: 20px;
  }
}

@media (max-width: 768px) {
  .step__appointment-phone-and {
    margin-right: 0;
    margin-bottom: 5px;
  }
}

@media (max-width: 576px) {
  .step__appointment-phone-and {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.step__appointment-phone-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media (max-width: 1024px) {
  .step__appointment-phone-info {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .step__appointment-phone-info {
    flex-direction: column;
    align-items: center;
    gap: 3px;
  }
}

.step__appointment-phone-link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.3s ease;
  font-size: calc(26px + 0 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 5px;
  color: #FFFFFF;
}

@media screen and (max-width: 374px) {
  .step__appointment-phone-link {
    font-size: 26px;
  }
}

@media screen and (min-width: 1920px) {
  .step__appointment-phone-link {
    font-size: 26px;
  }
}

.step__appointment-phone-text {
  font-size: calc(16px + 0 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #FFFFFF;
}

@media screen and (max-width: 374px) {
  .step__appointment-phone-text {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .step__appointment-phone-text {
    font-size: 16px;
  }
}

.stocks {
  margin: 80px 0;
}

@media (max-width: 576px) {
  .stocks {
    margin: 70px 0 0;
  }
}

.stocks__content {
  position: relative;
}

@media (max-width: 576px) {
  .stocks__slider {
    margin-right: -12px;
  }
}

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

.stocks__item {
  position: relative;
  height: auto;
  padding: 43px 0 64px 60px;
  border-radius: 4px;
  background: #F0FBFF;
  overflow: hidden;
  transition: all 0.3s ease;
}

@media (max-width: 1024px) {
  .stocks__item {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    padding: 0;
  }
}

.stocks__item-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 58%;
  height: 100%;
}

@media (max-width: 1024px) {
  .stocks__item-bg {
    position: static;
    width: 100%;
    height: auto;
  }
}

.stocks__item-bg-image {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: 100% 0%;
  object-position: 100% 0%;
}

@media (max-width: 1024px) {
  .stocks__item-bg-image {
    display: block;
    width: auto;
    height: auto;
    margin-left: auto;
  }
}

.stocks__item-info {
  position: relative;
  width: 42%;
}

@media (max-width: 1024px) {
  .stocks__item-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 700px;
    padding: 15px 60px 40px;
  }
}

@media (max-width: 576px) {
  .stocks__item-info {
    padding: 13px 14px 25px;
  }
}

.stocks__item-name {
  margin: 0;
  padding: 0;
  font-size: calc(22px + 26 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 25px;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 374px) {
  .stocks__item-name {
    font-size: 22px;
  }
}

@media screen and (min-width: 1920px) {
  .stocks__item-name {
    font-size: 48px;
  }
}

@media (max-width: 1024px) {
  .stocks__item-name {
    margin-bottom: 20px;
  }
}

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

.stocks__item-text {
  font-size: calc(16px + 8 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 40px;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 374px) {
  .stocks__item-text {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .stocks__item-text {
    font-size: 24px;
  }
}

@media (max-width: 1024px) {
  .stocks__item-text {
    margin-bottom: 25px;
  }
}

@media (max-width: 576px) {
  .stocks__item-text {
    margin-bottom: 16px;
    line-height: 1.4;
  }
}

.stocks__item-text p {
  margin: 0;
  padding: 0;
}

.stocks__item-button {
  font-size: calc(12px + 4 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  padding: 22px 26px;
}

@media screen and (max-width: 374px) {
  .stocks__item-button {
    font-size: 12px;
  }
}

@media screen and (min-width: 1920px) {
  .stocks__item-button {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .stocks__item-button {
    margin-top: auto;
  }
}

@media (max-width: 576px) {
  .stocks__item-button {
    width: 100%;
    padding: 16px 26px;
  }
}

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

.stocks__button {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.3s ease;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border: 1px solid #025FD9;
  border-radius: 50%;
  background: #F7FCFE;
}

.stocks__button--prev {
  left: -30px;
}

@media (max-width: 1024px) {
  .stocks__button--prev {
    left: -20px;
  }
}

.stocks__button--next {
  right: -30px;
}

@media (max-width: 1024px) {
  .stocks__button--next {
    right: -20px;
  }
}

.stocks__button:hover {
  background: #025FD9;
}

.stocks__button-icon {
  fill: #025FD9;
  transition: all 0.3s ease;
}

.stocks__button:hover .stocks__button-icon {
  fill: #F7FCFE;
}

.stocks__button--prev .stocks__button-icon {
  transform: rotate(180deg);
}

.stocks__pagination {
  display: none;
}

@media (max-width: 576px) {
  .stocks__pagination {
    display: block;
    margin-top: 25px;
  }
}

.team {
  position: relative;
  margin: 80px 0 0;
  padding: 60px 0 0;
}

@media (max-width: 576px) {
  .team {
    margin: 30px 0 0;
    padding: 25px 0 0;
  }
}

.team::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 60%;
  left: 0;
  top: 0;
  border-radius: 4px;
  background: #F7FCFE;
}

.team__title {
  margin-bottom: 30px;
}

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

@media (max-width: 1496px) {
  .team__slider {
    margin-right: -40px;
  }
}

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

@media (max-width: 576px) {
  .team__slider {
    margin-right: -12px;
  }
}

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

.team__item {
  width: 336px;
  height: auto;
  border-radius: 4px;
  background: #025FD9;
  overflow: hidden;
}

@media (max-width: 576px) {
  .team__item {
    width: 294px;
  }
}

.team__top {
  position: relative;
  width: 100%;
}

.team__image-wrap {
  width: 100%;
  aspect-ratio: 1.1;
  border-radius: 0 0 114px 0;
  overflow: hidden;
}

@media (max-width: 576px) {
  .team__image-wrap {
    border-radius: 0 0 94px 0;
  }
}

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

.team__video-link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.3s ease;
  position: absolute;
  bottom: -11px;
  right: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 63px;
  height: 63px;
  background: #FFFFFF;
  outline: 6px solid rgba(255, 255, 255, 0.39);
  border-radius: 50%;
}

@media (max-width: 576px) {
  .team__video-link {
    bottom: -4px;
    right: 20px;
  }
}

.team__video-link:hover {
  background: #025FD9;
  transform: scale(1.1);
}

.team__video-link-icon {
  fill: #025FD9;
  transition: all 0.3s ease;
}

.team__video-link:hover .team__video-link-icon {
  fill: #FFFFFF;
}

.team__info {
  padding: 16px 30px 30px;
}

@media (max-width: 576px) {
  .team__info {
    padding: 16px 15px 15px;
  }
}

.team__post {
  margin: 0;
  padding: 0;
  font-size: calc(16px + 0 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 15px;
  color: #FFFFFF;
}

@media screen and (max-width: 374px) {
  .team__post {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .team__post {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .team__post {
    margin-bottom: 7px;
  }
}

.team__name {
  margin: 0;
  padding: 0;
  font-size: calc(20px + 2 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 12px;
  color: #FFFFFF;
}

@media screen and (max-width: 374px) {
  .team__name {
    font-size: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .team__name {
    font-size: 22px;
  }
}

@media (max-width: 576px) {
  .team__name {
    margin-bottom: 8px;
    line-height: 1.4;
  }
}

.team__experience {
  margin: 0;
  padding: 0;
  font-size: calc(16px + 0 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #FFFFFF;
}

@media screen and (max-width: 374px) {
  .team__experience {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .team__experience {
    font-size: 16px;
  }
}

.team__cert-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 20px;
}

@media (max-width: 576px) {
  .team__cert-list {
    margin-top: 17px;
  }
}

.team__cert-item {
  font-size: 0;
  border-radius: 4px;
  overflow: hidden;
}

.team__cert-item:nth-child(n+4) {
  display: none;
}

.team__cert-item-link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.3s ease;
}

.team__cert-item:nth-child(3) .team__cert-item-link {
  position: relative;
}

.team__cert-item:nth-child(3) .team__cert-item-link::after {
  content: "Все документы";
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: calc(12px + 0 * ((100vw - 374px) / 1546));
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  background: rgba(0, 86, 198, 0.88);
  border: 1px solid #0573FF;
  box-shadow: 0px 13px 10px rgba(122, 131, 134, 0.12);
  z-index: 1;
}

@media screen and (max-width: 374px) {
  .team__cert-item:nth-child(3) .team__cert-item-link::after {
    font-size: 12px;
  }
}

@media screen and (min-width: 1920px) {
  .team__cert-item:nth-child(3) .team__cert-item-link::after {
    font-size: 12px;
  }
}

.team__pagination {
  display: none;
}

.team__pagination {
  display: block;
  margin-top: 25px;
}

@media (max-width: 576px) {
  .team__pagination {
    display: block;
    margin-top: 25px;
  }
}

.work {
  margin: 100px 0;
}

@media (max-width: 576px) {
  .work {
    margin: 50px 0;
  }
}

.work__content {
  display: flex;
  flex-direction: column;
}

.work__title {
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .work__title {
    margin-bottom: 5px;
  }
}

.work__slider-content {
  position: relative;
}

@media (max-width: 1024px) {
  .work__slider-content {
    padding-top: 75px;
  }
}

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

@media (max-width: 576px) {
  .work__slider {
    margin-right: -12px;
  }
}

.work__list {
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
}

.work__item {
  width: 336px;
  font-size: 0;
}

@media (max-width: 576px) {
  .work__item {
    width: 294px;
  }
}

.work__button {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.3s ease;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border: 1px solid #025FD9;
  border-radius: 50%;
  background: #ECF4FF;
}

@media (max-width: 576px) {
  .work__button {
    width: 50px;
    height: 50px;
  }
}

.work__button--prev {
  left: -30px;
}

@media (max-width: 1024px) {
  .work__button--prev {
    top: 0;
    left: auto;
    right: 70px;
    transform: none;
  }
}

@media (max-width: 576px) {
  .work__button--prev {
    right: 60px;
  }
}

.work__button--next {
  right: -30px;
}

@media (max-width: 1024px) {
  .work__button--next {
    top: 0;
    right: 0;
    transform: none;
  }
}

.work__button:hover {
  background: #025FD9;
}

.work__button-icon {
  fill: #025FD9;
  transition: all 0.3s ease;
}

.work__button:hover .work__button-icon {
  fill: #F7FCFE;
}

.work__button--prev .work__button-icon {
  transform: rotate(180deg);
}

.work__pagination {
  display: none;
}

@media (max-width: 576px) {
  .work__pagination {
    display: block;
    margin-top: 25px;
  }
}

.work__appointment-button {
  align-self: center;
  margin-top: 45px;
  padding: 22px 24px;
}

@media (max-width: 576px) {
  .work__appointment-button {
    margin-top: 30px;
  }
}

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