:root {
  --dodger-blue: #007fff;
  --mint-cream: #f0f7f6;
  --dark-slate-blue: #383f51;
  --tiffany: #54b5b5;
  --dark-slate-blue-2: #3f5896;
  --aquamarine: #26eec7;
  --cyan: #6efaef;
}

body {
  color: #2b2b2b;
  font-family: Inter, sans-serif;
  font-size: 1em;
  line-height: 150%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4em;
  font-weight: 700;
  line-height: 100%;
}

h2 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  font-weight: 600;
  line-height: 100%;
}

h3 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.4em;
  font-weight: 600;
  line-height: 100%;
}

h4 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 300;
  line-height: 100%;
}

h5 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 110%;
}

h6 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 100%;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

label {
  margin-bottom: 10px;
  font-weight: 600;
  display: block;
}

strong {
  font-weight: 600;
}

.style-guide-page {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-items: start;
  padding: 10% 15%;
  display: grid;
}

.style-label {
  color: #fff;
  background-color: #a95889;
  border-radius: 4px;
  margin-top: 30px;
  padding: 6px 9px;
  font-weight: 300;
  line-height: 100%;
}

.style-label.class {
  background-color: #4b78bd;
}

.navbar {
  z-index: 9999;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  box-shadow: none;
  background-color: #0d0d0d;
  grid-template-rows: auto;
  grid-template-columns: minmax(60px, max-content) 1fr max-content;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
  position: sticky;
  top: 0;
}

.navbar-link {
  color: #ccc;
  letter-spacing: .01em;
  border-bottom: 1px solid #0000;
  margin: 0 15px;
  padding: 6px 0 8px;
  font-size: .92em;
  font-weight: 300;
  transition: border-color .3s, color .3s;
}

.navbar-link.w--current {
  color: #fff;
  border-bottom-color: #ffffff80;
}

.navbar-link-big {
  background-color: var(--dodger-blue);
  color: #e9f4ff;
  border-radius: 30px;
  padding: 6px 20px;
  font-size: .92em;
  transition: background-color .3s;
}

.navbar-link-big:hover {
  background-color: #0070e0;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  line-height: 100%;
  display: flex;
}

.hello-title-wrap {
  position: relative;
  overflow: hidden;
}

.hello-title {
  color: #fff;
  letter-spacing: -.05vw;
  font-size: 2vw;
  font-weight: 400;
  line-height: 120%;
}

.hello-titles {
  z-index: 1;
  grid-column-gap: 1.4vw;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 15vh;
  margin-left: 10.2vw;
  display: grid;
  position: relative;
}

.logo {
  z-index: 1;
  align-items: center;
  max-width: 300px;
  margin-bottom: 20vh;
  margin-left: 10vw;
  padding-bottom: .2vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hello-headings {
  z-index: 1;
  grid-column-gap: 1.4vw;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 1vh;
  margin-left: 10vw;
  display: grid;
  position: relative;
}

.hello-heading-wrap {
  position: relative;
  overflow: hidden;
}

.hello-heading {
  color: #fff;
  letter-spacing: -.18vw;
  font-size: 5.5vw;
  font-weight: 700;
  line-height: 120%;
}

.section-about {
  background-color: var(--mint-cream);
  padding-left: 7%;
  padding-right: 7%;
}

.navigation {
  z-index: 1;
  grid-column-gap: 10vw;
  grid-row-gap: 1vh;
  grid-template-rows: 42px 42px 42px;
  grid-template-columns: max-content max-content max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: stretch start;
  margin-left: 8.8vw;
  display: grid;
  position: relative;
}

.navlink {
  color: var(--dark-slate-blue);
  text-align: left;
  letter-spacing: -.01em;
  border-radius: 50px;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 1.2em;
  font-weight: 400;
  transition: color .3s, background-color .3s;
  display: flex;
  overflow: hidden;
}

.navlink:hover {
  color: #04f;
  background-color: #1a1e2666;
}

.navlink-text {
  color: #fff;
}

.logo-title {
  opacity: .5;
  color: #fff;
  letter-spacing: .05vh;
  text-transform: uppercase;
  font-size: 2.5vh;
  font-weight: 300;
}

.logo-image {
  opacity: .5;
  width: 5vw;
  margin-right: 1.5vw;
}

.container-about {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 200px;
  padding-bottom: 60px;
}

.container-doctors {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 90px;
}

.doctors-info {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.doctors-bio {
  letter-spacing: -.005em;
  max-width: 360px;
  margin-bottom: 30px;
  font-size: 1.3em;
  line-height: 140%;
}

.doctors-name {
  margin-bottom: 10px;
  line-height: 130%;
}

.doctors-specialization {
  letter-spacing: -.01em;
  max-width: 400px;
}

.doctors-subtitle {
  font-weight: 600;
}

.doctors-item {
  grid-column-gap: 90px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: max-content 2fr;
  grid-auto-columns: 1fr;
  margin-bottom: 90px;
  display: grid;
}

.doctors-item.offset {
  margin-left: 15%;
}

.doctors-image {
  background-color: var(--tiffany);
  border-radius: 50%;
  width: 320px;
  height: 320px;
  overflow: hidden;
}

.doctors-image._2 {
  background-color: #8eb3f1;
}

.section-services {
  min-height: 100vh;
  padding-left: 7%;
  padding-right: 7%;
}

.container-services {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 180px;
  padding-bottom: 120px;
}

.navlink-register {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.navlink-big {
  grid-column-gap: 1.5vw;
  grid-row-gap: 16px;
  color: var(--dark-slate-blue);
  text-align: left;
  letter-spacing: -.03em;
  background-color: #fff;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 15px 40px 14px;
  font-size: 1.2em;
  line-height: 110%;
  transition: color .3s, background-color .3s;
  overflow: hidden;
}

.navlink-big:hover {
  background-color: var(--dodger-blue);
  color: #fff;
}

.loading-bar {
  background-color: var(--tiffany);
  width: 75vw;
  height: 2px;
  position: absolute;
  bottom: -2px;
}

.loading-bar.hide {
  width: 0;
}

.section-hello {
  width: 100%;
  min-height: 100vh;
  margin-top: -60px;
  padding-top: 8vh;
  overflow: hidden;
}

.about-clinic {
  letter-spacing: -.015em;
  max-width: 820px;
  margin-bottom: 90px;
  font-size: 1.5em;
  line-height: 160%;
}

.services-heading {
  letter-spacing: -.03em;
  max-width: 900px;
  margin-bottom: 90px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
}

.services {
  grid-column-gap: 0vw;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.services-info {
  letter-spacing: -.01em;
  font-size: .92em;
  line-height: 160%;
}

.services-item {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  cursor: default;
  border-radius: 12px;
  grid-template-rows: max-content max-content;
  grid-template-columns: 30px 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  padding: 40px 40px 40px 30px;
  transition: box-shadow .4s, transform .3s, background-color .3s;
  display: grid;
}

.services-item:hover {
  background-color: var(--mint-cream);
  transform: scale(1.15);
  box-shadow: 0 30px 90px -70px #949998;
}

.section-price {
  background-color: var(--mint-cream);
  padding-left: 7%;
  padding-right: 7%;
}

.container-price {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 180px;
  padding-bottom: 120px;
}

.price-heading {
  letter-spacing: -.03em;
  font-weight: 700;
}

.price-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #0000;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 45px 1fr 230px;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-bottom: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
  transition: background-color .3s;
  display: grid;
}

.price-item:hover {
  background-color: #fff;
}

.price-order {
  text-align: right;
}

.price-title {
  font-size: 1.6em;
  font-weight: 500;
}

.price-description {
  letter-spacing: -.01em;
  max-width: 480px;
  margin-top: 15px;
  padding-left: 1px;
  font-size: .92em;
  line-height: 160%;
}

.price-value {
  color: var(--dark-slate-blue-2);
  letter-spacing: -.05em;
  font-size: 1.6em;
  font-weight: 500;
}

.price-order-text {
  color: #8a8a8a;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 125%;
}

.price-money {
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 20px max-content;
  grid-auto-columns: max-content;
  align-items: center;
  display: grid;
}

.price-currency {
  color: #757575;
  text-align: right;
  font-size: 1.4em;
  font-weight: 300;
}

.price-span {
  color: #777;
  letter-spacing: -.03em;
  font-size: .85em;
  font-weight: 300;
}

.services-title {
  line-height: 125%;
}

.section-works {
  min-height: 100vh;
  padding: 100px 7%;
  overflow: hidden;
}

.section-contacts {
  background-color: var(--mint-cream);
  min-height: 100vh;
  padding-left: 7%;
  padding-right: 7%;
}

.container-works {
  flex-direction: column;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.works-heading {
  margin-bottom: 40px;
  font-weight: 500;
}

.slider {
  background-color: #0000;
  width: 70vh;
  height: 70vh;
  margin-left: auto;
  margin-right: auto;
}

.slide-nav {
  opacity: .5;
  height: 40px;
  font-size: .7em;
  bottom: -60px;
}

.slide-image {
  object-fit: contain;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  display: block;
}

.slider-arrow {
  cursor: e-resize;
  width: 100%;
  right: -70%;
}

.slider-arrow.left {
  cursor: w-resize;
  left: -70%;
  right: auto;
}

.container-contacts {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  padding-bottom: 120px;
}

.span-consultation {
  font-size: .8em;
}

.brand {
  opacity: .75;
  padding: 0;
  transition: opacity .3s;
}

.brand.w--current:hover {
  opacity: 1;
}

.form-block {
  width: 100%;
  max-width: 450px;
}

.contacts-heading {
  margin-bottom: 60px;
  font-size: 2em;
  line-height: 110%;
}

.contacts-title {
  margin-bottom: 30px;
  font-size: 1.4em;
  font-weight: 500;
}

.text-field {
  border: 1px solid #0000;
  border-bottom-color: #8eb1b1;
  border-radius: 3px;
  height: 50px;
  margin-bottom: 30px;
  padding-left: 15px;
  font-size: 1.2em;
  font-weight: 400;
}

.text-field.textarea {
  min-height: 100px;
  padding-top: 15px;
}

.submit-button {
  background-color: var(--dodger-blue);
  border-radius: 50px;
  height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  transition: background-color .3s;
}

.submit-button:hover {
  background-color: #3898fa;
}

.contacts-link {
  color: #0273e5;
  border-bottom: 1px solid #0000;
  margin-bottom: 15px;
  transition: border-color .3s, background-color .3s;
}

.contacts-link:hover {
  color: #004c99;
  border-bottom-color: #0069d3;
}

.contacts-link.insta {
  background-image: url('../images/instagram.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 44px;
  font-size: 1.2em;
  display: block;
}

.contacts-link.insta:hover {
  color: #004c99;
  border-bottom-color: #0000;
}

.contacts-link.facebook {
  background-image: url('../images/facebook.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 44px;
  font-size: 1.2em;
  display: block;
}

.contacts-link.facebook:hover {
  border-bottom-color: #0000;
}

.contacts-link.phone {
  letter-spacing: -.05em;
  font-weight: 400;
}

.contacts-link.email {
  font-size: 1.2em;
}

.success-message {
  text-align: left;
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 12px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  font-size: 1.2em;
  line-height: 150%;
  box-shadow: 0 10px 30px -30px #000;
}

.error-message {
  color: #fff;
  background-color: #f36464;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  font-size: 1.2em;
  line-height: 150%;
}

.contact-emoji {
  margin-bottom: 15px;
  font-size: 3em;
  line-height: 100%;
}

.contact-block {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.contacts-address {
  letter-spacing: -.01em;
  font-size: 1.1em;
  line-height: 180%;
}

.span-bigger {
  letter-spacing: -.06em;
  font-size: 1.2em;
}

.working-hours {
  font-size: 1.1em;
  line-height: 180%;
}

.contacts {
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  max-width: 1000px;
  padding-bottom: 30px;
  display: flex;
}

.consultation {
  grid-column-gap: 120px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 120px;
  display: grid;
}

.price-header {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #ccc;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  padding-bottom: 30px;
  padding-left: 59px;
  padding-right: 30px;
  display: grid;
}

.link-to-consultation {
  color: var(--dark-slate-blue-2);
  letter-spacing: -.02em;
  border: 1px solid #ccc;
  border-radius: 50px;
  padding: 12px 20px;
  font-size: .92em;
  line-height: 120%;
  transition: color .3s, background-color .3s, border-color .3s;
}

.link-to-consultation:hover {
  background-color: var(--dodger-blue);
  color: #fff;
  border-color: #0000;
}

.icon-phone {
  display: none;
}

.text-to-consultation {
  text-align: center;
}

.brand-image {
  height: 36px;
}

.background {
  z-index: 0;
  opacity: .5;
  background-color: #383f51;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.about-heading {
  letter-spacing: -.03em;
  margin-bottom: 60px;
  font-size: 3em;
  font-weight: 500;
  line-height: 130%;
}

.about-left {
  background-color: #fff;
  border-radius: 12px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.about-blocks {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: -60px;
  display: grid;
}

.about-right {
  color: #fff;
  background-image: linear-gradient(135deg, #5ecfcf, #3c9b9b);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-right-info {
  letter-spacing: -.01em;
  max-width: 270px;
  font-size: 1.2em;
  line-height: 160%;
}

.about-left-info {
  letter-spacing: -.01em;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.3em;
  line-height: 160%;
}

.slider-mask {
  border-radius: 12px;
  overflow: visible;
}

.slide {
  margin-right: 100px;
}

.span-light {
  opacity: .6;
  font-weight: 400;
}

.success-image {
  margin-bottom: 30px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.success-page {
  background-color: #f0f7f6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.success-page-block {
  grid-row-gap: 1rem;
  background-color: #fff;
  border-radius: 1rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.image {
  width: 4em;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-left: 30px;
    padding-right: 30px;
  }

  .navbar-link {
    letter-spacing: 0;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.5em;
    line-height: 100%;
  }

  .navbar-link.w--current {
    border-bottom-color: #0000;
    font-weight: 500;
  }

  .navbar-link-big {
    font-size: 1em;
  }

  .nav-menu {
    -webkit-text-fill-color: inherit;
    background-color: #0d0d0d;
    background-clip: border-box;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 40px 10% 20px;
    display: block;
  }

  .hello-title {
    letter-spacing: -.07vw;
    font-size: 2.7vh;
  }

  .hello-titles {
    grid-row-gap: 1vh;
    flex-wrap: wrap;
    grid-template-columns: max-content;
    place-content: flex-start end;
    justify-items: end;
    margin-bottom: 10vh;
    padding-right: 10vw;
  }

  .hello-headings {
    grid-template-columns: max-content max-content;
    margin-bottom: 2vh;
  }

  .hello-heading {
    font-size: 7vh;
  }

  .hello-heading._2nd {
    margin-left: .3vw;
  }

  .navigation {
    grid-column-gap: 4vw;
  }

  .container-about {
    padding-top: 160px;
  }

  .doctors-bio {
    margin-bottom: 20px;
    font-size: 1.2em;
  }

  .doctors-name {
    margin-bottom: 20px;
  }

  .doctors-item {
    grid-column-gap: 60px;
  }

  .doctors-item.offset {
    margin-left: 0%;
  }

  .navlink-register {
    align-items: center;
    display: flex;
  }

  .menu {
    color: #c5cecc;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.2em;
    font-weight: 300;
  }

  .menu.w--open {
    background-color: #ffffff0d;
    text-decoration: underline;
  }

  .about-clinic {
    font-size: 1.15em;
  }

  .contact-block {
    padding-right: 20px;
  }

  .contacts-address {
    font-size: 1em;
  }

  .span-bigger {
    font-size: 1.1em;
  }

  .working-hours {
    font-size: 1em;
  }

  .consultation {
    grid-column-gap: 60px;
  }

  .price-header {
    padding-right: 0;
  }

  .about-heading {
    font-size: 2.4em;
  }

  .about-left {
    padding: 40px;
  }

  .about-blocks {
    margin-left: 0;
  }

  .about-right {
    padding-left: 40px;
    padding-right: 40px;
  }

  .about-right-info {
    font-size: 1em;
  }

  .about-left-info {
    font-size: 1.1em;
  }

  .slide {
    margin-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.8em;
  }

  .navbar {
    grid-column-gap: 20px;
    grid-template-columns: max-content 1fr max-content;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-link {
    font-size: 1.3em;
  }

  .hello-title {
    font-size: 1.5em;
  }

  .hello-titles {
    justify-content: start;
    justify-items: start;
  }

  .logo {
    margin-bottom: 6vh;
  }

  .hello-headings {
    margin-bottom: 3vh;
  }

  .hello-heading {
    font-size: 3em;
    line-height: 110%;
  }

  .navigation {
    grid-column-gap: 20px;
    grid-row-gap: 5px;
    grid-template-rows: 42px 42px 42px 42px 42px;
    grid-template-columns: max-content max-content;
    grid-auto-flow: row;
  }

  .navlink {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.1em;
  }

  .container-about {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-top: 90px;
  }

  .container-doctors {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .doctors-info {
    padding-left: 7%;
  }

  .doctors-name {
    font-size: 1.6em;
  }

  .doctors-specialization {
    max-width: none;
  }

  .doctors-item {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .doctors-image {
    width: 270px;
    height: 270px;
  }

  .container-services {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .navlink-register {
    width: 100%;
  }

  .menu {
    font-size: 1em;
    font-weight: 400;
  }

  .navlink-big {
    padding-bottom: 15px;
  }

  .section-hello {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .about-clinic {
    max-width: none;
    margin-bottom: 45px;
    font-size: 1.2em;
  }

  .services-heading {
    margin-bottom: 60px;
  }

  .services {
    grid-template-columns: 1fr;
  }

  .services-item {
    grid-row-gap: 15px;
  }

  .services-item:hover {
    box-shadow: none;
    background-color: #0000;
    transform: none;
  }

  .container-price {
    padding-top: 120px;
    padding-bottom: 30px;
  }

  .price-item {
    flex-wrap: wrap;
    grid-template-columns: 45px 1fr;
    padding-right: 30px;
  }

  .price-money {
    padding-left: 52px;
  }

  .section-works {
    padding-left: 0%;
    padding-right: 0%;
  }

  .works-heading {
    padding-left: 7%;
  }

  .slider {
    width: 94%;
    height: auto;
  }

  .slide-image {
    border-radius: 0;
  }

  .slider-arrow {
    right: -60%;
  }

  .container-contacts {
    padding-top: 80px;
  }

  .span-consultation {
    margin-left: 7px;
    font-size: 1em;
  }

  .form-block {
    margin-bottom: 90px;
  }

  .contacts-heading {
    margin-bottom: 40px;
  }

  .contact-block {
    margin-bottom: 45px;
  }

  .contacts {
    flex-direction: column;
    padding-bottom: 0;
  }

  .consultation {
    grid-template-columns: 1fr;
    padding-top: 60px;
  }

  .price-header {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    justify-items: start;
    margin-bottom: 30px;
  }

  .text-to-consultation {
    display: flex;
  }

  .about-heading {
    font-size: 1.8em;
  }

  .about-left {
    padding: 30px;
  }

  .about-blocks {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .about-right {
    padding: 30px;
  }

  .about-right-info {
    max-width: 100%;
    font-size: 1.1em;
  }

  .about-left-info {
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .navbar-link-big {
    padding: 8px 16px;
  }

  .hello-title {
    font-size: 1.3em;
  }

  .hello-titles {
    margin-left: 10%;
  }

  .logo {
    margin-left: 8vw;
  }

  .hello-headings {
    margin-left: 10%;
  }

  .hello-heading {
    font-size: 2.2em;
  }

  .section-about {
    padding-left: 10%;
    padding-right: 10%;
  }

  .navigation {
    grid-column-gap: 9px;
    grid-template-rows: 42px 42px 42px 42px;
    grid-auto-flow: row;
    margin-left: 10%;
  }

  .navlink {
    margin-left: -20px;
  }

  .logo-title {
    font-size: 2.2vh;
  }

  .logo-image {
    width: 5vh;
  }

  .section-services {
    padding-left: 10%;
    padding-right: 10%;
  }

  .navlink-register {
    padding-top: 15px;
  }

  .navlink-big, .about-clinic {
    font-size: 1.1em;
  }

  .services {
    grid-row-gap: 45px;
  }

  .services-item {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding: 0;
  }

  .section-price {
    padding-left: 0%;
    padding-right: 0%;
  }

  .price-item {
    border-radius: 0;
    grid-template-columns: 35px 1fr;
    margin-bottom: 0;
  }

  .price-title {
    font-size: 1.3em;
    line-height: 125%;
  }

  .price-description {
    margin-top: 10px;
  }

  .price-value {
    font-size: 1.4em;
  }

  .price-order-text {
    font-size: 1em;
  }

  .price-money {
    padding-left: 44px;
  }

  .price-currency {
    font-size: 1.2em;
  }

  .section-works {
    padding-left: 0%;
    padding-right: 0%;
  }

  .section-contacts {
    padding-left: 10%;
    padding-right: 10%;
  }

  .works-heading {
    padding-left: 10%;
  }

  .slider {
    height: auto;
  }

  .price-header {
    border-bottom-style: none;
    margin-bottom: 0;
    padding-left: 50px;
  }

  .icon-phone {
    display: block;
  }

  .text-to-call {
    display: none;
  }

  .about-heading {
    font-size: 1.4em;
    line-height: 150%;
  }

  .about-left {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 9%;
    padding-right: 9%;
  }

  .about-blocks {
    grid-row-gap: 0px;
    margin-left: -10%;
    margin-right: -10%;
  }

  .about-right {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-left: 9%;
    padding-right: 9%;
  }

  .slider-mask {
    border-radius: 0;
  }
}

#w-node-_43849981-8fb8-189e-4573-9c3a8a0eac1e-987fadc9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9a00bd5e-c514-bada-2ce3-7bd452b7369b-987fadc9, #w-node-fb5d8f40-68c3-9d70-531c-4f0d7cf72c5b-987fadc9, #w-node-fb5d8f40-68c3-9d70-531c-4f0d7cf72c61-987fadc9, #w-node-fb5d8f40-68c3-9d70-531c-4f0d7cf72c67-987fadc9, #w-node-fb5d8f40-68c3-9d70-531c-4f0d7cf72c6d-987fadc9, #w-node-fb5d8f40-68c3-9d70-531c-4f0d7cf72c73-987fadc9, #w-node-fb5d8f40-68c3-9d70-531c-4f0d7cf72c79-987fadc9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-c0b5f819-45fb-402d-fa51-bb1b4e626aed-987fadc9 {
    justify-self: end;
  }

  #w-node-c1b88fad-29dd-891b-823c-09627b9635d5-987fadc9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9a00bd5e-c514-bada-2ce3-7bd452b7369b-987fadc9 {
    grid-column: span 2 / span 2;
  }

  #w-node-fb5d8f40-68c3-9d70-531c-4f0d7cf72c5b-987fadc9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-fb5d8f40-68c3-9d70-531c-4f0d7cf72c5e-987fadc9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fb5d8f40-68c3-9d70-531c-4f0d7cf72c61-987fadc9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-fb5d8f40-68c3-9d70-531c-4f0d7cf72c64-987fadc9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fb5d8f40-68c3-9d70-531c-4f0d7cf72c67-987fadc9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-fb5d8f40-68c3-9d70-531c-4f0d7cf72c6a-987fadc9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fb5d8f40-68c3-9d70-531c-4f0d7cf72c6d-987fadc9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-fb5d8f40-68c3-9d70-531c-4f0d7cf72c70-987fadc9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fb5d8f40-68c3-9d70-531c-4f0d7cf72c73-987fadc9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-fb5d8f40-68c3-9d70-531c-4f0d7cf72c76-987fadc9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fb5d8f40-68c3-9d70-531c-4f0d7cf72c79-987fadc9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-fb5d8f40-68c3-9d70-531c-4f0d7cf72c7c-987fadc9, #w-node-fb5d8f40-68c3-9d70-531c-4f0d7cf72c8e-987fadc9, #w-node-fb5d8f40-68c3-9d70-531c-4f0d7cf72c9e-987fadc9, #w-node-fb5d8f40-68c3-9d70-531c-4f0d7cf72cc8-987fadc9, #w-node-fb5d8f40-68c3-9d70-531c-4f0d7cf72ce8-987fadc9, #w-node-fb5d8f40-68c3-9d70-531c-4f0d7cf72cf6-987fadc9, #w-node-fb5d8f40-68c3-9d70-531c-4f0d7cf72d04-987fadc9, #w-node-fb5d8f40-68c3-9d70-531c-4f0d7cf72d12-987fadc9, #w-node-fb5d8f40-68c3-9d70-531c-4f0d7cf72d22-987fadc9, #w-node-fb5d8f40-68c3-9d70-531c-4f0d7cf72d30-987fadc9, #w-node-cb0fe8fd-6b32-bcfd-7e12-90cc1b9c3ad3-987fadc9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fb5d8f40-68c3-9d70-531c-4f0d7cf72c5b-987fadc9 {
    grid-row: span 1 / span 1;
  }

  #w-node-fb5d8f40-68c3-9d70-531c-4f0d7cf72c5e-987fadc9, #w-node-fb5d8f40-68c3-9d70-531c-4f0d7cf72c64-987fadc9, #w-node-fb5d8f40-68c3-9d70-531c-4f0d7cf72c6a-987fadc9, #w-node-fb5d8f40-68c3-9d70-531c-4f0d7cf72c70-987fadc9, #w-node-fb5d8f40-68c3-9d70-531c-4f0d7cf72c76-987fadc9, #w-node-fb5d8f40-68c3-9d70-531c-4f0d7cf72c7c-987fadc9 {
    grid-column: span 1 / span 1;
  }
}


