.work-info__wrapper {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}

@media screen and (max-width: 1800px) {
  .work-info__wrapper {
    max-width: 940px;
  }
}

.work-info__area-img {
  margin: 0;
  width: 100%;
  height: 310px;
}

@media screen and (max-width: 1800px) {
  .work-info__area-img {
    height: 310px;
  }
}

.work-info__img {
  display: none;
  width: 100%;
  height: 100%;
  padding: 0;
  text-align: center;
}
.work-info__area-img .active {
  display: block;
}

.work-info__img_chainsaw {
  background: url(/wp-content/themes/rainforestconnection/assets/images/banners/sawn-wood.jpg)
    no-repeat center center;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .work-info__img_chainsaw {
    background-position: 15% center;
  }
}

.work-info__img_man {
  background: url(/wp-content/themes/rainforestconnection/assets/images/banners/dead-animals.jpg)
    no-repeat center center;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .work-info__img_man {
    background-position: 82% center;
  }
}

.work-info__img_monkey {
  background: url(/wp-content/themes/rainforestconnection/assets/images/banners/pink-bird.jpg)
    no-repeat center center;
  background-size: cover;
}

.work-info__buttons::after {
  content: "";
  clear: both;
  display: table;
}

.work-info__button {
  float: left;
  width: 33.33%;
  position: relative;
  border: none;
  outline: none;
  background: transparent;
  color: #c6c6c6;
  font-size: 6rem;
  padding: 50px 0;
  border-radius: 0;
}

.work-info__button:focus {
  outline: none;
}

@media only screen and (min-width: 1025px) {
  .work-info__button {
    transition: 0.5s;
  }
  .work-info__button:hover {
    background: rgba(238, 240, 231, 0.5);
  }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .work-info__button {
    font-size: 5.5rem;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .work-info__button {
    font-size: 5rem;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 500px) {
  .work-info__button {
    font-size: 4rem;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 400px) {
  .work-info__button {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 360px) {
  .work-info__button {
    font-size: 3rem;
  }
}

.work-info__buttons .active {
  background: #eef0e7;
  color: #6e7f66;
}

.work-info__item {
  position: relative;
  display: none;
  width: 100%;
  height: 100%;
  padding: 100px 8%;
  text-align: left;
}

.work-info__content .active {
  display: block;
  background: #eef0e7;
}

@media screen and (max-width: 1800px) {
  .work-info__item {
    padding: 60px 8%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .work-info__item {
    padding: 52px 8%;
  }
}

@media screen and (max-width: 860px) {
  .work-info__item {
    padding: 44px 7%;
  }
}

@media only screen and (max-width: 767px) {
  .work-info__item {
    padding: 25px 4%;
  }
}

@media screen and (max-width: 382px) {
  .work-info__item {
    padding: 25px 4%;
  }
}

.work-info__pdf {
  position: absolute;
  top: 134px;
  right: 74px;
  z-index: 201;
  margin: 0;
}

@media screen and (max-width: 1800px) {
  .work-info__pdf {
    top: 80px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .work-info__pdf {
    top: 70px;
    right: 30px;
  }
}

@media screen and (max-width: 900px) {
  .work-info__pdf {
    top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .work-info__pdf {
    top: 25px;
    right: 25px;
  }
}

@media screen and (max-width: 414px) {
  .work-info__pdf {
    top: 22px;
    right: 12px;
  }
}

.work-info__icon {
  margin: 0;
  height: 68px;
  width: 64px;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .work-info__icon {
    height: 51px;
    width: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .work-info__icon {
    height: 34px;
    width: 32px;
  }
}

@media screen and (max-width: 420px) {
  .work-info__icon {
    height: 28px;
    width: 26px;
  }
}

.work-info__title {
  margin: 0 auto 53px;
  padding: 0;
}

@media screen and (max-width: 1800px) {
  .work-info__title {
    margin: 0 auto 50px;
  }
}

@media screen and (max-width: 970px) {
  .work-info__title {
    margin: 0 auto 40px;
  }
}
@media only screen and (max-width: 767px) {
  .work-info__title {
    margin: 0 auto 20px;
    padding-right: 35px;
  }
}

.work-info__descr {
  margin: 0 auto 70px;
  text-align: justify;
}

@media screen and (max-width: 1800px) {
  .work-info__descr {
    margin-bottom: 30px;
  }
}

.work-info__descr:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 970px) {
  .work-info__descr {
    margin-bottom: 20px;
  }
}

.work-info__descr .iphone {
  padding-left: 0;
  padding-right: 0;
}

.work-info__descr .iphone__area {
  padding-left: 5%;
}
@media only screen and (max-width: 767px) {
  .work-info__descr .iphone__area {
    padding-left: 0;
  }
}

.work-info__descr .iphone__column {
  padding-right: 5%;
}

@media only screen and (max-width: 767px) {
  .work-info__descr .iphone__column {
    padding-left: 0;
  }
}

.work-info__area-last {
  margin: 0 auto;
  width: 100%;
  height: 790px;
}

.work-info__area-last .active {
  display: block;
}

@media screen and (max-width: 1800px) {
  .work-info__area-last {
    height: 474px;
  }
}
@media screen and (max-width: 950px) {
  .work-info__area-last {
    height: 400px;
  }
}

.work-info__last {
  display: none;
  width: 100%;
  height: 100%;
  padding: 0;
  text-align: center;
  position: relative;
}

.work-info__last_river {
  background: url(/wp-content/themes/rainforestconnection/assets/images/banners/river.jpg)
    no-repeat 50%;
  background-size: cover;
}
.work-info__last_small {
  background: url(/wp-content/themes/rainforestconnection/assets/images/banners/small.jpg)
    no-repeat 50%;
  background-size: cover;
}
.work-info__last_forest {
  background: url(/wp-content/themes/rainforestconnection/assets/images/banners/wild-forest.jpg)
    no-repeat 50%;
  background-size: cover;
}
.work-info__area-img .avtive {
  display: block;
}

.work-info__banner-wrapper {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  z-index: 200;
  translate: (-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.work-info__banner {
  display: block;
  margin: 0 auto;
}

.work-info__banner-small {
  display: block;
  margin: 15px auto 0;
}

@media only screen and (max-width: 767px) {
  .work-info__banner-small {
    margin-top: 10px;
  }
}

.work-info__footnotes hr {
  max-width: 150px;
  margin: 0 0 15px;
}

.work-info__footnote-label,
.work-info__footnote-label a {
  color: #2fb14a;
  text-decoration: none;
}

.work-info__footnote {
  font-size: 1.2rem;
  display: block;
  margin: 0 auto 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
