 .u-section-1 {
  background-image: url("images/201508.jpg");
  background-position: 50% 50%;
}

.u-section-1 .u-sheet-1 {
  min-height: 100vh;
}

.u-section-1 .u-text-1 {
  font-weight: 700;
  font-size: 1.875rem;
  margin: 65px -11px 0 641px;
}

.u-section-1 .u-text-2 {
  font-style: italic;
  font-weight: 600;
  margin: 22px -11px 0 641px;
}

.u-section-1 .u-image-1 {
  width: 164px;
  height: 164px;
  box-shadow: 2px 2px 8px 0px rgba(128,128,128,0.73);
  filter: brightness(0.95);
  margin: -109px auto 60px 35px;
}

@media (max-width: 1199px) {
  .u-section-1 .u-text-1 {
    margin-top: 60px;
    margin-left: 541px;
  }

  .u-section-1 .u-text-2 {
    margin-left: 541px;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-text-1 {
    width: auto;
    margin-top: 22px;
    margin-right: 0;
    margin-left: 420px;
  }

  .u-section-1 .u-text-2 {
    width: auto;
    margin-top: 18px;
    margin-right: 0;
    margin-left: 420px;
  }

  .u-section-1 .u-image-1 {
    width: 121px;
    height: 117px;
    margin-top: -146px;
    margin-left: 22px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-text-1 {
    margin-left: 240px;
  }

  .u-section-1 .u-text-2 {
    margin-left: 240px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 {
    min-height: 465px;
  }

  .u-section-1 .u-text-1 {
    margin-top: 15px;
    margin-right: -26px;
    margin-left: 213px;
  }

  .u-section-1 .u-text-2 {
    margin-top: 0;
    margin-right: 28px;
    margin-left: 213px;
  }

  .u-section-1 .u-image-1 {
    width: 72px;
    height: 72px;
    margin-top: -160px;
    margin-left: 15px;
  }
  
  .u-section-1::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  filter: blur(12px) brightness(0.4);
  transform: scale(1.05); /* чтобы края не были размыты прозрачными */
  z-index: 0;
  }
.u-section-1 > * {
  position: relative;
  z-index: 1; /* контент поверх */
  }

}


/* === Added by Ashley: global blur + darken for background of .u-section-1 === */
.u-section-1 {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  /* background-position is usually already set by Nicepage; inherit in ::before */
}

.u-section-1::before {
  content: "";
  position: absolute;
  inset: 0;
  /* clone background from the section itself */
  background-image: inherit;
  background-size: inherit;
  background-position: inherit;
  background-repeat: inherit;
  /* blur + darken */
  filter: blur(12px) brightness(0.45);
  /* scale to hide transparent edges after blur */
  transform: scale(1.06);
  z-index: 0;
}

.u-section-1 > * {
  position: relative;
  z-index: 1;
}
/* === End Ashley patch === */
