.factory-sec {
  margin-top: 70px;
}
.factory-top {
  display: flex;
  justify-content: space-between;
}
.factory-top__title {
  max-width: 714px;
}
.factory-bot__title {
  max-width: 1200px;
}
.factory-bot__text {
  max-width: 365px;
  font-size: 15px;
  transform: translate(600px, -60px);
}

.line {
  width: 100%;
  height: auto;
}
.line-sec {
  margin-top: 60px;
}

.produce {
  display: flex;
  margin-left: 140px;
}
.produce-sec {
  margin-top: 130px;
}
.produce-wrap {
  display: flex;
}
.produce-content {
  display: flex;
  flex-direction: column;
}
.produce__title {
  font-size: 75px;
  font-weight: 700;
  text-transform: uppercase;
  max-width: -moz-max-content;
  max-width: max-content;
  color: var(--dark-blue);
}
.produce__title-ar {
  color: var(--gray);
  max-width: -moz-max-content;
  max-width: max-content;
  position: relative;
  line-height: 1;
}
.produce__title-ar.bot {
  margin-top: 70px;
}
.produce__title-ar.top::after {
  transform: rotate(135deg);
}
.produce__title-ar::after {
  position: absolute;
  left: 100%;
  bottom: 0;
  content: "";
  background: url("../img/about/produceArrow.svg") no-repeat center;
  background-size: contain;
  width: 40px;
  height: 40px;
  transform: rotate(45deg);
}
.produce__img {
  width: 292px;
  height: auto;
  max-height: -moz-max-content;
  max-height: max-content;
  -o-object-fit: contain;
     object-fit: contain;
  transform: translateY(160px);
}
.produce-content {
  max-width: 315px;
  margin-left: 30px;
}
.produce__text {
  margin-top: 2px;
  font-size: 15px;
}

@media (max-width: 1024px) {
  .produce {
    width: 100%;
  }
  .produce-wrap {
    flex-direction: column;
  }
}
.quality {
  display: flex;
}
.quality-sec {
  margin-top: 130px;
}
.quality-content {
  display: flex;
  flex-direction: column;
  margin-left: 110px;
}
.quality__title {
  font-size: 32px;
  max-width: 938px;
}
.quality__title .filler {
  display: inline-block;
  width: 350px;
  background: #fff;
  height: 2px;
}
.quality__text {
  max-width: 420px;
  font-size: 15px;
  margin-top: 25px;
  transform: translateX(322px);
}
.quality-inside {
  margin-top: 50px;
  display: flex;
}
.quality-inside__title {
  color: var(--light-blue);
  font-size: 20px;
  text-transform: uppercase;
  margin-right: 20px;
}
.quality-items {
  border: 1px solid var(--gray);
  border-radius: 20px;
  padding: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 615px;
}
.quality__item {
  width: calc(50% - 15px);
}
.quality__item-num {
  font-size: 20px;
  font-weight: 500;
}
.quality__item-text {
  padding-left: 25px;
}

.coler {
  display: flex;
}
.coler-sec {
  position: relative;
  padding-bottom: 50px;
  margin-top: 130px;
}
.coler__img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25%;
}
.coler-content {
  display: flex;
  flex-direction: column;
  margin-left: 200px;
  max-width: 785px;
}
.coler__title {
  letter-spacing: -2px;
}
.coler__text {
  max-width: 295px;
  font-size: 15px;
}
.coler__text-1 {
  transform: translate(340px, -200px);
  height: 0px;
}
.coler__text-2 {
  transform: translateX(340px);
}

.tasks {
  display: flex;
  flex-direction: column;
  margin-top: 80px;
}
.tasks-sec {
  margin-top: 130px;
}
.tasks__title {
  max-width: 220px;
  width: 220px;
  min-width: 0px;
}
.tasks-item {
  display: flex;
}
.tasks-item:last-child .tasks-item-client {
  border-bottom: 0px;
}
.tasks-item:last-child .tasks-item-task {
  border-bottom: 0px;
}
.tasks-item-imgs {
  width: 21%;
}
.tasks-item-imgs__img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 7px;
}
.tasks-item-client {
  padding-top: 25px;
  margin-left: 30px;
  padding-bottom: 40px;
  width: 280px;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid var(--gray);
}
.tasks-item-task {
  padding-top: 25px;
  padding-left: 20px;
  padding-bottom: 40px;
  flex: 1;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid var(--gray);
}
.tasks-item-task__solution {
  margin-top: 40px;
}
.tasks-item__name {
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.tasks-item__text {
  font-size: 15px;
  color: #000;
}

@media (max-width: 1024px) {
  .factory-top__title,
  .factory-bot__title {
    font-size: 48px;
  }
  .factory-top {
    flex-direction: column;
  }
  .factory-top__title {
    margin-top: 20px;
    text-align: right;
  }
  .factory-bot__text {
    font-size: 14px;
    transform: translate(350px, -40px);
  }
  .produce {
    margin-left: 0px;
  }
  .quality {
    flex-direction: column;
  }
  .quality-content {
    margin-top: 20px;
    margin-left: 0px;
  }
  .quality__title {
    font-size: 24px;
  }
  .quality__title .filler {
    display: none;
  }
  .quality-inside {
    flex-direction: column;
  }
  .quality__text {
    transform: translateX(250px);
  }
  .tasks-item-task {
    position: relative;
  }
  .tasks-item-task__arrow {
    display: block;
    position: absolute;
    right: 0;
    top: 9px;
    transition: all 0.3s ease;
  }
  .tasks-item-task__solution {
    max-height: 0px;
    transition: all 0.3s ease;
    overflow: hidden;
  }
  .tasks-item-task.active .tasks-item-task__solution {
    padding-top: 20px;
    max-height: 1000px;
  }
  .tasks-item-task.active .tasks-item-task__arrow {
    transform: rotate(90deg);
  }
}
.qna {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 70px;
}
.qna-sec {
  background: var(--dark-blue);
  padding-top: 50px;
  padding-bottom: 100px;
}
.qna-sec .sec-title {
  color: #fff;
}
.qna-item {
  cursor: pointer;
  width: 100%;
  background: #fff;
  padding: 60px;
  border-radius: 20px;
  position: relative;
}
.qna-item-header {
  padding-right: 40px;
}
.qna-item.active::after {
  opacity: 0;
}
.qna-item::after, .qna-item::before {
  content: "";
  position: absolute;
  width: 19px;
  height: 2px;
  background: #525258;
  right: 60px;
  top: 60px;
  transition: all 0.3s ease;
}
.qna-item::before {
  top: 69px;
}
.qna-item::after {
  width: 2px;
  height: 19px;
  right: 69px;
}
.qna-item-drop {
  max-height: 0px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.qna-item-drop strong {
  font-weight: 600;
}
.qna-item.active .qna-item-drop {
  max-height: 800px;
  padding-top: 50px;
}
.qna-left, .qna-right {
  width: calc(50% - 15px);
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media (max-width: 1024px) {
  .tasks-sec {
    margin-top: 80px;
  }
  .coler-sec {
    padding-bottom: 0px;
  }
  .tasks {
    margin-top: 36px;
  }
  .qna {
    display: none;
  }
  .qna-swiper {
    height: auto !important;
    margin-top: 50px;
    display: block;
    width: 100%;
    max-height: -moz-max-content;
    max-height: max-content;
  }
  .qna-swiper .swiper-wrapper {
    max-height: -moz-max-content;
    max-height: max-content;
  }
  .qna-swiper__slide {
    height: auto;
    border-radius: 20px;
    background: #fff;
    padding: 30px;
  }
  .qna-swiper__slide-header {
    display: flex;
  }
  .qna-swiper__slide-header img {
    width: 50px;
    height: 50px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .qna-swiper__slide-header h3 {
    margin-left: 35px;
    font-size: 20px;
    text-transform: uppercase;
  }
  .qna-swiper__slide-content {
    margin-top: 15px;
    width: 100%;
    font-size: 15px;
    max-width: 80%;
    max-height: -moz-max-content;
    max-height: max-content;
  }
  .qna-pagination {
    position: static;
    display: flex;
    justify-content: center;
    margin: 0;
    margin-top: 20px;
  }
  .qna-pagination .swiper-pagination-bullet {
    opacity: 1 !important;
    background: #fff;
    width: 10px;
    height: 10px;
    margin: 0px 5px;
  }
  .qna-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: scale(1.4);
    background: var(--light-blue);
  }
  .coler__title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .produce__title {
    font-size: 40px;
  }
  .produce__text {
    font-size: 12px;
    display: none;
  }
  .produce__text.mob {
    display: block;
  }
  .produce-content {
    width: 50%;
  }
  .produce__img {
    width: 48%;
    transform: none;
    margin-top: auto;
  }
  .quality__text {
    transform: none;
    margin-left: auto;
  }
  .quality-inside__title {
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
  }
  .quality__title {
    transform: none;
    width: 100%;
    font-size: 35px;
  }
  .quality-items {
    background: #fff;
    transform: translateY(-20px);
    border-color: #e6e6e6;
  }
  .quality__item {
    display: flex;
    margin-bottom: 30px;
  }
  .quality__item-num {
    color: var(--light-blue);
  }
  .quality__item-text {
    color: var(--gray);
    padding-left: 10px;
    font-size: 14px;
  }
  .quality__item-text b {
    color: var(--light-blue);
    font-weight: 700;
  }
}
@media (max-width: 640px) {
  .factory-top__title {
    display: block;
    font-size: 35px;
    transform: none;
    text-align: left;
    margin-left: auto;
    max-width: -moz-min-content;
    max-width: min-content;
  }
  .factory-bot__title {
    font-size: 35px;
  }
  .factory-bot__text {
    transform: none;
    max-width: 270px;
    margin-left: auto;
  }
  .line {
    display: none;
  }
  .line.mob {
    display: block;
  }
  .produce-sec {
    margin-top: 80px;
  }
  .produce__title-ar.bot {
    margin-top: 2px;
  }
  .produce-mob {
    display: block;
    margin-top: 30px;
  }
  .produce-mob p {
    max-width: 170px;
    font-size: 12px;
  }
  .produce-mob .splash-text {
    margin-left: auto;
    margin-top: 10px;
    color: #fff;
    font-size: 12px;
    max-width: 110px;
    position: relative;
    margin-right: 30px;
  }
  .produce-mob .splash-text::before {
    position: absolute;
    content: "";
    z-index: -1;
    background: url("../img/about/splashText.svg") no-repeat center;
    background-size: contain;
    width: 252px;
    height: 220px;
    top: 50%;
    left: 35%;
    transform: translate(-50%, -50%);
  }
  .quality__title {
    font-size: 20px;
  }
}
@media (max-width: 520px) {
  .qna-swiper__slide-content {
    max-width: 90%;
    font-size: 12px;
  }
  .coler__title-2 {
    max-width: 300px;
  }
  .coler__title.mob {
    font-size: 35px;
  }
  .qna-swiper__slide-header h3 {
    font-size: 15px;
  }
  .quality__text {
    font-size: 12px;
    max-width: 170px;
  }
  .quality-inside__title {
    letter-spacing: -3px;
  }
  .quality__item-text {
    font-size: 10px;
  }
  .quality-items {
    gap: 30px;
  }
  .quality__item {
    margin-bottom: 0px;
  }
}
@media (max-width: 1024px) {
  .coler {
    flex-direction: column;
  }
  .coler__text-1,
  .coler__text-2 {
    transform: none;
    margin: 10px 0px;
    height: auto;
  }
  .tasks-item-client {
    display: none;
  }
}
@media (max-width: 640px) {
  .coler__img {
    display: none;
  }
  .coler-content {
    width: 100%;
    margin-left: 0px;
  }
  .coler__title {
    display: none;
    margin-left: 0;
  }
  .coler__title.mob {
    display: block;
    width: 100%;
    text-align: left;
  }
  .coler__title-2 {
    margin-left: auto;
    max-width: 340px;
  }
  .coler__text {
    margin-left: 100px;
  }
  .coler__text-1 {
    max-width: 170px;
    font-size: 12px;
    margin-top: 10px;
  }
  .coler__text-2 {
    font-size: 12px;
    max-width: 258px;
    color: var(--light-blue);
    margin-top: 26px;
  }
  .tasks-item-task {
    padding: 9px 40px 20px 10px;
  }
  .tasks-item__text {
    font-size: 12px;
  }
  .tasks-item__name {
    font-size: 14px;
    font-weight: 300;
  }
  .tasks-item-imgs__img {
    width: 80px;
  }
}
@media (max-width: 400px) {
  .coler__title.mob {
    font-size: 28px;
  }
  .coler__title-2 {
    max-width: 230px;
  }
  .produce__title {
    font-size: 28px;
  }
  .produce__title-ar::after {
    width: 28px;
    height: 28px;
  }
  .quality-inside__title {
    font-size: 40px;
  }
}/*# sourceMappingURL=about.css.map */