.wide-header-block {
  color: var(--ultraLightColor, #FBFBFB);
}
.wide-header-block .viewport-container {
  padding-top: 120px;
  padding-bottom: 120px;
  border-radius: 24px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .wide-header-block .viewport-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .wide-header-block .viewport-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.wide-header-block .viewport-container {
  margin-top: -32px;
  z-index: 3;
}
.wide-header-block .viewport-container .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.wide-header-block.background-orange .viewport-container {
  background: var(--accentColor, #FF5B02);
}
.wide-header-block.background-orange .heading.orange {
  color: var(--ultraLightColor, #FBFBFB);
}
.wide-header-block.background-basic .viewport-container {
  background: var(--basicColor, #7559BD);
}
.wide-header-block.background-basic .heading.basic {
  color: var(--ultraLightColor, #FBFBFB);
}
.wide-header-block .background-accent-element {
  position: absolute;
  z-index: 1;
  background: url(../../images/wide_header_background.svg) no-repeat left center;
  width: 1200px;
  height: 1200px;
  background-size: auto 100%;
  top: 310px;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .wide-header-block .background-accent-element {
    display: none;
  }
}
@media (max-width: 767px) {
  .wide-header-block .background-accent-element {
    display: none;
  }
}
.wide-header-block .wide-header--content {
  max-width: 740px;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wide-header-block .wide-header--content + .medical-packages--header {
  margin-top: 120px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .wide-header-block .wide-header--content + .medical-packages--header {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .wide-header-block .wide-header--content + .medical-packages--header {
    margin-top: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .wide-header-block .medical-packages-content {
    position: relative;
  }
  .wide-header-block .medical-packages-content:before {
    content: "";
    display: block;
    position: absolute;
    top: 240px;
    bottom: 0;
    left: -2rem;
    right: -2rem;
    background: var(--lightColor, #E2DCFF);
    z-index: -1;
    border-radius: 24px;
  }
}
.wide-header-block.with-slider-elements .wrapper {
  position: relative;
}
.wide-header-block.with-slider-elements .viewport-container:before {
  content: "";
  display: block;
  position: absolute;
  top: 1200px;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--lightColor, #E2DCFF);
  z-index: -1;
  border-radius: 24px;
}
.wide-header-block.reveal-block .background-accent-element {
  position: absolute;
}