.cases_title {
  color: #000;
  display: flex;
  justify-content: flex-start;
  position: relative;
  margin-bottom: 35px;
  font-size: var(--fs-heading);
  color: #141414;
}
@media (max-width: 1120px) {
  .cases_title {
    text-align: left;
    font-size: var(--fs-subhead-lg);
    margin-top: 0;
    margin-bottom: 25px;
  }
}

.content_cases {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
@media (max-width: 1620px) {
  .content_cases {
    justify-content: center;
  }
}
.content_cases .cases_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1120px) {
  .content_cases .cases_item {
    gap: 15px;
  }
}
.content_cases .cases_item .cases_item_title {
  color: #000000;
  font-weight: 300;
  font-size: var(--fs-subhead-lg);
}
@media (max-width: 1120px) {
  .content_cases .cases_item .cases_item_title {
    font-size: var(--fs-body);
  }
}
.content_cases .cases_item .container_slide {
  width: 780px;
  height: 600px;
  display: block;
  margin: 0px auto;
}
@media (min-width: 1121px) and (max-width: 1230px) {
  .content_cases .cases_item .container_slide {
    width: 530px;
    padding: 0 20px;
    height: auto;
  }
}
@media (min-width: 1231px) and (max-width: 1340px) {
  .content_cases .cases_item .container_slide {
    width: 580px;
    padding: 0 20px;
    height: auto;
  }
}
@media (min-width: 1341px) and (max-width: 1520px) {
  .content_cases .cases_item .container_slide {
    width: 640px;
    padding: 0 20px;
    height: auto;
  }
}
@media (min-width: 1521px) and (max-width: 1620px) {
  .content_cases .cases_item .container_slide {
    width: 730px;
    padding: 0 20px;
    height: auto;
  }
}
@media (max-width: 1120px) {
  .content_cases .cases_item .container_slide {
    width: 100%;
    height: auto;
  }
}
.content_cases .cases_item .container_slide img {
  max-width: initial !important;
  width: 100%;
  display: block !important;
  height: 100% !important;
}
.content_cases .cases_item .container_slide .before-after-slider {
  width: 100%;
  position: relative;
  overflow: hidden;
  border: 3px solid white;
  user-select: none;
}
.content_cases .cases_item .container_slide .before-after-slider .after-image {
  display: block;
}
.content_cases .cases_item .container_slide .before-after-slider .before-image {
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
}
.content_cases .cases_item .container_slide .before-after-slider .resizer {
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 5;
  top: 0;
  left: 50%;
  height: 100%;
  width: 4px;
  background: white;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.content_cases .cases_item .container_slide .before-after-slider .resizer:after {
  background: #fff;
  content: "";
  display: block;
  position: absolute;
  margin: 0 0 0 -38px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 3px solid white;
  background-image: url("../images/arrows_slide.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 1120px) {
  .content_cases .cases_item .container_slide .before-after-slider .resizer:after {
    margin: 0 0 0 -22px;
    width: 40px;
    height: 40px;
    background-size: 70%;
  }
}

@media (min-width: 1121px) and (max-width: 1560px) {
  .container_slide {
    width: 500px;
    padding: 0 20px;
    height: auto;
  }
}
