.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.main-sec {
  position: relative;
}

.logo-block {
  z-index: 3;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.logo-block.mob {
  display: none;
}

.logo-block.pc {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.up-logo {
  width: 120px;
}

.life-logo {
  width: 140px;
}

.main-ph {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.h1-wrapp {
  z-index: 2;
  max-width: 1130px;
  margin-bottom: 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.h1-wrapp.non {
  display: none;
}

.h1 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 150%;
}

.h1._1 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 40px;
}

.shadow {
  background-image: linear-gradient(0deg, #000, #fff0 32%);
  position: absolute;
  inset: 0%;
}

.subtitle {
  color: #fff;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  line-height: 150%;
}

.container {
  padding-top: 40px;
}

.container.futt {
  padding-bottom: 40px;
}

.date-wrapp {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.data-text {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.text-block {
  color: #000;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.text-block.futt {
  color: #141414;
  margin-bottom: 0;
  font-size: 12px;
}

.text-block.quo {
  text-align: left;
  margin-bottom: 0;
}

.text-block.last {
  margin-bottom: 0;
}

.quo {
  font-weight: 600;
}

.h2 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
}

.block-ph {
  margin-top: 40px;
  margin-bottom: 40px;
}

.photo {
  border-radius: 10px;
}

.futter {
  background-color: #cecece;
}

.quo-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #eee;
  border-radius: 10px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center start;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
  display: grid;
}

.quo-block.last, .icon-wrapp {
  margin-bottom: 0;
}

.icon {
  width: 70px;
}

@media screen and (max-width: 991px) {
  .logo-block {
    margin-top: 12px;
  }

  .main-ph {
    object-fit: cover;
    object-position: 60% 50%;
    height: 75vh;
  }

  .h1-wrapp {
    max-width: 728px;
  }

  .h1._1 {
    font-size: 34px;
  }

  .shadow {
    background-image: linear-gradient(0deg, #000, #fff0 35%);
  }

  .subtitle {
    font-size: 24px;
  }

  .h2 {
    text-align: left;
  }

  .quo-block {
    grid-template-columns: .5fr 3.5fr;
  }

  .icon {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .up-logo {
    width: 110px;
  }

  .life-logo {
    width: 130px;
  }

  .main-ph {
    height: 60vh;
  }

  .h1-wrapp {
    margin-left: 5%;
    margin-right: 5%;
  }

  .h1._1 {
    text-align: left;
    font-size: 32px;
  }

  .subtitle {
    text-align: left;
    font-size: 16px;
  }

  .container {
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 32px;
  }

  .container.futt {
    padding-bottom: 32px;
  }

  .h2 {
    font-size: 28px;
  }

  .block-ph {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .quo-block {
    place-items: start;
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .quo-block.last {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .main-sec {
    background-color: #fff;
  }

  .logo-block {
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 20px;
    position: static;
  }

  .logo-block.mob {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    display: flex;
  }

  .logo-block.pc {
    display: none;
  }

  .up-logo {
    width: 100px;
  }

  .life-logo {
    width: 120px;
  }

  .main-photo-wrapp {
    margin-bottom: 20px;
    position: static;
  }

  .main-ph {
    height: 33vh;
  }

  .h1-wrapp {
    margin-bottom: 0;
    padding-bottom: 20px;
    position: static;
  }

  .h1-wrapp.non {
    position: static;
  }

  .h1._1 {
    color: #000;
    text-align: center;
    margin-bottom: 4px;
    font-size: 26px;
  }

  .shadow {
    display: none;
  }

  .subtitle {
    color: #000;
    text-align: center;
  }

  .text-block.quo {
    text-align: left;
  }

  .h2 {
    text-align: center;
    font-size: 19px;
  }

  .quo-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .quo-block.last {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .icon {
    width: 60px;
  }
}


