.olife-left-text .company-item__wrapper .company-front-wrapper {
  background-repeat: no-repeat;
  height: 100%;
  background-attachment: fixed;
  background-position: right;
  background-size: 50%;
}

.olife-left-text,
.olife-left-text .index-block__title {
  color: #fff;
  color: var(--white);
}

.olife-left-text .company-item__picture-wrapper {
  position: relative;
}

.olife-left-text .company-item__picture {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.olife-left-text .company-item__text p:last-of-type {
  /*margin-bottom: 32px;*/
}

.olife-left-text .company-item__picture-wrapper .video-block iframe,
.olife-left-text .company-item__picture .video-block iframe {
  display: none;
}

.olife-left-text .company-front-wrapper {
  padding: 120px 100px;
  background: #515745;
  background: var(--green_dark);
}

.olife-left-text .company-item__text {
  padding: 0 0;
}

.olife-left-text .company-item__text.index-block__detail {
  padding: 0px 0;
  margin: 0;
}

.olife-left-text .company-item__text.index-block__detail a {
  color: var(--yellow);
  text-decoration: underline;
}

.olife-left-text .company-item__text.index-block__detail h1,
.olife-left-text .company-item__text.index-block__detail h2,
.olife-left-text .company-item__text.index-block__detail h3,
.olife-left-text .company-item__text.index-block__detail h4,
.olife-left-text .company-item__text.index-block__detail h5,
.olife-left-text .company-item__text.index-block__detail h6 {
  color: var(--green_light);
  margin: 32px 0;
}

.olife-left-text .company-item__text.index-block__detail p:last-of-type {
  padding-bottom: 0px;
}

.olife-left-text .video-block {
  padding-bottom: 32px;
}

.olife-left-text .company-item__video-iframe {
  border: 0;
  border-radius: 0;
}

.olife-left-text ul {
  margin-bottom: 32px;
}

.olife-left-text ul li::before {
  background: #fff;
  background: var(--white);
}

.olife-left-text ul li {
  margin-bottom: 0px;
  line-height: 26px;
}

.olife-left-text ul:last-of-type {
  margin-bottom: 32px;
}


@media (min-width: 992px) {
  .olife-left-text .company-item__info>div:first-of-type {
    margin-top: 0px;
  }

  .olife-left-text .company-item__heading .company-item__title {
    padding-right: 100px;
  }

  .olife-left-text .company-item__heading {
    margin-bottom: 0px;
  }

  .olife-left-text .company-item__picture {
    position: static;
    height: 100vh;
    max-height: 500px;
    display: none;
  }

  .olife-left-text .index-block__btn {
    position: absolute;
    bottom: 48px;
  }
}

@media (max-width: 991px) {
  .olife-left-text .company-item__picture-wrapper {
    padding-top: 50%;
    margin-top: 0px;
  }

  .olife-left-text .company-front-wrapper {
    flex-direction: column;
  }

  .olife-left-text .company-image-type .company-item__right {
    order: -1;
  }

  .olife-left-text .company-item__right {
    margin-bottom: 48px;
  }

  .olife-left-text .company-image-type .company-item__heading {
    margin-bottom: 48px;
  }
}

@media (max-width: 768px) {
  .olife-left-text .company-front-wrapper {
    padding: 24px;
    background-image: unset !important;
    flex-direction: column-reverse;
  }
}

@media (max-width: 600px) {
  .olife-left-text .company-front-wrapper {
    padding: 0px;
  }

  .olife-left-text .company-item__picture-wrapper {
    padding-top: 100%;
  }

  .olife-left-text .company-item__right {
    margin-bottom: 0px;
  }

  .olife-left-text .company-item__text {
    margin-top: 16px;
  }

  .olife-left-text .company-image-type .company-item__heading {
    margin-bottom: 0px;
    padding: 50px 20px;
  }
}