@charset "UTF-8";


@media (max-width: 1290px){
	.nav .nav-list{
		gap: 28px;
	}
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}

.header__inner {
  margin-top: 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 18px;
  padding: 0 6px 0 43px;
  justify-content: space-between;
  height: 64px;
}

@media (max-width: 768px) {
  .header__inner .logo img {
    width: 78px;
    height: 31px;
  }
}

.header__content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 42px;
}

.header__actions {
  padding-left: 33px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.header__actions #btn-zapis-na-priem {
  height: 56px;
}

.header__actions #btn-o-hirurge {
  width: 100%;
  max-width: 161px;
  min-width: 161px;
}

@media (max-width: 1560px) {
  .header__actions #btn-o-hirurge {
    display: none;
  }
}

@media (max-width: 768px) {
  .header__actions .burger-menu {
    width: 44px;
    height: 44px;
  }
  .header__actions #btn-zapis-na-priem {
  height: 50px;
}
}

@media (max-width: 1380px) {
  .header .dropdown {
    display: none;
  }
}

@media (max-width: 1240px) {
  .header .nav {
    display: none;
  }
}

@media (max-width: 768px) {
  .header__inner {
    height: 58px;
  }
}

@media (max-width: 640px) {
  .header .phone {
    display: none;
  }
}

.intro__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: normal;
  justify-content: center;
  height: 100%;
}


.intro__inner .btn-back {
  background-color: #fff;
  border-radius: 100%;
  width: 46px;
  height: 46px;
  display: none;
}

@media (max-width: 768px) {
  .intro__inner .breadcrumbs {
    display: none;
  }

  .intro__inner .btn-back {
    display: block;
  }

  .intro__inner .title {
    margin-top: 18px;
    font-weight: 400;
    font-size: 32px;
    line-height: 42px;
  }
}


.intro .swiper-wrapper {
  margin-left: 40px;
}

.intro__cards {
  margin-top: 38px;
}

.intro__cards__list {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
}

.intro__cards__list li {
  height: -webkit-fill-available;
}

@media (max-width: 768px) {
  .intro__cards {
    margin-right: -5vw;
    margin-left: -5vw;
    overflow: hidden;
  }

  .intro__cards__list {
    overflow: scroll;
    padding-left: 5vw;
  }
}

.intro__cards.mobile {
  display: none;
}

.intro .swiper-slide {
  height: -webkit-fill-available;
}

@media (max-width: 960px) {
  .intro .swiper-slide {
    width: 100% !important;
    max-width: 412px !important;
    min-width: 412px !important;
  }
}

@media (max-width: 640px) {
  .intro .swiper-slide {
    width: 100% !important;
    max-width: 312px !important;
    min-width: 312px !important;
  }
}

.intro__card {
  background-color: #FFFFFF;
  border-radius: 18px;
  padding: 36px;
  height: 100%;
}

.intro__card__content {
  margin-top: 24px;
}

.intro__card__content p {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  vertical-align: bottom;
}

@media (max-width: 768px) {
  .intro__card__content {
    margin-top: 56px;
  }

  .intro__card__content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
  }
}

@media (max-width: 960px) {
  .intro__card {
    background-color: #FFFFFF;
    border-radius: 18px;
    padding: 18px;
    width: 100%;
    max-width: 412px;
    min-width: 412px;
  }
}

@media (max-width: 640px) {
  .intro__card {
    width: 100%;
    max-width: 312px;
    min-width: 312px;
  }
}

@media (max-width: 960px) {
  .intro__cards {
    display: none;
  }

  .intro__cards.mobile {
    display: block;
  }

  .intro__cards.mobile .swiper {
    margin: 0px;
  }
}

@media (max-width: 560px) {
  .intro {
    height: 849px;
  }
}

.info__inner {
  width: 100%;
  max-width: 830px;
}

.info__title {
  text-align: center;
}

.info__list {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.info__card {
  background-color: #FFFFFF;
  border-radius: 18px;
  padding: 34px 38px;
  border-radius: 36px;
  width: 100%;
}

.info__card img {
  display: block;
  margin: 0 auto;
}

.info__card__title {
  font-weight: 400;
  font-size: 32px;
  line-height: 42px;
  margin-top: 24px;
}

.info__card__descr {
  margin-top: 14px;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
}

@media (max-width: 768px) {
  .info__card {
    background-color: #FFFFFF;
    border-radius: 18px;
    padding: 32px 26px 26px 26px;
  }

  .info__card__title {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
  }

  .info__card__descr {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
  }
}

@media (max-width: 768px) {
  .info__list {
    margin-top: 38px;
    gap: 16px;
  }
}

.doctors__head {
  display: flex;
  flex-direction: row;
}

.doctors .swiper-buttons-container {
  margin-left: auto;
}

.doctors .swiper-slide {
  width: 100%;
  max-width: 838px;
  min-width: 838px;
}

.doctors__card {
  width: 100%;
  max-width: 838px;
  min-width: 838px;
  background-color: #FFFFFF;
  border-radius: 18px;
  padding: 18px;
  border-radius: 36px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 18px;
  align-items: start;
}

.doctors__card__check {
  margin-top: 18px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 11px;
}

.doctors__card__check span {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: rgba(33, 36, 41, 0.6980392157);
}

.doctors__card__name {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
}

.doctors__card__info {
  margin-top: 16px;
}

.doctors__card__info-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: start;
  gap: 12px;
}

.doctors__card__info-item p:nth-child(1) {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #212429;
}

.doctors__card__info-item p:nth-child(2) {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: rgba(33, 36, 41, 0.6980392157);
}

.doctors__card__descr {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.doctors__card__descr p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

.doctors__card .btn-more {
  display: none;
  margin-top: 28px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: rgba(33, 36, 41, 0.6980392157);
}

@media (max-width: 768px) {
  .doctors__card {
    width: 100%;
    max-width: 332px;
    min-width: 332px;
    min-height: 590px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .doctors__card__name {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
  }

  .doctors__card .doctors__card__info-item {
    display: none;
  }

  .doctors__card .doctors__card__info-item:nth-child(1) {
    display: block;
  }

  .doctors__card__descr {
    display: none;
  }

  .doctors__card .btn-more {
    display: block;
  }
}

@media (max-width: 768px) {
  .doctors .swiper-slide {
    width: 100%;
    max-width: 332px;
    min-width: 332px;
  }

}

.wpcf7-not-valid-tip {
  color: #FF9DBC;
  position: absolute;
  top: 0px;
  right: 1px;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
}

@media (max-width: 768px) {

  .wpcf7-not-valid-tip {
    color: #FF9DBC;
    font-size: 15px;
    width: 100%;
    position: relative;
    top: 0px;
    right: 1px;
    font-weight: 400;
    font-style: Regular;
  }
}


.videos__head {
  width: 100%;
  max-width: 839px;
}

.videos__descr {
  margin-top: 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: rgba(33, 36, 41, 0.6980392157);
}


.videos .btn {
  display: block;
  width: 100%;
  max-width: 342px;
  min-width: 342px;
  margin: 40px auto 0 auto;
}

@media (max-width: 768px) {
  .videos__descr {
    margin-top: 14px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
  }

  .videos .btn {
    padding: 5.5px 0 10.5px 0;
  }
}

.analysis__descr {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: rgba(33, 36, 41, 0.6980392157);
  width: 100%;
  max-width: 990px;
}

.analysis__cards {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 946px 1fr;
  gap: 30px;
  align-items: stretch;
}

.analysis__part:last-child {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 30px;
}

.analysis__card {
  background-color: #FFFFFF;
  border-radius: 36px;
  padding: 38px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: start;
  width: 100%;
  height: 100%;
}

.analysis__card__title {
  font-weight: 400;
  font-size: 32px;
  line-height: 42px;
  color: #121C1E;
}

.analysis__card__descr {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: start;
  gap: 26px;
}

.analysis__card__descr p {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #212429;
}

.analysis__card__descr p::before {
  content: '— ';
}

@media (max-width: 768px) {
  .analysis__card {
    background-color: #FFFFFF;
    border-radius: 18px;
    padding: 22px;
  }

  .analysis__card__title {
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
  }

  .analysis__card__descr {
    margin-top: 18x;
    gap: 16px;
  }

  .analysis__card__descr p {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
  }
}

.analysis__card.important {
  border: 2px solid #FF9DBC;
}

.analysis__card.important .analysis__card__title {
  color: #FF9DBC !important;
}

@media (max-width: 1400px) {
  .analysis__cards {
    grid-template-columns: 620px 1fr;
  }
}

@media (max-width: 1024px) {
  .analysis__cards {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .analysis__descr {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
  }

  .analysis__cards {
    margin-top: 20px;
    gap: 20px;
  }
}

.faq {
  background-color: #FFFFFF;
  border-radius: 18px;
  padding: 140px 0;
  border-radius: 36px;
}

.faq .accordion {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .faq {
    padding: 0;
    background-color: transparent;
  }
}

.consultation__inner {
  background-image: url("../assets/img/banner-consult.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 512px;
  border-radius: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: start;
  justify-content: center;
}

.consultation__block {
  margin-left: 90px;
  width: 100%;
  max-width: 650px;
}

.consultation__buttons {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

.consultation__buttons button,
.consultation__buttons a {
  width: 100%;
  padding: 10.5px 54px 15.5px 54px;
}

.consultation__buttons a {
  padding: 10.5px 49px 15.5px 49px;
}

.consultation__buttons button,
.consultation__buttons a {
  max-width: 100%;
}

@media (max-width: 1024px) {
  .consultation__inner {
    background-image: url("../assets/img/banner-mobile.png");
    height: 650px;
    background-color: rgba(213, 217, 220, 0.4392156863);
  }

  .consultation__block {
    height: 100%;
    max-width: 100%;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-items: start;
    justify-content: space-between;
    padding: 21px 24px 47px 24px;
  }

  .consultation__buttons {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 32px;
  }
}

.reviews .swiper {
  margin-top: 80px;
  margin-left: 32px;
}

.reviews .swiper .swiper-buttons-container {
  margin-top: 70px;
  margin-left: auto;
}

@media (max-width: 1100px) {
  .reviews .swiper {
    margin-top: 38px;
    margin-left: 18px;
  }
}

.reviews__head {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1100px) {
  .reviews__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-items: start;
    gap: 49px;
  }
}

.reviews__buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

.reviews__buttons a:nth-child(1) {
  width: 100%;
  max-width: 430px;
  min-width: 430px;
}

.reviews__buttons a:nth-child(2) {
  width: 100%;
  max-width: 342px;
  min-width: 342px;
}

@media (max-width: 1100px) {
  .reviews__buttons {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .reviews__buttons a {
    min-width: 0 !important;
    width: 100%;
    max-width: 100% !important;
    padding: 5px 0 11px 0;
  }
}

@media (max-width: 768px) {
  .reviews__buttons {
    max-width: 312px;
  }

  .reviews__buttons a {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
  }
}

.reviews__card {
  background-color: #FFFFFF;
  border-radius: 18px;
  padding: 26px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 380px;
  min-width: 380px;
  align-items: start;
  border-radius: 36px;
  height: 422px;
}

.reviews__card__date {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #666666;
}

.reviews__card__title {
  margin-top: 16px;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #121C1E;
}

.reviews__card__descr {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  overflow: hidden;
  margin-top: 8px;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: rgba(18, 28, 30, 0.6980392157);
}

.reviews__card__more {
  margin: auto auto 0 auto;
  opacity: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  transition: 0.2s;
}

.reviews__card__more img {
  margin-left: 10px;
}

@media (max-width: 768px) {}

.reviews__card.expanded {
  height: -moz-fit-content;
  height: fit-content;
}

.reviews__card.expanded .reviews__card__descr {
  -webkit-line-clamp: unset;
}

@media (max-width: 768px) {
  .reviews__card {
    width: 100%;
    max-width: 254px;
    min-width: 254px;
    height: 326px;
    padding: 18px;
  }

  .reviews__card__date {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #666666;
  }

  .reviews__card__title {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
  }

  .reviews__card__descr {
    margin-top: 14px;
    font-weight: 350;
    font-size: 14px;
    line-height: 20px;
  }
}

.contacts__content {
  margin-top: 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.contacts__content .contacts__part,
.contacts__content .map {
  background-color: #FFFFFF;
  border-radius: 18px;
  padding: 0 50px;
  border-radius: 36px;
  width: 100%;
  height: 730px;
}

@media (max-width: 1240px) {
  .contacts__content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .contacts__content {
    margin-top: 38px;
  }

  .contacts__content .contacts__part,
  .contacts__content .map {
    padding: 26px;
    height: 380px;
  }
}

.contacts__part {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: start;
  justify-content: center;
}

@media (max-width: 560px) {
  .contacts__part .contacts__part__inner {
    width: 100%;
  }
}

.contacts .map {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.contacts__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: start;
  gap: 8px;
}

.contacts__item span:nth-child(1) {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: #666666;
}

.contacts__item span:nth-child(2) {
  font-weight: 400;
  font-size: 32px;
  line-height: 42px;
  color: #121C1E;
}

@media (max-width: 768px) {
  .contacts__item span:nth-child(1) {
    font-weight: 350;
    font-size: 14px;
    line-height: 20px;
  }

  .contacts__item span:nth-child(2) {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
  }
}

.contacts__item:nth-child(2) {
  margin-top: 60px;
}

@media (max-width: 768px) {
  .contacts__item:nth-child(2) {
    margin-top: 22px;
  }
}

.contacts__buttons {
  margin-top: 120px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 38px;
}

.contacts__buttons .contacts__link__wrapper {
  border: 1px solid #666666;
  border-radius: 14px;
  text-align: center;
  padding: 5.5px 0 12.5px 0;
  width: 100%;
  max-width: 318px;
  min-width: 318px;
}

.contacts__buttons .contacts__link__wrapper .contacts__link {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .contacts__buttons {
    margin-top: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .contacts__buttons .contacts__link__wrapper {
    max-width: 100% !important;
    padding: 2px 0 7px 0;
    font-weight: 400;
    font-size: 24px !important;
    line-height: 140%;
  }

  .contacts__buttons .contacts__link__wrapper a {
    font-size: 24px !important;
  }

  .contacts {
    margin-top: 80px;
  }
}

.footer {
  border-radius: 36px 36px 0 0;
  background-color: #121C1E;
}

.footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: start;
  padding: 116px 115px 34px 115px;
}

@media (max-width: 1370px) {
  .footer__inner {
    padding: 70px 30px 34px 30px;
  }
}

.footer__top {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-items: start;
  justify-content: space-between;
  width: 100%;
}

.footer__top__part {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: start;
  width: 100%;
  max-width: 338px;
}

.footer__top__part__title {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
  margin-bottom: 25px;
}

@media (max-width: 1100px) {
  .footer__top__part__title {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
  }
}

.footer__top__part__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: start;
  gap: 24px;
}

.footer__top__part__list .footer__top__part__item a {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #B4B4B4;
}

.footer__top__part__list.navigations .footer__top__part__item a {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
}

.footer__top__part__list.row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
}

@media (max-width: 1100px) {
  .footer__top__part__list {
    gap: 14px;
  }

  .footer__top__part__list.row {
    margin-left: auto;
    margin-right: auto;
  }

  .footer__top__part__list.socials {
    margin: 60px auto 0 auto;
  }

  .footer__top__part__list.socials .footer__top__part__item {
    text-align: center;
    width: 100%;
  }

  .footer__top__part__list.socials .footer__top__part__item a {
    font-weight: 32px !important;
    font-size: 24px !important;
  }

  .footer__top__part__list .footer__top__part__item a {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #B4B4B4;
  }

  .footer__top__part__list.navigations .footer__top__part__item a {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
  }
}

.footer__top__part .buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: start;
  gap: 22px;
}

.footer__top__part .buttons button,
.footer__top__part .buttons a {
  width: 100%;
  line-height: unset !important;
  max-width: 250px;
  min-width: 250px;
  /* padding: 13px 0 16px 0; */
}

@media (max-width: 1100px) {
  .footer__top__part .buttons {
    margin: 0 auto;
  }
}

@media (max-width: 1100px) {
  .footer__top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
  }

  .footer__top .footer__top__part.navigations {
    order: -1;
  }
}

.footer__bottom {
  margin-top: 43px;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}

.footer__bottom__part {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-items: start;
  gap: 135px;
  margin-left: 219px;
}

.footer__bottom__part a {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #858585;
}

.footer__bottom button {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
  margin-left: auto;
}

@media (max-width: 1100px) {
  .footer__bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer__bottom__part {
    margin-top: 41px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-items: center;
    margin-left: 0;
    gap: 14px;
  }

  .footer__bottom button {
    display: none;
  }
}


.competencies__inner {
  background-color: #EDF0F5;
  border-radius: 36px;
  padding: 80px 0;
}

@media (max-width: 768px) {
  .competencies__inner {
    padding: 22px;
    margin: 0 13px;
  }
}

.competencies__wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-items: start;
}

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

.competencies__part {
  width: 50%;
}

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

.competencies__title {
  font-weight: 400;
  font-size: 48px;
  line-height: 62px;
}

@media (max-width: 768px) {
  .competencies__title {
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
  }
}

.competencies__descr {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
}

@media (max-width: 768px) {
  .competencies__descr {
    margin-top: 18px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    gap: 20px;
  }
}

.clinic__photo {
  border-radius: 30px;
  object-fit: cover;
  height: 580px;
  width: 450px;
}

.approach-work__inner {
  background-color: #FFFFFF;
  border-radius: 36px;
  padding: 42px 0 25px 0;
}

.approach-work__subtitle {
  margin-top: 30px;
  font-weight: 400;
  font-size: 32px;
  line-height: 42px;
  width: 100%;
  max-width: 1103px;
}

@media (max-width: 768px) {
  .approach-work__subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
  }
}

.approach-work__descr {
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-items: start;
  gap: 30px;
}

.approach-work__descr__part {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  gap: 30px;
}

.dark_breadcrumbs {
  color: black !important;
}

.approach-work__descr__part p {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
}

@media (max-width: 768px) {
  .approach-work__descr {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .approach-work__descr__part {
    width: 100%;
  }

  .approach-work__descr__part p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
  }
}

.approach-work .swiper-buttons-container {
  margin-left: auto;
  margin-right: 150px;
  margin-top: 60px;
}

.approach-work .swiper-buttons-container .swiper-button-prev,
.approach-work .swiper-buttons-container .swiper-button-next {
  background-color: #FAF9FB;
}

@media (max-width: 768px) {
  .approach-work .swiper-buttons-container {
    padding-top: 60px;
    margin-right: auto;
  }
}

.approach-work .swiper-wrapper {
  gap: 24px;
  margin-left: 30px;
}

@media (max-width: 768px) {
  .approach-work .swiper-wrapper {
    gap: 12px;
    margin-left: 18px;
  }
}

.approach-work .swiper-slide {
  width: 100%;
  max-width: 720px;
  min-width: 720px;
}

@media (max-width: 768px) {
  .approach-work .swiper-slide {
    width: 100%;
    max-width: 288px;
    min-width: 288px;
    height: 264px;
  }
}

.approach-work__card {
  position: relative;
  width: 100%;
  max-width: 720px;
  min-width: 720px;
  height: 660px;
  border-radius: 24px;
  overflow: hidden;
}

.approach-work__card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s;
}

.approach-work__card__text {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 142px;
  padding: 26px 48px;
  background-color: rgba(104, 104, 104, 0.4);
  transition: 0.2s;
}

.approach-work__card__text p {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #ffffff;
}

@media (max-width: 768px) {
  .approach-work__card {
    width: 100%;
    max-width: 288px;
    min-width: 288px;
    height: 264px;
  }

  .approach-work__card__text {
    opacity: 1;
    padding: 15px 16px;
    height: 110px;
  }

  .approach-work__card__text p {
    font-weight: 350;
    font-size: 14px;
    line-height: 20px;
  }
}

.approach-work__card:hover img {
  transform: scale(1.1);
}

.approach-work__card:hover .approach-work__card__text {
  opacity: 1;
}

.certificates__head {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.certificates__head .swiper-buttons-container {
  margin-top: 40px;
}

.certificates .swiper-wrapper {
  margin-left: 30px;
}

@media (max-width: 768px) {
  .certificates .swiper-wrapper {
    margin-left: 13px;
  }
}

.certificates .swiper-slide {
  width: 100%;
  max-width: 460px;
  min-width: 460px;
}

@media (max-width: 768px) {
  .certificates .swiper-slide {
    width: 100%;
    max-width: 200px;
    min-width: 200px;
    height: 150px;
  }

  .certificates .swiper-slide img {
    width: 100%;
  }
}

.preparations__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-items: start;
  gap: 150px;
}

@media (max-width: 1200px) {
  .preparations__inner {
    gap: 40px;
  }
}

.preparations__content {
  width: 100%;
  max-width: 768px;
}

@media (max-width: 1024px) {
  .preparations__content {
    max-width: 100%;
  }
}

.preparations__descr {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.preparations__descr p {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
}

@media (max-width: 768px) {
  .preparations__descr p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
  }
}

.preparations__images {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-items: start;
  gap: 30px;
}

.preparations__images-part {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.preparations__images-part:nth-child(1) {
  margin-bottom: 87px;
}

.preparations__images-part:nth-child(2) {
  margin-top: 87px;
}

@media (max-width: 768px) {
  .preparations__images {
    gap: 17px;
  }

  .preparations__images-part {
    gap: 17px;
  }

  .preparations__images-part img {
    width: 160px;
  }
}

@media (max-width: 350px) {
  .preparations__images {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .preparations__images-part img {
    width: 100%;
  }

  .preparations__images-part:nth-child(1) {
    margin-bottom: 0;
  }

  .preparations__images-part:nth-child(2) {
    margin-top: 0;
  }
}

.preparations__images.mobile {
  display: none;
}

@media (max-width: 1024px) {
  .preparations__images.mobile {
    margin-top: 38px;
    display: flex;
    justify-content: center;
  }

  .preparations__images {
    display: none;
  }
}

.services__inner {
  background-color: #FFFFFF;
  border-radius: 36px;
  padding: 40px 0;
  margin: 0px 32px;
}

@media (max-width: 768px) {
  .services__inner {
    background-color: #FFFFFF;
    border-radius: 18px;
    padding: 30px 18px;
    margin: 0 13px;
  }
}

.services__head {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.services__head button {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  padding: 13px 48px;
}

.services__head button img {
  margin-bottom: 5px;
  margin-left: 20px;
}

@media (max-width: 1160px) {
  .services__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 33px;
    align-items: start;
  }

  .services__head button {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    padding: 5px 23px 11px 36px;
  }

  .services__head button img {
    margin-bottom: 2.5px;
    margin-left: 10px;
  }
}

.services__head a {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  padding: 13px 48px !important;
  margin-top: 5px;
  margin-right: 70px;
}

@media (max-width: 768px) {
  .services__head a {
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    width: 100%;
    padding: 13px !important;
    margin-top: 5px;
    margin-right: 70px;
  }
}

.services__descr {
  display: none;
  font-weight: 350;
  font-size: 14px;
  line-height: 20px;
  color: rgba(33, 36, 41, 0.6980392157);
  width: 100%;
  max-width: 314px;
}

@media (max-width: 768px) {
  .services__descr {
    display: inline;
  }
}

.services .swiper-buttons-container {
  margin-left: auto;
  margin-right: 80px;
  margin-top: 75px;
}

.services .swiper-buttons-container .swiper-button-prev,
.services .swiper-buttons-container .swiper-button-next {
  background-color: #FAF9FB;
}

.services .swiper-wrapper {
  margin-left: 30px;
}

@media (max-width: 1024px) {
  .services .swiper-wrapper {
    gap: 11px;
  }
}

@media (max-width: 768px) {
  .services .swiper-wrapper {
    margin-left: 11px;
  }
}

.services .swiper-slide {
  width: 100%;
  max-width: 450px;
  min-width: 450px;
}

@media (max-width: 1024px) {
  .services .swiper-slide {
    width: 100%;
    max-width: 254px;
    min-width: 254px;
  }

  .services .swiper-slide img {
    width: 100%;
    height: 326px;
  }
}

.services .swiper-buttons-container.mobile {
  margin: 75px auto 0 auto;
}

@media (max-width: 768px) {
  .intro-prices {
    background-image: url(../assets/img/intro-bg3-mob.webp) !important;
    position: relative;
    height: 987px;
  }
}

@media (max-width: 565px) {
  .sp-popular-services .swiper-buttons-container {
    display: none;
  }
}

.sp-popular-service {
  display: flex;
  flex-direction: column;
  align-items: start;
  height: 346px;
  padding: 32px 36px 36px;
  background: #EDF0F5;
  border-radius: 24px;
}

@media (max-width: 565px) {
  .sp-popular-service {
    height: 195px;
    padding: 16px;
  }
}

.sp-service-tag {
  display: inline-block;
  padding: 3px 25px 8px;
  font-size: 18px;
  line-height: 140%;
  color: #FFF;
  border-radius: 33px;
}

.sp-service-tag--red {
  background: #FF93A5;
}

.sp-service-tag--blue {
  background: #A1AFE7;
}

.sp-service-tag--pink {
  background: #FDC3B0;
}

.sp-service-tag--skyblue {
  background: #B0D0FD;
}

.sp-service-tag--purple {
  background: #D0B0FD;
}

@media (max-width: 565px) {
  .sp-service-tag {
    padding: 0px 12px 4px;
    font-size: 14px;
    line-height: 20px;
  }
}

.sp-popular-service__tag {
  margin-bottom: 30px;
}

@media (max-width: 565px) {
  .sp-popular-service__tag {
    margin-bottom: 8px;
  }
}

.sp-service-name {
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  color: #121C1E;
}

@media (max-width: 565px) {
  .sp-service-name {
    font-size: 16px;
    line-height: 150%;
  }
}

.contacts-page .btn-back {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  background-color: #ffffff;
}

@media (max-width: 768px) {
  .contacts-page .btn-back {
    margin-left: 25px;
    display: block;
  }
}

@media (max-width: 768px) {
  .contacts-page .contacts__title {
    margin-top: 40px;
  }
}

.sp-service-pricebox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  margin-top: auto;
}

.sp-service-price {
  font-size: 32px;
  line-height: 42px;
  color: #121C1E;
}

@media (max-width: 565px) {
  .sp-service-price {
    font-size: 18px;
    line-height: 140%;
  }
}

.sp-service-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: #FFF;
  border-radius: 50%;
}

.sp-services-sliderbox {
  overflow: hidden;
  padding-left: 30px;
}

@media (max-width: 565px) {
  .sp-services-sliderbox {
    padding-left: 13px;
  }
}

.swiper.sp-services-slider {
  width: 1930px;
  margin-left: 0;
  overflow: visible;
}

.swiper.sp-services-slider .swiper-wrapper {
  gap: 0;
}

@media (max-width: 565px) {
  .swiper.sp-services-slider {
    width: 260px;
  }
}

.sp-services-pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.sp-services-pagination .swiper-pagination-bullet {
  margin: 0;
  background: #EDF0F5;
  opacity: 1;
}

.sp-services-pagination .swiper-pagination-bullet-active {
  background: rgba(18, 28, 30, 0.3);
}

@media (max-width: 565px) {
  .sp-services-pagination {
    display: none;
  }
}

.sp-pricebox {
  margin-bottom: 140px;
}

@media (max-width: 768px) {
  .sp-pricebox {
    margin-bottom: 80px;
  }
}

.sp-price-titlebox {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .sp-price-titlebox {
    gap: 18px;
    margin-bottom: 28px;
  }
}

.sp-price-titleicon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 86px;
  height: 86px;
  background: #FFF;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .sp-price-titleicon {
    width: 42px;
    height: 42px;
  }

  .sp-price-titleicon svg {
    transform: scale(0.6);
  }
}

.sp-price-items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.sp-price-items--grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

@media (max-width: 768px) {
  .sp-price-items--grid2 {
    grid-template-columns: 1fr;
  }
}

.sp-price-items--mb {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .sp-price-items--mb {
    margin-bottom: 40px;
  }
}

.sp-price-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 13px 28px 17px;
  background: #FFF;
  border-radius: 18px;
}

@media (max-width: 992px) {
  .sp-price-item {
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .sp-price-item {
    padding: 18px;
  }
}

.sp-serviceval {
  font-size: 20px;
  line-height: 150%;
}

@media (max-width: 768px) {
  .sp-serviceval {
    font-size: 18px;
    line-height: 140%;
  }
}

.sp-serviceval--name {
  max-width: 505px;
  width: 100%;
}

.sp-serviceval--price {
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .sp-serviceval--price {
    flex-shrink: unset;
  }
}

.sp-price-pricetitle {
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 42px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .sp-price-pricetitle {
    margin-bottom: 22px;
    padding-left: 25px;
    font-size: 20px;
    line-height: 150%;
  }
}

.mobile-992 {
  display: none;
}

@media (max-width: 992px) {
  .mobile-992 {
    display: block;
  }
}

.interaction-home {
  margin-bottom: 122px;
  padding-top: 256px;
}

@media (max-width: 992px) {
  .interaction-home {
    padding-top: 130px;
  }
}

.interaction-home .breadcrumbs {
  color: rgba(33, 36, 41, 0.7);
}

.interaction-home .breadcrumbs a {
  color: rgba(33, 36, 41, 0.7);
}

@media (max-width: 992px) {
  .interaction-home .breadcrumbs {
    display: none;
  }
}

.interaction-home__head {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

@media (max-width: 992px) {
  .interaction-home__head {
    flex-direction: column-reverse;
    gap: 20px;
  }
}

.interaction-home__title {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 62px;
  line-height: 78px;
}

@media (max-width: 1280px) {
  .interaction-home__title {
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 42px;
  }
}

.interaction-home__subtitle {
  max-width: 420px;
  width: 100%;
  margin-bottom: 56px;
  font-size: 24px;
  line-height: 140%;
  color: rgba(33, 36, 41, 0.7);
}

@media (max-width: 1280px) {
  .interaction-home__subtitle {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 150%;
  }
}

.service_faq__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

@media screen and (max-width: 940px) {
  .service_faq__header {
    flex-direction: column;
    gap: 24px;
  }
}

.service_faq.service_faq {
  margin-top: 140px;
}

.service_faq__header__links {
  display: flex;
  align-items: center;
  gap: 12px;
}

.service_faq__header__links .btn {
      padding: 10px 28px 15px;
}

@media screen and (max-width: 768px) {
  .service_faq__header__link {
    padding: 10px 28px 15px;
  }
}

@media screen and (max-width: 490px) {
  .service_faq__header__links {
    flex-direction: column;
    align-items: flex-start;
  }
}

.interaction-home__button {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 342px;
  width: 100%;
  height: 60px;
  font-size: 24px;
  line-height: 140%;
  border-radius: 14px;
  background: #E9F0FC;
}

@media (max-width: 1280px) {
  .interaction-home__button {
    height: 46px;
    font-size: 20px;
    line-height: 150%;
  }
}

.interaction-home__link {
  display: flex;
  align-items: end;
  margin-bottom: 20px;
  gap: 48px;
  font-size: 62px;
  line-height: 78px;
  color: rgba(18, 28, 30, 0.3);
  -webkit-tap-highlight-color: transparent;
}

@media (max-width: 1280px) {
  .interaction-home__link {
    justify-content: space-between;
    font-size: 24px;
    line-height: 140%;
  }
}

.interaction-home__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: #FFF;
  border-radius: 50%;
  transform: translateY(-5px);
  -webkit-tap-highlight-color: transparent;
}

@media (max-width: 1280px) {
  .interaction-home__icon {
    width: 46px;
    height: 46px;
    transform: translateY(7px);
  }
}

.interaction-home__mobileicon {
  margin-bottom: 20px;
}

.interaction-home__mobileicon svg {
  transform: rotate(180deg);
}

@media (max-width: 992px) {
  .interaction-home__mobileicon {
    transform: none;
  }
}

.interactions__box {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .interactions__box {
    margin-bottom: 40px;
  }
}

.interaction {
  padding: 48px 124px;
  background: #FFF;
  border-radius: 36px;
}

@media (max-width: 992px) {
  .interaction {
    padding: 22px;
    border-radius: 24px;
  }
}

.interaction__head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 38px;
}

@media (max-width: 768px) {
  .interaction__head {
    margin-bottom: 22px;
  }
}

.interaction__numbox {
  display: flex;
}

@media (max-width: 768px) {
  .interaction__numbox {
    width: 100%;
    justify-content: start;
  }
}

.interaction__num {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 38px 7px;
  font-size: 18px;
  line-height: 140%;
  background: #EDF0F5;
  border-radius: 33px;
}

@media (max-width: 768px) {
  .interaction__num {
    font-size: 16px;
    line-height: 150%;
  }
}

.interaction__name {
  font-size: 24px;
  line-height: 140%;
  color: rgba(18, 28, 30, 0.7);
}

@media (max-width: 768px) {
  .interaction__name {
    font-size: 18px;
  }
}

.interaction__date {
  margin-left: auto;
  font-size: 20px;
  line-height: 150%;
  color: rgba(18, 28, 30, 0.5);
}

@media (max-width: 768px) {
  .interaction__date {
    font-size: 18px;
    line-height: 150%;
  }
}

.interaction__body {
  max-width: 930px;
  width: 100%;
  font-size: 20px;
  line-height: 150%;
}

@media (max-width: 768px) {
  .interaction__body {
    font-size: 16px;
  }
}

.interaction__body p {
  font-size: 20px;
  line-height: 150%;
}

@media (max-width: 768px) {
  .interaction__body p {
    font-size: 16px;
  }
}

.interaction__viewfoto {
  margin-top: 38px;
  padding: 12px 43px 15px;
  font-size: 18px;
  line-height: 140%;
  color: rgba(23, 23, 23, 0.7);
  background: #E9F0FC;
  border-radius: 14px;
}

@media (max-width: 768px) {
  .interaction__viewfoto {
    margin-top: 22px;
  }
}

.interaction__link {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-top: 38px;
}

@media (max-width: 768px) {
  .interaction__link {
    margin-top: 22px;
  }
}

.interaction-more {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 348px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  font-size: 24px;
  line-height: 140%;
  background: #FFF;
  border-radius: 14px;
}

@media (max-width: 768px) {
  .interaction-more {
    max-width: 312px;
    height: 46px;
    font-size: 20px;
    line-height: 150%;
  }
}

.interaction-answer {
  display: flex;
  gap: 30px;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .interaction-answer {
    gap: 15px;
  }
}

@media (max-width: 380px) {
  .interaction-answer {
    flex-direction: column;
  }
}

.interaction-answer__avatar {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .interaction-answer__avatar {
    width: 54px;
    height: 54px;
  }
}

.interaction-answer__name {
  margin-bottom: 4px;
  font-size: 24px;
  line-height: 140%;
}

@media (max-width: 768px) {
  .interaction-answer__name {
    font-size: 18px;
  }
}

.interaction-answer__status {
  display: block;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 140%;
  color: rgba(18, 28, 30, 0.7);
}

@media (max-width: 768px) {
  .interaction-answer__status {
    font-size: 16px;
    line-height: 150%;
  }
}

.pacient {
  display: grid;
  grid-template-columns: 355px 1fr;
  gap: 45px;
  padding-left: 100px;
  padding-right: 13px;
}

@media (max-width: 1200px) {
  .pacient {
    padding-left: 13px;
  }
}

@media (max-width: 992px) {
  .pacient {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 992px) {
  .pacient__nav {
    display: none;
  }
}

.pacient__navlist {
  position: sticky;
  top: 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.pacient__navitem {
  font-size: 24px;
  line-height: 140%;
  color: rgba(18, 28, 30, 0.7);
  cursor: pointer;
}

.pacient__navitem.is-active {
  color: rgb(18, 28, 30);
}

.pacient-info {
  max-width: 918px;
  width: 100%;
}

@media (max-width: 992px) {
  .pacient-info {
    max-width: 100%;
  }
}

.pacient-info__item {
  margin-bottom: 30px;
  padding: 38px 48px;
  border-radius: 36px;
  background: #FFF;
}

@media (max-width: 768px) {
  .pacient-info__item {
    margin-bottom: 20px;
    padding: 22px;
    border-radius: 24px;
  }
}

.pacient-info__title {
  font-weight: 400;
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 42px;
}

@media (max-width: 768px) {
  .pacient-info__title {
    margin-bottom: 22px;
    font-size: 24px;
    line-height: 140%;
  }
}

.pacient-info__subtitle {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 140%;
}

.pacient-info__subtitle--nm {
  margin-bottom: 0;
}

.pacient-info__text {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 150%;
}

@media (max-width: 768px) {
  .pacient-info__text {
    font-size: 16px;
    line-height: 150%;
  }
}

.pacient-info__text--opacity {
  color: rgba(33, 36, 41, 0.7);
}

.intro__buttons .green {
  margin-top: 38px;
}

@media (max-width: 768px) {
  .intro__buttons .green {
    margin-top: 0px;
    width: 100%;
  }
}

.swiper-container-wrapper {
  display: flex;
  /* Используем flexbox для выравнивания */
  justify-content: center;
  /* Выравниваем по горизонтали */
  align-items: center;
  /* Выравниваем по вертикали */
  width: 100%;
  /* Задаем ширину контейнера */
  height: 100vh;
  /* Задаем высоту контейнера (например, на весь экран) */
}



section .swiper-6 .swiper-slide img {
  width: 460px;
  height: 342px;
  border-radius: 24px;
  object-fit: cover;
}

@media (max-width: 768px) {
  section .swiper-6 .swiper-slide img {
    width: 200px;
    height: 150px;
    border-radius: 24px;
    object-fit: cover;
  }
}

.pacient-info__list {
  padding-left: 20px;
  list-style-type: disc;
}

.intro {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1080px;
  padding-top: 96px;
  overflow-x: hidden;
  border-radius: 0 0 36px 36px;
}

.doctors__head {
  display: flex;
  flex-direction: row;
}

.doctors .swiper-buttons-container {
  margin-left: auto;
}

.doctors .swiper-slide {
  width: 100%;
  max-width: 838px;
  min-width: 838px;
}


.videos__descr {
  margin-top: 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: rgba(33, 36, 41, 0.6980392157);
}

.videos__list {
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}

.videos .btn {
  display: block;
  width: 100%;
  max-width: 342px;
  min-width: 342px;
  margin: 40px auto 0 auto;
}

@media (max-width: 768px) {
  .videos__descr {
    margin-top: 14px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
  }

  .videos__list {
    margin-top: 48px;
    gap: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .videos .btn {
    padding: 5.5px 0 10.5px 0;
  }
}

.faq {
  background-color: #FFFFFF;
  border-radius: 18px;
  padding: 140px 0;
  border-radius: 36px;
}

.faq .accordion {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .faq {
    padding: 0;
    background-color: transparent;
  }
}

div.accordion-content p {
  margin-bottom: 10px;  
}

div.accordion-content ul{
  margin-bottom: 10px; 
  list-style-type: disc; 
  padding-left: 20px;
}
 div.accordion-content ol {
  margin-bottom: 10px; 
  list-style-type: decimal; 
  padding-left: 20px;
}
div.accordion-content a {
  text-decoration: underline;
}

.consultation__inner {
  margin-top: 170px;
  background-image: url("../assets/img/banner-consult.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 512px;
  border-radius: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: start;
  justify-content: center;
}

@media (max-width: 768px) {
  .consultation__inner {
    margin-top: 60px;
  }

  main {
    position: relative;
    z-index: 1;
  }
}

.consultation__block {
  margin-top: -20px;
  margin-left: 90px;
  width: 100%;
  max-width: 650px;
}

.consultation__buttons {
  margin-top: 35px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

@media (max-width: 1024px) {
  .consultation__inner {
    background-image: url("../assets/img/banner-mobile.png");
    height: 650px;
    background-color: rgba(213, 217, 220, 0.4392156863);
  }

  .consultation__block {
    height: 100%;
    max-width: 100%;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-items: start;
    justify-content: space-between;
    padding: 21px 24px 47px 24px;
  }

  .consultation__buttons {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 32px;
  }
}

@media (max-width: 768px) {
  .consultation__title {
    font-size: 32px !important;
    line-height: 42px !important;
  }
}

.contacts__content {
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.contacts__content .contacts__part,
.contacts__content .map {
  background-color: #FFFFFF;
  border-radius: 18px;
  padding: 0 50px;
  border-radius: 36px;
  width: 100%;
  height: 730px;
}

@media (max-width: 1240px) {
  .contacts__content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .contacts__content {
    margin-top: 48px;
  }

  .contacts__content .contacts__part,
  .contacts__content .map {
    padding: 26px;
    height: 380px;
  }
}

.contacts__title {
  margin-left: 50px;
}

.contacts__part {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: start;
  justify-content: center;
}

@media (max-width: 560px) {
  .contacts__part .contacts__part__inner {
    width: 100%;
  }
}

.contacts .map {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.contacts__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: start;
  gap: 8px;
}

.contacts__item span:nth-child(1) {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: #666666;
}

.contacts__item span:nth-child(2) {
  font-weight: 400;
  font-size: 32px;
  line-height: 42px;
  color: #121C1E;
}

@media (max-width: 768px) {
  .contacts__item span:nth-child(1) {
    font-weight: 350;
    font-size: 14px;
    line-height: 20px;
  }

  .contacts__item span:nth-child(2) {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
  }
}

.contacts__item:nth-child(2) {
  margin-top: 60px;
}

@media (max-width: 768px) {
  .contacts__item:nth-child(2) {
    margin-top: 22px;
  }
}

.contacts__buttons {
  margin-top: 120px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 44px;
  width: 100%;
}

.contacts__buttons .contacts__link__wrapper {
  border: 1px solid #666666;
  border-radius: 14px;
  text-align: center;
  padding: 5.5px 56px 12.5px 56px;
  width: 100%;
}

.contacts__buttons .contacts__link__wrapper .contacts__link {
  text-decoration: underline;
  font-weight: 400;
  font-size: 32px;
  line-height: 42px;
}

.contacts__buttons .contacts__link__wrapper:nth-child(2) {
  white-space: nowrap;
  padding: 5.5px 30px 12.5px 30px;
}

@media (max-width: 768px) {
  .contacts__buttons {
    margin-top: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .contacts__buttons .contacts__link__wrapper {
    max-width: 100% !important;
    padding: 2px 0 4px 0 !important;
  }

  .contacts__buttons .contacts__link__wrapper .contacts__link {
    font-size: 24px !important;
    line-height: 140% !important;
  }
}

@media (max-width: 768px) {
  .contacts-incontact {
    margin-top: -85px !important;
  }

  .contacts__title {
    margin-left: 28px;
  }
}

.contacts-page {
  margin-top: 260px;
}

@media (max-width: 768px) {
  .contacts-page {
    margin-top: 215px;
  }
}

.intro-aboutme {
  padding-top: 0;
  z-index: -2;
}

.intro-aboutme .intro__inner {
  margin-top: -50px;
}

.intro-aboutme .breadcrumbs a,
.intro-aboutme .breadcrumbs span {
  color: #121C1E;
}

.intro-aboutme .title {
  font-weight: 500;
  color: #121C1E;
}

.intro-aboutme .intro__description {
  width: 100%;
  max-width: 655px;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  margin-top: 38px;
  margin-bottom: 38px;
}

.intro-aboutme .intro__content {
  padding-right: 10px;
}

.intro-aboutme .intro__buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

.intro-aboutme .intro__buttons button {
  padding: 10.5px 28px;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
}

.intro-aboutme .intro__buttons a:nth-child(2) {
  display: flex;
  flex-direction: row;
  gap: 12px;
}

.intro-aboutme .intro__buttons a:nth-child(2) span {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: #3981F1;
}

.intro-aboutme .intro__buttons a:nth-child(2) span strong {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: #FF4A37;
}

.intro-aboutme .intro__buttons a:nth-child(2) img {
  margin-top: 5px;
}

@media (max-width: 768px) {
  .intro-aboutme {
    background-image: url("../assets/img/intro-bg-about-mob.webp") !important;
    position: relative;
    height: 870px;
    padding: 0 24px;
  }

  .intro-aboutme .fog {
    position: absolute;
    bottom: -120px;
    right: -30px;
    width: 100vw;
    height: 561px;
    z-index: -1;
    background: linear-gradient(180deg, rgba(214, 210, 207, 0) 0%, #D6D2CF 49.89%);
  }

  .container_head {
    margin: 0 40px 0 20px;
  }

  .intro-aboutme .intro__content {
    margin-top: auto;
    margin-bottom: -20px;
  }

  .intro-aboutme .intro__description {
    margin-top: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
  }

  .intro-aboutme .intro__buttons {
    margin-top: -20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-items: start;
  }

  .intro-aboutme .intro__buttons button {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    display: flex;
    justify-content: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
  }

  .intro-aboutme .intro__buttons button span {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
  }
}

.intro-home {
  padding-top: 0;
  z-index: -2;
}

.intro-home .intro__socials {
  margin-top: -90px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.intro-home .intro__socials a {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  padding: 2.5px 25px 8.5px 25px;
}

.intro-home .title {
  font-weight: 400;
  font-size: 62px;
  line-height: 78px;
  font-weight: 500;
  color: #121C1E;
}

.intro-home .intro__subtitle {
  font-weight: 400;
  font-size: 48px;
  line-height: 62px;
  color: #121C1E;
}

.intro-home .intro__descr {
  margin-top: 24px;
  width: 100%;
  max-width: 613px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.intro-home .intro__descr p {
  color: #212429;
}

.intro-home .intro__descr p:nth-child(1) {
  font-weight: 400;
  font-size: 32px;
  line-height: 42px;
}

.intro-home .intro__descr p:nth-child(2) {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
}

.intro-home .intro__buttons {
  margin-top: 38px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

.intro-home .intro__buttons button,
.intro-home .intro__buttons a {
  padding: 10px 28px 16px;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
}

.intro-home .intro__buttons a:nth-child(2) {
  display: flex;
  flex-direction: row;
  gap: 12px;
}

.intro-home .intro__buttons a:nth-child(2) span {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: #3981F1;
}

.intro-home .intro__buttons a:nth-child(2) span strong {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: #FF4A37;
}

.intro-home .intro__buttons a:nth-child(2) img {
  margin-top: 8px;
}

@media (max-width: 768px) {
  .intro-home {
    position: relative;
    height: 920px;
    display: flex;
  }

  .intro-home .intro__inner {
    padding: 0 39px;
    margin-top: auto;
    height: -moz-fit-content;
    height: fit-content;
  }

  .intro-home .intro__socials {
    margin-top: 20px;
    gap: 4px;
  }

  .intro-home .intro__socials a {
    font-weight: 350;
    font-size: 14px;
    line-height: 20px;
    padding: 1.5px 14px 6.5px 14px;
  }

  .intro-home .title {
    font-weight: 400;
    font-size: 32px;
    line-height: 42px;
  }

  .intro-home .intro__subtitle {
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
  }

  .intro-home .intro__content {
    margin-bottom: 38px;
  }

  .intro-home .intro__descr {
    margin-top: 12px;
    align-items: start;
  }

  .intro-home .intro__descr p {
    font-size: 16px !important;
    line-height: 150% !important;
  }

  .intro-home .intro__buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-items: start;
    margin-top: 30px;
  }

  .intro-home .intro__buttons button,
  .intro-home .intro__buttons a {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    display: flex;
    justify-content: center;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.4;
    text-align: center;
    color: #121c1e;
  }
}

@media (max-width: 768px) {
  .intro-home {
    background-image: url("../assets/img/byakova_main_mobile.jpg") !important;
    background-position: top;
  }

  .intro-home .fog {
    position: absolute;
    bottom: -120px;
    right: 0px;
    width: 100vw;
    height: 561px;
    z-index: -1;
    background: linear-gradient(180deg, rgba(208, 215, 220, 0) 0%, #D0D7DC 35.69%);
  }
}

.provide-services__head {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.provide-services__head .swiper-buttons-container {
  margin-top: 40px;
}

.provide-services__title {
  margin-left: 55px;
  margin-bottom: 20px;
}

.provide-services .swiper-wrapper {
  margin-left: 30px;
  gap: 18px;
}

@media (max-width: 768px) {
  .provide-services .swiper-wrapper {
    margin-left: 10px;
    gap: 8px;
  }
}

.provide-services .swiper-slide {
  width: 100%;
  max-width: 466px;
  min-width: 466px;
}

@media (max-width: 1024px) {
  .provide-services .swiper-slide {
    width: 100%;
    max-width: 302px;
    min-width: 302px;
  }
}

.provide-services__card {
  width: 100%;
  max-width: 466px;
  min-width: 466px;
  height: 354px;
  position: relative;
}

.provide-services__card__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.provide-services__card__title {
  position: absolute;
  top: 22px;
  left: 22px;
  background-color: #FFFFFF;
  border-radius: 73px;
  padding: 0 36px;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  height: 60px;
}

.provide-services__card button {
  position: absolute;
  bottom: 22px;
  right: 22px;
  border-radius: 100%;
  width: 52px;
  height: 52px;
}

@media (max-width: 1024px) {
  .provide-services__card {
    width: 100%;
    max-width: 302px;
    min-width: 302px;
    height: 248px;
  }

  .provide-services__card__title {
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    padding: 0 22px;
    height: 50px;
  }
}

@media (max-width: 768px) {
  .provide-services .swiper {
    margin-top: 24px;
  }

  .provide-services .swiper-slide {
    border-radius: 36px;
    overflow: hidden;
  }

  .provide-services__title {
    margin-left: 30px;
  }
}

.our-patients__title {
  margin-left: 55px;
  margin-bottom: 20px;
}

.our-patients .swiper {
  position: relative;
}

.our-patients .swiper .swiper-buttons-container {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: 100%;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .our-patients .swiper .swiper-buttons-container {
    display: flex;
  }

  .our-patients .swiper .swiper-buttons-container .swiper-button-prev {
    opacity: 0;
  }
}

.our-patients .swiper-wrapper {
  margin-top: 20px;
  margin-left: 30px;
  gap: 30px;
}

@media (max-width: 1024px) {
  .our-patients .swiper-wrapper {
    margin-left: 10px;
    gap: 12px;
  }
}

.our-patients .swiper-slide {
  width: 100%;
  max-width: 442px;
  min-width: 442px;
}

@media (max-width: 1024px) {
  .our-patients .swiper-slide {
    width: 100%;
    max-width: 176px;
    min-width: 176px;
  }
}

.our-patients__images {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.our-patients__images img {
  width: 100%;
}

@media (max-width: 1024px) {
  .our-patients__images {
    width: 100%;
    max-width: 176px;
    min-width: 176px;
    gap: 12px;
  }
}

@media (max-width: 768px) {
  .our-patients .swiper {
    margin-top: -5px;
  }

  .our-patients__title {
    margin-left: 0px;
  }
}

.consultation-v2__inner {
  margin: 0 31px;
  background-color: #FFFFFF;
  border-radius: 18px;
  padding: 0 0 0 90px;
  border-radius: 36px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 18px;
}

@media (max-width: 1550px) {
  .consultation-v2__inner {
    background-color: #FFFFFF;
    border-radius: 18px;
    padding: 0 15px;
    gap: 8px;
  }
}

@media (max-width: 768px) {
  .consultation-v2__inner {
    margin: 0 13px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 39px;
  }
}

.consultation-v2__content {
  width: 100%;
  max-width: 795px;
}

@media (max-width: 768px) {
  .consultation-v2__content {
    padding: 25px 10px 0 10px;
  }
}

@media (max-width: 768px) {
  .consultation-v2__title {
    font-size: 24px !important;
    line-height: 140% !important;
  }
}

.consultation-v2__descr {
  margin-top: 28px;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
}

@media (max-width: 768px) {
  .consultation-v2__descr {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
  }
}

@media (max-width: 768px) {
  .consultation-v2__descr {
    margin-top: 16px;
    font-weight: 350;
    font-size: 14px;
    line-height: 20px;
  }
}

.consultation-v2__buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 40px;
}

.consultation-v2__buttons a,
.consultation-v2__buttons button {
  width: 100%;
  font-size: 24px;
  max-width: 342px;
  color: #121C1E;
}

.consultation-v2__buttons a {
  padding-left: 49px;
  padding-right: 49px;
}

@media (max-width: 768px) {
  .consultation-v2__buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .consultation-v2__buttons a,
  .consultation-v2__buttons button {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    width: 100%;
    padding-top: 5.5px;
    padding-bottom: 10.5px;
  }
}

@media (max-width: 1280px) {
  .consultation-v2__illustration {
    margin-top: auto;
  }

  .consultation-v2__illustration img {
    width: 415px;
  }
}

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

.about__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: start;
  margin: 0 32px;
}

@media (max-width: 768px) {
  .about__inner {
    margin: 0 13px;
  }
}

.about__title {
  margin-left: 50px;
}

.about__content {
  margin-top: 80px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-items: start;
  gap: 28px;
}

@media (max-width: 1024px) {
  .about__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
}

@media (max-width: 768px) {
  .about__content {
    margin-top: 40px;
  }
}

.about__panels {
  width: 100%;
  max-width: 529px;
}

.about__panels__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

@media (max-width: 1024px) {
  .about__panels__list {
    gap: 12px;
  }
}

.about__panels__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: start;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 18px;
  padding: 14px 14px 21.5px 14px;
  border-radius: 36px;
}

.about__panels__item .about__panels__count {
  display: block;
  background-color: #FFFFFF;
  border-radius: 60px;
  font-weight: 400;
  font-size: 40px;
  line-height: 52px;
  min-width: 220px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 30px 6px 30px;
  text-align: center;
}

.about__panels__item .about__panels__label {
  margin-left: 24px;
  margin-top: 39px;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: start;
  gap: 5px;
}

.about__panels__item .about__panels__label span:nth-child(2) {
  color: #666666;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .about__panels__item {
    height: 169px;
  }

  .about__panels__item .about__panels__count {
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    min-width: 181px;
    padding: 2px 0 8px 0;
  }

  .about__panels__item .about__panels__label {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    margin-top: auto;
    gap: 0;
  }
}

@media (max-width: 768px) {
  .about__panels__item {
    background-color: #FFFFFF;
    border-radius: 18px;
    padding: 20px 14px 24px 14px;
  }

  .about__panels__item .about__panels__count {
    margin-left: 10px;
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    padding: 4px 20px 6px 20px;
    min-width: 140px;
  }

  .about__panels__item .about__panels__label {
    margin-left: 12px;
  }
}

.about__panels__item.blue {
  background-color: #E9F0FC;
}

.about__panels__item.purple {
  background-color: #DEDAFF;
}

.about__panels__item.green {
  background-color: #E6F1D5;
}

.about__panels__item.pink {
  background-color: #FCE9F6;
}

@media (max-width: 1360px) {
  .about__panels {
    max-width: 400px;
  }
}

@media (max-width: 1024px) {
  .about__panels {
    max-width: 100%;
  }
}

.about__byakova {
  position: relative;
  width: 100%;
  height: 830px;
  border-radius: 36px;
  overflow: hidden;
}

.about__byakova__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about__byakova a {
  position: absolute;
  top: 48px;
  right: 48px;
  padding-left: 48px;
  padding-right: 48px;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
}

.about__byakova a img {
  margin-left: 20px;
  margin-bottom: 5px;
}

@media (max-width: 1024px) {
  .about__byakova a {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    width: calc(100% - 50px);
    padding-top: 5px;
    padding-right: 36px;
    padding-bottom: 11px;
    padding-left: 36px;
    top: auto;
    bottom: 25px;
    left: 25px;
  }

  .about__byakova a img {
    margin-bottom: 2.5px;
  }
}

@media (max-width: 768px) {
  .about__byakova {
    height: 640px;
  }

  .about__title {
    margin-left: 28px;
  }
}

.section-inner {
  margin: 0 auto;
  padding: 0 31px;
  max-width: 1920px;
}

@media screen and (max-width: 768px) {
    .section-inner {
      padding: 0 13px;
    }
}

.team__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-items: start;
  margin: 0 auto;
  gap: 28px;
}

@media (max-width: 1240px) {
  .team__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 1360px) {
  .about__byakova {
    height: 863px;
  }
}

.anastesia_specialist__photo {
  height: 296px;
  width: 296px;
  object-fit: cover;
  border-radius: 22px;
}

@media (max-width: 768px) {
  .team__inner {
    margin: 0 13px;
  }

  .team__inner .swiper-wrapper {
    gap: 30px;
    position: relative;
    margin-left: 12px;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
  }
}

.team__content {
  background-color: #FFFFFF;
  border-radius: 18px;
  padding: 40px 52px;
  width: 100%;
  max-width: 966px;
  min-height: 794px;
    display: flex;
flex-direction: column;
}

.team__content button {
  margin-top: 28px;
  padding-left: 57px;
  padding-right: 57px;
}

.team__content a {
  /*margin-top: 28px;*/
  padding-left: 57px;
  padding-right: 57px;
    margin-top: auto;
    align-self: flex-start;
}

@media (max-width: 1240px) {
  .team__content {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .team__content {
    background-color: #FFFFFF;
    border-radius: 18px;
    padding: 26px;
    min-height: auto;
  }

  .team__content a {
    margin-top: 28px;
    width: 100%;
    display: block;
    padding-top: 5.5px;
    padding-bottom: 10.5px;
  }

  .team__content button {
    margin-top: 28px;
    width: 100%;
    padding-top: 5.5px;
    padding-bottom: 10.5px;
  }
}

.team__descr {
  margin-top: 28px;
  margin-bottom: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 646px;
}

.team__descr p {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
}

@media (max-width: 768px) {
  .team__descr {
    margin-top: 18px;
  }

  .team__descr p {
    font-weight: 350;
    font-size: 14px;
    line-height: 20px;
  }
}

.team__card__head {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 28px;
  padding-left: 20px;
}

.team__card__name {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
}

.team__card__stage {
  margin-right: 40px;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: rgba(33, 36, 41, 0.6980392157);
}

.team__card__position {
  margin-top: 12px;
  padding-left: 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
}

.team__card img {
  border-radius: 21.16px;
  overflow: hidden;
  width: 100%;
  height: 626px;
  object-fit: cover;
  object-position: top;
}

@media (max-width: 1240px) {
  .team__card img {
    width: 100%;
    height: 626px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (max-width: 768px) {
  .team__card img {
    height: 260px;
  }

  .team__card__head {
    margin-top: 6px;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-items: start;
  }

  .team__card__name {
    font-weight: 350;
    font-size: 14px;
    line-height: 20px;
  }

  .team__card__stage {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    position: absolute;
    bottom: 5px;
  }

  .team__card__position {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    margin-top: 3px;
    margin-bottom: 20px;
    padding-left: 10px;
  }

  .team__card .team__card {
    position: relative;
    padding-bottom: 90px;
  }
}

.team__present {
  background-color: #FFFFFF;
  border-radius: 18px;
  padding: 18px;
  width: 100%;
  height: 794px;
}

.team .swiper {
  position: relative;
  height: 794px;
  margin-top: 0;
  background-color: #FFFFFF;
  border-radius: 18px;
  padding: 18px;
  width: 100%;
  max-width: 863px;
}



.team .swiper .swiper-buttons-container {
  position: absolute;
  top: 0;
  left: 20px;
  max-width: calc(100% - 40px);
  height: 80%;
  justify-content: space-between;
}

@media (max-width: 1240px) {
  .team .swiper {
    max-width: 100%;
    height: 850px;
  }
}

@media (max-width: 768px) {
  .team .swiper, .team__present {
    height: 380px;
    background-color: #FFFFFF;
    border-radius: 18px;
    padding: 12px;
  }
}

.team .swiper-wrapper {
  gap: 1;
}

.team .swiper-slide {
  max-width: 863px;
}

@media (max-width: 1240px) {
  .team .swiper-slide {
    width: 343px !important;
    max-width: 100%;
  }
}

.video-v2 {
  padding-top: 60px;
  background-color: #fff;
  padding-bottom: 30px;
}

.video-v2__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 32px;
  gap: 29px;
}

@media (max-width: 1240px) {
  .video-v2__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 10px;
  }
}

@media (max-width: 768px) {
  .video-v2__inner {
    gap: 40px;
    background-color: #fff;
    padding-bottom: 25px;
    border-radius: 0 0 24px 24px;
  }
}

.video-v2__content {
  background-color: #FAF9FB;
  border-radius: 24px;
  padding: 36px 42px;
  height: 498px;
  width: 100%;
  max-width: 498px;
}

@media (max-width: 1240px) {
  .video-v2__content {
    max-width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
}


.video-v2__title {
  font-weight: 400;
  font-size: 32px;
  line-height: 42px;
}

@media (max-width: 768px) {
  .video-v2__title {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
  }
}

.video-v2__descr {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.video-v2__descr p {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
}

@media (max-width: 768px) {
  .video-v2__descr p {
    font-weight: 350;
    font-size: 14px;
    line-height: 20px;
  }
}

.video-v2 .video-wrapper {
  width: 100%;
  height: 498px;
}

@media (max-width: 768px) {
  .video-v2 .video-wrapper {
    margin: 0 26px;
  }

  .video-v2 .video-wrapper .play-button {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 460px) {
  .video-v2 .video-wrapper {
    max-width: 312px;
    height: 312px;
    border-radius: 16px;
  }
}

@media (max-width: 768px) {
  .video-v2 {
    background-color: transparent;
    margin-left: 2.5px;
    margin-right: 2.5px;
  }
}

.article {
  padding-top: 116px;
}

.article .breadcrumbs {
  margin-top: 140px;
}

.article .breadcrumbs a,
.article .breadcrumbs span {
  color: #121C1E;
}

@media (max-width: 768px) {
  .article .breadcrumbs {
    margin-top: 0;
  }
}

.article__title {
  margin-top: 20px;
  font-weight: 500;
  font-size: 62px;
  line-height: 78px;
}

@media (max-width: 768px) {
  .article__title {
    font-weight: 500;
    font-size: 32px;
    line-height: 42px;
    margin-left: 25px;
  }
}

.article-body {
  margin-top: 168px;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-items: start;
  position: relative;
}

@media (max-width: 768px) {
  .article-body {
    margin-top: 156px;
  }
}

.article .btn-back {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  background-color: #ffffff;
}

@media (max-width: 768px) {
  .article .btn-back {
    margin-left: 25px;
  }
}

.article-aside {
  position: sticky;
  top: 0;
  left: 75px;
}

.article-aside .article-nav__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: start;
  gap: 24px;
}

.article-aside .article-nav__list li a {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  transition: all 0.2s;
  color: rgba(18, 28, 30, 0.6980392157);
}

.article-aside .article-nav__list li a:hover {
  color: #121C1E;
}

@media (max-width: 1300px) {
  .article-aside {
    display: none;
  }
}

.article-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: 100%;
  max-width: 908px;
  margin: 0 auto;
  transform: translateX(-70px);
}

.article-content div {
  background-color: #FFFFFF;
  border-radius: 18px;
  padding: 30px 42px;
  border-radius: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: start;
  gap: 30px;
}

.article-content div h5 {
  font-weight: 500;
  font-size: 32px;
  line-height: 42px;
}

.article-content div img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.article-content div p {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
}

.article-content div ul {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: start;
  gap: 20px;
  list-style-type: disc;
}

.article-content div ul li {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #121C1E;
}

@media (max-width: 1300px) {
  .article-content {
    transform: translateX(0);
  }
}

@media (max-width: 768px) {
  .article-content {
    gap: 20px;
  }

  .article-content div {
    background-color: #FFFFFF;
    border-radius: 18px;
    padding: 22px;
    gap: 22px;
  }

  .article-content div img {
    margin-top: 0;
    margin-bottom: 0;
  }

  .article-content div h5 {
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
  }

  .article-content div p {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
  }

  .article-content div ul {
    gap: 14px;
  }

  .article-content div ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
  }
}

@media (max-width: 768px) {
  .article {
    padding-top: 151px;
  }

  .article .breadcrumbs {
    display: none;
  }

  .article .btn-back {
    display: block;
  }
}

.other-articles__list {
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-items: stretch;
  justify-content: space-between;
  gap: 10px;
}

.other-articles__card {
  background-color: #FFFFFF;
  border-radius: 18px;
  padding: 0px;
  border-radius: 36px;
  width: 100%;
  max-width: 460px;
  min-width: 460px;
  flex: 1;
  height: 100%;
  overflow: overlay
}

@media (max-width: 1400px) {
	.other-articles__card{
		min-width: 340px;
		max-width: 340px !important;
	}
}

@media (max-width: 1100px) {
	.other-articles__card{
		min-width: 280px;
		max-width: 280px !important;
	}
}

.other-articles__card__image {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.other-articles__card__body {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  padding: 38px 38px 54px 38px;
}

.other-articles__card__body p {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}

.other-articles__card__body button {
  width: 52px;
  min-width: 52px;
  height: 52px;
  border-radius: 100%;
}

.swiper-11{
	display: none;
}

@media (max-width: 940px) {
  .other-articles__list {
    display: none;
  }

  .swiper-11{
     display: block;
  }
}


.article .breadcrumbs a,
.article .breadcrumbs span {
  color: #121C1E;
}

.article__title {
  margin-top: 20px;
  font-weight: 400;
  font-size: 62px;
  line-height: 78px;
}

@media (max-width: 768px) {
  .article__title {
    font-weight: 400;
    font-size: 32px;
    line-height: 42px;
  }
}

.article-body {
  margin-top: 168px;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-items: start;
  position: relative;
}

@media (max-width: 768px) {
  .article-body {
    margin-top: 156px;
  }
}

.article .btn-back {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  background-color: #ffffff;
}

.article-aside .article-nav__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: start;
  gap: 30px;
}

.article-aside .article-nav__list li a {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  transition: all 0.2s;
  color: rgba(18, 28, 30, 0.6980392157);
}

.article-aside .article-nav__list li a:hover {
  color: #121C1E;
}

@media (max-width: 1300px) {
  .article-aside {
    display: none;
  }
}

.article-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: 100%;
  max-width: 918px;
  margin: 0 auto;
}

.article-content div {
  background-color: #FFFFFF;
  border-radius: 18px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: start;
  gap: 30px;
}

.article-content div h5 {
  font-weight: 400;
  font-size: 32px;
  line-height: 42px;
}

.article-content div img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.article-content div p {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
}

.article-content div ul {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: start;
  gap: 20px;
  list-style-type: disc;
}

.article-content div ul li {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #121C1E;
}

@media (max-width: 768px) {
  .article-content {
    gap: 20px;
  }

  .article-content div {
    background-color: #FFFFFF;
    border-radius: 18px;
    padding: 22px;
    gap: 22px;
  }

  .article-content div img {
    margin-top: 0;
    margin-bottom: 0;
  }

  .article-content div h5 {
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
  }

  .article-content div p {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
  }

  .article-content div ul {
    gap: 14px;
  }

  .article-content div ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
  }
}

@media (max-width: 768px) {
  .article {
    padding-top: 136px;
  }

  .article .breadcrumbs {
    display: none;
  }

  .article .btn-back {
    display: block;
  }
}

.other-articles__list {
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-items: stretch;
  justify-content: space-between;
  gap: 10px;
}

.other-articles__card {
  background-color: #FFFFFF;
  border-radius: 18px;
  padding: 0px;
  border-radius: 36px;
  width: 100%;
  max-width: 460px;
  flex: 1;
  height: 100%;
}

.other-articles__card__image {
  width: 100%;
}

.other-articles__card__body {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  padding: 38px;
}

.other-articles__card__body p {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}

.other-articles__card__body button {
  width: 52px;
  min-width: 52px;
  height: 52px;
  border-radius: 100%;
}

.head {
  padding-top: 256px;
}

.head .breadcrumbs {
  margin-top: 5px;
  margin-left: 5px;
}

.head .breadcrumbs a,
.head .breadcrumbs span {
  color: #121C1E;
}

.head .btn-back {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  background-color: #ffffff;
}

.head__buttons {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.head__buttons button {
  padding: 0;
  border-radius: 33px;
}

.head__buttons button a {
  padding: 7px 28px 11px 28px;
  display: inline-flex;
}

@media (max-width: 768px) {
  .head {
    padding-top: 136px;
  }

  .head .breadcrumbs {
    display: none;
  }

  .head .btn-back {
    display: block;
  }
}

.articles {
  margin-top: 80px;
}

.articles__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 40px;
  transform: translateX(0px);
}

@media (max-width: 1024px) {
  .articles__list {
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .articles__list {
    grid-template-columns: 1fr;
  }
}

.articles__card {
  height: 100%;
  border-radius: 36px;
  overflow: hidden;
  width: 100%;
  max-width: 660px;
}

.articles__card__image {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 420px;
  object-position: center;
}

.articles__card__body {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 64px 48px 75px 48px;
  height: 173px;
}

.articles__card__body p {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
}

.articles__card__body button {
  width: 52px;
  min-width: 52px;
  height: 52px;
  border-radius: 100%;
}

.articles__card__body .btn .button-arrow {
  margin-bottom: 6px !important;
}

@media (max-width: 1024px) {
  .articles__card__body {
    padding: 38px 36px 59px 36px;
    gap: 24px;
  }

  .articles__card__body p {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
  }
}

.articles .pagination {
  margin: 60px auto 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 768px) {
  .articles {
    margin-top: 72px;
  }
}

.button-arrow {
  margin-bottom: 5px;
}

.zapis-na-consultaciy {
  max-width: 644px !important;
}

.video-hidden {
  display: none;
}

.btn.btn-back img {
  margin-bottom: 10px;
}

.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background-color: #007bff;
    color: white;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.scroll-to-top:hover {
    background-color: #0056b3;
    transform: translateY(-2px);
}

.scroll-to-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Адаптивность */
@media (max-width: 768px) {
    .scroll-to-top {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
}

.multicontent-body{
display: flex;
  flex-direction: column;
  gap: 30px;
}

.multicontent-body div {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  max-width: 918px;
  background-color: #ffffff;
  padding: 38px 48px 48px 48px;
  border-radius: 36px;
  margin: 0 auto;
}

.multicontent-body h4 {
  font-family: Cygre;
font-weight: 400;
font-style: Regular;
font-size: 24px;
line-height: 140%;

}

.multicontent-body ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: none;
}

.multicontent-body ol {
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style-type: decimal;
  Padding-left: 25px;
}

.multicontent-body ol > li > ul {
  gap: 10px;
}

.multicontent-body ul > li {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 25px;
}

.multicontent-body ul > li::before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: black;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.multicontent-body ol > li > ul > li::before {
  content: '';
  width: 4px !important;
  height: 4px !important;
  background-color: black;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.multicontent-body p, .multicontent-body li {
  font-family: Cygre;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 150%;
}

@media (max-width: 768px) {
.multicontent-body div {
  gap: 20px;
  padding: 22px;
  border-radius: 24px;
}

.multicontent-body p, .multicontent-body li {
  font-size: 18px;
  line-height: 140%;

}
}

@media (max-width: 600px) {
	.multicontent-main .interaction-home{
		margin-bottom: 52px !important;
	}
}

.breadcrumbs a {
    color: #ffffff70 !important;
}

.dark_breadcrumbs a {
	color: #121C1E !important;
}

.reviews .swiper-buttons-container {
	margin-right: 80px;
}


.footer__top__part__list.navigations {
	margin: 0 auto;
}

@media (max-width: 1100px){
.footer__top__part__list.navigations {
	margin: 0;
}
}

.after_before .swiper-buttons-container {
   margin-right: 189px;
}

.code__error h2 {
	font-size: 404px;
}

.celebration-video {
  margin-top: 140px;
}

.celebration-video .video-wrapper {
  margin-top: 62px;
  max-height: 669px;
}

@media screen and (max-width: 768px) {
  .celebration-video {
    margin-top: 80px;
  }

  .celebration-video .video-wrapper {
    margin-top: 30px;
  }
}

.article-content .banners-content {
  padding: 0;
  display: flex;
  margin: 0 auto;
}

@media screen and (max-width: 400px) {
  .article-content .banners-content .video-container {
    width: 256px!important;
  }
}

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