.content-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100vh;
  padding: 0 10%;
}

.content-header-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55%;
  margin-right: -100px;
}

.content-header-circle-front-image {
  position: static;
  width: 100%;
  height: 100%;
  min-width: 345px;
  min-height: 345px;
  max-height: 500px;
  max-width: 500px;
  object-fit: contain;
  aspect-ratio: 1/1;
  z-index: 1;
}

.content-header-circle-front-image-small {
  max-height: 400px;
  max-width: 400px;
  object-fit: cover;
}

.content-header-title {
  font-family: var(--font-Futura-Cyrillic-Demi);
  font-size: 40px;
  line-height: 128%;
  font-weight: 500;
  margin: 52px 0 34px 0;
}

.content-header-title-large {
  font-size: 56px;
}

.content-header-background-image {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.content-header-services-background {
  background-image: url("/wp-content/themes/pnnsite/assets/images/header/services-banner.svg");
}
.content-header-solutions-background {
  background-image: url("/wp-content/themes/pnnsite/assets/images/header/solutions-banner.svg");
}
.content-header-company-background {
  background-image: url("/wp-content/themes/pnnsite/assets/images/header/company-banner.svg");
}
.content-header-portfolio-background {
  background-image: url("/wp-content/themes/pnnsite/assets/images/header/portfolio-banner.svg");
}
.content-header-technologies-background {
  background-image: url("/wp-content/themes/pnnsite/assets/images/header/technologies-banner.svg");
}
.content-header-contacts-background {
  background-image: url("/wp-content/themes/pnnsite/assets/images/header/contacts-banner.webp");
}

.content-header-text {
  width: 50%;
}

@media (min-width: 1285px) {
  .content-header-content {
    padding: 0 8%;
  }
}

@media (max-width: 1023.98px) {
  .content-header-circle {
    width: 100%;
  }
  .content-header-title {
    font-size: 3rem;
    text-align: left;
  }
  .content-header-text {
    width: 100%;
  }
  .content-header-content {
    flex-direction: column-reverse;
    height: fit-content;
  }

  .content-header-circle {
    margin-right: 0;
  }
  .content-header-circle-front-image {
    min-width: unset;
    min-height: unset;
  }
  .content-header-contacts-background {
    background-image: url("/wp-content/themes/pnnsite/assets/images/header/contacts-banner-1024px.webp");
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .content-header-content {
    padding: 80px 10% 50px;
    gap: 40px;
  }
  .content-header-text {
    height: 50%;
  }
}

@media (max-width: 767.9px) {
  .content-header-content {
    padding: 80px 5% 20px;
    gap: 20px;
  }
  .content-header-breadcrumbs li {
    max-width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .content-header-title {
    font-size: 28px;
  }

  .content-header-circle-front-image {
    min-width: unset;
    min-height: unset;
    max-height: 250px;
    max-width: 275px;
  }
}

@media (max-width: 576px) {
  .content-header-contacts-background {
    background-image: url("/wp-content/themes/pnnsite/assets/images/header/contacts-banner-576px.webp");
  }
}

@supports (not (-webkit-hyphens:none)) and (not (-moz-appearance:none)) and (list-style-type:"*") { /*only for Chrome*/
    .content-header-contacts-background {
      background-image: url("/wp-content/themes/pnnsite/assets/images/header/contacts-banner.svg");
    }
}

@media (max-width: 1024px) {
  @supports (not (-webkit-hyphens:none)) and (not (-moz-appearance:none)) and (list-style-type:"*") {
      .content-header-contacts-background {
        background-image: url("/wp-content/themes/pnnsite/assets/images/header/contacts-banner-1024px.svg");
      }
  }
}

@media (max-width: 576px) {
  @supports (not (-webkit-hyphens:none)) and (not (-moz-appearance:none)) and (list-style-type:"*") {
      .content-header-contacts-background {
        background-image: url("/wp-content/themes/pnnsite/assets/images/header/contacts-banner-576px.svg");
      }
    }
} 