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

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

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

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

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

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

@font-face {
  font-family: "DIN Pro Condensed";
  font-style: normal;
  font-weight: 300;
  src: url("../font/DINPro-CondensedLight.woff2") format("woff2"), url("../font/DINPro-CondensedLight.woff") format("woff"); }

@font-face {
  font-family: "DIN Pro Condensed";
  font-style: normal;
  font-weight: 700;
  src: url("../font/DINPro-CondensedBold.woff2") format("woff2"), url("../font/DINPro-CondensedBold.woff") format("woff"); }

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

.no-scroll {
  overflow: hidden; }

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: "Gilroy", sans-serif;
  color: #444444;
  overflow-x: hidden; }

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

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

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

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block; }

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

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

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

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder; }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none; }

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

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

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

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

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

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

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

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto; }

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

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

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

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

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

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

@font-face {
  font-family: '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; }

.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( 18px + 2 * ((100vw - 375px) / 1545));
  line-height: 1;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 336px;
  text-align: center;
  padding-block: 26px;
  padding-inline: 75px;
  padding-right: 109px;
  border: none;
  border-radius: 40px;
  border: 1px solid #FF3030;
  color: #FFFFFF;
  background: #FF3030;
  transition: all 0.3s ease; }
  @media screen and (max-width: 375px) {
    .button {
      font-size: 18px; } }
  @media screen and (min-width: 1920px) {
    .button {
      font-size: 20px; } }
  @media (max-width: 1919px) {
    .button {
      width: calc(303px + (336 - 303) * ((100vw - 375px) / (1920 - 375)));
      padding-block: calc(21px + (26 - 21) * ((100vw - 375px) / (1920 - 375)));
      padding-inline: calc(60px + (75 - 60) * ((100vw - 375px) / (1920 - 375)));
      padding-right: calc(90px + (109 - 90) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .button {
      width: 303px;
      padding-block: 21px;
      padding-inline: 60px;
      padding-right: 90px; } }
  .button:hover {
    box-shadow: 0px 17px 12px -13px rgba(255, 48, 48, 0.37); }
  .button:focus {
    color: #FF3030;
    background: #FFFFFF;
    box-shadow: none; }
  .button--clear-red {
    color: #FF3030;
    background: #FFFFFF; }
    .button--clear-red:focus {
      color: #FFFFFF;
      background: #FF3030; }
  .button--cyan {
    border: 1px solid #00A4BE;
    color: #FFFFFF;
    background: #00A4BE; }
    .button--cyan:hover {
      box-shadow: 0px 17px 12px -13px rgba(0, 164, 190, 0.37); }
    .button--cyan:focus {
      color: #00A4BE;
      background: #FFFFFF; }
  .button--clear-cyan {
    border: 1px solid #00A4BE;
    color: #00A4BE;
    background: #FFFFFF; }
    .button--clear-cyan:hover {
      box-shadow: 0px 17px 12px -13px rgba(0, 164, 190, 0.37); }
    .button--clear-cyan:focus {
      color: #FFFFFF;
      background: #00A4BE; }

.button__icon {
  position: absolute;
  top: 9px;
  right: 9px;
  bottom: 9px;
  border-radius: 50%;
  aspect-ratio: 1;
  background: #FFFFFF;
  color: #FF3030;
  transition: all 0.3s ease; }
  @media (max-width: 1919px) {
    .button__icon {
      top: calc(5px + (9 - 5) * ((100vw - 375px) / (1920 - 375)));
      right: calc(5px + (9 - 5) * ((100vw - 375px) / (1920 - 375)));
      bottom: calc(5px + (9 - 5) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .button__icon {
      top: 5px;
      right: 5px;
      bottom: 5px; } }
  .button:focus .button__icon {
    color: #FFFFFF;
    background: #FF3030; }
  .button--clear-red .button__icon {
    color: #FFFFFF;
    background: #FF3030; }
  .button--clear-red:focus .button__icon {
    color: #FF3030;
    background: #FFFFFF; }
  .button--cyan .button__icon {
    color: #00A4BE; }
  .button--cyan:focus .button__icon {
    color: #FFFFFF;
    background: #00A4BE; }
  .button--clear-cyan .button__icon {
    color: #FFFFFF;
    background: #00A4BE; }
  .button--clear-cyan:focus .button__icon {
    color: #00A4BE;
    background: #FFFFFF; }
  .button__icon svg {
    width: 100%;
    height: 100%;
    padding: 15px; }

.input {
  position: relative; }

.input__label {
  font-size: calc( 12px + 0 * ((100vw - 375px) / 1545));
  line-height: 1;
  font-weight: 300;
  font-family: "Gilroy", sans-serif;
  color: #444444; }
  @media screen and (max-width: 375px) {
    .input__label {
      font-size: 12px; } }
  @media screen and (min-width: 1920px) {
    .input__label {
      font-size: 12px; } }

.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 - 375px) / 1545));
  line-height: 1;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  height: 74px;
  margin-top: 5px;
  padding-right: 60px;
  padding-left: 30px;
  color: #1c1c1c;
  background: #FFFFFF;
  border: 1px solid transparent;
  border-radius: 40px; }
  @media screen and (max-width: 375px) {
    .input__field {
      font-size: 16px; } }
  @media screen and (min-width: 1920px) {
    .input__field {
      font-size: 20px; } }
  @media (max-width: 1919px) {
    .input__field {
      height: calc(67px + (74 - 67) * ((100vw - 375px) / (1920 - 375)));
      padding-left: calc(22px + (30 - 22) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .input__field {
      height: 67px;
      padding-left: 22px; } }
  .input__field::-moz-placeholder {
    color: #8A9295; }
  .input__field::placeholder {
    color: #8A9295; }

.input__icon {
  position: absolute;
  bottom: 24px;
  right: 24px;
  width: 20px;
  height: 20px; }

.input.js-error .input__label {
  color: #FF3030; }

.input.js-error .input__field {
  border: 1px solid #FF3030; }

.select {
  position: relative; }
  .select .input::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    bottom: 28px;
    left: 140px;
    background: url("../img/icon-arrow-accordion.svg") 50% 50% no-repeat;
    transition: all 0.3s ease; }
    @media (max-width: 1919px) {
      .select .input::after {
        bottom: calc(25px + (28 - 25) * ((100vw - 375px) / (1920 - 375)));
        left: calc(112px + (140 - 112) * ((100vw - 375px) / (1920 - 375))); } }
    @media (max-width: 375px) {
      .select .input::after {
        bottom: 25px;
        left: 112px; } }
  .select .input,
  .select .input__field {
    cursor: pointer; }
  .select .input__icon {
    bottom: 6px;
    right: 6px;
    width: 62px;
    height: auto;
    aspect-ratio: 1; }
    @media (max-width: 1919px) {
      .select .input__icon {
        bottom: calc(4px + (6 - 4) * ((100vw - 375px) / (1920 - 375)));
        right: calc(4px + (6 - 4) * ((100vw - 375px) / (1920 - 375)));
        width: calc(59px + (62 - 59) * ((100vw - 375px) / (1920 - 375))); } }
    @media (max-width: 375px) {
      .select .input__icon {
        bottom: 4px;
        right: 4px;
        width: 59px; } }

.select__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  padding: 6px;
  padding-top: 0;
  padding-left: 0;
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  border-top: none;
  border-radius: 0 0 40px 40px;
  box-shadow: 0px 17px 29px rgba(122, 131, 134, 0.12); }
  @media (max-width: 1919px) {
    .select__list {
      padding: calc(4px + (6 - 4) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .select__list {
      padding: 4px; } }

.select__item {
  font-size: calc( 16px + 4 * ((100vw - 375px) / 1545));
  line-height: 1;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 62px;
  padding-left: 30px;
  color: #1c1c1c;
  cursor: pointer; }
  @media screen and (max-width: 375px) {
    .select__item {
      font-size: 16px; } }
  @media screen and (min-width: 1920px) {
    .select__item {
      font-size: 20px; } }
  @media (max-width: 1919px) {
    .select__item {
      padding-left: calc(22px + (30 - 22) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .select__item {
      padding-left: 22px; } }
  .select__item.js-hide {
    display: none; }

.select__item-icon {
  width: 62px;
  aspect-ratio: 1; }
  @media (max-width: 1919px) {
    .select__item-icon {
      width: calc(59px + (62 - 59) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .select__item-icon {
      width: 59px; } }

.select.js-active .input::after {
  transform: rotate(180deg); }

.select.js-active .input__field {
  border-radius: 40px 40px 0 0;
  border-bottom: none; }

.select.js-active .select__list {
  display: flex; }

.socials {
  display: flex;
  gap: 8px; }

.socials__link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 57px;
  aspect-ratio: 1;
  border: 1px solid #00A4BE;
  border-radius: 50%; }
  @media (max-width: 1919px) {
    .socials__link {
      width: calc(48px + (57 - 48) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .socials__link {
      width: 48px; } }

.socials__icon {
  aspect-ratio: 1;
  color: #00A4BE;
  transition: all 0.3s ease; }
  .socials__link--whatsapp .socials__icon {
    width: 27px; }
    @media (max-width: 1919px) {
      .socials__link--whatsapp .socials__icon {
        width: calc(23px + (27 - 23) * ((100vw - 375px) / (1920 - 375))); } }
    @media (max-width: 375px) {
      .socials__link--whatsapp .socials__icon {
        width: 23px; } }
  .socials__link--telegram .socials__icon {
    width: 25px; }
    @media (max-width: 1919px) {
      .socials__link--telegram .socials__icon {
        width: calc(21px + (25 - 21) * ((100vw - 375px) / (1920 - 375))); } }
    @media (max-width: 375px) {
      .socials__link--telegram .socials__icon {
        width: 21px; } }
  .socials__link--vk .socials__icon {
    width: 24px; }
    @media (max-width: 1919px) {
      .socials__link--vk .socials__icon {
        width: calc(20px + (24 - 20) * ((100vw - 375px) / (1920 - 375))); } }
    @media (max-width: 375px) {
      .socials__link--vk .socials__icon {
        width: 20px; } }
  .socials__link--youtube .socials__icon {
    width: 24px; }
    @media (max-width: 1919px) {
      .socials__link--youtube .socials__icon {
        width: calc(20px + (24 - 20) * ((100vw - 375px) / (1920 - 375))); } }
    @media (max-width: 375px) {
      .socials__link--youtube .socials__icon {
        width: 20px; } }

.about {
  padding-top: 105px; }
  @media (max-width: 1919px) {
    .about {
      padding-top: calc(55px + (105 - 55) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .about {
      padding-top: 55px; } }

.about__title {
  margin: 0;
  padding: 0;
  font-size: calc( 36px + 48 * ((100vw - 375px) / 1545));
  line-height: 1;
  font-weight: 700;
  font-family: "DIN Pro Condensed", sans-serif;
  margin-bottom: 48px;
  color: #444444;
  text-transform: uppercase;
  text-align: center; }
  @media screen and (max-width: 375px) {
    .about__title {
      font-size: 36px; } }
  @media screen and (min-width: 1920px) {
    .about__title {
      font-size: 84px; } }
  @media (max-width: 1919px) {
    .about__title {
      margin-bottom: calc(6px + (48 - 6) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1024px) {
    .about__title {
      text-align: left; } }
  @media (max-width: 375px) {
    .about__title {
      margin-bottom: 6px; } }
  .about__title span {
    color: #FF3030;
    font-weight: 300; }

.about__content {
  display: flex; }
  @media (max-width: 1200px) {
    .about__content {
      flex-direction: column; } }

.about__left {
  display: flex;
  flex-direction: column;
  width: 33%; }
  @media (max-width: 1440px) {
    .about__left {
      margin-right: -50px; } }
  @media (max-width: 1200px) {
    .about__left {
      width: 100%;
      margin-right: 0;
      margin-bottom: calc(17px + (54 - 17) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .about__left {
      margin-bottom: 17px; } }

.about__main-text {
  font-size: calc( 16px + 8 * ((100vw - 375px) / 1545));
  line-height: 1.3;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  margin-top: 44px;
  margin-bottom: 54px;
  color: #444444; }
  @media screen and (max-width: 375px) {
    .about__main-text {
      font-size: 16px; } }
  @media screen and (min-width: 1920px) {
    .about__main-text {
      font-size: 24px; } }
  @media (max-width: 1919px) {
    .about__main-text {
      margin-bottom: calc(9px + (54 - 9) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1200px) {
    .about__main-text {
      margin-top: 0; } }
  @media (max-width: 1024px) {
    .about__main-text {
      line-height: 1.6; } }
  @media (max-width: 375px) {
    .about__main-text {
      margin-bottom: 9px; } }
  .about__main-text p {
    margin: 0;
    padding: 0; }

.about__extra-text {
  font-size: calc( 14px + 4 * ((100vw - 375px) / 1545));
  line-height: 1.5;
  font-weight: 300;
  font-family: "Gilroy", sans-serif;
  margin-bottom: 22px;
  color: #4e4e4e; }
  @media screen and (max-width: 375px) {
    .about__extra-text {
      font-size: 14px; } }
  @media screen and (min-width: 1920px) {
    .about__extra-text {
      font-size: 18px; } }
  @media (max-width: 1200px) {
    .about__extra-text {
      margin-bottom: 0; } }
  .about__extra-text p {
    margin: 0;
    padding: 0; }

.about__icon {
  align-self: end;
  width: 195px;
  height: auto;
  margin-right: 30px; }
  @media (max-width: 1200px) {
    .about__icon {
      display: none; } }

.about__right {
  display: flex;
  width: 67%;
  min-width: 850px; }
  @media (max-width: 1024px) {
    .about__right {
      flex-direction: column;
      width: 100%;
      min-width: 0; } }

.about__right-picture {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  width: 100%;
  max-width: 503px; }
  @media (max-width: 1024px) {
    .about__right-picture {
      width: calc(100% + 32px);
      margin-inline: -16px; } }

.about__image {
  width: 100%; }

.about__picture-mark {
  display: none; }
  @media (max-width: 1024px) {
    .about__picture-mark {
      position: absolute;
      display: block;
      width: 13%;
      aspect-ratio: 1;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.15);
      border: 10px solid #737373;
      -webkit-backdrop-filter: blur(4px);
              backdrop-filter: blur(4px); } }
  .about__picture-mark:nth-child(1) {
    top: 5%;
    left: 48%; }
  .about__picture-mark:nth-child(2) {
    top: 14%;
    left: 65%; }
  .about__picture-mark:nth-child(3) {
    top: 21%;
    left: 43%; }
  .about__picture-mark.js-active {
    border-color: #00A4BE; }

.about__slider-top {
  margin-top: 52px;
  margin-left: -6px; }
  @media (max-width: 1024px) {
    .about__slider-top {
      width: calc(100% + 26px);
      margin: -20px -16px 0 -10px; } }

.about__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  counter-reset: about-list; }
  @media (max-width: 1024px) {
    .about__list {
      display: flex;
      padding-left: 10px; } }

.about__item {
  font-size: calc( 16px + 2 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  position: relative;
  padding-block: 35px;
  padding-inline: 44px;
  border-radius: 10px;
  color: #444444;
  background: #F7FBFC; }
  @media screen and (max-width: 375px) {
    .about__item {
      font-size: 16px; } }
  @media screen and (min-width: 1920px) {
    .about__item {
      font-size: 18px; } }
  @media (max-width: 1024px) {
    .about__item {
      width: 80%;
      height: auto;
      margin-right: 17px;
      padding: 24px;
      opacity: 0.4;
      transition: all 0.3s ease; } }
  @media (max-width: 1024px) {
    .about__item.swiper-slide-active {
      opacity: 1; } }
  .about__item:not(:last-child) {
    margin-bottom: 20px; }
    @media (max-width: 1024px) {
      .about__item:not(:last-child) {
        margin-bottom: 0; } }
  .about__item::after {
    font-size: calc( 36px + 92 * ((100vw - 375px) / 1545));
    line-height: 1;
    font-weight: 700;
    font-family: "DIN Pro Condensed", sans-serif;
    content: "0" counter(about-list);
    counter-increment: about-list;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: #FFFFFF; }
    @media screen and (max-width: 375px) {
      .about__item::after {
        font-size: 36px; } }
    @media screen and (min-width: 1920px) {
      .about__item::after {
        font-size: 128px; } }
    @media (max-width: 1024px) {
      .about__item::after {
        display: none; } }
  @media (max-width: 1024px) {
    .about__item::before {
      content: "";
      position: absolute;
      top: 42px;
      left: -3px;
      width: 6px;
      height: 6px;
      background-color: #FFFFFF;
      border-radius: 50%;
      box-shadow: 0 0 0 3px #737373, 0 0 0 7px #FFFFFF; } }
  @media (max-width: 1024px) {
    .about__item.swiper-slide-active::before {
      box-shadow: 0 0 0 3px #00A4BE, 0 0 0 7px #FFFFFF; } }
  .about__item span {
    color: #00A4BE; }

.about__item-text {
  position: relative;
  z-index: 1; }

.about__slider-bottom {
  display: none; }
  @media (max-width: 1024px) {
    .about__slider-bottom {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 24px 0 0 7px; } }

.about__slider-buttons {
  display: flex;
  align-items: center;
  gap: 16px; }

.alter {
  padding-top: 190px; }
  @media (max-width: 1919px) {
    .alter {
      padding-top: calc(50px + (190 - 50) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .alter {
      padding-top: 50px; } }

.alter__title {
  margin: 0;
  padding: 0;
  font-size: calc( 36px + 48 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 700;
  font-family: "DIN Pro Condensed", sans-serif;
  margin-inline: auto;
  margin-bottom: 40px;
  color: #444444;
  text-transform: uppercase;
  text-align: center; }
  @media screen and (max-width: 375px) {
    .alter__title {
      font-size: 36px; } }
  @media screen and (min-width: 1920px) {
    .alter__title {
      font-size: 84px; } }
  @media (max-width: 1919px) {
    .alter__title {
      margin-bottom: calc(15px + (40 - 15) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1024px) {
    .alter__title {
      position: relative;
      text-align: left; } }
  @media (max-width: 375px) {
    .alter__title {
      margin-bottom: 15px; } }
  .alter__title span {
    display: block;
    color: #FF3030;
    font-weight: 300; }

@media (max-width: 1440px) {
  .alter__slider-top {
    margin-right: -40px;
    margin-bottom: 24px; } }

@media (max-width: 1024px) {
  .alter__slider-top {
    margin-right: -16px; } }

.alter__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 24px;
  counter-reset: alter-list; }
  @media (max-width: 1440px) {
    .alter__list {
      gap: 0; } }

.alter__item {
  width: calc(25% - 18px);
  border-radius: 20px;
  overflow: hidden; }
  @media (max-width: 1919px) {
    .alter__item {
      border-radius: calc(16px + (20 - 16) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1440px) {
    .alter__item {
      width: 336px;
      height: auto;
      margin-right: 20px; } }
  @media (max-width: 576px) {
    .alter__item {
      width: 303px;
      opacity: 0.2;
      transition: all 0.3s ease; } }
  @media (max-width: 375px) {
    .alter__item {
      border-radius: 16px; } }
  .alter__item.swiper-slide-active {
    opacity: 1; }

.alter__item-image {
  height: 0;
  overflow: hidden;
  width: 100%;
  font-size: 0;
  transition: all 0.3s ease; }
  @media (max-width: 1440px) {
    .alter__item-image {
      height: auto;
      aspect-ratio: 1.98; } }
  .alter__item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .alter__item:hover .alter__item-image {
    height: 170px; }
    @media (max-width: 1440px) {
      .alter__item:hover .alter__item-image {
        height: auto; } }

.alter__item-info {
  position: relative;
  height: 100%;
  margin-top: -20px;
  padding-top: 50px;
  padding-bottom: 70px;
  padding-inline: 38px;
  border-radius: 20px;
  background: #F7FBFC;
  transition: all 0.3s ease; }
  @media (max-width: 1919px) {
    .alter__item-info {
      padding-top: calc(21px + (50 - 21) * ((100vw - 375px) / (1920 - 375)));
      padding-inline: calc(20px + (38 - 20) * ((100vw - 375px) / (1920 - 375)));
      border-radius: calc(16px + (20 - 16) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1440px) {
    .alter__item-info {
      background: #00A4BE; } }
  @media (max-width: 375px) {
    .alter__item-info {
      padding-top: 21px;
      padding-inline: 20px;
      border-radius: 16px; } }
  .alter__item-info::after {
    content: "";
    position: absolute;
    width: 57px;
    height: 57px;
    font-size: calc( 24px + 4 * ((100vw - 375px) / 1545));
    line-height: 1;
    font-weight: 700;
    font-family: "DIN Pro Condensed", sans-serif;
    content: "0" counter(alter-list);
    counter-increment: alter-list;
    top: 44px;
    right: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #00A4BE;
    border-radius: 50%;
    border: 1px solid #00A4BE;
    transition: all 0.3s ease; }
    @media screen and (max-width: 375px) {
      .alter__item-info::after {
        font-size: 24px; } }
    @media screen and (min-width: 1920px) {
      .alter__item-info::after {
        font-size: 28px; } }
    @media (max-width: 1919px) {
      .alter__item-info::after {
        top: calc(16px + (44 - 16) * ((100vw - 375px) / (1920 - 375)));
        right: calc(20px + (24 - 20) * ((100vw - 375px) / (1920 - 375)));
        width: calc(48px + (57 - 48) * ((100vw - 375px) / (1920 - 375)));
        height: calc(48px + (57 - 48) * ((100vw - 375px) / (1920 - 375))); } }
    @media (max-width: 1440px) {
      .alter__item-info::after {
        color: #FFFFFF;
        border: 1px solid #FFFFFF; } }
    @media (max-width: 375px) {
      .alter__item-info::after {
        top: 16px;
        right: 20px;
        width: 48px;
        height: 48px; } }
  .alter__item:hover .alter__item-info {
    background: #00A4BE; }
  .alter__item:hover .alter__item-info::after {
    color: #FFFFFF;
    border: 1px solid #FFFFFF; }

.alter__item-name {
  font-size: calc( 37px + 3 * ((100vw - 375px) / 1545));
  line-height: 1;
  font-weight: 700;
  font-family: "DIN Pro Condensed", sans-serif;
  display: block;
  margin-bottom: 155px;
  padding-right: 57px;
  color: #444444;
  text-transform: uppercase;
  transition: all 0.3s ease; }
  @media screen and (max-width: 375px) {
    .alter__item-name {
      font-size: 37px; } }
  @media screen and (min-width: 1920px) {
    .alter__item-name {
      font-size: 40px; } }
  @media (max-width: 1919px) {
    .alter__item-name {
      margin-bottom: calc(52px + (155 - 52) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1440px) {
    .alter__item-name {
      color: #FFFFFF; } }
  @media (max-width: 375px) {
    .alter__item-name {
      margin-bottom: 52px; } }
  .alter__item:hover .alter__item-name {
    color: #FFFFFF; }

.alter__item-text {
  font-size: calc( 14px + 4 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  color: #7A8386;
  transition: all 0.3s ease; }
  @media screen and (max-width: 375px) {
    .alter__item-text {
      font-size: 14px; } }
  @media screen and (min-width: 1920px) {
    .alter__item-text {
      font-size: 18px; } }
  @media (max-width: 1440px) {
    .alter__item-text {
      color: #FFFFFF; } }
  .alter__item-text p {
    margin: 0;
    padding: 0; }
    .alter__item-text p:not(:last-child) {
      margin-bottom: 10px; }
  .alter__item:hover .alter__item-text {
    color: #FFFFFF; }

.alter__slider-bottom {
  display: none; }
  @media (max-width: 1440px) {
    .alter__slider-bottom {
      display: flex;
      justify-content: space-between;
      align-items: center; } }

.alter__slider-buttons {
  display: flex;
  align-items: center;
  gap: 16px; }

.appointment {
  padding-top: 205px; }
  @media (max-width: 1919px) {
    .appointment {
      padding-top: calc(60px + (205 - 60) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .appointment {
      padding-top: 60px; } }

.appointment__container {
  position: relative;
  padding-inline: 90px;
  padding-block: 67px;
  border-radius: 40px;
  background: #F7FBFC;
  overflow: hidden; }
  @media (max-width: 1919px) {
    .appointment__container {
      padding-inline: calc(20px + (90 - 20) * ((100vw - 375px) / (1920 - 375)));
      padding-block: calc(16px + (67 - 16) * ((100vw - 375px) / (1920 - 375)));
      border-radius: calc(20px + (40 - 20) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .appointment__container {
      padding-inline: 20px;
      padding-block: 16px;
      border-radius: 20px; } }

.appointment__image {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1416px;
  max-width: 1416px;
  height: 100%;
  transform: translateX(-50%);
  font-size: 0; }
  @media (max-width: 1024px) {
    .appointment__image {
      position: static;
      width: calc(100% + 40px);
      max-width: 625px;
      height: auto;
      margin: -50px -20px 0;
      z-index: auto;
      transform: none; } }
  @media (max-width: 1024px) {
    .appointment__image img {
      width: 100%; } }

.appointment__content {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 1024px) {
    .appointment__content {
      flex-direction: column;
      align-items: center; } }
  @media (max-width: 576px) {
    .appointment__content {
      align-items: flex-start; } }

.appointment__left {
  position: relative;
  max-width: 385px;
  z-index: 1; }
  @media (max-width: 1024px) {
    .appointment__left {
      padding-right: 10px; } }

.appointment__title {
  font-size: calc( 36px + 32 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 700;
  font-family: "DIN Pro Condensed", sans-serif;
  margin-bottom: 22px;
  color: #444444;
  text-transform: uppercase; }
  @media screen and (max-width: 375px) {
    .appointment__title {
      font-size: 36px; } }
  @media screen and (min-width: 1920px) {
    .appointment__title {
      font-size: 68px; } }
  @media (max-width: 1919px) {
    .appointment__title {
      margin-bottom: calc(16px + (22 - 16) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1024px) {
    .appointment__title {
      text-align: center; } }
  @media (max-width: 576px) {
    .appointment__title {
      text-align: left; } }
  @media (max-width: 375px) {
    .appointment__title {
      margin-bottom: 16px; } }
  .appointment__title p {
    margin: 0;
    padding: 0; }
  .appointment__title span {
    color: #FF3030; }

.appointment__right {
  position: relative;
  max-width: 342px;
  margin-top: 10px; }
  @media (max-width: 1024px) {
    .appointment__right {
      position: relative;
      max-width: 445px;
      margin-top: -55px; } }

.appointment__text {
  font-size: calc( 18px + 6 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  margin-bottom: 6px;
  color: #1c1c1c;
  text-align: center; }
  @media screen and (max-width: 375px) {
    .appointment__text {
      font-size: 18px; } }
  @media screen and (min-width: 1920px) {
    .appointment__text {
      font-size: 24px; } }
  @media (max-width: 576px) {
    .appointment__text {
      text-align: left; } }
  .appointment__text p {
    margin: 0;
    padding: 0; }

.appointment__form {
  margin-bottom: 17px; }

.appointment__form-input {
  margin-bottom: 16px; }

.appointment__form-button {
  width: 100%;
  margin-top: 24px; }

.appointment__caption {
  font-size: calc( 10px + 3 * ((100vw - 375px) / 1545));
  line-height: 1.4;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  margin-bottom: 34px;
  color: #4e4e4e;
  text-align: center; }
  @media screen and (max-width: 375px) {
    .appointment__caption {
      font-size: 10px; } }
  @media screen and (min-width: 1920px) {
    .appointment__caption {
      font-size: 13px; } }
  @media (max-width: 1919px) {
    .appointment__caption {
      margin-bottom: calc(20px + (34 - 20) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .appointment__caption {
      margin-bottom: 20px; } }
  .appointment__caption p {
    margin: 0;
    padding: 0; }
  .appointment__caption a {
    color: #00A4BE; }

.appointment__link {
  display: flex;
  flex-direction: column;
  gap: 45px; }
  @media (max-width: 1919px) {
    .appointment__link {
      gap: calc(24px + (45 - 24) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1024px) {
    .appointment__link {
      align-items: center; } }
  @media (max-width: 576px) {
    .appointment__link {
      flex-direction: row;
      justify-content: center; } }
  @media (max-width: 375px) {
    .appointment__link {
      gap: 24px; } }
  .appointment__link--mobile {
    display: none; }
    @media (max-width: 1024px) {
      .appointment__link--mobile {
        display: flex; } }
  @media (max-width: 1024px) {
    .appointment__link--desktop {
      display: none; } }

.appointment__phone {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #444444; }
  @media (max-width: 1919px) {
    .appointment__phone {
      gap: calc(3px + (6 - 3) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .appointment__phone {
      gap: 3px; } }

.appointment__phone-link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.3s ease;
  font-size: calc( 34px + 14 * ((100vw - 375px) / 1545));
  line-height: 1;
  font-weight: 700;
  font-family: "DIN Pro Condensed", sans-serif;
  white-space: nowrap; }
  @media screen and (max-width: 375px) {
    .appointment__phone-link {
      font-size: 34px; } }
  @media screen and (min-width: 1920px) {
    .appointment__phone-link {
      font-size: 48px; } }
  .appointment__phone-link span {
    color: #00A4BE; }
  .appointment__phone-link:hover {
    color: #00A4BE; }

.appointment__phone-text {
  font-size: calc( 16px + 4 * ((100vw - 375px) / 1545));
  line-height: 1;
  font-weight: 300;
  font-family: "Gilroy", sans-serif;
  position: relative;
  margin-left: 34px;
  color: #7A8386;
  letter-spacing: 0.05em; }
  @media screen and (max-width: 375px) {
    .appointment__phone-text {
      font-size: 16px; } }
  @media screen and (min-width: 1920px) {
    .appointment__phone-text {
      font-size: 20px; } }
  @media (max-width: 1919px) {
    .appointment__phone-text {
      margin-left: calc(20px + (34 - 20) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1024px) {
    .appointment__phone-text {
      letter-spacing: normal; } }
  @media (max-width: 375px) {
    .appointment__phone-text {
      margin-left: 20px; } }
  .appointment__phone-text::before {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    top: 50%;
    left: -26px;
    transform: translateY(-50%);
    background: #58B652;
    box-shadow: 0 0 0 4px rgba(88, 182, 82, 0.23);
    border-radius: 50%; }
    @media (max-width: 1919px) {
      .appointment__phone-text::before {
        left: calc(-15px + (-26 - -15) * ((100vw - 375px) / (1920 - 375)));
        width: calc(5px + (9 - 5) * ((100vw - 375px) / (1920 - 375)));
        height: calc(5px + (9 - 5) * ((100vw - 375px) / (1920 - 375))); } }
    @media (max-width: 375px) {
      .appointment__phone-text::before {
        left: -15px;
        width: 5px;
        height: 5px; } }

.appointment__messenger {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  width: 284px;
  height: 74px;
  gap: 5px;
  padding: 11px;
  border-radius: 50px; }
  @media (max-width: 1919px) {
    .appointment__messenger {
      padding: calc(6px + (11 - 6) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 576px) {
    .appointment__messenger {
      width: auto;
      height: auto; } }
  @media (max-width: 375px) {
    .appointment__messenger {
      padding: 6px; } }
  .appointment__messenger--whatsapp {
    background: rgba(138, 210, 112, 0.14);
    border: 1px solid #8AD270; }

.appointment__messenger-name {
  font-size: calc( 16px + 12 * ((100vw - 375px) / 1545));
  line-height: 1;
  font-weight: 700;
  font-family: "DIN Pro Condensed", sans-serif;
  flex-grow: 1;
  text-align: center; }
  @media screen and (max-width: 375px) {
    .appointment__messenger-name {
      font-size: 16px; } }
  @media screen and (min-width: 1920px) {
    .appointment__messenger-name {
      font-size: 28px; } }
  @media (max-width: 576px) {
    .appointment__messenger-name {
      display: none; } }
  .appointment__messenger--whatsapp .appointment__messenger-name {
    color: #58B652; }

.appointment__messenger-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  aspect-ratio: 1;
  margin-left: auto;
  border-radius: 50%; }
  .appointment__messenger--whatsapp .appointment__messenger-icon {
    background: linear-gradient(127.12deg, #39AE41 14.48%, #80C269 85.53%); }
  .appointment__messenger-icon svg {
    width: 29px;
    height: 29px;
    color: #FFFFFF; }

.benefit {
  padding-top: 100px; }
  @media (max-width: 1919px) {
    .benefit {
      padding-top: calc(40px + (100 - 40) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .benefit {
      padding-top: 40px; } }

.benefit__title {
  margin: 0;
  padding: 0;
  font-size: calc( 36px + 48 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 700;
  font-family: "DIN Pro Condensed", sans-serif;
  margin-bottom: 25px;
  color: #444444;
  text-transform: uppercase; }
  @media screen and (max-width: 375px) {
    .benefit__title {
      font-size: 36px; } }
  @media screen and (min-width: 1920px) {
    .benefit__title {
      font-size: 84px; } }
  @media (max-width: 1919px) {
    .benefit__title {
      margin-bottom: calc(23px + (25 - 23) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1024px) {
    .benefit__title {
      position: relative;
      margin-bottom: 0; } }
  .benefit__title span {
    color: #FF3030;
    font-weight: 300; }

.benefit__container {
  position: relative; }

.benefit__content {
  width: 58%;
  margin-left: auto;
  padding-bottom: 62px; }
  @media (max-width: 1919px) {
    .benefit__content {
      padding-bottom: calc(0px + (62 - 0) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1024px) {
    .benefit__content {
      width: 100%; } }
  @media (max-width: 375px) {
    .benefit__content {
      padding-bottom: 0; } }

.benefit__image {
  position: absolute;
  top: -40px;
  left: 0;
  z-index: -1;
  width: 67%;
  height: 100%;
  margin-left: calc((100vw - 1416px) / -2); }
  @media (max-width: 1919px) {
    .benefit__image {
      left: calc(-300px + (0 - -300) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1496px) {
    .benefit__image {
      margin-left: -40px; } }
  @media (max-width: 1024px) {
    .benefit__image {
      position: static;
      width: 100%;
      max-width: 630px;
      margin-top: -32px;
      margin-inline: auto; } }
  .benefit__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }

.benefit__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 45px;
  -moz-column-gap: 66px;
       column-gap: 66px;
  margin-bottom: 60px; }
  @media (max-width: 1919px) {
    .benefit__list {
      row-gap: calc(32px + (45 - 32) * ((100vw - 375px) / (1920 - 375)));
      margin-bottom: calc(19px + (60 - 19) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1200px) {
    .benefit__list {
      grid-template-columns: 1fr; } }
  @media (max-width: 375px) {
    .benefit__list {
      row-gap: 32px;
      margin-bottom: 20px; } }

.benefit__item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 60px;
  color: #1c1c1c; }
  @media (max-width: 1919px) {
    .benefit__item {
      padding-left: calc(42px + (60 - 42) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .benefit__item {
      padding-left: 42px; } }
  .benefit__item::before {
    content: "";
    position: absolute;
    width: 34px;
    height: 34px;
    top: 0;
    left: 0;
    background: url("../img/icon-check.svg") 50% 50%/contain no-repeat; }
    @media (max-width: 1919px) {
      .benefit__item::before {
        width: calc(30px + (34 - 30) * ((100vw - 375px) / (1920 - 375)));
        height: calc(30px + (34 - 30) * ((100vw - 375px) / (1920 - 375))); } }
    @media (max-width: 375px) {
      .benefit__item::before {
        width: 30px;
        height: 30px; } }

.benefit__name {
  font-size: calc( 16px + 8 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 500;
  font-family: "Gilroy", sans-serif; }
  @media screen and (max-width: 375px) {
    .benefit__name {
      font-size: 16px; } }
  @media screen and (min-width: 1920px) {
    .benefit__name {
      font-size: 24px; } }

.benefit__text {
  font-size: calc( 14px + 2 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 300;
  font-family: "Gilroy", sans-serif; }
  @media screen and (max-width: 375px) {
    .benefit__text {
      font-size: 14px; } }
  @media screen and (min-width: 1920px) {
    .benefit__text {
      font-size: 16px; } }

.benefit__bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 135px; }
  @media (max-width: 1919px) {
    .benefit__bottom {
      gap: calc(4px + (135 - 4) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 768px) {
    .benefit__bottom {
      grid-template-columns: 1fr;
      gap: 0;
      margin-inline: 24px; } }

.benefit__button {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  gap: 28px; }
  @media (max-width: 1919px) {
    .benefit__button {
      gap: calc(19px + (28 - 19) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 768px) {
    .benefit__button {
      margin-right: -10px;
      padding-bottom: 25px;
      border-bottom: 1px solid rgba(68, 68, 68, 0.21); } }
  @media (max-width: 375px) {
    .benefit__button {
      gap: 19px; } }
  .benefit__button::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    right: -70px;
    background: rgba(68, 68, 68, 0.21); }
    @media (max-width: 1919px) {
      .benefit__button::after {
        right: calc(-22px + (-70 - -22) * ((100vw - 375px) / (1920 - 375))); } }
    @media (max-width: 768px) {
      .benefit__button::after {
        display: none; } }

.benefit__button-link {
  display: flex; }

.benefit__button-doctor {
  width: 112px;
  height: 112px;
  border: 3px solid #FF3030;
  border-radius: 50%;
  overflow: hidden; }
  @media (max-width: 1919px) {
    .benefit__button-doctor {
      width: calc(64px + (112 - 64) * ((100vw - 375px) / (1920 - 375)));
      height: calc(64px + (112 - 64) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .benefit__button-doctor {
      width: 64px;
      height: 64px; } }
  .benefit__button-doctor img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.benefit__button-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 112px;
  aspect-ratio: 1;
  margin-left: -35px;
  border-radius: 50%;
  color: #FFFFFF;
  background: #FF3030; }
  @media (max-width: 1919px) {
    .benefit__button-icon {
      width: calc(64px + (112 - 64) * ((100vw - 375px) / (1920 - 375)));
      margin-left: calc(-20px + (-35 - -20) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .benefit__button-icon {
      width: 64px;
      margin-left: -20px; } }
  .benefit__button-icon svg {
    width: 36px;
    height: 36px; }

.benefit__button-text {
  font-size: calc( 14px + 10 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  color: #444444; }
  @media screen and (max-width: 375px) {
    .benefit__button-text {
      font-size: 14px; } }
  @media screen and (min-width: 1920px) {
    .benefit__button-text {
      font-size: 24px; } }

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

.bottom-bar {
  position: fixed;
  bottom: -200vh;
  left: 0;
  right: 0;
  height: 92px;
  padding-bottom: calc(12px + constant(safe-area-inset-bottom));
  padding-bottom: calc(12px + env(safe-area-inset-bottom));
  background: url("../img/bottom-bar.svg") 50% 11px/1920px no-repeat;
  z-index: 2; }
  .bottom-bar.js-show {
    bottom: 0; }

.bottom-bar__button {
  font-size: calc( 16px + 0 * ((100vw - 375px) / 1545));
  line-height: 1;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 202px;
  margin-left: -62px;
  padding-block: 13px;
  padding-inline: 10px;
  padding-right: 30px; }
  @media screen and (max-width: 375px) {
    .bottom-bar__button {
      font-size: 16px; } }
  @media screen and (min-width: 1920px) {
    .bottom-bar__button {
      font-size: 16px; } }
  .bottom-bar__button .button__icon {
    top: 5px;
    right: 5px;
    bottom: 5px; }
    .bottom-bar__button .button__icon svg {
      padding: 8px; }

.bottom-bar__link {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 51px;
  height: 51px;
  margin-left: 110px;
  border-radius: 50%;
  background: #FF3030 url("../img/icon-phone-floating.svg") 50% 50%/18px no-repeat;
  box-shadow: 0 0 0 16px rgba(255, 48, 48, 0.06), 0px 20px 18px rgba(64, 55, 55, 0.14); }
  .bottom-bar__link:before {
    content: "";
    position: absolute;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: -5px;
    left: -5px;
    border-radius: 50%;
    border: 1px solid #FF3030; }

.client {
  padding-top: 50px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F7FBFC 19.63%, #F7FBFC 79.91%, #FFFFFF 100%); }
  @media (max-width: 1919px) {
    .client {
      padding-top: calc(50px + (50 - 50) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .client {
      padding-top: 50px; } }

.client__title {
  margin: 0;
  padding: 0;
  font-size: calc( 36px + 48 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 700;
  font-family: "DIN Pro Condensed", sans-serif;
  margin-inline: auto;
  margin-bottom: 40px;
  color: #444444;
  text-transform: uppercase;
  text-align: center; }
  @media screen and (max-width: 375px) {
    .client__title {
      font-size: 36px; } }
  @media screen and (min-width: 1920px) {
    .client__title {
      font-size: 84px; } }
  @media (max-width: 1919px) {
    .client__title {
      margin-bottom: calc(15px + (40 - 15) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1024px) {
    .client__title {
      position: relative;
      text-align: left; } }
  @media (max-width: 375px) {
    .client__title {
      margin-bottom: 15px; } }
  .client__title span {
    display: block;
    color: #FF3030;
    font-weight: 300; }

@media (max-width: 1024px) {
  .client__slider-top {
    width: calc(100% + 16px);
    margin-right: -16px;
    margin-bottom: 25px; } }

.client__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  counter-reset: client-list; }
  @media (max-width: 1024px) {
    .client__list {
      display: flex;
      gap: 0; } }

.client__item {
  position: relative;
  min-height: 330px;
  padding: 38px;
  border-radius: 20px;
  background: radial-gradient(38.86% 172.88% at 88.86% 66.36%, #7AD3E1 0%, #00A4BE 100%);
  box-shadow: 0px 17px 29px rgba(122, 131, 134, 0.04);
  overflow: hidden; }
  @media (max-width: 1919px) {
    .client__item {
      padding: calc(20px + (38 - 20) * ((100vw - 375px) / (1920 - 375)));
      border-radius: calc(16px + (20 - 16) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1024px) {
    .client__item {
      display: flex;
      width: 336px;
      min-height: 439px;
      margin-right: 20px; } }
  @media (max-width: 576px) {
    .client__item {
      width: 303px;
      opacity: 0.2;
      transition: all 0.3s ease; } }
  @media (max-width: 375px) {
    .client__item {
      padding: 20px;
      border-radius: 16px; } }
  @media (max-width: 1024px) {
    .client__item:nth-child(4n) {
      background: #FFFFFF; } }
  .client__item:nth-child(4n - 1) {
    background: #FFFFFF; }
    @media (max-width: 1024px) {
      .client__item:nth-child(4n - 1) {
        background: radial-gradient(38.86% 172.88% at 88.86% 66.36%, #7AD3E1 0%, #00A4BE 100%); } }
  .client__item:nth-child(4n - 2) {
    background: #FFFFFF; }
  .client__item::after {
    content: "";
    position: absolute;
    width: 57px;
    height: 57px;
    font-size: calc( 24px + 4 * ((100vw - 375px) / 1545));
    line-height: 1;
    font-weight: 700;
    font-family: "DIN Pro Condensed", sans-serif;
    content: "0" counter(client-list);
    counter-increment: client-list;
    top: 32px;
    right: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0.48);
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    transition: all 0.3s ease; }
    @media screen and (max-width: 375px) {
      .client__item::after {
        font-size: 24px; } }
    @media screen and (min-width: 1920px) {
      .client__item::after {
        font-size: 28px; } }
    @media (max-width: 1919px) {
      .client__item::after {
        top: calc(20px + (32 - 20) * ((100vw - 375px) / (1920 - 375)));
        right: calc(20px + (32 - 20) * ((100vw - 375px) / (1920 - 375)));
        width: calc(50px + (57 - 50) * ((100vw - 375px) / (1920 - 375)));
        height: calc(50px + (57 - 50) * ((100vw - 375px) / (1920 - 375))); } }
    @media (max-width: 375px) {
      .client__item::after {
        top: 20px;
        right: 20px;
        width: 50px;
        height: 50px; } }
  @media (max-width: 1024px) {
    .client__item:nth-child(4n)::after {
      color: #00A4BE;
      background: transparent;
      border: 1px solid #00A4BE; } }
  .client__item:nth-child(4n - 1)::after {
    color: #00A4BE;
    background: transparent;
    border: 1px solid #00A4BE; }
    @media (max-width: 1024px) {
      .client__item:nth-child(4n - 1)::after {
        color: #FFFFFF;
        background: rgba(255, 255, 255, 0.48);
        border: 1px solid #FFFFFF; } }
  .client__item:nth-child(4n - 2)::after {
    color: #00A4BE;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #00A4BE; }
  .client__item.swiper-slide-active {
    opacity: 1; }

.client__item-image {
  position: absolute;
  top: -20px;
  right: 20px;
  width: 44%;
  height: auto;
  font-size: 0; }
  @media (max-width: 1919px) {
    .client__item-image {
      top: calc(110px + (-20 - 110) * ((100vw - 375px) / (1920 - 375)));
      right: calc(-50px + (20 - -50) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1024px) {
    .client__item-image {
      width: 145%;
      top: -20px;
      left: 20%;
      right: auto; } }
  @media (max-width: 576px) {
    .client__item-image {
      width: 160%; } }
  .client__item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -o-crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges; }
    @media (max-width: 1024px) {
      .client__item-image img {
        image-rendering: auto; } }

.client__item-info {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 284px;
  height: 100%; }
  @media (max-width: 1024px) {
    .client__item-info {
      height: auto; } }

.client__item-name {
  margin: 0;
  padding: 0;
  font-size: calc( 32px + 8 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 700;
  font-family: "DIN Pro Condensed", sans-serif;
  margin-top: auto;
  text-transform: uppercase;
  color: #FFFFFF; }
  @media screen and (max-width: 375px) {
    .client__item-name {
      font-size: 32px; } }
  @media screen and (min-width: 1920px) {
    .client__item-name {
      font-size: 40px; } }
  .client__item-name span {
    display: block;
    font-weight: 300; }
  @media (max-width: 1024px) {
    .client__item:nth-child(4n) .client__item-name {
      color: #444444; } }
  .client__item:nth-child(4n - 1) .client__item-name {
    color: #444444; }
    @media (max-width: 1024px) {
      .client__item:nth-child(4n - 1) .client__item-name {
        color: #FFFFFF; } }
  .client__item:nth-child(4n - 2) .client__item-name {
    color: #444444; }

.client__item-text {
  font-size: calc( 14px + 4 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  color: #FFFFFF; }
  @media screen and (max-width: 375px) {
    .client__item-text {
      font-size: 14px; } }
  @media screen and (min-width: 1920px) {
    .client__item-text {
      font-size: 18px; } }
  .client__item-text p {
    margin: 0;
    padding: 0; }
    .client__item-text p:not(:last-child) {
      margin-bottom: 10px; }
  @media (max-width: 1024px) {
    .client__item:nth-child(4n) .client__item-text {
      color: #444444; } }
  .client__item:nth-child(4n - 1) .client__item-text {
    color: #444444; }
    @media (max-width: 1024px) {
      .client__item:nth-child(4n - 1) .client__item-text {
        color: #FFFFFF; } }
  .client__item:nth-child(4n - 2) .client__item-text {
    color: #7A8386; }
  @media (max-width: 1024px) {
    .client__item-text {
      max-width: 200px; } }

.client__slider-bottom {
  display: none; }
  @media (max-width: 1024px) {
    .client__slider-bottom {
      display: flex;
      justify-content: space-between;
      align-items: center; } }

.client__slider-buttons {
  display: flex;
  align-items: center;
  gap: 16px; }

.clinic {
  padding-top: 75px; }
  @media (max-width: 1919px) {
    .clinic {
      padding-top: calc(50px + (75 - 50) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .clinic {
      padding-top: 50px; } }

.clinic__title {
  margin: 0;
  padding: 0;
  font-size: calc( 36px + 48 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 700;
  font-family: "DIN Pro Condensed", sans-serif;
  margin-inline: auto;
  margin-bottom: 40px;
  color: #444444;
  text-transform: uppercase;
  text-align: center; }
  @media screen and (max-width: 375px) {
    .clinic__title {
      font-size: 36px; } }
  @media screen and (min-width: 1920px) {
    .clinic__title {
      font-size: 84px; } }
  @media (max-width: 1919px) {
    .clinic__title {
      margin-bottom: calc(12px + (40 - 12) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1024px) {
    .clinic__title {
      position: relative;
      padding-right: 30px;
      text-align: left; } }
  @media (max-width: 375px) {
    .clinic__title {
      margin-bottom: 12px; } }
  .clinic__title span {
    display: block;
    color: #FF3030;
    font-weight: 300; }
    @media (max-width: 1024px) {
      .clinic__title span {
        display: inline; } }

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

.clinic__map {
  flex-shrink: 0;
  width: calc(50% - 12px);
  font-size: 0;
  border-radius: 20px;
  border: 1px solid #D9D9D9;
  overflow: hidden; }
  @media (max-width: 1024px) {
    .clinic__map {
      width: 100%;
      aspect-ratio: 1.715; } }
  .clinic__map iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border: none; }

.clinic__slider {
  flex-shrink: 0;
  width: calc(50% - 12px); }
  @media (max-width: 1024px) {
    .clinic__slider {
      width: 100%; } }

.clinic__thumbs {
  position: relative;
  margin-bottom: 24px; }

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

.clinic__thumbs-item {
  font-size: calc( 16px + 4 * ((100vw - 375px) / 1545));
  line-height: 1.125;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  gap: 13px;
  padding-block: 21px;
  padding-inline: 12px;
  border-radius: 12px;
  color: #444444;
  background: #FFFFFF;
  border: 1px solid rgba(68, 68, 68, 0.34);
  transition: all 0.3s ease; }
  @media screen and (max-width: 375px) {
    .clinic__thumbs-item {
      font-size: 16px; } }
  @media screen and (min-width: 1920px) {
    .clinic__thumbs-item {
      font-size: 20px; } }
  @media (max-width: 1919px) {
    .clinic__thumbs-item {
      padding-block: calc(13px + (21 - 13) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .clinic__thumbs-item {
      padding-block: 13px; } }
  .clinic__thumbs-item:only-child {
    width: 100% !important; }
  .clinic__thumbs-item.swiper-slide-thumb-active {
    color: #FFFFFF;
    background: #00A4BE;
    border: 1px solid #00A4BE; }
  .clinic__thumbs-item svg {
    width: 38px;
    height: 38px; }
    @media (max-width: 1919px) {
      .clinic__thumbs-item svg {
        width: calc(26px + (38 - 26) * ((100vw - 375px) / (1920 - 375)));
        height: calc(26px + (38 - 26) * ((100vw - 375px) / (1920 - 375))); } }
    @media (max-width: 375px) {
      .clinic__thumbs-item svg {
        width: 26px;
        height: 26px; } }

.clinic__slider-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%);
  right: -19px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  aspect-ratio: 1;
  border-radius: 50%;
  color: #9EB4B7;
  background: rgba(255, 255, 255, 0.91);
  border: 1px solid rgba(158, 180, 183, 0.4); }
  @media (max-width: 1919px) {
    .clinic__slider-button {
      width: calc(30px + (37 - 30) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1024px) {
    .clinic__slider-button {
      right: -11px; } }
  @media (max-width: 375px) {
    .clinic__slider-button {
      width: 30px; } }
  .clinic__slider-button:disabled {
    cursor: default; }
  .clinic__slider-button svg {
    width: 7px;
    height: 12px; }
    @media (max-width: 1919px) {
      .clinic__slider-button svg {
        width: calc(6px + (7 - 6) * ((100vw - 375px) / (1920 - 375)));
        height: calc(10px + (12 - 10) * ((100vw - 375px) / (1920 - 375))); } }
    @media (max-width: 375px) {
      .clinic__slider-button svg {
        width: 6px;
        height: 10px; } }

.clinic__slider-button--prev {
  left: -19px;
  right: auto; }
  @media (max-width: 1024px) {
    .clinic__slider-button--prev {
      left: -11px; } }
  .clinic__slider-button--prev svg {
    transform: rotate(180deg); }

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

.clinic__main-item {
  display: flex;
  gap: 24px;
  padding: 24px;
  padding-left: 43px;
  border-radius: 20px;
  border: 1px solid #D9D9D9; }
  @media (max-width: 1919px) {
    .clinic__main-item {
      padding: calc(20px + (24 - 20) * ((100vw - 375px) / (1920 - 375)));
      padding-left: calc(20px + (43 - 20) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1440px) {
    .clinic__main-item {
      padding-left: calc(20px + (24 - 20) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1200px) {
    .clinic__main-item {
      flex-direction: column; } }
  @media (max-width: 375px) {
    .clinic__main-item {
      padding: 20px;
      padding-left: 20px; } }

.clinic__main-item-left {
  flex-shrink: 0;
  width: 54%;
  min-width: 320px;
  padding-top: 20px; }
  @media (max-width: 1440px) {
    .clinic__main-item-left {
      padding-top: 0; } }
  @media (max-width: 1200px) {
    .clinic__main-item-left {
      width: 100%;
      min-width: 0;
      max-width: 500px; } }

.clinic__main-item-address {
  margin: 0;
  padding: 0;
  font-size: calc( 18px + 6 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 600;
  font-family: "Gilroy", sans-serif;
  margin-bottom: 40px;
  color: #444444; }
  @media screen and (max-width: 375px) {
    .clinic__main-item-address {
      font-size: 18px; } }
  @media screen and (min-width: 1920px) {
    .clinic__main-item-address {
      font-size: 24px; } }
  @media (max-width: 1919px) {
    .clinic__main-item-address {
      margin-bottom: calc(12px + (40 - 12) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .clinic__main-item-address {
      margin-bottom: 12px; } }

.clinic__main-item-schedule {
  margin-bottom: 42px; }
  @media (max-width: 1919px) {
    .clinic__main-item-schedule {
      margin-bottom: calc(22px + (42 - 22) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .clinic__main-item-schedule {
      margin-bottom: 22px; } }

.clinic__main-item-schedule-row {
  display: flex;
  align-items: baseline;
  gap: 13px; }
  .clinic__main-item-schedule-row:not(:last-child) {
    margin-bottom: 24px; }
    @media (max-width: 1919px) {
      .clinic__main-item-schedule-row:not(:last-child) {
        margin-bottom: calc(16px + (24 - 16) * ((100vw - 375px) / (1920 - 375))); } }
    @media (max-width: 375px) {
      .clinic__main-item-schedule-row:not(:last-child) {
        margin-bottom: 16px; } }

.clinic__main-item-time {
  font-size: calc( 16px + 2 * ((100vw - 375px) / 1545));
  line-height: 1;
  font-weight: 600;
  font-family: "Gilroy", sans-serif;
  display: block;
  padding-right: 13px;
  border-right: 1px solid #444444;
  color: #444444;
  white-space: nowrap; }
  @media screen and (max-width: 375px) {
    .clinic__main-item-time {
      font-size: 16px; } }
  @media screen and (min-width: 1920px) {
    .clinic__main-item-time {
      font-size: 18px; } }

.clinic__main-item-day {
  font-size: calc( 16px + 2 * ((100vw - 375px) / 1545));
  line-height: 1;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  color: #444444; }
  @media screen and (max-width: 375px) {
    .clinic__main-item-day {
      font-size: 16px; } }
  @media screen and (min-width: 1920px) {
    .clinic__main-item-day {
      font-size: 18px; } }

.clinic__location-button {
  font-size: calc( 16px + 0 * ((100vw - 375px) / 1545));
  line-height: 1;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  width: 100%;
  margin-bottom: 26px;
  padding-block: 23px;
  padding-inline: 24px;
  padding-right: 60px; }
  @media screen and (max-width: 375px) {
    .clinic__location-button {
      font-size: 16px; } }
  @media screen and (min-width: 1920px) {
    .clinic__location-button {
      font-size: 16px; } }
  @media (max-width: 1919px) {
    .clinic__location-button {
      margin-bottom: calc(21px + (26 - 21) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 576px) {
    .clinic__location-button {
      max-height: 61px; } }
  @media (max-width: 375px) {
    .clinic__location-button {
      margin-bottom: 21px; } }

.clinic__coords {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: calc( 14px + 2 * ((100vw - 375px) / 1545));
  line-height: 1;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  display: block;
  margin: 0 auto;
  padding-right: 24px;
  color: #444444;
  background: url("../img/icon-copy.svg") 100% 50%/16px no-repeat; }
  @media screen and (max-width: 375px) {
    .clinic__coords {
      font-size: 14px; } }
  @media screen and (min-width: 1920px) {
    .clinic__coords {
      font-size: 16px; } }
  .clinic__coords:hover {
    color: #00A4BE; }

.clinic__main-item-images {
  display: flex;
  flex-direction: column;
  gap: 24px; }
  @media (max-width: 1200px) {
    .clinic__main-item-images {
      flex-direction: row; } }
  @media (max-width: 576px) {
    .clinic__main-item-images {
      gap: 8px; } }

.clinic__main-item-image {
  width: 100%;
  aspect-ratio: 1.65;
  border-radius: 12px;
  font-size: 0;
  overflow: hidden; }
  @media (max-width: 1200px) {
    .clinic__main-item-image {
      width: calc(100% - 12px); } }
  .clinic__main-item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.consultation {
  padding-top: 60px; }

.consultation__container {
  padding-block: 41px;
  padding-inline: 60px;
  border-radius: 20px;
  background: #F7FBFC; }
  @media (max-width: 1919px) {
    .consultation__container {
      padding-block: calc(28px + (41 - 28) * ((100vw - 375px) / (1920 - 375)));
      padding-inline: calc(20px + (60 - 20) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .consultation__container {
      padding-block: 28px;
      padding-inline: 20px; } }

.consultation__title {
  margin: 0;
  padding: 0;
  font-size: calc( 24px + 24 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 700;
  font-family: "DIN Pro Condensed", sans-serif;
  margin-bottom: 12px;
  text-transform: uppercase;
  text-align: center;
  color: #444444; }
  @media screen and (max-width: 375px) {
    .consultation__title {
      font-size: 24px; } }
  @media screen and (min-width: 1920px) {
    .consultation__title {
      font-size: 48px; } }
  .consultation__title span {
    font-weight: 300; }

.consultation__content {
  display: flex;
  justify-content: space-between;
  gap: 54px; }
  @media (max-width: 1919px) {
    .consultation__content {
      gap: calc(20px + (54 - 20) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1024px) {
    .consultation__content {
      flex-direction: column;
      align-items: center; } }
  @media (max-width: 375px) {
    .consultation__content {
      gap: 20px; } }

.consultation__left {
  flex-shrink: 0; }

.consultation__doctor {
  display: flex;
  align-items: center;
  gap: 17px; }

.consultation__doctor-image {
  flex-shrink: 0;
  width: 119px;
  aspect-ratio: 1;
  border-radius: 50%;
  border-width: 7px;
  border-style: solid;
  border-color: rgba(0, 164, 190, 0.43);
  overflow: hidden; }
  @media (max-width: 1919px) {
    .consultation__doctor-image {
      width: calc(87px + (119 - 87) * ((100vw - 375px) / (1920 - 375)));
      border-width: calc(4px + (7 - 4) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .consultation__doctor-image {
      width: 87px;
      border-width: 4px; } }
  .consultation__doctor-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.consultation__doctor-info {
  font-size: calc( 16px + 2 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #444444; }
  @media screen and (max-width: 375px) {
    .consultation__doctor-info {
      font-size: 16px; } }
  @media screen and (min-width: 1920px) {
    .consultation__doctor-info {
      font-size: 18px; } }

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

.consultation__right {
  display: flex;
  gap: 55px; }
  @media (max-width: 1919px) {
    .consultation__right {
      gap: calc(15px + (55 - 15) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1200px) {
    .consultation__right {
      flex-direction: column; } }
  @media (max-width: 375px) {
    .consultation__right {
      gap: 15px; } }

.consultation__form-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  align-items: end;
  margin-bottom: 10px; }
  @media (max-width: 1919px) {
    .consultation__form-content {
      margin-bottom: calc(18px + (10 - 18) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1440px) {
    .consultation__form-content {
      grid-template-columns: 1fr; } }
  @media (max-width: 375px) {
    .consultation__form-content {
      margin-bottom: 18px; } }

.consultation__form-button {
  width: auto; }

.consultation__caption {
  font-size: calc( 10px + 3 * ((100vw - 375px) / 1545));
  line-height: 1.4;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  color: #4e4e4e;
  text-align: center; }
  @media screen and (max-width: 375px) {
    .consultation__caption {
      font-size: 10px; } }
  @media screen and (min-width: 1920px) {
    .consultation__caption {
      font-size: 13px; } }
  .consultation__caption p {
    margin: 0;
    padding: 0; }
  .consultation__caption a {
    color: #00A4BE; }

.consultation__phone {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  margin-top: 30px;
  color: #444444; }
  @media (max-width: 1200px) {
    .consultation__phone {
      margin-top: 0; } }
  @media (max-width: 1024px) {
    .consultation__phone {
      align-items: center; } }

.consultation__phone-link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.3s ease;
  font-size: calc( 34px + 0 * ((100vw - 375px) / 1545));
  line-height: 1;
  font-weight: 700;
  font-family: "DIN Pro Condensed", sans-serif;
  white-space: nowrap; }
  @media screen and (max-width: 375px) {
    .consultation__phone-link {
      font-size: 34px; } }
  @media screen and (min-width: 1920px) {
    .consultation__phone-link {
      font-size: 34px; } }
  .consultation__phone-link span {
    color: #00A4BE; }
  .consultation__phone-link:hover {
    color: #00A4BE; }

.consultation__phone-text {
  font-size: calc( 16px + 0 * ((100vw - 375px) / 1545));
  line-height: 1;
  font-weight: 300;
  font-family: "Gilroy", sans-serif;
  position: relative;
  color: #7A8386; }
  @media screen and (max-width: 375px) {
    .consultation__phone-text {
      font-size: 16px; } }
  @media screen and (min-width: 1920px) {
    .consultation__phone-text {
      font-size: 16px; } }
  .consultation__phone-text::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    top: 50%;
    left: -16px;
    transform: translateY(-50%);
    background: #58B652;
    box-shadow: 0 0 0 4px rgba(88, 182, 82, 0.23);
    border-radius: 50%; }

.faq {
  padding-top: 100px;
  overflow: hidden; }
  @media (max-width: 1919px) {
    .faq {
      padding-top: calc(50px + (190 - 50) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .faq {
      padding-top: 50px; } }

.faq__title {
  margin: 0;
  padding: 0;
  font-size: calc( 36px + 48 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 700;
  font-family: "DIN Pro Condensed", sans-serif;
  margin-inline: auto;
  margin-bottom: 25px;
  color: #444444;
  text-transform: uppercase;
  text-align: center; }
  @media screen and (max-width: 375px) {
    .faq__title {
      font-size: 36px; } }
  @media screen and (min-width: 1920px) {
    .faq__title {
      font-size: 84px; } }
  @media (max-width: 1919px) {
    .faq__title {
      margin-bottom: calc(0px + (25 - 0) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1024px) {
    .faq__title {
      position: relative;
      padding-right: 80px;
      text-align: left; } }
  @media (max-width: 375px) {
    .faq__title {
      margin-bottom: 0; } }
  .faq__title span {
    color: #FF3030;
    font-weight: 300; }

.faq__container {
  position: relative; }

.faq__content {
  width: 57.6%;
  margin-right: auto; }
  @media (max-width: 1919px) {
    .faq__content {
      padding-bottom: calc(0px + (62 - 0) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1024px) {
    .faq__content {
      width: 100%; } }

.faq__image {
  position: absolute;
  top: 160px;
  right: -120px;
  z-index: -1;
  width: 45%;
  height: auto; }
  @media (max-width: 1024px) {
    .faq__image {
      width: 95px;
      max-height: 128px;
      top: 0;
      right: -20px;
      margin-top: -35px; } }
  .faq__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 50% 0%;
       object-position: 50% 0%; }

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

.faq__item {
  position: relative;
  padding-block: 32px;
  border-bottom: 1px solid #EAEFF0; }
  @media (max-width: 1919px) {
    .faq__item {
      padding-block: calc(16px + (32 - 16) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .faq__item {
      padding-block: 16px; } }
  .faq__item:last-child {
    border-bottom: none; }
    @media (max-width: 1024px) {
      .faq__item:last-child {
        border-bottom: 1px solid #EAEFF0; } }

.faq__item-question {
  font-size: calc( 16px + 8 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  padding-right: 85px;
  color: #444444;
  cursor: pointer; }
  @media screen and (max-width: 375px) {
    .faq__item-question {
      font-size: 16px; } }
  @media screen and (min-width: 1920px) {
    .faq__item-question {
      font-size: 24px; } }
  .faq__item-question p {
    margin: 0;
    padding: 0; }

.faq__item-icon {
  position: absolute;
  top: 12px;
  bottom: 12px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  border-radius: 16px;
  color: #B0E3EB;
  background: #F7FBFC;
  transition: all 0.3s ease;
  cursor: pointer; }
  @media (max-width: 1919px) {
    .faq__item-icon {
      top: calc(15px + (12 - 15) * ((100vw - 375px) / (1920 - 375)));
      bottom: calc(15px + (12 - 15) * ((100vw - 375px) / (1920 - 375)));
      width: calc(44px + (70 - 44) * ((100vw - 375px) / (1920 - 375)));
      border-radius: calc(8px + (16 - 8) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .faq__item-icon {
      top: 15px;
      bottom: 15px;
      width: 44px;
      border-radius: 8px; } }
  .faq__item.js-active .faq__item-icon {
    color: #FFFFFF;
    background: #00A4BE; }
  .faq__item-icon svg {
    width: 13px;
    height: 23px;
    transform: rotate(90deg);
    transition: all 0.3s ease; }
    @media (max-width: 1919px) {
      .faq__item-icon svg {
        width: calc(10px + (13 - 10) * ((100vw - 375px) / (1920 - 375)));
        height: calc(18px + (23 - 18) * ((100vw - 375px) / (1920 - 375))); } }
    @media (max-width: 375px) {
      .faq__item-icon svg {
        width: 10px;
        height: 18px; } }
    .faq__item.js-active .faq__item-icon svg {
      transform: rotate(-90deg); }

.faq__item-answer {
  max-height: 0;
  padding-right: 85px;
  overflow: hidden;
  transition: max-height 0.5s; }
  .faq__item.js-active .faq__item-answer {
    max-height: 1000vh;
    transition: max-height 2s; }

.faq__item-answer-text {
  font-size: calc( 12px + 4 * ((100vw - 375px) / 1545));
  line-height: 1.4;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  color: #444444;
  padding-top: 21px; }
  @media screen and (max-width: 375px) {
    .faq__item-answer-text {
      font-size: 12px; } }
  @media screen and (min-width: 1920px) {
    .faq__item-answer-text {
      font-size: 16px; } }
  @media (max-width: 1919px) {
    .faq__item-answer-text {
      padding-top: calc(14px + (21 - 14) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .faq__item-answer-text {
      padding-top: 14px; } }
  .faq__item-answer-text p {
    margin: 0;
    padding: 0; }
    .faq__item-answer-text p:not(:last-child) {
      margin-bottom: 10px; }

.faq__item-answer-doctor {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 12px; }
  @media (max-width: 1919px) {
    .faq__item-answer-doctor {
      gap: calc(15px + (12 - 15) * ((100vw - 375px) / (1920 - 375)));
      margin-top: calc(20px + (12 - 20) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .faq__item-answer-doctor {
      gap: 15px;
      margin-top: 20px; } }

.faq__item-answer-doctor-image {
  flex-shrink: 0;
  width: 70px;
  aspect-ratio: 1;
  border-radius: 50%;
  border-width: 4px;
  border-style: solid;
  border-color: rgba(0, 164, 190, 0.43);
  overflow: hidden; }
  @media (max-width: 1919px) {
    .faq__item-answer-doctor-image {
      border-width: calc(4px + (7 - 4) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .faq__item-answer-doctor-image {
      border-width: 4px; } }
  .faq__item-answer-doctor-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.faq__item-answer-doctor-info {
  font-size: calc( 12px + 4 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #444444; }
  @media screen and (max-width: 375px) {
    .faq__item-answer-doctor-info {
      font-size: 12px; } }
  @media screen and (min-width: 1920px) {
    .faq__item-answer-doctor-info {
      font-size: 16px; } }

.faq__item-answer-doctor-post {
  font-size: calc( 10px + 4 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  color: #7A8386; }
  @media screen and (max-width: 375px) {
    .faq__item-answer-doctor-post {
      font-size: 10px; } }
  @media screen and (min-width: 1920px) {
    .faq__item-answer-doctor-post {
      font-size: 14px; } }

.floating {
  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: 95px;
  bottom: calc(95px + constant(safe-area-inset-bottom));
  bottom: calc(95px + env(safe-area-inset-bottom));
  right: 95px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: #FF3030 url("../img/icon-phone-floating.svg") 50% 50% no-repeat;
  box-shadow: 0 0 0 16px rgba(255, 48, 48, 0.06), 0px 20px 18px rgba(64, 55, 55, 0.14);
  z-index: 3; }
  @media (max-width: 1600px) {
    .floating {
      bottom: 40px;
      bottom: calc(40px + constant(safe-area-inset-bottom));
      bottom: calc(40px + env(safe-area-inset-bottom));
      right: 40px; } }
  @media (max-width: 1024px) {
    .floating {
      bottom: 20px;
      bottom: calc(20px + constant(safe-area-inset-bottom));
      bottom: calc(20px + env(safe-area-inset-bottom));
      right: 20px; } }
  .floating.js-hide {
    display: none; }

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

.floating__ring:nth-child(2) {
  animation-name: pulse_2; }

.floating__ring:nth-child(3) {
  animation-name: pulse_3; }

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

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

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

.footer {
  padding-top: 143px; }
  @media (max-width: 1919px) {
    .footer {
      padding-top: calc(23px + (143 - 23) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .footer {
      padding-top: 23px; } }

.footer__content {
  position: relative; }

.footer__bg {
  position: absolute;
  top: -55px;
  bottom: 0;
  left: 170px;
  width: 35%;
  overflow: hidden; }
  @media (max-width: 1440px) {
    .footer__bg {
      display: none; } }
  .footer__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 50% 100%;
       object-position: 50% 100%; }

.footer__top {
  padding-block: 34px;
  border-top: 1px solid #F2F2F2; }
  @media (max-width: 1200px) {
    .footer__top {
      padding-block: 20px; } }
  @media (max-width: 768px) {
    .footer__top {
      padding-block: 15px; } }

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

.footer__top-logo {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.3s ease;
  position: relative; }
  .footer__top-logo img {
    width: auto;
    max-width: 199px;
    max-height: 79px; }
    @media (max-width: 1919px) {
      .footer__top-logo img {
        max-width: calc(153px + (199 - 153) * ((100vw - 375px) / (1920 - 375)));
        max-height: calc(61px + (79 - 61) * ((100vw - 375px) / (1920 - 375))); } }
    @media (max-width: 375px) {
      .footer__top-logo img {
        max-width: 153px;
        max-height: 61px; } }

.footer__top-right {
  display: flex;
  align-items: center;
  row-gap: 37px;
  -moz-column-gap: 37px;
       column-gap: 37px; }
  @media (max-width: 1919px) {
    .footer__top-right {
      row-gap: calc(32px + (37 - 32) * ((100vw - 375px) / (1920 - 375)));
      -moz-column-gap: calc(10px + (37 - 10) * ((100vw - 375px) / (1920 - 375)));
           column-gap: calc(10px + (37 - 10) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1200px) {
    .footer__top-right {
      justify-content: space-between;
      margin-top: 10px;
      padding-top: 20px;
      border-top: 1px solid #F2F2F2; } }
  @media (max-width: 768px) {
    .footer__top-right {
      margin-top: 0;
      padding-top: 28px;
      flex-wrap: wrap; } }
  @media (max-width: 375px) {
    .footer__top-right {
      row-gap: 32px;
      -moz-column-gap: 10px;
           column-gap: 10px; } }

.footer__top-phone {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  color: #444444; }
  @media (max-width: 1919px) {
    .footer__top-phone {
      gap: calc(3px + (6 - 3) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .footer__top-phone {
      gap: 3px; } }

.footer__top-phone-link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.3s ease;
  font-size: calc( 20px + 14 * ((100vw - 375px) / 1545));
  line-height: 1;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  letter-spacing: -0.06em;
  white-space: nowrap; }
  @media screen and (max-width: 375px) {
    .footer__top-phone-link {
      font-size: 20px; } }
  @media screen and (min-width: 1920px) {
    .footer__top-phone-link {
      font-size: 34px; } }
  @media (max-width: 768px) {
    .footer__top-phone-link {
      letter-spacing: normal; } }
  .footer__top-phone-link span {
    color: #00A4BE; }
  .footer__top-phone-link:hover {
    color: #00A4BE; }

.footer__top-phone-text {
  font-size: calc( 11px + 5 * ((100vw - 375px) / 1545));
  line-height: 1;
  font-weight: 300;
  font-family: "Gilroy", sans-serif;
  position: relative;
  color: #7A8386; }
  @media screen and (max-width: 375px) {
    .footer__top-phone-text {
      font-size: 11px; } }
  @media screen and (min-width: 1920px) {
    .footer__top-phone-text {
      font-size: 16px; } }
  .footer__top-phone-text::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    top: 50%;
    left: -16px;
    transform: translateY(-50%);
    background: #58B652;
    box-shadow: 0 0 0 4px rgba(88, 182, 82, 0.23);
    border-radius: 50%; }

.footer__top-socials {
  position: relative;
  gap: 24px; }
  @media (max-width: 1919px) {
    .footer__top-socials {
      gap: calc(8px + (24 - 8) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .footer__top-socials {
      gap: 8px; } }

.footer__top-button {
  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 + 0 * ((100vw - 375px) / 1545));
  line-height: 1;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 17px;
  padding-inline: 48px;
  border-radius: 50px;
  color: #FF3030;
  text-align: center;
  background: transparent;
  border: 1px solid #FF3030; }
  @media screen and (max-width: 375px) {
    .footer__top-button {
      font-size: 18px; } }
  @media screen and (min-width: 1920px) {
    .footer__top-button {
      font-size: 18px; } }
  @media (max-width: 1919px) {
    .footer__top-button {
      padding-inline: calc(20px + (17 - 20) * ((100vw - 375px) / (1920 - 375)));
      padding-inline: calc(20px + (48 - 20) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 768px) {
    .footer__top-button {
      width: 100%; } }
  @media (max-width: 375px) {
    .footer__top-button {
      padding-block: 20px;
      padding-inline: 20px; } }
  .footer__top-button:hover {
    color: #FFFFFF;
    background: #FF3030; }

.footer__middle {
  border-top: 1px solid #F2F2F2; }
  @media (max-width: 768px) {
    .footer__middle {
      border-top: none; } }

.footer__middle-content {
  width: 49%;
  margin-left: auto;
  padding-block: 18px; }
  @media (max-width: 1440px) {
    .footer__middle-content {
      width: 100%; } }
  @media (max-width: 768px) {
    .footer__middle-content {
      padding-block: 15px; } }

.footer__license {
  margin: 0;
  padding: 0;
  font-size: calc( 14px + 6 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 300;
  font-family: "Gilroy", sans-serif;
  margin-bottom: 20px;
  color: #7A8386; }
  @media screen and (max-width: 375px) {
    .footer__license {
      font-size: 14px; } }
  @media screen and (min-width: 1920px) {
    .footer__license {
      font-size: 20px; } }

.footer__contra {
  margin: 0;
  padding: 0;
  font-size: calc( 12px + 4 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  text-transform: uppercase;
  color: #7A8386;
  letter-spacing: 0.26em; }
  @media screen and (max-width: 375px) {
    .footer__contra {
      font-size: 12px; } }
  @media screen and (min-width: 1920px) {
    .footer__contra {
      font-size: 16px; } }

.footer__bottom {
  border-top: 1px solid #F2F2F2; }

.footer__bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 49%;
  margin-left: auto;
  padding-block: 18px; }
  @media (max-width: 1440px) {
    .footer__bottom-content {
      width: 100%; } }
  @media (max-width: 768px) {
    .footer__bottom-content {
      align-items: flex-start;
      padding-block: 15px; } }

.footer__copyright {
  margin: 0;
  padding: 0;
  font-size: calc( 12px + 0 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  letter-spacing: 0.03em;
  color: #7A8386; }
  @media screen and (max-width: 375px) {
    .footer__copyright {
      font-size: 12px; } }
  @media screen and (min-width: 1920px) {
    .footer__copyright {
      font-size: 12px; } }
  @media (max-width: 768px) {
    .footer__copyright {
      width: 120px;
      margin-top: 10px; } }

.footer__develop {
  margin: 0;
  padding: 0;
  font-size: calc( 10px + 2 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  display: flex;
  align-items: center;
  gap: 12px;
  letter-spacing: 0.03em;
  color: #7A8386; }
  @media screen and (max-width: 375px) {
    .footer__develop {
      font-size: 10px; } }
  @media screen and (min-width: 1920px) {
    .footer__develop {
      font-size: 12px; } }
  @media (max-width: 768px) {
    .footer__develop {
      flex-direction: column-reverse;
      align-items: flex-end;
      gap: 0; } }

.footer__develop-text {
  width: 230px;
  text-align: right; }
  @media (max-width: 768px) {
    .footer__develop-text {
      width: 180px; } }

.footer__develop-link-image {
  width: 130px; }

.guide {
  padding-top: 100px; }
  @media (max-width: 1919px) {
    .guide {
      padding-top: calc(35px + (100 - 35) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .guide {
      padding-top: 35px; } }

.guide__title {
  margin: 0;
  padding: 0;
  font-size: calc( 36px + 48 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 700;
  font-family: "DIN Pro Condensed", sans-serif;
  margin-inline: auto;
  margin-bottom: 38px;
  color: #444444;
  text-transform: uppercase;
  text-align: center; }
  @media screen and (max-width: 375px) {
    .guide__title {
      font-size: 36px; } }
  @media screen and (min-width: 1920px) {
    .guide__title {
      font-size: 84px; } }
  @media (max-width: 1919px) {
    .guide__title {
      margin-bottom: calc(24px + (38 - 24) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1024px) {
    .guide__title {
      position: relative;
      text-align: left; } }
  @media (max-width: 375px) {
    .guide__title {
      margin-bottom: 24px; } }
  .guide__title span {
    color: #FF3030;
    font-weight: 300; }

.guide__list-wrap {
  position: relative; }

.guide__list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 538px;
  padding-block: 34px;
  padding-left: 43px;
  border-radius: 20px;
  background: #00A4BE;
  counter-reset: guide-list; }
  @media (max-width: 1919px) {
    .guide__list {
      width: calc(350px + (538 - 350) * ((100vw - 375px) / (1920 - 375)));
      padding-block: calc(0px + (34 - 0) * ((100vw - 375px) / (1920 - 375)));
      padding-left: calc(0px + (43 - 0) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1024px) {
    .guide__list {
      width: 100%;
      padding: 0;
      border-radius: 16px; } }

.guide__item-top {
  font-size: calc( 20px + 10 * ((100vw - 375px) / 1545));
  line-height: 1;
  font-weight: 700;
  font-family: "DIN Pro Condensed", sans-serif;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #FFFFFF;
  text-transform: uppercase;
  border-radius: 60px;
  padding-block: 16px;
  padding-inline: 35px;
  padding-right: 16px;
  transition: all 0.3s ease; }
  @media screen and (max-width: 375px) {
    .guide__item-top {
      font-size: 20px; } }
  @media screen and (min-width: 1920px) {
    .guide__item-top {
      font-size: 30px; } }
  @media (max-width: 1024px) {
    .guide__item-top {
      border-radius: 16px;
      padding-block: 11px;
      padding-inline: 20px;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; } }
  .guide__item-top:before {
    content: counter(guide-list) ". ";
    counter-increment: guide-list; }
  .guide__item.js-active .guide__item-top {
    background: #FF3030; }

.guide__item-name {
  cursor: pointer; }

.guide__item-icon {
  opacity: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-left: auto;
  border-radius: 50%;
  color: #FF3030;
  background: #FFFFFF; }
  @media (max-width: 1919px) {
    .guide__item-icon {
      width: calc(40px + (48 - 40) * ((100vw - 375px) / (1920 - 375)));
      height: calc(40px + (48 - 40) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1024px) {
    .guide__item-icon {
      opacity: 1;
      border: 1px solid #FFFFFF;
      color: #FFFFFF;
      background: transparent; } }
  @media (max-width: 375px) {
    .guide__item-icon {
      width: 40px;
      height: 40px; } }
  .guide__item-icon svg {
    width: 21px;
    height: 21px;
    transition: all 0.3s ease; }
    @media (max-width: 1919px) {
      .guide__item-icon svg {
        width: calc(18px + (21 - 18) * ((100vw - 375px) / (1920 - 375)));
        height: calc(18px + (21 - 18) * ((100vw - 375px) / (1920 - 375))); } }
    @media (max-width: 375px) {
      .guide__item-icon svg {
        width: 18px;
        height: 18px; } }
    @media (max-width: 1024px) {
      .guide__item.js-active .guide__item-icon svg {
        transform: rotate(-90deg); } }
  .guide__item.js-active .guide__item-icon {
    opacity: 1; }
    @media (max-width: 1024px) {
      .guide__item.js-active .guide__item-icon {
        color: #FF3030;
        background: #FFFFFF; } }

.guide__item-body {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 462px;
  padding-top: 60px;
  padding-right: 58px;
  padding-bottom: 10px;
  padding-left: 138px;
  border-radius: 20px 0 0 20px;
  background: #FFFFFF;
  overflow-y: auto; }
  @media (max-width: 1919px) {
    .guide__item-body {
      left: calc(290px + (462 - 290) * ((100vw - 375px) / (1920 - 375)));
      padding-top: calc(24px + (60 - 24) * ((100vw - 375px) / (1920 - 375)));
      padding-right: calc(20px + (58 - 20) * ((100vw - 375px) / (1920 - 375)));
      padding-bottom: calc(20px + (10 - 20) * ((100vw - 375px) / (1920 - 375)));
      padding-left: calc(50px + (138 - 50) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1024px) {
    .guide__item-body {
      display: block;
      position: static;
      width: 100%;
      max-height: 0;
      padding: 0;
      padding-right: 20px;
      padding-left: 20px;
      border-radius: 0 0 16px 16px;
      overflow: hidden;
      transition: max-height 0.5s; } }
  .guide__item-body::-webkit-scrollbar-track {
    background-color: #EFF3F3;
    border-radius: 20px; }
  .guide__item-body::-webkit-scrollbar {
    width: 3px;
    background-color: #EFF3F3;
    border-radius: 20px; }
  .guide__item-body::-webkit-scrollbar-thumb {
    background-color: #00A4BE;
    border-radius: 20px; }
  .guide__item.js-active .guide__item-body {
    display: block; }
    @media (max-width: 1024px) {
      .guide__item.js-active .guide__item-body {
        max-height: 1000vh;
        transition: max-height 2s; } }

.guide__item-image {
  width: 100%;
  aspect-ratio: 2.85;
  margin-bottom: 30px;
  border-radius: 20px;
  overflow: hidden;
  font-size: 0; }
  @media (max-width: 1919px) {
    .guide__item-image {
      margin-bottom: calc(18px + (30 - 18) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1024px) {
    .guide__item-image {
      padding-top: 24px;
      aspect-ratio: 2.12; } }
  @media (max-width: 375px) {
    .guide__item-image {
      margin-bottom: 18px; } }
  .guide__item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.guide__item-content {
  font-size: calc( 14px + 6 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  color: #444444; }
  @media screen and (max-width: 375px) {
    .guide__item-content {
      font-size: 14px; } }
  @media screen and (min-width: 1920px) {
    .guide__item-content {
      font-size: 20px; } }
  @media (max-width: 1024px) {
    .guide__item-content {
      padding-bottom: 20px; } }
  .guide__item-content p {
    margin: 0;
    padding: 0; }
  .guide__item-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 30px;
    list-style-type: disc; }
  .guide__item-content p + p {
    margin-top: 30px; }
    @media (max-width: 1919px) {
      .guide__item-content p + p {
        margin-top: calc(15px + (30 - 15) * ((100vw - 375px) / (1920 - 375))); } }
    @media (max-width: 375px) {
      .guide__item-content p + p {
        margin-top: 15px; } }
  .guide__item-content p + ul {
    margin-top: 15px; }
    @media (max-width: 1919px) {
      .guide__item-content p + ul {
        margin-top: calc(8px + (15 - 8) * ((100vw - 375px) / (1920 - 375))); } }
    @media (max-width: 375px) {
      .guide__item-content p + ul {
        margin-top: 8px; } }
  .guide__item-content ul + p {
    margin-top: 15px; }
    @media (max-width: 1919px) {
      .guide__item-content ul + p {
        margin-top: calc(8px + (15 - 8) * ((100vw - 375px) / (1920 - 375))); } }
    @media (max-width: 375px) {
      .guide__item-content ul + p {
        margin-top: 8px; } }

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 30px;
  z-index: 2; }
  @media (max-width: 768px) {
    .header {
      margin: 0; } }

.header__top {
  position: relative;
  z-index: 2; }

.header__top-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 46px;
  padding: 13px 14px 11px 39px;
  border-radius: 60px;
  border-right: 7px solid #1FAFC6;
  border-left: 7px solid #1FAFC6;
  background: linear-gradient(180deg, #FFFFFF 0%, #CFE9EB 100%);
  box-shadow: 0px 13px 19.6px rgba(8, 58, 62, 0.26); }
  @media (max-width: 1919px) {
    .header__top-content {
      gap: calc(15px + (46 - 15) * ((100vw - 375px) / (1920 - 375)));
      border-radius: calc(26px + (60 - 26) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 768px) {
    .header__top-content {
      margin: 0 -16px;
      padding: 6px 16px 3px;
      border-top-right-radius: 0;
      border-top-left-radius: 0; } }
  @media (max-width: 375px) {
    .header__top-content {
      gap: 15px;
      border-radius: 26px;
      border-top-right-radius: 0;
      border-top-left-radius: 0; } }

.header__logo {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.3s ease;
  display: flex;
  align-items: center; }
  @media (max-width: 1200px) {
    .header__logo {
      margin-right: auto; } }

.header__logo-image {
  width: auto;
  max-width: 176px;
  max-height: 69px; }
  @media (max-width: 1919px) {
    .header__logo-image {
      max-width: calc(138px + (176 - 138) * ((100vw - 375px) / (1920 - 375)));
      max-height: calc(58px + (69 - 58) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .header__logo-image {
      max-width: 138px;
      max-height: 58px; } }

.header__logo-text {
  font-size: calc( 14px + 2 * ((100vw - 375px) / 1545));
  line-height: 1;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  width: 158px;
  margin-left: 24px;
  padding-bottom: 10px;
  letter-spacing: 0.03em;
  color: #3E4343; }
  @media screen and (max-width: 375px) {
    .header__logo-text {
      font-size: 14px; } }
  @media screen and (min-width: 1920px) {
    .header__logo-text {
      font-size: 16px; } }
  @media (max-width: 1440px) {
    .header__logo-text {
      display: none; } }

.header__location {
  position: relative;
  display: flex;
  align-items: center; }
  @media (max-width: 1200px) {
    .header__location {
      display: none; } }

.header__location-image {
  width: 58px;
  height: 58px;
  margin-right: 15px; }

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

.header__location-text {
  font-size: calc( 16px + 4 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 600;
  font-family: "Gilroy", sans-serif;
  margin-bottom: 3px;
  letter-spacing: 0.03em;
  color: #3E4343; }
  @media screen and (max-width: 375px) {
    .header__location-text {
      font-size: 16px; } }
  @media screen and (min-width: 1920px) {
    .header__location-text {
      font-size: 20px; } }

.header__location-link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.3s ease;
  font-size: calc( 12px + 4 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  position: relative;
  color: #00A4BE;
  text-decoration: underline;
  text-underline-offset: 3px;
  white-space: nowrap; }
  @media screen and (max-width: 375px) {
    .header__location-link {
      font-size: 12px; } }
  @media screen and (min-width: 1920px) {
    .header__location-link {
      font-size: 16px; } }
  @media (max-width: 768px) {
    .header__location-link {
      margin-bottom: 5px; } }

.header__connect {
  display: flex;
  align-items: center;
  gap: 15px; }

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

.header__phone {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: #3E4343; }

.header__phone-link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.3s ease;
  font-size: calc( 20px + 20 * ((100vw - 375px) / 1545));
  line-height: 1;
  font-weight: 700;
  font-family: "DIN Pro Condensed", sans-serif;
  white-space: nowrap; }
  @media screen and (max-width: 375px) {
    .header__phone-link {
      font-size: 20px; } }
  @media screen and (min-width: 1920px) {
    .header__phone-link {
      font-size: 40px; } }
  .header__phone-link span {
    color: #00A4BE; }
  .header__phone-link:hover {
    color: #00A4BE; }

.header__phone-text {
  font-size: calc( 10px + 6 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 400;
  font-family: "Gilroy", sans-serif; }
  @media screen and (max-width: 375px) {
    .header__phone-text {
      font-size: 10px; } }
  @media screen and (min-width: 1920px) {
    .header__phone-text {
      font-size: 16px; } }

.header__button {
  background: rgba(255, 48, 48, 0.07);
  width: 220px;
  padding-inline: 0;
  padding-right: 40px; }
  @media (max-width: 768px) {
    .header__button {
      display: none; } }

.header__button-menu {
  flex-shrink: 0;
  display: none; }
  @media (max-width: 768px) {
    .header__button-menu {
      display: block;
      cursor: pointer; } }
  .header__button-menu img {
    width: 32px;
    height: 32px; }
  .js-show-menu .header__button-menu img:nth-child(1) {
    display: none; }
  .header__button-menu img:nth-child(2) {
    display: none; }
    .js-show-menu .header__button-menu img:nth-child(2) {
      display: block; }

.header__bottom {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #00A4BE;
  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; } }
  .js-show-menu .header__bottom {
    height: 100vh;
    visibility: visible;
    opacity: 1; }
  .header__bottom::-webkit-scrollbar-track {
    background-color: #EFF3F3;
    border-radius: 20px; }
  .header__bottom::-webkit-scrollbar {
    width: 3px;
    background-color: #EFF3F3;
    border-radius: 20px; }
  .header__bottom::-webkit-scrollbar-thumb {
    background-color: #00A4BE;
    border-radius: 20px; }

.header__bottom-content {
  display: flex;
  flex-direction: column;
  padding: 130px 16px 200px; }

.header__bottom-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: relative;
  max-width: 345px;
  margin-bottom: 22px;
  padding: 8px;
  padding-right: 50px;
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  filter: drop-shadow(0px 16px 36px #019BA5);
  border-radius: 90px; }
  @media (max-width: 1919px) {
    .header__bottom-button {
      padding: calc(6px + (8 - 6) * ((100vw - 375px) / (1920 - 375)));
      padding-right: 50px; } }
  @media (max-width: 1024px) {
    .header__bottom-button {
      margin-top: -33px; } }
  @media (max-width: 375px) {
    .header__bottom-button {
      padding: 6px;
      padding-right: 50px; } }

.header__bottom-button-wrap {
  font-size: calc( 18px + 6 * ((100vw - 375px) / 1545));
  line-height: 1;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  width: 326px;
  height: 108px;
  padding-inline: 60px;
  padding-right: 160px;
  border-radius: 90px; }
  @media screen and (max-width: 375px) {
    .header__bottom-button-wrap {
      font-size: 18px; } }
  @media screen and (min-width: 1920px) {
    .header__bottom-button-wrap {
      font-size: 24px; } }
  @media (max-width: 1919px) {
    .header__bottom-button-wrap {
      width: calc(285px + (326 - 285) * ((100vw - 375px) / (1920 - 375)));
      height: calc(70px + (108 - 70) * ((100vw - 375px) / (1920 - 375)));
      padding-inline: calc(15px + (60 - 15) * ((100vw - 375px) / (1920 - 375)));
      padding-right: calc(65px + (160 - 65) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .header__bottom-button-wrap {
      width: 285px;
      padding-inline: 15px;
      padding-right: 65px; } }
  .header__bottom-button-wrap .button__icon svg {
    padding: 25px; }
    @media (max-width: 1919px) {
      .header__bottom-button-wrap .button__icon svg {
        padding: calc(16px + (25 - 16) * ((100vw - 375px) / (1920 - 375))); } }
    @media (max-width: 375px) {
      .header__bottom-button-wrap .button__icon svg {
        padding: 16px; } }

.header__bottom-button-image {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: auto;
  max-width: 96px;
  max-height: 120px; }
  @media (max-width: 1919px) {
    .header__bottom-button-image {
      max-width: calc(71px + (93 - 71) * ((100vw - 375px) / (1920 - 375)));
      max-height: calc(88px + (120 - 88) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .header__bottom-button-image {
      max-width: 71px;
      max-height: 88px; } }

.header__bottom-clinic-content {
  display: flex;
  gap: 24px; }
  @media (max-width: 1024px) {
    .header__bottom-clinic-content {
      flex-direction: column-reverse; } }

.header__bottom-clinic-map {
  flex-shrink: 0;
  width: calc(50% - 12px);
  font-size: 0;
  border-radius: 20px;
  border: 1px solid #D9D9D9;
  overflow: hidden; }
  @media (max-width: 1024px) {
    .header__bottom-clinic-map {
      width: 100%;
      aspect-ratio: 2.5; } }
  .header__bottom-clinic-map iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border: none; }

.header__bottom-clinic-slider {
  flex-shrink: 0;
  width: calc(50% - 12px); }
  @media (max-width: 1024px) {
    .header__bottom-clinic-slider {
      width: 100%; } }

.header__bottom-clinic-thumbs {
  position: relative;
  margin-bottom: 24px; }

.header__bottom-clinic-thumbs-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.header__bottom-clinic-thumbs-item {
  font-size: calc( 16px + 4 * ((100vw - 375px) / 1545));
  line-height: 1.125;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  gap: 13px;
  padding-block: 21px;
  padding-inline: 12px;
  border-radius: 12px;
  color: #FFFFFF;
  background: #00A4BE;
  border: 1px solid #FFFFFF;
  transition: all 0.3s ease; }
  @media screen and (max-width: 375px) {
    .header__bottom-clinic-thumbs-item {
      font-size: 16px; } }
  @media screen and (min-width: 1920px) {
    .header__bottom-clinic-thumbs-item {
      font-size: 20px; } }
  @media (max-width: 1919px) {
    .header__bottom-clinic-thumbs-item {
      padding-block: calc(13px + (21 - 13) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .header__bottom-clinic-thumbs-item {
      padding-block: 13px; } }
  .header__bottom-clinic-thumbs-item:only-child {
    width: 100% !important; }
  .header__bottom-clinic-thumbs-item.swiper-slide-thumb-active {
    color: #444444;
    background: #FFFFFF;
    border: 1px solid rgba(68, 68, 68, 0.34); }
  .header__bottom-clinic-thumbs-item svg {
    width: 38px;
    height: 38px; }
    @media (max-width: 1919px) {
      .header__bottom-clinic-thumbs-item svg {
        width: calc(26px + (38 - 26) * ((100vw - 375px) / (1920 - 375)));
        height: calc(26px + (38 - 26) * ((100vw - 375px) / (1920 - 375))); } }
    @media (max-width: 375px) {
      .header__bottom-clinic-thumbs-item svg {
        width: 26px;
        height: 26px; } }

.header__bottom-clinic-slider-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%);
  right: -19px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  aspect-ratio: 1;
  border-radius: 50%;
  color: #9EB4B7;
  background: rgba(255, 255, 255, 0.91);
  border: 1px solid rgba(158, 180, 183, 0.4); }
  @media (max-width: 1919px) {
    .header__bottom-clinic-slider-button {
      width: calc(30px + (37 - 30) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1024px) {
    .header__bottom-clinic-slider-button {
      right: -11px; } }
  @media (max-width: 375px) {
    .header__bottom-clinic-slider-button {
      width: 30px; } }
  .header__bottom-clinic-slider-button:disabled {
    cursor: default; }
  .header__bottom-clinic-slider-button svg {
    width: 7px;
    height: 12px; }
    @media (max-width: 1919px) {
      .header__bottom-clinic-slider-button svg {
        width: calc(6px + (7 - 6) * ((100vw - 375px) / (1920 - 375)));
        height: calc(10px + (12 - 10) * ((100vw - 375px) / (1920 - 375))); } }
    @media (max-width: 375px) {
      .header__bottom-clinic-slider-button svg {
        width: 6px;
        height: 10px; } }

.header__bottom-clinic-slider-button--prev {
  left: -19px;
  right: auto; }
  @media (max-width: 1024px) {
    .header__bottom-clinic-slider-button--prev {
      left: -11px; } }
  .header__bottom-clinic-slider-button--prev svg {
    transform: rotate(180deg); }

.header__bottom-clinic-thumbs-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.header__bottom-clinic-main-item {
  display: flex;
  gap: 24px;
  padding: 24px;
  padding-left: 43px;
  border-radius: 20px;
  background: #FFFFFF; }
  @media (max-width: 1919px) {
    .header__bottom-clinic-main-item {
      padding: calc(20px + (24 - 20) * ((100vw - 375px) / (1920 - 375)));
      padding-left: calc(20px + (43 - 20) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1440px) {
    .header__bottom-clinic-main-item {
      padding-left: calc(20px + (24 - 20) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1200px) {
    .header__bottom-clinic-main-item {
      flex-direction: column; } }
  @media (max-width: 375px) {
    .header__bottom-clinic-main-item {
      padding: 20px;
      padding-left: 20px; } }

.header__bottom-clinic-main-item-left {
  flex-shrink: 0;
  width: 54%;
  min-width: 320px;
  padding-top: 20px; }
  @media (max-width: 1440px) {
    .header__bottom-clinic-main-item-left {
      padding-top: 0; } }
  @media (max-width: 1200px) {
    .header__bottom-clinic-main-item-left {
      width: 100%;
      min-width: 0;
      max-width: 500px; } }

.header__bottom-clinic-main-item-address {
  margin: 0;
  padding: 0;
  font-size: calc( 18px + 6 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 600;
  font-family: "Gilroy", sans-serif;
  margin-bottom: 40px;
  color: #444444; }
  @media screen and (max-width: 375px) {
    .header__bottom-clinic-main-item-address {
      font-size: 18px; } }
  @media screen and (min-width: 1920px) {
    .header__bottom-clinic-main-item-address {
      font-size: 24px; } }
  @media (max-width: 1919px) {
    .header__bottom-clinic-main-item-address {
      margin-bottom: calc(12px + (40 - 12) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .header__bottom-clinic-main-item-address {
      margin-bottom: 12px; } }

.header__bottom-clinic-main-item-schedule {
  margin-bottom: 42px; }
  @media (max-width: 1919px) {
    .header__bottom-clinic-main-item-schedule {
      margin-bottom: calc(22px + (42 - 22) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .header__bottom-clinic-main-item-schedule {
      margin-bottom: 22px; } }

.header__bottom-clinic-main-item-schedule-row {
  display: flex;
  align-items: baseline;
  gap: 13px; }
  .header__bottom-clinic-main-item-schedule-row:not(:last-child) {
    margin-bottom: 24px; }
    @media (max-width: 1919px) {
      .header__bottom-clinic-main-item-schedule-row:not(:last-child) {
        margin-bottom: calc(16px + (24 - 16) * ((100vw - 375px) / (1920 - 375))); } }
    @media (max-width: 375px) {
      .header__bottom-clinic-main-item-schedule-row:not(:last-child) {
        margin-bottom: 16px; } }

.header__bottom-clinic-main-item-time {
  font-size: calc( 16px + 2 * ((100vw - 375px) / 1545));
  line-height: 1;
  font-weight: 600;
  font-family: "Gilroy", sans-serif;
  display: block;
  padding-right: 13px;
  border-right: 1px solid #444444;
  color: #444444;
  white-space: nowrap; }
  @media screen and (max-width: 375px) {
    .header__bottom-clinic-main-item-time {
      font-size: 16px; } }
  @media screen and (min-width: 1920px) {
    .header__bottom-clinic-main-item-time {
      font-size: 18px; } }

.header__bottom-clinic-main-item-day {
  font-size: calc( 16px + 2 * ((100vw - 375px) / 1545));
  line-height: 1;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  color: #444444; }
  @media screen and (max-width: 375px) {
    .header__bottom-clinic-main-item-day {
      font-size: 16px; } }
  @media screen and (min-width: 1920px) {
    .header__bottom-clinic-main-item-day {
      font-size: 18px; } }

.header__bottom-clinic-location-button {
  font-size: calc( 16px + 0 * ((100vw - 375px) / 1545));
  line-height: 1;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  width: 100%;
  margin-bottom: 26px;
  padding-block: 23px;
  padding-inline: 24px;
  padding-right: 60px; }
  @media screen and (max-width: 375px) {
    .header__bottom-clinic-location-button {
      font-size: 16px; } }
  @media screen and (min-width: 1920px) {
    .header__bottom-clinic-location-button {
      font-size: 16px; } }
  @media (max-width: 1919px) {
    .header__bottom-clinic-location-button {
      margin-bottom: calc(21px + (26 - 21) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 576px) {
    .header__bottom-clinic-location-button {
      max-height: 61px; } }
  @media (max-width: 375px) {
    .header__bottom-clinic-location-button {
      margin-bottom: 21px; } }

.header__bottom-clinic-coords {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: calc( 14px + 2 * ((100vw - 375px) / 1545));
  line-height: 1;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  display: block;
  margin: 0 auto;
  padding-right: 24px;
  color: #444444;
  background: url("../img/icon-copy.svg") 100% 50%/16px no-repeat; }
  @media screen and (max-width: 375px) {
    .header__bottom-clinic-coords {
      font-size: 14px; } }
  @media screen and (min-width: 1920px) {
    .header__bottom-clinic-coords {
      font-size: 16px; } }
  .header__bottom-clinic-coords:hover {
    color: #00A4BE; }

.header__bottom-clinic-main-item-images {
  display: flex;
  flex-direction: column;
  gap: 24px; }
  @media (max-width: 1200px) {
    .header__bottom-clinic-main-item-images {
      flex-direction: row; } }
  @media (max-width: 576px) {
    .header__bottom-clinic-main-item-images {
      gap: 8px; } }

.header__bottom-clinic-main-item-image {
  width: 100%;
  aspect-ratio: 1.65;
  border-radius: 12px;
  font-size: 0;
  overflow: hidden; }
  @media (max-width: 1200px) {
    .header__bottom-clinic-main-item-image {
      width: calc(100% - 12px); } }
  .header__bottom-clinic-main-item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.installment {
  padding-top: 120px; }
  @media (max-width: 1919px) {
    .installment {
      padding-top: calc(60px + (120 - 60) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .installment {
      padding-top: 60px; } }

.installment__container {
  position: relative;
  background: radial-gradient(62.18% 377.1% at 30.86% 50.09%, #7AD3E1 0%, #00A4BE 51%), #00A4BE;
  border-radius: 20px;
  overflow: hidden; }
  @media (max-width: 1919px) {
    .installment__container {
      border-radius: calc(16px + (20 - 16) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .installment__container {
      border-radius: 16px; } }

.installment__word {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 91px; }
  @media (max-width: 1919px) {
    .installment__word {
      width: calc(35px + (91 - 35) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1024px) {
    .installment__word {
      top: 15px; } }
  @media (max-width: 375px) {
    .installment__word {
      width: 35px; } }
  .installment__word img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 100% 50%;
       object-position: 100% 50%; }
    @media (max-width: 1024px) {
      .installment__word img {
        -o-object-position: 100% 0%;
           object-position: 100% 0%; } }

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

.installment__image {
  position: absolute;
  bottom: -110px;
  left: -30px;
  width: 60%;
  font-size: 0; }
  @media (max-width: 1024px) {
    .installment__image {
      position: static;
      width: 138%;
      max-width: 700px;
      margin: 0 auto;
      margin-top: -95px; } }
  @media (max-width: 768px) {
    .installment__image {
      margin-left: calc(-65px + (0 - -65) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .installment__image {
      margin-left: -65px; } }
  .installment__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 50% 100%;
       object-position: 50% 100%;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -o-crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges; }
    @media (max-width: 1024px) {
      .installment__image img {
        image-rendering: auto; } }

.installment__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  width: 59%;
  margin-left: auto;
  padding-block: 76px;
  padding-inline: 117px; }
  @media (max-width: 1919px) {
    .installment__info {
      padding-block: calc(36px + (76 - 36) * ((100vw - 375px) / (1920 - 375)));
      padding-inline: calc(20px + (117 - 20) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1024px) {
    .installment__info {
      width: 100%; } }
  @media (max-width: 375px) {
    .installment__info {
      padding-block: 36px;
      padding-inline: 20px; } }

.installment__title {
  margin: 0;
  padding: 0;
  font-size: calc( 32px + 32 * ((100vw - 375px) / 1545));
  line-height: 1;
  font-weight: 300;
  font-family: "DIN Pro Condensed", sans-serif;
  margin-bottom: 40px;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase; }
  @media screen and (max-width: 375px) {
    .installment__title {
      font-size: 32px; } }
  @media screen and (min-width: 1920px) {
    .installment__title {
      font-size: 64px; } }
  @media (max-width: 1919px) {
    .installment__title {
      margin-bottom: calc(28px + (40 - 28) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .installment__title {
      margin-bottom: 28px; } }
  .installment__title span {
    display: block;
    font-weight: 700; }

.installment__text {
  font-size: calc( 16px + 10 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 300;
  font-family: "Gilroy", sans-serif;
  margin-bottom: 55px;
  color: #FFFFFF;
  text-align: center; }
  @media screen and (max-width: 375px) {
    .installment__text {
      font-size: 16px; } }
  @media screen and (min-width: 1920px) {
    .installment__text {
      font-size: 26px; } }
  @media (max-width: 768px) {
    .installment__text {
      margin-bottom: 0;
      text-align: left; } }
  .installment__text p {
    margin: 0;
    padding: 0; }
  .installment__text span {
    font-weight: 500; }

.installment__button {
  width: calc(100% - 40px);
  max-width: 355px;
  padding-inline: 30px;
  padding-right: 65px; }
  @media (max-width: 768px) {
    .installment__button {
      position: absolute;
      bottom: 24px;
      left: 50%;
      transform: translateX(-50%); } }

.model {
  padding-top: 110px; }
  @media (max-width: 1919px) {
    .model {
      padding-top: calc(35px + (110 - 35) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .model {
      padding-top: 35px; } }

.model__container {
  background: radial-gradient(62.18% 377.1% at 30.86% 50.09%, #7AD3E1 0%, #00A4BE 51%), #00A4BE;
  border-radius: 20px;
  overflow: hidden; }
  @media (max-width: 1919px) {
    .model__container {
      border-radius: calc(16px + (20 - 16) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1024px) {
    .model__container {
      background: radial-gradient(169.84% 48.91% at 53.5% 23.76%, #7AD3E1 0%, #00A4BE 46.28%), #00A4BE; } }
  @media (max-width: 375px) {
    .model__container {
      border-radius: 16px; } }

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

.model__image {
  flex-shrink: 0;
  width: 48%;
  font-size: 0; }
  @media (max-width: 1024px) {
    .model__image {
      width: 100%;
      max-width: 640px;
      margin: 0 auto; } }
  .model__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 50% 100%;
       object-position: 50% 100%;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -o-crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges; }
    @media (max-width: 1024px) {
      .model__image img {
        image-rendering: auto; } }

.model__info {
  flex-grow: 1;
  padding-block: 60px;
  padding-inline: 26px; }
  @media (max-width: 1919px) {
    .model__info {
      padding-block: calc(20px + (60 - 20) * ((100vw - 375px) / (1920 - 375)));
      padding-inline: calc(22px + (26 - 22) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1024px) {
    .model__info {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-top: -115px; } }
  @media (max-width: 375px) {
    .model__info {
      padding-block: 20px;
      padding-inline: 22px; } }

.model__title {
  margin: 0;
  padding: 0;
  font-size: calc( 32px + 32 * ((100vw - 375px) / 1545));
  line-height: 1.1;
  font-weight: 300;
  font-family: "DIN Pro Condensed", sans-serif;
  margin-bottom: 28px;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase; }
  @media screen and (max-width: 375px) {
    .model__title {
      font-size: 32px; } }
  @media screen and (min-width: 1920px) {
    .model__title {
      font-size: 64px; } }
  @media (max-width: 1919px) {
    .model__title {
      margin-bottom: calc(12px + (28 - 12) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .model__title {
      margin-bottom: 12px; } }
  .model__title span {
    display: block;
    font-weight: 700; }

.model__text {
  font-size: calc( 14px + 12 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 300;
  font-family: "Gilroy", sans-serif;
  max-width: 700px;
  margin-bottom: 20px;
  color: #FFFFFF;
  text-align: center; }
  @media screen and (max-width: 375px) {
    .model__text {
      font-size: 14px; } }
  @media screen and (min-width: 1920px) {
    .model__text {
      font-size: 26px; } }
  @media (max-width: 1919px) {
    .model__text {
      margin-bottom: calc(12px + (20 - 12) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .model__text {
      margin-bottom: 12px; } }
  .model__text p {
    margin: 0;
    padding: 0; }
  .model__text span {
    font-weight: 500; }

.model__form-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  align-items: end;
  margin-inline: 20px;
  margin-bottom: 15px; }
  @media (max-width: 1919px) {
    .model__form-content {
      margin-bottom: calc(18px + (10 - 18) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1440px) {
    .model__form-content {
      grid-template-columns: 1fr; } }
  @media (max-width: 1024px) {
    .model__form-content {
      margin-inline: 0; } }
  @media (max-width: 375px) {
    .model__form-content {
      margin-bottom: 18px; } }

.model__form-input .input__label {
  color: #FFFFFF; }

.model__form-input.js-error .input__label {
  color: #FF3030; }

.model__form-button {
  width: auto; }

.model__caption {
  font-size: calc( 10px + 3 * ((100vw - 375px) / 1545));
  line-height: 1.4;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  color: #FFFFFF;
  text-align: center; }
  @media screen and (max-width: 375px) {
    .model__caption {
      font-size: 10px; } }
  @media screen and (min-width: 1920px) {
    .model__caption {
      font-size: 13px; } }
  .model__caption p {
    margin: 0;
    padding: 0; }
  .model__caption a {
    color: #80EEFF; }

.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 16px; } }

.popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: none; }
  .popup.js-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% - 32px);
  max-width: 862px;
  max-height: calc(100vh - 80px);
  border-radius: 20px;
  color: #FFFFFF;
  background: #00A4BE;
  overflow-y: auto; }
  .popup--small .popup__body {
    max-width: 550px;
    background: radial-gradient(47.22% 178.79% at 82.36% 52.78%, #1EE0FF 15%, #00A4BE 100%); }
  .popup__body::-webkit-scrollbar-track {
    background-color: #EFF3F3;
    border-radius: 20px; }
  .popup__body::-webkit-scrollbar {
    width: 3px;
    background-color: #EFF3F3;
    border-radius: 20px; }
  .popup__body::-webkit-scrollbar-thumb {
    background-color: #00A4BE;
    border-radius: 20px; }

.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: 17px;
  right: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.28);
  opacity: 0.8;
  z-index: 2; }
  @media (max-width: 1919px) {
    .popup__button-close {
      top: calc(7px + (17 - 7) * ((100vw - 375px) / (1920 - 375)));
      right: calc(7px + (17 - 7) * ((100vw - 375px) / (1920 - 375)));
      width: calc(33px + (53 - 33) * ((100vw - 375px) / (1920 - 375)));
      height: calc(33px + (53 - 33) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .popup__button-close {
      top: 7px;
      right: 7px;
      width: 33px;
      height: 33px; } }
  .popup__button-close svg {
    width: 13px;
    height: 13px; }
    @media (max-width: 1919px) {
      .popup__button-close svg {
        width: calc(8px + (13 - 8) * ((100vw - 375px) / (1920 - 375)));
        height: calc(8px + (13 - 8) * ((100vw - 375px) / (1920 - 375))); } }
    @media (max-width: 375px) {
      .popup__button-close svg {
        width: 8px;
        height: 8px; } }

.popup__body-content {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-block: 42px;
  padding-inline: 24px;
  z-index: 1;
  overflow: hidden; }
  @media (max-width: 1919px) {
    .popup__body-content {
      padding-block: calc(30px + (42 - 30) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .popup__body-content {
      padding-block: 30px; } }
  .popup--small .popup__body-content {
    padding-block: 36px;
    padding-inline: 46px; }
    @media (max-width: 1919px) {
      .popup--small .popup__body-content {
        padding-block: calc(24px + (36 - 24) * ((100vw - 375px) / (1920 - 375)));
        padding-inline: calc(12px + (46 - 12) * ((100vw - 375px) / (1920 - 375))); } }
    @media (max-width: 375px) {
      .popup--small .popup__body-content {
        padding-block: 24px;
        padding-inline: 27px; } }

.popup__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 54%; }
  @media (max-width: 768px) {
    .popup__content {
      width: 100%; } }

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

.popup__form-content {
  width: 100%;
  max-width: 337px; }
  @media (max-width: 768px) {
    .popup__form-content {
      max-width: none; } }

.popup__info {
  width: 68%; }
  @media (max-width: 768px) {
    .popup__info {
      width: 80%; } }

.popup__image {
  position: absolute;
  top: 28px;
  bottom: 16px;
  right: 0;
  width: 38%;
  z-index: -1; }
  @media (max-width: 768px) {
    .popup__image {
      right: -25px; } }
  .popup__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 50% 100%;
       object-position: 50% 100%; }

.popup__title {
  margin: 0;
  padding: 0;
  font-size: calc( 26px + 3 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 700;
  font-family: "DIN Pro Condensed", sans-serif;
  text-transform: uppercase;
  text-align: center; }
  @media screen and (max-width: 375px) {
    .popup__title {
      font-size: 26px; } }
  @media screen and (min-width: 1920px) {
    .popup__title {
      font-size: 29px; } }
  @media (max-width: 768px) {
    .popup__title {
      width: 70%;
      text-align: left; } }
  @media (max-width: 576px) {
    .popup__title {
      width: 55%; } }
  .popup--small .popup__title {
    font-size: calc( 22px + 10 * ((100vw - 375px) / 1545));
    line-height: 1.2;
    font-weight: 500;
    font-family: "Gilroy", sans-serif;
    margin-bottom: 10px;
    text-transform: none;
    text-align: left; }
    @media screen and (max-width: 375px) {
      .popup--small .popup__title {
        font-size: 22px; } }
    @media screen and (min-width: 1920px) {
      .popup--small .popup__title {
        font-size: 32px; } }
    @media (max-width: 768px) {
      .popup--small .popup__title {
        width: auto; } }
    @media (max-width: 576px) {
      .popup--small .popup__title {
        width: auto; } }

.popup__headline {
  margin-bottom: 20px; }
  @media (max-width: 768px) {
    .popup__headline {
      display: flex;
      margin-bottom: 50px; } }

.popup__headline-image {
  position: absolute;
  top: 32px;
  right: 32px;
  bottom: 0;
  z-index: -1;
  width: 49%;
  font-size: 0; }
  @media (max-width: 768px) {
    .popup__headline-image {
      top: 5px;
      right: 24px;
      bottom: auto;
      width: 200px; } }
  @media (max-width: 576px) {
    .popup__headline-image {
      right: 0; } }
  .popup__headline-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 50% 100%;
       object-position: 50% 100%; }

.popup__text {
  margin: 0;
  padding: 0;
  font-size: calc( 16px + 4 * ((100vw - 375px) / 1545));
  line-height: 1.3;
  font-weight: 400;
  font-family: "Gilroy", sans-serif; }
  @media screen and (max-width: 375px) {
    .popup__text {
      font-size: 16px; } }
  @media screen and (min-width: 1920px) {
    .popup__text {
      font-size: 20px; } }

.popup__form {
  margin-bottom: 17px; }

.popup__form-input {
  margin-bottom: 16px; }
  .popup__form-input .input__label {
    color: #FFFFFF; }
  .popup__form-input.js-error .input__label {
    color: #FF3030; }

.popup__form-button {
  width: 100%;
  margin-top: 24px; }

.popup__caption {
  font-size: calc( 12px + 1 * ((100vw - 375px) / 1545));
  line-height: 1.4;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  max-width: 337px;
  color: #FFFFFF;
  text-align: center; }
  @media screen and (max-width: 375px) {
    .popup__caption {
      font-size: 12px; } }
  @media screen and (min-width: 1920px) {
    .popup__caption {
      font-size: 13px; } }
  .popup__caption p {
    margin: 0;
    padding: 0; }
  .popup__caption a {
    color: #60E9FF; }

.price {
  padding-top: 100px; }
  @media (max-width: 1919px) {
    .price {
      padding-top: calc(50px + (100 - 50) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .price {
      padding-top: 50px; } }

.price__title {
  margin: 0;
  padding: 0;
  font-size: calc( 36px + 48 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 700;
  font-family: "DIN Pro Condensed", sans-serif;
  margin-inline: auto;
  margin-bottom: 15px;
  color: #444444;
  text-transform: uppercase;
  text-align: center; }
  @media screen and (max-width: 375px) {
    .price__title {
      font-size: 36px; } }
  @media screen and (min-width: 1920px) {
    .price__title {
      font-size: 84px; } }
  @media (max-width: 1919px) {
    .price__title {
      margin-bottom: calc(24px + (15 - 24) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1024px) {
    .price__title {
      position: relative;
      text-align: left; } }
  @media (max-width: 375px) {
    .price__title {
      margin-bottom: 24px; } }
  .price__title span {
    color: #FF3030;
    font-weight: 300; }

.price__container {
  position: relative; }

.price__content {
  width: 49%;
  margin-left: auto;
  padding-bottom: 62px; }
  @media (max-width: 1919px) {
    .price__content {
      padding-bottom: calc(0px + (62 - 0) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1024px) {
    .price__content {
      display: flex;
      flex-direction: column;
      width: 100%; } }
  @media (max-width: 375px) {
    .price__content {
      padding-bottom: 0; } }

.price__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 76%;
  height: 100%;
  margin-left: calc((100vw - 1416px) / -2); }
  @media (max-width: 1919px) {
    .price__image {
      left: calc(-520px + (0 - -520) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1496px) {
    .price__image {
      margin-left: -40px; } }
  @media (max-width: 1440px) {
    .price__image {
      left: -170px; } }
  @media (max-width: 1024px) {
    .price__image {
      align-self: center;
      position: static;
      width: calc(100% + 240px);
      max-width: 630px;
      margin-inline: -120px;
      margin-top: -65px; } }
  .price__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }

.price__info {
  position: relative; }

.price__list {
  margin: 0;
  padding: 0;
  list-style: none;
  min-height: 500px;
  padding-inline: 40px;
  padding-top: 15px;
  border-radius: 12px;
  border: 1px solid rgba(0, 164, 190, 0.18);
  background: rgba(247, 251, 252, 0.2); }
  @media (max-width: 1919px) {
    .price__list {
      min-height: calc(225px + (500 - 225) * ((100vw - 375px) / (1920 - 375)));
      padding-inline: calc(20px + (40 - 20) * ((100vw - 375px) / (1920 - 375)));
      padding-top: calc(5px + (15 - 5) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1024px) {
    .price__list {
      min-height: 0; } }
  @media (max-width: 375px) {
    .price__list {
      padding-inline: 20px;
      padding-top: 5px; } }

.price__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-block: 16px; }
  @media (max-width: 1024px) {
    .price__item {
      align-items: flex-start; } }
  .price__item:not(:last-child) {
    border-bottom: 1px solid rgba(143, 143, 143, 0.1); }

.price__item-left {
  display: flex;
  flex-direction: column; }
  @media (max-width: 1024px) {
    .price__item-left {
      gap: 3px; } }

.price__item-title {
  font-size: calc( 14px + 6 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  color: #444444; }
  @media screen and (max-width: 375px) {
    .price__item-title {
      font-size: 14px; } }
  @media screen and (min-width: 1920px) {
    .price__item-title {
      font-size: 20px; } }

.price__item-text {
  font-size: calc( 12px + 3 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  color: #8F8F8F; }
  @media screen and (max-width: 375px) {
    .price__item-text {
      font-size: 12px; } }
  @media screen and (min-width: 1920px) {
    .price__item-text {
      font-size: 15px; } }

.price__item-right {
  font-size: calc( 14px + 4 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 300;
  font-family: "Gilroy", sans-serif;
  padding-block: 10px;
  padding-inline: 16px;
  border-radius: 40px;
  background: rgba(255, 48, 48, 0.03);
  white-space: nowrap; }
  @media screen and (max-width: 375px) {
    .price__item-right {
      font-size: 14px; } }
  @media screen and (min-width: 1920px) {
    .price__item-right {
      font-size: 18px; } }
  @media (max-width: 1919px) {
    .price__item-right {
      padding-block: calc(5px + (10 - 5) * ((100vw - 375px) / (1920 - 375)));
      padding-inline: calc(12px + (16 - 12) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1024px) {
    .price__item-right {
      display: flex;
      flex-direction: column;
      align-items: flex-end; } }
  @media (max-width: 375px) {
    .price__item-right {
      padding-block: 5px;
      padding-inline: 12px; } }

.price__button {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.3s ease;
  cursor: pointer; }
  @media (max-width: 1024px) {
    .price__button {
      display: flex;
      align-items: center;
      gap: 24px;
      margin-top: 30px;
      margin-left: 5px; } }

.price__button-icon {
  position: absolute;
  bottom: 7px;
  right: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 112px;
  margin-right: -10px;
  border-radius: 50%;
  color: #FFFFFF;
  background: #FF3030;
  box-shadow: 0 0 0 8px rgba(255, 48, 48, 0.2); }
  @media (max-width: 1919px) {
    .price__button-icon {
      width: calc(70px + (112 - 70) * ((100vw - 375px) / (1920 - 375)));
      height: calc(70px + (112 - 70) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1024px) {
    .price__button-icon {
      position: static;
      margin-bottom: 0; } }
  @media (max-width: 375px) {
    .price__button-icon {
      width: 70px;
      height: 70px; } }
  .price__button-icon svg {
    width: 36px;
    height: 36px; }
    @media (max-width: 1919px) {
      .price__button-icon svg {
        width: calc(22px + (36 - 22) * ((100vw - 375px) / (1920 - 375)));
        height: calc(22px + (36 - 22) * ((100vw - 375px) / (1920 - 375))); } }
    @media (max-width: 375px) {
      .price__button-icon svg {
        width: 22px;
        height: 22px; } }

.price__button-text {
  font-size: calc( 18px + -2 * ((100vw - 375px) / 1545));
  line-height: 1;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  position: absolute;
  bottom: 0;
  left: -55px;
  margin-bottom: 140px;
  color: #444444;
  writing-mode: tb-rl;
  transform: rotate(180deg);
  white-space: nowrap; }
  @media screen and (max-width: 375px) {
    .price__button-text {
      font-size: 18px; } }
  @media screen and (min-width: 1920px) {
    .price__button-text {
      font-size: 16px; } }
  @media (max-width: 1919px) {
    .price__button-text {
      left: calc(-38px + (-55 - -38) * ((100vw - 375px) / (1920 - 375)));
      margin-bottom: calc(100px + (140 - 100) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1024px) {
    .price__button-text {
      position: static;
      writing-mode: unset;
      transform: none;
      margin-bottom: 0; } }

.promo {
  border-bottom-right-radius: 450px;
  border-bottom-left-radius: 20px;
  background: radial-gradient(50% 50% at 50% 50%, #007D90 0%, #00A4BE 100%); }
  @media (max-width: 1919px) {
    .promo {
      border-bottom-right-radius: calc(101px + (450 - 101) * ((100vw - 375px) / (1920 - 375)));
      border-bottom-left-radius: calc(0px + (20 - 0) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .promo {
      border-bottom-right-radius: 101px;
      border-bottom-left-radius: 0; } }

.promo__content {
  position: relative;
  padding-top: 220px;
  padding-bottom: 170px; }
  @media (max-width: 1024px) {
    .promo__content {
      padding-bottom: calc(70px + (170 - 70) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 768px) {
    .promo__content {
      padding-top: calc(82px + (220 - 82) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .promo__content {
      padding-top: 82px;
      padding-bottom: 70px; } }

.promo__title {
  margin: 0;
  padding: 0;
  font-size: calc( 69px + 114 * ((100vw - 375px) / 1545));
  line-height: 0.8;
  font-weight: 700;
  font-family: "DIN Pro Condensed", sans-serif;
  margin-bottom: 36px;
  text-align: center;
  text-transform: uppercase;
  background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, rgba(255, 255, 255, 0.62) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent; }
  @media screen and (max-width: 375px) {
    .promo__title {
      font-size: 69px; } }
  @media screen and (min-width: 1920px) {
    .promo__title {
      font-size: 183px; } }
  @media (max-width: 1024px) {
    .promo__title {
      margin-bottom: calc(12px + (36 - 12) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .promo__title {
      margin-bottom: 12px; } }

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

.promo__left {
  width: 440px; }
  @media (max-width: 1919px) {
    .promo__left {
      width: calc(240px + (440 - 240) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1024px) {
    .promo__left {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
      margin-bottom: 25px; } }

.promo__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 440px; }
  @media (max-width: 1919px) {
    .promo__right {
      width: calc(200px + (440 - 200) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1024px) {
    .promo__right {
      width: 100%;
      align-items: center; } }

.promo__slogan {
  font-size: calc( 30px + 18 * ((100vw - 375px) / 1545));
  line-height: 1;
  font-weight: 300;
  font-family: "Gilroy", sans-serif;
  display: block;
  margin-bottom: 85px;
  color: #FFFFFF;
  white-space: nowrap; }
  @media screen and (max-width: 375px) {
    .promo__slogan {
      font-size: 30px; } }
  @media screen and (min-width: 1920px) {
    .promo__slogan {
      font-size: 48px; } }
  @media (max-width: 1024px) {
    .promo__slogan {
      display: none; } }

.promo__text {
  margin: 0;
  padding: 0;
  font-size: calc( 16px + 8 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 300;
  font-family: "Gilroy", sans-serif;
  margin-bottom: 82px;
  color: #FFFFFF; }
  @media screen and (max-width: 375px) {
    .promo__text {
      font-size: 16px; } }
  @media screen and (min-width: 1920px) {
    .promo__text {
      font-size: 24px; } }
  @media (max-width: 1024px) {
    .promo__text {
      margin-inline: 5px;
      margin-bottom: calc(0px + (82 - 0) * ((100vw - 375px) / (1920 - 375)));
      max-width: 600px;
      text-align: center; } }

.promo__image {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  max-width: 683px;
  max-height: 753px; }
  @media (max-width: 1919px) {
    .promo__image {
      max-width: calc(345px + (683 - 345) * ((100vw - 375px) / (1920 - 375)));
      max-height: calc(381px + (753 - 381) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1024px) {
    .promo__image {
      position: static;
      transform: none;
      margin-top: -15px; } }
  @media (max-width: 375px) {
    .promo__image {
      max-width: 345px;
      max-height: 381px; } }

.promo__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: relative;
  padding: 8px;
  padding-right: 50px;
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  filter: drop-shadow(0px 16px 36px #019BA5);
  border-radius: 90px; }
  @media (max-width: 1919px) {
    .promo__button {
      padding: calc(6px + (8 - 6) * ((100vw - 375px) / (1920 - 375)));
      padding-right: 50px; } }
  @media (max-width: 1024px) {
    .promo__button {
      margin-top: -33px; } }
  @media (max-width: 375px) {
    .promo__button {
      padding: 6px;
      padding-right: 50px; } }

.promo__button-wrap {
  font-size: calc( 18px + 6 * ((100vw - 375px) / 1545));
  line-height: 1;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  width: 326px;
  height: 108px;
  padding-inline: 60px;
  padding-right: 160px;
  border-radius: 90px; }
  @media screen and (max-width: 375px) {
    .promo__button-wrap {
      font-size: 18px; } }
  @media screen and (min-width: 1920px) {
    .promo__button-wrap {
      font-size: 24px; } }
  @media (max-width: 1919px) {
    .promo__button-wrap {
      width: calc(285px + (326 - 285) * ((100vw - 375px) / (1920 - 375)));
      height: calc(70px + (108 - 70) * ((100vw - 375px) / (1920 - 375)));
      padding-inline: calc(15px + (60 - 15) * ((100vw - 375px) / (1920 - 375)));
      padding-right: calc(65px + (160 - 65) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .promo__button-wrap {
      width: 285px;
      padding-inline: 15px;
      padding-right: 65px; } }
  .promo__button-wrap .button__icon svg {
    padding: 25px; }
    @media (max-width: 1919px) {
      .promo__button-wrap .button__icon svg {
        padding: calc(16px + (25 - 16) * ((100vw - 375px) / (1920 - 375))); } }
    @media (max-width: 375px) {
      .promo__button-wrap .button__icon svg {
        padding: 16px; } }

.promo__button-image {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: auto;
  max-width: 96px;
  max-height: 120px; }
  @media (max-width: 1919px) {
    .promo__button-image {
      max-width: calc(71px + (93 - 71) * ((100vw - 375px) / (1920 - 375)));
      max-height: calc(88px + (120 - 88) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .promo__button-image {
      max-width: 71px;
      max-height: 88px; } }

.promo__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 45px; }
  @media (max-width: 1919px) {
    .promo__list {
      margin-bottom: calc(20px + (45 - 20) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .promo__list {
      margin-bottom: 20px; } }

.promo__item {
  font-size: calc( 20px + 4 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 300;
  font-family: "Gilroy", sans-serif;
  position: relative;
  color: #FFFFFF; }
  @media screen and (max-width: 375px) {
    .promo__item {
      font-size: 20px; } }
  @media screen and (min-width: 1920px) {
    .promo__item {
      font-size: 24px; } }
  .promo__item:not(:last-child) {
    margin-bottom: 34px; }
    @media (max-width: 1919px) {
      .promo__item:not(:last-child) {
        margin-bottom: calc(16px + (34 - 16) * ((100vw - 375px) / (1920 - 375))); } }
    @media (max-width: 375px) {
      .promo__item:not(:last-child) {
        margin-bottom: 16px; } }
  .promo__item:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
    background: #FFFFFF;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.33);
    border-radius: 50%; }
    @media (max-width: 1919px) {
      .promo__item:before {
        left: calc(-45px + (-60 - -45) * ((100vw - 375px) / (1920 - 375))); } }
    @media (max-width: 375px) {
      .promo__item:before {
        left: -45px; } }

.promo__rating {
  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;
  display: flex;
  align-items: center; }
  @media (max-width: 1024px) {
    .promo__rating {
      margin-left: -35px; } }

.promo__rating-value {
  position: relative;
  width: 128px;
  height: 128px;
  margin-right: 16px; }
  @media (max-width: 1919px) {
    .promo__rating-value {
      width: calc(100px + (128 - 100) * ((100vw - 375px) / (1920 - 375)));
      height: calc(100px + (128 - 100) * ((100vw - 375px) / (1920 - 375)));
      margin-right: calc(10px + (16 - 10) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .promo__rating-value {
      width: 100px;
      height: 100px;
      margin-right: 10px; } }
  .promo__rating-value .promo__rating-icon {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }
  .promo__rating-value span {
    font-size: calc( 27px + 9 * ((100vw - 375px) / 1545));
    line-height: 1;
    font-weight: 700;
    font-family: "DIN Pro Condensed", sans-serif;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    position: absolute;
    color: #FF3030; }
    @media screen and (max-width: 375px) {
      .promo__rating-value span {
        font-size: 27px; } }
    @media screen and (min-width: 1920px) {
      .promo__rating-value span {
        font-size: 36px; } }

.promo__rating-info {
  display: flex;
  flex-direction: column; }
  .promo__rating-info .promo__rating-icon {
    width: 178px;
    margin-bottom: 20px; }
    @media (max-width: 1919px) {
      .promo__rating-info .promo__rating-icon {
        width: calc(132px + (178 - 132) * ((100vw - 375px) / (1920 - 375)));
        margin-bottom: calc(11px + (20 - 11) * ((100vw - 375px) / (1920 - 375))); } }
    @media (max-width: 375px) {
      .promo__rating-info .promo__rating-icon {
        width: 132px;
        margin-bottom: 11px; } }
  .promo__rating-info span {
    font-size: calc( 24px + 8 * ((100vw - 375px) / 1545));
    line-height: 1;
    font-weight: 300;
    font-family: "Gilroy", sans-serif;
    color: #FFFFFF; }
    @media screen and (max-width: 375px) {
      .promo__rating-info span {
        font-size: 24px; } }
    @media screen and (min-width: 1920px) {
      .promo__rating-info span {
        font-size: 32px; } }

.question {
  padding-top: 30px; }
  @media (max-width: 1919px) {
    .question {
      padding-top: calc(60px + (30 - 60) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .question {
      padding-top: 60px; } }

.question__container {
  position: relative;
  padding-inline: 95px;
  padding-block: 75px;
  border-radius: 40px;
  background: #F7FBFC;
  overflow: hidden; }
  @media (max-width: 1919px) {
    .question__container {
      padding-inline: calc(20px + (95 - 20) * ((100vw - 375px) / (1920 - 375)));
      padding-block: calc(16px + (75 - 16) * ((100vw - 375px) / (1920 - 375)));
      border-radius: calc(20px + (40 - 20) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .question__container {
      padding-inline: 20px;
      padding-block: 16px;
      border-radius: 20px; } }

.question__bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1416px;
  max-width: 1416px;
  height: auto;
  transform: translateX(-50%); }
  @media (max-width: 1024px) {
    .question__bg {
      position: relative;
      width: 100%;
      min-width: 757px;
      z-index: auto; } }

.question__content {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 1024px) {
    .question__content {
      flex-direction: column;
      align-items: center; } }
  @media (max-width: 576px) {
    .question__content {
      align-items: flex-start; } }

.question__left {
  position: relative;
  max-width: 420px;
  z-index: 1; }
  @media (max-width: 1024px) {
    .question__left {
      padding-right: 10px; } }

.question__title {
  font-size: calc( 32px + 36 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 700;
  font-family: "DIN Pro Condensed", sans-serif;
  margin-bottom: 27px;
  color: #444444;
  text-transform: uppercase; }
  @media screen and (max-width: 375px) {
    .question__title {
      font-size: 32px; } }
  @media screen and (min-width: 1920px) {
    .question__title {
      font-size: 68px; } }
  @media (max-width: 1919px) {
    .question__title {
      margin-bottom: calc(16px + (27 - 16) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1024px) {
    .question__title {
      text-align: center; } }
  @media (max-width: 576px) {
    .question__title {
      text-align: left; } }
  @media (max-width: 375px) {
    .question__title {
      margin-bottom: 16px; } }
  .question__title p {
    margin: 0;
    padding: 0; }
  .question__title span {
    display: block;
    color: #FF3030; }

.question__doctor {
  display: flex;
  align-items: center;
  gap: 17px; }
  @media (max-width: 1024px) {
    .question__doctor {
      justify-content: center; } }
  @media (max-width: 576px) {
    .question__doctor {
      justify-content: flex-start; } }

.question__doctor-image {
  flex-shrink: 0;
  width: 119px;
  aspect-ratio: 1;
  border-radius: 50%;
  border-width: 7px;
  border-style: solid;
  border-color: rgba(0, 164, 190, 0.43);
  overflow: hidden; }
  @media (max-width: 1919px) {
    .question__doctor-image {
      width: calc(87px + (119 - 87) * ((100vw - 375px) / (1920 - 375)));
      border-width: calc(4px + (7 - 4) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .question__doctor-image {
      width: 87px;
      border-width: 4px; } }
  .question__doctor-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.question__doctor-info {
  font-size: calc( 16px + 2 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #444444; }
  @media screen and (max-width: 375px) {
    .question__doctor-info {
      font-size: 16px; } }
  @media screen and (min-width: 1920px) {
    .question__doctor-info {
      font-size: 18px; } }

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

.question__right {
  position: relative;
  max-width: 336px; }
  @media (max-width: 1024px) {
    .question__right {
      position: relative;
      max-width: 445px;
      margin-top: -65px; } }

.question__text {
  font-size: calc( 18px + 6 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  margin-bottom: 30px;
  color: #1c1c1c;
  text-align: center; }
  @media screen and (max-width: 375px) {
    .question__text {
      font-size: 18px; } }
  @media screen and (min-width: 1920px) {
    .question__text {
      font-size: 24px; } }
  @media (max-width: 1919px) {
    .question__text {
      margin-bottom: calc(20px + (30 - 20) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1024px) {
    .question__text {
      text-align: left; } }
  @media (max-width: 375px) {
    .question__text {
      margin-bottom: 20px; } }
  .question__text p {
    margin: 0;
    padding: 0; }

.question__form {
  margin-bottom: 17px; }

.question__form-input {
  margin-bottom: 23px; }

.question__form-button {
  width: 100%; }

.question__caption {
  font-size: calc( 10px + 3 * ((100vw - 375px) / 1545));
  line-height: 1.4;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  margin-bottom: 34px;
  color: #4e4e4e;
  text-align: center; }
  @media screen and (max-width: 375px) {
    .question__caption {
      font-size: 10px; } }
  @media screen and (min-width: 1920px) {
    .question__caption {
      font-size: 13px; } }
  @media (max-width: 1919px) {
    .question__caption {
      margin-bottom: calc(18px + (34 - 18) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .question__caption {
      margin-bottom: 18px; } }
  .question__caption p {
    margin: 0;
    padding: 0; }
  .question__caption a {
    color: #00A4BE; }

.question__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 23px; }
  @media (max-width: 576px) {
    .question__link {
      justify-content: center; } }

.question__phone {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  color: #444444; }
  @media (max-width: 1919px) {
    .question__phone {
      gap: calc(3px + (6 - 3) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .question__phone {
      gap: 3px; } }

.question__phone-link {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.3s ease;
  font-size: calc( 34px + 0 * ((100vw - 375px) / 1545));
  line-height: 1;
  font-weight: 700;
  font-family: "DIN Pro Condensed", sans-serif;
  white-space: nowrap; }
  @media screen and (max-width: 375px) {
    .question__phone-link {
      font-size: 34px; } }
  @media screen and (min-width: 1920px) {
    .question__phone-link {
      font-size: 34px; } }
  .question__phone-link span {
    color: #00A4BE; }
  .question__phone-link:hover {
    color: #00A4BE; }

.question__phone-text {
  font-size: calc( 16px + 0 * ((100vw - 375px) / 1545));
  line-height: 1;
  font-weight: 300;
  font-family: "Gilroy", sans-serif;
  position: relative;
  color: #7A8386; }
  @media screen and (max-width: 375px) {
    .question__phone-text {
      font-size: 16px; } }
  @media screen and (min-width: 1920px) {
    .question__phone-text {
      font-size: 16px; } }
  .question__phone-text::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    top: 50%;
    left: -16px;
    transform: translateY(-50%);
    background: #58B652;
    box-shadow: 0 0 0 4px rgba(88, 182, 82, 0.23);
    border-radius: 50%; }

.question__messenger {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 11px;
  border-radius: 50px; }
  @media (max-width: 1919px) {
    .question__messenger {
      padding: calc(6px + (11 - 6) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .question__messenger {
      padding: 6px; } }
  .question__messenger--whatsapp {
    background: rgba(138, 210, 112, 0.14);
    border: 1px solid #8AD270; }

.question__messenger-name {
  font-size: calc( 16px + 0 * ((100vw - 375px) / 1545));
  line-height: 1;
  font-weight: 700;
  font-family: "DIN Pro Condensed", sans-serif; }
  @media screen and (max-width: 375px) {
    .question__messenger-name {
      font-size: 16px; } }
  @media screen and (min-width: 1920px) {
    .question__messenger-name {
      font-size: 16px; } }
  @media (max-width: 576px) {
    .question__messenger-name {
      display: none; } }
  .question__messenger--whatsapp .question__messenger-name {
    color: #58B652; }

.question__messenger-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 27px;
  aspect-ratio: 1;
  border-radius: 50%; }
  @media (max-width: 1919px) {
    .question__messenger-icon {
      width: calc(50px + (27 - 50) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .question__messenger-icon {
      width: 50px; } }
  .question__messenger--whatsapp .question__messenger-icon {
    background: linear-gradient(127.12deg, #39AE41 14.48%, #80C269 85.53%); }
  .question__messenger-icon svg {
    width: 15px;
    height: 15px;
    color: #FFFFFF; }
    @media (max-width: 1919px) {
      .question__messenger-icon svg {
        width: calc(28px + (15 - 28) * ((100vw - 375px) / (1920 - 375)));
        height: calc(28px + (15 - 28) * ((100vw - 375px) / (1920 - 375))); } }
    @media (max-width: 375px) {
      .question__messenger-icon svg {
        width: 28px;
        height: 28px; } }

.quiz {
  padding-top: 100px; }
  @media (max-width: 1919px) {
    .quiz {
      padding-top: calc(50px + (100 - 50) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .quiz {
      padding-top: 50px; } }

.quiz__title {
  margin: 0;
  padding: 0;
  font-size: calc( 36px + 48 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 700;
  font-family: "DIN Pro Condensed", sans-serif;
  margin-bottom: 40px;
  color: #444444;
  text-transform: uppercase;
  text-align: center; }
  @media screen and (max-width: 375px) {
    .quiz__title {
      font-size: 36px; } }
  @media screen and (min-width: 1920px) {
    .quiz__title {
      font-size: 84px; } }
  @media (max-width: 1919px) {
    .quiz__title {
      margin-bottom: calc(23px + (40 - 23) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1024px) {
    .quiz__title {
      text-align: left; } }
  @media (max-width: 375px) {
    .quiz__title {
      margin-bottom: 23px; } }
  .quiz__title span {
    display: block;
    color: #FF3030;
    font-weight: 300; }
    @media (max-width: 1024px) {
      .quiz__title span {
        display: inline; } }

.quiz__content {
  display: flex;
  gap: 20px;
  padding: 40px;
  padding-bottom: 25px;
  padding-left: 60px;
  background: linear-gradient(99.27deg, #F7FBFC 0.48%, #FFFFFF 49.61%, #F7FBFC 98.74%);
  box-shadow: 0px 17px 29px rgba(122, 131, 134, 0.06);
  border-radius: 20px; }
  @media (max-width: 1024px) {
    .quiz__content {
      flex-direction: column-reverse;
      gap: 26px;
      padding: 0;
      background: none;
      box-shadow: none; } }

.quiz__form {
  width: calc(77.4% - 20px); }
  @media (max-width: 1024px) {
    .quiz__form {
      width: 100%; } }

.quiz__form-content {
  height: 100%; }
  @media (max-width: 1024px) {
    .quiz__form-content {
      padding: 24px 20px;
      background: linear-gradient(99.27deg, #F7FBFC 0.48%, #FFFFFF 49.61%, #F7FBFC 98.74%);
      box-shadow: 0px 17px 29px rgba(122, 131, 134, 0.06); } }

.quiz__slider {
  height: 100%; }

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

.quiz__item {
  display: flex;
  flex-direction: column; }
  .quiz__item:last-child .quiz__total {
    flex-grow: 1; }
  .quiz__item:last-child .quiz__progress {
    margin-top: 35px;
    margin-right: 25px;
    margin-bottom: 15px; }

.quiz__top {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 25px;
  margin-right: 25px;
  padding-bottom: 32px;
  margin-bottom: 12px; }
  @media (max-width: 1919px) {
    .quiz__top {
      padding-bottom: calc(38px + (32 - 38) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1024px) {
    .quiz__top {
      margin-right: 0; } }
  @media (max-width: 375px) {
    .quiz__top {
      padding-bottom: 38px; } }

.quiz__question {
  margin: 0;
  padding: 0;
  font-size: calc( 20px + 12 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  color: #444444; }
  @media screen and (max-width: 375px) {
    .quiz__question {
      font-size: 20px; } }
  @media screen and (min-width: 1920px) {
    .quiz__question {
      font-size: 32px; } }

.quiz__ordinal {
  font-size: calc( 32px + 8 * ((100vw - 375px) / 1545));
  line-height: 1;
  font-weight: 700;
  font-family: "DIN Pro Condensed", sans-serif;
  display: flex;
  align-items: flex-start;
  color: rgba(68, 68, 68, 0.4); }
  @media screen and (max-width: 375px) {
    .quiz__ordinal {
      font-size: 32px; } }
  @media screen and (min-width: 1920px) {
    .quiz__ordinal {
      font-size: 40px; } }
  .quiz__ordinal span {
    font-size: calc( 16px + 8 * ((100vw - 375px) / 1545));
    line-height: 1;
    font-weight: 700;
    font-family: "DIN Pro Condensed", sans-serif; }
    @media screen and (max-width: 375px) {
      .quiz__ordinal span {
        font-size: 16px; } }
    @media screen and (min-width: 1920px) {
      .quiz__ordinal span {
        font-size: 24px; } }

.quiz__tip {
  font-size: calc( 12px + 0 * ((100vw - 375px) / 1545));
  line-height: 1;
  font-weight: 300;
  font-family: "Gilroy", sans-serif;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 11px;
  padding-left: 34px;
  border-radius: 20px;
  color: #00A4BE;
  background: rgba(0, 164, 190, 0.06) url("../img/icon-touch.svg") 12px 9px/12px no-repeat; }
  @media screen and (max-width: 375px) {
    .quiz__tip {
      font-size: 12px; } }
  @media screen and (min-width: 1920px) {
    .quiz__tip {
      font-size: 12px; } }

.quiz__middle {
  height: 305px;
  margin-bottom: 35px;
  overflow-y: auto; }
  @media (max-width: 1919px) {
    .quiz__middle {
      height: calc(260px + (305 - 260) * ((100vw - 375px) / (1920 - 375)));
      margin-bottom: calc(20px + (35 - 20) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1200px) {
    .quiz__middle {
      height: calc(200px + (305 - 200) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1024px) {
    .quiz__middle {
      height: calc(435px + (520 - 435) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .quiz__middle {
      height: 435px;
      margin-bottom: 20px; } }
  .quiz__middle::-webkit-scrollbar-track {
    background-color: #EFF3F3;
    border-radius: 20px; }
  .quiz__middle::-webkit-scrollbar {
    width: 3px;
    background-color: #EFF3F3;
    border-radius: 20px; }
  .quiz__middle::-webkit-scrollbar-thumb {
    background-color: #00A4BE;
    border-radius: 20px; }

.quiz__answer-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  padding-right: 20px; }
  @media (max-width: 1024px) {
    .quiz__answer-list {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      padding-right: 8px; } }

.quiz__answer-item-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 17px;
  cursor: pointer; }
  @media (max-width: 1919px) {
    .quiz__answer-item-box {
      gap: calc(10px + (17 - 10) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .quiz__answer-item-box {
      gap: 10px; } }

.quiz__answer-item-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 20px;
  border: 2px solid #ededed;
  overflow: hidden;
  transition: all 0.3s ease; }
  @media (max-width: 1919px) {
    .quiz__answer-item-image {
      border-radius: calc(12px + (20 - 12) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1024px) {
    .quiz__answer-item-image {
      border-width: 1px; } }
  @media (max-width: 375px) {
    .quiz__answer-item-image {
      border-radius: 12px; } }
  .quiz__answer-item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -o-crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges; }
    @media (max-width: 1024px) {
      .quiz__answer-item-image img {
        image-rendering: auto; } }
  .quiz__answer-item-image::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: 7px;
    right: 7px;
    border-radius: 50%;
    background: #DEEEF0 url("../img/icon-check-quiz.svg") 50% 50%/20px no-repeat; }
    @media (max-width: 1919px) {
      .quiz__answer-item-image::after {
        bottom: calc(3px + (7 - 3) * ((100vw - 375px) / (1920 - 375)));
        right: calc(3px + (7 - 3) * ((100vw - 375px) / (1920 - 375)));
        width: calc(18px + (30 - 18) * ((100vw - 375px) / (1920 - 375)));
        height: calc(18px + (30 - 18) * ((100vw - 375px) / (1920 - 375)));
        background-size: calc(12px + (20 - 12) * ((100vw - 375px) / (1920 - 375))); } }
    @media (max-width: 375px) {
      .quiz__answer-item-image::after {
        bottom: 3px;
        right: 3px;
        width: 18px;
        height: 18px;
        background-size: 12px; } }
  .quiz__answer-item-checkbox:checked ~ .quiz__answer-item-box .quiz__answer-item-image {
    border-color: #FF3030; }
  .quiz__answer-item-checkbox:checked ~ .quiz__answer-item-box .quiz__answer-item-image::after {
    background-color: #FF3030; }

.quiz__answer-item-name {
  font-size: calc( 14px + 2 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  color: #444444;
  text-align: center; }
  @media screen and (max-width: 375px) {
    .quiz__answer-item-name {
      font-size: 14px; } }
  @media screen and (min-width: 1920px) {
    .quiz__answer-item-name {
      font-size: 16px; } }

.quiz__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  margin-right: 20px;
  gap: 48px; }
  @media (max-width: 1919px) {
    .quiz__bottom {
      gap: calc(40px + (48 - 40) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1024px) {
    .quiz__bottom {
      flex-direction: column;
      align-items: flex-start;
      margin-right: 0; } }
  @media (max-width: 375px) {
    .quiz__bottom {
      gap: 40px; } }

.quiz__progress {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 9px; }
  @media (max-width: 1919px) {
    .quiz__progress {
      gap: calc(6px + (9 - 6) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1024px) {
    .quiz__progress {
      width: 100%; } }
  @media (max-width: 375px) {
    .quiz__progress {
      gap: 6px; } }

.quiz__progress-text {
  font-size: calc( 16px + 0 * ((100vw - 375px) / 1545));
  line-height: 1;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  color: #444444; }
  @media screen and (max-width: 375px) {
    .quiz__progress-text {
      font-size: 16px; } }
  @media screen and (min-width: 1920px) {
    .quiz__progress-text {
      font-size: 16px; } }
  .quiz__progress-text span {
    font-weight: 500;
    color: #00A4BE; }

.quiz__progress-bar {
  position: relative;
  width: 100%;
  height: 9px;
  border-radius: 6px;
  background: #F7FBFC; }

.quiz__progress-fill {
  position: absolute;
  top: 2px;
  left: 2px;
  height: 5px;
  border-radius: 3px;
  background: #00A4BE; }

.quiz__buttons {
  flex-shrink: 0;
  display: flex;
  gap: 24px;
  padding-bottom: 15px; }
  @media (max-width: 1024px) {
    .quiz__buttons {
      justify-content: space-between;
      width: 100%; } }

.quiz__prev-button {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 66px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: transparent;
  color: #00A4BE;
  border: 1px solid #00A4BE; }
  @media (max-width: 1919px) {
    .quiz__prev-button {
      width: calc(49px + (66 - 49) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .quiz__prev-button {
      width: 49px; } }
  .quiz__prev-button:hover {
    box-shadow: 0px 17px 12px -13px rgba(0, 164, 190, 0.37); }
  .quiz__prev-button:active {
    color: #FFFFFF;
    background: #00A4BE; }
  .quiz__prev-button svg {
    width: 25px;
    height: 25px;
    transform: rotate(180deg); }

.quiz__next-button {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: calc( 13px + 5 * ((100vw - 375px) / 1545));
  line-height: 1;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  display: flex;
  align-items: center;
  gap: 12px;
  height: 66px;
  padding-inline: 28px;
  border-radius: 40px;
  color: #FFFFFF;
  background: #00A4BE;
  border: 1px solid #00A4BE;
  box-shadow: 0px 17px 12px -13px rgba(0, 164, 190, 0.37); }
  @media screen and (max-width: 375px) {
    .quiz__next-button {
      font-size: 13px; } }
  @media screen and (min-width: 1920px) {
    .quiz__next-button {
      font-size: 18px; } }
  @media (max-width: 1919px) {
    .quiz__next-button {
      height: calc(49px + (66 - 49) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .quiz__next-button {
      height: 49px; } }
  .quiz__next-button:hover:not(:disabled) {
    box-shadow: none; }
  .quiz__next-button:active:not(:disabled) {
    color: #00A4BE;
    background: #FFFFFF;
    border: 1px solid #00A4BE; }
  .quiz__next-button:disabled {
    opacity: 0.5;
    cursor: not-allowed; }
  .quiz__next-button svg {
    width: 25px;
    height: 25px; }

.quiz__card {
  flex-shrink: 0;
  width: 22.6%;
  margin-bottom: 15px;
  border-radius: 20px;
  background: url("../img/bg-quiz-card.jpg") 50% 50%/cover no-repeat;
  overflow: hidden; }
  @media (max-width: 1919px) {
    .quiz__card {
      border-radius: calc(16px + (20 - 16) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1024px) {
    .quiz__card {
      width: 100%;
      margin-bottom: 0; } }
  @media (max-width: 375px) {
    .quiz__card {
      border-radius: 16px; } }

.quiz__card-content {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%; }

.quiz__card-image {
  position: absolute;
  left: 55%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 270px;
  height: 93%; }
  @media (max-width: 1024px) {
    .quiz__card-image {
      left: 0;
      width: 55%;
      max-width: none;
      height: 100%;
      transform: none; } }
  @media (max-width: 576px) {
    .quiz__card-image {
      left: -10px;
      width: 70%;
      height: 100%;
      transform: none; } }
  .quiz__card-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 50% 100%;
       object-position: 50% 100%;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -o-crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges; }
    @media (max-width: 1024px) {
      .quiz__card-image img {
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: 50% 0%;
           object-position: 50% 0%;
        image-rendering: auto; } }

.quiz__card-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding: 15px;
  background: rgba(0, 164, 190, 0.25);
  -webkit-backdrop-filter: blur(11px);
          backdrop-filter: blur(11px);
  border-radius: 20px; }
  @media (max-width: 1919px) {
    .quiz__card-info {
      border-radius: calc(16px + (20 - 16) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1024px) {
    .quiz__card-info {
      min-height: calc(192px + (600 - 192) * ((100vw - 375px) / (1920 - 375)));
      flex-direction: column;
      justify-content: center;
      width: 48%;
      margin-top: 0;
      margin-left: auto; } }
  @media (max-width: 375px) {
    .quiz__card-info {
      min-height: 192px;
      padding: 22px;
      padding-bottom: 10px;
      border-radius: 16px; } }

.quiz__card-text {
  margin: 0;
  padding: 0;
  font-size: calc( 14px + 4 * ((100vw - 375px) / 1545));
  line-height: 1.1;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  color: #FFFFFF; }
  @media screen and (max-width: 375px) {
    .quiz__card-text {
      font-size: 14px; } }
  @media screen and (min-width: 1920px) {
    .quiz__card-text {
      font-size: 18px; } }
  @media (max-width: 1024px) {
    .quiz__card-text {
      max-width: 250px;
      line-height: 1.3; } }
  .quiz__card-text span {
    display: block;
    font-weight: 600;
    color: #68EAFF; }

.quiz__card-icon {
  width: 35%; }
  @media (max-width: 1024px) {
    .quiz__card-icon {
      width: 100%;
      max-width: 100px; } }
  @media (max-width: 576px) {
    .quiz__card-icon {
      align-self: flex-end;
      margin-right: -12px; } }

.quiz__total {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin: 0 auto; }

.quiz__total-title {
  margin: 0;
  padding: 0;
  font-size: calc( 32px + 26 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 700;
  font-family: "DIN Pro Condensed", sans-serif;
  margin-bottom: 10px;
  color: #444444;
  text-transform: uppercase;
  text-align: center; }
  @media screen and (max-width: 375px) {
    .quiz__total-title {
      font-size: 32px; } }
  @media screen and (min-width: 1920px) {
    .quiz__total-title {
      font-size: 58px; } }
  .quiz__total-title span {
    color: #FF3030;
    font-weight: 300; }

.quiz__total-text {
  margin: 0;
  padding: 0;
  font-size: calc( 16px + 16 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 300;
  font-family: "Gilroy", sans-serif;
  margin-bottom: 24px;
  color: #444444;
  text-align: center; }
  @media screen and (max-width: 375px) {
    .quiz__total-text {
      font-size: 16px; } }
  @media screen and (min-width: 1920px) {
    .quiz__total-text {
      font-size: 32px; } }
  @media (max-width: 1919px) {
    .quiz__total-text {
      margin-bottom: calc(10px + (24 - 10) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .quiz__total-text {
      margin-bottom: 10px; } }

.quiz__total-inputs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  width: 100%;
  margin-bottom: 24px; }
  @media (max-width: 1919px) {
    .quiz__total-inputs {
      gap: calc(16px + (24 - 16) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 768px) {
    .quiz__total-inputs {
      grid-template-columns: 1fr; } }
  @media (max-width: 375px) {
    .quiz__total-inputs {
      gap: 16px; } }

.quiz__select .input__field,
.quiz__input .input__field {
  border: 1px solid #EDEDED; }

.quiz__total-button {
  width: 100%;
  margin-bottom: 15px; }
  @media (max-width: 1919px) {
    .quiz__total-button {
      padding-inline: calc(30px + (75 - 30) * ((100vw - 375px) / (1920 - 375)));
      padding-right: calc(80px + (109 - 80) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .quiz__total-button {
      padding-inline: 30px;
      padding-right: 80px; } }

.quiz__total-caption {
  margin: 0;
  padding: 0;
  font-size: calc( 10px + 3 * ((100vw - 375px) / 1545));
  line-height: 1.4;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  color: #4e4e4e; }
  @media screen and (max-width: 375px) {
    .quiz__total-caption {
      font-size: 10px; } }
  @media screen and (min-width: 1920px) {
    .quiz__total-caption {
      font-size: 13px; } }
  .quiz__total-caption a {
    color: #00A4BE; }

.reviews {
  padding-top: 70px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F7FBFC 19.63%, #F7FBFC 79.91%, #FFFFFF 100%), linear-gradient(99.27deg, #F7FBFC 0.48%, #FFFFFF 49.61%, #F7FBFC 98.74%); }
  @media (max-width: 1919px) {
    .reviews {
      padding-top: calc(50px + (70 - 50) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .reviews {
      padding-top: 50px; } }

.reviews__title {
  margin: 0;
  padding: 0;
  font-size: calc( 36px + 48 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 700;
  font-family: "DIN Pro Condensed", sans-serif;
  margin-inline: auto;
  margin-bottom: 40px;
  color: #444444;
  text-transform: uppercase;
  text-align: center; }
  @media screen and (max-width: 375px) {
    .reviews__title {
      font-size: 36px; } }
  @media screen and (min-width: 1920px) {
    .reviews__title {
      font-size: 84px; } }
  @media (max-width: 1919px) {
    .reviews__title {
      margin-bottom: calc(30px + (40 - 30) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1024px) {
    .reviews__title {
      position: relative;
      text-align: left; } }
  @media (max-width: 375px) {
    .reviews__title {
      margin-bottom: 30px; } }
  .reviews__title span {
    color: #FF3030;
    font-weight: 300; }

.reviews__content {
  position: relative; }

.reviews__slider {
  width: calc(100% - 160px);
  max-width: 1023px;
  margin: 0 auto; }
  @media (max-width: 1024px) {
    .reviews__slider {
      width: 100%; } }

.reviews__slider-top-wrap {
  position: relative; }
  .reviews__slider-top-wrap::before {
    content: "";
    position: absolute;
    display: block;
    top: 30px;
    width: 100%;
    height: calc(100% - 60px);
    background: rgba(255, 255, 255, 0.07);
    box-shadow: 0px 17px 28.9px rgba(122, 131, 134, 0.13);
    border-radius: 20px;
    transform: rotate(3deg); }
  .reviews__slider-top-wrap::after {
    content: "";
    position: absolute;
    display: block;
    top: 30px;
    width: 100%;
    height: calc(100% - 60px);
    background: rgba(255, 255, 255, 0.07);
    box-shadow: 0px 17px 28.9px rgba(122, 131, 134, 0.13);
    border-radius: 20px;
    transform: rotate(7deg); }

.reviews__slider-top {
  padding: 30px;
  margin: -30px; }

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

.reviews__item {
  height: auto;
  border-radius: 20px;
  background: #FFFFFF url("../img/icon-quote.svg") 58px 0/64px auto no-repeat;
  box-shadow: 0px 17px 29px rgba(122, 131, 134, 0.06); }
  @media (max-width: 768px) {
    .reviews__item {
      background-size: 40px auto;
      background-position: 20px 0; } }
  @media (max-width: 576px) {
    .reviews__item {
      width: calc(100% - 16px);
      max-width: none; } }
  .reviews__item.swiper-slide-active {
    opacity: 1; }

.reviews__item-content {
  display: flex;
  justify-content: space-between;
  gap: 45px;
  padding: 24px;
  padding-left: 58px; }
  @media (max-width: 1919px) {
    .reviews__item-content {
      gap: calc(16px + (45 - 16) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .reviews__item-content {
      gap: 16px; } }
  @media (max-width: 768px) {
    .reviews__item-content {
      flex-direction: column;
      padding-block: 40px;
      padding-inline: 20px; } }

.reviews__item-photo-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px; }
  @media (max-width: 1919px) {
    .reviews__item-photo-wrap {
      gap: calc(6px + (24 - 6) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .reviews__item-photo-wrap {
      gap: 6px; } }

.reviews__item-photo {
  flex-shrink: 0;
  width: 35%; }
  @media (max-width: 768px) {
    .reviews__item-photo {
      width: 100%; } }

.reviews__item-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1.6;
  border-radius: 24px;
  border-bottom-right-radius: 0;
  overflow: hidden; }
  @media (max-width: 768px) {
    .reviews__item-image {
      display: none;
      width: 100%;
      border-radius: 16px;
      aspect-ratio: 1.4; } }
  @media (max-width: 768px) {
    .reviews__item-image.js-active {
      display: block; } }
  .reviews__item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.reviews__item-image-note {
  font-size: calc( 16px + 2 * ((100vw - 375px) / 1545));
  line-height: 1;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  position: absolute;
  right: 0;
  bottom: 0; }
  @media screen and (max-width: 375px) {
    .reviews__item-image-note {
      font-size: 16px; } }
  @media screen and (min-width: 1920px) {
    .reviews__item-image-note {
      font-size: 18px; } }
  @media (max-width: 768px) {
    .reviews__item-image-note {
      display: none; } }
  .reviews__item-image-note span {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 30px;
    border-radius: 30px;
    color: #FFFFFF;
    background: #00A4BE; }
  .reviews__item-image-note::before {
    content: "";
    position: absolute;
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    top: -8px;
    left: -8px;
    background: #FFFFFF;
    border-radius: 30px; }

.reviews__item-toggle {
  display: none; }
  @media (max-width: 768px) {
    .reviews__item-toggle {
      display: block;
      position: absolute;
      bottom: -5px;
      left: 50%;
      transform: translateX(-50%);
      height: calc(33px + (40 - 33) * ((100vw - 375px) / (1920 - 375)));
      padding: 5px;
      border-radius: 20px;
      background-color: #FFFFFF; } }
  @media (max-width: 375px) {
    .reviews__item-toggle {
      height: 33px; } }

.reviews__item-toggle-bar {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: 100%;
  border-radius: 20px;
  background: #00A4BE; }

.reviews__item-toggle-part {
  font-size: calc( 14px + 2 * ((100vw - 375px) / 1545));
  line-height: 1;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 12px;
  border-radius: 20px;
  color: rgba(255, 255, 255, 0.68);
  text-transform: capitalize;
  cursor: pointer; }
  @media screen and (max-width: 375px) {
    .reviews__item-toggle-part {
      font-size: 14px; } }
  @media screen and (min-width: 1920px) {
    .reviews__item-toggle-part {
      font-size: 16px; } }
  @media (max-width: 1919px) {
    .reviews__item-toggle-part {
      padding-inline: calc(20px + (12 - 20) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .reviews__item-toggle-part {
      padding-inline: 20px; } }
  .reviews__item-toggle-part.js-active {
    color: #FFFFFF;
    background: #4AD7ED; }

.reviews__item-info {
  order: -1;
  flex-grow: 1;
  margin-top: 45px; }
  @media (max-width: 768px) {
    .reviews__item-info {
      order: 0;
      margin-top: 0; } }

.reviews__item-headline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px; }
  @media (max-width: 1919px) {
    .reviews__item-headline {
      margin-bottom: calc(6px + (28 - 6) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 768px) {
    .reviews__item-headline {
      flex-direction: column-reverse;
      align-items: flex-start;
      gap: 12px; } }
  @media (max-width: 375px) {
    .reviews__item-headline {
      margin-bottom: 6px; } }

.reviews__item-author {
  font-size: calc( 24px + 8 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  color: #1C1C1C; }
  @media screen and (max-width: 375px) {
    .reviews__item-author {
      font-size: 24px; } }
  @media screen and (min-width: 1920px) {
    .reviews__item-author {
      font-size: 32px; } }

.reviews__item-topic {
  font-size: calc( 14px + 6 * ((100vw - 375px) / 1545));
  line-height: 1;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  padding-block: 10px;
  padding-inline: 21px;
  border-radius: 30px;
  text-align: center;
  color: #00A4BE;
  background: #F9FCFD; }
  @media screen and (max-width: 375px) {
    .reviews__item-topic {
      font-size: 14px; } }
  @media screen and (min-width: 1920px) {
    .reviews__item-topic {
      font-size: 20px; } }
  @media (max-width: 768px) {
    .reviews__item-topic {
      padding-block: 8px;
      padding-inline: 12px; } }

.reviews__item-text {
  font-size: calc( 16px + 2 * ((100vw - 375px) / 1545));
  line-height: 1.4;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  margin-bottom: 40px;
  color: #1c1c1c; }
  @media screen and (max-width: 375px) {
    .reviews__item-text {
      font-size: 16px; } }
  @media screen and (min-width: 1920px) {
    .reviews__item-text {
      font-size: 18px; } }
  @media (max-width: 1919px) {
    .reviews__item-text {
      margin-bottom: calc(10px + (40 - 10) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .reviews__item-text {
      margin-bottom: 10px; } }
  .reviews__item-text p {
    margin: 0;
    padding: 0; }
    .reviews__item-text p:not(:last-child) {
      margin-bottom: 10px; }

.reviews__button {
  width: 100%;
  max-width: 316px;
  padding-inline: 25px;
  padding-right: 64px; }

.reviews__slider-bottom {
  margin-top: 40px; }
  @media (max-width: 1024px) {
    .reviews__slider-bottom {
      display: flex;
      justify-content: space-between;
      align-items: center; } }

@media (max-width: 1024px) {
  .reviews__slider-buttons {
    display: flex;
    align-items: center;
    gap: 16px; } }

.reviews__slider-button {
  position: absolute;
  top: 50%;
  transform: translateY(-65%);
  background: #EEF6F9 !important; }
  @media (max-width: 1024px) {
    .reviews__slider-button {
      position: static;
      transform: none; } }
  .reviews__slider-button--prev {
    left: -25px; }
  .reviews__slider-button--next {
    right: -25px; }

.stock {
  padding-top: 80px; }
  @media (max-width: 1919px) {
    .stock {
      padding-top: calc(60px + (80 - 60) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .stock {
      padding-top: 60px; } }

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

.stock__item {
  padding: 24px;
  border: 1px solid #ededed;
  border-radius: 20px; }
  @media (max-width: 1919px) {
    .stock__item {
      padding: calc(19px + (24 - 19) * ((100vw - 375px) / (1920 - 375)));
      border-radius: calc(16px + (20 - 16) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .stock__item {
      padding: 19px;
      border-radius: 16px; } }

.stock__item-top {
  position: relative;
  min-height: 344px;
  margin-bottom: 24px;
  padding: 55px;
  border-radius: 20px;
  background: #00A4BE;
  overflow: hidden; }
  @media (max-width: 1919px) {
    .stock__item-top {
      min-height: calc(200px + (344 - 200) * ((100vw - 375px) / (1920 - 375)));
      margin-bottom: calc(12px + (24 - 12) * ((100vw - 375px) / (1920 - 375)));
      padding: calc(20px + (55 - 20) * ((100vw - 375px) / (1920 - 375)));
      border-radius: calc(16px + (20 - 16) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .stock__item-top {
      min-height: 200px;
      margin-bottom: 12px;
      padding: 20px;
      border-radius: 16px; } }
  .stock__item-top::before {
    content: "";
    position: absolute;
    bottom: -50px;
    right: -150px;
    width: 844px;
    aspect-ratio: 1;
    border-radius: 50%;
    border-width: 101px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.23); }
    @media (max-width: 1919px) {
      .stock__item-top::before {
        bottom: calc(5px + (-50 - 5) * ((100vw - 375px) / (1920 - 375)));
        right: calc(30px + (-150 - 30) * ((100vw - 375px) / (1920 - 375)));
        width: calc(525px + (844 - 525) * ((100vw - 375px) / (1920 - 375)));
        border-width: calc(63px + (101 - 63) * ((100vw - 375px) / (1920 - 375))); } }
    @media (max-width: 375px) {
      .stock__item-top::before {
        bottom: 5px;
        right: 30px;
        width: 525px;
        border-width: 63px; } }

.stock__item-tag {
  font-size: calc( 12px + 4 * ((100vw - 375px) / 1545));
  line-height: 1;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  position: absolute;
  top: 20px;
  right: 20px;
  padding-block: 8px;
  padding-inline: 18px;
  border-radius: 40px;
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.31);
  -webkit-backdrop-filter: blur(3.5px);
          backdrop-filter: blur(3.5px); }
  @media screen and (max-width: 375px) {
    .stock__item-tag {
      font-size: 12px; } }
  @media screen and (min-width: 1920px) {
    .stock__item-tag {
      font-size: 16px; } }
  @media (max-width: 1919px) {
    .stock__item-tag {
      top: calc(12px + (20 - 12) * ((100vw - 375px) / (1920 - 375)));
      right: calc(12px + (20 - 12) * ((100vw - 375px) / (1920 - 375)));
      padding-block: calc(5px + (8 - 5) * ((100vw - 375px) / (1920 - 375)));
      padding-inline: calc(9px + (18 - 9) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .stock__item-tag {
      top: 12px;
      right: 12px;
      padding-block: 5px;
      padding-inline: 9px; } }

.stock__item-content {
  display: flex;
  flex-direction: column;
  max-width: 624px;
  color: #FFFFFF; }
  @media (max-width: 1919px) {
    .stock__item-content {
      max-width: calc(215px + (624 - 215) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1024px) {
    .stock__item-content {
      position: relative; } }
  @media (max-width: 375px) {
    .stock__item-content {
      max-width: 215px; } }

.stock__item-title {
  margin: 0;
  padding: 0;
  font-size: calc( 13px + 17 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 300;
  font-family: "Gilroy", sans-serif;
  margin-bottom: 22px; }
  @media screen and (max-width: 375px) {
    .stock__item-title {
      font-size: 13px; } }
  @media screen and (min-width: 1920px) {
    .stock__item-title {
      font-size: 30px; } }
  @media (max-width: 1919px) {
    .stock__item-title {
      margin-bottom: calc(5px + (22 - 5) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .stock__item-title {
      margin-bottom: 5px; } }

.stock__item-text {
  margin: 0;
  padding: 0;
  font-size: calc( 19px + 31 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 700;
  font-family: "DIN Pro Condensed", sans-serif;
  text-transform: uppercase; }
  @media screen and (max-width: 375px) {
    .stock__item-text {
      font-size: 19px; } }
  @media screen and (min-width: 1920px) {
    .stock__item-text {
      font-size: 50px; } }

.stock__item-image {
  position: absolute;
  bottom: -160px;
  right: 70px;
  width: 626px;
  aspect-ratio: 1;
  border-radius: 50%;
  border-width: 32px;
  border-style: solid;
  border-color: #047E92;
  overflow: hidden; }
  @media (max-width: 1919px) {
    .stock__item-image {
      bottom: calc(-90px + (-160 - -90) * ((100vw - 375px) / (1920 - 375)));
      right: calc(-35px + (70 - -35) * ((100vw - 375px) / (1920 - 375)));
      width: calc(200px + (626 - 200) * ((100vw - 375px) / (1920 - 375)));
      border-width: calc(6px + (32 - 6) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .stock__item-image {
      bottom: -90px;
      right: -35px;
      width: 200px;
      border-width: 6px; } }
  .stock__item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.stock__item-icon {
  position: absolute;
  bottom: 60px;
  right: 643px;
  max-width: 142px; }
  @media (max-width: 1919px) {
    .stock__item-icon {
      bottom: calc(12px + (60 - 12) * ((100vw - 375px) / (1920 - 375)));
      right: calc(150px + (643 - 150) * ((100vw - 375px) / (1920 - 375)));
      max-width: calc(63px + (142 - 63) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1024px) {
    .stock__item-icon {
      position: static;
      margin: 15px 0 0 25px; } }
  @media (max-width: 375px) {
    .stock__item-icon {
      bottom: 12px;
      right: 150px;
      max-width: 63px; } }
  .stock__item-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }

.stock__item-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-left: 12px; }
  @media (max-width: 1919px) {
    .stock__item-bottom {
      gap: calc(16px + (30 - 16) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1024px) {
    .stock__item-bottom {
      flex-direction: column;
      padding-left: 0; } }
  @media (max-width: 375px) {
    .stock__item-bottom {
      gap: 16px; } }

.stock__item-info {
  display: flex;
  flex-direction: column;
  gap: 8px; }
  @media (max-width: 1024px) {
    .stock__item-info {
      flex-direction: column-reverse; } }

.stock__item-period {
  font-size: calc( 13px + 3 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  color: #00A4BE; }
  @media screen and (max-width: 375px) {
    .stock__item-period {
      font-size: 13px; } }
  @media screen and (min-width: 1920px) {
    .stock__item-period {
      font-size: 16px; } }

.stock__item-name {
  font-size: calc( 16px + 13 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  color: #444444; }
  @media screen and (max-width: 375px) {
    .stock__item-name {
      font-size: 16px; } }
  @media screen and (min-width: 1920px) {
    .stock__item-name {
      font-size: 29px; } }

.stock__item--button {
  font-size: calc( 16px + 2 * ((100vw - 375px) / 1545));
  line-height: 1;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  padding-inline: 15px;
  padding-right: 45px; }
  @media screen and (max-width: 375px) {
    .stock__item--button {
      font-size: 16px; } }
  @media screen and (min-width: 1920px) {
    .stock__item--button {
      font-size: 18px; } }

.stock__slider-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px; }

.stock__slider-buttons {
  display: flex;
  align-items: center;
  gap: 24px; }
  @media (max-width: 1919px) {
    .stock__slider-buttons {
      gap: calc(16px + (24 - 16) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .stock__slider-buttons {
      gap: 16px; } }

.swiper-pagination {
  display: flex;
  align-items: center;
  gap: 24px;
  transition: all 0.3s ease; }
  @media (max-width: 1919px) {
    .swiper-pagination {
      gap: calc(14px + (24 - 14) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .swiper-pagination {
      gap: 14px; } }

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #E3EDF0;
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer; }
  @media (max-width: 1919px) {
    .swiper-pagination-bullet {
      width: calc(8px + (12 - 8) * ((100vw - 375px) / (1920 - 375)));
      height: calc(8px + (12 - 8) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .swiper-pagination-bullet {
      width: 8px;
      height: 8px; } }
  .swiper-pagination-bullet-active {
    background: #00A4BE;
    box-shadow: 0 0 0 8px rgba(0, 164, 190, 0.3); }
    @media (max-width: 1024px) {
      .swiper-pagination-bullet-active {
        box-shadow: 0 0 0 4px rgba(0, 164, 190, 0.3); } }

.swiper-button-prev,
.swiper-button-next {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: calc( 10px + 6 * ((100vw - 375px) / 1545));
  line-height: 1;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 96px;
  aspect-ratio: 1;
  border-radius: 50%;
  color: #9EB4B7;
  background: #F7FBFC; }
  @media screen and (max-width: 375px) {
    .swiper-button-prev,
    .swiper-button-next {
      font-size: 10px; } }
  @media screen and (min-width: 1920px) {
    .swiper-button-prev,
    .swiper-button-next {
      font-size: 16px; } }
  @media (max-width: 1919px) {
    .swiper-button-prev,
    .swiper-button-next {
      width: calc(58px + (96 - 58) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .swiper-button-prev,
    .swiper-button-next {
      width: 58px; } }
  .swiper-button-prev:disabled,
  .swiper-button-next:disabled {
    cursor: default; }
  .swiper-button-prev svg,
  .swiper-button-next svg {
    width: 11px;
    height: 24px; }
    @media (max-width: 1919px) {
      .swiper-button-prev svg,
      .swiper-button-next svg {
        width: calc(7px + (11 - 7) * ((100vw - 375px) / (1920 - 375)));
        height: calc(15px + (24 - 15) * ((100vw - 375px) / (1920 - 375))); } }
    @media (max-width: 375px) {
      .swiper-button-prev svg,
      .swiper-button-next svg {
        width: 7px;
        height: 15px; } }

.swiper-button-prev svg {
  transform: rotate(180deg); }

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

.system {
  padding-top: 110px; }
  @media (max-width: 1919px) {
    .system {
      padding-top: calc(50px + (110 - 50) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .system {
      padding-top: 50px; } }

.system__title {
  margin: 0;
  padding: 0;
  font-size: calc( 36px + 48 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 700;
  font-family: "DIN Pro Condensed", sans-serif;
  margin-inline: auto;
  margin-bottom: 30px;
  color: #444444;
  text-transform: uppercase;
  text-align: center; }
  @media screen and (max-width: 375px) {
    .system__title {
      font-size: 36px; } }
  @media screen and (min-width: 1920px) {
    .system__title {
      font-size: 84px; } }
  @media (max-width: 1919px) {
    .system__title {
      margin-bottom: calc(20px + (30 - 20) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1024px) {
    .system__title {
      position: relative;
      text-align: left; } }
  @media (max-width: 375px) {
    .system__title {
      margin-bottom: 20px; } }
  .system__title span {
    color: #FF3030;
    font-weight: 300; }

.system__text {
  font-size: calc( 16px + 4 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 300;
  font-family: "Gilroy", sans-serif;
  margin-inline: auto;
  margin-bottom: 28px;
  color: #444444;
  text-align: center; }
  @media screen and (max-width: 375px) {
    .system__text {
      font-size: 16px; } }
  @media screen and (min-width: 1920px) {
    .system__text {
      font-size: 20px; } }
  @media (max-width: 1024px) {
    .system__text {
      text-align: left; } }
  .system__text p {
    margin: 0;
    padding: 0; }

.system__list-wrap {
  position: relative; }

.system__list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 44%;
  min-height: 550px;
  margin-left: auto;
  padding-bottom: 30px; }
  @media (max-width: 1440px) {
    .system__list {
      min-height: calc(350px + (640 - 350) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1024px) {
    .system__list {
      width: 100%;
      min-height: 0;
      padding-bottom: 0; } }

@media (max-width: 1024px) {
  .system__item {
    padding-block: 16px;
    border-bottom: 1px solid rgba(143, 143, 143, 0.25); } }

.system__item:first-child {
  padding-top: 0; }

.system__item:last-child {
  border-bottom: none; }

.system__item-top {
  display: flex;
  align-items: center;
  padding-block: 15px;
  border-bottom: 1px solid rgba(143, 143, 143, 0.25);
  cursor: pointer; }
  @media (max-width: 1024px) {
    .system__item-top {
      padding-block: 0;
      border-bottom: none; } }

.system__item-name {
  font-size: calc( 20px + 16 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 700;
  font-family: "DIN Pro Condensed", sans-serif;
  position: relative;
  margin-right: 10px;
  color: #444444;
  text-transform: uppercase; }
  @media screen and (max-width: 375px) {
    .system__item-name {
      font-size: 20px; } }
  @media screen and (min-width: 1920px) {
    .system__item-name {
      font-size: 36px; } }
  @media (max-width: 1024px) {
    .system__item-name {
      display: flex;
      flex-direction: column; } }

.system__item-tag {
  font-size: calc( 12px + 0 * ((100vw - 375px) / 1545));
  line-height: 1;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  position: absolute;
  top: -5px;
  left: 100%;
  padding: 4px 8px;
  border-radius: 9px;
  border-bottom-left-radius: 0;
  color: #FFFFFF;
  background: #00A4BE;
  text-transform: none; }
  @media screen and (max-width: 375px) {
    .system__item-tag {
      font-size: 12px; } }
  @media screen and (min-width: 1920px) {
    .system__item-tag {
      font-size: 12px; } }
  @media (max-width: 1024px) {
    .system__item-tag {
      position: static;
      border-radius: 9px;
      border-top-left-radius: 0; } }

.system__item-price {
  font-size: calc( 18px + 6 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 300;
  font-family: "Gilroy", sans-serif;
  margin-left: auto;
  color: #8f8f8f;
  white-space: nowrap; }
  @media screen and (max-width: 375px) {
    .system__item-price {
      font-size: 18px; } }
  @media screen and (min-width: 1920px) {
    .system__item-price {
      font-size: 24px; } }

.system__item-icon {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-left: 27px;
  border-radius: 50%;
  border: 1px solid #9D9D9D;
  color: #8F8F8F;
  transition: all 0.3s ease; }
  @media (max-width: 1919px) {
    .system__item-icon {
      width: calc(54px + (56 - 54) * ((100vw - 375px) / (1920 - 375)));
      height: calc(54px + (56 - 54) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .system__item-icon {
      width: 54px;
      height: 54px; } }
  .system__item-icon svg {
    width: 18px;
    height: 18px;
    transition: all 0.3s ease; }

.system__item-body {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  bottom: 0;
  width: calc(56% - 40px);
  overflow-y: auto; }
  @media (max-width: 1024px) {
    .system__item-body {
      display: block;
      position: static;
      width: 100%;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.5s; } }
  .system__item-body::-webkit-scrollbar-track {
    background-color: #EFF3F3;
    border-radius: 20px; }
  .system__item-body::-webkit-scrollbar {
    width: 3px;
    background-color: #EFF3F3;
    border-radius: 20px; }
  .system__item-body::-webkit-scrollbar-thumb {
    background-color: #00A4BE;
    border-radius: 20px; }

.system__item-image {
  width: calc(100% - 57px);
  aspect-ratio: 1.8;
  border-radius: 20px;
  font-size: 0;
  overflow: hidden; }
  @media (max-width: 1919px) {
    .system__item-image {
      border-radius: calc(16px + (20 - 16) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1024px) {
    .system__item-image {
      width: 100%;
      margin-bottom: 20px;
      aspect-ratio: 1.96;
      margin-top: 25px; } }
  @media (max-width: 375px) {
    .system__item-image {
      border-radius: 16px; } }
  .system__item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.system__item-info {
  position: relative;
  padding-top: 28px;
  padding-right: 137px; }
  @media (max-width: 1024px) {
    .system__item-info {
      padding-top: 0;
      padding-right: 0;
      padding-bottom: 15px; } }

.system__item-text {
  font-size: calc( 14px + 2 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  margin-bottom: 24px;
  color: #444444; }
  @media screen and (max-width: 375px) {
    .system__item-text {
      font-size: 14px; } }
  @media screen and (min-width: 1920px) {
    .system__item-text {
      font-size: 16px; } }
  @media (max-width: 1919px) {
    .system__item-text {
      margin-bottom: calc(12px + (24 - 12) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .system__item-text {
      margin-bottom: 12px; } }
  .system__item-text p {
    margin: 0;
    padding: 0; }

.system__item-period {
  font-size: calc( 14px + 2 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  color: #444444; }
  @media screen and (max-width: 375px) {
    .system__item-period {
      font-size: 14px; } }
  @media screen and (min-width: 1920px) {
    .system__item-period {
      font-size: 16px; } }
  @media (max-width: 1024px) {
    .system__item-period {
      margin-bottom: 26px; } }
  .system__item-period span:nth-child(1) {
    color: #8f8f8f; }

.system__item-button {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.3s ease;
  cursor: pointer; }
  @media (max-width: 1024px) {
    .system__item-button {
      display: flex;
      align-items: center;
      gap: 28px;
      margin-left: 8px; } }

.system__item-button-icon {
  position: absolute;
  top: -14px;
  right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  color: #FFFFFF;
  background: #FF3030;
  box-shadow: 0 0 0 8px rgba(255, 48, 48, 0.2); }
  @media (max-width: 1919px) {
    .system__item-button-icon {
      width: calc(70px + (112 - 70) * ((100vw - 375px) / (1920 - 375)));
      height: calc(70px + (112 - 70) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1024px) {
    .system__item-button-icon {
      position: static;
      margin-bottom: 0; } }
  @media (max-width: 375px) {
    .system__item-button-icon {
      width: 70px;
      height: 70px; } }
  .system__item-button-icon svg {
    width: 36px;
    height: 36px; }
    @media (max-width: 1919px) {
      .system__item-button-icon svg {
        width: calc(22px + (36 - 22) * ((100vw - 375px) / (1920 - 375)));
        height: calc(22px + (36 - 22) * ((100vw - 375px) / (1920 - 375))); } }
    @media (max-width: 375px) {
      .system__item-button-icon svg {
        width: 22px;
        height: 22px; } }

.system__item-button-text {
  font-size: calc( 18px + -2 * ((100vw - 375px) / 1545));
  line-height: 1;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  position: absolute;
  bottom: 100%;
  right: 28px;
  margin-bottom: 30px;
  color: #444444;
  writing-mode: tb-rl;
  transform: rotate(180deg);
  white-space: nowrap; }
  @media screen and (max-width: 375px) {
    .system__item-button-text {
      font-size: 18px; } }
  @media screen and (min-width: 1920px) {
    .system__item-button-text {
      font-size: 16px; } }
  @media (max-width: 1024px) {
    .system__item-button-text {
      position: static;
      writing-mode: unset;
      transform: none;
      margin-bottom: 0; } }

.system__item.js-active .system__item-icon {
  border: 1px solid #FF3030;
  color: #FFFFFF;
  background: #FF3030;
  box-shadow: 0 0 0 5px #FFFFFF, 0 0 0 6px #FF3030; }
  .system__item.js-active .system__item-icon svg {
    transform: rotate(90deg); }

.system__item.js-active .system__item-body {
  display: block; }
  @media (max-width: 1024px) {
    .system__item.js-active .system__item-body {
      max-height: 1000vh;
      transition: max-height 2s; } }

.team {
  padding-top: 0; }
  @media (max-width: 1919px) {
    .team {
      padding-top: calc(50px + (0 - 50) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .team {
      padding-top: 50px; } }

.team__title {
  margin: 0;
  padding: 0;
  font-size: calc( 36px + 48 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 700;
  font-family: "DIN Pro Condensed", sans-serif;
  margin-inline: auto;
  margin-bottom: 40px;
  color: #444444;
  text-transform: uppercase;
  text-align: center; }
  @media screen and (max-width: 375px) {
    .team__title {
      font-size: 36px; } }
  @media screen and (min-width: 1920px) {
    .team__title {
      font-size: 84px; } }
  @media (max-width: 1919px) {
    .team__title {
      margin-bottom: calc(15px + (40 - 15) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1024px) {
    .team__title {
      position: relative;
      text-align: left; } }
  @media (max-width: 375px) {
    .team__title {
      margin-bottom: 15px; } }
  .team__title span {
    color: #FF3030;
    font-weight: 300; }

.team__slider-top {
  margin-bottom: 42px; }
  @media (max-width: 1919px) {
    .team__slider-top {
      margin-bottom: calc(22px + (42 - 22) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1440px) {
    .team__slider-top {
      margin-right: -40px; } }
  @media (max-width: 1024px) {
    .team__slider-top {
      margin-right: -16px; } }
  @media (max-width: 375px) {
    .team__slider-top {
      margin-bottom: 22px; } }

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

.team__item {
  width: calc(50% - 37px);
  height: auto;
  margin-right: 74px; }
  @media (max-width: 1440px) {
    .team__item {
      width: 671px;
      opacity: 0.2;
      transition: all 0.3s ease; } }
  @media (max-width: 768px) {
    .team__item {
      width: 85%;
      margin-right: 20px; } }
  @media (max-width: 1440px) {
    .team__item.swiper-slide-active {
      opacity: 1; } }

.team__item-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 50px;
  height: 100%; }
  @media (max-width: 1919px) {
    .team__item-content {
      gap: calc(12px + (50 - 12) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 768px) {
    .team__item-content {
      display: flex;
      flex-direction: column; } }
  @media (max-width: 375px) {
    .team__item-content {
      gap: 12px; } }

.team__item-image-wrap {
  font-size: 0; }

.team__item-image {
  position: relative;
  width: 100%;
  aspect-ratio: 0.72;
  border-radius: 20px;
  font-size: 0;
  overflow: hidden; }
  @media (max-width: 768px) {
    .team__item-image {
      aspect-ratio: 1; } }
  .team__item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 0%;
       object-position: 50% 0%; }

.team__item-video-button {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.3s ease;
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  color: #FFFFFF;
  background: #00A4BE;
  box-shadow: 0 0 0 8px rgba(0, 164, 190, 0.2); }
  .team__item-video-button svg {
    width: 11px;
    height: 19px; }

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

.team__item-name {
  font-size: calc( 26px + -2 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  margin-bottom: 18px;
  color: #444444; }
  @media screen and (max-width: 375px) {
    .team__item-name {
      font-size: 26px; } }
  @media screen and (min-width: 1920px) {
    .team__item-name {
      font-size: 24px; } }
  @media (max-width: 1919px) {
    .team__item-name {
      margin-bottom: calc(8px + (18 - 8) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .team__item-name {
      margin-bottom: 8px; } }

.team__item-post {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 10px; }

.team__item-post-name {
  font-size: calc( 16px + 0 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  color: #7A8386; }
  @media screen and (max-width: 375px) {
    .team__item-post-name {
      font-size: 16px; } }
  @media screen and (min-width: 1920px) {
    .team__item-post-name {
      font-size: 16px; } }

.team__item-post-text {
  font-size: calc( 18px + 0 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  color: #444444; }
  @media screen and (max-width: 375px) {
    .team__item-post-text {
      font-size: 18px; } }
  @media screen and (min-width: 1920px) {
    .team__item-post-text {
      font-size: 18px; } }

.team__item-practice {
  padding-top: 1px;
  margin-bottom: 18px;
  padding-left: 28px;
  background: url("../img/icon-star.svg") 0% 0%/20px auto no-repeat; }

.team__item-practice-name {
  font-size: calc( 16px + 0 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  color: #7A8386; }
  @media screen and (max-width: 375px) {
    .team__item-practice-name {
      font-size: 16px; } }
  @media screen and (min-width: 1920px) {
    .team__item-practice-name {
      font-size: 16px; } }

.team__item-practice-text {
  font-size: calc( 18px + 0 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  color: #444444; }
  @media screen and (max-width: 375px) {
    .team__item-practice-text {
      font-size: 18px; } }
  @media screen and (min-width: 1920px) {
    .team__item-practice-text {
      font-size: 18px; } }

.team__item-services {
  padding-top: 18px;
  border-top: 1px solid #EAEFF0; }

.team__item-services-name {
  font-size: calc( 16px + 0 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  display: block;
  margin-bottom: 14px;
  color: #7A8386; }
  @media screen and (max-width: 375px) {
    .team__item-services-name {
      font-size: 16px; } }
  @media screen and (min-width: 1920px) {
    .team__item-services-name {
      font-size: 16px; } }

.team__item-services-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: calc( 18px + 0 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  margin-bottom: 20px;
  color: #444444; }
  @media screen and (max-width: 375px) {
    .team__item-services-list {
      font-size: 18px; } }
  @media screen and (min-width: 1920px) {
    .team__item-services-list {
      font-size: 18px; } }

.team__item-services-item {
  position: relative;
  padding-left: 14px; }
  .team__item-services-item:not(:last-child) {
    margin-bottom: 8px; }
  .team__item-services-item:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    top: 7px;
    left: 0;
    background: #444444;
    border-radius: 50%; }

.team__item-button {
  font-size: calc( 18px + 0 * ((100vw - 375px) / 1545));
  line-height: 1;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  width: 100%;
  margin-top: auto;
  padding-inline: 25px;
  padding-right: 64px; }
  @media screen and (max-width: 375px) {
    .team__item-button {
      font-size: 18px; } }
  @media screen and (min-width: 1920px) {
    .team__item-button {
      font-size: 18px; } }

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

.team__slider-buttons {
  display: flex;
  align-items: center;
  gap: 16px; }

.use {
  padding-top: 75px; }
  @media (max-width: 1919px) {
    .use {
      padding-top: calc(10px + (75 - 10) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .use {
      padding-top: 10; } }

.use__content {
  position: relative; }

.use__icon {
  display: none; }
  @media (max-width: 768px) {
    .use__icon {
      position: absolute;
      top: 30px;
      right: -55px;
      z-index: -1;
      display: block;
      width: 118px; } }

.use__title {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 51px;
  margin-bottom: 35px; }
  @media (max-width: 1919px) {
    .use__title {
      gap: calc(13px + (51 - 13) * ((100vw - 375px) / (1920 - 375)));
      margin-bottom: calc(12px + (35 - 12) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1024px) {
    .use__title {
      justify-content: flex-start; } }
  @media (max-width: 375px) {
    .use__title {
      gap: 13px;
      margin-bottom: 12px; } }

.use__title-count {
  font-size: calc( 175px + 43 * ((100vw - 375px) / 1545));
  line-height: 1;
  font-weight: 700;
  font-family: "DIN Pro Condensed", sans-serif;
  color: #444444; }
  @media screen and (max-width: 375px) {
    .use__title-count {
      font-size: 175px; } }
  @media screen and (min-width: 1920px) {
    .use__title-count {
      font-size: 218px; } }

.use__title-value {
  font-size: calc( 40px + 44 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 700;
  font-family: "DIN Pro Condensed", sans-serif;
  display: inline-block; }
  @media screen and (max-width: 375px) {
    .use__title-value {
      font-size: 40px; } }
  @media screen and (min-width: 1920px) {
    .use__title-value {
      font-size: 84px; } }

.use__title-top-value {
  display: block;
  color: #444444;
  text-transform: uppercase; }

.use__title-bottom-value {
  display: block;
  font-weight: 300;
  color: #FF3030;
  text-transform: uppercase; }

.use__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px; }
  @media (max-width: 1919px) {
    .use__list {
      gap: calc(8px + (25 - 8) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1024px) {
    .use__list {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 375px) {
    .use__list {
      gap: 8px; } }

.use__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 40px;
  border-radius: 20px;
  box-shadow: 0px 17px 29px rgba(122, 131, 134, 0.06);
  color: #444444; }
  @media (max-width: 1919px) {
    .use__item {
      padding-block: calc(24px + (40 - 24) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .use__item {
      padding-block: 24px;
      border-radius: 12px; } }
  .use__item:nth-child(even) {
    background: #FFFFFF;
    border: 1px solid #EDEDED; }
  .use__item:nth-child(odd) {
    background: #F2F9FB; }
  @media (max-width: 1024px) {
    .use__item:nth-child(4n + 1), .use__item:nth-child(4n + 4) {
      background: #F2F9FB; } }
  @media (max-width: 1024px) {
    .use__item:nth-child(4n + 2), .use__item:nth-child(4n + 3) {
      background: #FFFFFF;
      border: 1px solid #EDEDED; } }

.use__item-image {
  width: auto;
  height: 104px;
  padding-inline: 15px;
  margin-bottom: 24px; }
  @media (max-width: 1919px) {
    .use__item-image {
      height: calc(54px + (104 - 54) * ((100vw - 375px) / (1920 - 375)));
      margin-bottom: calc(20px + (24 - 20) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .use__item-image {
      height: 54px;
      margin-bottom: 20px; } }
  .use__item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }

.use__item-name {
  font-size: calc( 14px + 10 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  max-width: 310px;
  margin-bottom: 10px;
  padding-inline: 0;
  text-align: center; }
  @media screen and (max-width: 375px) {
    .use__item-name {
      font-size: 14px; } }
  @media screen and (min-width: 1920px) {
    .use__item-name {
      font-size: 24px; } }
  @media (max-width: 1919px) {
    .use__item-name {
      margin-bottom: calc(5px + (10 - 5) * ((100vw - 375px) / (1920 - 375)));
      padding-inline: calc(30px + (0 - 30) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1024px) {
    .use__item-name {
      line-height: 1; } }
  @media (max-width: 375px) {
    .use__item-name {
      margin-bottom: 5px;
      padding-inline: 30px; } }

.use__item-text {
  font-size: calc( 10px + 8 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 300;
  font-family: "Gilroy", sans-serif;
  max-width: 310px;
  padding-inline: 0;
  text-align: center; }
  @media screen and (max-width: 375px) {
    .use__item-text {
      font-size: 10px; } }
  @media screen and (min-width: 1920px) {
    .use__item-text {
      font-size: 18px; } }
  @media (max-width: 1919px) {
    .use__item-text {
      padding-inline: calc(25px + (0 - 25) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .use__item-text {
      padding-inline: 25px; } }

.work {
  padding-top: 70px; }
  @media (max-width: 1919px) {
    .work {
      padding-top: calc(35px + (70 - 35) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .work {
      padding-top: 35px; } }

.work__title {
  margin: 0;
  padding: 0;
  font-size: calc( 36px + 48 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 700;
  font-family: "DIN Pro Condensed", sans-serif;
  margin-inline: auto;
  margin-bottom: 38px;
  color: #444444;
  text-transform: uppercase;
  text-align: center; }
  @media screen and (max-width: 375px) {
    .work__title {
      font-size: 36px; } }
  @media screen and (min-width: 1920px) {
    .work__title {
      font-size: 84px; } }
  @media (max-width: 1919px) {
    .work__title {
      margin-bottom: calc(24px + (38 - 24) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1024px) {
    .work__title {
      position: relative;
      text-align: left; } }
  @media (max-width: 375px) {
    .work__title {
      margin-bottom: 24px; } }
  .work__title span {
    color: #FF3030;
    font-weight: 300; }

.work__tab-buttons {
  margin-bottom: 60px;
  border-top: 1px solid #E3EDF0;
  border-bottom: 1px solid #E3EDF0;
  overflow: hidden; }
  @media (max-width: 1919px) {
    .work__tab-buttons {
      margin-bottom: calc(20px + (60 - 20) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1024px) {
    .work__tab-buttons {
      width: calc(100% + 32px);
      margin-inline: -16px;
      padding-left: 16px; } }
  @media (max-width: 375px) {
    .work__tab-buttons {
      margin-bottom: 20px; } }

.work__tab-buttons-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 45px;
  width: auto;
  overflow: auto;
  scrollbar-width: none; }
  @media (max-width: 1919px) {
    .work__tab-buttons-wrap {
      gap: calc(25px + (45 - 25) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1024px) {
    .work__tab-buttons-wrap {
      justify-content: flex-start; } }
  @media (max-width: 375px) {
    .work__tab-buttons-wrap {
      gap: 25px; } }

.work__tab-button {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: calc( 19px + 6 * ((100vw - 375px) / 1545));
  line-height: 1;
  font-weight: 700;
  font-family: "DIN Pro Condensed", sans-serif;
  position: relative;
  padding-block: 30px;
  color: #444444;
  text-transform: uppercase;
  text-align: center;
  transition: color 0.3s ease; }
  @media screen and (max-width: 375px) {
    .work__tab-button {
      font-size: 19px; } }
  @media screen and (min-width: 1920px) {
    .work__tab-button {
      font-size: 25px; } }
  @media (max-width: 1919px) {
    .work__tab-button {
      padding-block: calc(20px + (30 - 20) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .work__tab-button {
      padding-block: 20px; } }
  .work__tab-button.js-active {
    color: #FF3030;
    background: url("../img/icon-tooth.svg") 50% 50%/42px auto no-repeat; }
    @media (max-width: 1024px) {
      .work__tab-button.js-active::after {
        content: "";
        position: absolute;
        display: block;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #FF3030; } }

.work__tab-content {
  display: none; }
  .work__tab-content.js-active {
    display: block; }

.work__slider-top {
  margin-bottom: 18px;
  margin-right: calc((1920px - 1416px) / -2); }
  @media (max-width: 1920px) {
    .work__slider-top {
      margin-right: calc((100vw - 1416px) / -2); } }
  @media (max-width: 1919px) {
    .work__slider-top {
      margin-bottom: calc(25px + (18 - 25) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1496px) {
    .work__slider-top {
      margin-right: -40px; } }
  @media (max-width: 1024px) {
    .work__slider-top {
      margin-right: -16px; } }
  @media (max-width: 375px) {
    .work__slider-top {
      margin-bottom: 25px; } }

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

.work__item {
  max-width: 85%;
  width: 1168px;
  margin-right: 20px;
  opacity: 0.2;
  transition: all 0.3s ease; }
  @media (max-width: 1024px) {
    .work__item {
      width: 576px; } }
  .work__item.swiper-slide-active {
    opacity: 1; }

.work__item-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 23px; }
  @media (max-width: 1919px) {
    .work__item-content {
      gap: calc(13px + (23 - 13) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1024px) {
    .work__item-content {
      grid-template-columns: 1fr; } }
  @media (max-width: 375px) {
    .work__item-content {
      gap: 13px; } }

.work__item-photo-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  font-size: 0; }

.work__item-image {
  display: none;
  width: 100%;
  aspect-ratio: 1.8; }
  .work__item-image.js-active {
    display: block; }
  .work__item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.work__item-toggle {
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 40px;
  padding: 5px;
  border-radius: 20px;
  background-color: #FFFFFF; }
  @media (max-width: 1919px) {
    .work__item-toggle {
      height: calc(33px + (40 - 33) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .work__item-toggle {
      height: 33px; } }

.work__item-toggle-bar {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: 100%;
  border-radius: 20px;
  background: #00A4BE; }

.work__item-toggle-part {
  font-size: calc( 14px + 2 * ((100vw - 375px) / 1545));
  line-height: 1;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 12px;
  border-radius: 20px;
  color: rgba(255, 255, 255, 0.68);
  text-transform: capitalize;
  cursor: pointer; }
  @media screen and (max-width: 375px) {
    .work__item-toggle-part {
      font-size: 14px; } }
  @media screen and (min-width: 1920px) {
    .work__item-toggle-part {
      font-size: 16px; } }
  @media (max-width: 1919px) {
    .work__item-toggle-part {
      padding-inline: calc(20px + (12 - 20) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .work__item-toggle-part {
      padding-inline: 20px; } }
  .work__item-toggle-part.js-active {
    color: #FFFFFF;
    background: #4AD7ED; }

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

.work__item-title {
  margin: 0;
  padding: 0;
  font-size: calc( 20px + 12 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  margin-bottom: 14px;
  color: #444444; }
  @media screen and (max-width: 375px) {
    .work__item-title {
      font-size: 20px; } }
  @media screen and (min-width: 1920px) {
    .work__item-title {
      font-size: 32px; } }

.work__item-text {
  margin: 0;
  padding: 0;
  font-size: calc( 16px + 0 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  max-width: 500px;
  margin-bottom: 25px;
  color: #444444; }
  @media screen and (max-width: 375px) {
    .work__item-text {
      font-size: 16px; } }
  @media screen and (min-width: 1920px) {
    .work__item-text {
      font-size: 16px; } }
  @media (max-width: 1919px) {
    .work__item-text {
      margin-bottom: calc(20px + (25 - 20) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .work__item-text {
      margin-bottom: 20px; } }
  .work__item-text p {
    margin: 0;
    padding: 0; }
    .work__item-text p:not(:last-child) {
      margin-bottom: 20px; }
      @media (max-width: 1919px) {
        .work__item-text p:not(:last-child) {
          margin-bottom: calc(14px + (20 - 14) * ((100vw - 375px) / (1920 - 375))); } }
      @media (max-width: 375px) {
        .work__item-text p:not(:last-child) {
          margin-bottom: 14px; } }

.work__button {
  width: 100%;
  max-width: 293px;
  margin-top: auto;
  padding-inline: 25px;
  padding-right: 64px; }
  @media (max-width: 1919px) {
    .work__button {
      margin-bottom: calc(20px + (25 - 20) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 768px) {
    .work__button {
      max-width: none; } }
  @media (max-width: 375px) {
    .work__button {
      margin-bottom: 20px; } }

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

.work__slider-buttons {
  display: flex;
  align-items: center;
  gap: 16px; }

.worth {
  padding-top: 100px; }
  @media (max-width: 1919px) {
    .worth {
      padding-top: calc(50px + (100 - 50) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 375px) {
    .worth {
      padding-top: 50px; } }

.worth__title {
  margin: 0;
  padding: 0;
  font-size: calc( 36px + 48 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 700;
  font-family: "DIN Pro Condensed", sans-serif;
  margin-bottom: 35px;
  color: #444444;
  text-transform: uppercase;
  text-align: center; }
  @media screen and (max-width: 375px) {
    .worth__title {
      font-size: 36px; } }
  @media screen and (min-width: 1920px) {
    .worth__title {
      font-size: 84px; } }
  @media (max-width: 1919px) {
    .worth__title {
      margin-bottom: calc(23px + (35 - 23) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1024px) {
    .worth__title {
      text-align: left; } }
  @media (max-width: 375px) {
    .worth__title {
      margin-bottom: 23px; } }
  .worth__title span {
    display: block;
    color: #FF3030;
    font-weight: 300; }
    @media (max-width: 1024px) {
      .worth__title span {
        display: inline; } }

.worth__tab-buttons {
  display: none; }
  @media (max-width: 1024px) {
    .worth__tab-buttons {
      display: flex;
      margin: 0 17px 24px;
      height: 61px;
      border-radius: 30px;
      background: #F7FBFC; } }

.worth__tab-button {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: calc( 26px + 0 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 300;
  font-family: "DIN Pro Condensed", sans-serif;
  width: 50%;
  border-radius: 30px;
  color: #444444;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease; }
  @media screen and (max-width: 375px) {
    .worth__tab-button {
      font-size: 26px; } }
  @media screen and (min-width: 1920px) {
    .worth__tab-button {
      font-size: 26px; } }
  .worth__tab-button.js-active {
    font-weight: 700;
    color: #FFFFFF;
    background: #00A4BE; }

.worth__tab-body {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr); }
  @media (max-width: 1024px) {
    .worth__tab-body {
      display: block; } }

.worth__tab-content {
  position: relative;
  display: flex;
  padding-top: 68px;
  padding-bottom: 68px;
  border-radius: 30px; }
  @media (max-width: 1919px) {
    .worth__tab-content {
      border-radius: calc(16px + (30 - 16) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1024px) {
    .worth__tab-content {
      display: none;
      padding-top: 92px;
      padding-bottom: 38px; } }
  @media (max-width: 375px) {
    .worth__tab-content {
      border-radius: 16px; } }
  .worth__tab-content:nth-child(1) {
    margin-left: 20px;
    background: #00A4BE;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
    @media (max-width: 1919px) {
      .worth__tab-content:nth-child(1) {
        margin-left: calc(17px + (20 - 17) * ((100vw - 375px) / (1920 - 375))); } }
    @media (max-width: 1024px) {
      .worth__tab-content:nth-child(1) {
        border-radius: calc(16px + (30 - 16) * ((100vw - 375px) / (1920 - 375))); } }
    @media (max-width: 375px) {
      .worth__tab-content:nth-child(1) {
        margin-left: 17px; } }
  .worth__tab-content:nth-child(2) {
    margin-right: 20px;
    border: 1px solid #ebebeb;
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
    @media (max-width: 1919px) {
      .worth__tab-content:nth-child(2) {
        margin-right: calc(17px + (20 - 17) * ((100vw - 375px) / (1920 - 375))); } }
    @media (max-width: 1024px) {
      .worth__tab-content:nth-child(2) {
        border-radius: calc(16px + (30 - 16) * ((100vw - 375px) / (1920 - 375))); } }
    @media (max-width: 375px) {
      .worth__tab-content:nth-child(2) {
        margin-right: 17px; } }
  @media (max-width: 1024px) {
    .worth__tab-content.js-active {
      display: block; } }

.worth__tab-name {
  margin: 0;
  padding: 0;
  font-size: calc( 64px + 64 * ((100vw - 375px) / 1545));
  line-height: 1;
  font-weight: 700;
  font-family: "DIN Pro Condensed", sans-serif;
  position: absolute;
  top: 25px;
  right: 50px;
  text-transform: uppercase;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.21) 0%, rgba(255, 255, 255, 0.0588) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent; }
  @media screen and (max-width: 375px) {
    .worth__tab-name {
      font-size: 64px; } }
  @media screen and (min-width: 1920px) {
    .worth__tab-name {
      font-size: 128px; } }
  @media (max-width: 1024px) {
    .worth__tab-name {
      top: 20px;
      right: auto;
      left: 25px; } }
  .worth__tab-content:nth-child(2) .worth__tab-name {
    left: 50px;
    right: auto;
    background: radial-gradient(50% 50% at 50% 50%, rgba(188, 188, 188, 0.21) 0%, rgba(222, 222, 222, 0.17) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent; }
    @media (max-width: 1024px) {
      .worth__tab-content:nth-child(2) .worth__tab-name {
        left: auto;
        right: 25px; } }

.worth__img {
  flex-shrink: 0;
  width: 40%;
  align-self: center;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -o-crisp-edges;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges; }
  @media (max-width: 1024px) {
    .worth__img {
      align-self: start;
      float: left;
      max-width: 180px;
      margin-top: -100px;
      image-rendering: auto; } }
  .worth__tab-content:nth-child(1) .worth__img {
    order: 1; }
    @media (max-width: 1024px) {
      .worth__tab-content:nth-child(1) .worth__img {
        float: right; } }

.worth__list {
  margin: 0;
  padding: 0;
  list-style: none;
  flex-grow: 1;
  margin-left: 70px;
  margin-right: -80px; }
  @media (max-width: 1919px) {
    .worth__list {
      margin-left: calc(30px + (70 - 30) * ((100vw - 375px) / (1920 - 375)));
      margin-right: calc(20px + (-80 - 20) * ((100vw - 375px) / (1920 - 375))); } }
  @media (max-width: 1024px) {
    .worth__list {
      margin-right: 20px; } }
  @media (max-width: 375px) {
    .worth__list {
      margin-left: 30px; } }
  .worth__tab-content:nth-child(2) .worth__list {
    margin-right: 70px;
    margin-left: -80px; }
    @media (max-width: 1919px) {
      .worth__tab-content:nth-child(2) .worth__list {
        margin-right: calc(30px + (70 - 30) * ((100vw - 375px) / (1920 - 375)));
        margin-left: calc(20px + (-80 - 20) * ((100vw - 375px) / (1920 - 375))); } }
    @media (max-width: 1024px) {
      .worth__tab-content:nth-child(2) .worth__list {
        margin-left: 20px; } }
    @media (max-width: 375px) {
      .worth__tab-content:nth-child(2) .worth__list {
        margin-right: 30px; } }

.worth__item {
  display: flex;
  flex-direction: column;
  gap: 5px; }
  .worth__item:not(:last-child) {
    margin-bottom: 35px; }
    @media (max-width: 1919px) {
      .worth__item:not(:last-child) {
        margin-bottom: calc(25px + (35 - 25) * ((100vw - 375px) / (1920 - 375))); } }
    @media (max-width: 375px) {
      .worth__item:not(:last-child) {
        margin-bottom: 25px; } }
  .worth__item::before {
    content: "";
    position: absolute;
    width: 53px;
    aspect-ratio: 1;
    left: -25px;
    margin-top: -15px;
    background: url("../img/icon-plus.svg") 50% 50%/contain no-repeat; }
    @media (max-width: 1919px) {
      .worth__item::before {
        width: calc(45px + (53 - 45) * ((100vw - 375px) / (1920 - 375)));
        left: calc(-22px + (-25 - -22) * ((100vw - 375px) / (1920 - 375)));
        margin-top: calc(-5px + (-15 - -5) * ((100vw - 375px) / (1920 - 375))); } }
    @media (max-width: 375px) {
      .worth__item::before {
        width: 45px;
        left: -22px;
        margin-top: -5px; } }
  .worth__tab-content:nth-child(2) .worth__item {
    align-items: flex-end;
    text-align: right; }
  .worth__tab-content:nth-child(2) .worth__item::before {
    right: -25px;
    left: auto;
    background: url("../img/icon-minus.svg") 50% 50%/contain no-repeat; }

.worth__item-title {
  font-size: calc( 14px + 4 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  text-transform: uppercase;
  color: #FFFFFF; }
  @media screen and (max-width: 375px) {
    .worth__item-title {
      font-size: 14px; } }
  @media screen and (min-width: 1920px) {
    .worth__item-title {
      font-size: 18px; } }
  .worth__tab-content:nth-child(2) .worth__item-title {
    color: #444444; }

.worth__item-text {
  font-size: calc( 13px + 3 * ((100vw - 375px) / 1545));
  line-height: 1.2;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  color: rgba(255, 255, 255, 0.7); }
  @media screen and (max-width: 375px) {
    .worth__item-text {
      font-size: 13px; } }
  @media screen and (min-width: 1920px) {
    .worth__item-text {
      font-size: 16px; } }
  .worth__tab-content:nth-child(2) .worth__item-text {
    color: rgba(68, 68, 68, 0.6); }

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