.factory_main {
  padding: 145px 21px 93px 0;
}
.factory_main .list > div {
  display: grid;
  grid-template-columns: 48.81% 1fr;
  gap: 48px 2.4%;
}
.factory_main .lt {
  padding: 3.22% 5.92% 4.77% 5.81%;
  grid-row: span 2;
}
.factory_main .lt .subtitle {
  font-size: 45.08px;
}
.factory_main .lt .title {
  font-size: 64.97px;
  font-weight: 700;
  margin-top: 18px;
}
.factory_main .lt .items {
  margin-top: 38px;
}
.factory_main .lt .items ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 41px 3.59%;
}
.factory_main .lt .items ul li {
  border-radius: 7px;
  background-color: rgba(32, 43, 94, 0.5);
}
.factory_main .lt .items .image {
  padding: 10px 11px 10px 9px;
  grid-column: 1/-1;
}
.factory_main .lt .items .image .img {
  border-radius: 7px;
  padding-bottom: 31.5232%;
}
.factory_main .lt .items .num_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  padding: 6.37% 4.88% 6.37% 5.01%;
}
.factory_main .lt .items .num_box .img {
  width: 46.92%;
  --h: 100%;
  align-self: center;
}
.factory_main .lt .items .num_box .img .mask {
  height: auto;
  width: 100%;
  left: 50%;
  transform: translateX(-50%) rotateX(65deg);
  top: unset;
  bottom: -33%;
  animation: rotate 3s linear infinite;
  opacity: 0.54;
}
@keyframes rotate {
  0% {
    transform: translateX(-50%) rotateX(65deg);
  }
  100% {
    transform: translateX(-50%) rotateX(65deg) rotate(360deg);
  }
}
.factory_main .lt .items .num_box .img .image {
  animation: magneticFloat 3.5s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  will-change: transform;
}
.factory_main .lt .items .num_box .lar {
  width: 51.28%;
  margin-right: 4.1%;
  margin-left: -5%;
}
.factory_main .lt .items .num_box .info {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.factory_main .lt .items .num_box .info .wrap {
  font-size: 45px;
  font-weight: 500;
  margin-bottom: auto;
}
.factory_main .lt .items .num_box .info .wrap span {
  font-size: 78px;
  font-weight: 700;
}
.factory_main .lt .items .num_box .info .wrap i {
  font-size: 45px;
  font-weight: 500;
}
.factory_main .lt .items .num_box .info .label {
  font-size: 36px;
  opacity: 0.7;
  margin-top: 20px;
  margin-bottom: -8px;
  font-weight: 300;
}
.factory_main .lt .desc {
  margin-top: 50px;
}
.factory_main .lt .desc ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  font-size: 34px;
  gap: 27px 20px;
}
.factory_main .lt .desc li {
  position: relative;
  padding-left: 45px;
}
.factory_main .lt .desc li::before {
  position: absolute;
  width: 32px;
  height: 32px;
  left: 0;
  top: 4px;
  content: '';
  background: url("../img/get.svg") no-repeat center / contain;
}
.factory_main .rt {
  padding: 4.14% 4.6% 4.2%;
}
.factory_main .rt .title {
  display: grid;
  grid-template-columns: 103px 1fr;
  align-items: start;
  font-size: 58px;
  font-weight: 500;
  line-height: 1.5172;
  flex: 1;
  gap: 36px;
}
.factory_main .rt .title .icon {
  padding-bottom: 100%;
}
.factory_main .rt .title span {
  margin-top: 12px;
}
.factory_main .rt .desc {
  padding-bottom: 8px;
}
.factory_main .rt .desc strong {
  font-size: 42px;
  font-weight: 700;
}
.factory_main .rt .desc p {
  display: flex;
  gap: 19px;
  font-size: 36px;
  opacity: 0.85;
  margin-top: 17px;
}
.factory_main .rt .nums {
  margin-top: 59px;
}
.factory_main .rt .nums ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 2.67%;
}
.factory_main .rt .nums li {
  display: grid;
  grid-template-columns: 1fr 100px;
  align-items: start;
  border-radius: 7px;
  background-color: rgba(32, 43, 94, 0.5);
  gap: 18px;
  padding: 2.22% 5.09% 4.96% 5.48%;
}
.factory_main .rt .nums .icon {
  padding-bottom: 100%;
  margin-top: 14px;
}
.factory_main .rt .nums .wrap {
  font-size: 46px;
}
.factory_main .rt .nums .wrap.Manrope {
  font-size: 71.57px;
  font-weight: 700;
}
.factory_main .rt .nums .wrap:has(.num) {
  white-space: nowrap;
}
.factory_main .rt .nums .wrap .num,
.factory_main .rt .nums .wrap .lar {
  font-size: 98px;
  font-weight: 700;
}
.factory_main .rt .nums .label {
  font-size: 36px;
  grid-column: 1/-1;
}
.factory_main .rb {
  padding: 4.49% 3.57% 7.42%;
}
.factory_main .rb .title {
  display: grid;
  grid-template-columns: 103px 1fr;
  align-items: start;
  font-size: 58px;
  font-weight: 500;
  line-height: 1.5172;
  flex: 1;
  gap: 36px;
}
.factory_main .rb .title .icon {
  padding-bottom: 100%;
}
.factory_main .rb .title span {
  margin-top: 4px;
}
.factory_main .rb .items {
  margin-top: 66px;
  padding: 0 10px 0 6px;
}
.factory_main .rb .items ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.factory_main .rb .items li {
  border-left: 1px solid;
  border-image: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.42), transparent) 1;
  padding: 0 10px;
}
.factory_main .rb .items li:first-child {
  border-left: none;
}
.factory_main .rb .items .img {
  width: 220px;
  margin: 0 auto;
  --h: 68.181818%;
}
.factory_main .rb .items .desc {
  font-size: 35px;
  line-height: 1.257143;
  font-weight: 500;
  text-align: center;
  margin-top: 23px;
  text-transform: uppercase;
}
@keyframes magneticFloat {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(0);
  }
}
