.specs {
  padding-bottom: 160px;
}
.specs .specs-wrap {
  position: relative;
}
.specs-top {
  height: 200px;
  background-image: url(../../assets/images/specs.svg);
  background-size: 1192px 200px;
  background-repeat: no-repeat;
  background-position: top center;
  margin-bottom: 45px;
}
.specs-list .stg {
  margin: 0 40px;
}
.specs-list .stg svg {
  display: block;
}
.specs-wrap .specs-top img {
  display: block;
  margin: 0 auto 45px;
}
.specs-wrap .specs-title {
  font-size: 36px;
  line-height: 42px;
  font-weight: bold;
  color: #2b2a4c;
  text-align: center;
  max-width: 980px;
  margin: 0 auto 20px;
}
.specs-wrap .specs-title span {
  color: #c7b4a2;
}
.specs-wrap .specs-desc {
  font-family: "Inter", Arial, Tahoma, sans-serif;
  color: #666;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  max-width: 660px;
  margin: 0 auto;
  text-align: center;
}
.specs-wrap .specs-list {
  margin-top: 52px;
  display: flex;
  justify-content: center;
}
.specs-col .spc-t {
  color: #2b2a4c;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 14px;
  font-weight: bold;
}
.specs-col .spc-d {
  max-width: 378px;
  font-size: 16px;
  line-height: 21px;
  font-family: "Inter", Arial, Tahoma, sans-serif;
  font-weight: 400;
  color: #666;
  height: 63px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: 20px;
}
.specs-col .spc-detail {
  color: #51bbc9;
  font-family: "Inter", Tahoma, sans-serif;
  font-size: 18px;
  line-height: 22px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-right: 28px;
}

.specs-col .spc-detail:hover {
  color: #3b919d;
}

.specs-col .spc-detail:after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../../assets/images/right.svg);
}
.spec-left {
  text-align: right;
}
.spec-item {
  position: relative;
}
.spec-item:first-child {
  margin-bottom: 44px;
}
#stg-a,
#stg-am {
  transform-origin: center;
  transform-box: fill-box;
}
#stg-b,
#stg-bm {
  transform-origin: center;
  transform-box: fill-box;
}
#stg-c,
#stg-cm {
  transform-origin: center;
  transform-box: fill-box;
}
#stg-d,
#stg-dm {
  transform-origin: center;
  transform-box: fill-box;
}
#stg-e,
#stg-em {
  transform-origin: center;
  transform-box: fill-box;
}
#stg-f,
#stg-fm {
  transform-origin: center;
  transform-box: fill-box;
}
#stg-g,
#stg-gm {
  transform-origin: center;
  transform-box: fill-box;
}
#stg-h,
#stg-hm {
  transform-origin: center;
  transform-box: fill-box;
}
.drops {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.drop {
  width: 100%;
  height: 10px;
  background-image: url(../../assets/images/drop.svg?v1);
  position: absolute;
  top: 193px;
  left: 0;
  animation: drop 6s linear infinite;
  background-size: 1192px 10px;
  background-repeat: no-repeat;
  background-position: top center;
  margin-bottom: 45px;
}
.drop.dr-b {
  animation-delay: -1.5s;
}
.drop.dr-c {
  animation-delay: -3s;
}
.drop.dr-d {
  animation-delay: -4.5s;
}
.spc-mob {
  display: none;
  position: absolute;
}

@media only screen and (max-width: 600px) {
  .specs-top {
    margin-bottom: 30px;
  }
  .specs-col .spc-d {
    -webkit-line-clamp: 4;
    height: 84px;
  }
  .specs {
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 840px) {
  .specs-list .stg {
    display: none;
  }
  .specs-wrap .specs-list {
    flex-wrap: wrap;
  }
  .spec-left,
  .spec-right {
    width: 100%;
  }
  .spec-right .spec-ma {
    text-align: right;
  }
  .spc-mob {
    display: block;
  }
  .spec-ma {
    padding-right: 135px;
  }
  .spec-right .spec-ma {
    padding-right: 150px;
  }
  .spec-right .spec-mb {
    padding-left: 140px;
  }
  .spec-mb {
    padding-left: 135px;
    text-align: left;
  }
  .spec-ma .spc-mob {
    top: 10px;
    right: 10px;
  }
  .spec-ma .spc-mob.spc-zr {
    top: 0;
    right: 0;
  }
  .spec-mb .spc-mob {
    top: 0;
    left: 0;
  }
  .spec-right .spec-mb .spc-mob {
    top: 5px;
  }
  .specs-col .spc-d {
    max-width: 420px;
    -webkit-line-clamp: 3;
    height: 63px;
  }
  .specs-col .spec-ma .spc-d {
    margin-left: auto;
  }
  .spec-item {
    margin-bottom: 35px !important;
  }
  .specs {
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 1060px) {
  .specs {
    padding-bottom: 110px;
  }
}

@media only screen and (max-width: 1160px) {
  .specs-col .spc-d {
    -webkit-line-clamp: 4;
    height: 84px;
  }
}

@keyframes drop {
  0% {
    transform: translateY(0);
  }
  95% {
    opacity: 1;
  }
  100% {
    transform: translateY(400px);
    opacity: 0;
  }
}
