.block-equipment {
  background: red;
}
.block-equipment .offscreen_wrap {
  position: fixed;
  top: 0;
  right: 0;
  background: #F5EDE4;
  z-index: 999;
  padding: 100px 100px 100px 170px;
  height: 100vh;
  max-width: 98vw;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateX(101%);
      -ms-transform: translateX(101%);
          transform: translateX(101%);
}
.block-equipment .offscreen_wrap .close_equipment {
  background: url(../../images/close.svg) center no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50px;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
  z-index: 10;
}
.block-equipment .offscreen_wrap .close_equipment:hover {
  opacity: 0.5;
}
.block-equipment .offscreen_wrap .arrow {
  background: url(../../images/arrow_down.svg) center no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 50%;
  bottom: 25px;
  margin-top: -25px;
  margin-left: -25px;
  cursor: pointer;
  z-index: 10;
}
.block-equipment .offscreen_wrap .arrow:hover {
  opacity: 0.5;
}
.block-equipment .offscreen_wrap .inner {
  max-width: 480px;
  font-size: 20px;
  line-height: 33px;
  overflow: auto;
  height: 100%;
  position: relative;
  z-index: 10;
}
.block-equipment .offscreen_wrap h4 {
  margin-bottom: 50px;
}
.block-equipment .offscreen_wrap .section {
  padding-left: 20px;
  padding-right: 20px;
}
.block-equipment .offscreen_wrap .section + .section {
  border-top: 1px solid #00CEFF;
  margin-top: 65px;
  padding-top: 85px;
}
.block-equipment .offscreen_wrap .grid {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.block-equipment .offscreen_wrap .overlay {
  background: #F5EDE4;
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0.5;
  -webkit-transform: translateX(100vw);
      -ms-transform: translateX(100vw);
          transform: translateX(100vw);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.block-equipment .offscreen_wrap.active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.block-equipment .offscreen_wrap.active .overlay {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
@media (max-width: 781.98px) {
  .block-equipment .offscreen_wrap {
    padding: 50px 20px 50px 70px;
  }
  .block-equipment .offscreen_wrap h4 {
    margin-bottom: 30px;
  }
  .block-equipment .offscreen_wrap .section + .section {
    margin-top: 30px;
    padding-top: 30px;
  }
  .block-equipment .offscreen_wrap .close_equipment {
    left: 10px;
  }
  .block-equipment .offscreen_wrap .arrow {
    bottom: 0;
  }
}
@media (max-width: 599.98px) {
  .block-equipment .offscreen_wrap .grid {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
    font-size: 17px;
    line-height: 30px;
  }
}
/*# sourceMappingURL=equipment.css.map */