.sc-intro {
  margin-top: 0;
  overflow: hidden;
}
.intro-wrap{
  padding-top: 114px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  min-height: calc(100vh - 79px);
  justify-content: space-between;
}
.intro-line__top{
  margin-left: auto;
  margin-right: auto;
  height: 90px;
  top: 21px;
}
.intro-line__right{
  margin-bottom: 56px;
  width: 50%;
  top: 114px;
  right: 12px;
}
.intro-info{
  align-self: center;
  width: calc(33.3333333% - 58px);  
}
.intro-title{
  margin-bottom: 26px;
}
.intro-video {
  display: flex;
  width: 100%;
  max-width: 565px;
  position: absolute;
  top: 0%;
  bottom: 0;
  margin: auto;
  left: 53%;
  height: 400px;
  z-index: -1;
  pointer-events: none;
  transform: translateX(-50%);
}
.intro-video__item {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  margin: auto;
}
.intro-btn{
  margin-top: 15px;
}
.intro-contact{
  align-self: center;
    width: calc(33.3333333% - 75px);
}
.intro-contact__group:last-of-type{
  margin-bottom: 0;
}
.intro-contact__title{
  margin-bottom: 25px;
  display: inline-block;
  width: 100%;
  font-weight: 400;
  letter-spacing: 0.01em;
}
.intro-contact__group{
  margin-bottom: 15px;
}
.intro-contact__link {
  color: var(--black);
}
.intro-line ._gr_line-rl{
  max-width: 50%;
  margin-left: auto;
}
.sc-intro ._line_grid-y-1{
  align-items: flex-end;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 211px;
  z-index: -1;
  pointer-events: none;
}
.sc-intro ._line_grid-y-2{
  align-items: flex-end;
  width: 36%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  right: -58px;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
.intro-bottom{
  width: 100%;
  padding-top: 60px;
  padding-bottom: 22px;
  gap: 116px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.intro-bottom__line{
  left: -24px;
}
.intro-bottom__col{
  width: calc(33.3333333% - 58px);
}
.intro-bottom__text{
  max-width: 367px;
  display: inline-block;
  width: 100%;
}
@media (max-width: 1199px) {
    .intro-info{
      width: 100%;
    }
    .intro-video{
      left: 45%;
      position: relative;
    }
}
@media (max-width: 991px) {
  .intro-wrap{
    padding-top: 48px;
  }
  .intro-video{
    left: 30%;
    height: 444px;max-width: 465px;
  }
  .intro-info{
    align-self: flex-start;
    margin-bottom: 38px;
  }
  .intro-contact{
    width: 50%;
    align-self: flex-start;
    max-width: 352px;
    padding-top: 20px;
  }
  .intro-bottom{
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0;
    gap: 0px;
    width: 50%;
    max-width: 352px;
    padding-top: 20px;
  }
  .intro-bottom__col{
    margin-bottom: 15px;
  }
  .intro-bottom__col:last-of-type{
    margin-bottom: 0;
  }
  .intro-bottom__col{
    width: 100%;
  }
}
@media (max-width: 767px) {
  .intro-wrap{
    padding-top: 35px;
    min-height: auto;
  }
  .intro-text{
    max-width: 338px;
  }
  .intro-bottom__line{
    display: none!important;
  }
  .intro-contact{
    width: 100%;
    padding-top: 30px;
  }
  .intro-bottom{
    width: 100%;
    padding-top: 15px;
  }
}


.dentalCare-swiper__arrows{
  margin-left: auto;
  padding-top: 15px;
  justify-content: flex-end;
}
.dentalCare-swiper__arrows .arrow--item {
  margin-left: 14px;
}
.dentalCare-swiper{
  margin-top: 28px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.swiperDentalCare {
  width: 100%;
}
.swiperDentalCare .swiper-slide {
  width: 100%;
}
.dentalCare-item {
  width: 100%;
  font-weight: 400;
  display: flex;
}
.dentalCare-item__bg {
  max-width: 348px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.dentalCare-item__bg img {
  max-width: 100%;
}
.dentalCare-item__wrap {
  margin-left: 20px;
  padding: 13px 20px;
  max-width: 770px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  position: relative;
}
.dentalCare-item__title {
  font-size: 30px;
  line-height: 121%;
  width: 100%;
}
.dentalCare-item__title small {
  display: inline-block;
  color: var(--black_60);
  font-size: 14px;
  line-height: 160%;
  width: 100%;
  margin-bottom: 0;
}
.dentalCare-item__price {
  margin-top: auto;
  padding-top: 24px;
  display: inline-block;
  width: 100%;
  font-size: 24px;
  line-height: 25px;
  color: var(--black);
}
.dentalCare-item__price small {
    display: inline-block;
  color: var(--black_45);
  width: 100%;
font-size: 14px;
  line-height: 16px;
  margin-bottom: 8px;
}
.dentalCare-item__btn {
  margin-top: 24px;
}
@media (max-width: 991px) {
  .dentalCare-item__bg{
    max-width: 245px;
  }
  .dentalCare-item__title{
    font-size: 24px;
  }
  .dentalCare-item__price{
    font-size: 20px;
    padding-top: 15px;
  }
  .dentalCare-item__btn{
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .dentalCare-swiper{
    margin-top: 0;
    width: calc(100% + 12px);
  }
  .dentalCare-item__bg{
    width: 128px;
    height: 128px;
  }
  .dentalCare-item__wrap{
    margin-left: 0;
    padding: 4px 12px 4px 10px;
  }
  .dentalCare-item__title{
    font-size: 16px;
  }
  .dentalCare-item__price{
    font-size: 18px;
  }
  .dentalCare-item__btn{
    display: none;
  }
}


.dentalConditions-title{
  margin-bottom: 48px;
}
.dentalConditions-img__wrap{
  max-width: 620px;
  padding: 10px;
}
.dentalConditions-img img{
  border-radius: 12px;
}
.dentalCondition-item__wrap{
  height: 100%;
  display: flex;
  gap: 12px;
  width: calc(100% + 24px);
  margin-left: -24px;
  align-items: center;
}
.dentalConditions-item__col{
  width: calc(50% - 6px);
  display: flex;
  flex-wrap: wrap;
}
.dentalConditions-item__col:first-of-type{
  align-content: flex-end;
  padding-top: 32px;
}
.dentalConditions-item__col:last-of-type{
  align-content: flex-start;
  padding-bottom: 32px;

}
.dentalConditions-item{
  padding: 32px 32px 27px 32px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 7px;
  margin-top: 12px;
  width: 100%;
}
.dentalConditions-item__num{
  font-family: 'Inter';
  font-weight: 400;
  font-size: 22px;
  line-height: 140%;
  margin-bottom: 25px;
  letter-spacing: 0.01em;
}
.dentalConditions-item__text{
  font-weight: 400;
  letter-spacing: 0.01em;
  color: var(--black_60);
}
@media (max-width: 1400px) {
  .dentalCondition-item__wrap{
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .dentalConditions-img__wrap{
    padding: 0;
  }
  .dentalConditions-img img {
    border-radius: 8px;
  }
  .dentalCondition-item__wrap{
    display: block;
    max-width: 340px;
    margin-left: auto;
  }
  .dentalConditions-item__col{
    padding-top: 0!important;
    padding-bottom: 0!important;
    width: 100%;
  }
  .dentalConditions-item__col:first-of-type .dentalConditions-item:first-of-type{
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .dentalConditions-img__wrap{
    max-width: 309px;
  }
}
@media (max-width: 767px) {
  .dentalConditions-img__wrap{
    max-width: 100%;
    margin-bottom: 46px;
  }
  .dentalCondition-item__wrap{
    max-width: 100%;
  }
  .dentalConditions-item__num{
    font-size: 18px;
  }
}

.clinicServices-title {
  margin-bottom: 45px;
}
.clinicServices-title p {
  display: inline-block;
  text-align: left;
  color: var(--black_60);
}
.clinicServices-wrap {
  display: flex;
  width: 100%;
}
.clinicServices-left {
  max-width: 313px;
  flex-shrink: 0;
  width: 100%;
}
.clinicServices-right {
  max-width: 1047px;
  width: 100%;
}
.clinicServices-img {
  max-width: 271px;
  display: inline-block;
  width: 100%;
  height: 399px;
  position: sticky;
  border-radius: 12px;
  border: solid 1px var(--black_10);
  top: 140px;
  transform: translateY(30px);
  transition: 1s;
  opacity: 0;
}
.clinicServices-img.watched {
  opacity: 1;
  transform: none;
}
.clinicServices-video__btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.clinicServices-video {
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 8px;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.clinicServices-item {
  padding-bottom: 32px;
  margin-bottom: 32px;
  width: 100%;
  display: flex;
  position: relative;
  border-bottom: solid 1.5px var(--black_10);
  transition: 0.3s;
}
.clinicServices-item:hover .clinicServices-item__details-title{
  color: var(--primary_1);
}
.clinicServices-item__link{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.clinicServices-item:last-of-type {
  margin-bottom: 0;
  border: none;
}
.clinicServices-item__img {
  max-width: 240px;
  flex-shrink: 0;
}
.clinicServices-item__img img {
  width: auto;
  height: auto;
}
.clinicServices-item__details {
  padding-left: 40px;
  width: 100%;
}
.clinicServices-item__details-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}
.clinicServices-item__details-title {
  font-weight: 400;
  font-size: 32px;
  line-height: 139%;
  color: var(--black);
  margin-bottom: 20px;
  transition: 0.3s;
}
.clinicServices-item__details-services {
  display: inline-block;
  padding: 7px 32px;
  border-radius: 50px;
  font-weight: 400;
  border: solid 1px var(--black_10);
}
.clinicServices-item__tags {
  padding-top: 20px;
  display: inline-block;
  width: 100%;
}
.clinicServices-item__tags-list {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: var(--black_60);
  margin-bottom: 0;
}
.clinicServices-item__tags-list li {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 8px;
  padding: 4px 15px;
  border: 1.5px solid var(--black_10);
  border-radius: 66px;
}
@media (max-width: 991px) {
  .clinicServices-title {
    margin-bottom: 30px;
  }
  .clinicServices-title p {
    margin-bottom: 0;
  }
  .clinicServices-item__details-title {
    font-size: 24px;
  }
  .clinicServices-item__img {
    max-width: 180px;
  }
}
@media (max-width: 767px) {
  .clinicServices-item {
    align-items: flex-start;
  }
  .clinicServices-item:last-of-type {
    padding-bottom: 0;
  }
  .clinicServices-item__img {
    max-width: 100px;
  }
  .clinicServices-item__details {
    padding-left: 16px;
  }
  .clinicServices-item__details-wrap {
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
  .clinicServices-item__details-title {
    margin-bottom: 10px;
    width: 100%;
    order: 2;
    margin-bottom: 0;
  }
  .clinicServices-item__details-services{
    order: 1;
    margin-bottom: 20px;
  }
  .clinicServices-item__tags-list{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .clinicServices-item__tags-list li{
    margin: 0;
  }
  .clinicServices-item__tags-list li:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 390px) {
  .clinicServices-item__tags-list {
    font-size: 12px;
  }
}

.doctors-title__wrap{
  margin-bottom: 48px;
}
.doctors-title {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .doctors-title__wrap{
    margin-bottom: 0;
  }
}

.clinicTechs-title__logo{
  margin-top: 50px;
  margin-bottom: 60px;
  max-width: 146px;
}
.clinicTechs-wrap{
  padding-left: 24px;
}
.clinicTechs-item{
  display: flex;
  justify-content: space-between;
  padding-bottom: 32px;
  margin-bottom: 32px;
}
.clinicTechs-item:last-of-type{
  margin-bottom: 0;
}
.clinicTechs-item__left{
  max-width: 412px;
  width: 100%;
  flex-shrink: 0;
}
.clinicTechs-item__right{
  max-width: 324px;
  width: 100%;
}
.clinicTechs-item__title-wrap{
  display: flex;
  align-items: center;
  height: 100%;
  gap: 3px;
}
.clinicTechs-item__img {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  margin-right: 15px;
  margin-left: 15px;
}
.clinicTechs-item__title{
  font-family: 'Inter';
  font-weight: 400;
  font-size: 22px;
  line-height: 140%;
  margin-bottom: 0px;
  letter-spacing: 0.01em;
  width: 100%;
}
.clinicTechs-item__text{
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .clinicTechs-title__inner-wrap{
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 10px;
    justify-content: space-between;
  }
  .clinicTechs-title__logo{
    max-width: 112px;
    margin: 0;
  }
  .clinicTechs-wrap{
    padding-left: 0;
    padding-top: 48px;
  }
}
@media (max-width: 767px) {
  .clinicTechs-title{
    margin-bottom: 35px;
  }
  .clinicTechs-title__wrap{
    margin-bottom: 20px;
  }
  .clinicTechs-item__title{
    font-size: 18px;
  }
  .clinicTechs-item__img{
    flex-shrink: 1;
    min-width: 75px;
  margin-right: 10px;
  margin-left: 10px;
  }
}

.clinicReviews-wrap{
  padding-left: 24px;
  max-width: 701px;
}
.clinicReviews-title__wrap{
  margin-bottom: 24px;
}
.clinicReviews-info__title-wrap{
  margin-bottom: 32px;
}
.clinicReviews-info__title{
  margin-bottom: 32px;
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0.01em;
}
.clinicReviews-info__content p {
  margin-bottom: 16px;
}
.clinicReviews-info__btn{
  margin-top: 16px;
}
@media (max-width: 991px) {
  .clinicReviews-wrap{
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .clinicReviews-info__title{
    font-size: 24px;
  }
  .clinicReviews-info__content{
    font-size: 14px;
  }
}


.faq-title{
  margin-bottom: 0;
}

.faq-title__wrap{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.faq-dropdown__item {
  margin-bottom: 24px;
  overflow: hidden;
}
.faq-dropdown__item:last-of-type {
  margin-bottom: 0;
}
.faq-dropdown__item.is-open .faq-dropdown__item-head:before {
  transform: rotate(225deg);
}
.faq-dropdown__item-head {
  cursor: pointer;
  font-weight: 400;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: var(--black);
  transition: 0.3s ease;
  padding: 40px 70px 32px 0px;
  position: relative;
}
.faq-dropdown__item-head:before {
  content: "";
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  border: solid 1.5px var(--black);
  transform: rotate(45deg);
  border-top: none;
  border-left: none;
  transition: 0.3s ease;
}
.faq-dropdown__item-panel {
  display: none;
}
.faq-dropdown__item.is-open .faq-dropdown__item-panel {
  display: block;
}
.faq-dropdown__item-content{
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .faq-title__wrap{
    margin-bottom: 20px;
  }
  .faq-title__btn{
    margin-top: -10px;
  }
  .faq-dropdown__item-head{
    font-size: 24px;
    padding: 30px 33px 20px 0px;
  }
  .faq-dropdown__item {
    margin-bottom: 10px;
  }
}
.feedback__frame {
display: flex;
  justify-content: center;
  align-items: center;
  min-height: 320px;
  width: 100%;
  height: 320px;
  overflow: hidden;
  position: relative;
}