.header__phone-number {
  color: #e9f6fb;

  font-family: 'Century Gothic';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.7;

}

 @media (max-width: 767px) {
  .header__phone-number{
    font-size: 14px;
  }
}
.location__map-wrap iframe {
  width: 100%;
  height: 100%;
}
.about__slider-fraction {
  visibility: hidden;
  opacity: 0;
}

@media (max-width: 1279px) {
  section.layout {
    height: auto;
    margin-bottom: 50px;
  }
  .layout__wrapper-content {
    height: auto;
  }
  .layout #layout_svg-desctop {
    display: block;
  }
  .layout #layout_svg-mobile {
    display: none;
  }
  .layout__circle-5 {
    left: 32.87%;
    right: 63.62%;
    top: 53.6%;
    bottom: 44%;
  }
  .layout__circle-6 {
    left: 47.8%;
    right: 48.68%;
    top: 41.53%;
    bottom: 57.07%;
  }
  .layout__circle-7 {
    left: 16.11%;
    right: 80.38%;
    top: 39.07%;
    bottom: 58.53%;
  }
  .layout__circle-8 {
    left: 36.75%;
    right: 59.74%;
    top: 23.4%;
    bottom: 75.2%;
  }
  .layout__circle {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .header__wrapper-btn.phone-lang {
    flex-direction: row-reverse;
    gap: 8px;
    margin-right: 8px;
  }
  .header__lang-block {
    position: relative;
  }
  .header__phone-number span {
    display: block;
  }
  .layout__title-block {
    width: 160px;
    height: auto;
  }
  .layout__title-block .about__text-block-title {
    font-size: 16px;
  }
  .layout__circle {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }
  .parallax-logo {
    height: 300px;
  }
  .parallax-logo__feather {
    bottom: 60%;
  }
  .parallax-logo__light {
    width: 300px;
  }
  .parallax-logo__the {
    width: 68px;
  }
}

@media (max-width: 480px) {
  .header__logo {
    width: 70px;
    height: auto;
  }
  .header__phone-number span {
    font-size: 16px;
  }
  .layout__title-block {
    width: 120px;
    height: auto;
  }
  .layout__title-block .about__text-block-title {
    font-size: 14px;
  }
}

@media (max-width: 380px) {
  .header__logo {
    width: 60px;
  }
  .header__phone-number span {
    font-size: 12px;
  }
}
