

/* Start:/local/templates/mkclinic/css/about.css?173651956832608*/
.about {
  text-wrap: balance;
}

.about-banner {
  position: relative;
  margin-top: -56px;
}
@media (max-width: 1000px) {
  .about-banner {
    margin-top: 0;
  }
}
.about-banner .container {
  display: block;
}
.about-banner .swiper .swiper-wrapper {
  padding-bottom: 0;
}
.about-banner .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: rgba(243, 238, 231, 0.5);
  opacity: 1;
}
@media (max-width: 1450px) {
  .about-banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.about-banner .swiper-pagination-bullet-active {
  background-color: var(--gray);
}
.about-banner .swiper .swiper-navigation {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 24px;
}
@media (max-width: 767px) {
  .about-banner .swiper .swiper-navigation {
    display: none;
  }
}


  .about-banner .swiper .swiper-pagination {
    display: flex;
    gap: 10px;
    bottom: 30px;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
width: auto;
  }

.about-banner .swiper .swiper-button-prev, .about-banner .swiper .swiper-button-next {
  width: 70px;
  height: 70px;
  padding: 11px;
  background-color: rgba(243, 238, 231, 0.2);
  border-radius: 50%;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
@media (max-width: 470px), (hover: hover) {
  .about-banner .swiper .swiper-button-prev:hover, .about-banner .swiper .swiper-button-next:hover {
    opacity: 1;
    background-color: rgba(243, 238, 231, 0.5);
  }
}
.about-banner__title {
  position: absolute;
  top: 164px;
  left: 0;
  z-index: 3;
  width: 100%;
  font-family: "Vetrino", sans-serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gray);
}
@media (max-width: 1450px) {
  .about-banner__title {
    font-size: 40px;
    padding: 0 104px;
  }
}
@media (max-width: 1320px) {
  .about-banner__title {
    top: 200px;
    font-size: 32px;
    padding: 0;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .about-banner__title {
    font-size: 30px;
  }
}
.swiper-slide.about-banner__item {
  height: calc(100vh - 42px);
  -webkit-filter: brightness(70%);
          filter: brightness(70%);
}
@media (max-width: 1000px) {
  .swiper-slide.about-banner__item {
    height: 100vh;
  }
}
.about-banner__img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: brightness(70%);
          filter: brightness(70%);
}

.about-info__title {
  margin-bottom: 64px;
  text-align: center;
}
@media (max-width: 1000px) {
  .about-info__title {
    text-align: left;
  }
}
.about-info__top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  margin-bottom: 64px;
}
@media (max-width: 1000px) {
  .about-info__top {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.about-info__subtitle {
  font-size: 24px;
}
.about-info__content {
  padding-top: 57px;
  position: relative;
}
@media (max-width: 1000px) {
  .about-info__content {
    padding-top: 0;
  }
}
.about-info__content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/local/templates/mkclinic/css/../img/news-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 312px;
  width: 100%;
  z-index: -1;
}
@media (max-width: 1000px) {
  .about-info__content:after {
    top: auto;
    bottom: 150px;
  }
}
@media (max-width: 767px) {
  .about-info__content:after {
    bottom: auto;
    top: 0;
    height: 700px;
    background-image: url(/local/templates/mkclinic/css/../img/about/bg.svg);
  }
}
.about-info__content-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
@media (max-width: 1450px) {
  .about-info__content-inner {
    gap: 85px;
  }
}
@media (max-width: 1320px) {
  .about-info__content-inner {
    gap: 70px;
  }
}
@media (max-width: 1000px) {
  .about-info__content-inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 56px;
  }
}
@media (max-width: 767px) {
  .about-info__content-inner {
    gap: 40px;
  }
}
@media (max-width: 1000px) {
  .about-info__content-left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.about-info__content__text {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  margin-bottom: 64px;
}
@media (max-width: 1320px) {
  .about-info__content__text {
    margin-bottom: 50px;
  }
}
.about-info__content__text p {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .about-info__content__text {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
@media (max-width: 1000px) {
  .about-info__content-btn {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.about-map {
  position: relative;
}
.about-map:after {
  content: "";
  position: absolute;
  top: -128px;
  right: -5%;
  width: 40%;
  height: 750px;
  background-image: url(/local/templates/mkclinic/css/../img/partner-decor.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
  opacity: 0.15;
}
@media (max-width: 1450px) {
  .about-map:after {
    right: -8%;
    height: 602px;
  }
}
@media (max-width: 1320px) {
  .about-map:after {
    right: -9%;
    height: 512px;
    top: -82px;
  }
}
@media (max-width: 1000px) {
  .about-map:after {
    right: -7%;
    height: 330px;
    top: 43px;
    width: 62%;
  }
}
@media (max-width: 767px) {
  .about-map:after {
    right: -14%;
    height: 330px;
    top: 0;
    width: 62%;
  }
}
.about-map__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 43px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 43px auto;
      grid-template-areas: "map title" "map text";
  gap: 43px;
}
@media (max-width: 1000px) {
  .about-map__wrapper {
    padding: 0 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 40px auto 40px auto;
        grid-template-areas: " title" "map" "text";
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .about-map__wrapper {
    padding: 0 20px;
  }
}
.about-map__map {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: map;
}
.about-map__title {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: title;
  margin-right: 80px;
}
@media (max-width: 1450px) {
  .about-map__title {
    margin-right: 40px;
  }
}
@media (max-width: 1320px) {
  .about-map__title {
    margin-right: 30px;
  }
}
@media (max-width: 1000px) {
  .about-map__title {
    margin-right: 0;
    text-align: center;
  }
}
.about-map__text {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  margin-top: auto;
  grid-area: text;
  padding-bottom: 30px;
  margin-right: 80px;
}
@media (max-width: 1000px) {
  .about-map__map {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .about-map__title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .about-map__text {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}
@media (max-width: 1450px) {
  .about-map__text {
    margin-right: 40px;
  }
}
@media (max-width: 1320px) {
  .about-map__text {
    margin-right: 30px;
  }
}
@media (max-width: 1000px) {
  .about-map__text {
    margin-right: 0;
  }
}
.about-map__iframe {
  min-height: 693px;
  height: 100%;
}
@media (max-width: 1320px) {
  .about-map__iframe {
    min-height: 600px;
  }
}
@media (max-width: 1320px) {
  .about-map__iframe {
    min-height: 470px;
  }
}
@media (max-width: 1000px) {
  .about-map__iframe {
    min-height: 356px;
  }
}
@media (max-width: 767px) {
  .about-map__iframe {
    min-height: 300px;
  }
}

@media (max-width: 767px) {
  .about-gallery.section {
    margin-bottom: 60px;
  }
}
.about-gallery .swiper .swiper-wrapper {
  margin-bottom: 27px;
}
@media (max-width: 1000px) {
  .about-gallery .swiper .swiper-wrapper {
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .about-gallery .swiper .swiper-wrapper {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.about-gallery .swiper-pagination {
  display: none;
}
@media (max-width: 767px) {
  .about-gallery .swiper .swiper-pagination {
    display: flex;
    gap: 10px;
    top: auto;
    bottom: 20px;
    left: 50%;
    transform: translate3d(-50%, 0px, 6px);
    width: auto;
  }
}
.about-gallery .swiper-pagination-bullet {
  background-color: var(--gray);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  width: 10px;
  height: 10px;
  opacity: 0.5;
}
.about-gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.about-gallery .swiper .swiper-navigation {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 24px;
}
@media (max-width: 1450px) {
  .about-gallery .swiper .swiper-navigation {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .about-gallery .swiper .swiper-navigation {
    display: none;
  }
}
.about-gallery .swiper .swiper-button-prev, .about-gallery .swiper .swiper-button-next {
  width: 70px;
  height: 70px;
  padding: 11px;
  background-color: rgba(209, 204, 197, 0.2);
  border-radius: 50%;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
@media (max-width: 470px), (hover: hover) {
  .about-gallery .swiper .swiper-button-prev:hover, .about-gallery .swiper .swiper-button-next:hover {
    opacity: 1;
    background-color: rgba(209, 204, 197, 0.5);
  }
}
.about-gallery__text {
  color: var(--dark);
  font-family: "Vetrino", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
  font-size: 32px;
  letter-spacing: 3.2px;
  text-align: center;
  margin-bottom: 180px;
}
@media (max-width: 1450px) {
  .about-gallery__text {
    margin-bottom: 140px;
    font-size: 24px;
  }
}
@media (max-width: 1320px) {
  .about-gallery__text {
    margin-bottom: 120px;
  }
}
.about-gallery__title {
  line-height: 1;
  margin-bottom: 34px;
  text-align: center;
}
@media (max-width: 767px) {
  .about-gallery__title {
    text-align: left;
  }
}
.about-gallery__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 42px;
}
@media (max-width: 1000px) {
  .about-gallery__tabs {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media (max-width: 470px) {
  .about-gallery__tabs {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
.about-gallery__tab {
  position: relative;
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  font-family: "Vetrino", sans-serif;
  border-radius: 38px;
  padding: 2px 20px;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
@media (max-width: 1450px) {
  .about-gallery__tab {
    font-size: 24px;
    letter-spacing: 2.4px;
    padding: 2px 15px;
  }
}
.about-gallery__tab:hover, .about-gallery__tab.active {
  background-color: #F2F2F2;
}
@media (max-width: 767px) {
  .about-gallery__list {
    margin: 0 -20px;
  }
}
.about-gallery__img {
  aspect-ratio: 16/9;
  object-fit: cover;
}
.about-gallery__item.video {
  display: block;
  width: 100%;
  position: relative;
}
.about-gallery__item.video:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 102px;
  height: 90px;
  background-image: url(/local/templates/mkclinic/css/../img/icons/play.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .about-gallery__item.video:after {
    width: 80px;
    height: 70px;
  }
}
.about-gallery__thumbs {
  max-width: 916px;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}
@media (max-width: 1450px) {
  .about-gallery__thumbs {
    max-width: 802px;
  }
}
.about-gallery__thumbs .swiper-wrapper {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .swiper.about-gallery__thumbs {
    display: none;
  }
}
@media (max-width: 767px) {
  .swiper .about-gallery__thumb {
    display: none;
  }
}
.about-gallery__img {
  display: block;
  max-width: 916px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1450px) {
  .about-gallery__img {
    max-width: 802px;
  }
}
.about-gallery__tour {
  display: none;
  max-width: 916px;
  width: 100%;
  margin: 0 auto;
}

.about-equipment {
  padding: 0 80px;
}
@media (max-width: 1450px) {
  .about-equipment {
    padding: 0 27px;
  }
}
@media (max-width: 1320px) {
  .about-equipment {
    padding: 0 20px;
  }
}
@media (max-width: 1000px) {
  .about-equipment {
    padding: 0;
  }
}
.about-equipment__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 64px;
}
@media (max-width: 1000px) {
  .about-equipment__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .about-equipment__top {
    padding: 0 20px;
  }
}
.about-equipment__video {
  display: block;
  position: relative;
  width: 100%;
}
.about-equipment__video img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-equipment__video:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 102px;
  height: 90px;
  background-image: url(/local/templates/mkclinic/css/../img/icons/play.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .about-equipment__video:after {
    width: 80px;
    height: 70px;
  }
}
@media (max-width: 470px) {
  .title.about-equipment__title {
    font-size: 30px;
  }
}
@media (max-width: 350px) {
  .title.about-equipment__title {
    font-size: 26px;
  }
}
.about-equipment__text {
  margin-top: auto;
}
.about-equipment__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
@media (max-width: 1000px) {
  .about-equipment__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1000px) {
  .about-equipment__item {
    max-width: 570px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .about-equipment__item {
    max-width: 80%;
  }
}
@media (max-width: 1000px) {
  .about-equipment__item:nth-child(even) {
    margin-left: auto;
  }
}
.about-equipment__img, .about-equipment iframe {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
.about-equipment iframe {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
/* .home-specialists */
.home-specialists .swiper {
  overflow-y: visible;
}

.home-specialists .swiper-navigation {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  right: 0;
  left: auto;
}

@media (min-width: 1930px) {
  .home-specialists {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .home-specialists.section {
    padding: 0 20px;
margin-bottom: 200px;
  }
}

.home-specialists__title {
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .home-specialists__title {
    margin-bottom: 24px;
    text-align: left;
  }
}

.home-specialists__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin-bottom: 58px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Vetrino", sans-serif;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  height: 30px;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.home-specialists__link-icon {
  width: 54px;
  margin-left: 23px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

@media (max-width: 470px), (hover: hover) {
  .home-specialists__link:hover .home-specialists__link-icon {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
  }
}

@media (max-width: 767px) {
  .home-specialists__link {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}

@media (max-width: 767px) {
  .home-specialists__btn {
    margin-bottom: 54px;
  }
}

.home-specialists__list.swiper {
  max-width: 1920px;
  margin-right: 80px;
  /*margin-left: -120px;*/
width: calc(100% - 455px);
}

@media (max-width: 1320px) {
  .home-specialists__list.swiper {
    max-width: 900px;
    margin-left: -100px;
    margin-right: 50px;
    /*width: 100%;*/
    width: calc(100% - 335px);

  }
}

@media (max-width: 1000px) {
  .home-specialists__list.swiper {
    margin: 0;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .home-specialists__list.swiper {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .home-specialists__list.swiper .swiper-wrapper {
    padding-bottom: 60px;
  }
}

@media (max-width: 470px) {
  .home-specialists__list.swiper .swiper-wrapper {
    padding-bottom: 40px;
  }
}

.home-specialists__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .home-specialists__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.home-specialists .swiper-slide-next + .home-specialists__item .home-specialists__info {
  display: block;
}

.home-specialists__item.swiper-slide .home-specialists__photo {
  opacity: 0.4;
}

.home-specialists .swiper-slide-next + .swiper-slide .home-specialists__photo {
  opacity: 1;
}

@media (max-width: 1000px) {
  .home-specialists .swiper-slide-next + .swiper-slide .home-specialists__photo {
    opacity: 0.4;
  }
}

@media (max-width: 1139px) {
  .home-specialists .swiper-slide-next .home-specialists__photo {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .home-specialists .swiper-slide-next .home-specialists__photo {
    opacity: 0.4;
  }
}

@media (max-width: 900px) {
  .home-specialists .swiper-slide-active .home-specialists__photo {
    opacity: 1;
  }
}

.home-specialists__photo {
  display: inline-block;
  text-align: center;
  width: 100%;
}

@media (max-width: 900px) {
  .home-specialists__photo {
    width: 100%;
  }
}

.home-specialists__img {
  max-width: 350px;
  width: 100%;
  margin: 0 auto 32px;

  max-height: 400px;
  object-fit: contain;
}

.home-specialists__name {
  color: rgba(0, 0, 0, 0.75);
  font-family: "Vetrino", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  display: block;
  margin-bottom: 12px;
}
@media (max-width: 1600px) {
  .home-specialists__name {
    font-size: 35px;
  }
}
@media (max-width: 1500px) {
  .home-specialists__name {
    font-size: 28px;
  }
}

@media (max-width: 1175px){
  .home-specialists__name {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .home-specialists__name {
    font-size: 24px;
  }
}
.home-specialists__prof {
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 2.25px;
  text-transform: uppercase;
}

@media (max-width: 1320px) {
  .home-specialists__prof {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .home-specialists__prof {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .home-specialists__prof {
    font-size: 18px;
    padding: 0;
  }
}

.home-specialists__info {
  max-width: 375px;
  margin-right: 30px;
}

@media (max-width: 1320px) {
  .home-specialists__info {
    max-width: 335px;
    margin-right: 0;
  }
}
/* Если текст станет отличаться от профессии, то убрать этот стиль*/
@media (max-width: 1000px) {
  .home-specialists__info {
    display: none;
  }
}
@media (max-width: 767px) {
  .home-specialists__info {
    max-width: 100%;
    margin-right: 0;
    text-align: center;
  }
}

.home-specialists__text p {
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 767px) {
  .home-specialists__text p {
    -webkit-line-clamp: 3;
  }
}

@media (max-width: 767px) {
  .home-specialists__text {
    margin-bottom: 40px;
  }
}

.home-specialists__more {
  margin-bottom: 15px;
  /* margin-left: auto;*/
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.home-specialists__rating {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .home-specialists__rating {
    display: none;
  }
}

.home-specialists__number {
  font-size: 20px;
  line-height: 1.5;
  margin-right: 5px;
}

.home-specialists__reviews {
  font-size: 14px;
}

.home-specialists__additional {
  font-size: 14px;
  line-height: 1.5;
  opacity: 0.7;
  margin-bottom: 64px;
}

@media (max-width: 1320px) {
  .home-specialists__additional {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .home-specialists__additional {
    display: none;
  }
}

.home-specialists .swiper-navigation {
  justify-content: center;
  width: 33%;
}

@media (max-width: 1000px) {
  .home-specialists .swiper-navigation {
    width: 100%;
  }

  .home-specialists__more {
    margin: auto;
  }
}

.home-specialists__info {
  position: relative;
  min-height: 100px;
}
.specialist-spec {
  position: absolute;
  display:none;
  opacity:0;

  padding-right: 10px;
}

.specialist-spec.active{
  display:block;
  transition: opacity 0.8s;
  opacity:1;
}


.home-specialists__info{
  width:100%;

}

.home-partners {
  min-height: 588px;
  position: relative;
}
@media (max-width: 1320px) {
  .home-partners {
    min-height: 520px;
  }
}
.home-partners__flower {
  position: absolute;
  width: 560px;
  height: 717px;
  top: 68px;
  left: -6%;
  -webkit-animation: leaves 5s infinite ease-in-out 1s;
          animation: leaves 5s infinite ease-in-out 1s;
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
}
@media (max-width: 1450px) {
  .home-partners__flower {
    width: 405px;
    height: 578px;
    top: 0;
    left: -5%;
  }
}
@media (max-width: 1320px) {
  .home-partners__flower {
    width: 300px;
    height: 470px;
  }
}
@media (max-width: 767px) {
  .home-partners__flower {
display: none;
  }
}

.home-partners__leaves {
  position: absolute;
  width: 18%;
  top: 0;
  right: -24px;
  -webkit-animation: leaves 3s infinite ease-in-out 1s;
          animation: leaves 3s infinite ease-in-out 1s;
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
}
@media (max-width: 1450px) {
  .home-partners__leaves {
    width: 16%;
  }
}
@media (max-width: 1320px) {
  .home-partners__leaves {
    top: -28%;
    width: 18%;
  }
}
@media (max-width: 1000px) {
  .home-partners__leaves {
    width: 21%;
  }
}
@media (max-width: 767px) {
  .home-partners__leaves {
    display: none;
  }
}

@-webkit-keyframes leaves {
  from {
    rotate: 0;
  }
  50% {
    rotate: 2deg;
  }
  to {
    rotate: 0;
  }
}
@keyframes leaves {
  from {
    rotate: 0;
  }
  50% {
    rotate: 2deg;
  }
  to {
    rotate: 0;
  }
}
.home-partners__wrapper {
  max-width: 1542px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 1450px) {
  .home-partners__wrapper {
    max-width: 1270px;
  }
}
.home-partners__title {
  margin-right: 60px;
  margin-bottom: 154px;
  position: relative;
}
@media (max-width: 1450px) {
  .home-partners__title {
    margin-bottom: 90px;
  }
}
@media (max-width: 1000px) {
  .home-partners__title {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.home-partners__title::after {
  content: "";
  background-image: url("/local/templates/mkclinic/css/../img/partner-bg.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: contain;
  position: absolute;
  width: 811px;
  height: 696px;
  left: -33%;
  top: -67px;
  z-index: -1;
}
@media (max-width: 1450px) {
  .home-partners__title::after {
    width: 690px;
    height: 588px;
    top: -78px;
  }
}
@media (max-width: 1320px) {
  .home-partners__title::after {
    width: 63%;
    height: 570px;
    top: -50px;
  }
}
@media (max-width: 350px) {
  .home-partners__title::after {
    width: 50%;
    height: 530px;
    top: -50px;
  }
}
.home-partners__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 90px;
  max-width: 992px;
  width: 100%;
  margin-left: auto;
}
@media (max-width: 1450px) {
  .home-partners__list {
    max-width: 800px;
  }
}
@media (max-width: 1320px) {
  .home-partners__list {
    gap: 40px;
    max-width: 650px;
  }
}
@media (max-width: 1000px) {
  .home-partners__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    max-width: 60%;
  }
}
@media (max-width: 350px) {
  .home-partners__list {
    max-width: 74%;
  }
}
.home-partners__logo {
  height: 90px;
  margin-bottom: 37px;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  max-width: 100%;
}
@media (max-width: 1450px) {
  .home-partners__logo {
    height: 71px;
  }
}
@media (max-width: 350px) {
  .home-partners__logo {
    height: 61px;
    margin-bottom: 20px;
  }
}

.home-contacts__title {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 1450px) {
  .home-contacts__title {
    margin-bottom: 74px;
  }
}
@media (max-width: 1000px) {
  .home-contacts__title {
    margin-bottom: 40px;
  }
}
.home-contacts__map {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 774px;
}

@media (max-width: 1000px) {
  .home-contacts__map {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.home-contacts__info {
  max-width: 620px;
  background-color: var(--white);
  padding: 50px 35px;
z-index: 2;
    position: relative;
}
@media (max-width: 1450px) {
  .home-contacts__info {
    padding: 50px 35px;
    max-width: 620px;
  }
}
@media (max-width: 1320px) {
  .home-contacts__info {
    max-width: 50%;
    padding: 30px;
  }
}
@media (max-width: 1000px) {
  .home-contacts__info {
    max-width: 100%;
    text-align: center;
    z-index: 0;
  }
}
@media (max-width: 350px) {
  .home-contacts__info {
    padding: 0;
  }
}
.home-contacts__contacts {
  font-family: "Vetrino", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.home-contacts__address {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media (max-width: 1450px) {
  .home-contacts__address {
    margin-bottom: 16px;
  }
}
@media (max-width: 1320px) {
  .home-contacts__address {
    font-size: 30px;
    margin-bottom: 16px;
  }
}
@media (max-width: 1000px) {
  .home-contacts__address br {
    display: none;
  }
}
@media (max-width: 350px) {
  .home-contacts__address {
    font-size: 24px;
  }
}
.home-contacts__phone {
  font-size: 32px;
  margin-bottom: 58px;
}
@media (max-width: 1450px) {
  .home-contacts__phone {
    font-size: 24px;
  }
}
@media (max-width: 350px) {
  .home-contacts__phone {
    margin-bottom: 25px;
  }
}
.home-contacts__text {
  max-width: 282px;
  margin-bottom: 17px;
  opacity: 0.7;
}
@media (max-width: 1320px) {
  .home-contacts__text {
    margin-bottom: 20px;
  }
}
@media (max-width: 1000px) {
  .home-contacts__text {
    margin: 0 auto 30px;
  }
}
.home-contacts__inner {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
@media (max-width: 1450px) {
  .home-contacts__inner {
    max-width: 1320px;
  }
}
.home-contacts__iframe {
  position: absolute;
top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
z-index: 1;
}
@media (max-width: 1000px) {
  .home-contacts__iframe {
    position: static;
    height: 400px;
  }
}
.home-contacts__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1320px) {
  .home-contacts__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home-contacts__label {
  margin-right: 60px;
}
@media (max-width: 1320px) {
  .home-contacts__label {
    margin-right: 0;
  }
}
.home-contacts__input {
  padding: 15px 10px;
  max-width: 254px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #B8B8B8;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.17px;
}
@media (max-width: 1320px) {
  .home-contacts__input {
    margin-bottom: 30px;
    max-width: 355px;
  }
}
@media (max-width: 1000px) {
  .home-contacts__input {
    text-align: center;
  }
}
.home-contacts__btn {
  padding: 13px 30px;
}
@media (max-width: 1000px) {
  .home-contacts__btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 44px;
  }
}


img.home-partners__logo {
  object-fit: contain;
  width: auto;
  max-width: 100%;
}


.home-reviews__slide {
  height: auto;
}

.home-reviews__blockquote {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.home-specialists .swiper-navigation {
  justify-content: center;
  width: 33%;
}

@media (max-width: 1139px) {
  .home-specialists .swiper-navigation {
    width: 50%;
  }
}


@media (max-width: 899px) {
  .home-specialists .swiper-navigation {
    width: 100%;
  }

  .home-specialists__more {
    margin: auto;
  }
}

.home-specialists__info {
  position: relative;
  min-height: 100px;
}

.swiper-slide.home-about__slide a {
  width: 100%;
}

.swiper-slide.home-about__slide img:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}



.main.home .swiper-button-prev, .main.home .swiper-container-rtl .swiper-button-next, .main.home .swiper-button-next {
  background-image: none;
}

.home-specialists__photo {
  /*max-width:270px;*/

}


.specialist-spec {
  position: absolute;
  display:none;
  opacity:0;

  padding-right: 10px;
}

.specialist-spec.active{
  display:block;
  transition: opacity 0.8s;
  opacity:1;
}


.home-specialists__info{
  width:100%;

}

.home-partners__logo{
  filter: grayscale(1);
  transition: all 0.5s;
}

.home-partners__logo:hover{
  filter: grayscale(0);
}







.home-specialists__photo .home-specialists__name {
  margin-bottom: 0px;
}

.home-specialists__photo .home-specialists__prof {
  margin-top: 12px;
  display:block;
}

.spec-url{
  display: unset;
}



/*.main.home .home-contacts__map {
  height: 773px;
}*/

.main.home .home-contacts__text {
  max-width: 100%;
}


header .burger__line, header .burger::after, header .burger::before {
  background-color: var(--gray);
}

header .header-bottom .logo img,
header .form-search__img {
  -webkit-filter: none;
  filter: none;
}

.header .header-bottom__wrapper{
  border-bottom: 1px solid var(--gray);
}

@media (max-width: 1000px) {
  .header .header-bottom__wrapper{
    border-bottom: none;
  }
}

header .header-bottom__link, header .header-bottom__phone {
  color: var(--gray);
}

header .header-bottom__btn {
  border: 1px solid var(--gray);
  color:color: var(--gray);
}
header .header-bottom{
  color: var(--gray);
}

/* End */


/* Start:/local/templates/mkclinic/components/bitrix/form/mk_specialist/bitrix/form.result.new/.default/style.css?17597544366126*/
.feedback.specialist-modal .specialist__form-bottom {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.84px;
    margin-bottom: 30px;
text-align: center;
}

.feedback.specialist-modal .specialist__form-span {
    color: #F3EEE7;
    display: block;
text-transform: uppercase;
}

.feedback.specialist-modal .specialist__form-name {
    color: #F8F3ED80;
}

.feedback.specialist-modal .input-wrapper{
padding: 0px 0px 15px 0px;
}

.feedback.specialist-modal .logo-wrapper{
margin-bottom: 30px;
height: 70px;
display: flex;
}


.feedback.specialist-modal {
    width: 100%;
    min-height: 100vh;
    height: 100vh;
    display: none;
    overflow-y: scroll;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
}

.feedback.specialist-modal.feedback-active {
    display: flex;
}

.feedback.specialist-modal .modal__shadow {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 101;
    background-color: rgba(0,0,0,.5);
backdrop-filter: blur(3px);
}


.feedback.specialist-modal .modal-content {
    width: 100%;
    max-width: 628px;
    background-color: #fff;
    padding: 50px 40px;
    z-index: 102;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: auto;
background: #1C252D;
}

.feedback.specialist-modal .modal__content__close {
    width: 27px;
    height: 27px;
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 20px;
    fill: #F3EEE7;
    cursor: pointer;
}

.feedback.specialist-modal .modal__content__close__icon {
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
}

.noscroll {
    overflow: hidden;
}


.feedback.specialist-modal table.form-table {

    background: none;

}


.feedback.specialist-modal .btn {
    border: 1px solid #F3EEE7;
color:#F3EEE7;
}


.feedback.specialist-modal .btn:after {
border-color: linear-gradient(0deg, #F3EEE7, #F3EEE7),
linear-gradient(0deg, rgba(204, 204, 204, 0.2), rgba(204, 204, 204, 0.2));
}




.feedback.specialist-modal form{
color: #F8F3ED80;
padding: 0 70px;
}

.feedback.specialist-modal input{
font-family: Manrope;
font-size: 18px;
font-weight: 400;
line-height: 21px;
letter-spacing: 0.1em;
outline: none;
color: #F8F3ED80;
background: none;
border:none;
border-bottom: 1px solid #FFFFFF;

width: 100%;
padding: 10px;
}



.feedback.specialist-modal input::placeholder{
text-transform: uppercase;
}


.feedback.specialist-modal table.form-table tr {
display:flex;
flex-direction: column;
}

.feedback.specialist-modal table.form-table td {
    padding: 0px 0px 15px 0px;
display: flex;

}



.feedback.specialist-modal label{

font-family: Manrope;
font-size: 13px;
font-weight: 400;


text-align: left;

color:  #F8F3ED80;
background: none;
border:none;
width: 100%;
padding: 10px;
}

.feedback.specialist-modal input[type="checkbox"]{
width:auto;
background: #D9D9D9BF;
}



.feedback.specialist-modal textarea{
resize: none;
font-family: Manrope;
font-size: 18px;
font-weight: 400;
line-height: 21px;
letter-spacing: 0.1em;
outline: none;
color:#1C252D;
padding: 10px;
background: #D9D9D9BF;

border:none;
border-bottom: 1px solid #FFFFFF;

width: 100%;
}

.feedback.specialist-modal textarea::placeholder{
color: #1C252D;
text-transform: uppercase;
}



.feedback.specialist-modal .select-css { 

font-family: Manrope;
font-size: 18px;
font-weight: 400;
line-height: 21px;
letter-spacing: 0.1em;
color: #F8F3ED80;
text-transform: uppercase;
display: block; 

line-height: 1.3; 
padding: 10px;
width: 100%; 
max-width: 100%; 
box-sizing: border-box; 
margin: 0; 
border:none;
border-bottom: 1px solid #FFFFFF;
 box-shadow: 0 1px 0 1px rgba(0,0,0,.04); 
/*border-radius: .5em;*/
 -moz-appearance: none;
 -webkit-appearance: none;
 appearance: none;
/* background-color: #fff; */
background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #1C252D 0%,#1C252D 100%); 
background-repeat: no-repeat, repeat;
background-position: right 0em top 50%, 0 0;
background-size: .65em auto, 100%; 
outline:none;
} 
.feedback.specialist-modal .select-css::-ms-expand { display: none; } 

.feedback.specialist-modal .select-css option { font-weight:400; background: #1C252D;} 

.feedback.specialist-modal .select-css option:disabled { font-weight:400; background: #1C252D;display: none;} 


 *[dir="rtl"] .select-css, :root:lang(ar) .select-css, :root:lang(iw) .select-css { 
background-position: left .7em top 50%, 0 0; 
padding: .6em .8em .5em 1.4em; 
}


.feedback.specialist-modalinput[type=checkbox]{
    display: none;
}

.feedback.specialist-modal input[type=checkbox]+label{
display: flex;
    align-items: center;
    gap: 10px;

;

}

.feedback.specialist-modal input[type=checkbox]+label::before {
flex-shrink: 0;
    content: "\00A0";
    display: block;
    height: 30px;
    width: 30px;
    box-sizing: border-box;
    background-color: #D9D9D9BF;
    border: none;
    border-radius: 4px;
    margin-right: 6px;
    vertical-align: baseline;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #f4f7fc;
}

.feedback.specialist-modal input[type=checkbox]:checked+label::before {
    content: "\2713";
    color: #1C252D;
    border: 2px solid #1C252D;
}




.feedback.specialist-modal .witherrors label{
    color: var(--red, #CC0000);
}

.feedback.specialist-modal .witherrors input::placeholder, .witherrors .select-css {
  color: var(--red, #CC0000);
}
.feedback.specialist-modal .witherrors .select-css option{
color: #F8F3ED80;
}







/* End */


/* Start:/local/templates/mkclinic/components/bitrix/form/mk_getcall/bitrix/form.result.new/.default/style.css?17597545124426*/
.getcallform form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1320px) {
  .getcallform form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  }
}
.getcallform input {
  padding: 15px 10px;
  max-width: 254px;
  width: 100%;
  margin-right: 30px;
  border: none;
  border-bottom: 1px solid #B8B8B8;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.17px;
}
@media (max-width: 1320px) {
  .getcallform input {
    margin-right: 0;
    /*margin-bottom: 30px;*/
    max-width: 355px;
  }
}
@media (max-width: 1000px) {
  .home-contacts__input {
    text-align: center;
  }
}

.getcallform__btn {
	width:100%;
	text-align: center;
	grid-column: 1 / 3;
}

@media (max-width: 767px) {
	.getcallform__btn {
		grid-column: 1;
		margin-top: 30px;
	}
}


.getcallform .form-required 
{
	color: var(--red, #CC0000);
}


.getcallform table.form-table {
display:flex;
justify-content: space-between;
}


.getcallform table.form-table th, .getcallform table.form-table td {
    border: 0px solid #ADC3D5;

}


.getcallform table.form-table td {
    padding: 0;
}


.getcallform table.form-table th {
background:none;
}







@media (max-width: 1000px) {
.getcallform table.form-table {
    flex-direction: column;
}

.getcallform input {
text-align:center;
	}
}









.getcallform input{
font-family: Manrope;
padding: 15px 10px;
    max-width: 254px;
    width: 100%;
    margin-right: 30px;
    border: none;
    border-bottom: 1px solid #B8B8B8;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.17px;
}



.getcallform input::placeholder{
text-transform: uppercase;
}



.getcallform font.errortext {
display:none;
}



.feedback input[name=form_text_3]{
display:none;
}

.getcallform .witherrors label{
  color: var(--red, #CC0000);
}

.getcallform .witherrors input::placeholder, .witherrors .select-css {
  color: var(--red, #CC0000);
}


.getcallform .error-fld{
display:none;
}

.getcallform input[type=checkbox] {
    display: none;
}

.getcallform input[type=checkbox]+label {
    display: flex;
    align-items: center;
    gap: 10px;
position: relative;
    padding-left: 30px;
}

.getcallform input[type=checkbox]+label::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border: 1px solid var(--dark);
    left: 0;
    top: 6px;
flex-shrink:0;
}
/*
.getcallform input[type=checkbox]:checked+label::after {
    content: "\2713";
    color: #1C252D;
    border: 2px solid #1C252D;
}
*/
.getcallform input[type=checkbox]:checked+label::before {
    display: none;
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(/local/templates/mkclinic/components/bitrix/form/mk_getcall/bitrix/form.result.new/.default/images/checkbox.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 2px;
}

.getcallform input[type=checkbox]:checked+label::before {
    display: block;
}


.getcallform div.checkbox {
grid-column-start: 1;
    grid-column-end: 3;
}


.getcallform .contacts-info__form-inputs {
    max-width: 562px;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    /*gap: 54px;*/
    /*margin-bottom: 46px;*/
}

@media (max-width: 767px){
	.getcallform input[type=checkbox]+label{
text-align:left;
}

.getcallform .contacts-info__form-inputs {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 30px;
}

.getcallform div.checkbox {
    /* grid-column-start: 1; */
     grid-column-end: 1; 
}

.contacts-info__form-text {
    max-width: 100%;
}
}

.getcallform input[type=checkbox]+label .link {
    text-decoration: underline;
    text-underline-offset: 2px;
transition: opacity 0.5s;
}

@media (max-width: 470px), (hover: hover){
.getcallform input[type=checkbox]+label .link :hover {
    opacity: 0.6;
}
}

.contacts-info__form-inputs .checkbox {
margin: 30px 0;
}

.contacts-info__form-inputs .getcallform__btn {
margin-top: 30px;
}
/* End */
/* /local/templates/mkclinic/css/about.css?173651956832608 */
/* /local/templates/mkclinic/components/bitrix/form/mk_specialist/bitrix/form.result.new/.default/style.css?17597544366126 */
/* /local/templates/mkclinic/components/bitrix/form/mk_getcall/bitrix/form.result.new/.default/style.css?17597545124426 */
