.webrion-our-applications .applications-body .applications-body-wrapper .applications-content .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.webrion-our-applications .applications-body .applications-body-wrapper .applications-content .background-img {
  border-radius: 30px;
  background-position: right;
}

.webrion-our-applications .applications-body .applications-body-wrapper .applications-content .foreground-img {
  width: 50%;
  border-radius: 30px 0 0 30px;
}

.webrion-our-applications .applications-body .applications-body-wrapper .applications-content .slider {
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  background: unset;
  outline: none;
  margin: 0;
  transition: all 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.webrion-our-applications .applications-body .applications-body-wrapper .applications-content .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 3px;
  height: 400px;
  background: white;
  cursor: pointer;
}

.webrion-our-applications .applications-body .applications-body-wrapper .applications-content .slider::-moz-range-thumb {
  width: 6px;
  height: 400px;
  background: white;
  cursor: pointer;
}

.webrion-our-applications .applications-body .applications-body-wrapper .applications-content .slider-button {
  pointer-events: none;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #bb9441;
  left: calc(50% - 18px);
  top: calc(50% - 18px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.webrion-our-applications .applications-body .applications-body-wrapper .applications-content .slider-button:after {
  content: '';
  padding: 3px;
  display: inline-block;
  background-image: url(../img/right-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 20px;
}