@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}
/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}
/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}
dd {
  margin-left: 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 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
/**
 * 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: inherit; /* 2 */
}
address {
  font-style: inherit;
}
/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  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: inherit; /* 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;
}
/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}
/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}
/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}
/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}
select:disabled {
  opacity: inherit;
}
/**
 * Remove padding
 */
option {
  padding: 0;
}
/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
legend {
  padding: 0;
}
/**
 * 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;
}
/**
 * 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;
}
/**
 * Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px; /* 1 */
}
/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield;
}
/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}
/* 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;
}
/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}
/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: bold;
}
@layer utilities {
  .text-body {
    font-family: var(--font-wix-madefor-display);
    font-weight: 400;
    font-size: 1rem;
  }
  .text-body.s-large {
    font-size: 1.125rem;
  }
  .text-body.s-medium {
    font-size: 1rem;
  }
  .text-body.s-small {
    font-size: 0.875rem;
  }
  .text-body.s-caption {
    font-size: 0.75rem;
  }
  .text-uppercase {
    font-family: var(--font-bounded);
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
  }
  .text-uppercase.s-large {
    font-size: 1.5rem;
  }
  .text-uppercase.s-small {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.96px;
  }
  .text-link {
    font-family: var(--font-bounded);
    font-weight: 500;
  }
  .text-link.s-medium {
    font-size: 1.125rem;
  }
  .text-link.s-small {
    font-size: 0.75rem;
  }
  @media screen and (max-width: 768px) {
    .text-body.s-large {
      font-size: 1rem;
    }
    .text-body.s-medium {
      font-size: 0.938rem;
    }
    .text-body.s-small {
      font-size: 0.813rem;
    }
    .text-body.s-caption {
      font-size: 0.75rem;
    }
    .text-uppercase.s-large {
      font-size: 1.125rem;
    }
    .text-uppercase.s-small {
      font-size: 0.75rem;
    }
    .text-link.s-medium {
      font-size: 0.813rem;
    }
    .text-link.s-small {
      font-size: 0.75rem;
    }
  }
  .w-regular {
    font-weight: 400;
  }
  .w-semibold {
    font-weight: 600;
  }
  .heading-h1 {
    font-family: var(--font-bounded);
    line-height: 1.2;
    font-size: 3.5rem;
  }
  .heading-h2 {
    font-family: var(--font-bounded);
    line-height: 1.2;
    font-size: 2.625rem;
  }
  .heading-h3 {
    font-family: var(--font-bounded);
    line-height: 1.2;
    font-size: 2rem;
  }
  .heading-h4 {
    font-family: var(--font-bounded);
    line-height: 1.2;
    font-size: 1.5rem;
  }
  .heading-h5 {
    font-family: var(--font-bounded);
    line-height: 1.2;
    font-size: 1.25rem;
  }
  .heading-h6 {
    font-family: var(--font-bounded);
    line-height: 1.2;
    font-size: 1rem;
  }
  @media screen and (max-width: 768px) {
    .heading-h1 {
      font-family: var(--font-bounded);
      line-height: 1.2;
      font-size: 2.125rem;
    }
    .heading-h2 {
      font-family: var(--font-bounded);
      line-height: 1.2;
      font-size: 1.75rem;
    }
    .heading-h3 {
      font-family: var(--font-bounded);
      line-height: 1.2;
      font-size: 1.5rem;
    }
    .heading-h4 {
      font-family: var(--font-bounded);
      line-height: 1.2;
      font-size: 1.25rem;
    }
    .heading-h5 {
      font-family: var(--font-bounded);
      line-height: 1.2;
      font-size: 1.125rem;
    }
    .heading-h6 {
      font-family: var(--font-bounded);
      line-height: 1.2;
      font-size: 1rem;
    }
  }
  .opacity-25 {
    opacity: 0.25;
  }
  .opacity-50 {
    opacity: 0.5;
  }
  .opacity-75 {
    opacity: 0.75;
  }
  .opacity-80 {
    opacity: 0.8;
  }
  .align-left {
    text-align: left;
  }
  .align-center {
    text-align: center;
  }
  .align-right {
    text-align: right;
  }
  .base-card {
    padding: 24px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    background: var(--color-white);
    box-shadow: var(--shadow-light);
  }
  .base-card__number {
    font-family: var(--font-bounded);
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.96px;
    opacity: 0.3;
  }
  .base-card__title {
    font-family: var(--font-bounded);
    line-height: 1.2;
    font-size: 1rem;
  }
  @media screen and (max-width: 768px) {
    .base-card__title {
      font-size: 1rem;
    }
  }
  .base-card__text {
    font-family: var(--font-wix-madefor-display);
    font-weight: 400;
    font-size: 1rem;
    font-size: 1.125rem;
  }
  @media screen and (max-width: 768px) {
    .base-card__text {
      font-size: 1rem;
    }
  }
  .base-card__text {
    opacity: 0.8;
    color: var(--color-main);
  }
}
.button {
  padding: 16px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  box-shadow: inset 0 0 0 1px var(--color-indigo-krayola-500);
  background: var(--color-indigo-krayola-400);
  color: var(--color-white);
  font-family: var(--font-bounded);
  font-size: 0.813rem;
  font-weight: 400;
  transition: 0.3s ease;
  border-radius: 200px;
  will-change: background-color, color;
}
.button svg {
  color: inherit;
  transition: 0.3s ease;
}
@media screen and (pointer: fine) {
  .button:hover {
    background: var(--color-indigo-krayola-500);
  }
}
.button--green {
  box-shadow: inset 0 0 0 1px var(--color-krayola-500);
  background: var(--color-krayola-400);
  color: var(--color-prussblue-400);
}
@media screen and (pointer: fine) {
  .button--green:hover {
    background: var(--color-krayola-500);
  }
}
.button--secondary {
  box-shadow: none;
  background-color: var(--color-light-blue-400);
  color: var(--color-indigo-krayola-400);
}
@media screen and (pointer: fine) {
  .button--secondary:hover {
    background: var(--color-light-blue-450);
  }
}
.button--stroke {
  box-shadow: inset 0 0 0 1px var(--color-indigo-krayola-500);
  background: transparent;
  color: var(--color-indigo-krayola-400);
}
@media screen and (pointer: fine) {
  .button--stroke:hover {
    background: var(--color-indigo-krayola-500);
    color: var(--color-white);
  }
}
.button--more {
  box-shadow: none;
  padding: 24px;
  color: var(--indigo-krayola-400, #5b77f4);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.96px;
  border-radius: 12px;
  background: #eceef8;
  text-transform: uppercase;
  width: 100%;
}
@media screen and (pointer: fine) {
  .button--more:hover {
    background: #daddf1;
  }
}
.button--extra {
  border-radius: 12px;
  padding: 12px 20px;
  gap: 12px;
}
.button--extra svg {
  width: 20px;
  height: 20px;
}
.button.is-hidden {
  display: none !important;
}
.faq {
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-radius: 12px;
  background: #fff;
  transition: 0.3s ease;
}
.faq__header {
  display: flex;
  gap: 10px;
  align-items: center;
  transition: 0.3s ease;
  border-bottom: 0px solid rgba(17, 17, 17, 0.1);
}
.faq__title {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .faq__title {
    font-size: 1rem;
  }
}
.faq__title {
  font-size: 20px;
  transition: 0.3s ease;
  color: var(--color-main);
}
.faq__column {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.faq__chevron {
  margin-left: auto;
  transition: 0.3s ease;
  opacity: 0.5;
  width: 20px;
  height: 20px;
  min-width: 20px;
}
@media screen and (max-width: 768px) {
  .faq__chevron {
    margin-bottom: auto;
  }
}
.faq__icon-container {
  padding: 12px;
  margin: -11px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid rgba(46, 52, 65, 0.05);
  transition: 0.3s ease;
}
.faq__icon {
  transition: 0.3s ease;
  opacity: 0.8;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  color: #585c67;
}
.faq__inner {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.3s ease;
}
.faq__content {
  display: flex;
  flex-direction: column;
  padding: 0px 30px;
  gap: 10px;
  overflow: hidden;
  height: auto;
  min-height: 100%;
  transition: 0.3s ease;
}
.faq__text {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .faq__text {
    font-size: 0.938rem;
  }
}
.faq__text {
  font-size: 18px;
  color: var(--color-main);
  opacity: 0.8;
}
.faq__group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.faq__group + .faq__group {
  margin-top: 10px;
}
.faq__group-title {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .faq__group-title {
    font-size: 0.938rem;
  }
}
.faq__group-title {
  font-weight: 600 !important;
}
.faq.active {
  background: #f8f8fc;
  padding-bottom: 20px;
}
.faq.active .faq__chevron {
  transform: rotate(180deg);
  opacity: 1;
}
.faq.active .faq__icon-container {
  border-color: transparent;
  background: rgba(91, 119, 244, 0.0509803922);
}
.faq.active .faq__icon {
  color: var(--color-indigo-krayola-400);
}
.faq.active .faq__title {
  color: var(--color-indigo-krayola-400);
}
.faq.active .faq__inner {
  grid-template-rows: 1fr;
  margin-top: 20px;
}
.faq.active .faq__content {
  min-height: 100%;
}
.faq--secondary .faq__content {
  padding-left: 0;
  padding-right: 0;
}
.faq--secondary.active .faq__header {
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}
@media screen and (max-width: 768px) {
  .faq__icon-container {
    display: none;
  }
}
.tabs {
  display: flex;
  gap: 8px;
  overflow: auto;
  flex-wrap: wrap;
}
.tabs--center {
  align-items: center;
  justify-content: center;
}
.tabs--secondary {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.tabs::-webkit-scrollbar {
  background: rgba(5, 19, 62, 0.0588235294);
  width: 2px;
  height: 2px;
  border-radius: 2px;
}
.tabs::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: var(--color-indigo-krayola-400);
}
@media screen and (max-width: 768px) {
  .tabs {
    padding-bottom: 12px;
    flex-wrap: nowrap;
  }
}
.tab {
  font-family: var(--font-bounded);
  font-weight: 500;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .tab {
    font-size: 0.813rem;
  }
}
.tab {
  padding: 12px 24px;
  border-radius: 12px;
  transition: 0.3s ease;
  white-space: nowrap;
  min-width: auto;
}
.tab.active {
  background: var(--color-krayola-400);
}
.tab--secondary {
  font-family: var(--font-bounded);
  font-weight: 500;
  font-size: 0.75rem;
  background: var(--color-light-blue-300);
  padding: 15px 20px;
}
.tab--secondary.active {
  background: #f4f3fa;
  color: var(--color-indigo-krayola-400);
}
*[data-tab-container]:not(:is(.active, .tab-not-important)) {
  display: none !important;
}
*[data-tab-container]:not(.active).tab-not-important {
  display: none;
}
.input {
  font-family: var(--font-bounded);
  font-size: 12px;
  font-weight: 400;
  padding: 16px 24px;
  border-radius: 111px;
  transition: 0.3s ease;
  box-shadow: inset 0 0 0 1px rgba(46, 52, 65, 0.1);
}
.input::placeholder {
  opacity: 0.3;
}
.input:focus {
  box-shadow: inset 0 0 0 2px var(--color-indigo-krayola-400);
}
.input.selected {
  box-shadow: inset 0 0 0 2px rgba(46, 52, 65, 0.3);
}
.dropdown {
  position: relative;
  z-index: 4;
}
.dropdown__input {
  position: absolute;
  top: 0;
  left: 0;
}
.dropdown__header {
  display: flex;
  gap: 8px;
  align-items: center;
  border-radius: 12px;
  justify-content: space-between;
  width: 100%;
  padding: 12px 24px;
  background: var(--color-white);
  transition: 0.3s ease;
}
.dropdown__header svg {
  transition: 0.3s ease;
  width: 20px;
  height: 20px;
  color: inherit;
}
@media screen and (pointer: fine) {
  .dropdown__header:hover {
    box-shadow: var(--shadow-light);
  }
  .dropdown__header:hover .dropdown__value {
    color: var(--color-indigo-krayola-400);
  }
}
.dropdown__value {
  font-family: var(--font-bounded);
  font-weight: 500;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .dropdown__value {
    font-size: 0.813rem;
  }
}
.dropdown__value {
  transition: 0.3s ease;
  white-space: nowrap;
}
.dropdown__list {
  border-radius: 12px;
  background: var(--color-white, #fff);
  box-shadow: var(--shadow-light);
  top: calc(100% + 4px);
  display: flex;
  flex-direction: column;
  min-width: 280px;
  left: 0;
  padding: 16px;
  transition: 0.3s ease;
  position: absolute;
  max-height: 305px;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
}
.dropdown__option {
  font-family: var(--font-bounded);
  font-weight: 500;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .dropdown__option {
    font-size: 0.813rem;
  }
}
.dropdown__option {
  transition: background 0.3s ease;
  border-radius: 16px;
  padding: 12px;
  width: 100%;
}
@media screen and (pointer: fine) {
  .dropdown__option:hover {
    background: #f8f8fc;
  }
}
.dropdown--secondary .dropdown__header {
  background: transparent;
  box-shadow: none;
}
@media screen and (pointer: fine) {
  .dropdown--secondary .dropdown__header:hover {
    background: var(--color-light-blue-450);
  }
}
.dropdown--third .dropdown__header {
  background: var(--color-light-blue-400);
  box-shadow: none;
}
@media screen and (pointer: fine) {
  .dropdown--third .dropdown__header:hover {
    background: var(--color-light-blue-450);
  }
}
.dropdown--input .dropdown__header {
  font-family: var(--font-bounded);
  font-weight: 400;
  padding: 16px 24px;
  border-radius: 111px;
  transition: 0.3s ease;
  box-shadow: inset 0 0 0 1px rgba(46, 52, 65, 0.1);
}
.dropdown--input .dropdown__value, .dropdown--input .dropdown__option {
  font-size: 12px;
  font-weight: 400;
}
.dropdown.active {
  z-index: 100;
}
.dropdown.active .dropdown__list {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
.dropdown.active .dropdown__value {
  color: var(--color-indigo-krayola-400);
}
.dropdown.active .dropdown__header svg {
  transform: rotate(180deg);
}
.dropdown.disabled {
  pointer-events: none;
}
.dropdown.disabled .dropdown__header {
  background: rgba(255, 255, 255, 0.5019607843);
}
.dropdown.disabled .dropdown__header svg {
  opacity: 0.2;
}
.dropdown.disabled .dropdown__value {
  opacity: 0.2;
}
.search {
  font-family: var(--font-bounded);
  font-size: 16px;
  font-weight: 400;
  padding: 20px 24px;
  border-radius: 12px;
  transition: 0.3s ease;
  display: flex;
  gap: 12px;
  width: 100%;
  letter-spacing: -0.64px;
  background: var(--color-white);
}
.search__icon {
  width: 20px;
  height: 20px;
}
.search__input {
  font-size: inherit;
  font-family: inherit;
  width: 100%;
  font-weight: inherit;
  letter-spacing: inherit;
  color: inherit;
}
.search__input::placeholder {
  opacity: 0.3;
}
.search:focus-within {
  box-shadow: inset 0 0 0 2px var(--color-indigo-krayola-400);
}
.search.selected {
  box-shadow: inset 0 0 0 2px rgba(46, 52, 65, 0.3);
}
.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 16px;
}
.breadcrumbs__link {
  font-family: var(--font-bounded);
  font-weight: 500;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .breadcrumbs__link {
    font-size: 0.813rem;
  }
}
.breadcrumbs__link {
  display: flex;
  gap: 16px;
  white-space: nowrap;
  align-items: center;
}
.breadcrumbs__link:not(:last-child) {
  opacity: 0.3;
}
.breadcrumbs__link:not(:last-child)::after {
  content: "";
  width: 24px;
  height: 1px;
  background: var(--color-prussblue-400);
}
.breadcrumbs-container {
  padding: 24px 0px;
  overflow: auto;
}
.modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  padding: 32px 12px;
  background: rgba(5, 19, 62, 0.7019607843);
  opacity: 0;
  pointer-events: none;
  z-index: 100;
  display: flex;
  transition: 0.3s ease;
}
.modal-wrapper.active {
  opacity: 1;
  pointer-events: all;
}
.modal {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 32px 40px;
  background: var(--color-white);
  border-radius: 24px;
  animation: fadeSlideUp 0.3s ease;
}
.modal:not(.active) {
  display: none !important;
}
.modal__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.modal__title {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .modal__title {
    font-size: 1.125rem;
  }
}
.modal__close {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal__close-icon {
  width: 32px;
  height: 32px;
}
.modal__column {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media screen and (max-width: 768px) {
  .modal {
    padding: 16px;
  }
}
@keyframes fadeSlideUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.modal-detail__row {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.modal-detail__image {
  flex: 1 1 0;
}
.modal-detail__title {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .modal-detail__title {
    font-size: 1.125rem;
  }
}
.modal-detail__text {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .modal-detail__text {
    font-size: 0.938rem;
  }
}
.modal-detail__text {
  font-weight: 400 !important;
  opacity: 0.8;
}
.datepicker {
  position: relative;
  z-index: 4;
}
.datepicker__header {
  display: flex;
  gap: 8px;
  align-items: center;
  border-radius: 12px;
  justify-content: space-between;
  width: 100%;
  padding: 12px 24px;
  background: var(--color-white);
  transition: 0.3s ease;
}
.datepicker__header svg {
  transition: 0.3s ease;
  width: 20px;
  height: 20px;
  color: inherit;
}
@media screen and (pointer: fine) {
  .datepicker__header:hover {
    box-shadow: var(--shadow-light);
  }
  .datepicker__header:hover .datepicker__value {
    color: var(--color-indigo-krayola-400);
  }
}
.datepicker__value {
  font-family: var(--font-bounded);
  font-weight: 500;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .datepicker__value {
    font-size: 0.813rem;
  }
}
.datepicker__value {
  transition: 0.3s ease;
}
.datepicker--secondary .datepicker__header {
  background: transparent;
  box-shadow: none;
}
@media screen and (pointer: fine) {
  .datepicker--secondary .datepicker__header:hover {
    background: var(--color-light-blue-450);
  }
}
.datepicker--third .datepicker__header {
  background: var(--color-light-blue-400);
  box-shadow: none;
}
@media screen and (pointer: fine) {
  .datepicker--third .datepicker__header:hover {
    background: var(--color-light-blue-450);
  }
}
.datepicker.active {
  z-index: 100;
}
.datepicker.active .datepicker__list {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
.datepicker.active .datepicker__value {
  color: var(--color-indigo-krayola-400);
}
.datepicker.active .datepicker__header svg {
  transform: rotate(180deg);
}
.datepicker.disabled {
  pointer-events: none;
}
.datepicker.disabled .datepicker__header {
  background: rgba(255, 255, 255, 0.5019607843);
}
.datepicker.disabled .datepicker__header svg {
  opacity: 0.2;
}
.datepicker.disabled .datepicker__value {
  opacity: 0.2;
}
.radios {
  display: flex;
  gap: 16px;
  align-items: center;
}
.radio {
  --border-color: #b4b9c6;
  display: flex;
  position: relative;
  align-items: center;
  cursor: pointer;
}
.radio__box {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.radio__box-check {
  width: 20px;
  height: 20px;
  transition: 0.3s ease;
  background: transparent;
  border-radius: 50%;
  box-shadow: inset 0 0 0 3px var(--border-color);
}
.radio__input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
}
.radio__input:checked + .radio__box > .radio__box-check {
  background: var(--color-krayola-400);
  --border-color: var(--color-indigo-krayola-400);
}
.radio__text {
  font-family: var(--font-bounded);
  font-weight: 500;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .radio__text {
    font-size: 0.813rem;
  }
}
@font-face {
  font-family: "Bounded";
  src: url('/assets/fonts/Bounded-ExtraLight.ttf') format('truetype');
  font-style: normal;
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Bounded";
  src: url('/assets/fonts/Bounded-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Bounded";
  src: url('/assets/fonts/Bounded-Black.ttf') format('truetype');
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "BoundedVariable";
  src: url('/assets/fonts/Bounded-Variable.ttf') format('truetype');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: "WixMadeforDisplay";
  src: url('/assets/fonts/WixMadeforDisplay-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "WixMadeforDisplay";
  src: url('/assets/fonts/WixMadeforDisplay-Medium.ttf') format('truetype');
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "WixMadeforDisplay";
  src: url('/assets/fonts/WixMadeforDisplay-SemiBold.ttf') format('truetype');
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "WixMadeforDisplay";
  src: url('/assets/fonts/WixMadeforDisplay-Bold.ttf') format('truetype');
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "WixMadeforDisplay";
  src: url('/assets/fonts/WixMadeforDisplay-ExtraBold.ttf') format('truetype');
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}
:root {
  --font-wix-madefor-display: "Wix Madefor Display", sans-serif;
  --font-bounded: "Bounded", sans-serif;
  --font-bounded-variable: "BoundedVariable", sans-serif;
  --color-white: #ffffff;
  --color-main: #2e3441;
  --color-krayola-400: #ebfec2;
  --color-krayola-500: #dcf4a8;
  --color-prussblue-400: #05133e;
  --color-prussblue-400-50: #05133e80;
  --color-indigo-krayola-400: #5b77f4;
  --color-indigo-krayola-400-80: #5b77f4cc;
  --color-indigo-krayola-500: #4363f1;
  --color-indigo-krayola-600: #2042da;
  --color-light-blue-300: #fafafd;
  --color-light-blue-400: #f4f5fb;
  --color-light-blue-450: #e9ebf6;
  --color-light-blue-600: #d5d8e8;
  --shadow-light: 0 8px 8px 0 rgba(40, 37, 57, 0.03);
}
body {
  font-family: var(--font-wix-madefor-display), sans-serif;
  color: var(--color-prussblue-400);
}
body :where(button, input, textarea, select) {
  font: inherit;
  color: inherit;
}
.shadow-light {
  box-shadow: 0 8px 8px 0 rgba(40, 37, 57, 0.03);
}
.container {
  max-width: 1648px;
  margin: 0 auto;
  width: 100%;
  padding: 0px 24px;
}
.section__header {
  max-width: 1000px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0 auto;
}
.section__header + * {
  margin-top: 40px;
}
.modal-wrapper + .section, .section + .section {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .modal-wrapper + .section, .section + .section {
    margin-top: 60px;
  }
  .section__header + * {
    margin-top: 40px;
  }
}
/* stylelint-disable */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-size: 100%;
  scroll-behavior: smooth;
}
body {
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%;
  min-width: unset;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}
.container {
  max-width: 1648px;
  width: 100%;
  padding: 0px 24px;
  margin: 0 auto;
}
.container--small {
  max-width: 1048px;
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0px 12px;
  }
}
.icon:not(:has([href="#icon-logo"])) {
  --width: 24px;
  --height: 24px;
  width: var(--width);
  height: var(--height);
  min-width: var(--width);
  min-height: var(--height);
  max-width: var(--width);
  max-height: var(--height);
}
.icon:not(:has([href="#icon-logo"])) use {
  color: inherit;
}
#svg-sprite {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
}
.section--dark {
  padding-inline: 16px;
}
.section__wrapper {
  width: 100%;
  padding: 100px 0px;
  border-radius: 12px;
  background: #e5e8f5;
}
.section__subtitle--big {
  font-family: var(--font-bounded);
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .section__subtitle--big {
    font-size: 1.125rem;
  }
}
.section__subtitle--big {
  text-align: center;
  width: 100%;
  padding: 20px;
  color: var(--color-indigo-krayola-600);
  border-radius: 20px;
  background: rgba(91, 119, 244, 0.1);
}
.section__subtitle--tag {
  font-family: var(--font-bounded);
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.96px;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 6px 12px;
  background: var(--color-krayola-500);
  border-radius: 8px;
  color: var(--color-main);
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.section__subtitle-icon {
  width: 20px;
  height: 20px;
}
.section__suptitle {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .section__suptitle {
    font-size: 1.125rem;
  }
}
.section__suptitle {
  text-align: center;
}
.section__suptitle--tag {
  padding: 6px 12px;
  border-radius: 8px;
  background: rgba(91, 119, 244, 0.1);
  margin: 0 auto;
  font-family: var(--font-bounded);
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.96px;
  text-align: center;
  color: var(--color-indigo-krayola-600);
  display: flex;
  align-items: center;
  gap: 10px;
}
.section__suptitle--tag svg {
  min-width: 20px;
}
.section__suptitle--tag-green {
  background: var(--color-krayola-500);
  color: var(--color-indigo-krayola-600);
}
@media screen and (max-width: 768px) {
  .section--dark {
    padding-inline: 0px;
  }
  .section__wrapper {
    padding: 40px 0px;
    border-radius: 0;
  }
}
symbol {
  color: inherit;
}
.main {
  max-width: 100vw;
  overflow-x: clip;
}
@media screen and (max-width: 768px) {
  .main {
    padding-top: 64px;
  }
}
.base-hero__wrapper {
  background: var(--color-light-blue-450);
  border-radius: 12px;
  padding: 108px 80px;
  display: flex;
  gap: 40px;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
}
.base-hero__wrapper > *:not(.base-hero__image) {
  z-index: 1;
  position: relative;
}
.base-hero__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1 1 0;
  max-width: 700px;
}
.base-hero__title {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  .base-hero__title {
    font-size: 2.125rem;
  }
}
.base-hero__text {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .base-hero__text {
    font-size: 1rem;
  }
}
.base-hero__buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.base-hero__image {
  height: 100%;
  top: 0;
  left: 60%;
  width: 100%;
  position: absolute;
  object-fit: contain;
  object-position: bottom;
  max-width: 780px;
}
.base-hero__image--center {
  object-position: center;
}
.base-hero__image--top {
  object-position: top;
}
.base-hero__image--bottom {
  object-position: bottom;
}
.base-hero__tags {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
.base-hero__tag {
  font-family: var(--font-bounded);
  font-weight: 500;
  font-size: 0.75rem;
  background: var(--color-white);
  padding: 8px 20px 8px 12px;
  border-radius: 12px;
  color: rgba(46, 52, 65, 0.8);
}
.base-hero--news .base-hero__tag {
  font-family: var(--font-bounded);
  font-weight: 500;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .base-hero--news .base-hero__tag {
    font-size: 0.813rem;
  }
}
.base-hero--news .base-hero__tag {
  color: var(--color-prussblue-400);
  padding: 12px 24px;
  border-radius: 12px;
  background: var(--krayola-400, #ebfec2);
}
.base-hero--news .base-hero__tag--date {
  background: var(--bg, #f4f3fa);
}
.base-hero--news .base-hero__tags {
  margin-top: auto;
}
.base-hero--news .base-hero__wrapper {
  padding: 24px;
  background-size: cover;
  background-position: center;
  min-height: 600px;
}
@media screen and (max-width: 1024px) {
  .base-hero__image {
    right: -100px;
  }
  .base-hero__wrapper {
    padding: 24px 12px;
  }
}
@media screen and (max-width: 768px) {
  .base-hero__wrapper {
    padding-bottom: 340px;
  }
  .base-hero__image {
    max-height: 300px;
    width: 100%;
    top: auto;
    left: 0;
    bottom: 0;
    object-fit: cover;
    object-position: top center;
  }
}
.block-select {
  display: flex;
  flex-direction: column;
  background: var(--color-white);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 24px;
  box-shadow: var(--shadow-light);
  flex: 1 1 0;
  position: relative;
}
.block-select__input {
  position: absolute;
  top: 0;
  left: 0;
}
.block-select__title {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .block-select__title {
    font-size: 1.125rem;
  }
}
.block-select__title {
  padding-left: 12px;
}
.block-select__option {
  font-family: var(--font-bounded);
  font-weight: 500;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .block-select__option {
    font-size: 0.813rem;
  }
}
.block-select__option {
  padding: 12px;
  border-radius: 16px;
  cursor: pointer;
  transition: 0.3s ease;
}
.block-select__option:hover {
  background: var(--color-krayola-400);
  box-shadow: inset 0 0 0 1px var(--color-krayola-500);
}
.block-select__option.active {
  color: var(--color-white);
  background: var(--color-indigo-krayola-400);
  box-shadow: inset 0 0 0 0px var(--color-indigo-krayola-500);
}
.block-select__list {
  display: flex;
  flex-direction: column;
  margin-right: 8px;
  padding-right: 8px;
  overflow: auto;
  max-height: 555px;
}
.block-select__list::-webkit-scrollbar {
  background: rgba(5, 19, 62, 0.0588235294);
  width: 2px;
  border-radius: 2px;
}
.block-select__list::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: var(--color-indigo-krayola-400);
}
.card {
  display: flex !important;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  border-radius: 24px;
  overflow: hidden;
  background: var(--color-white, #fff);
  box-shadow: var(--shadow-light);
}
.card__img {
  max-height: 262px;
  width: 100%;
  object-fit: cover;
}
.card__group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.card__row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.card__row-title {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .card__row-title {
    font-size: 0.938rem;
  }
}
.card__row-title {
  font-weight: 600 !important;
  min-width: 180px;
  flex: 1 1 min(180px, 100%);
  max-width: 180px;
}
.card__title--main {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .card__title--main {
    font-size: 1.125rem;
  }
}
.card__title--main {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.card__title:not(.card__title--main) {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .card__title:not(.card__title--main) {
    font-size: 1rem;
  }
}
.card__text {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .card__text {
    font-size: 0.938rem;
  }
}
.card__text {
  opacity: 0.8;
  flex: 1 1 min(200px, 100%);
}
.card__inner {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.card--secondary {
  display: flex;
  flex-direction: column;
  padding: 0px;
  gap: 0px;
}
.card--flex {
  flex: 1 1 min(400px, 100%);
}
.card:not(.swiper-slide) {
  flex: 1 1 min(400px, 100%);
}
@media screen and (max-width: 768px) {
  .card:not(:has(> .card__inner)) {
    padding: 16px;
  }
  .card__inner {
    padding: 16px;
  }
}
.header {
  background: var(--color-light-blue-450);
  width: 100%;
  padding: 16px 0px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.header__logo-symbol {
  display: none;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__container--navigation {
  align-items: center;
  justify-content: center;
}
.header__logo {
  display: flex;
}
.header__logo img {
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .header__container {
    gap: 128px;
  }
}
@media screen and (min-width: 769px) {
  .header--main {
    position: fixed;
    background: rgba(255, 255, 255, 0.9411764706);
    top: 0;
    left: 0;
    z-index: 9999;
  }
}
@media screen and (max-width: 1024px) {
  .header__container--navigation {
    position: fixed;
    width: 100vw;
    overflow: auto;
    max-height: 100vh;
    top: 0;
    transform: translateY(20%);
    opacity: 0;
    pointer-events: none;
    left: 0;
    z-index: 6;
    height: 100vh;
    background: var(--color-white);
    display: flex;
    flex-direction: column;
    padding-bottom: 60px;
    padding-top: 80px;
    justify-content: flex-start;
    transition: 0.3s ease;
  }
  .header__container--navigation.active {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
  }
  .header__logo-symbol {
    position: absolute;
    top: 16px;
    display: block;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .header {
    position: fixed !important;
    z-index: 5;
    padding: 12px 0px;
    max-width: 100vw;
    width: 100%;
    top: 0;
  }
  .header__logo {
    height: 32px;
  }
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex: 1 1 0;
  justify-content: flex-end;
}
.header-actions__controls {
  display: flex;
  align-items: center;
  flex: 1 1 0;
  justify-content: flex-end;
  gap: 4px;
}
.header-actions__buttons {
  display: flex;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .header-actions__buttons {
    display: none;
  }
}
.header-control {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-white);
  border-radius: 50%;
  aspect-ratio: 1/1;
  cursor: pointer;
}
@media screen and (max-width: 1025px) {
  .header-control--search {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .header-control--profile {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header-control--search {
    display: none;
  }
}
.nav {
  display: flex;
  border-radius: 64px;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(12px);
  position: relative;
  padding: 4px;
  z-index: 2;
}
.nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  font-family: var(--font-wix-madefor-display);
  gap: 4px;
  border-radius: 24px;
  transition: 0.3s ease;
  will-change: background-color;
}
.nav__link span {
  font: inherit;
}
.nav__link a {
  font: inherit;
}
.nav__link svg {
  width: 20px;
  height: 20px;
  transition: 0.3s ease;
  min-width: 20px;
}
.nav__link.active {
  background: var(--color-white);
}
.nav__link.active svg {
  transform: rotate(180deg);
}
@media screen and (max-width: 1200px) {
  .nav__link {
    padding: 8px 12px;
  }
}
@media screen and (max-width: 1024px) {
  .nav {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background: none;
    margin-right: auto;
    backdrop-filter: none;
  }
  .nav__link {
    padding: 16px 24px;
  }
}
.header-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  gap: 4px;
  max-width: 100vw;
  width: 100%;
  z-index: 7;
  padding: 20px 29px;
}
@media screen and (min-width: 1025px) {
  .header-mobile {
    display: none;
  }
  .header-mobile__control--burger {
    display: none;
  }
}
.header-mobile__button {
  flex: 1 1 0;
}
.header-mobile__control {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 200px;
  box-shadow: inset 0 0 0 1px #f4f3fa, var(--shadow-light);
  background: var(--color-white);
}
.header-mobile__control--burger {
  margin-left: auto;
}
.header-mobile__control--burger.active .header-mobile__control-burger span:nth-child(1) {
  transform-origin: center center;
  transform: translateY(6px) rotate(45deg);
}
.header-mobile__control--burger.active .header-mobile__control-burger span:nth-child(2) {
  opacity: 0;
}
.header-mobile__control--burger.active .header-mobile__control-burger span:nth-child(3) {
  transform-origin: center center;
  transform: translateY(-6px) rotate(-45deg);
}
.header-mobile__control-burger {
  display: flex;
  flex-direction: column;
  width: 20px;
  height: 20px;
  gap: 4px;
  align-items: center;
  justify-content: center;
}
.header-mobile__control-burger span {
  width: 100%;
  height: 2px;
  transition: 0.3s ease;
  background: var(--color-indigo-krayola-400);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .header-mobile__button {
    display: none;
  }
}
.header-mobile-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  max-height: var(--app-height, 100dvh);
  z-index: 8;
  background: rgba(5, 19, 62, 0.7019607843);
  overflow: hidden;
  display: flex;
  padding: 20px 12px;
  pointer-events: none;
  transition: 0.3s ease;
  opacity: 0;
}
.header-mobile-search__label {
  margin-top: auto;
  width: 100%;
  padding: 8px 8px 8px 20px;
  background: var(--color-white);
  display: flex;
  border-radius: 111px;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  transform: translateY(20px);
  transition: 0.3s ease;
  z-index: 2;
}
.header-mobile-search__close {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-light-blue-450);
}
.header-mobile-search__input {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 0.75rem;
  font-weight: 600 !important;
  width: 100%;
  outline: none;
}
.header-mobile-search__input:focus, .header-mobile-search__input:focus-visible {
  outline: none;
}
.header-mobile-search__input::placeholder {
  opacity: 0.2;
}
.header-mobile-search__results {
  display: flex;
  flex-direction: column;
  position: absolute;
  background: #fff;
  border-radius: 22px;
  bottom: 20px;
  left: 12px;
  right: 12px;
  max-width: calc(100% - 24px);
  width: 100%;
  padding: 4px 4px 44px;
  z-index: 1;
}
.header-mobile-search__results a {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 0.75rem;
  font-weight: 600 !important;
  display: flex;
  color: var(--color-prussblue-400);
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 12px;
  transition: 0.3s ease;
}
.header-mobile-search__results a svg {
  width: 16px;
  height: 16px;
  opacity: 0.2;
}
.header-mobile-search__results a:active {
  background: #f4f3fa;
  color: var(--color-indigo-krayola-400);
}
.header-mobile-search.active {
  pointer-events: all;
  opacity: 1;
}
.header-mobile-search.active .header-mobile-search__label {
  transform: translateY(0);
}
.header-search {
  flex: 1 1 0;
  max-height: var(--app-height, 100dvh);
  z-index: 8;
  display: flex;
  margin-right: -46px;
  pointer-events: none;
  position: relative;
  transition: 0.3s ease;
  opacity: 0;
}
.header-search__label {
  margin-top: auto;
  width: 100%;
  padding: 8px 8px 8px 20px;
  background: var(--color-white);
  display: flex;
  border-radius: 111px;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  transform: translateY(20px);
  transition: 0.3s ease;
  z-index: 2;
}
.header-search__close {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-light-blue-450);
}
.header-search__input {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 0.75rem;
  font-weight: 600 !important;
  width: 100%;
  outline: none;
}
.header-search__input:focus, .header-search__input:focus-visible {
  outline: none;
}
.header-search__input::placeholder {
  opacity: 0.2;
}
.header-search__results {
  display: flex;
  flex-direction: column;
  position: absolute;
  background: #fff;
  border-radius: 22px;
  left: 0;
  top: 0;
  transition: 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
  width: 100%;
  padding: 44px 4px 4px;
  z-index: 1;
}
.header-search__results a {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 0.75rem;
  font-weight: 600 !important;
  display: flex;
  color: var(--color-prussblue-400);
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 12px;
  transition: 0.3s ease;
}
.header-search__results a svg {
  width: 16px;
  height: 16px;
  opacity: 0.2;
}
.header-search__results a:active {
  background: #f4f3fa;
  color: var(--color-indigo-krayola-400);
}
.header-search__results.active {
  opacity: 1;
  transform: translateY(0);
}
.header-search.active {
  pointer-events: all;
  opacity: 1;
}
.header-search.active .header-search__label {
  box-shadow: var(--shadow-light);
  transform: translateY(0);
}
.accessibility-panel {
  background: var(--color-white) !important;
  box-shadow: var(--shadow-light) !important;
  border-radius: 12px !important;
  display: flex !important;
  gap: 6px !important;
  padding: 12px !important;
  border: none !important;
  flex-direction: row !important;
}
.accessibility-panel button {
  box-shadow: inset 0 0 0 1px var(--color-krayola-500) !important;
  background: var(--color-krayola-400) !important;
  color: var(--color-prussblue-400) !important;
  border: none !important;
  text-align: center !important;
  padding: 8px 16px !important;
  border-radius: 100px !important;
}
@media screen and (max-width: 768px) {
  .accessibility-panel {
    flex-direction: column !important;
  }
}
@media (hover: hover) and (pointer: fine) {
  .nav__link[data-nav-list]:hover + .nav-list,
  .nav-list:hover {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
  }
}
.nav-list {
  position: absolute;
  top: 100%;
  background: var(--color-white);
  border-radius: 24px;
  transition: 0.3s ease;
  margin-top: 4px;
  pointer-events: none;
  z-index: 1;
  transform: translateY(20px);
  width: 100%;
  opacity: 0;
  padding: 24px;
}
.nav-list__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.nav-list__column {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1 1 0;
  max-width: 227px;
  min-width: 120px;
}
.nav-list__link {
  font-family: var(--font-bounded);
  font-weight: 500;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .nav-list__link {
    font-size: 0.813rem;
  }
}
.nav-list__link {
  color: var(--color-main);
  font-family: var(--font-wix-madefor-display);
}
.nav-list__link--translucent {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .nav-list__link--translucent {
    font-size: 0.813rem;
  }
}
.nav-list__link--translucent {
  font-weight: 600 !important;
  opacity: 0.7;
}
.nav-list.active {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}
@media screen and (max-width: 1024px) {
  .nav-list {
    position: static;
    display: none;
    margin-top: 0;
    padding: 24px;
  }
  .nav-list__inner {
    gap: 24px;
    display: flex;
    flex-direction: column;
  }
  .nav-list.active {
    display: flex;
  }
}
.header__socials {
  margin-top: auto;
  margin-bottom: auto;
  display: none;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .header__socials {
    display: flex;
  }
}
.header-social {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 12px;
  width: 100%;
  background: #f4f3fa;
  border-radius: 16px;
}
.header-social__icon-social {
  --width: 28px;
  --height: 28px;
}
.header-social__icon-arrow {
  margin-left: auto;
  display: block;
  --width: 20px;
  --height: 20px;
  color: var(--color-indigo-krayola-400);
}
.header-social__info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.header-social__title {
  font-family: var(--font-bounded-variable);
  font-weight: 466;
  font-style: Medium;
  font-size: 13px;
  line-height: 100%;
  color: var(--color-prussblue-400);
  letter-spacing: 0%;
}
.header-social__text {
  font-family: var(--font-wix-madefor-display);
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--color-prussblue-400-50);
}
.qr-container {
  position: relative;
  z-index: 101;
  max-width: 164px;
  transition: 0.3s ease;
  margin-right: -20px;
  width: 100%;
}
.qr-container__button {
  width: 100%;
  color: var(--color-prussblue-400);
  pointer-events: none;
}
.qr-container__wrapper {
  position: absolute;
  width: 100%;
  max-width: calc(100% + 40px);
  top: -10px;
  transition: 0.3s ease;
  display: flex;
  flex-direction: column;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  right: -20px;
  gap: 6px;
  align-items: flex-end;
}
.qr-container__inner {
  width: 100%;
  padding: 10px 20px;
  position: relative;
  right: 0;
  background: #fff;
  border-radius: 24px;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  gap: 20px;
  transition: 0.3s ease;
  min-width: 516px;
}
.qr-container__inner--button {
  padding: 24px 20px;
  gap: 4px;
}
@media screen and (pointer: fine) {
  .qr-container__inner--button:hover {
    background: var(--color-krayola-400);
  }
}
.qr-container__text {
  font-size: 14px;
  font-weight: 600;
}
.qr-container__text--divider {
  font-weight: 700;
  color: var(--color-white);
  font-size: 16px;
  width: 100%;
  text-align: center;
}
.qr-container__text--center {
  text-align: center;
}
.qr-container__row {
  display: flex;
  gap: 16px;
}
.qr-container__title {
  font-family: var(--font-bounded-variable);
  font-weight: 466;
  font-style: Medium;
  color: #5b77f4;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
}
.qr-container__link {
  flex: 1 1 0;
  padding: 20px;
  border-radius: 20px;
  background: #f4f3fa;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #5b77f4;
  transition: 0.3s ease;
  font-family: var(--font-bounded-variable);
}
.qr-container__link span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font: inherit;
  color: inherit;
  font-weight: inherit;
}
.qr-container__link span .icon {
  --width: 20px;
  --height: 20px;
  color: inherit;
}
@media screen and (pointer: fine) {
  .qr-container__link:hover {
    background: var(--color-krayola-400);
  }
}
@media screen and (pointer: fine) {
  .qr-container:hover .qr-container__wrapper {
    max-width: 516px;
    pointer-events: all;
    opacity: 1;
    width: 516px;
  }
}
@media screen and (max-width: 1024px) {
  .qr-container {
    display: none;
  }
}
.hotline-frame {
  border-radius: 20px;
  border: 1px solid rgba(91, 119, 244, 0.2);
  background: linear-gradient(180deg, rgba(91, 119, 244, 0.2) 0%, rgba(91, 119, 244, 0) 100%);
  width: 100%;
  padding: 24px;
  gap: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hotline-frame__title {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .hotline-frame__title {
    font-size: 0.813rem;
  }
}
.hotline-frame__title {
  font-weight: 600 !important;
}
.hotline-frame__phone {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .hotline-frame__phone {
    font-size: 1.125rem;
  }
}
.hotline-frame--green {
  border: 1px solid #ebfec2;
  background: linear-gradient(180deg, #ebfec2 0%, rgba(235, 254, 194, 0) 100%);
}
.custom-swiper {
  border-radius: 24px;
}
.custom-swiper__controls {
  display: flex;
  position: relative;
  margin-top: 8px;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
}
.custom-swiper__controls[hidden] {
  display: none !important;
}
.custom-swiper__navigation {
  display: flex;
  align-items: center;
  gap: 16px;
}
.custom-swiper-next,
.custom-swiper-prev,
.swiper-button-next,
.swiper-button-prev {
  z-index: 1 !important;
  color: #05133E;
}
.custom-swiper-progress {
  display: flex;
  flex: 1 1 0;
  align-items: center;
  gap: 24px;
  user-select: none;
}
.custom-swiper-progress__current, .custom-swiper-progress__total {
  font-family: var(--font-bounded);
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.96px;
}
.custom-swiper-progress__line {
  --progress: 0%;
  max-width: 210px;
  width: 100%;
  height: 2px;
  display: flex;
  background: rgba(46, 52, 65, 0.1019607843);
}
.custom-swiper-progress__line::before {
  content: "";
  width: var(--progress);
  height: 100%;
  transition: 0.3s ease;
  will-change: width;
  background: var(--color-prussblue-400);
}
.swiper:has(.popular-service-card) {
  overflow: visible !important;
  z-index: 3 !important;
}
.tag {
  font-family: var(--font-bounded);
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.96px;
  color: var(--color-indigo-krayola-400-80);
  padding: 6px 12px;
  border-radius: 8px;
  background: #f4f3fa;
}
.advice__row {
  gap: 40px;
  flex-wrap: wrap;
  display: flex;
}
.advice-doctor {
  flex: 1 1 min(500px, 100%);
  max-width: 540px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
}
.advice-doctor__image-wrapper {
  position: relative;
  border-radius: 20px;
  width: 100%;
}
.advice-doctor__info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
.advice-doctor__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.advice-doctor__title {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .advice-doctor__title {
    font-size: 1rem;
  }
}
.advice-doctor__text {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .advice-doctor__text {
    font-size: 0.813rem;
  }
}
.advice-doctor__text {
  font-weight: 600 !important;
  opacity: 0.5;
}
.advice-doctor__image {
  border-radius: 20px;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top;
  aspect-ratio: 540/420;
}
.advice-doctor__experience {
  font-family: var(--font-bounded);
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.96px;
  margin-right: auto;
  border-radius: 16px;
  z-index: 1;
  position: absolute;
  top: 6px;
  left: 6px;
  background: var(--color-white);
  display: flex;
  padding: 8px 16px;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .advice-doctor {
    max-width: 100%;
  }
  .advice-doctor__title {
    text-align: center;
  }
}
.advice-info {
  flex: 1 1 min(100%, 400px);
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.advice-info__row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.advice-info__row .benefit-card {
  flex: 1 1 min(100%, 318px);
}
.advice-secondary__column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.advice-secondary__inner-column {
  display: flex;
  flex-direction: column;
  flex: 1 1 min(100%, 400px);
  gap: 24px;
}
.advice-secondary__row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.advice-secondary__title {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .advice-secondary__title {
    font-size: 1.125rem;
  }
}
.advice-secondary-card {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  border-radius: 20px;
  border: 4px solid var(--white, #fff);
  background: radial-gradient(100% 100% at 80% 120%, #f5ffe1 0%, #f0eff6 100%);
}
.advice-secondary-card__row {
  display: flex;
  align-items: center;
  flex: 1 1 0;
  gap: 8px;
}
.advice-secondary-card__icon-wrapper {
  width: 32px;
  height: 32px;
  display: flex;
  min-width: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--color-light-blue-600);
}
.advice-secondary-card__icon-wrapper--green {
  background: var(--color-krayola-500);
}
.advice-secondary-card__icon {
  width: 20px;
  height: 20px;
}
.advice-secondary-card__title {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .advice-secondary-card__title {
    font-size: 1rem;
  }
}
.advice-secondary-card__title {
  font-weight: 600 !important;
}
.advice-secondary-card--row {
  flex-direction: row;
  flex-wrap: wrap;
}
.advice-secondary-card--row .advice-secondary-card__row {
  flex: 1 1 min(200px, 100%);
}
.advice-secondary-best {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border: 4px solid var(--white, #fff);
  background: var(--krayola-400, #ebfec2);
}
.advice-secondary-best__title {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .advice-secondary-best__title {
    font-size: 1rem;
  }
}
.advice-secondary-best__title {
  text-align: center;
}
.advice-third__column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.advice-third__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.aside-block {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex: 1 1 min(100%, 400px);
  max-width: 600px;
  padding: 24px;
  background: var(--color-white);
  border-radius: 12px;
  box-shadow: var(--shadow-light);
}
.aside-block__group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.aside-block__title {
  font-family: var(--font-bounded);
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.96px;
}
.aside-block__text {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .aside-block__text {
    font-size: 0.938rem;
  }
}
.aside-block__text {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .aside-block {
    padding: 16px;
  }
}
.benefits__cards {
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}
.benefits__cards--grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(320px, 100%), 1fr));
}
@media screen and (max-width: 768px) {
  .benefits__cards {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
  }
}
.benefit-card {
  border-radius: 32px;
  border: 4px solid #fff;
  background: radial-gradient(100% 100% at 50% 100%, #f5ffe1 0%, #f0eff6 100%);
  backdrop-filter: blur(20px);
  padding: 40px;
  min-height: 400px;
  flex: 1 1 min(523px, 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.benefit-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.benefit-card__icons-wrapper {
  display: flex;
}
.benefit-card__avatar {
  margin-right: -15px;
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
}
.benefit-card__icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-krayola-400);
  width: 40px;
  height: 40px;
}
.benefit-card__icon svg {
  width: 24px;
  height: 24px;
}
.benefit-card__link {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .benefit-card__link {
    font-size: 0.813rem;
  }
}
.benefit-card__link {
  color: var(--color-indigo-krayola-400);
}
.benefit-card__link-text {
  font-family: var(--font-bounded);
  font-weight: 500;
  font-size: 18px;
  max-width: 161px;
}
.benefit-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.benefit-card__title {
  color: var(--color-main);
  font-family: var(--font-bounded);
  font-weight: 400;
  line-height: 120%;
  word-break: break-word;
  font-size: 34px;
  white-space: wrap;
}
.benefit-card__title--circle {
  border-radius: 50%;
  width: 1.7ch;
  height: 1.7ch;
  aspect-ratio: 1/1;
  border: 2px solid currentColor;
  display: flex;
  align-items: center;
  justify-content: center;
}
.benefit-card__text {
  color: var(--color-main);
  font-family: var(--font-bounded);
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}
.swiper-container .benefit-card {
  flex: unset;
}
.benefit-card--secondary {
  display: flex !important;
  height: auto;
  flex: 1 1 min(100%, 388px);
}
.benefit-card--secondary .benefit-card__title {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .benefit-card--secondary .benefit-card__title {
    font-size: 1rem;
  }
}
.benefit-card--secondary .benefit-card__title {
  text-align: center;
  margin-top: 24px;
}
.benefit-card--secondary .benefit-card__text {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  text-align: center;
  margin-top: 12px;
}
.benefit-card--secondary .benefit-card__icon {
  background: transparent;
  width: 64px;
  height: 64px;
  margin: 0 auto;
}
.benefit-card--secondary .benefit-card__icon svg {
  width: 64px;
  height: 64px;
}
.benefit-card--third .benefit-card__body {
  gap: 32px;
}
.benefit-card--third .benefit-card__text {
  font-size: 20px;
}
@media screen and (max-width: 1400px) {
  .benefit-card__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .benefit-card {
    min-width: 335px;
    padding: 24px;
  }
}
.benefits-circles__row {
  gap: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.benefits-circles__items {
  display: flex;
  gap: 4px;
  flex: 1 1 min(780px, 100%);
  max-width: 780px;
  flex-wrap: wrap;
}
.benefits-circles__faqs {
  flex: 1 1 min(400px, 100%);
}
.benefits-circle-item {
  display: flex;
  gap: 20px;
  flex: 1 1 min(336px, 100%);
  padding: 44px 20px;
  align-items: center;
  overflow: hidden;
  background: var(--color-white);
  border-radius: 116px;
  box-shadow: var(--shadow-light);
  justify-content: space-between;
}
.benefits-circle-item__column {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 184px;
  max-width: 184px;
}
.benefits-circle-item__title {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 2.625rem;
}
@media screen and (max-width: 768px) {
  .benefits-circle-item__title {
    font-size: 1.75rem;
  }
}
.benefits-circle-item__title {
  color: var(--color-indigo-krayola-400);
  text-align: center;
}
.benefits-circle-item__text {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .benefits-circle-item__text {
    font-size: 1rem;
  }
}
.benefits-circle-item__text {
  text-align: center;
}
.benefits-circle-item__img-wrapper {
  position: relative;
  width: 144px;
  height: 144px;
  aspect-ratio: 1/1;
}
.benefits-circle-item__img {
  position: absolute;
  left: 0;
  opacity: var(--opacity, 1);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .benefits-circle-item {
    padding: 24px 20px;
  }
}
.benefits-third__cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.callback__row {
  display: flex;
  gap: 12px 40px;
  flex-wrap: wrap-reverse;
  align-items: flex-end;
}
.callback__column {
  flex: 1 1 min(400px, 100%);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.callback__buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.callback--small .callback__row {
  flex-wrap: wrap;
  align-items: flex-start;
}
.callback--small .callback-form {
  flex: 1 1 min(600px, 100%);
}
.callback--small .callback__column {
  flex: 1 1 min(360px, 100%);
}
.callback-hotline {
  flex: 1 1 min(630px, 100%);
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  background: var(--color-white);
  box-shadow: var(--shadow-light);
  padding: 32px 24px;
  gap: 24px;
}
.callback-hotline__row {
  display: flex;
}
.callback-hotline__buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.callback-hotline__group {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  gap: 8px;
}
.callback-hotline__group:not(:last-child) {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid hsla(0, 0%, 0%, 0.1);
}
.callback-hotline__group:first-child {
  flex: 2 1 0;
}
.callback-hotline__group-title {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .callback-hotline__group-title {
    font-size: 1rem;
  }
}
.callback-hotline__group-text {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .callback-hotline__group-text {
    font-size: 1rem;
  }
}
.callback-hotline__button {
  flex: 1 1 min(100%, 300px);
}
@media screen and (max-width: 768px) {
  .callback-hotline {
    padding: 16px;
  }
  .callback-hotline__group:not(:last-child) {
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid hsla(0, 0%, 0%, 0.1);
    border-right: none;
  }
  .callback-hotline__row {
    flex-direction: column;
  }
}
.callback-form {
  border-radius: 32px;
  background: var(--color-white);
  box-shadow: var(--shadow-light);
  flex: 1 1 min(100%, 310px);
  display: flex;
  flex-direction: column;
  padding: 40px;
}
.callback-form__column {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.callback-form__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 40px;
}
.callback-form__button {
  width: 100%;
}
.callback-form__header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.callback-form__title {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .callback-form__title {
    font-size: 1rem;
  }
}
.callback-form__text {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .callback-form__text {
    font-size: 0.938rem;
  }
}
.callback-form__text {
  opacity: 0.8;
}
.callback-form__footer {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.callback-form__policy {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 0.75rem;
  font-weight: 600 !important;
  opacity: 0.5;
}
.callback-form__policy a {
  text-decoration: underline;
  text-underline-position: under;
}
@media screen and (max-width: 768px) {
  .callback-form {
    padding: 16px;
  }
  .callback-form__wrapper {
    gap: 24px;
  }
}
.callback-card {
  display: flex;
  padding: 32px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  border-radius: 20px;
  background: var(--color-white);
  box-shadow: var(--shadow-light);
}
.callback-card__title {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .callback-card__title {
    font-size: 1rem;
  }
}
.callback-card__text {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .callback-card__text {
    font-size: 0.938rem;
  }
}
.callback-card__text {
  opacity: 0.8;
}
.callback-card__link {
  width: 100%;
}
.cards-block__row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.cards-block__footer-text {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .cards-block__footer-text {
    font-size: 1rem;
  }
}
.cards-block__footer-text {
  font-weight: 600 !important;
  max-width: 1050px;
  margin: 40px auto 0px;
  opacity: 0.5;
  text-align: center;
}
.cards-block-item {
  display: flex;
  flex: 1 1 250px;
  flex-direction: column;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: var(--color-white);
  box-shadow: var(--shadow-light);
  gap: 20px;
}
.cards-block-item__image-wrapper {
  position: relative;
}
.cards-block-item__image {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cards-block-item__content {
  padding: 0px 24px 24px;
  gap: 16px;
  display: flex;
  flex-direction: column;
}
.cards-block-item__info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cards-block-item__title {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .cards-block-item__title {
    font-size: 1rem;
  }
}
.cards-block-item__subtitle {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .cards-block-item__subtitle {
    font-size: 0.938rem;
  }
}
.cards-block-item__subtitle {
  font-weight: 600 !important;
}
.cards-block-item__text {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .cards-block-item__text {
    font-size: 0.938rem;
  }
}
.cards-block-item__text {
  opacity: 0.8;
}
.cards-block-item__tag {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .cards-block-item__tag {
    font-size: 0.813rem;
  }
}
.cards-block-item__tag {
  font-weight: 600 !important;
  color: var(--color-indigo-krayola-400);
  padding: 6px 12px;
  top: 20px;
  left: 20px;
  z-index: 1;
  position: absolute;
  background: #f4f3fa;
  max-width: 282px;
  border-radius: 8px;
}
.cards-block-item--image-bg-white .cards-block-item__image {
  background: var(--color-white);
}
.cards-block-item--image-bg-light-gray .cards-block-item__image {
  background: #f9f9fc;
}
.cards-block-item--image-bg-light-blue .cards-block-item__image {
  background: var(--color-light-blue-450);
}
.cards-block-item--image-bg-light-blue .cards-block-item__image {
  background: var(--color-light-blue-450);
}
.cards-block-item--image-size-large .cards-block-item__image {
  height: 450px;
}
.cards-block-item--image-size-medium .cards-block-item__image {
  height: 350px;
}
.cards-block-item--image-size-clinic .cards-block-item__image {
  height: 280px;
}
.cards-block-item--image-size-equipment .cards-block-item__image {
  height: 240px;
}
.cards-block-item--image-size-small .cards-block-item__image {
  height: 200px;
}
.cards-block-item--secondary .cards-block-item__title {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .cards-block-item--secondary .cards-block-item__title {
    font-size: 1.125rem;
  }
}
.cards-block-item--blue-subtitle .cards-block-item__subtitle {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .cards-block-item--blue-subtitle .cards-block-item__subtitle {
    font-size: 1rem;
  }
}
.cards-block-item--blue-subtitle .cards-block-item__subtitle {
  font-weight: 400 !important;
  color: var(--color-indigo-krayola-400);
}
.cards-block-item--slide {
  max-width: 464px;
  height: auto !important;
  display: flex !important;
  flex: unset;
}
.cards-block-item--only-text .cards-block-item__content {
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .cards-block-item__content {
    padding: 0px 16px 16px;
  }
  .cards-block-item--only-text .cards-block-item__content {
    padding: 16px;
  }
}
.cards-block-third__row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.cards-infections__row {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.cards-block-efficiency__row {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.card-efficiency {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1 1 min(300px, 100%);
}
.card-efficiency__row {
  display: flex;
  gap: 40px;
}
.card-efficiency__column {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1 1 0;
}
.card-efficiency__image-wrapper {
  background: var(--color-white);
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 242px;
  position: relative;
  padding: 24px;
  flex: 1 1 0;
  box-shadow: var(--shadow-light);
}
.card-efficiency__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.card-efficiency__title {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .card-efficiency__title {
    font-size: 1.125rem;
  }
}
.card-efficiency__title {
  margin-top: auto;
  position: relative;
  z-index: 1;
}
.card-efficiency__list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.card-efficiency-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 24px;
  padding: 24px;
  gap: 16px;
  background: var(--color-white);
}
.card-efficiency-item__text {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .card-efficiency-item__text {
    font-size: 1rem;
  }
}
.card-efficiency-item__text {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .card-efficiency-item {
    padding: 16px;
  }
}
.cards-indications__column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.cards-indications__text {
  padding: 24px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: var(--color-white);
  box-shadow: var(--shadow-light);
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .cards-indications__text {
    font-size: 1rem;
  }
}
.cards-indications__text {
  opacity: 0.8;
  color: var(--color-main);
}
.cards-indications__title {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .cards-indications__title {
    font-size: 1.125rem;
  }
}
.cards-indications__title {
  text-align: center;
}
.cards-indications__items {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.cards-indications-item {
  padding: 24px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: var(--color-white);
  box-shadow: var(--shadow-light);
}
.cards-indications-item__number {
  font-family: var(--font-bounded);
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.96px;
  opacity: 0.3;
}
.cards-indications-item__text {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .cards-indications-item__text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .cards-indications-item {
    padding: 16px;
  }
}
.cards-optimal__items {
  gap: 16px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 460px) {
  .cards-optimal__items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.card-optimal {
  display: flex;
  flex-direction: column;
  padding: 16px;
  border-radius: 20px;
  min-height: 180px;
  justify-content: space-between;
  border: 4px solid #fff;
  background: radial-gradient(100% 100% at 80% 120%, #f5ffe1 0%, #f0eff6 100%);
  backdrop-filter: blur(20px);
}
.card-optimal__title {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .card-optimal__title {
    font-size: 1rem;
  }
}
.card-optimal__title {
  font-weight: 600 !important;
}
.card-optimal__more {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .card-optimal__more {
    font-size: 0.813rem;
  }
}
.card-optimal__more {
  font-weight: 600 !important;
  color: var(--color-indigo-krayola-400);
  margin-left: auto;
}
.case-slide {
  display: flex !important;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  border-radius: 24px;
  overflow: hidden;
  background: var(--color-white, #fff);
  box-shadow: var(--shadow-light);
}
.case-slide__group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.case-slide__row {
  display: flex;
  gap: 16px;
}
.case-slide__row-title {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .case-slide__row-title {
    font-size: 0.938rem;
  }
}
.case-slide__row-title {
  font-weight: 600 !important;
  min-width: 180px;
}
.case-slide__title--main {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .case-slide__title--main {
    font-size: 1.125rem;
  }
}
.case-slide__title--main {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.case-slide__title:not(.case-slide__title--main) {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .case-slide__title:not(.case-slide__title--main) {
    font-size: 1rem;
  }
}
.case-slide__text {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .case-slide__text {
    font-size: 0.938rem;
  }
}
.case-slide__text {
  opacity: 0.8;
}
.case-slide__inner {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.case-slide--secondary {
  display: flex;
  flex-direction: column;
  padding: 0px;
  gap: 0px;
}
.cases-third__list {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.cases-third__more {
  margin-top: 40px;
}
.cases-third-item {
  background: var(--color-white);
  border-radius: 12px;
  padding: 20px;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cases-third-item__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}
.cases-third-item__title {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .cases-third-item__title {
    font-size: 1rem;
  }
}
.cases-third-item__title {
  font-weight: 600 !important;
}
.cases-third-item__button {
  flex: 1 1 0;
  max-width: 316px;
}
.conditions .container {
  max-width: 1048px;
}
.conditions__row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.conditions-form {
  display: flex;
  padding: 32px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
  background: var(--color-white);
  border-radius: 20px;
  box-shadow: var(--shadow-light);
}
.conditions-form__title {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .conditions-form__title {
    font-size: 1rem;
  }
}
.conditions-form__text {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .conditions-form__text {
    font-size: 0.938rem;
  }
}
.conditions-form__input {
  width: 100%;
}
.conditions-form__button {
  width: 100%;
}
.detail-doctor-material__main {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.detail-doctor-material__title {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .detail-doctor-material__title {
    font-size: 1.5rem;
  }
}
.detail-doctor-material__title {
  line-height: 1.4;
  text-align: left;
}
.detail-doctor-material__layout {
  display: grid;
  grid-template-columns: minmax(320px, 540px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}
.detail-doctor-material__aside {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.detail-doctor-material__content {
  min-width: 0;
  background: var(--color-white);
  border-radius: 24px;
  padding: 24px;
  box-shadow: var(--shadow-light);
}
.detail-doctor-material__text {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .detail-doctor-material__text {
    font-size: 1rem;
  }
}
.detail-doctor-material__text {
  line-height: 1.35;
  color: var(--color-prussblue-400);
}
.detail-doctor-material__text p + p {
  margin-top: 16px;
}
.detail-doctor-material__text strong {
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .detail-doctor-material__layout {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .detail-doctor-material__main {
    gap: 24px;
  }
  .detail-doctor-material__content {
    border-radius: 16px;
    padding: 16px;
  }
}
.detail-doctor-material-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 24px;
  background: var(--color-white);
  border-radius: 12px;
  box-shadow: var(--shadow-light);
}
.detail-doctor-material-tags__item {
  background: rgba(91, 119, 244, 0.1);
  color: var(--color-indigo-krayola-400);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .detail-doctor-material-tags {
    padding: 16px;
  }
}
.detail-doctor-material-card {
  background: var(--color-white);
  border-radius: 12px;
  padding: 24px;
  box-shadow: var(--shadow-light);
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.detail-doctor-material-card__title {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .detail-doctor-material-card__title {
    font-size: 1rem;
  }
}
.detail-doctor-material-card__title {
  line-height: 1.2;
}
.detail-doctor-material-card__text {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .detail-doctor-material-card__text {
    font-size: 0.938rem;
  }
}
.detail-doctor-material-card__text {
  line-height: 1.15;
  opacity: 0.8;
  color: var(--color-prussblue-400);
}
.detail-doctor-material-card__button {
  width: 100%;
  min-height: 52px;
}
@media screen and (max-width: 768px) {
  .detail-doctor-material-card {
    padding: 16px;
    gap: 16px;
  }
}
.detail-doctor-material-print__input {
  display: none;
}
.detail-doctor-material-print__main {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.detail-doctor-material-print__options {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.detail-doctor-material-print__option {
  border: none;
  border-radius: 12px;
  min-height: 44px;
  padding: 12px 20px;
  background: var(--color-light-blue-300);
  color: rgba(46, 52, 65, 0.8);
  text-align: left;
  font-family: var(--font-bounded);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (pointer: fine) {
  .detail-doctor-material-print__option:hover {
    background: var(--color-light-blue-400);
    color: var(--color-indigo-krayola-400);
  }
}
.detail-doctor-material-print__option--active {
  background: var(--color-light-blue-400);
  color: var(--color-indigo-krayola-400);
}
.doctor-material__layout {
  display: grid;
  grid-template-columns: minmax(320px, 540px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}
.doctor-material__aside {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.doctor-material__dropdown .dropdown__header {
  min-height: 44px;
  padding: 12px 24px;
  box-shadow: none;
}
.doctor-material__dropdown .dropdown__header svg {
  opacity: 0.5;
}
.doctor-material__dropdown .dropdown__value, .doctor-material__dropdown .dropdown__option {
  font-family: var(--font-bounded);
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
}
.doctor-material__dropdown .dropdown__list {
  width: 100%;
  min-width: 0;
  padding: 12px;
}
.doctor-material__dropdown .dropdown__option.active {
  background: var(--color-light-blue-400);
  color: var(--color-indigo-krayola-400);
}
.doctor-material__share {
  width: 100%;
  min-height: 52px;
  margin-top: 2px;
}
.doctor-material__content {
  min-width: 0;
}
.doctor-material__footer {
  margin-top: 24px;
}
.doctor-material__progress {
  max-width: 300px;
}
.doctor-material__progress-line {
  max-width: none;
}
.doctor-material__nav-btn {
  border: none;
}
@media screen and (max-width: 1440px) {
  .doctor-material__layout {
    grid-template-columns: minmax(300px, 420px) minmax(0, 1fr);
  }
}
@media screen and (max-width: 1200px) {
  .doctor-material__layout {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1024px) {
  .doctor-material__progress {
    max-width: 100%;
  }
  .doctor-material__footer {
    flex-direction: column;
    align-items: stretch;
  }
}
.doctor-material-swiper .swiper-wrapper {
  max-height: 832px;
}
.doctor-material-slide {
  height: auto !important;
  display: flex !important;
}
.doctor-material-filter {
  background: var(--color-white);
  border-radius: 12px;
  padding: 24px;
  box-shadow: var(--shadow-light);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.doctor-material-filter__input {
  display: none;
}
.doctor-material-filter__title {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .doctor-material-filter__title {
    font-size: 1rem;
  }
}
.doctor-material-filter__title {
  line-height: 1.4;
}
.doctor-material-filter__list {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.doctor-material-filter__option {
  border: none;
  background: var(--color-light-blue-300);
  border-radius: 12px;
  min-height: 44px;
  padding: 12px 20px;
  text-align: left;
  font-family: var(--font-bounded);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  color: rgba(46, 52, 65, 0.8);
  transition: background-color 0.3s ease;
}
.doctor-material-filter__option--active {
  background: var(--color-light-blue-400);
  color: var(--color-indigo-krayola-400);
}
@media screen and (max-width: 768px) {
  .doctor-material-filter {
    padding: 16px;
  }
}
.doctor-material-card {
  min-height: 200px;
  border-radius: 24px;
  background: var(--color-white);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.doctor-material-card__head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  justify-content: space-between;
  flex: 1 1 auto;
}
.doctor-material-card__title {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .doctor-material-card__title {
    font-size: 1rem;
  }
}
.doctor-material-card__title {
  max-width: 340px;
  line-height: 1.4;
}
.doctor-material-card__code {
  flex-shrink: 0;
  background: rgba(91, 119, 244, 0.1);
  color: var(--color-indigo-krayola-400);
  text-transform: uppercase;
  letter-spacing: 0.96px;
  opacity: 1;
}
.doctor-material-card__button {
  width: 100%;
  min-height: 52px;
}
@media screen and (max-width: 768px) {
  .doctor-material-card {
    min-height: 0;
    padding: 16px;
  }
}
.contacts__row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
}
.contacts-card {
  flex: 1 1 min(300px, 100%);
  border-radius: 12px;
  background: var(--color-white);
  box-shadow: var(--shadow-light);
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contacts-card__title {
  font-family: var(--font-bounded);
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.96px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.contacts-card__group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contacts-card__group:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.contacts-card__group-title {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .contacts-card__group-title {
    font-size: 0.938rem;
  }
}
.contacts-card__group-title {
  font-weight: 600 !important;
  opacity: 0.5;
}
.contacts-card__group-value {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .contacts-card__group-value {
    font-size: 1.125rem;
  }
}
.contacts-card__group-row {
  display: flex;
  gap: 12px;
}
.contacts-card__social {
  max-width: 32px;
  max-height: 32px;
}
.contacts-card__social-icon {
  width: 100%;
  height: 100%;
}
.contraindications__row {
  display: flex;
  gap: 40px;
  position: relative;
  align-items: flex-start;
  flex-wrap: wrap;
}
.contraindications__text {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .contraindications__text {
    font-size: 1rem;
  }
}
.contraindications__text {
  color: var(--color-main);
  top: 24px;
  flex: 1 1 min(240px, 100%);
  max-width: 540px;
  position: sticky;
}
.contraindications__column {
  display: flex;
  flex-direction: column;
  flex: 1 1 min(400px, 100%);
  gap: 12px;
}
.contraindications-item {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: var(--shadow-light);
  background: var(--color-white);
  border-radius: 24px;
}
.contraindications-item__title {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .contraindications-item__title {
    font-size: 1.125rem;
  }
}
.contraindications-item__title {
  font-size: 24px;
}
.contraindications-item__text {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .contraindications-item__text {
    font-size: 1rem;
  }
}
.contraindications-item__text {
  font-size: 20px;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .contraindications-item {
    padding: 16px;
  }
}
.cta-block__row {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.cta {
  min-height: 460px;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: flex-start;
  justify-content: flex-end;
  overflow: hidden;
  flex: 1 1 min(400px, 100%);
  border-radius: 20px;
  background: #fff;
  padding: 40px;
}
.cta__bg {
  position: absolute;
  object-position: top;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cta__text {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .cta__text {
    font-size: 1rem;
  }
}
.cta__text {
  position: relative;
  z-index: 1;
  margin-top: 12px;
}
.cta__title {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .cta__title {
    font-size: 1.25rem;
  }
}
.cta__title {
  position: relative;
  z-index: 1;
}
.cta__button {
  margin-top: 24px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .cta {
    padding: 16px;
  }
  .cta__bg {
    width: 100%;
    object-position: center center;
    height: 380px;
    object-fit: cover;
  }
}
.download-documents-page {
  padding-bottom: 96px;
}
.download-documents-page__hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 580px;
  padding: 80px;
  overflow: hidden;
  border-radius: 12px;
  background: var(--color-light-blue-450);
}
.download-documents-page__hero-copy {
  position: relative;
  z-index: 1;
  max-width: 788px;
}
.download-documents-page__hero h1 {
  max-width: 600px;
  font-family: var(--font-bounded);
  font-size: 54px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--color-prussblue-400);
}
.download-documents-page__hero-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 24px;
}
.download-documents-page__hero-text p {
  font-family: var(--font-wix-madefor-display);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--color-prussblue-400);
}
.download-documents-page__hero-image {
  position: absolute;
  right: -28px;
  bottom: -128px;
  width: min(58%, 918px);
  transform: rotate(16deg);
  transform-origin: center;
}
.download-documents-page__layout {
  display: grid;
  grid-template-columns: minmax(360px, 540px) minmax(0, 1fr);
  align-items: start;
  gap: 40px;
  padding-top: 60px;
}
.download-documents-page__filters {
  position: sticky;
  top: 24px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.download-documents-page__results {
  min-width: 0;
}
@media screen and (max-width: 1200px) {
  .download-documents-page__hero {
    min-height: 500px;
    padding: 56px;
  }
  .download-documents-page__hero h1 {
    font-size: 46px;
  }
  .download-documents-page__hero-image {
    right: -95px;
    bottom: -154px;
    width: min(60%, 750px);
  }
  .download-documents-page__layout {
    grid-template-columns: minmax(320px, 420px) minmax(0, 1fr);
    gap: 24px;
  }
}
@media screen and (max-width: 900px) {
  .download-documents-page__hero {
    min-height: 0;
    padding: 40px;
  }
  .download-documents-page__hero-copy {
    max-width: none;
  }
  .download-documents-page__hero-image {
    display: none;
  }
  .download-documents-page__layout {
    grid-template-columns: 1fr;
    padding-top: 32px;
  }
  .download-documents-page__filters {
    position: static;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
  }
}
@media screen and (max-width: 640px) {
  .download-documents-page {
    padding-bottom: 56px;
  }
  .download-documents-page__hero {
    padding: 24px;
    border-radius: 16px;
  }
  .download-documents-page__hero h1 {
    font-size: 32px;
  }
  .download-documents-page__hero-text {
    gap: 16px;
    margin-top: 20px;
  }
  .download-documents-page__hero-text p {
    font-size: 16px;
  }
  .download-documents-page__layout {
    gap: 24px;
    padding-top: 24px;
  }
  .download-documents-page__filters {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.documents-filter {
  overflow: hidden;
  border-radius: 20px;
  background: var(--color-white);
  box-shadow: var(--shadow-light);
  transition: opacity 0.25s ease;
}
.documents-filter__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 16px;
  padding: 24px 24px 0;
  text-align: left;
}
.documents-filter__head span {
  font-family: var(--font-bounded);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--color-indigo-krayola-400);
}
.documents-filter__head svg {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  color: var(--color-indigo-krayola-400);
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.documents-filter__inner {
  display: grid;
  grid-template-rows: minmax(0, 1fr);
  overflow: hidden;
  transition: grid-template-rows 0.3s ease;
}
.documents-filter__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 0;
  padding: 20px 24px 24px;
  overflow: hidden;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.documents-filter__search {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 59px;
  padding: 16px 20px 16px 24px;
  border-radius: 12px;
  background: #f4f3fa;
}
.documents-filter__search input {
  width: 100%;
  min-width: 0;
  font-family: var(--font-wix-madefor-display);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--color-prussblue-400);
}
.documents-filter__search input::placeholder {
  color: var(--color-prussblue-400);
  opacity: 0.3;
}
.documents-filter__search input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}
.documents-filter__search svg {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  color: var(--color-indigo-krayola-400);
}
.documents-filter__options {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.documents-filter__options button {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 46px;
  padding: 12px 20px;
  border-radius: 12px;
  font-family: var(--font-bounded-variable);
  font-size: 12px;
  font-weight: 466;
  line-height: 1.3;
  text-align: left;
  color: var(--color-prussblue-400);
  opacity: 0.7;
  transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}
.documents-filter__options button:hover, .documents-filter__options button[aria-pressed=true] {
  background: var(--color-light-blue-450);
  color: var(--color-indigo-krayola-400);
  opacity: 1;
}
.documents-filter.is-disabled {
  opacity: 0.55;
}
.documents-filter.is-disabled .documents-filter__head {
  cursor: default;
}
.documents-filter.is-disabled .documents-filter__search, .documents-filter.is-disabled .documents-filter__options {
  pointer-events: none;
}
.documents-filter.is-disabled .documents-filter__options {
  display: none;
}
.documents-filter:not(.is-open) .documents-filter__inner {
  grid-template-rows: minmax(0, 0fr);
}
.documents-filter:not(.is-open) .documents-filter__body {
  opacity: 0;
  transform: translateY(-8px);
}
.documents-filter:not(.is-open) .documents-filter__head {
  padding-bottom: 24px;
}
.documents-filter:not(.is-open) .documents-filter__head svg {
  transform: rotate(0);
}
@media screen and (max-width: 900px) {
  .documents-filter__head {
    padding: 18px 18px 0;
  }
  .documents-filter__head span {
    font-size: 15px;
  }
  .documents-filter__body {
    padding: 14px 18px 18px;
  }
  .documents-filter__search {
    min-height: 48px;
    padding: 12px 16px;
  }
  .documents-filter__options button {
    min-height: 40px;
    padding: 10px 14px;
  }
}
.documents-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 550px;
  padding: 40px;
}
.documents-empty[hidden] {
  display: none !important;
}
.documents-empty img {
  width: 142px;
  height: 142px;
  opacity: 0.08;
}
.documents-empty p {
  max-width: 470px;
  font-family: var(--font-bounded);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  color: var(--color-prussblue-400);
  opacity: 0.2;
}
@media screen and (max-width: 640px) {
  .documents-empty {
    min-height: 300px;
    padding: 24px;
  }
  .documents-empty img {
    width: 92px;
    height: 92px;
  }
  .documents-empty p {
    font-size: 16px;
  }
}
.documents-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.documents-list[hidden] {
  display: none !important;
}
.documents-center {
  padding: 0 24px 24px;
  border-radius: 20px;
  background: var(--color-white);
  box-shadow: var(--shadow-light);
}
.documents-center[hidden] {
  display: none !important;
}
.documents-center__title {
  position: sticky;
  top: 0;
  z-index: 1;
  padding: 24px 0 12px;
  border-bottom: 1px solid rgba(5, 19, 62, 0.1);
  background: var(--color-white);
  font-family: var(--font-bounded);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--color-prussblue-400);
}
.documents-center__cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 12px;
}
@media screen and (max-width: 640px) {
  .documents-center {
    padding: 0 16px 16px;
    border-radius: 16px;
  }
  .documents-center__title {
    padding-top: 16px;
    font-size: 16px;
  }
}
.documents-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1px minmax(235px, 280px);
  gap: 32px;
  align-items: stretch;
  padding: 32px;
  border-radius: 20px;
  background: #f4f3fa;
}
.documents-card[hidden] {
  display: none !important;
}
.documents-card__copy {
  min-width: 0;
}
.documents-card__copy h3 {
  font-family: var(--font-bounded);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--color-prussblue-400);
}
.documents-card__copy p {
  margin-top: 16px;
  font-family: var(--font-wix-madefor-display);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--color-prussblue-400);
  opacity: 0.5;
}
.documents-card__divider {
  background: rgba(5, 19, 62, 0.1);
}
.documents-card__actions {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
  min-height: 160px;
}
.documents-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid var(--color-indigo-krayola-400);
  border-radius: 111px;
  font-family: var(--font-bounded);
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.documents-card__button svg {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
}
.documents-card__button span {
  font-family: var(--font-bounded);
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: inherit;
}
.documents-card__button--secondary {
  color: var(--color-indigo-krayola-400);
}
.documents-card__button--primary {
  margin-top: auto;
  background: var(--color-indigo-krayola-400);
  border-color: var(--color-indigo-krayola-500);
  color: var(--color-white);
}
.documents-card__button--secondary:hover {
  background: var(--color-light-blue-450);
}
.documents-card__button--primary:hover {
  background: var(--color-indigo-krayola-500);
}
@media screen and (max-width: 1100px) {
  .documents-card {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 260px);
  }
  .documents-card__divider {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .documents-card {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 20px;
    border-radius: 16px;
  }
  .documents-card__copy h3 {
    font-size: 15px;
  }
  .documents-card__copy p {
    margin-top: 12px;
    font-size: 16px;
  }
  .documents-card__actions {
    min-height: 0;
  }
}
.differences__row {
  display: flex;
  gap: 40px;
}
.differences__column {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1 1 0;
}
.differences__image-wrapper {
  background: var(--color-white);
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 505px;
  position: relative;
  padding: 24px;
  flex: 1 1 0;
  box-shadow: var(--shadow-light);
}
.differences__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.differences__title {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .differences__title {
    font-size: 1.25rem;
  }
}
.differences__title {
  margin-top: auto;
  position: relative;
  z-index: 1;
}
.differences__list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.differences__item {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .differences__item {
    font-size: 1rem;
  }
}
.differences__item {
  border-radius: 12px;
  padding: 20px;
  background: var(--color-white);
}
.differences__more {
  margin-top: 40px;
}
.direction__container {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.direction__header {
  max-width: 484px;
  flex: 1 1 min(484px, 100%);
  margin-left: 0;
}
.direction__cards {
  display: flex;
  flex: 1 1 min(800px, 100%);
  gap: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 460px) {
  .direction__cards {
    justify-content: center;
  }
}
.direction-card {
  display: flex;
  flex-direction: column;
  flex: 1 1 min(350px, 100%);
  max-width: 353px;
  padding: 12px;
  border-radius: 32px;
  background: var(--color-white);
  box-shadow: var(--shadow-light);
}
.direction-card__header {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 12px;
}
.direction-card__number {
  font-family: var(--font-bounded);
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.96px;
  opacity: 0.3;
}
.direction-card__title {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .direction-card__title {
    font-size: 1rem;
  }
}
.direction-card__image {
  width: 100%;
  aspect-ratio: 330/263;
  object-fit: contain;
}
.direction-card__button {
  margin-top: 16px;
  width: 100%;
}
.doctors {
  overflow: hidden;
}
.doctors-swiper {
  overflow: visible !important;
}
.doctor-slide {
  max-width: 382px;
  width: 100%;
  border-radius: 24px;
  height: auto !important;
  display: flex !important;
  flex-direction: column;
}
.doctor-slide__image-wrapper {
  position: relative;
  width: 100%;
  min-height: 382px;
  max-height: 382px;
  border-radius: 24px 24px 0 0;
  background: #c2bcb0;
  overflow: hidden;
}
.doctor-slide__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.doctor-slide__tag {
  font-family: var(--font-bounded);
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.96px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border-radius: 20px;
  background: var(--color-white);
  color: var(--color-prussblue-400);
  opacity: 0.8;
  letter-spacing: 0.96px;
}
.doctor-slide__tag--secondary {
  background: #f4f3fa;
  color: var(--color-indigo-krayola-400);
  opacity: 1;
}
.doctor-slide__tags {
  position: absolute;
  top: 25px;
  left: 15px;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 1;
}
.doctor-slide__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1 1 0;
  padding: 20px 24px;
  border-radius: 0 0 24px 24px;
  background: var(--color-white);
}
.doctor-slide__title {
  font-family: var(--font-bounded);
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  color: var(--color-prussblue-400);
}
.doctor-slide__speciality {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .doctor-slide__speciality {
    font-size: 1rem;
  }
}
.doctor-slide__speciality {
  color: #7a90f5;
}
.doctor-slide__meta {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .doctor-slide__meta {
    font-size: 0.813rem;
  }
}
.doctor-slide__meta {
  font-weight: 600 !important;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  color: var(--color-prussblue-400-50);
}
.doctor-slide__meta-icon {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  color: var(--color-indigo-krayola-400);
}
.doctor-slide__button {
  margin-top: auto;
  width: 100%;
  min-height: 52px;
  padding: 16px 40px;
  border-radius: 111px;
  font-family: var(--font-bounded);
  font-size: 13px;
  line-height: 100%;
  color: #000;
}
@media screen and (max-width: 768px) {
  .doctor-slide__image-wrapper {
    min-height: 335px;
  }
  .doctor-slide__info {
    flex: 1 1 0;
    padding: 16px;
    gap: 16px;
  }
  .doctor-slide__tags {
    top: 16px;
    left: 12px;
  }
  .doctor-slide__meta {
    gap: 12px;
  }
}
.doctors-swiper-controls {
  margin-top: 40px;
}
.modal-doctor {
  max-width: 1370px;
  padding: 24px;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
}
.modal-doctor__layout {
  display: grid;
  grid-template-columns: minmax(360px, 626px) minmax(0, 1fr);
  gap: 24px;
}
.modal-doctor__aside {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.modal-doctor__image-wrapper {
  border-radius: 24px;
  background: #e5e8f5;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.modal-doctor__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.modal-doctor__button {
  width: 100%;
  min-height: 80px;
  font-size: 24px;
}
.modal-doctor__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  min-width: 0;
}
.modal-doctor__title {
  font-family: var(--font-bounded);
  font-size: 32px;
  line-height: 100%;
  font-weight: 500;
  color: #111942;
}
.modal-doctor__scroll {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-height: 666px;
  overflow: auto;
  padding-right: 18px;
}
.modal-doctor__scroll::-webkit-scrollbar {
  width: 6px;
  background: #f2f2f2;
  border-radius: 100px;
}
.modal-doctor__scroll::-webkit-scrollbar-thumb {
  background: var(--color-indigo-krayola-400);
  border-radius: 100px;
}
.modal-doctor__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.modal-doctor__name {
  font-family: var(--font-bounded);
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
  color: var(--color-prussblue-400);
}
.modal-doctor__speciality {
  font-family: var(--font-bounded);
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  color: #82889f;
}
.modal-doctor__address {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .modal-doctor__address {
    font-size: 1rem;
  }
}
.modal-doctor__address {
  font-weight: 600 !important;
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--color-prussblue-400);
}
.modal-doctor__address span {
  opacity: 0.5;
}
.modal-doctor__address-icon {
  width: 25px;
  height: 25px;
  min-width: 25px;
  min-height: 25px;
  color: var(--color-indigo-krayola-400);
}
.modal-doctor__schedule {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.modal-doctor__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  color: var(--color-indigo-krayola-400);
  z-index: 2;
}
.modal-doctor__close::before, .modal-doctor__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 2px;
  border-radius: 50px;
  background: currentColor;
}
.modal-doctor__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal-doctor__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-doctor__close .modal__close-icon {
  display: none;
}
@media screen and (max-width: 1439px) {
  .modal-doctor {
    max-width: 1220px;
  }
  .modal-doctor__layout {
    grid-template-columns: minmax(320px, 500px) minmax(0, 1fr);
  }
  .modal-doctor__button {
    font-size: 20px;
    min-height: 72px;
  }
}
@media screen and (max-width: 1024px) {
  .modal-doctor {
    max-width: calc(100vw - 24px);
    padding: 16px;
    border-radius: 24px;
  }
  .modal-doctor__layout {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .modal-doctor__button {
    min-height: 64px;
    font-size: 18px;
  }
  .modal-doctor__title {
    font-size: 28px;
  }
  .modal-doctor__scroll {
    max-height: 55dvh;
    padding-right: 12px;
  }
  .modal-doctor__close {
    width: 64px;
    height: 64px;
    border-radius: 0 24px 0 24px;
  }
  .modal-doctor__close::before, .modal-doctor__close::after {
    width: 26px;
  }
}
@media screen and (max-width: 768px) {
  .modal-doctor__content {
    gap: 20px;
  }
  .modal-doctor__title {
    font-size: 24px;
  }
  .modal-doctor__name {
    font-size: 20px;
  }
  .modal-doctor__speciality {
    font-size: 18px;
  }
  .modal-doctor__address {
    gap: 12px;
  }
  .modal-doctor__address-icon {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
  }
  .modal-doctor__schedule {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.modal-doctor-group {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
}
.modal-doctor-group--schedule {
  gap: 10px;
}
.modal-doctor-group__title {
  font-family: var(--font-bounded);
  font-size: 20px;
  line-height: 140%;
  font-weight: 400;
  color: var(--color-prussblue-400);
}
.modal-doctor-group__text {
  font-family: var(--font-bounded-variable);
  color: #82889f;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
.modal-doctor-group__text--years {
  min-width: 118px;
  white-space: nowrap;
}
.modal-doctor-group__row {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}
@media screen and (max-width: 768px) {
  .modal-doctor-group__title {
    font-size: 18px;
  }
  .modal-doctor-group__row {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .modal-doctor-group__text--years {
    min-width: 0;
  }
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.doctors-directory__layout {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.doctors-directory__header {
  max-width: none;
  margin-inline: 0;
  text-align: left;
}
.doctors-directory__filters {
  position: sticky;
  top: 100px;
  flex: 0 0 min(100%, 540px);
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.doctors-directory__content {
  min-width: 0;
  flex: 1 1 auto;
}
.doctors-directory__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}
@media screen and (max-width: 1440px) {
  .doctors-directory__filters {
    flex-basis: 380px;
  }
}
@media screen and (max-width: 1100px) {
  .doctors-directory__layout {
    flex-direction: column;
  }
  .doctors-directory__filters {
    position: static;
    width: 100%;
    flex-basis: auto;
  }
  .doctors-directory__content {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .doctors-directory__layout {
    gap: 24px;
  }
  .doctors-directory__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
}
@media screen and (max-width: 540px) {
  .doctors-directory__grid {
    grid-template-columns: 1fr;
  }
}
.doctors-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 32px;
}
.doctors-pagination__status {
  display: flex;
  gap: 6px;
  width: 136px;
}
.doctors-pagination__status, .doctors-pagination__status span {
  font: 600 18px/1.3 var(--font-wix-madefor-display);
  color: var(--color-prussblue-400);
}
.doctors-pagination__total {
  opacity: 0.5;
}
.doctors-pagination__pages {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.doctors-pagination__page {
  width: 16px;
  height: 4px;
  padding: 0;
  border-radius: 100px;
  background: var(--color-prussblue-400);
  opacity: 0.14;
  transition: width 0.2s ease, opacity 0.2s ease;
}
.doctors-pagination__page.is-active {
  width: 48px;
  opacity: 1;
}
.doctors-pagination__controls {
  display: flex;
  gap: 16px;
}
.doctors-pagination__button {
  display: grid;
  width: 60px;
  height: 60px;
  place-items: center;
  border-radius: 50%;
  background: var(--color-krayola-500);
  color: var(--color-prussblue-400);
  transition: opacity 0.2s ease;
}
.doctors-pagination__button svg {
  width: 20px;
  height: 20px;
}
.doctors-pagination__button:disabled {
  opacity: 0.35;
  cursor: default;
}
@media screen and (max-width: 540px) {
  .doctors-pagination {
    flex-wrap: wrap;
    gap: 16px;
  }
  .doctors-pagination__status {
    width: auto;
  }
  .doctors-pagination__controls {
    gap: 8px;
  }
  .doctors-pagination__button {
    width: 48px;
    height: 48px;
  }
  .doctors-pagination__pages {
    order: 3;
    width: 100%;
  }
}
.doctors-filter-search,
.doctors-filter-check,
.doctors-filter-group {
  background: var(--color-white);
  box-shadow: var(--shadow-light);
}
.doctors-filter-search {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 59px;
  padding: 16px 20px 16px 24px;
  border-radius: 20px;
}
.doctors-filter-search input {
  width: 100%;
  min-width: 0;
  font: 600 16px/1.3 var(--font-wix-madefor-display);
  color: var(--color-prussblue-400);
}
.doctors-filter-search input::placeholder {
  color: var(--color-prussblue-400);
  opacity: 0.3;
}
.doctors-filter-search input::-webkit-search-cancel-button {
  appearance: none;
  -webkit-appearance: none;
}
.doctors-filter-search svg {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  color: var(--color-indigo-krayola-400);
}
.doctors-filter-check {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 24px;
  border-radius: 20px;
  font: 500 16px/1.3 var(--font-wix-madefor-display);
  color: var(--color-prussblue-400);
  cursor: pointer;
}
.doctors-filter-check input {
  position: absolute;
  opacity: 0;
}
.doctors-filter-check span {
  position: relative;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border: 1px solid rgba(46, 52, 65, 0.1);
  border-radius: 8px;
  background: #f4f5fb;
}
.doctors-filter-check input:checked + span {
  background: var(--color-indigo-krayola-400);
}
.doctors-filter-check input:checked + span::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 6px;
  left: 8px;
  top: 8px;
  border: solid var(--color-white);
  border-width: 0 0 2px 2px;
  transform: rotate(-45deg);
}
.doctors-filter-group {
  overflow: hidden;
  border-radius: 20px;
}
.doctors-filter-group__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 16px;
  padding: 24px 24px 0;
  text-align: left;
}
.doctors-filter-group__head span {
  font: 500 18px/1.3 var(--font-bounded);
  color: var(--color-prussblue-400);
}
.doctors-filter-group__head svg {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  color: var(--color-prussblue-400);
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.doctors-filter-group__inner {
  display: grid;
  grid-template-rows: minmax(0, 0fr);
  overflow: hidden;
  transition: grid-template-rows 0.3s ease;
}
.doctors-filter-group__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 0;
  padding: 20px 24px 24px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.doctors-filter-group__search {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 59px;
  padding: 16px 20px 16px 24px;
  border-radius: 12px;
  background: #f4f3fa;
}
.doctors-filter-group__search input {
  width: 100%;
  min-width: 0;
  font: 600 16px/1.3 var(--font-wix-madefor-display);
  color: var(--color-prussblue-400);
}
.doctors-filter-group__search input::placeholder {
  color: var(--color-prussblue-400);
  opacity: 0.3;
}
.doctors-filter-group__search input::-webkit-search-cancel-button {
  appearance: none;
  -webkit-appearance: none;
}
.doctors-filter-group__search svg {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  color: var(--color-indigo-krayola-400);
}
.doctors-filter-group__options {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.doctors-filter-group__options button {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 46px;
  padding: 12px 20px;
  border-radius: 12px;
  font-family: var(--font-bounded-variable);
  font-size: 12px;
  font-weight: 466;
  line-height: 1.3;
  text-align: left;
  color: var(--color-prussblue-400);
  opacity: 0.7;
  transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}
.doctors-filter-group__options button:hover, .doctors-filter-group__options button[aria-pressed=true] {
  background: var(--color-light-blue-450);
  color: var(--color-indigo-krayola-400);
  opacity: 1;
}
.doctors-filter-group.is-open .doctors-filter-group__inner {
  grid-template-rows: minmax(0, 1fr);
}
.doctors-filter-group.is-open .doctors-filter-group__head span, .doctors-filter-group.is-open .doctors-filter-group__head svg {
  color: var(--color-indigo-krayola-400);
}
.doctors-filter-group.is-open .doctors-filter-group__body {
  opacity: 1;
  transform: translateY(0);
}
.doctors-filter-group:not(.is-open) .doctors-filter-group__head {
  padding-bottom: 24px;
}
.doctors-filter-group:not(.is-open) .doctors-filter-group__head svg {
  transform: rotate(0);
}
@media screen and (max-width: 900px) {
  .doctors-filter-group__head {
    padding: 18px 18px 0;
  }
  .doctors-filter-group__head span {
    font-size: 15px;
  }
  .doctors-filter-group__body {
    padding: 14px 18px 18px;
  }
  .doctors-filter-group__search {
    min-height: 48px;
    padding: 12px 16px;
  }
  .doctors-filter-group__options button {
    min-height: 40px;
    padding: 10px 14px;
  }
}
.doctors-directory-offer {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px 10px 10px;
  border-radius: 20px;
  background: var(--color-white);
  box-shadow: var(--shadow-light);
}
.doctors-directory-offer > span {
  align-self: flex-start;
  padding: 6px 12px;
  border-radius: 8px;
  background: var(--color-indigo-krayola-400);
  font: 500 12px/1.3 var(--font-bounded);
  color: var(--color-white);
}
.doctors-directory-offer__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 15px;
  border: 1px solid #dcf4a8;
  border-radius: 16px;
  background: var(--color-krayola-500);
}
.doctors-directory-offer__body > p {
  font: 400 16px/1.3 var(--font-bounded);
  color: var(--color-prussblue-400);
}
.doctors-directory-offer__body > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.doctors-directory-offer__body strong {
  font: 500 20px/1.3 var(--font-bounded);
  color: var(--color-indigo-krayola-400);
  white-space: nowrap;
}
.doctors-directory-offer__body s {
  font: inherit;
  color: var(--color-prussblue-400);
  opacity: 0.5;
}
.doctors-directory-offer__body button {
  min-height: 40px;
  padding: 10px 28px;
  border: 1px solid #4363f1;
  border-radius: 111px;
  background: var(--color-indigo-krayola-400);
  font: 400 12px/1.2 var(--font-bounded);
  color: var(--color-white);
}
@media screen and (max-width: 480px) {
  .doctors-directory-offer__body > div {
    align-items: stretch;
    flex-direction: column;
  }
  .doctors-directory-offer__body button {
    width: 100%;
  }
}
.doctor-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
  border-radius: 24px;
  background: var(--color-white);
  box-shadow: 0 8px 8px rgba(40, 37, 57, 0.03);
}
.doctor-card[hidden] {
  display: none !important;
}
.doctor-card__image-wrapper {
  position: relative;
  display: block;
  min-height: 0;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 16px;
  background: var(--color-light-blue-450);
}
.doctor-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.doctor-card__tags {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  padding: 14px;
}
.doctor-card__tag {
  padding: 6px 12px;
  border-radius: 8px;
  background: var(--color-white);
  box-shadow: 0 8px 4px rgba(40, 37, 57, 0.03);
  font: 700 12px/1.3 var(--font-wix-madefor-display);
  color: var(--color-prussblue-400);
  opacity: 0.8;
}
.doctor-card__tag--secondary {
  background: var(--color-indigo-krayola-400);
  color: var(--color-white);
  opacity: 1;
}
.doctor-card__info {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 20px;
  min-height: 322px;
  padding: 4px;
}
.doctor-card__title {
  font: 700 22px/1.1 var(--font-wix-madefor-display);
  color: var(--color-prussblue-400);
}
.doctor-card__speciality {
  margin-top: -10px;
  font: 500 16px/1.3 var(--font-wix-madefor-display);
  color: var(--color-indigo-krayola-400);
}
.doctor-card__meta-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.doctor-card__meta {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font: 500 16px/1.3 var(--font-wix-madefor-display);
  color: rgba(5, 19, 62, 0.5);
}
.doctor-card__meta span {
  font: inherit;
  color: inherit;
}
.doctor-card__meta svg {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  color: var(--color-indigo-krayola-400);
}
.doctor-card__button {
  width: 100%;
  min-height: 48px;
  margin-top: auto;
  font-family: var(--font-bounded);
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .doctor-card__info {
    min-height: 0;
  }
}
.doctor-profile-v2__layout {
  display: grid;
  grid-template-columns: minmax(360px, 540px) minmax(0, 1fr);
  align-items: start;
  gap: 40px;
}
.doctor-profile-v2__aside {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.doctor-profile-v2__content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 32px;
}
.doctor-profile-v2__label {
  font: 600 18px/1.3 var(--font-wix-madefor-display);
  color: var(--color-prussblue-400);
}
@media screen and (max-width: 1100px) {
  .doctor-profile-v2__layout {
    grid-template-columns: 1fr;
  }
  .doctor-profile-v2__aside {
    position: static;
    max-width: 540px;
  }
}
.doctor-profile-v2-photo,
.doctor-profile-v2-contact,
.doctor-profile-v2-summary,
.doctor-profile-v2-schedule,
.doctor-profile-v2-info {
  background: var(--color-white);
  box-shadow: 0 8px 4px rgba(40, 37, 57, 0.03);
}
.doctor-profile-v2-photo {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 14px;
  border-radius: 24px;
}
.doctor-profile-v2-photo__image {
  height: 626px;
  overflow: hidden;
  border-radius: 16px;
  background: var(--color-light-blue-450);
}
.doctor-profile-v2-photo__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.doctor-profile-v2-photo .button {
  width: 100%;
  min-height: 48px;
  font-family: var(--font-bounded);
  font-size: 13px;
}
.doctor-profile-v2-contact {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  border-radius: 20px;
}
.doctor-profile-v2-contact a {
  font: 500 20px/1.3 var(--font-bounded);
  text-align: center;
  color: var(--color-prussblue-400);
}
.doctor-profile-v2-contact .button {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--color-indigo-krayola-500);
  border-radius: 111px;
  background: var(--color-indigo-krayola-400);
  font-family: var(--font-bounded);
  font-size: 13px;
  color: var(--color-white);
}
.doctor-profile-v2-summary {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  border-radius: 20px;
}
.doctor-profile-v2-summary__head {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: var(--color-prussblue-400);
}
.doctor-profile-v2-summary__head h1 {
  font: 600 40px/1.1 var(--font-wix-madefor-display);
  color: inherit;
}
.doctor-profile-v2-summary__head p {
  font: 600 24px/1.1 var(--font-wix-madefor-display);
  color: inherit;
  opacity: 0.5;
}
.doctor-profile-v2-summary__columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.doctor-profile-v2-summary__about {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.doctor-profile-v2-summary__about > div, .doctor-profile-v2-summary__centers {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.doctor-profile-v2-summary__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.doctor-profile-v2-tag {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 6px 12px;
  border-radius: 8px;
  background: rgba(91, 119, 244, 0.1);
  font: 700 16px/1.3 var(--font-wix-madefor-display);
  text-transform: uppercase;
  color: var(--color-indigo-krayola-400);
}
.doctor-profile-v2-centers {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.doctor-profile-v2-centers p {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font: 600 18px/1.3 var(--font-wix-madefor-display);
  color: rgba(5, 19, 62, 0.5);
}
.doctor-profile-v2-centers p span {
  font: inherit;
  color: inherit;
}
.doctor-profile-v2-centers svg {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  color: var(--color-indigo-krayola-400);
}
.doctor-profile-v2-schedule {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  padding: 24px;
  border-radius: 20px;
  color: var(--color-prussblue-400);
}
.doctor-profile-v2-schedule__group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.doctor-profile-v2-schedule h2 {
  font: 700 24px/1.1 var(--font-wix-madefor-display);
  color: inherit;
}
.doctor-profile-v2-schedule__periods {
  display: flex;
  align-items: stretch;
  gap: 20px;
  min-width: 0;
}
.doctor-profile-v2-schedule__period {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  font: 600 18px/1.3 var(--font-wix-madefor-display);
}
.doctor-profile-v2-schedule__period strong {
  font: inherit;
  color: var(--color-indigo-krayola-500);
  white-space: nowrap;
}
.doctor-profile-v2-schedule__period span {
  font: inherit;
  color: var(--color-prussblue-400);
  opacity: 0.6;
  white-space: nowrap;
}
.doctor-profile-v2-schedule__divider {
  width: 1px;
  min-height: 24px;
  background: rgba(5, 19, 62, 0.2);
}
.doctor-profile-v2-info-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.doctor-profile-v2-info {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 24px;
  border-radius: 20px;
}
.doctor-profile-v2-info h2 {
  width: 100%;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font: 700 24px/1.1 var(--font-wix-madefor-display);
  color: var(--color-prussblue-400);
}
.doctor-profile-v2-info__rows {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 700px;
}
.doctor-profile-v2-info__row {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 24px;
}
.doctor-profile-v2-info__row time {
  font: 600 18px/1.3 var(--font-wix-madefor-display);
  color: var(--color-indigo-krayola-500);
}
.doctor-profile-v2-info__row p {
  font: 500 18px/1.3 var(--font-wix-madefor-display);
  color: var(--color-prussblue-400);
  opacity: 0.6;
}
.doctor-profile-v2-extra {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 24px;
  border-radius: 20px;
  background: var(--color-white);
  box-shadow: 0 8px 4px rgba(40, 37, 57, 0.03);
}
.doctor-profile-v2-extra > h2 {
  width: 100%;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font: 700 24px/1.1 var(--font-wix-madefor-display);
  color: var(--color-prussblue-400);
}
.doctor-profile-v2-extra__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.doctor-profile-v2-extra-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.doctor-profile-v2-extra-item h3 {
  font: 600 18px/1.3 var(--font-wix-madefor-display);
  color: var(--color-prussblue-400);
}
.doctor-profile-v2-extra-item__content {
  font: 400 16px/1.3 var(--font-wix-madefor-display);
  color: #2e3441;
  opacity: 0.8;
}
.doctor-profile-v2-extra-item__content p {
  font: inherit;
  color: inherit;
}
.doctor-profile-v2-extra-item__content p + p {
  margin-top: 10px;
}
.doctor-profile-v2-slider {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 20px;
}
.doctor-profile-v2-slider > h2 {
  font: 700 24px/1.1 var(--font-wix-madefor-display);
  color: var(--color-prussblue-400);
}
.doctor-profile-v2-slider__clip {
  min-width: 0;
  overflow: visible;
  clip-path: inset(0 -100vw 0 0);
}
.doctor-profile-v2-slider .swiper {
  overflow: visible !important;
}
.doctor-profile-v2-slider .custom-swiper__controls {
  margin-top: 24px;
}
.doctor-profile-v2-related .swiper-slide {
  width: min(382px, 100vw - 48px);
  height: auto;
}
.doctor-profile-v2-related .doctor-card {
  height: 100%;
}
.doctor-review-card {
  display: flex !important;
  width: min(480px, 100%);
  flex-direction: column;
  gap: 16px;
  padding: 4px;
  border-radius: 20px;
  background: var(--color-white);
  box-shadow: 0 8px 4px rgba(40, 37, 57, 0.03);
}
.doctor-review-card__main {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px 20px 0;
}
.doctor-review-card__head {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.doctor-review-card__head strong {
  width: 180px;
  font: 600 16px/1.3 var(--font-wix-madefor-display);
  color: var(--color-prussblue-400);
}
.doctor-review-card__head div {
  display: flex;
  flex: 1;
  justify-content: space-between;
  gap: 12px;
  font: 600 14px/1.3 var(--font-wix-madefor-display);
  color: rgba(5, 19, 62, 0.5);
  white-space: nowrap;
}
.doctor-review-card__head div span {
  font: inherit;
  color: inherit;
}
.doctor-review-card dl {
  display: flex;
  flex-direction: column;
}
.doctor-review-card dl > div {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 16px;
}
.doctor-review-card dt {
  font: 600 14px/1.3 var(--font-wix-madefor-display);
  color: var(--color-prussblue-400);
}
.doctor-review-card dd {
  font: 400 14px/1.3 var(--font-wix-madefor-display);
  color: rgba(5, 19, 62, 0.8);
}
.doctor-review-card__text {
  padding: 20px;
  border-radius: 18px;
  background: #f4f5fb;
  font: 400 16px/1.3 var(--font-wix-madefor-display);
  color: var(--color-prussblue-400);
}
@media screen and (max-width: 768px) {
  .doctor-profile-v2__content {
    gap: 24px;
  }
  .doctor-profile-v2-photo__image {
    height: min(626px, 100vw - 52px);
  }
  .doctor-profile-v2-summary,
  .doctor-profile-v2-schedule,
  .doctor-profile-v2-info,
  .doctor-profile-v2-extra {
    padding: 16px;
  }
  .doctor-profile-v2-summary__head h1 {
    font-size: 28px;
  }
  .doctor-profile-v2-summary__head p {
    font-size: 20px;
  }
  .doctor-profile-v2-summary__columns {
    grid-template-columns: 1fr;
  }
  .doctor-profile-v2-schedule {
    grid-template-columns: 1fr;
  }
  .doctor-profile-v2-schedule__periods {
    flex-wrap: wrap;
    gap: 12px;
  }
  .doctor-profile-v2-schedule__divider {
    display: none;
  }
  .doctor-profile-v2-info {
    gap: 24px;
  }
  .doctor-profile-v2-info__rows {
    gap: 20px;
  }
  .doctor-profile-v2-info__row,
  .doctor-profile-v2-info .doctor-review-card dl > div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .doctor-review-card__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }
  .doctor-review-card__head strong {
    width: auto;
  }
  .doctor-review-card__head div {
    width: 100%;
  }
  .doctor-review-card dl > div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}
.documents__column {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}
.documents__footer-text {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .documents__footer-text {
    font-size: 1rem;
  }
}
.documents__footer-text {
  opacity: 0.5;
  margin-top: 40px;
  text-align: center;
}
.documents-group__title {
  font-family: var(--font-wix-madefor-display);
  font-size: 12px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.documents-group__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 16px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .documents-group__grid {
    display: flex;
    overflow: auto;
    flex-wrap: nowrap;
    padding-bottom: 12px;
  }
  .documents-group__grid::-webkit-scrollbar {
    background: rgba(5, 19, 62, 0.0588235294);
    width: 2px;
    height: 2px;
    border-radius: 2px;
  }
  .documents-group__grid::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: var(--color-indigo-krayola-400);
  }
}
.document-card {
  display: flex;
  flex-direction: column;
  min-height: 160px;
  padding: 16px;
  background: var(--color-white);
  border-radius: 16px;
}
.document-card__title {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .document-card__title {
    font-size: 0.813rem;
  }
}
.document-card__title {
  font-weight: 600 !important;
  margin-top: 12px;
}
.document-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.document-card__actions {
  margin-top: auto;
  gap: 4px;
  display: flex;
}
.document-card__link {
  padding: 3px;
}
.document-card__link svg {
  width: 20px;
  height: 20px;
}
.document-card__link--pdf {
  font-family: var(--font-bounded);
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.96px;
  color: var(--color-white);
  padding: 4px 8px;
  border-radius: 8px;
  align-items: center;
  display: flex;
  gap: 6px;
  background: var(--color-indigo-krayola-400);
}
.document-card__date, .document-card__number {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 0.75rem;
  font-weight: 600 !important;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .document-card {
    min-width: 300px;
  }
}
.documents-info__column {
  max-width: 1000px;
  margin-inline: auto;
}
.documents-info-faq {
  display: flex;
  flex-direction: column;
  padding: 4px;
  border-radius: 20px;
  background: var(--color-white);
  box-shadow: var(--shadow-light);
}
.documents-info-faq__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px;
  border-bottom: 0 solid rgba(0, 0, 0, 0.1);
  transition: border-color 0.3s ease;
}
.documents-info-faq__title {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .documents-info-faq__title {
    font-size: 1rem;
  }
}
.documents-info-faq__title {
  font-weight: 600 !important;
  min-width: 0;
}
.documents-info-faq__chevron {
  width: 20px;
  height: 20px;
  min-width: 20px;
  color: var(--color-prussblue-400);
  opacity: 0.5;
  transition: transform 0.3s ease, opacity 0.3s ease, color 0.3s ease;
}
.documents-info-faq__inner {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}
.documents-info-faq__content {
  overflow: hidden;
  min-height: 0;
  padding: 0 20px;
}
.documents-info-faq__rows {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 24px;
}
.documents-info-faq__section {
  margin-top: 48px;
}
.documents-info-faq__section-title {
  font-family: var(--font-bounded);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
.documents-info-faq__links {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 24px;
  padding-bottom: 24px;
}
.documents-info-faq.active .documents-info-faq__header {
  border-bottom-width: 1px;
}
.documents-info-faq.active .documents-info-faq__title, .documents-info-faq.active .documents-info-faq__chevron {
  color: var(--color-indigo-krayola-400);
}
.documents-info-faq.active .documents-info-faq__chevron {
  opacity: 1;
  transform: rotate(180deg);
}
.documents-info-faq.active .documents-info-faq__inner {
  grid-template-rows: 1fr;
}
@media screen and (max-width: 768px) {
  .documents-info-faq {
    border-radius: 16px;
  }
  .documents-info-faq__header {
    padding: 16px;
  }
  .documents-info-faq__title {
    font-size: 1rem;
  }
  .documents-info-faq__content {
    padding: 0 16px;
  }
  .documents-info-faq__rows {
    padding-top: 20px;
    gap: 14px;
  }
  .documents-info-faq__section {
    margin-top: 32px;
  }
  .documents-info-faq__section-title {
    font-size: 1.125rem;
  }
  .documents-info-faq__links {
    margin-top: 20px;
    padding-bottom: 16px;
  }
}
.documents-info-row {
  display: grid;
  grid-template-columns: 304px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}
.documents-info-row__label {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .documents-info-row__label {
    font-size: 0.938rem;
  }
}
.documents-info-row__label {
  font-weight: 600 !important;
  line-height: 1.2;
  letter-spacing: -0.04em;
  color: var(--color-main);
}
.documents-info-row__value {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .documents-info-row__value {
    font-size: 0.813rem;
  }
}
.documents-info-row__value {
  line-height: 1.4;
  color: var(--color-main);
}
.documents-info-row__value p + p {
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .documents-info-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.documents-info-link {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 20px 24px;
  border-radius: 12px;
  background: var(--color-light-blue-300);
  color: var(--color-prussblue-400);
  transition: background-color 0.3s ease, color 0.3s ease;
}
.documents-info-link__text {
  font-family: var(--font-bounded);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  flex: 1 1 0;
  color: inherit;
}
.documents-info-link__icon {
  width: 20px;
  height: 20px;
  min-width: 20px;
  color: inherit;
}
.documents-info-link:hover {
  background: var(--color-indigo-krayola-400);
  color: var(--color-white);
  span-color: inherit;
}
@media screen and (max-width: 768px) {
  .documents-info-link {
    padding: 16px;
    gap: 16px;
    align-items: flex-start;
  }
}
.equipment-card {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
  background: var(--color-white);
  box-shadow: var(--shadow-light);
  border-radius: 20px;
  padding: 20px;
  gap: 40px;
  display: flex;
  flex-direction: column;
}
.equipment-card__image-wrapper {
  background: var(--color-indigo-krayola-400);
  width: 100%;
  height: 350px;
  border-radius: 20px;
  position: relative;
}
.equipment-card__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 20px;
}
.equipment-card__caption {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 0.75rem;
  padding: 8px 24px 8px 12px;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 12px;
  left: 12px;
  border-radius: 12px;
  z-index: 1;
  gap: 10px;
  background: var(--color-white);
}
.equipment-card__icon {
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  color: var(--color-indigo-krayola-400);
}
.equipment-card__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.equipment-card__title {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .equipment-card__title {
    font-size: 1rem;
  }
}
.equipment-card__title {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.equipment-card__text {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .equipment-card__text {
    font-size: 0.938rem;
  }
}
.equipment-card__text {
  opacity: 0.8;
}
.equipment-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.faq__more {
  margin-top: 16px;
}
.faq-block__column {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 1000px;
  margin-inline: auto;
}
.faq-block__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.faq-block__tags {
  display: flex;
  flex-wrap: wrap;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .faq-block__tags {
    flex-wrap: nowrap;
  }
}
.faq-manual {
  display: flex;
  padding: 12px 12px 12px 24px;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  background: var(--color-white, #fff);
  border-radius: 12px;
}
.faq-manual__title {
  font-family: var(--font-bounded-variable);
  font-weight: 500;
  margin-right: auto;
  line-height: normal;
}
.faq-manual__button {
  border-radius: 12px;
  padding: 12px 20px;
  gap: 12px;
}
.faq-manual__icon {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
}
@media screen and (max-width: 768px) {
  .faq-manual__title {
    width: 100%;
  }
}
.footer {
  padding: 0px 16px 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 100px;
}
.footer__grid {
  display: grid;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  grid-template-columns: repeat(auto-fill, minmax(min(350px, 100%), 1fr));
  gap: 4px;
}
.footer__wrapper {
  background: var(--color-white);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  padding: 60px 0px;
  gap: 40px;
}
.footer__navigation {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: 80px;
  }
}
.footer-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1 1 min(300px, 100%);
}
.footer-list__title {
  font-weight: 600 !important;
}
.footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.footer-bottom__text {
  color: var(--color-main);
}
.footer-bottom__column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer-bottom__row {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.footer-bottom__link {
  color: #000;
}
.footer-card {
  padding: 24px;
  background: var(--color-krayola-400);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer-card p,
.footer-card a {
  color: var(--color-main);
}
.footer-card__socials {
  display: flex;
  gap: 12px;
}
.footer-card__social-icon {
  width: 32px;
  min-width: 32px;
  aspect-ratio: 1/1;
}
.footer-card__image {
  min-height: 40px;
  width: auto;
  object-fit: contain;
}
.footer-card__image--1 {
  min-width: 68px;
  width: 68px;
  max-width: 68px;
}
.footer-card__image--2 {
  min-width: 52px;
  width: 52px;
  max-width: 52px;
}
.footer-card__image--3 {
  min-width: 90px;
  width: 90px;
  max-width: 90px;
}
.footer-card--gray {
  padding: 16px;
  background-color: #f4f3fa;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
}
.hero {
  padding: 4px;
}
.hero__wrapper {
  padding: 164px 0 40px;
  border-radius: 12px;
  background: url("/assets/hero-bg-BAX1FfO3.png") center/cover no-repeat;
}
@media screen and (max-width: 1024px) {
  .hero__wrapper {
    padding: 72px 0px 20px;
  }
  .hero .container {
    padding-inline: 8px;
  }
}
@media screen and (max-width: 768px) {
  .hero__wrapper {
    padding: 64px 0px 20px;
  }
  .hero .container {
    padding-inline: 8px;
  }
}
.hero-slide {
  max-width: 1280px;
}
.hero-slide__img {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  max-height: 46vh;
}
.hero-swiper {
  border-radius: 24px;
}
.hero-swiper__content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  z-index: 1;
  display: flex;
}
@media screen and (max-width: 768px) {
  .hero-swiper {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
  }
  .hero-swiper__content {
    position: static;
    padding: 0;
  }
}
.hero-content {
  max-width: 680px;
  width: 100%;
  background: var(--color-white);
  padding: 40px;
  border-radius: 20px;
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hero-content__title {
  max-width: 443px;
}
.hero-content__text {
  margin-top: 20px;
  max-width: 600px;
}
.hero-content__link {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .hero-content {
    padding: 16px;
  }
}
.custom-swiper-next,
.custom-swiper-prev {
  position: static;
  width: 60px !important;
  height: 60px !important;
  inset: unset !important;
  position: static !important;
  margin: unset !important;
  min-width: 60px;
  background: var(--color-krayola-400);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  inset: unset;
  transition: 0.3s ease;
  will-change: background-color;
}
.custom-swiper-next svg,
.custom-swiper-prev svg {
  width: 20px;
  height: 20px;
}
@media screen and (pointer: fine) {
  .custom-swiper-next:hover,
  .custom-swiper-prev:hover {
    background: var(--color-krayola-500);
  }
}
.hotline-contacts__layout {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  align-items: stretch;
  gap: 24px;
}
.hotline-contacts__content {
  display: flex;
  width: 528px;
  flex: 0 0 528px;
  flex-direction: column;
  gap: 20px;
  padding: 20px 24px;
  border-radius: 12px;
  background: var(--color-white);
  box-shadow: 0 8px 8px rgba(40, 37, 57, 0.03);
}
.hotline-contacts__title {
  font: 400 32px/1.4 var(--font-bounded);
  color: var(--color-prussblue-400);
}
.hotline-contacts__description {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font: 500 18px/1.3 var(--font-wix-madefor-display);
  color: var(--color-prussblue-400);
  opacity: 0.6;
}
.hotline-contacts__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hotline-contacts__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.hotline-contacts__label {
  font: 600 16px/1.2 var(--font-wix-madefor-display);
  letter-spacing: -0.04em;
  color: var(--color-prussblue-400);
  opacity: 0.5;
}
.hotline-contacts__value {
  font: 500 20px/1.4 var(--font-bounded);
  color: var(--color-prussblue-400);
}
.hotline-contacts__button {
  width: 100%;
  min-height: 48px;
  font: 400 13px/1.2 var(--font-bounded);
}
.hotline-contacts__visual {
  display: flex;
  min-width: 0;
  flex: 1 1 0;
  overflow: hidden;
  border-radius: 24px;
  background: #e5e8f5;
}
.hotline-contacts__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 900px) {
  .hotline-contacts__layout {
    flex-direction: column;
  }
  .hotline-contacts__content {
    width: 100%;
    flex: 1 1 auto;
  }
  .hotline-contacts__visual {
    min-height: 420px;
  }
}
@media screen and (max-width: 767px) {
  .hotline-contacts__content {
    padding: 20px 16px;
  }
  .hotline-contacts__title {
    font-size: 26px;
  }
  .hotline-contacts__description {
    font-size: 16px;
  }
  .hotline-contacts__visual {
    min-height: 320px;
  }
}
.important-know__row {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.important-know--doctors .important-know-header__top {
  align-items: center;
}
.important-know--doctors .important-know-header__title {
  text-align: center;
}
.important-know-header {
  flex: 1 1 min(400px, 100%);
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.important-know-header__title {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .important-know-header__title {
    font-size: 1.5rem;
  }
}
.important-know-header__top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}
.important-know-header__tag {
  font-family: var(--font-bounded);
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.96px;
  padding: 6px 12px;
  border-radius: 8px;
  background: rgba(91, 119, 244, 0.1);
  color: var(--color-indigo-krayola-600);
}
.important-know-header__buttons {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.important-know-header__button {
  flex: 1 1 min(250px, 100%);
}
.important-swiper-container {
  max-width: 960px;
  flex: 1 1 min(100%, 680px);
}
.important-swiper-controls {
  margin-top: 24px;
}
.important-slide {
  padding: 24px;
  display: flex !important;
  flex-direction: column;
  background: var(--color-white);
  border-radius: 24px;
  box-shadow: var(--shadow-light);
}
.important-slide__header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.important-slide__number {
  font-family: var(--font-bounded);
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.96px;
  opacity: 0.3;
}
.important-slide__title {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .important-slide__title {
    font-size: 1rem;
  }
}
.important-slide__image {
  max-width: 150px;
  width: 100%;
  margin: 0 auto;
}
.important-slide__text {
  margin-top: 16px;
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .important-slide__text {
    font-size: 0.938rem;
  }
}
.important-slide__text {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .important-slide {
    padding: 16px;
  }
}
.important-know-content {
  max-width: 960px;
  flex: 1 1 min(100%, 680px);
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.important-know-content-group {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.important-know-content-group__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.important-know-content-group__title {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .important-know-content-group__title {
    font-size: 1.125rem;
  }
}
.important-know-content-group__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.important-know-content-group__file {
  font-family: var(--font-bounded);
  font-weight: 500;
  font-size: 0.75rem;
  padding: 12px 20px;
  gap: 12px;
  border-radius: 12px;
}
.important-know-card {
  display: flex;
  flex-direction: column;
  background: var(--color-white);
  box-shadow: var(--shadow-light);
  border-radius: 24px;
  padding: 24px;
  gap: 16px;
}
.important-know-card__title {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .important-know-card__title {
    font-size: 1rem;
  }
}
.important-know-card__row {
  display: flex;
  gap: 16px;
}
.important-know-card__column {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1 1 0;
}
.important-know-card__list-item {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .important-know-card__list-item {
    font-size: 0.938rem;
  }
}
.important-know-card__list-item {
  display: flex;
  align-items: center;
}
.important-know-card__list-item::before {
  content: "";
  width: 4px;
  height: 4px;
  background: currentColor;
  border-radius: 50%;
  margin: 0px 10px;
}
.important-know-card__list-item--bold {
  font-weight: 600 !important;
}
.important-know-card__text {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .important-know-card__text {
    font-size: 0.938rem;
  }
}
.important-know-card__text--translucent {
  opacity: 0.5;
}
.important-know-card__text--bold {
  font-weight: 600 !important;
}
@media screen and (max-width: 768px) {
  .important-know-card {
    padding: 16px;
  }
  .important-know-card__text {
    font-size: 14px;
  }
}
.indications__row {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.indications__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  flex: 1 1 min(500px, 100%);
}
.indications__aside {
  max-width: 440px;
}
@media screen and (max-width: 768px) {
  .indications__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.indication-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  border-radius: 24px;
  background: var(--color-white);
}
.indication-card__title {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .indication-card__title {
    font-size: 1rem;
  }
}
.indication-card__text {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .indication-card__text {
    font-size: 0.938rem;
  }
}
.indication-card__text {
  opacity: 0.8;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.indication-card__button {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .indication-card {
    padding: 16px;
  }
}
.links-block__list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 16px;
}
.links-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 20px 24px;
  border-radius: 12px;
  background: var(--color-white);
  transition: 0.3s ease;
  box-shadow: var(--shadow-light);
}
.links-item svg {
  transition: 0.3s ease;
  width: 20px;
  height: 20px;
  color: inherit;
}
.links-item__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  color: inherit;
  align-items: flex-start;
}
.links-item__title {
  font-family: var(--font-bounded);
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.96px;
  transition: 0.3s ease;
  color: inherit;
}
.links-item__text {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .links-item__text {
    font-size: 0.938rem;
  }
}
.links-item__text {
  transition: 0.3s ease;
  opacity: 0.8;
  color: inherit;
}
@media screen and (pointer: fine) {
  .links-item:hover {
    background: var(--color-indigo-krayola-400);
    color: var(--color-white);
  }
  .links-item:hover svg {
    color: #fff;
  }
}
.map__wrapper {
  display: flex;
  position: relative;
  height: 720px;
  border-radius: 24px;
  margin-top: 40px;
  overflow: hidden;
}
.map__list {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  max-width: 480px;
  width: 100%;
  border-radius: 16px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  background: #f4f3fa;
  border-radius: 24px;
  height: calc(100% - 40px);
  overflow: visible;
}
.map__list-cards {
  display: none;
  flex-direction: column;
  margin: 8px 20px 0;
  padding-right: 10px;
  gap: 12px;
  border-radius: 16px;
  flex: 1 1 0;
  overflow: auto;
  scrollbar-width: none;
}
.map__list-cards::-webkit-scrollbar {
  display: none;
}
.map__list-cards.active {
  display: flex;
}
.map__list-options {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  align-content: flex-start;
  flex: 0 0 234px;
  gap: 16px;
  padding: 24px;
  background: var(--color-white);
  border-radius: 24px;
  box-shadow: var(--shadow-light);
  position: absolute;
  top: 80px;
  right: 24px;
  width: min(284px, 100% - 48px);
  box-sizing: border-box;
  max-height: 234px;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  z-index: 4;
  scrollbar-width: thin;
  scrollbar-color: var(--color-indigo-krayola-400) rgba(5, 19, 62, 0.0588235294);
}
.map__list-options > * {
  flex: 0 0 auto;
}
.map__list-options::-webkit-scrollbar {
  width: 2px;
  border-radius: 2px;
  background: rgba(5, 19, 62, 0.0588235294);
}
.map__list-options::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: var(--color-indigo-krayola-400);
}
.map__list-options.active {
  display: flex;
}
.map__list-options--search {
  gap: 16px;
  padding: 24px;
}
.map__search-results {
  display: none;
  flex-direction: column;
  margin: 8px 20px 0;
  padding-right: 10px;
  gap: 2px;
  border-radius: 16px;
  flex: 1 1 0;
  overflow: auto;
  scrollbar-width: none;
}
.map__search-results::-webkit-scrollbar {
  display: none;
}
.map__search-results.active {
  display: flex;
}
.map__search-result {
  width: 100%;
}
.map__button {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
}
.map__button .icon {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 768px) {
  .map__search-results {
    margin: 0;
    padding-right: 0;
    max-height: 700px;
  }
}
.map__search-source {
  display: none;
}
@media screen and (min-width: 769px) {
  .map__tabs {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .map .container {
    display: flex;
    flex-direction: column;
  }
  .map__list {
    display: contents;
  }
  .map__wrapper {
    display: contents;
  }
  .map__list-cards {
    order: 4;
    display: none !important;
    max-height: 700px;
    overflow: auto;
    margin: 0;
    padding-right: 0;
  }
  .map__list-cards.active-map-tab {
    display: flex !important;
  }
  .map__list-options {
    position: absolute;
    top: calc(100% + 8px);
    right: auto;
    left: 0;
    width: 100%;
    max-height: 234px;
    margin-top: 0;
    z-index: 10;
  }
  .map__search-results {
    order: 2;
    margin-top: 8px;
  }
  .map__tabs {
    order: 3;
    margin-top: 8px;
    padding: 4px;
    background: #fff;
    border-radius: 16px;
    margin: 16px 0px 24px;
  }
  .map__tabs .tab {
    flex: 1 1 0;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .map__button {
    position: static;
    order: 5;
    align-self: center;
    margin-top: 12px;
    transform: none;
  }
}
.map-option {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .map-option {
    font-size: 0.813rem;
  }
}
.map-option {
  font-weight: 600 !important;
  padding: 0;
  border-radius: 0;
  background: transparent;
  width: 100%;
  text-align: left;
  opacity: 0.7;
  transition: opacity 0.3s ease, color 0.3s ease;
}
@media screen and (pointer: fine) {
  .map-option:hover {
    opacity: 1;
    color: var(--color-indigo-krayola-400);
  }
}
.map-option.active {
  opacity: 1;
  color: var(--color-prussblue-400);
}
.map-search-option {
  font-family: var(--font-bounded);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.24px;
  padding: 12px 20px;
  min-height: 44px;
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 12px;
  background: var(--color-light-blue-300);
  color: rgba(46, 52, 65, 0.8);
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (pointer: fine) {
  .map-search-option:hover {
    background: var(--color-indigo-krayola-400);
    color: var(--color-white);
  }
}
.map-search-option.active {
  background: var(--color-indigo-krayola-400);
  color: var(--color-white);
}
.map-search-option--empty {
  cursor: default;
}
.map-search-option--empty:hover {
  background: var(--color-light-blue-300);
  color: rgba(46, 52, 65, 0.8);
}
.map-element {
  width: 100%;
  height: 100%;
  min-height: 720px;
  background: var(--color-light-blue-300);
}
@media screen and (max-width: 768px) {
  .map-element {
    order: 4;
    border-radius: 16px;
    overflow: hidden;
    display: none;
  }
  .map-element.active-map-tab {
    display: block;
  }
}
.map-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  gap: 20px;
  border-radius: 16px;
  padding: 16px;
  box-shadow: var(--shadow-light);
}
.map-card__header-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.map-card__header {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.map-card__title {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .map-card__title {
    font-size: 1rem;
  }
}
.map-card__title {
  flex: 1 1 auto;
}
.map-card__logo {
  aspect-ratio: 1/1;
  border-radius: 50%;
  min-width: 28px;
  width: 28px;
  height: 28px;
}
.map-card__image {
  height: 160px;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.map-card__info {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .map-card__info {
    font-size: 0.813rem;
  }
}
.map-card__info {
  font-weight: 600 !important;
  gap: 8px;
  display: flex;
  padding-right: 32px;
}
.map-card__info svg {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  opacity: 0.2;
}
.map-card__meta {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.map-card__meta-item {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.map-card__meta-item svg {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  opacity: 0.2;
  color: var(--color-prussblue-400);
}
.map-card__meta-content {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  align-items: baseline;
}
.map-card__meta-label {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .map-card__meta-label {
    font-size: 0.813rem;
  }
}
.map-card__meta-label {
  font-weight: 600 !important;
}
.map-card__meta-value {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .map-card__meta-value {
    font-size: 0.813rem;
  }
}
.map-card__meta-value {
  opacity: 0.5;
}
.map-card__groups {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.map-card__group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.map-card__group-title {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .map-card__group-title {
    font-size: 0.813rem;
  }
}
.map-card__group-title {
  font-weight: 600 !important;
}
.map-card__group-text {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .map-card__group-text {
    font-size: 0.813rem;
  }
}
.map-card__group-text {
  opacity: 0.5;
}
.map-card__button {
  width: 100%;
  justify-content: center;
}
.map-card--compact .map-card__header-wrapper {
  gap: 16px;
}
.map-header {
  display: none;
  padding: 12px 0px;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s ease;
  border-bottom: 1px solid rgba(5, 19, 62, 0.2);
}
.map-header__remove {
  color: #5b77f4;
  font-family: var(--font-wix-madefor-display);
  font-size: 16px;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  letter-spacing: -0.64px;
}
.map-header__wrapper {
  padding: 24px 24px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
.map-header__close {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-indigo-krayola-400);
}
.map-header__title {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .map-header__title {
    font-size: 0.938rem;
  }
}
.map-header__title {
  font-weight: 600 !important;
  flex: 0 0 auto;
}
.map-header__title span {
  opacity: 0.3;
}
.map-header__actions {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 auto;
}
.map-header__search-icon {
  width: 12px;
  height: 12px;
  min-width: 12px;
  color: var(--color-white);
}
.map-header__input {
  font-family: var(--font-bounded);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.64px;
  width: 100%;
  color: rgba(5, 19, 62, 0.8);
}
.map-header__input::placeholder {
  color: inherit;
  opacity: 0.8;
}
.map-header__search-control {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--color-prussblue-400);
  border-radius: 8px;
  padding: 4px 8px 6px 12px;
  width: 100%;
  max-width: 294px;
  margin-left: auto;
}
.map-header__search-control--plain {
  background: transparent;
  border-radius: 0;
  padding: 0;
  gap: 12px;
  max-width: none;
  margin-left: 0;
}
.map-header--search {
  align-items: center;
  gap: 0;
  width: 100%;
}
.map-header:focus-within {
  border-bottom-color: var(--color-indigo-krayola-400);
}
.map-header.active {
  display: flex;
}
@media screen and (max-width: 768px) {
  .map-header {
    flex-wrap: wrap;
    gap: 4px;
    border: 0;
    padding: 0px;
  }
  .map-header__wrapper {
    order: 1;
    flex-wrap: wrap;
    padding: 0px;
    display: flex;
    margin-top: 24px;
    border-radius: 16px;
    background: #f4f3fa;
    max-width: 400px;
  }
  .map-header__title {
    white-space: nowrap;
    flex: 1 1 auto;
    min-width: 90px;
  }
  .map-header__actions {
    flex: 1 1 auto;
    min-width: 0;
    justify-content: flex-start;
    overflow: visible;
  }
  .map-header__search-control {
    max-width: none;
  }
}
.map-action {
  font-size: 16px;
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-weight: 500;
  padding: 4px 8px 6px 12px;
  color: var(--color-white);
  align-items: center;
  border-radius: 8px;
  background: var(--color-prussblue-400);
  display: flex;
  transition: 0.3s ease;
  gap: 4px;
}
.map-action svg {
  color: var(--color-white);
  transition: 0.3s ease;
  width: 12px;
  height: 12px;
}
.map-action svg use {
  color: inherit;
}
.map-action span {
  font-family: inherit;
  color: inherit;
}
.map-action.active:not([data-action=search]) {
  background: var(--color-indigo-krayola-400);
}
.map-action.active:not([data-action=search]) svg {
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .map-action {
    flex: 1 0 auto;
    padding: 14px;
    border-radius: 12px;
    align-items: center;
    justify-content: center;
  }
  .map-action[data-action=search] {
    display: none;
  }
}
.map-filters {
  display: none;
}
.map-filters:has(> *) {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.map-filter {
  font-family: var(--font-bounded);
  font-weight: 500;
  font-size: 0.75rem;
  padding: 6px 8px 6px 12px;
  display: flex;
  align-items: center;
  color: var(--color-white);
  gap: 6px;
  border-radius: 8px;
  background: var(--color-indigo-krayola-400);
}
.map-filter span {
  font: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  color: inherit;
}
.map-filter__remove {
  width: 16px;
  height: 16px;
  background: var(--color-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.map-filter__remove svg {
  width: 8px;
  height: 8px;
}
.map-point {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #6179f7;
  box-shadow: 0 0 0 14px rgba(97, 121, 247, 0.5);
}
.map-cluster {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #05133e;
  box-shadow: 0 0 0 6px rgba(5, 19, 62, 0.5);
  color: #ffffff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
  box-sizing: content-box;
  cursor: pointer;
}
.method-catalog__cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.method-catalog-card {
  display: flex;
  flex: 1 1 250px;
  flex-direction: column;
  background: var(--color-white);
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.method-catalog-card__image {
  width: 100%;
  height: 200px;
  background: #f9f9fc;
  object-fit: cover;
}
.method-catalog-card__content {
  padding: 12px;
  gap: 16px;
  display: flex;
  flex-direction: column;
}
.method-catalog-card__buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.method-catalog-card__title {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .method-catalog-card__title {
    font-size: 1rem;
  }
}
.method-catalog-card__text {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .method-catalog-card__text {
    font-size: 0.938rem;
  }
}
.method-catalog-card__text {
  opacity: 0.8;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.method__cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.method-filters {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.method-filters__row {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.method-card {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  background: var(--color-white);
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.method-card__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.method-card__buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.method-card__title {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .method-card__title {
    font-size: 1rem;
  }
}
.method-card__text {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .method-card__text {
    font-size: 0.938rem;
  }
}
.method-card__text {
  opacity: 0.8;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.method-card--oms .method-card__text {
  -webkit-line-clamp: 6;
}
.method-footer {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  margin-top: 16px;
}
.method-footer__text {
  font-family: var(--font-bounded);
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.96px;
  opacity: 0.2;
  text-align: center;
}
.modal-callback {
  max-width: 600px;
}
.needs__row {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.needs__more {
  margin-top: 40px;
}
.needs-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1 1 min(400px, 100%);
}
.needs-item__header {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  border-radius: 32px;
  box-shadow: var(--shadow-light);
  background: var(--color-white);
  align-items: center;
  text-align: center;
  justify-content: center;
}
.needs-item__title {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .needs-item__title {
    font-size: 1.25rem;
  }
}
.needs-item__image {
  height: 248px;
  width: 100%;
  object-fit: cover;
  border-radius: 32px;
}
.needs-item__texts {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.needs-item__text {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .needs-item__text {
    font-size: 1rem;
  }
}
.needs-item__text {
  font-weight: 600 !important;
  background: var(--color-white);
  padding: 20px;
  border-radius: 12px;
}
.news-detail {
  margin-top: 40px;
}
.news-detail__main {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.news-detail__title {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  .news-detail__title {
    font-size: 2.125rem;
  }
}
.news-detail__description {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .news-detail__description {
    font-size: 1rem;
  }
}
.news-detail-content {
  margin-top: 60px;
}
.news-detail-content h2 {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 2.625rem;
}
@media screen and (max-width: 768px) {
  .news-detail-content h2 {
    font-size: 1.75rem;
  }
}
.news-detail-content h3 {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .news-detail-content h3 {
    font-size: 1.5rem;
  }
}
.news-detail-content h4 {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .news-detail-content h4 {
    font-size: 1.25rem;
  }
}
.news-detail-content h5 {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .news-detail-content h5 {
    font-size: 1.125rem;
  }
}
.news-detail-content h6 {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .news-detail-content h6 {
    font-size: 1rem;
  }
}
.news-detail-content p {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .news-detail-content p {
    font-size: 1rem;
  }
}
.news-detail-content p {
  margin-top: 24px;
}
.news-detail-content img {
  width: 100%;
  border-radius: 20px;
  height: auto;
  max-height: 600px;
  object-fit: cover;
  margin-top: 60px;
}
.news-detail-content img + * {
  margin-top: 60px;
}
.news-detail-content ul {
  margin-top: 16px;
}
.news-detail-content li {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .news-detail-content li {
    font-size: 1rem;
  }
}
.news-detail-content li {
  padding-left: 24px;
  position: relative;
}
.news-detail-content li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: currentColor;
  z-index: 1;
  top: 9px;
  left: 7px;
  border-radius: 50%;
}
.news__more {
  margin-top: 32px;
}
.news-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(350px, 100%), 1fr));
  gap: 24px;
  margin-top: 32px;
}
.news-card {
  display: flex !important;
  background: var(--color-white);
  flex-direction: column;
  border-radius: 24px;
}
.news-card__image {
  border-radius: 24px 24px 0px 0px;
  aspect-ratio: 382/240;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}
.news-card__info {
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
}
.news-card__title {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .news-card__title {
    font-size: 1rem;
  }
}
.news-card__date {
  color: var(--prussblue-400, #05133e);
  font-family: var(--font-wix-madefor-display);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  opacity: 0.5;
}
.news-card__tags {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
.news-card__button {
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .news-card__info {
    padding: 16px;
  }
}
.news-swiper {
  margin-top: 32px;
}
.partners-cards {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}
.partners-cards__wrapper {
  overflow: auto;
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 10px;
  align-items: center;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}
.partners-card {
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  background: var(--color-white);
  max-width: min(100%, 388px);
  flex: 1 1 min(388px, 100%);
  transition: 0.3s ease;
  box-shadow: var(--shadow-light);
}
.partners-card__title {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .partners-card__title {
    font-size: 1rem;
  }
}
.partners-card__text {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .partners-card__text {
    font-size: 0.938rem;
  }
}
.partners-card__text {
  opacity: 0.8;
}
.partners-card__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
}
.partners-card__image-wrapper {
  border-radius: 20px;
  height: auto;
  max-width: 100%;
  width: 100%;
  display: flex;
  transition: 0.3s ease;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  height: 254px;
  background: #f9f9fc;
}
.partners-swiper {
  max-width: 320px;
  width: 100%;
  overflow: visible !important;
}
.partners-swiper .swiper-wrapper {
  align-items: center;
}
.popular-services__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(350px, 100%), 1fr));
  gap: 16px 10px;
}
.popular-services__more {
  margin-top: 26px;
}
.popular-service-card {
  position: relative;
  min-height: 500px;
  display: flex;
}
.popular-service-card__title {
  font-weight: 700;
}
.popular-service-card__wrapper {
  position: relative;
  padding: 24px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: var(--color-white);
  border-radius: 24px;
  transition: 0.3s ease;
}
.popular-service-card__image-wrapper {
  border-radius: 16px;
  background: #f9f9fc;
  padding: 8px;
}
.popular-service-card__image {
  width: 100%;
  max-width: 100%;
}
.popular-service-card__text {
  font-family: var(--font-wix-madefor-display);
  color: var(--color-prussblue-400);
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-line-clamp: 6;
  min-height: 108px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  opacity: 0.8;
}
.popular-service-card__text + * {
  margin-top: auto;
}
.popular-service-card__info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 16px 0px;
}
.popular-service-card__info-item {
  display: flex;
  gap: 12px;
  overflow: hidden;
  color: var(--color-prussblue-400);
  text-overflow: ellipsis;
  font-family: var(--font-wix-madefor-display);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.popular-service-card__info-item span {
  margin-left: auto;
  opacity: 0.3;
}
.popular-service-card__more {
  background: transparent;
  gap: 10px;
  color: var(--color-prussblue-400);
  box-shadow: none;
  display: none;
}
@media screen and (pointer: fine) {
  .popular-service-card__more:hover {
    background: #f0f0f0;
  }
}
.popular-service-card__more-icon {
  width: 20px;
  height: 20px;
}
@media screen and (pointer: fine) {
  .popular-service-card:hover {
    z-index: 1;
  }
  .popular-service-card:hover .popular-service-card__wrapper {
    position: absolute;
    box-shadow: 0 20px 20px 0 rgba(40, 37, 57, 0.12);
  }
  .popular-service-card:hover .popular-service-card__more {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .popular-service-card__wrapper {
    padding: 16px;
  }
}
.services__column {
  gap: 24px;
  display: flex;
  flex-direction: column;
}
.preparation {
  padding-inline: 16px;
}
.preparation .container {
  display: flex;
  justify-content: space-between;
}
.preparation .section__header {
  flex-direction: column;
  gap: 40px;
  flex: 1 1 0;
  max-width: 440px;
}
.preparation__column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.preparation__row {
  display: flex;
  gap: 24px;
}
.preparation--pet-kt .section__header {
  margin: 0;
}
.preparation--pet-kt-diagnostics .container {
  flex-direction: column;
}
.preparation--pet-kt-diagnostics .section__header {
  max-width: 100%;
  gap: 20px;
  align-items: center;
}
.preparation-swiper-container {
  margin-top: 0;
  flex: 1 1 0;
  max-width: 960px;
}
.preparation-slide {
  border-radius: 32px;
  background: var(--color-white);
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: var(--shadow-light);
  padding: 12px;
}
.preparation-slide__header {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 12px;
}
.preparation-slide__image {
  width: 100%;
  height: 310px;
  object-fit: cover;
}
.preparation-slide__number {
  font-family: var(--font-bounded);
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.96px;
  opacity: 0.3;
}
.preparation-slide__title {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .preparation-slide__title {
    font-size: 1rem;
  }
}
.preparation-slide__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 12px;
}
.preparation-slide__group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.preparation-slide__group-title {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .preparation-slide__group-title {
    font-size: 0.938rem;
  }
}
.preparation-slide__group-title {
  font-weight: 600 !important;
}
.preparation-slide__group-text {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .preparation-slide__group-text {
    font-size: 0.938rem;
  }
}
.preparation-slide__group-text {
  opacity: 0.8;
}
.preparation-card {
  display: flex;
  box-shadow: var(--shadow-light);
  border-radius: 24px;
  flex: 1 1 0;
  padding: 16px;
  background: var(--color-white);
  flex-direction: column;
  gap: 16px;
}
.preparation-card__title {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .preparation-card__title {
    font-size: 1.25rem;
  }
}
.preparation-card-inner {
  width: 100%;
  padding: 16px;
  border-radius: 20px;
  gap: 16px;
  position: relative;
  min-height: 180px;
  height: auto;
  background: #f4f3fa;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.preparation-card-inner__icon {
  position: absolute;
  top: 50%;
  max-width: 100px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.preparation-card-inner__title {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .preparation-card-inner__title {
    font-size: 0.938rem;
  }
}
.preparation-card-inner__title {
  font-weight: 600 !important;
}
.preparation-card-inner__text {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .preparation-card-inner__text {
    font-size: 0.938rem;
  }
}
.preparation-card-inner__text {
  opacity: 0.8;
}
.prices__column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.prices__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.prices__row {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.prices__tabs--many-text {
  align-items: flex-start;
}
.prices__tabs--many-text .tab {
  max-width: calc((100% - 16px) / 3);
  white-space: normal;
}
.prices__dropdowns {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.prices__warn .warn__text {
  max-width: 690px;
}
.prices__search {
  width: 100%;
}
.prices__filters {
  align-items: center;
  justify-content: flex-start;
}
.prices__groups {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.prices-city-dropdown {
  flex: 0 0 auto;
  margin-right: auto;
}
.prices-city-dropdown .dropdown__header {
  padding: 12px 24px;
  background: transparent;
  box-shadow: none;
  gap: 10px;
  justify-content: center;
}
@media screen and (pointer: fine) {
  .prices-city-dropdown .dropdown__header:hover {
    background: rgba(255, 255, 255, 0.45);
  }
}
.prices-city-dropdown .dropdown__value {
  font-family: var(--font-bounded);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  color: var(--color-main);
}
.prices-city-dropdown .dropdown__list {
  left: 0;
  min-width: 220px;
}
.prices-city-dropdown__icon {
  width: 20px;
  height: 20px;
  min-width: 20px;
  color: var(--color-main);
  transition: transform 0.3s ease;
}
.prices-city-dropdown.active .dropdown__header {
  gap: 20px;
}
.prices-group {
  display: flex;
  flex-direction: column;
  padding: 4px;
  border-radius: 20px;
  background: var(--color-white);
  box-shadow: var(--shadow-light);
}
.prices-group__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px;
  text-align: left;
}
.prices-group__title {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .prices-group__title {
    font-size: 1rem;
  }
}
.prices-group__title {
  font-weight: 600 !important;
  color: var(--color-prussblue-400);
  min-width: 0;
}
.prices-group__chevron {
  width: 20px;
  height: 20px;
  min-width: 20px;
  color: var(--color-main);
  opacity: 0.8;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.prices-group__inner {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}
.prices-group__content {
  overflow: hidden;
  min-height: 0;
}
.prices-group__items {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.prices-group.active .prices-group__inner {
  grid-template-rows: 1fr;
}
.prices-group.active .prices-group__chevron {
  transform: rotate(180deg);
  opacity: 1;
}
.price-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 32px;
  padding: 20px;
  border-radius: 20px;
  background: #fafafd;
  flex-wrap: wrap;
}
.price-item__copy {
  flex: 1 1 min(420px, 100%);
  min-width: 0;
}
.price-item__title {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .price-item__title {
    font-size: 1rem;
  }
}
.price-item__title {
  font-weight: 600 !important;
  color: var(--color-prussblue-400);
  opacity: 0.8;
}
.price-item__subtitle {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .price-item__subtitle {
    font-size: 1rem;
  }
}
.price-item__subtitle {
  font-weight: 600 !important;
  color: var(--color-prussblue-400);
  opacity: 0.5;
  margin-top: 12px;
}
.price-item__column {
  flex: 0 1 415px;
  min-width: min(415px, 100%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
}
.price-item__button {
  min-width: 176px;
}
.price-item__price {
  font-family: var(--font-bounded);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--color-prussblue-400);
  text-align: right;
}
.price-item__price--old {
  text-decoration: line-through;
  font-size: 16px;
  opacity: 0.5;
}
.price-item__price--discount {
  padding: 6px 12px;
  border-radius: 8px;
  letter-spacing: 1.6px;
  color: #fff;
  background: #5b77f4;
}
.price-item__prefix {
  color: rgba(5, 19, 62, 0.5);
  text-align: right;
  font-family: var(--font-bounded);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
}
.price-item__row {
  display: flex;
  gap: 8px;
  align-items: flex-end;
}
.price-item__row--discount {
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .price-item {
    padding: 16px;
    border-radius: 16px;
  }
  .price-item__subtitle {
    margin-top: 8px;
  }
  .price-item__column {
    flex: 1 1 100%;
    min-width: 0;
    align-items: flex-start;
  }
  .price-item__price {
    text-align: left;
  }
  .price-item__button {
    width: 100%;
    min-width: 0;
  }
}
.prices-fallback {
  padding: 4px;
  border-radius: 20px;
  background: var(--color-white);
  box-shadow: var(--shadow-light);
}
.prices-fallback__text {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .prices-fallback__text {
    font-size: 1rem;
  }
}
.prices-fallback__text {
  font-weight: 600 !important;
  color: var(--color-prussblue-400);
  padding: 20px;
}
.price-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  background: var(--color-white);
  border-radius: 24px;
  flex: 1 1 min(340px, 100%);
  box-shadow: var(--shadow-light);
}
.price-card__title {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .price-card__title {
    font-size: 1rem;
  }
}
.price-card__title {
  padding-bottom: 12px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.price-card__group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.price-card__group-title {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .price-card__group-title {
    font-size: 0.938rem;
  }
}
.price-card__group-title {
  font-weight: 600 !important;
}
.price-card__list-item {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .price-card__list-item {
    font-size: 0.938rem;
  }
}
.price-card__list-item {
  display: flex;
  align-items: center;
  color: var(--color-main);
}
.price-card__list-item::before {
  content: "";
  width: 4px;
  height: 4px;
  background: currentColor;
  border-radius: 50%;
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .price-card {
    padding: 16px;
  }
}
@media screen and (max-width: 768px) {
  .prices__warn .warn__text {
    max-width: none;
  }
  .prices-city-dropdown {
    width: 100%;
    margin-left: 0;
  }
  .prices-city-dropdown .dropdown__header {
    width: 100%;
    justify-content: space-between;
  }
  .prices-city-dropdown .dropdown__list {
    left: 0;
    min-width: 0;
    width: 100%;
  }
  .prices-group {
    border-radius: 16px;
  }
  .prices-group__header {
    padding: 16px;
  }
  .prices-fallback {
    border-radius: 16px;
  }
  .prices-fallback__text {
    padding: 16px;
  }
}
.prices-page {
  padding-top: 60px;
}
.prices-page__layout {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.prices-page__filters {
  position: sticky;
  top: 100px;
  z-index: 2;
  display: flex;
  width: 540px;
  flex: 0 0 540px;
  flex-direction: column;
  gap: 6px;
}
.prices-page__centers {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 32px;
}
.prices-page__more {
  display: flex;
  width: 100%;
  min-height: 60px;
  align-items: center;
  justify-content: center;
  padding: 20px 24px;
  border-radius: 12px;
  background: var(--color-light-blue-450);
  font: 500 12px/1.3 var(--font-bounded);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-indigo-krayola-400);
}
@media screen and (max-width: 1200px) {
  .prices-page__filters {
    width: 400px;
    flex-basis: 400px;
  }
}
@media screen and (max-width: 900px) {
  .prices-page__layout {
    flex-direction: column;
  }
  .prices-page__filters {
    position: static;
    width: 100%;
    flex-basis: auto;
  }
  .prices-page__centers {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .prices-page {
    padding-top: 40px;
  }
  .prices-page__layout {
    gap: 24px;
  }
}
.prices-page-select,
.prices-page-tags,
.prices-page-center {
  border-radius: 20px;
  background: var(--color-white);
  box-shadow: 0 8px 8px rgba(40, 37, 57, 0.03);
}
.prices-page-select {
  overflow: hidden;
}
.prices-page-select > summary {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 24px;
  cursor: pointer;
  list-style: none;
}
.prices-page-select > summary::-webkit-details-marker {
  display: none;
}
.prices-page-select > summary > span {
  font: 500 18px/1.3 var(--font-bounded);
  color: var(--color-prussblue-400);
}
.prices-page-select > summary svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  transition: transform 0.3s ease;
  color: var(--color-prussblue-400);
}
.prices-page-select[open] > summary svg {
  transform: rotate(180deg);
}
.prices-page-select[open] > summary {
  border-bottom: 1px solid rgba(5, 19, 62, 0.1);
}
.prices-page-select__options {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 12px 24px 20px;
}
.prices-page-select__options label {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  cursor: pointer;
}
.prices-page-select__options input,
.prices-page-select .prices-page-tags input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.prices-page-select__options label > span {
  font: 400 16px/1.3 var(--font-wix-madefor-display);
  color: rgba(5, 19, 62, 0.6);
}
.prices-page-select__options input:checked + span {
  font-weight: 600;
  color: var(--color-indigo-krayola-400);
}
.prices-page-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 24px;
}
.prices-page-tags label {
  cursor: pointer;
}
.prices-page-tags input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.prices-page-tags span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border: 1px solid rgba(5, 19, 62, 0.1);
  border-radius: 12px;
  font: 400 16px/1.3 var(--font-bounded);
  color: var(--color-prussblue-400);
  white-space: nowrap;
}
.prices-page-tags input:checked + span {
  border-color: transparent;
  background: var(--color-krayola-400);
}
.prices-page-center {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 0 24px 24px;
}
.prices-page-center > h2 {
  width: 100%;
  padding: 24px 0 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: var(--color-white);
  font: 500 20px/1.3 var(--font-bounded);
  color: var(--color-prussblue-400);
}
.prices-page-center__directions {
  display: flex;
  flex-direction: column;
  gap: 6px;
  container: prices-directions/inline-size;
}
.prices-page-direction {
  border-bottom: 1px solid rgba(5, 19, 62, 0.06);
}
.prices-page-direction > summary {
  display: flex;
  min-height: 66px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 20px;
  cursor: pointer;
  list-style: none;
}
.prices-page-direction > summary::-webkit-details-marker {
  display: none;
}
.prices-page-direction > summary > span {
  font: 400 16px/1.3 var(--font-bounded);
  color: var(--color-prussblue-400);
}
.prices-page-direction > summary svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  transform: rotate(180deg);
  transition: transform 0.3s ease;
  color: var(--color-prussblue-400);
}
.prices-page-direction[open] {
  padding: 20px;
}
.prices-page-direction[open] > summary {
  min-height: 26px;
  padding: 0;
}
.prices-page-direction[open] > summary > span {
  color: var(--color-indigo-krayola-400);
}
.prices-page-direction[open] > summary svg {
  transform: rotate(0);
  color: var(--color-indigo-krayola-400);
}
.prices-page-direction__inner {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease, padding-top 0.3s ease;
}
.prices-page-direction[open] .prices-page-direction__inner {
  grid-template-rows: 1fr;
  padding-top: 20px;
}
.prices-page-direction__cards {
  display: flex;
  min-height: 0;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .prices-page-select > summary {
    padding-inline: 16px;
  }
  .prices-page-tags {
    padding: 16px;
  }
  .prices-page-tags span {
    min-height: 44px;
    padding-inline: 16px;
    font-size: 14px;
  }
  .prices-page-center {
    padding: 0 16px 16px;
  }
  .prices-page-center > h2 {
    top: 64px;
    font-size: 18px;
  }
}
.prices-page-card {
  display: flex;
  min-height: 90px;
  align-items: center;
  justify-content: space-between;
  gap: 20px 24px;
  padding: 20px;
  border-radius: 20px;
  background: #f4f3fa;
}
.prices-page-card__copy {
  flex: 1 1 320px;
  min-width: 0;
}
.prices-page-card__title {
  font: 500 16px/1.3 var(--font-wix-madefor-display);
  color: var(--color-prussblue-400);
}
.prices-page-card__actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 24px;
}
.prices-page-card__prices {
  display: flex;
  align-items: center;
  gap: 12px;
}
.prices-page-card__price {
  font: 400 16px/1.3 var(--font-bounded);
  color: var(--color-prussblue-400);
  white-space: nowrap;
}
.prices-page-card__price--old {
  opacity: 0.4;
  text-decoration: line-through;
}
.prices-page-card__price--discount {
  padding: 6px 12px;
  border-radius: 8px;
  background: var(--color-indigo-krayola-400);
  color: var(--color-white);
}
.prices-page-card__divider {
  width: 1px;
  height: 40px;
  flex: 0 0 1px;
  background: rgba(5, 19, 62, 0.06);
}
.prices-page-card__button {
  min-width: 141px;
  min-height: 40px;
  padding: 6px 28px;
  border: 1px solid var(--color-krayola-500);
  border-radius: 111px;
  font: 400 12px/1.2 var(--font-bounded);
  color: var(--color-prussblue-400);
}
@media (max-width: 767px) {
  .prices-page-card {
    align-items: stretch;
    flex-direction: column;
    padding: 16px;
  }
  .prices-page-card__actions {
    align-items: stretch;
    flex-direction: column;
  }
  .prices-page-card__divider {
    display: none;
  }
  .prices-page-card__button {
    width: 100%;
  }
}
@container prices-directions (max-width: 820px) {
  .prices-page-card {
    align-items: stretch;
    flex-direction: column;
  }
  .prices-page-card__copy {
    flex: 0 1 auto;
  }
  .prices-page-card__actions {
    justify-content: space-between;
  }
}
@container prices-directions (max-width: 500px) {
  .prices-page-card__actions {
    align-items: stretch;
    flex-direction: column;
  }
  .prices-page-card__divider {
    display: none;
  }
  .prices-page-card__button {
    width: 100%;
  }
}
.quality-control__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.quality-control-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1 1 200px;
}
.quality-control-card__image-wrapper {
  border-radius: 24px;
  background: var(--color-white, #fff);
  aspect-ratio: 382/213;
  width: 100%;
}
.quality-control-card__title {
  font-family: var(--font-bounded);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
}
.quality__container {
  max-width: 1048px;
}
.quality-card {
  background: var(--color-white);
  box-shadow: var(--shadow-light);
  border-radius: 20px;
  display: flex !important;
  gap: 40px;
  padding: 20px;
}
.quality-card__header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.quality-card__title {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .quality-card__title {
    font-size: 1rem;
  }
}
.quality-card__text {
  margin-top: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  opacity: 0.8;
  margin-bottom: 32px;
}
.quality-card__buttons {
  margin-top: auto;
  display: flex;
  gap: 12px;
}
.quality-card__info {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
}
.quality-card__wrapper-image {
  flex: 1 1 0;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.quality-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quality-card__icon {
  width: 20px;
  height: 20px;
  color: #5b77f4;
}
.quality-card__standard {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 0.75rem;
  font-weight: 600 !important;
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--color-white);
  border-radius: 12px;
  padding: 8px 24px 8px 12px;
  position: absolute;
  bottom: 12px;
  left: 12px;
  max-width: calc(100% - 24px);
}
@media screen and (max-width: 768px) {
  .quality-card {
    flex-direction: column;
  }
  .quality-card__button {
    width: 100%;
  }
  .quality-card__header {
    flex-wrap: wrap;
  }
  .quality-card__buttons {
    flex-wrap: wrap;
  }
  .quality-card__wrapper-image {
    min-height: 350px;
  }
}
.quick-registration__row {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
.quick-registration__column {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.quick-registration__buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.quick-registration-hotline {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  background: var(--color-white);
  box-shadow: var(--shadow-light);
  padding: 32px 24px;
  gap: 24px;
}
.quick-registration-hotline__phone {
  display: flex;
  flex-direction: column;
  padding: 24px;
  align-items: center;
  gap: 8px;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(180deg, #ebfec2 0%, rgba(235, 254, 194, 0) 100%);
}
.quick-registration-hotline__phone-title {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .quick-registration-hotline__phone-title {
    font-size: 0.813rem;
  }
}
.quick-registration-hotline__phone-title {
  font-weight: 600 !important;
}
.quick-registration-hotline__phone-number {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .quick-registration-hotline__phone-number {
    font-size: 1.125rem;
  }
}
.quick-registration-hotline__row {
  display: flex;
}
.quick-registration-hotline__group {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  gap: 8px;
}
.quick-registration-hotline__group:not(:last-child) {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid hsla(0, 0%, 0%, 0.1);
}
.quick-registration-hotline__group:first-child {
  flex: 2 1 0;
}
.quick-registration-hotline__group-title {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .quick-registration-hotline__group-title {
    font-size: 1rem;
  }
}
.quick-registration-hotline__group-text {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .quick-registration-hotline__group-text {
    font-size: 1rem;
  }
}
.quick-registration-form {
  border-radius: 32px;
  background: var(--color-white);
  box-shadow: var(--shadow-light);
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  padding: 40px;
}
.quick-registration-form__column {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.quick-registration-form__wrapper {
  display: flex;
  flex-direction: column;
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
  gap: 40px;
}
.quick-registration-form__radios {
  display: flex;
  align-items: center;
  justify-content: center;
}
.radiosurgery__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .radiosurgery__grid {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
}
.radiosurgery-item {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: flex-start;
  justify-content: flex-end;
  overflow: hidden;
  flex: 1 1 0;
  border-radius: 20px;
  background: #e5e8f5;
  padding: 40px;
}
.radiosurgery-item__content {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  max-width: 400px;
  gap: 12px;
}
.radiosurgery-item__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.radiosurgery-item__title {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .radiosurgery-item__title {
    font-size: 1.125rem;
  }
}
.radiosurgery-item__text {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .radiosurgery-item__text {
    font-size: 0.938rem;
  }
}
.radiosurgery-item__text {
  font-weight: 600 !important;
}
.radiosurgery-item:first-child {
  min-height: 480px;
  grid-column: span 2;
}
@media screen and (max-width: 768px) {
  .radiosurgery-item {
    min-height: 480px;
    padding: 16px;
  }
  .radiosurgery-item__content {
    align-items: flex-start;
  }
}
.restrictions__list {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.restrictions__more {
  margin-top: 40px;
}
.restrictions-item {
  background: var(--color-white);
  border-radius: 12px;
  padding: 20px;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}
.restrictions-item__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}
.restrictions-item__title {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .restrictions-item__title {
    font-size: 1rem;
  }
}
.restrictions-item__title {
  font-weight: 600 !important;
}
.restrictions-item__button {
  flex: 1 1 0;
  max-width: 316px;
}
.results__row {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.results__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1 1 min(500px, 100%);
}
.results__column--faqs {
  gap: 8px;
}
.results__notifications {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1 1 min(300px, 100%);
  max-width: 540px;
}
.results-notification {
  display: flex;
  flex-direction: column;
  padding: 32px 24px;
  gap: 16px;
  box-shadow: var(--shadow-light);
  background: var(--color-white);
  border-radius: 20px;
}
.results-notification__title {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .results-notification__title {
    font-size: 1rem;
  }
}
.results-notification__text {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .results-notification__text {
    font-size: 0.938rem;
  }
}
.results-notification__text {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .results-notification {
    padding: 16px;
  }
}
.results-table__cell {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .results-table__cell {
    font-size: 0.938rem;
  }
}
.results-table__cell {
  font-weight: 600 !important;
  flex: 1 1 0;
}
.results-table__cell::before {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 0.75rem;
  font-weight: 600 !important;
  opacity: 0.3;
}
.results-table__row {
  display: flex;
  padding: 20px;
  background: var(--color-white);
  border-radius: 20px;
  gap: 24px;
}
.results-table__row:not(.results-table__row--header) + .results-table__row {
  margin-top: 2px;
}
.results-table__row--header {
  background: transparent;
}
.results-table__row--header .results-table__cell {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .results-table__row--header .results-table__cell {
    font-size: 1rem;
  }
}
.results-table__row--header .results-table__cell {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .results-table__row {
    gap: 16px;
    padding: 16px;
    flex-direction: column;
  }
  .results-table__row--header {
    display: none;
  }
  .results-table__cell {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .results-table__cell:nth-child(1):before {
    content: "Тип исследования";
  }
  .results-table__cell:nth-child(2):before {
    content: "Срок готовности";
  }
  .results-table__cell:nth-child(3):before {
    content: "Город";
  }
}
.conclusion-swiper-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1 1 0;
  max-width: 1136px;
}
.conclusion-swiper {
  max-width: 360px;
  overflow: visible !important;
}
.conclusion-swiper__wrapper {
  overflow: hidden;
  padding: 48px 118px;
  background: var(--color-white);
  border-radius: 24px;
  box-shadow: var(--shadow-light);
}
.conclusion-slide {
  transition: 0.3s ease;
}
.conclusion-slide:not(.swiper-slide-active) {
  transform: scale(0.7) translateZ(0) !important;
}
.results-patient__row {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
  position: relative;
}
.results-patient__img {
  max-width: 780px;
  flex: 1 1 min(500px, 100%);
  border-radius: 16px;
  top: 24px;
}
.results-patient__column {
  flex: 1 1 min(500px, 100%);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.results-patient-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  border-radius: 24px;
  background: var(--color-white);
  box-shadow: var(--shadow-light);
}
.results-patient-card__title {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .results-patient-card__title {
    font-size: 1rem;
  }
}
.results-patient-card__header {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.results-patient-card__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.results-patient-card__row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.results-patient-card__group-title {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .results-patient-card__group-title {
    font-size: 0.938rem;
  }
}
.results-patient-card__group-title {
  font-weight: 600 !important;
  flex: 1 1 min(180px, 100%);
}
.results-patient-card__text {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .results-patient-card__text {
    font-size: 0.813rem;
  }
}
.results-patient-card__text {
  flex: 1 1 min(300px, 100%);
}
@media screen and (max-width: 768px) {
  .results-patient-card {
    padding: 16px;
  }
}
.reviews {
  overflow: hidden;
}
.reviews-swiper {
  overflow: visible !important;
  margin-top: 24px;
}
.review-slide {
  max-width: 480px;
  background: #f8f8fc;
  box-shadow: var(--shadow-light);
  padding: 4px;
  border-radius: 12px;
}
.review-slide__footer {
  padding: 20px;
  display: flex;
  gap: 12px;
}
.review-slide__content {
  display: flex;
  flex-direction: column;
  background: #f4f3fa;
  padding: 20px;
  border-radius: 20px;
  gap: 20px;
}
.review-slide__rating {
  display: flex;
  gap: 2px;
  color: #5b77f4;
}
.review-slide__review {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .review-slide__review {
    font-size: 0.938rem;
  }
}
.review-slide__title {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .review-slide__title {
    font-size: 0.938rem;
  }
}
.review-slide__title {
  font-weight: 600 !important;
}
.review-slide__date, .review-slide__city {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .review-slide__date, .review-slide__city {
    font-size: 0.813rem;
  }
}
.review-slide__date, .review-slide__city {
  font-weight: 600 !important;
  opacity: 0.5;
  white-space: nowrap;
}
.reviews-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap-reverse;
  gap: 12px;
}
.reviews-header__dropdowns {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.reviews-header__dropdowns .dropdown {
  width: 100%;
}
.security__row {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.security-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1 1 min(400px, 100%);
}
.special__header {
  gap: 16px;
}
.special__column {
  display: flex;
  flex-direction: column;
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
}
.special__row {
  display: flex;
  gap: 8px;
  margin-top: -48px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.special__image {
  border-radius: 24px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .special__image {
    min-height: 420px;
  }
  .special__row {
    margin-top: -200px;
  }
}
.special-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 16px;
  max-width: 390px;
  border-radius: 32px;
  flex: 1 1 390px;
  min-width: min(100%, 290px);
  background: var(--color-white);
}
.special-card__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  text-align: center;
  max-width: 326px;
}
.special-card__title--normal {
  min-height: 0;
}
.special-card__button {
  width: 100%;
}
.special-card__buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.special-card--secondary {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.special-card--secondary .special-card__title {
  min-height: 0;
}
@media screen and (max-width: 768px) {
  .special-card {
    padding: 12px 5px;
  }
  .special-card__title {
    min-height: 0;
  }
  .special-card__button {
    max-width: calc(100% - 14px);
  }
}
.sbs__container {
  max-width: 1048px;
}
.sbs--light .section__wrapper {
  background: transparent;
  padding: 0;
}
.sbs--light .sbs-card__image {
  background: var(--light-blue-450, #e9ebf6);
}
.sbs-content {
  display: flex;
  flex-direction: column;
}
.sbs-progress {
  display: flex;
  padding-inline: 24px;
  gap: 24px;
}
.sbs-progress__step {
  font-family: var(--font-bounded);
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  display: flex;
  gap: 24px;
  align-items: center;
  transition: 0.3s ease;
  opacity: 0.1;
}
.sbs-progress__step:not(:first-child) {
  flex: 1 1 0;
}
.sbs-progress__step:not(:first-child)::before {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--color-prussblue-400);
}
.sbs-progress__step.active {
  opacity: 1;
}
.sbs-cards {
  margin-top: 20px;
  padding-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .sbs-cards {
    padding-bottom: 0px;
  }
}
.sbs-card {
  max-width: 560px;
  width: 100%;
  margin-inline: auto;
  border-radius: 24px;
  background: #fff;
  overflow: hidden;
  display: none;
  flex-direction: column;
}
.sbs-card__info {
  padding: 20px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sbs-card__contents {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sbs-card__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sbs-card__header {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}
.sbs-card__title {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .sbs-card__title {
    font-size: 1.125rem;
  }
}
.sbs-card__time {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 0.75rem;
  opacity: 0.5;
}
.sbs-card__content-title {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .sbs-card__content-title {
    font-size: 0.938rem;
  }
}
.sbs-card__content-title {
  font-weight: 600 !important;
  color: var(--color-main);
}
.sbs-card__content-text {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .sbs-card__content-text {
    font-size: 0.938rem;
  }
}
.sbs-card__content-text {
  opacity: 0.8;
  color: var(--color-main);
}
.sbs-card__image {
  width: 100%;
  min-height: 220px;
  object-fit: cover;
}
.sbs-card.active {
  display: flex;
}
@media screen and (max-width: 768px) {
  .sbs-card__info {
    padding: 20px 16px 16px;
  }
}
.sbs-navigation {
  margin-top: 24px;
  display: flex;
  gap: 12px;
}
.sbs-navigation__button {
  font-family: var(--font-bounded);
  font-weight: 500;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .sbs-navigation__button {
    font-size: 0.813rem;
  }
}
.sbs-navigation__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 24px;
  background: #eceef8;
  border-radius: 12px;
  transition: 0.3s ease;
  flex: 1 1 0;
  color: var(--color-indigo-krayola-400);
}
.sbs-navigation__button svg {
  color: inherit;
}
@media screen and (pointer: fine) {
  .sbs-navigation__button:hover {
    background: #daddf1;
  }
}
.story__row {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.story-aside {
  max-width: 540px;
  flex: 1 1 min(540px, 100%);
  display: flex;
  flex-direction: column;
  top: 24px;
}
.story-aside__title {
  color: var(--color-main, #2e3441);
  font-family: var(--font-bounded-variable);
  font-size: 147px;
  font-weight: 400;
  line-height: 120%;
}
.story-aside__text {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .story-aside__text {
    font-size: 1rem;
  }
}
.story-aside__text {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .story-aside__title {
    font-size: 70px;
  }
}
.story-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1 1 540px;
}
.story-item {
  background: var(--color-white);
  display: flex;
  border-radius: 32px;
  flex-wrap: wrap-reverse;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-light);
}
.story-item__title {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .story-item__title {
    font-size: 1.125rem;
  }
}
.story-item__text {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .story-item__text {
    font-size: 0.938rem;
  }
}
.story-item__text {
  font-weight: 600 !important;
  padding: 20px 32px;
  border-radius: 24px;
  background: var(--color-krayola-400);
  max-width: 420px;
}
.story-item__column {
  flex: 1 1 min(100%, 350px);
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 24px;
  margin-top: auto;
  z-index: 1;
  position: relative;
}
.story-item__img {
  position: relative;
  object-fit: contain;
  object-position: top right;
  z-index: 1;
  flex: 1 1 min(100%, 350px);
}
.story-item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -84px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: #e5e8f5;
  aspect-ratio: 1/1;
  width: 458px;
}
.story-item:nth-child(even) {
  flex-direction: row-reverse;
}
.story-item:nth-child(even)::before {
  left: -84px;
  right: unset;
}
@media screen and (max-width: 768px) {
  .story-item__column {
    background: var(--color-white);
    padding: 12px;
    gap: 10px;
  }
  .story-item__text {
    padding: 12px;
  }
  .story-item::before {
    content: "";
    top: -44px;
    right: -132px;
    transform: translateY(0);
    width: 323px;
  }
  .story-item:nth-child(even)::before {
    left: -132px;
    right: unset;
  }
}
.story-dark__row {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.story-dark__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1 1 0;
}
.story-dark-aside {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 540px;
  flex: 1 1 min(540px, 100%);
}
.story-dark-aside__title {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .story-dark-aside__title {
    font-size: 1.5rem;
  }
}
.story-dark-aside__card-title {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .story-dark-aside__card-title {
    font-size: 1.125rem;
  }
}
.story-dark-aside__card-title {
  color: var(--color-main);
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.story-dark-aside__text {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .story-dark-aside__text {
    font-size: 0.938rem;
  }
}
.story-dark-aside__text {
  color: var(--color-main);
  opacity: 0.8;
}
.story-dark-aside__card {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  border-radius: 24px;
  background: var(--color-white, #fff);
  box-shadow: var(--shadow-light);
}
.story-dark-aside__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.story-dark-aside__button {
  flex: 1 1 200px;
  padding-inline: 30px;
}
.story-dark-card {
  display: flex;
  display: flex;
  padding: 44px;
  min-height: 160px;
  align-items: center;
  width: 100%;
  gap: 40px;
  position: relative;
  align-self: stretch;
  border-radius: 24px;
  background: var(--color-white, #fff);
  box-shadow: var(--shadow-light);
  overflow: hidden;
}
.story-dark-card__column {
  display: flex;
  flex-direction: column;
  max-width: calc(50% - 20px);
  gap: 8px;
}
.story-dark-card__number {
  font-family: var(--font-bounded);
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.96px;
  opacity: 0.32;
}
.story-dark-card__title {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .story-dark-card__title {
    font-size: 0.938rem;
  }
}
.story-dark-card__title {
  font-weight: 600 !important;
}
.story-dark-card__img {
  flex: 1 1 0;
  position: absolute;
  max-width: calc(50% - 66px);
  top: 0;
  bottom: 0;
  right: 44px;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
@media screen and (max-width: 768px) {
  .story-dark-card {
    padding: 24px;
    min-height: 0px;
  }
  .story-dark-card__img {
    right: 0;
  }
}
.upload-file {
  position: relative;
  max-width: 200px;
  display: flex;
  width: 100%;
}
.upload-file__input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}
.upload-file__button {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
}
.upload-file__text {
  font: inherit;
  color: inherit;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  width: 100%;
}
.upload-file__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.warn {
  padding: 40px;
  background: var(--color-krayola-400);
  box-shadow: var(--shadow-light);
  border-radius: 24px;
  display: flex;
  gap: 16px 40px;
  flex-wrap: wrap;
  align-items: center;
}
.warn__column {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1 1 min(400px, 100%);
}
.warn__img {
  width: 120px;
  height: 128px;
  min-width: 120px;
}
.warn__title {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .warn__title {
    font-size: 1.5rem;
  }
}
.warn__text {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .warn__text {
    font-size: 0.938rem;
  }
}
.warn__text {
  font-weight: 600 !important;
  width: auto;
  flex: 1 1 0;
}
.warn__icon {
  width: 20px;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
}
.warn--yellow {
  padding: 24px;
  background: #fef4c2;
}
.warn--yellow .warn__img {
  width: 50px;
  height: 54px;
  min-width: 50px;
}
.warn--yellow .warn__column {
  gap: 12px;
}
.warn--yellow .warn__title {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .warn--yellow .warn__title {
    font-size: 1rem;
  }
}
.warn--yellow .warn__title {
  font-weight: 600 !important;
}
.warn--yellow .warn__text {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .warn--yellow .warn__text {
    font-size: 0.813rem;
  }
}
@media screen and (max-width: 768px) {
  .warn {
    padding: 16px;
  }
}
.modal-resume {
  max-width: 800px;
}
.resume-form__wrapper {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.resume-form__column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 32px;
}
.resume-form__upload {
  grid-column: 1;
}
.resume-form__text a {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .resume-form__wrapper {
    gap: 24px;
  }
  .resume-form__column {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}
.center {
  color: var(--color-prussblue-400, #05133e);
}
.center__container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.center__header {
  max-width: 1189px;
  margin-inline: auto;
  gap: 20px;
}
.center__title {
  max-width: 1189px;
}
.center__content {
  display: flex;
  gap: 50px;
  align-items: stretch;
}
.center__media {
  flex: 0 1 629px;
  max-width: 629px;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.center__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 539px;
  object-fit: cover;
}
.center__main {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.center__description {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  padding: 24px;
  border-radius: 24px;
  background: var(--color-white, #fff);
  box-shadow: var(--shadow-light);
}
.center__description-text {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .center__description-text {
    font-size: 0.938rem;
  }
}
.center__description-text {
  opacity: 0.8;
}
.center__features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
@media screen and (max-width: 1400px) {
  .center__content {
    gap: 32px;
  }
}
@media screen and (max-width: 1200px) {
  .center__content {
    flex-direction: column;
  }
  .center__media {
    flex-basis: auto;
    max-width: unset;
  }
  .center__image {
    min-height: 420px;
  }
}
@media screen and (max-width: 900px) {
  .center__description {
    grid-template-columns: 1fr;
  }
  .center__features {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .center__container {
    gap: 24px;
  }
  .center__header {
    gap: 12px;
  }
  .center__content {
    gap: 24px;
  }
  .center__main {
    gap: 20px;
  }
  .center__description {
    padding: 16px;
    gap: 16px;
  }
  .center__image {
    min-height: 320px;
  }
}
.center-feature {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  min-height: 115px;
  padding: 24px;
  border-radius: 24px;
  background: var(--color-white, #fff);
  box-shadow: var(--shadow-light);
}
.center-feature__icon-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 17.5px;
  background: #f4f3fa;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-indigo-krayola-400, #6179f7);
}
.center-feature__icon {
  width: 25px;
  height: 25px;
  min-width: 25px;
  min-height: 25px;
  color: var(--color-indigo-krayola-400);
}
.center-feature__content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.center-feature__title {
  font-family: var(--font-bounded);
  line-height: 1.2;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .center-feature__title {
    font-size: 1rem;
  }
}
.center-feature__text {
  font-family: var(--font-wix-madefor-display);
  font-weight: 400;
  font-size: 1rem;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .center-feature__text {
    font-size: 0.938rem;
  }
}
.center-feature__text {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .center-feature {
    min-height: unset;
    padding: 16px;
  }
  .center-feature__icon-wrapper {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 14px;
  }
  .center-feature__icon {
    width: 22px;
    height: 22px;
    min-width: 22px;
    min-height: 22px;
  }
}
.center-hero {
  color: var(--color-prussblue-400, #05133e);
}
.center-hero__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px;
  border-radius: 24px;
  background: #e9ebf6;
}
.center-hero__title {
  max-width: 1100px;
  font-family: var(--font-bounded);
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
}
.center-hero__columns {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.center-hero__content, .center-hero-media {
  min-width: 0;
  width: calc(50% - 20px);
}
.center-hero__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.center-hero__contacts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.center-hero__accordions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.center-hero--content-sticky .center-hero__content, .center-hero--media-sticky .center-hero-media {
  position: sticky;
  top: 24px;
}
@media screen and (max-width: 1024px) {
  .center-hero__wrapper {
    gap: 24px;
    padding: 24px;
  }
  .center-hero__columns {
    flex-wrap: wrap-reverse;
    gap: 24px;
  }
  .center-hero__content, .center-hero-media {
    width: 100%;
  }
  .center-hero--content-sticky .center-hero__content, .center-hero--media-sticky .center-hero-media {
    position: static;
  }
}
@media screen and (max-width: 768px) {
  .center-hero__wrapper {
    padding: 24px 12px;
    border-radius: 16px;
  }
  .center-hero__contacts {
    grid-template-columns: 1fr;
  }
  .center-hero__title {
    font-size: 28px;
  }
}
.center-hero-accreditation,
.center-hero-notice,
.center-hero-contact {
  background: var(--color-white, #fff);
}
.center-hero-accreditation {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px;
  border-radius: 14px;
}
.center-hero-accreditation__logo {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.center-hero-accreditation__text {
  flex: 1 1 auto;
  font-family: var(--font-wix-madefor-display);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  color: #05133e;
}
.center-hero-accreditation__link {
  font-family: var(--font-bounded);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--color-indigo-krayola-400, #5b77f4);
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .center-hero-accreditation {
    flex-wrap: wrap;
  }
  .center-hero-accreditation__link {
    flex-basis: 100%;
    margin-left: 0;
  }
}
.center-hero-offer {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px 10px 10px;
  border-radius: 20px;
  background: var(--color-white, #fff);
}
.center-hero-offer__tag, .center-hero-offer__body {
  padding: 6px 12px;
  border-radius: 8px;
}
.center-hero-offer__tag {
  align-self: flex-start;
  font-family: var(--font-bounded);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--color-white, #fff);
  background: var(--color-indigo-krayola-400, #5b77f4);
}
.center-hero-offer__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 15px;
  border: 1px solid #dcf4a8;
  border-radius: 16px;
  background: #ebfec2;
}
.center-hero-offer__name, .center-hero-offer__prices {
  font-family: var(--font-bounded);
  font-weight: 400;
  line-height: 1.4;
}
.center-hero-offer__name {
  font-size: 16px;
  color: #05133e;
}
.center-hero-offer__footer, .center-hero-offer__prices {
  display: flex;
  align-items: center;
  gap: 12px;
}
.center-hero-offer__prices {
  font-family: var(--font-bounded-variable);
  font-size: 20px;
  font-weight: 466;
  color: #05133e;
  white-space: nowrap;
}
.center-hero-offer__prices s,
.center-hero-offer__prices strong {
  font-weight: inherit;
}
.center-hero-offer__prices s {
  opacity: 0.5;
}
.center-hero-offer__prices strong {
  color: var(--color-indigo-krayola-400, #5b77f4);
}
.center-hero-offer__button {
  margin-left: auto;
  padding: 12px 28px;
  font-family: var(--font-bounded);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 480px) {
  .center-hero-offer__footer {
    align-items: flex-start;
    flex-direction: column;
  }
  .center-hero-offer__button {
    margin-left: 0;
  }
}
.center-hero-notice {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
  border-radius: 14px;
}
.center-hero-notice__title {
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-family: var(--font-bounded);
  font-size: 16px;
  line-height: 1.4;
}
.center-hero-notice__text {
  font-family: var(--font-wix-madefor-display);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: #05133e;
  opacity: 0.8;
}
.center-hero-notice__text p + p {
  margin-top: 1em;
}
.center-hero-contact {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  border-radius: 20px;
}
.center-hero-contact__details {
  display: flex;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.center-hero-contact__title {
  font: 400 16px/1.3 var(--font-bounded);
  color: #05133e;
}
.center-hero-contact__phone {
  flex: 1 0 0;
  min-height: 0;
  font: 400 16px/1.3 var(--font-bounded);
  color: #05133e;
}
.center-hero-contact__note {
  display: flex;
  min-height: 24px;
  align-items: center;
  position: relative;
}
.center-hero-contact__note-trigger {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 10px;
  text-align: left;
}
.center-hero-contact__note-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}
.center-hero-contact__note-text {
  font: 600 12px/1.3 var(--font-wix-madefor-display);
  text-decoration: underline;
  text-underline-position: under;
  color: var(--color-indigo-krayola-400);
}
.center-hero-contact__tooltip {
  position: absolute;
  z-index: 3;
  bottom: 100%;
  left: 90%;
  width: 374px;
  padding: 14px;
  border: 1px solid var(--color-krayola-500);
  border-radius: 14px 14px 14px 0;
  background: var(--color-krayola-400);
  box-shadow: 0 8px 8px rgba(40, 37, 57, 0.03);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.center-hero-contact__tooltip p {
  font: 600 12px/1.3 var(--font-wix-madefor-display);
  color: var(--color-prussblue-400);
}
.center-hero-contact__tooltip a {
  color: var(--color-indigo-krayola-400);
}
.center-hero-contact__note:hover .center-hero-contact__tooltip, .center-hero-contact__note:focus-within .center-hero-contact__tooltip {
  opacity: 1;
  visibility: visible;
}
.center-hero-contact__button {
  width: 100%;
  min-height: 40px;
  padding: 6px 28px;
  border: 1px solid #4363f1;
  border-radius: 111px;
  background: var(--color-indigo-krayola-400);
  font: 400 12px/1.2 var(--font-bounded);
  color: var(--color-white);
  margin-top: auto;
}
.center-hero-contact--oms .center-hero-contact__note-text {
  text-decoration: none;
}
.center-hero-contact__oms-details {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.center-hero-contact__oms-phone {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.center-hero-contact__oms-phone-label {
  font: 600 12px/1.3 var(--font-wix-madefor-display);
  color: var(--color-prussblue-400);
  opacity: 0.5;
}
.center-hero-contact__oms-phone-value {
  font: 400 16px/1.3 var(--font-bounded);
  color: var(--color-prussblue-400);
}
@media screen and (max-width: 768px) {
  .center-hero-contact__tooltip {
    left: 0;
    bottom: calc(100% + 4px);
    width: min(374px, 100vw - 48px);
  }
}
.center-hero-media {
  min-width: 0;
}
.center-hero-media__stage {
  position: relative;
  height: 540px;
  overflow: hidden;
  border-radius: 20px;
}
.center-hero-media__stage .swiper,
.center-hero-media__stage .swiper-wrapper,
.center-hero-media__stage .swiper-slide {
  height: 100%;
}
.center-hero-media__slide {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.center-hero-media__asset {
  display: block;
  width: 100%;
  height: 540px;
  object-fit: cover;
}
.center-hero-media__navigation {
  display: flex;
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  gap: 16px;
}
.center-hero-media__breadcrumbs {
  display: none;
  margin-top: 16px;
}
.center-hero-media__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: var(--color-prussblue-400, #05133e);
  background: #ebfec2;
  transition: background-color 0.3s ease;
}
.center-hero-media__arrow:hover {
  background: #dcf4a8;
}
@media screen and (max-width: 768px) {
  .center-hero-media__stage {
    height: 240px;
  }
  .center-hero-media__asset {
    height: 240px;
  }
  .center-hero-media__navigation {
    display: none;
  }
  .center-hero-media__breadcrumbs {
    display: flex;
  }
}
.center-hero-media-offer {
  display: flex;
  position: absolute;
  bottom: 24px;
  left: 24px;
  z-index: 1;
  flex-direction: column;
  gap: 16px;
  max-width: min(480px, 100% - 192px);
  padding: 20px;
  border-radius: 20px;
  color: var(--color-white, #fff);
  background: rgba(5, 19, 62, 0.5);
  backdrop-filter: blur(22px);
}
.center-hero-media-offer__tag {
  align-self: flex-start;
  padding: 6px 12px;
  border-radius: 8px;
  font-family: var(--font-bounded);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--color-prussblue-400, #05133e);
  background: #ebfec2;
}
.center-hero-media-offer__name {
  font-family: var(--font-bounded);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
}
.center-hero-media-offer__prices {
  display: flex;
  gap: 13px;
  font-family: var(--font-bounded);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
}
.center-hero-media-offer__prices s {
  opacity: 0.5;
  color: #fff;
}
.center-hero-media-offer__prices strong {
  color: #ebfec2;
}
@media screen and (max-width: 768px) {
  .center-hero-media-offer {
    bottom: 4px;
    left: 4px;
    max-width: calc(100% - 8px);
    padding: 10px;
    gap: 7px;
  }
  .center-hero-media-offer__name {
    font-size: 11px;
  }
  .center-hero-media-offer__tag {
    padding: 3px 6px;
    font-size: 9px;
  }
  .center-hero-media-offer__prices {
    font-size: 16px;
  }
}
.center-hero-accordion {
  padding: 20px;
  border-radius: 12px;
  background: #f8f8fc;
}
.center-hero-accordion__header {
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: left;
}
.center-hero-accordion__title {
  font-family: Bounded;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  color: var(--Indigo-400, #5b77f4);
}
.center-hero-accordion__chevron {
  flex: 0 0 auto;
  transition: transform 0.3s ease;
}
.center-hero-accordion__inner {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease, padding-top 0.3s ease;
}
.center-hero-accordion__content {
  overflow: hidden;
  font-family: var(--font-wix-madefor-display);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #05133e;
  opacity: 0.8;
}
.center-hero-accordion__columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  padding-left: 58px;
}
.center-hero-accordion__column p + p {
  margin-top: 16px;
}
.center-hero-accordion.active .center-hero-accordion__inner {
  grid-template-rows: 1fr;
  padding-top: 20px;
}
.center-hero-accordion.active .center-hero-accordion__chevron {
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .center-hero-accordion__columns {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-left: 0;
  }
}
body {
  background: #f4f3fa;
}