.sgk-consultation-blurWrapper {
  height: 100vh;
  overflow: hidden;
  position: fixed;
  /*z-index: -1;*/
  width: 100%;
  top: 0;
  left: 0;
}

.sgk-consultation-blurWrapper .sgk-consultation-blur-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sgk-consultation-blurWrapper .sgk-consultation-blur-img .sgk-static-img {
  position: absolute;
  transition: filter 0.3s ease;
}
.sgk-consultation-blurWrapper .sgk-consultation-blur-img img:nth-child(1) {
  top: 8%;
  left: 2%;
}
.sgk-consultation-blurWrapper .sgk-consultation-blur-img img:nth-child(2) {
  top: -17%;
  left: 60%;
}
.sgk-consultation-blurWrapper .sgk-consultation-blur-img img:nth-child(3) {
  top: 70%;
  left:32%;
}
.sgk-consultation-blurWrapper .sgk-consultation-blur-img img:nth-child(4) {
  top: 50%;
  left: 62%;
  z-index: 2;
}
.sgk-consultation-blurWrapper .sgk-consultation-blur-img img:nth-child(5) {
  top: 3%;
  left: 18%;
}
.sgk-consultation-blurWrapper .sgk-consultation-blur-img img:nth-child(6) {
  top: 35%;
  left: 75%;
  z-index: 1;
}
.sgk-consultation-overlay {
  position: relative;
  /*top: 100vh;*/
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 0 30px 30px;
  margin: 0 auto;
  /*margin: 0 auto 100vh;*/
  /*background: #e8e1d7;*/
}

.sgk-consultation-overlay ~ * {
  z-index: 1;
  position: relative;
}

.sgk-consultation-overlay-content {
  background: #fff;
  max-width: 1025px;
  margin: 0 auto;
  padding: 30px;
}
.sgk-consultation-overlay-content__title {
  font-weight: 400;
  font-size: 68px;
  line-height: 0.88;
  color: #343232;
  margin-bottom: 70px;
}
.sgk-consultation-overlay-content__title span {
  font-style: italic;
  font-weight: 400;
}
.sgk-consultation-overlay-contentWrapper {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.sgk-consultation-overlay-contentWrapper-l,
.sgk-consultation-overlay-contentWrapper-r {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.sgk-consultation-overlay-contentWrapper-l {
  justify-content: center;
  align-items: center;
}
.sgk-consultation-overlay-contentWrapper-r {
  padding-left: 30px;
}
.sgk-consultation-overlay-contentWrapper-r h1,
.sgk-consultation-overlay-contentWrapper-r h2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  color: #343232;
  margin-bottom: 25px;
  margin-top: 0;
}
.sgk-consultation-overlay-contentWrapper-r p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #343232;
  margin-bottom: 50px;
}
.sgk-blur-on-scroll .sgk-static-img {
  filter: blur(8px);
}
.sgk-contacts-consultation {
  margin-top: 100vh;
  margin-bottom: 0;
  padding-top: 30px;
}
.sgk-contacts-consultation,
.footer {
  position: relative;
}
.sgk-consultation-blurWrapper {
  height: 100%;
}
.sgk-consultation-servGrid {
  display: flex;
  justify-content: space-between;
}
.sgk-consultation-servGrid__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 290px;
  border: 1px solid rgba(52, 50, 50, 0.2);
  padding: 8px;
  position: relative;
}
.sgk-consultation-servGrid__item--step {
  font-weight: 300;
  font-size: 10px;
  text-transform: uppercase;
  color: #343232;
  width: 15px;
  height: 15px;
  text-align: center;
  display: flex;
  gap: 3px;
  align-items: center;
  position: absolute;
  top: 8px;
  left: 8px;
}
.sgk-consultation-servGrid__item--step span {
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}
.sgk-consultation-servGrid__item p {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #343232;
  position: absolute;
  margin-bottom: 0;
  bottom: 8px;
  left: 8px;
  width: calc(100% - 16px);
}
.sgk-consultation-servGrid__item--info {
  margin: 0 auto;
  text-align: center;
  width: 215px;
  max-height: 190px;
  overflow: hidden;
}
.sgk-consultation-servGrid__item--info img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  width: initial;
  margin: 0 auto;
}
.sgk-consultation-servGrid__item--info nav ul {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.sgk-consultation-servGrid__item--info nav ul li {
  margin-top: 0;
}

.sgk-consultation-servGrid__item--info nav ul li a svg {
  transition: .3s;
  border-radius: 50%;
}
.sgk-consultation-servGrid__item--info nav ul li a svg rect,
.sgk-consultation-servGrid__item--info nav ul li a svg path {
  transition: .3s;
}
.sgk-consultation-servGrid__item--info nav ul li a:hover svg {
  border: 1px solid #343232;
}
.sgk-consultation-servGrid__item--info nav ul li a:hover svg rect {
  fill: #fff;
}
.sgk-consultation-servGrid__item--info nav ul li a:hover svg path {
  fill: #343232;
}
.sgk-consultation-servGridTop {
  margin-bottom: 70px;
}
.sgk-consultation-servGridBott {
  margin-bottom: 80px;
}
/*.sgk-consultation-servGridBott .sgk-consultation-servGrid__item:last-child {
  padding: 0;
}
.sgk-consultation-servGridBott .sgk-consultation-servGrid__item:last-child .sgk-consultation-servGrid__item--step {
  padding-top: 8px;
  padding-left: 8px;
}
.sgk-consultation-servGridBott .sgk-consultation-servGrid__item:last-child p {
  padding: 8px;
}
.sgk-consultation-servGridBott .sgk-consultation-servGrid__item:last-child .sgk-consultation-servGrid__item--info {
  width: 100%;
}
.sgk-consultation-servGridBott .sgk-consultation-servGrid__item:last-child .sgk-consultation-servGrid__item--info img {
  object-fit: cover;
}*/
.sgk-consultation-servWhat {
  margin-bottom: 70px;
  display: flex;
  align-items: center;
}
.sgk-consultation-servWhat-l,
.sgk-consultation-servWhat-r {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.sgk-consultation-servWhat-l {
  justify-content: center;
  align-items: center;
}
.sgk-consultation-servWhat-r {
  padding-left: 30px;
}
.sgk-consultation-servWhat-r h2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  color: #343232;
  margin-bottom: 30px;
}
.sgk-consultation-servWhat__textblock--title {
  display: flex;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #343232;
  margin-bottom: 10px;
}
.sgk-consultation-servWhat__textblock--title p {
  margin-bottom: 0;
}
.sgk-consultation-servWhat__textblock--step {
  font-weight: 300;
  font-size: 10px;
  text-transform: uppercase;
  color: #343232;
  width: 15px;
  height: 15px;
  text-align: center;
  display: flex;
  gap: 3px;
  align-items: center;
  margin-right: 10px;
}
.sgk-consultation-servWhat__textblock--step span {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
}
.sgk-consultation-servWhat__textblock--desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: rgba(52, 50, 50, 0.4);
  margin-bottom: 25px;
  padding-left: 25px;
}
.sgk-consultation-over-btn {
  margin-bottom: 50px;
}
.sgk-consultation-over-btn a {
  max-width: max-content;
}
.sgk-consultation-reviews .sgk-block-reviews {
  padding-top: 120px;
}
.sgk-consultation-reviews .sgk-block-reviews-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 600px;
  margin: 0 auto 50px;
}
.sgk-consultation-reviews .sgk-block-reviews-title > span {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #343232;
  margin-bottom: 10px;
}
.sgk-consultation-reviews .sgk-block-reviews-title h2 {
  font-weight: 400;
  font-size: 68px;
  line-height: 0.882;
  text-align: center;
  color: #343232;
}
.sgk-consultation-reviews .sgk-block-reviews-title h2 span {
  font-style: italic;
  font-weight: 400;
}
.sgk-consultation-reviews .sgk-block-reviews-title svg {
  margin: 50px auto;
}
.sgk-consultation-reviews .sgk-block-reviews-title p {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  color: #343232;
}
.sgk-consultation-reviews .sgk-block-reviews .sgk-block-spec-slider {
  margin-bottom: 0;
  padding-bottom: 40px;
}
.sgk-consultation-reviews .sgk-block-reviews .sgk-slider .sgk-slide {
  position: relative;
}
.sgk-consultation-reviews .sgk-block-reviews .sgk-slider .owl-item:nth-child(2n+1) .sgk-slide {
  top: 100px;
}
.sgk-consultation-reviews .sgk-block-reviews .sgk-slider .sgk-slide > div .sgk-caption {
  background-color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  padding-top: 15px;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}
.sgk-consultation-reviews .sgk-block-reviews .sgk-slider .sgk-slide > div .sgk-caption-1 {
  color: #343232;
}
.sgk-consultation-reviews .sgk-block-reviews .sgk-slider .sgk-slide > div .sgk-caption-2 {
  color: rgba(52, 50, 50, 0.4);
}
.sgk-consultation-reviews .sgk-block-reviews .sgk-slider .sgk-slide > div .sgk-image {
  padding: 15px;
  background-color: #fff;
  margin-bottom: 15px;
}
.sgk-consultation-reviews .sgk-block-reviews .sgk-slider .sgk-slide > div .sgk-image:last-child {
  margin-bottom: 0;
}
.sgk-const-location-slider {
  position: relative;
}
.sgk-const-location-slider__slide img {
  width: 100%;
}
.sgk-const-location-slider__nav {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background-color: #fff;
  max-width: 285px;
  padding: 12px;
}
.sgk-const-location-slider__nav-itemList {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 30px;
}
.sgk-const-location-slider__nav-itemList span {
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  color: rgba(52, 50, 50, 0.3);
  display: flex;
  align-items: center;
  gap: 5px;
  transition: .3s;
}
.sgk-const-location-slider__nav-itemList span:hover {
  cursor: pointer;
  color: #343232;
}
.sgk-const-location-slider__nav-itemList span.active {
  color: #343232;
}
.sgk-const-location-slider__nav-itemList span.active::before {
  content: '';
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgOCA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KICA8Y2lyY2xlIGN4PSI0IiBjeT0iNCIgcj0iNCIgZmlsbD0iIzM0MzIzMiIgLz4NCjwvc3ZnPg==");
  width: 8px;
  height: 8px;
  display: block;
  position: relative;
  transition: .3s;
  top: -1px;
}
.sgk-const-location-slider__nav-itemText p {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #343232;
}
.sgk-block-spec {
  max-width: 1025px;
}
.sgk-block-specForBg {
  background-image: url(/image/catalog/locations/bg_b_1.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  background-color: #e8e1d7;
  padding-top: 100px;
}
.sgk-block-specTop {
  background-color: #fff;
  padding: 0 0 30px;
}
.sgk-block-specTop .sgk-clinic {
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
}
.sgk-block-specTop .sgk-clinic__left {
  flex: 1;
  padding-right: 40px;
  border-right: 1px solid rgba(52, 50, 50, 0.2);
  padding-top: 30px;
}
.sgk-block-specTop .sgk-clinic__right {
  flex: 1;
  padding-left: 40px;
  padding-top: 30px;
}
.sgk-block-specTop .sgk-clinic__header {
  display: flex;
  flex-direction: column;
  gap: 90px;
  justify-content: space-between;
  padding-bottom: 60px;
}
.sgk-block-specTop .sgk-clinic__header a {
  max-width: max-content;
}
.sgk-block-specTop .sgk-clinic__title {
  font-weight: 400;
  font-size: 68px;
  line-height: 0.88;
  text-align: center;
  color: #343232;
}
.sgk-block-specTop .sgk-clinic__title--italic {
  font-style: italic;
  font-weight: 400;
}
.sgk-block-specTop .sgk-clinic__description {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #343232;
  margin-bottom: 25px;
}
.sgk-block-specTop .sgk-clinic__image {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-bottom: 20px;
}
.sgk-block-specTop .sgk-clinic__image img {
  width: 50%;
}
.sgk-block-specTop .sgk-clinic__accordion-item {
  border-bottom: 0.5px solid rgba(52, 50, 50, 0.1);
}
.sgk-block-specTop .sgk-clinic__accordion-item:last-child {
  border-bottom: none;
}
.sgk-block-specTop .sgk-clinic__accordion-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  cursor: pointer;
}
.sgk-block-specTop .sgk-clinic__accordion-title span {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #343232;
}
.sgk-block-specTop .sgk-clinic__accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.sgk-block-specTop .sgk-clinic__accordion-content.active {
  max-height: initial;
}
.sgk-block-specTop .sgk-clinic__accordion-content p {
  padding-bottom: 20px;
}
.sgk-block-specBott {
  background-color: #fff;
  padding: 30px 50px;
}
.sgk-block-specBott .sgk-contacts-title {
  margin-top: 0;
  font-weight: 400;
  font-size: 32px;
  line-height: 1;
  color: #343232;
}
.sgk-block-specBott .sgk-block-specWrapper .sgk-block-spec-slider-left,
.sgk-block-specBott .sgk-block-specWrapper .sgk-block-spec-slider-right {
  display: flex;
  width: 50%;
}
.sgk-block-specBott .sgk-block-specWrapper .sgk-block-spec-slider-right {
  max-height: 550px;
}
.sgk-block-specBott .sgk-block-specWrapper .sgk-block-spec-slider-right-top,
.sgk-block-specBott .sgk-block-specWrapper .sgk-block-spec-slider-right-bottom {
  height: 100%;
}
.sgk-block-specBott .sgk-block-specWrapper .sgk-block-spec-slider-right-top {
  margin-top: 100px;
  margin-bottom: -100px;
}
.sgk-block-specBott .sgk-block-specWrapper .sgk-block-spec-slider-right-bottom {
  position: relative;
  z-index: 1;
}
.sgk-block-specBott .sgk-block-specWrapper .sgk-block-spec-slider .sgk-thumbnail-sliderWrapper div {
  width: 70px;
  height: 95px;
}
.sgk-block-specBott .sgk-block-specWrapper .sgk-block-spec-slider .sgk-main-image-img {
  max-width: 400px;
  width: 100%;
  height: auto;
  max-height: 100%;
}
.sgk-block-spec__footer {
  max-width: 630px;
  margin: 0 auto 30px;
}
.sgk-block-spec__footer p {
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  color: #343232;
  margin-bottom: 20px;
}
.sgk-block-spec__footer a {
  display: flex;
  width: max-content;
}
.section__insta-header {
  max-width: 600px;
  margin: 0 auto 60px;
}
.section__insta-header p {
  font-weight: 400;
  font-size: 56px;
  line-height: 0.882;
  text-align: center;
  color: #343232;
}
.section__insta-header p span {
  font-style: italic;
  font-weight: 400;
}
.sgk-contacts-consultation {
  margin: 0 auto;
  padding-bottom: 30px;
}
.sgk-contacts-consultation .sgk-contacts-title {
  margin-top: 20px;
  max-width: none;
  text-align: center;
}
.sgk-contacts-consultation .sgk-contacts-info-cred--footer {
  max-width: 150px;
}
.sgk-contacts-consultation .sgk-contacts-info-cred--footer p {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #343232;
}
.sgk-contacts-consultation .sgk-contacts-info-cred--footer p span {
  color: rgba(52, 50, 50, 0.4);
}

.information-consultation .sgk-numtext {
  display: none;
}

@media (max-width: 991px) {
  .sgk-consultation-overlay-contentWrapper-r,
  .sgk-consultation-servWhat-r {
    padding-left: 0;
  }
}
@media (max-width: 778px) {
  .sgk-block-specForBg {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sgk-block-specBott .sgk-block-specWrapper .sgk-block-spec-slider-right-top {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .sgk-consultation-overlay {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sgk-consultation-overlay-content {
    padding: 0;
  }
  .sgk-consultation-overlay-content__title {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .sgk-consultation-overlay {
    top: 0;
    margin-top: 30px;
    margin-bottom: 0;
  }
  .sgk-consultation-servGridTop {
    flex-direction: column;
  }
  .sgk-consultation-servGrid__item {
    width: 100% !important;
  }
  .sgk-block-specTop .sgk-clinic__title,
  .sgk-consultation-reviews .sgk-block-reviews-title h2 {
    font-size: 32px;
  }
  .sgk-consultation-reviews .sgk-block-reviews-title {
    margin-bottom: 0;
  }
  .sgk-block-specTop .sgk-clinic {
    padding: 0 10px;
  }
  .sgk-block-specTop .sgk-clinic__left {
    padding-right: 0;
  }
  .sgk-block-specTop .sgk-clinic__header {
    gap: 20px;
  }
  .sgk-block-specTop .sgk-clinic__right {
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
  }
  .sgk-block-specBott {
    padding: 30px 10px;
  }
}