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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Your custom fonts here */
/* Example

@font-face {
    font-family: 'CustomFont';
    src: url('../fonts/Custom-Font.eot');
    src: url('../fonts/Custom-Font.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Custom-Font.woff') format('woff'),
         url('../fonts/Custom-Font.svg#custom_font') format('svg');
    font-weight: 400;       // For normal width. It could has another value   
    font-style: normal;     // Also could has another value
    }


// Var for using custom font
$CustomFont: 'CustomFont', Helvetica, Arial, sans-serif;
*/
[x-cloak] {
  display: none !important;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

.main, .container {
  line-height: 1.5;
}

body {
  font-family: "Open Sans";
  color: #4C4C4C;
}

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

section {
  margin-top: 50px;
  padding: 0 10px;
}

.line {
  width: 150px;
  background-color: #23BABF;
  margin: 20px 0;
  height: 2px;
}

@media (max-width: 991px) {
  .card__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .card__list::-webkit-scrollbar {
    display: none;
  }
  .card__item {
    width: 350px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .card__item .card__name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 50px;
  }
}
@media (max-width: 576px) {
  .card__item {
    width: 200px;
  }
  .card-menu__list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.section__title {
  font-size: 2.125rem;
  text-transform: uppercase;
  font-weight: 500;
  color: #23BABF;
  text-align: center;
}

.section-type-title, .section-type-title-h4 {
  text-transform: uppercase;
  font-weight: 500;
  color: #23BABF;
  text-align: center;
}

.section-type-title {
  font-size: 1.75rem;
}

.section-type-title-h4 {
  font-size: 1.5rem;
}

svg {
  overflow: visible;
}

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

.container {
  margin: 0 auto;
}

.header {
  height: 100px;
  max-width: 1720px;
  padding: 0 20px 10px 20px;
  margin: 0 auto;
  position: relative;
}
.header .title {
  font-size: 0.8125rem;
  line-height: 1.2;
}

.number-link {
  font-weight: 500;
}

.right__header {
  font-size: 0.875rem;
}

.nav {
  gap: 60px;
  border-top: 1px solid #DBDBDB;
  padding: 20px;
  text-transform: uppercase;
  font-size: 0.875rem;
  color: black;
}
.nav ul li:hover {
  color: rgb(178.5, 178.5, 178.5);
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.desktop-only {
  display: block;
}

.burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1002;
}

.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 85vw;
  max-width: 320px;
  height: 100vh;
  background: #fff;
  z-index: 1001;
  padding: 25px;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
.mobile-menu.active {
  right: 0;
}

.mobile-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 25px 0;
}
.mobile-nav__item {
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  text-transform: uppercase;
  font-size: 0.875rem;
}

.mobile-contacts {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  font-size: 0.875rem;
}

.slide-enter-active,
.slide-leave-active {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.slide-enter-from,
.slide-leave-to {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

@media (max-width: 981px) {
  .left__header,
  .right__header,
  .nav {
    display: none !important;
  }
  .middle__header img {
    max-height: 70px;
  }
  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.svg-burger {
  stroke: #23BABF;
  stroke-width: 1.5;
}

.nav {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.nav--fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: white;
  -webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 12px rgba(0, 0, 0, 0.08);
}

.text-primary {
  color: #23BABF;
}

.punct {
  color: #23BABF;
}

.type-service {
  padding: 25px;
  background-color: #23BABF;
  color: white;
  text-align: center;
  font-size: 1.25rem;
}
.type-service:hover {
  background-color: rgb(27.1017699115, 144.0265486726, 147.8982300885);
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.time {
  color: #23BABF;
  font-size: 32px;
  font-weight: 600;
}

.crooked-card {
  margin-bottom: 100px;
}

.content {
  max-width: 1024px;
  font-size: 18px;
  line-height: 1.7;
  color: #333;
  margin: 0 auto;
}

.content > * + * {
  margin-top: 20px;
}

.content h2, .specialist-position {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 40px;
}

.content h4 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 32px;
}

.content h2::before,
.content h3::before {
  content: "▌";
  color: #23BABF;
  margin-right: 8px;
}

.content p {
  margin-bottom: 16px;
}

.content ul {
  padding-left: 22px;
}

.content ul li {
  margin-bottom: 8px;
}
.content ul li::before {
  content: "•";
  color: #23BABF;
  margin-right: 8px;
}

.content ol {
  padding-left: 20px;
  margin-bottom: 16px;
}

.content ol li {
  margin-bottom: 8px;
  list-style: decimal;
}

.content ul li::marker {
  color: #23BABF;
}

.content strong {
  font-weight: 600;
}

.content a {
  color: #23BABF;
  text-decoration: underline;
}

.content a:hover {
  text-decoration: none;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.gallery img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
  margin-bottom: 16px;
}

.content h3.section-type-title {
  margin-bottom: 16px;
}
.content h3.section-type-title::before {
  content: none;
}
.content h4.section-type-title-h4 {
  color: #333;
  margin-bottom: 16px;
  text-align: left;
}
.content h4.section-type-title-h4::before {
  content: "▌";
  color: #23BABF;
  margin-right: 8px;
}

.specialist-photo {
  width: 100%;
  min-width: 350px;
  display: block;
}
.specialist-photo img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.specialist-description {
  font-size: 1.125rem;
}

.gallery-swiper {
  position: relative;
}
.gallery-swiper .swiper-slide a {
  display: block;
}
.gallery-swiper .swiper-slide a img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
  display: block;
}
.gallery-swiper .swiper-button-next,
.gallery-swiper .swiper-button-prev {
  color: #23BABF;
  z-index: 10;
}
.gallery-swiper .swiper-pagination-bullet {
  background: #23BABF;
}

.content-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media (max-width: 762px) {
  .content-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content-info .specialist-photo {
    min-width: auto;
    max-width: 400px;
    margin: 0 auto;
  }
}

/* контейнер статьи */
.article {
  max-width: 1024px;
  margin: 0 auto;
  padding: 40px 20px;
}

.article__header {
  margin-bottom: 30px;
}

.article__header time {
  display: block;
  font-size: 14px;
  color: #888;
  margin-bottom: 12px;
}

.article__header h1 {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 20px;
}

.article__image {
  margin: 25px auto;
  max-width: 600px;
}
.article__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.img-block {
  z-index: 2;
}
@media (min-width: 1200px) {
  .img-block img {
    min-height: 500px;
  }
}

.info-block {
  position: relative;
  padding: 40px 100px 50px 50px;
  margin-right: -50px;
  background-color: #FAFAFA;
  z-index: 1;
  width: 662px;
  top: 50px;
}
.info-block__title {
  text-transform: uppercase;
  font-size: 2.125rem;
  color: #23BABF;
  font-weight: 500;
}

@media (max-width: 1200px) {
  .crooked-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .img-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
  }
  .info-block {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 auto;
    position: static;
    max-width: 588px;
    width: auto;
    padding: 20px;
  }
}
.appointment-section {
  font-size: 1.125rem;
  font-weight: 500;
}
.appointment-section .number__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 2.1875rem;
  color: black;
}
.appointment-section .number__list::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #23BABF;
  border-radius: 50%;
  top: 50%;
}
@media (max-width: 767px) {
  .appointment-section .number__list::after {
    display: none;
  }
}

.btn-link {
  color: white;
  background-color: #23BABF;
  padding: 13px 25px;
  text-transform: uppercase;
  font-size: 0.875rem;
  cursor: pointer;
}
.btn-link:hover {
  background-color: rgb(27.1017699115, 144.0265486726, 147.8982300885);
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.discription__section {
  background-color: #23BABF;
  padding: 70px 20px;
}
.discription__section .discr-container {
  max-width: 792px;
  margin: 0 auto;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 500;
  color: white;
  padding-left: 50px;
  border-left: 3px solid white;
}

.hero-slider {
  overflow: hidden;
  max-height: 850px;
}
.hero-slider .slide {
  width: 100%;
  position: relative;
}
.hero-slider img {
  width: 100%;
  height: 100%;
  min-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper .swiper-button-next, .swiper .swiper-button-prev {
  background-color: white !important;
  border-radius: 50% !important;
  color: black !important;
  width: 60px;
  height: 60px;
  margin: 0 42px !important;
}
.swiper .swiper-button-next svg, .swiper .swiper-button-prev svg {
  width: 11.58px;
  height: 25.84px;
}
@media (max-width: 768px) {
  .swiper .swiper-button-next, .swiper .swiper-button-prev {
    width: 30px;
    height: 30px;
    margin: 0 21px !important;
  }
  .swiper .swiper-button-next svg, .swiper .swiper-button-prev svg {
    width: 5.79px;
    height: 12.92px;
  }
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  display: none;
}

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

.swiper-button-prev.rotate svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.hero-slider {
  overflow: hidden;
  max-height: 700px;
}
.hero-slider .img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
  pointer-events: none;
}
.hero-slider .slide {
  width: 100%;
  position: relative;
}
.hero-slider img {
  width: 100%;
  height: 100%;
  min-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-slider .slide-content {
  position: absolute;
  top: 33%;
  left: 20%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  color: #ffffff;
  max-width: 500px;
}
.hero-slider .slide-content h2 {
  font-size: 3rem;
  -webkit-text-stroke: 1% #000000;
  text-transform: uppercase;
  font-weight: 600;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
}

.swiper .swiper-pagination-bullet-active {
  background: #23BABF !important;
}
.swiper .swiper-button-next, .swiper .swiper-button-prev {
  background-color: white !important;
  border-radius: 50% !important;
  color: black !important;
  width: 60px;
  height: 60px;
  margin: 0 42px !important;
}
.swiper .swiper-button-next svg, .swiper .swiper-button-prev svg {
  width: 11.58px;
  height: 25.84px;
}
@media (max-width: 768px) {
  .swiper .swiper-button-next, .swiper .swiper-button-prev {
    width: 30px;
    height: 30px;
    margin: 0 5px !important;
  }
  .swiper .swiper-button-next svg, .swiper .swiper-button-prev svg {
    width: 5.79px;
    height: 12.92px;
  }
}

@media (max-width: 768px) {
  .swiper-button-next, .swiper-button-prev {
    width: 30px;
    height: 30px;
    margin: 0 5px !important;
  }
  .swiper-button-next svg, .swiper-button-prev svg {
    width: 5.79px;
    height: 12.92px;
  }
  .hero-slider .slide-content {
    top: 25%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .hero-slider .slide-content h2 {
    font-size: 2rem;
  }
}
.page__footer {
  margin-top: 50px;
  color: white;
  background-color: #383838 !important;
  padding: 70px 0;
}
.page__footer__title {
  font-size: 1.125rem;
  color: white;
  margin-bottom: 30px;
  line-height: 24px;
}
.page__footer__menu-item {
  margin-bottom: 20px;
}
.page__footer__info {
  font-weight: 500;
}
.page__footer__info .menu-item__title {
  font-weight: 600;
}
.page__footer .menu-item__list-link {
  line-height: 25px;
}
.page__footer .menu-item__list-link .list-link__item {
  color: #23BABF;
}
.page__footer .menu-item__list-link .list-link__item:hover {
  color: rgb(27.1017699115, 144.0265486726, 147.8982300885);
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.page__footer__discr {
  font-size: 0.9375rem;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.menu-adress:hover {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  color: #999999;
}

.number-footer {
  font-size: 1.1875rem;
}

.search-wrapper {
  background-color: white;
  border-radius: 5px;
  max-width: 470px;
  width: 470px;
}
.search-wrapper .search-icon {
  padding: 15px 13px;
  color: #23BABF;
}
.search-wrapper input {
  color: #4C4C4C;
  width: 100%;
  padding: 13px;
}
.search-wrapper input:focus {
  outline: 2px solid #23BABF;
  outline-offset: 0;
  border-radius: 0 5px 5px 0;
}

.input-search {
  height: 54px;
}

.btn-footer {
  color: white;
  background-color: #23BABF;
  padding: 13px 55px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 0.875rem;
}

.footer__discr {
  font-size: 0.9375rem;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.footer__title {
  font-size: 1.125rem;
  color: white;
  margin-bottom: 30px;
  line-height: 24px;
}

@media (max-width: 762px) {
  .site-search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-search .search-wrapper {
    width: 100%;
    max-width: none;
  }
}

.input-modal {
  height: 54px;
  background: #fafafa;
  border: none;
}

.input-modal:focus {
  outline: 2px solid #23BABF;
  border-radius: 0 5px 5px 0;
}

.input-modal::-webkit-input-placeholder {
  color: #4C4C4C;
  opacity: 1;
}

.input-modal::-moz-placeholder {
  color: #4C4C4C;
  opacity: 1;
}

.input-modal:-ms-input-placeholder {
  color: #4C4C4C;
  opacity: 1;
}

.input-modal::-ms-input-placeholder {
  color: #4C4C4C;
  opacity: 1;
}

.input-modal::placeholder {
  color: #4C4C4C;
  opacity: 1;
}

.span-icon {
  width: 54px;
  height: 54px;
  background: #fafafa;
}

.btn-modal {
  padding: 15px 23px !important;
}

input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 20px;
  min-height: 20px;
  border: 2px solid #23BABF;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
  background: transparent;
}

input[type=checkbox]:checked {
  background: #23BABF;
}

input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.span-primary {
  color: #23BABF;
  font-size: 3rem;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 300px;
  height: 100%;
  background: #fff;
  z-index: 1000;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}

.mobile-menu.is-open {
  right: 0;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6) !important;
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.burger svg:nth-child(2) {
  display: none;
}

.burger.is-active svg:nth-child(1) {
  display: none;
}

.burger.is-active svg:nth-child(2) {
  display: block;
}

.card__name {
  font-weight: 600;
  font-size: 1.1875rem;
  line-height: 1.3;
  color: black;
}

.card__img {
  width: 100%;
  max-width: 384px;
  aspect-ratio: 4/5;
  overflow: hidden;
}

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

.card__link {
  color: #23BABF;
  font-weight: 500;
}
.card__link .svg-link {
  color: #23BABF;
}
.card__link:hover {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  color: rgb(27.1017699115, 144.0265486726, 147.8982300885);
}
.card__link:hover .svg-link {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  color: rgb(27.1017699115, 144.0265486726, 147.8982300885);
}

.card-item {
  max-width: 384px;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .img-block-our img {
    min-height: 500px;
  }
}

.info-block-our {
  z-index: 0;
  position: relative;
  padding: 40px 50px;
  margin-right: -50px;
  background-color: #FAFAFA;
  line-height: 1.5;
  max-width: 662px;
  right: 50px;
  top: 50px;
}
.info-block-our__title {
  text-transform: uppercase;
  font-size: 2.125rem;
  font-weight: 500;
  color: #23BABF;
}

@media (max-width: 1200px) {
  .crooked-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .img-block-our {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .info-block-our {
    margin: 0 auto;
    position: static;
    max-width: 588px;
    width: auto;
    padding: 20px;
  }
}
.widget {
  margin: 0 auto;
}

.form-control {
  padding: 12px 24px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  border-radius: 0.25rem;
  width: 100%;
  max-width: 100%;
  display: block;
}
.form-control.is-invalid {
  border-color: red !important;
}
.form-control:focus {
  outline: none !important;
  border-color: #23BABF !important;
}

.hidden {
  display: none !important;
}

.review {
  border-bottom: 1px solid #eee;
  padding: 1rem 0;
}
.review:last-of-type {
  border-bottom: none;
}

.card-body {
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.15);
}

.error-list {
  padding-left: 0.5rem;
}

.error-item {
  color: red;
  font-size: 0.75rem;
  list-style-type: disc;
}

.js-review-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.js-review-item:nth-child(n+5) {
  display: none;
}
.js-review-item.is-visible {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.reviews-section {
  margin-top: 50px;
  padding: 0 10px;
}

.slider-viewport {
  overflow: hidden;
  cursor: -webkit-grab;
  cursor: grab;
}

.slider-viewport:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.slides-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 640px) {
  .slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (min-width: 1024px) {
  .slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
  }
}
.slide-content img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 15px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.slider-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  gap: 15px;
  margin-top: 25px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0 30px 0 10px;
}

.control-btn {
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.reviews-section {
  margin-top: 50px;
}

@media (max-width: 576px) {
  .site-search {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .site-search .btn {
    width: 470px;
  }
}
.site-search-page .search-wrapper {
  border: 2px solid #23BABF;
  border-radius: 10px 0 0 10px;
  width: 100%;
  max-width: none;
}
.site-search-page .btn-footer {
  border-radius: 0 10px 10px 0;
}
.site-search-page .input-search {
  border-radius: 0 !important;
  height: 50px;
}
.site-search-page .input-search:focus {
  outline: none !important;
}
.site-search-page li::before {
  content: none !important;
}
.site-search-page .search-type-title-h4 {
  color: #23BABF;
  text-align: center;
}

.content-main-search {
  padding: 0 10px;
}
.content-main-search ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.content-main-search .search-type-title-h4 {
  margin: 0 0 4px 0;
  font-size: 18px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-main-search .search-type-title-h4::before {
  content: "•";
  color: #23BABF;
  margin-right: 10px;
  font-size: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.content-main-search .search-type-title-h4 a {
  color: #23BABF;
  text-decoration: none;
}
.content-main-search .search-type-title-h4 a:hover {
  text-decoration: underline;
}

.search-wrapper {
  background-color: white;
  border-radius: 5px;
  max-width: 470px;
  width: 470px;
}
.search-wrapper .search-icon {
  padding: 15px 13px;
  color: #23BABF;
}
.search-wrapper input {
  color: #4C4C4C;
  width: 100%;
  padding: 13px;
}
.search-wrapper input:focus {
  outline: 2px solid #23BABF;
  outline-offset: 0;
  border-radius: 0 5px 5px 0;
}
.search-wrapper input::-webkit-input-placeholder {
  color: #4C4C4C;
  opacity: 1;
}
.search-wrapper input::-moz-placeholder {
  color: #4C4C4C;
  opacity: 1;
}
.search-wrapper input:-ms-input-placeholder {
  color: #4C4C4C;
  opacity: 1;
}
.search-wrapper input::-ms-input-placeholder {
  color: #4C4C4C;
  opacity: 1;
}
.search-wrapper input::placeholder {
  color: #4C4C4C;
  opacity: 1;
}

.btn-footer {
  color: white;
  background-color: #23BABF;
  padding: 13px 55px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 0.875rem;
}
.btn-footer:hover {
  background-color: rgb(27.1017699115, 144.0265486726, 147.8982300885);
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.input-search {
  height: 54px;
}

.card-menu__item {
  padding: 30px;
  position: relative;
  overflow: hidden;
}
.card-menu__item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-menu__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1;
}
.card-menu__item:hover::after {
  background: rgba(255, 255, 255, 0);
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.card-menu__item .card-menu__name {
  padding: 30px;
  position: absolute;
  z-index: 2;
  font-size: 1.625rem;
  font-weight: 500;
  color: black;
  line-height: 1.3;
  bottom: 18%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.card-menu__item:hover .card-menu__name {
  -webkit-text-stroke: 1px #666666;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.icon__link {
  background-color: #23BABF;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.icon__link:hover {
  background-color: rgb(27.1017699115, 144.0265486726, 147.8982300885);
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.specialist__item {
  background-color: oklch(98.5% 0.002 247.839deg);
}

.card__name {
  font-weight: 600;
  font-size: 1.1875rem;
  line-height: 1.3;
  color: black;
}

.card__link {
  color: #23BABF;
  font-weight: 500;
}
.card__link .svg-link {
  color: #23BABF;
}
.card__link:hover {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  color: rgb(27.1017699115, 144.0265486726, 147.8982300885);
}
.card__link:hover .svg-link {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  color: rgb(27.1017699115, 144.0265486726, 147.8982300885);
}

.btn-link {
  padding: 13px !important;
}

.section__title {
  font-size: 2.125rem;
  text-transform: uppercase;
  font-weight: 500;
  color: #23BABF;
}

.section__subtitle {
  max-width: 588px;
  margin: 0 auto;
}