.center {
  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;
}

.centersb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.services-clinic--violet .services-clinic__title {
  color: #2D1B4B;
}

.services-clinic__title {
  margin-top: 0;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 118.75%;
  letter-spacing: 0.02em;
  text-transform: initial;
}

.services-clinic__slide {
  height: unset;
}

.services-clinic__slide_all {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 25px);
          flex: 0 0 calc(50% - 25px);
}

.services-clinic__card {
  max-width: 405px;
}

.services-clinic__card .services-clinic-item__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 194px;
          flex: 0 1 194px;
}

.services-clinic__wrapper_all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px;
}

.services-clinic__pagination {
  width: 100%;
}

.services-clinic-item__wrapper + .services-clinic-item__btn {
  margin-top: 30px;
}

.services-clinic-item {
  border-radius: 20px;
  border: 1px solid #e6e6e6;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  padding: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.services-clinic-item--vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.services-clinic-item--violet:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.services-clinic-item--violet:hover .services-clinic-item__title {
  color: #ff5c00;
}

.services-clinic-item--violet .services-clinic-item__title {
  color: #2d1b4b;
}

.services-clinic-item--violet .services-clinic-item__description {
  color: #958ca4;
}

.services-clinic-item--violet .metro__item {
  color: #2d1b4b;
  background: #f1ecf8;
}

.services-clinic-item--violet .schedule__day {
  color: #958ca4;
}

.services-clinic-item--violet .schedule__time {
  color: #2d1b4b;
}

.services-clinic-item:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(156, 156, 156, 0.25);
          box-shadow: 0px 5px 20px 0px rgba(156, 156, 156, 0.25);
}

.services-clinic-item .clinic-modal__arrows {
  opacity: 0;
  visibility: hidden;
}

.services-clinic-item__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 350px;
          flex: 0 1 350px;
  border-radius: 15px;
  max-height: 100%;
  overflow: hidden;
  position: relative;
}

.services-clinic-item__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.services-clinic-item__title {
  color: #222;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 120%;
}

.services-clinic-item__description {
  color: #999;
  font-size: 0.9375rem;
  line-height: 140%;
  margin-bottom: 10px;
}

.services-clinic-item__content {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  padding: 15px 15px 15px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.services-clinic-item__wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin-top: auto;
}

.services-clinic-item__btn {
  margin-top: auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: 50px;
}

.services-clinic-item__metro {
  margin-bottom: 20px;
}

.services-clinic-item__more {
  margin-top: 16px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 20px;
  /* line-height: 24px; */
  line-height: 120%;
  color: #fff;
  border-radius: 10px;
  padding: 20px 25px;
  text-transform: initial;
}

@media (min-width: 834px) {
  .services-clinic-item:hover .clinic-modal__arrows {
    opacity: 1;
    visibility: visible;
  }

  .services-clinic-item {
    gap: 20px;
  }
}

@media (max-width: 1919px) {
  .services-clinic__card {
    max-width: 427px;
  }

  .services-clinic-item__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 300px;
            flex: 0 1 300px;
  }
}

@media (max-width: 1439px) {
  .services-clinic__slide_all {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media (max-width: 833px) {
  .services-clinic__title {
    font-size: 1.25rem;
    line-height: 120%;
  }

  .services-clinic__head .head-title__btn {
    display: none;
  }

  .services-clinic__card {
    max-width: 328px;
    margin-left: -12px;
  }

  .services-clinic__card:first-child {
    margin-left: 0;
  }

  .services-clinic__card .services-clinic-item__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 180px;
            flex: 0 1 180px;
  }

  .services-clinic-item__wrapper + .services-clinic-item__btn {
    margin-top: 15px;
  }

  .services-clinic-item:hover .clinic-modal__arrows {
    display: none;
  }

  .services-clinic-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .services-clinic-item .metro__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .services-clinic-item__img {
    max-height: 50vw;
  }

  .services-clinic-item__title {
    font-size: 1rem;
  }

  .services-clinic-item__description {
    font-size: 0.875rem;
  }

  .services-clinic-item__content {
    padding: 15px 15px 20px 15px;
  }

  .services-clinic-item__btn {
    width: 100%;
    font-size: 0.6875rem;
    line-height: 218.1818181818%;
    padding: 15px 18px;
    height: 38px;
  }

  .services-clinic-item__metro {
    margin-bottom: 15px;
  }

  .services-clinic-item__metro .metro__list {
    width: 100%;
  }

  .services-clinic-item__schedule .schedule__time,
  .services-clinic-item__schedule .schedule__day {
    font-size: 0.8125rem;
  }
}
@supports (appearance:none){

}

 @media (min-width: 834px){

@supports (appearance:none){

}

}

 @media (max-width: 1919px){

@supports (appearance:none){

}

}

 @media (max-width: 1439px){

@supports (appearance:none){

}

}

 @media (max-width: 833px){

@supports (appearance:none){

}

}
