* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #267dc0;
  --secondary: #4fb4d6;
  --title: #1a203a;
  --text: #585a5e;
  --box_shadow: 0 0 20px rgba(198, 198, 198, 0.45);
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 14px);
}
ul {
  list-style: none;
}
.content {
  max-width: 134rem;
  margin: 0px auto;
  position: relative;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.between {
  justify-content: space-between;
}
.flex_top {
  align-items: flex-start;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.gap {
  gap: 3rem;
}
li.swiper-slide {
  height: auto;
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img.img_ab {
  position: relative;
}
.img.img_ab img {
  position: absolute;
  left: 0px;
  top: 0px;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.head h2 {
  font-size: 5rem;
  line-height: 6.4rem;
  font-weight: 600;
}
.head h2::after {
  width: 3.8rem;
  height: 3.8rem;
  background: url("https://walmaystainless.com//wp-content/plugins/sytech-fronteditor/sytpl/products4-products_feature/assets/img/subtitle-icon.svg") center bottom / contain no-repeat;
}
.products_feature {
  padding: 6.85rem 0px 10rem;
}
.products_feature .left {
  flex: 1 1 0%;
  max-width: 52rem;
}
.products_feature .right {
  width: 48.855%;
  padding-top: 2.4%;
}
.products_feature .right .products_feature_swiper {
  overflow: hidden;
}
.products_feature .right .products_feature_swiper:hover img {
  transform: scale(1.02);
}
.products_feature .right .products_feature_swiper .img {
  padding-bottom: 70.2744%;
}
.products_feature .items {
  margin-top: 3.4rem;
  border-left: 1px solid rgb(220, 220, 220);
}
.products_feature .items .item {
  position: relative;
  padding-left: 6%;
}
.products_feature .items .item::before {
  width: 3px;
  height: 0px;
  position: absolute;
  background-color: var(--primary);
  transition: 0.3s;
  content: "";
  left: -2px;
  top: 0px;
}
.products_feature .items .item.active::before {
  height: 100%;
}
.products_feature .items .item.active h3 {
  font-size: 3.2rem;
  font-weight: 600;
  opacity: 1;
}
.products_feature .items .item:first-child p {
  display: block;
}
.products_feature .items h3 {
  font-size: 2.4rem;
  font-weight: 500;
  color: rgb(22, 22, 22);
  cursor: pointer;
  opacity: 0.5;
  transition: 0.3s;
  padding: 0.8rem 0px;
}
.products_feature .items p {
  display: none;
  font-size: 1.7rem;
  line-height: 3rem;
  color: rgb(61, 61, 61);
  padding: 0.5rem 0px 2.1rem;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 2rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
}

@media screen and (min-width: 769px) {
  div::-webkit-scrollbar {
    width: 4px;
  }
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
  body {
    font-size: 1rem;
  }
  .content {
    padding: 0px 20px;
  }
  .gap {
    gap: 1rem;
  }
  div.head h2 {
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: unset;
    word-spacing: unset;
    max-width: unset;
  }
  div.head h2::after {
    width: 20px;
    height: 20px;
  }
  .products_feature {
    padding: 3rem 0px;
  }
  .products_feature .left {
    max-width: unset;
    width: 100%;
  }
  .products_feature .right {
    padding: 0px;
  }
  .products_feature .items {
    margin-top: 2rem;
  }
  .products_feature .items .item {
    padding-left: 20px;
  }
  .products_feature .items .item.active h3 {
    font-size: 18px;
  }
  .products_feature .items h3 {
    font-size: 16px;
    padding: 10px 0px;
  }
  .products_feature .items p {
    font-size: 0.9rem;
    line-height: 1.5;
    padding: 10px 0px 1.2rem;
  }
}

@media screen and (max-width: 576px) {
  div.head h2 {
    font-size: 22px;
  }
  .products_feature .right {
    width: 100%;
  }
}
