
.top-service-slider {
  padding: 40px 0;
}
@media (max-width: 767px) {
  .top-service-slider .container {
    padding: 0;
  }
}
.top-service-slider__title {
  text-align: center;
  font-weight: 400;
  font-size: 28px;
  line-height: 114%;
  color: #000;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .top-service-slider__title {
    font-weight: 400;
    font-size: 18px;
    line-height: 122%;
    text-align: center;
    color: #000;
    margin-bottom: 18px;
  }
}
.top-service-slider__img {
  border-radius: 100%;
  overflow: hidden;
  margin-bottom: 12px;
  display: flex;
  border: 1px solid transparent;
  transition: 0.3s;
}
.top-service-slider__img img {
  transition: 0.3s;
}
.top-service-slider__name {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #000;
  text-align: center;
  display: block;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .top-service-slider__name {
    font-size: 14px;
  }
}
.top-service-slider__name:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.top-service-slider__container {
  padding: 0 75px;
  position: relative;
}
@media (max-width: 767px) {
  .top-service-slider__container {
    padding: 0;
  }
}
.top-service-slider__arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #e9e9e9;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .top-service-slider__arrow {
    display: none;
  }
}
.top-service-slider__arrow:hover {
  background: #06c;
}
.top-service-slider__arrow:hover img {
  filter: invert(1);
}
.top-service-slider__arrow.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.top-service-slider__prev {
  left: 0px;
}
.top-service-slider__next {
  right: 0px;
}
.top-service-slider__item {
  position: relative;
  width: 150px;
  margin: auto;
}
.top-service-slider__item:hover {
  cursor: pointer;
}
.top-service-slider__item:hover .top-service-slider__img {
  border: 1px solid #da4200;
}
.top-service-slider__item:hover .top-service-slider__name {
  color: #da4200;
}
.top-service-slider__item:hover img {
  transform: scale(1.1);
}
@charset "UTF-8";
.results {
  padding: 40px 0;
}
.results__title {
  text-align: center;
  font-weight: 400;
  font-size: 28px;
  line-height: 114%;
  color: #000;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .results__title {
    font-weight: 400;
    font-size: 18px;
    line-height: 122%;
    text-align: center;
    color: #000;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .results .container {
    padding: 0;
  }
}
.results__tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .results__tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE и Edge */
  }
  .results__tabs::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
  }
}
.results__tab {
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  color: #000;
  border: 1px solid #000;
  border-radius: 30px;
  padding: 6px 20px;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
  display: inline-block;
  background: #fff;
}
.results__tab:hover {
  background: #e9e9e9;
  color: #333;
}
.results__tab.active {
  background: #06c;
  color: #fff;
  border-color: #06c;
}
.results__content {
  position: relative;
}
.results__tab-content {
  display: none;
}
.results__tab-content.active {
  display: block;
}
.results__slider-container {
  padding: 0 75px;
  position: relative;
}
.results__navigation {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
.results__arrow {
  width: 40px;
  height: 40px;
  background: #e9e9e9;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .results__arrow {
    display: none;
  }
}
.results__arrow:hover {
  background: #06c;
}
.results__arrow:hover svg path {
  fill: white;
}
.results__arrow.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.results__item {
  transition: 0.3s;
  border-radius: 30px;
  overflow: hidden;
  max-width: 100%;
}
.results__img {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.results__img img {
  width: 100%;
  transition: 0.3s;
  border-radius: 30px;
  overflow: hidden;
}
.results__img a:hover img {
  transform: scale(1.05);
}
@media (max-width: 1024px) {
  .results__slider-container {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .results__slider-container {
    padding: 0px;
    padding-left: 16px;
  }
  .results__tabs {
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0 10px;
  }
  .results__tab {
    flex-shrink: 0;
    padding: 10px 20px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .results__slider-container {
    padding: 0;
    padding-left: 16px;
  }
  .results__navigation {
    gap: 15px;
    margin-top: 20px;
  }
  .results__arrow {
    width: 35px;
    height: 35px;
  }
}
.specialist-slider {
  padding: 40px 0;
}
.specialist-slider__title {
  text-align: center;
  font-weight: 400;
  font-size: 28px;
  line-height: 114%;
  color: #000;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .specialist-slider__title {
    font-weight: 400;
    font-size: 18px;
    line-height: 122%;
    text-align: center;
    color: #000;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .specialist-slider .container {
    padding: 0;
  }
}
.specialist-slider__img {
  border-radius: 100%;
  overflow: hidden;
  margin-bottom: 12px;
  display: flex;
  border: 1px solid transparent;
  transition: 0.3s;
}
.specialist-slider__img img {
  transition: 0.3s;
}
.specialist-slider__name {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  display: block;
  transition: 0.3s;
  margin-bottom: 4px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .specialist-slider__name {
    font-weight: 700;
    font-size: 14px;
    line-height: 129%;
  }
}
.specialist-slider__name:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.specialist-slider__position {
  font-weight: 400;
  font-size: 16px;
  color: #000;
  text-align: center;
  display: block;
}
@media (max-width: 767px) {
  .specialist-slider__position {
    font-weight: 400;
    font-size: 15px;
    line-height: 133%;
    text-transform: uppercase;
    text-align: center;
    color: #000;
  }
}
.specialist-slider__container {
  padding: 0 75px;
  position: relative;
}
@media (max-width: 767px) {
  .specialist-slider__container {
    padding: 0;
    padding-left: 16px;
  }
}
.specialist-slider__arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #e9e9e9;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .specialist-slider__arrow {
    display: none;
  }
}
.specialist-slider__arrow:hover {
  background: #06c;
}
.specialist-slider__arrow:hover svg path {
  fill: white;
}
.specialist-slider__arrow.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.specialist-slider__prev {
  left: 0px;
}
.specialist-slider__next {
  right: 0px;
}
.specialist-slider__item {
  position: relative;
  width: 300px;
  max-width: 100%;
  margin: auto;
}
.specialist-slider__item:hover {
  cursor: pointer;
}
.specialist-slider__item:hover .specialist-slider__img {
  border: 1px solid #da4200;
}
.specialist-slider__item:hover .specialist-slider__name {
  color: #da4200;
}
.specialist-slider__item:hover img {
  transform: scale(1.1);
}
.shop-banner {
  background: #F5F5F4;
}
.shop-banner__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 110px;
  gap: 40px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .shop-banner__box {
    flex-direction: column;
    gap: 40px;
    padding: 40px 0;
    padding-bottom: 0;
  }
}
.shop-banner__title {
  font-weight: 500;
  font-size: 48px;
  line-height: 117%;
  text-transform: uppercase;
  color: #1d1d1f;
  margin-bottom: 28px;
}
.shop-banner__title span {
  border-bottom: 2px solid #da4200;
}
@media (max-width: 767px) {
  .shop-banner__title {
    font-weight: 500;
    font-size: 26px;
    line-height: 115%;
    text-transform: uppercase;
    text-align: center;
    color: #1d1d1f;
  }
}
.shop-banner__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #000;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .shop-banner__text {
    font-weight: 400;
    font-size: 15px;
    line-height: 133%;
    color: #000;
  }
}
.shop-banner__info {
  max-width: 540px;
}
@media (max-width: 992px) {
  .shop-banner__info {
    width: 100%;
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .shop-banner__info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.shop-banner__img {
  flex-shrink: 0;
  max-width: calc(100% - 540px - 40px);
}
@media (max-width: 992px) {
  .shop-banner__img {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.shop-banner__link {
  font-weight: 500;
  font-size: 17px;
  line-height: 118%;
  color: #fff;
  background: #06c;
  border-radius: 30px;
  padding: 10px 58px;
  transition: 0.3s;
  z-index: 1;
  cursor: pointer;
  border: none;
  display: inline-block;
}
.shop-banner__link:hover {
  background: #00478e;
}
.shop-banner__link:active {
  background: #1d1d1f;
}
.insta-block {
  padding: 40px 0;
}
.insta-block__title {
  text-align: center;
  font-weight: 400;
  font-size: 28px;
  line-height: 114%;
  color: #000;
  margin-bottom: 32px;
}
.insta-block__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 16px;
}
.insta-block__item {
  position: relative;
  cursor: pointer;
  border-radius: 12px;
  overflow: hidden;
  background: #f5f5f5;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.insta-block__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.insta-block__item:hover .insta-block__img img {
  transform: scale(1.06);
}
.insta-block__img {
  width: 100%;
  height: 100%;
}
.insta-block__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
  display: block;
}
.insta-block__popup {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
}
.insta-block__popup.is-open {
  opacity: 1;
  pointer-events: auto;
}
.insta-block__popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}
.insta-block__popup-inner {
  position: relative;
  background: #fff;
  border-radius: 20px;
  max-width: 900px;
  width: 100%;
  padding: 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  z-index: 2;
}
@media (max-width: 800px) {
  .insta-block__popup-inner {
    grid-template-columns: 1fr;
    max-height: 90vh;
    overflow-y: auto;
  }
}
.insta-block__popup-close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #e9e9e9;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.insta-block__popup-close span {
  position: absolute;
  width: 16px;
  height: 2px;
  background: #000;
}
.insta-block__popup-close span:first-child {
  transform: rotate(45deg);
}
.insta-block__popup-close span:last-child {
  transform: rotate(-45deg);
}
.insta-block__popup-close:hover {
  background: #da4200;
}
.insta-block__popup-close:hover span {
  background: #fff;
}
.insta-block__popup-media {
  border-radius: 16px;
  overflow: hidden;
  background: #000;
}
.insta-block__popup-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.insta-block__popup-info {
  display: flex;
  flex-direction: column;
  font-size: 14px;
}
.insta-block__popup-meta {
  display: flex;
  gap: 16px;
  font-weight: 500;
  margin-bottom: 12px;
}
.insta-block__popup-meta .insta-block__popup-date,
.insta-block__popup-meta .insta-block__popup-likes {
  color: #000;
}
.insta-block__popup-caption {
  font-size: 14px;
  line-height: 140%;
  color: #333;
  margin-bottom: 20px;
  white-space: pre-line;
}
.insta-block__popup-link {
  margin-top: auto;
  display: inline-block;
  background: #06c;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 40px;
  font-size: 14px;
  transition: 0.3s;
}
.insta-block__popup-link:hover {
  background: #da4200;
}

html.insta-block--lock {
  overflow: hidden;
}
.our-clinic {
  padding: 40px 0 65px;
}
@media (max-width: 767px) {
  .our-clinic {
    padding: 40px 0;
  }
}
.our-clinic__title {
  text-align: center;
  font-weight: 400;
  font-size: 28px;
  line-height: 114%;
  color: #000;
  margin-bottom: 32px;
}
.our-clinic__grid {
  display: flex;
}
@media (max-width: 992px) {
  .our-clinic__grid {
    flex-direction: column;
    gap: 0px;
  }
}
.our-clinic__left {
  position: relative;
  width: calc(100% - 595px);
}
@media (max-width: 992px) {
  .our-clinic__left {
    width: 100%;
  }
}
.our-clinic__slider {
  overflow: hidden;
  height: 100%;
}
.our-clinic__slider .swiper-slide {
  height: auto;
}
.our-clinic__slide {
  width: 100%;
  height: 100%;
}
.our-clinic__slide img {
  width: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 16/10;
  height: 100%;
}
.our-clinic__nav {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 18px;
  position: absolute;
  width: 100%;
}
@media (max-width: 992px) {
  .our-clinic__nav {
    bottom: 20px;
    z-index: 222;
  }
}
.our-clinic__address {
  font-weight: 400;
  font-size: 15px;
  line-height: 133%;
  color: #000;
}
.our-clinic__arrow {
  width: 48px;
  height: 48px;
  background: #e9e9e9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
.our-clinic__arrow svg path {
  transition: 0.3s;
}
.our-clinic__arrow:hover {
  background: #06c;
}
.our-clinic__arrow:hover svg path {
  fill: #fff;
}
.our-clinic__arrow.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.our-clinic__right {
  width: 595px;
  flex-shrink: 0;
  background: #f8f8f8;
  padding: 80px 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 900px) {
  .our-clinic__right {
    order: 2;
  }
}
@media (max-width: 992px) {
  .our-clinic__right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .our-clinic__right {
    padding: 34px 16px;
  }
}
.our-clinic__form-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}
.our-clinic__form-subtitle {
  font-weight: 400;
  font-size: 15px;
  line-height: 133%;
  text-align: center;
  color: #000;
  margin-bottom: 36px;
}
.our-clinic__field {
  margin-bottom: 18px;
}
.our-clinic__field input {
  width: 100%;
  border: 1px solid #595959;
  border-radius: 30px;
  padding: 11px 20px;
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  color: #000;
  outline: none;
  transition: 0.3s;
}
.our-clinic__field input:focus {
  border-color: #06c;
}
.our-clinic__submit {
  font-weight: 500;
  font-size: 17px;
  line-height: 118%;
  color: #fff;
  background: #06c;
  border-radius: 30px;
  padding: 10px 58px;
  transition: 0.3s;
  z-index: 1;
  cursor: pointer;
  border: none;
  display: inline-block;
  width: 100%;
  margin-bottom: 13px;
}
.our-clinic__submit:hover {
  background: #00478e;
}
.our-clinic__submit:active {
  background: #1d1d1f;
}
.our-clinic__polite {
  font-weight: 400;
  font-size: 13px;
  line-height: 123%;
  text-align: center;
  color: #595959;
  margin-bottom: 80px;
}
.our-clinic__polite a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #2997ff;
  transition: 0.3s;
}
.our-clinic__polite a:hover {
  color: #00478e;
}
.content-box {
  padding: 70px 0;
}
@media (max-width: 767px) {
  .content-box {
    padding: 40px 0;
  }
}
.content-box__inner {
  max-height: 330px;
  margin-bottom: 10px;
  overflow: hidden;
}
.content-box__inner.open {
  max-height: 3000px;
}
@media (max-width: 767px) {
  .content-box__inner.open {
    max-height: 5000px;
  }
}
.content-box__show-more {
  font-weight: 600;
  font-size: 15px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #000;
  transition: 0.3s;
  cursor: pointer;
}
.content-box__show-more:hover {
  color: #00478e;
}
.content-box__show-more.hidden {
  display: none;
}
.content-box__center {
  display: flex;
  justify-content: center;
}

/*# sourceMappingURL=homePage~aeff4476fe2b7c531c31.css.map*/