.production {
  background: #191b21;
  background-image: url("../img/production/production_bg.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 187px;
}

.production .content {
  padding-bottom: 164px;
}

.production .content .page_title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 36px;
}

.production .content .subtitle {
  margin-bottom: 138px;
}

.production .content .steps_production {
  display: flex;
  flex-direction: column;
  gap: 87px 0;
  position: relative;
}

.production .content .steps_production::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 82%;
  background-color: #3b3e47;
  top: 20px;
  left: calc(50% - 8px);
}

.production .content .steps_production .step {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.production .content .steps_production .step .step__img {
  width: 553.99px;
  height: 291px;
}

.production .content .steps_production .step .step__img .img__wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #1f2128;
  -webkit-clip-path: polygon(33% 0, 100% 0%, 67% 100%, 0% 100%);
  clip-path: polygon(33% 0, 100% 0%, 67% 100%, 0% 100%);
}

.production .content .steps_production .step .step__img .img__wrap img {
  display: block;
  height: auto;
	min-height: 100%;
  min-width: 100%;
}

.production .content .steps_production .step .step__img .img__wrap .noimg {
  width: 125px;
  height: 105px;
}

.production .content .steps_production .step .step__content {
  max-width: 512px;
}

.production .content .steps_production .step .step__content .step__title {
  display: flex;
  color: #ed3132;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
}

.production .content .steps_production .step .step__content .step__text {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 18.944px;
}

.production .content .steps_production .step:nth-child(1) .step__content .step__title,
.production .content .steps_production .step:nth-child(3) .step__content .step__title,
.production .content .steps_production .step:nth-child(5) .step__content .step__title,
.production .content .steps_production .step:nth-child(7) .step__content .step__title,
.production .content .steps_production .step:nth-child(9) .step__content .step__title,
.production .content .steps_production .step:nth-child(11) .step__content .step__title,
.production .content .steps_production .step:nth-child(13) .step__content .step__title {
  padding-right: 50px;
  position: relative;
}

.production .content .steps_production .step:nth-child(1) .step__content .step__title::before,
.production .content .steps_production .step:nth-child(3) .step__content .step__title::before,
.production .content .steps_production .step:nth-child(5) .step__content .step__title::before,
.production .content .steps_production .step:nth-child(7) .step__content .step__title::before,
.production .content .steps_production .step:nth-child(9) .step__content .step__title::before,
.production .content .steps_production .step:nth-child(11) .step__content .step__title::before,
.production .content .steps_production .step:nth-child(13) .step__content .step__title::before {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 53px;
  height: 53px;
  border-radius: 50%;
  background-color: #ed3132;
  content: "1";
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  position: absolute;
  left: -105px;
  top: -20px;
  z-index: 99;
}

.production .content .steps_production .step:nth-child(1) .step__img,
.production .content .steps_production .step:nth-child(3) .step__img,
.production .content .steps_production .step:nth-child(5) .step__img,
.production .content .steps_production .step:nth-child(7) .step__img,
.production .content .steps_production .step:nth-child(9) .step__img,
.production .content .steps_production .step:nth-child(11) .step__img,
.production .content .steps_production .step:nth-child(13) .step__img {
  display: flex;
  position: relative;
}

.production .content .steps_production .step:nth-child(1) .step__img::before,
.production .content .steps_production .step:nth-child(3) .step__img::before,
.production .content .steps_production .step:nth-child(5) .step__img::before,
.production .content .steps_production .step:nth-child(7) .step__img::before,
.production .content .steps_production .step:nth-child(9) .step__img::before,
.production .content .steps_production .step:nth-child(11) .step__img::before,
.production .content .steps_production .step:nth-child(13) .step__img::before {
  content: "";
  width: 108px;
  height: 119px;
  background-image: url("../img/production/before_t1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  left: 27px;
  top: -41px;
}

.production .content .steps_production .step:nth-child(1) .step__img::after,
.production .content .steps_production .step:nth-child(3) .step__img::after,
.production .content .steps_production .step:nth-child(5) .step__img::after,
.production .content .steps_production .step:nth-child(7) .step__img::after,
.production .content .steps_production .step:nth-child(9) .step__img::after,
.production .content .steps_production .step:nth-child(11) .step__img::after,
.production .content .steps_production .step:nth-child(13) .step__img::after {
  content: "";
  width: 101px;
  height: 115px;
  background-image: url("../img/production/after_t1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 45px;
  right: 6.99px;
}

.production .content .steps_production .step:nth-child(2) {
  flex-direction: row-reverse;
}
.production .content .steps_production .step:nth-child(4) {
  flex-direction: row-reverse;
}
.production .content .steps_production .step:nth-child(6) {
  flex-direction: row-reverse;
}
.production .content .steps_production .step:nth-child(8) {
  flex-direction: row-reverse;
}
.production .content .steps_production .step:nth-child(10) {
  flex-direction: row-reverse;
}
.production .content .steps_production .step:nth-child(12) {
  flex-direction: row-reverse;
}
.production .content .steps_production .step:nth-child(2) .step__img .img__wrap,
.production .content .steps_production .step:nth-child(4) .step__img .img__wrap,
.production .content .steps_production .step:nth-child(6) .step__img .img__wrap,
.production .content .steps_production .step:nth-child(8) .step__img .img__wrap,
.production .content .steps_production .step:nth-child(10) .step__img .img__wrap,
.production .content .steps_production .step:nth-child(12) .step__img .img__wrap {
  -webkit-clip-path: polygon(0 0, 67% 0%, 100% 100%, 33% 100%);
  clip-path: polygon(0 0, 67% 0%, 100% 100%, 33% 100%);
}

.production .content .steps_production .step:nth-child(2) .step__content .step__title,
.production .content .steps_production .step:nth-child(4) .step__content .step__title,
.production .content .steps_production .step:nth-child(6) .step__content .step__title,
.production .content .steps_production .step:nth-child(8) .step__content .step__title,
.production .content .steps_production .step:nth-child(10) .step__content .step__title,
.production .content .steps_production .step:nth-child(12) .step__content .step__title {
  text-align: right;
  padding-left: 50px;
}

.production .content .steps_production .step:nth-child(2) .step__content .step__title::before,
.production .content .steps_production .step:nth-child(4) .step__content .step__title::before,
.production .content .steps_production .step:nth-child(6) .step__content .step__title::before,
.production .content .steps_production .step:nth-child(8) .step__content .step__title::before,
.production .content .steps_production .step:nth-child(10) .step__content .step__title::before,
.production .content .steps_production .step:nth-child(12) .step__content .step__title::before {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 53px;
  height: 53px;
  border-radius: 50%;
  background-color: #ed3132;
  content: "2";
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  position: absolute;
  right: -92px;
  z-index: 99;
}
.production .content .steps_production .step:nth-child(1) .step__content .step__title::before{
	content: '1';
}
.production .content .steps_production .step:nth-child(2) .step__content .step__title::before{
	content: '2';
}
.production .content .steps_production .step:nth-child(3) .step__content .step__title::before{
	content: '3';
}
.production .content .steps_production .step:nth-child(4) .step__content .step__title::before{
	content: '4';
}
.production .content .steps_production .step:nth-child(5) .step__content .step__title::before{
	content: '5';
}
.production .content .steps_production .step:nth-child(6) .step__content .step__title::before{
	content: '6';
}
.production .content .steps_production .step:nth-child(7) .step__content .step__title::before{
	content: '7';
}
.production .content .steps_production .step:nth-child(8) .step__content .step__title::before{
	content: '8';
}
.production .content .steps_production .step:nth-child(9) .step__content .step__title::before{
	content: '9';
}
.production .content .steps_production .step:nth-child(10) .step__content .step__title::before{
	content: '10';
}
.production .content .steps_production .step:nth-child(11) .step__content .step__title::before{
	content: '11';
}
.production .content .steps_production .step:nth-child(12) .step__content .step__title::before{
	content: '12';
}
.production .content .steps_production .step:nth-child(13) .step__content .step__title::before{
	content: '13';
}



.production .content .steps_production .step:nth-child(2) .step__content .step__text,
.production .content .steps_production .step:nth-child(4) .step__content .step__text,
.production .content .steps_production .step:nth-child(6) .step__content .step__text,
.production .content .steps_production .step:nth-child(8) .step__content .step__text,
.production .content .steps_production .step:nth-child(10) .step__content .step__text,
.production .content .steps_production .step:nth-child(12) .step__content .step__text {
  text-align: right;
}

.production .content .steps_production .step:nth-child(2) .step__img,
.production .content .steps_production .step:nth-child(4) .step__img,
.production .content .steps_production .step:nth-child(6) .step__img,
.production .content .steps_production .step:nth-child(8) .step__img,
.production .content .steps_production .step:nth-child(10) .step__img,
.production .content .steps_production .step:nth-child(12) .step__img{
  display: flex;
  position: relative;
}

.production .content .steps_production .step:nth-child(2) .step__img::before,
.production .content .steps_production .step:nth-child(4) .step__img::before,
.production .content .steps_production .step:nth-child(6) .step__img::before,
.production .content .steps_production .step:nth-child(8) .step__img::before,
.production .content .steps_production .step:nth-child(10) .step__img::before,
.production .content .steps_production .step:nth-child(12) .step__img::before {
  content: "";
  width: 108px;
  height: 119px;
  background-image: url("../img/production/before_t1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  right: 27px;
  top: -41px;
  z-index: 2;
  transform: rotateY(180deg);
}

.production .content .steps_production .step:nth-child(2) .step__img::after,
.production .content .steps_production .step:nth-child(4) .step__img::after,
.production .content .steps_production .step:nth-child(6) .step__img::after,
.production .content .steps_production .step:nth-child(8) .step__img::after,
.production .content .steps_production .step:nth-child(10) .step__img::after,
.production .content .steps_production .step:nth-child(12) .step__img::after {
  content: "";
  width: 101px;
  height: 115px;
  background-image: url("../img/production/after_t1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 45px;
  left: 6.99px;
  z-index: 2;
  transform: rotateY(180deg);
}

.production
  .content
  .steps_production
  .step:nth-child(3)
  .step__content
  .step__title {
  padding-right: 50px;
  position: relative;
}

.production
  .content
  .steps_production
  .step:nth-child(3)
  .step__content
  .step__title::before {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 53px;
  height: 53px;
  border-radius: 50%;
  background-color: #ed3132;
  content: "3";
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  position: absolute;
  left: -105px;
  z-index: 99;
}

.production .content .steps_production .step:nth-child(3) .step__img {
  display: flex;
  position: relative;
}

.production .content .steps_production .step:nth-child(3) .step__img::before {
  content: "";
  width: 108px;
  height: 119px;
  background-image: url("../img/production/before_t1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  left: 27px;
  top: -41px;
}

.production .content .steps_production .step:nth-child(3) .step__img::after {
  content: "";
  width: 101px;
  height: 115px;
  background-image: url("../img/production/after_t1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 45px;
  right: 6.99px;
}

@media only screen and (max-width: 1280px) {
  .production .content .steps_production {
    gap: 67px 0;
  }

  .production .content .steps_production .step .step__img {
    width: 453.99px;
    height: 221px;
  }

  .production .content .steps_production .step .step__img .img__wrap .noimg {
    width: 105px;
    height: 85px;
  }

  .production .content .steps_production .step .step__content {
    max-width: 512px;
  }

  .production .content .steps_production .step:nth-child(1) .step__img::before {
    width: 88px;
    height: 99px;
    left: 57px;
    top: -31px;
  }

  .production .content .steps_production .step:nth-child(1) .step__img::after {
    width: 101px;
    height: 115px;
    top: 45px;
    right: 6.99px;
  }

  .production
    .content
    .steps_production
    .step:nth-child(2)
    .step__img
    .img__wrap {
    -webkit-clip-path: polygon(0 0, 67% 0%, 100% 100%, 33% 100%);
    clip-path: polygon(0 0, 67% 0%, 100% 100%, 33% 100%);
  }

  .production .content .steps_production .step:nth-child(2) .step__img::before {
    width: 108px;
    height: 119px;
    right: 27px;
    top: -41px;
  }

  .production .content .steps_production .step:nth-child(2) .step__img::after {
    width: 88px;
    height: 99px;
    left: 57px;
    top: 35px;
    left: 6.99px;
  }

  .production .content .steps_production .step:nth-child(3) .step__img::before {
    width: 88px;
    height: 99px;
    left: 57px;
    top: -31px;
  }

  .production .content .steps_production .step:nth-child(3) .step__img::after {
    width: 101px;
    height: 115px;
    top: 45px;
    right: 6.99px;
  }
}

@media only screen and (max-width: 1180px) {
  .production .content .steps_production {
    display: flex;
    flex-direction: column;
    gap: 87px 0;
    position: relative;
  }

  .production .content .steps_production::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 797px;
    background-color: #3b3e47;
    top: 40px;
    left: calc(50% - 8px);
  }

  .production .content .steps_production .step {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .production .content .steps_production .step .step__content {
    max-width: 44%;
  }

  .production .content .steps_production .step .step__content .step__title {
    display: flex;
    color: #ed3132;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
  }

  .production .content .steps_production .step .step__content .step__text {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 18.944px;
  }

  .production
    .content
    .steps_production
    .step:nth-child(1)
    .step__content
    .step__title {
    padding-right: 50px;
    position: relative;
  }

  .production
    .content
    .steps_production
    .step:nth-child(1)
    .step__content
    .step__title::before {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 53px;
    height: 53px;
    border-radius: 50%;
    background-color: #ed3132;
    content: "1";
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    position: absolute;
    left: -105px;
    z-index: 99;
  }

  .production
    .content
    .steps_production
    .step:nth-child(2)
    .step__content
    .step__title {
    text-align: right;
    padding-left: 50px;
  }

  .production
    .content
    .steps_production
    .step:nth-child(2)
    .step__content
    .step__text {
    text-align: right;
  }

  .production
    .content
    .steps_production
    .step:nth-child(3)
    .step__content
    .step__title {
    padding-right: 50px;
    position: relative;
  }

  .production
    .content
    .steps_production
    .step:nth-child(3)
    .step__content
    .step__title::before {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 53px;
    height: 53px;
    border-radius: 50%;
    background-color: #ed3132;
    content: "3";
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    position: absolute;
    left: -105px;
    z-index: 99;
  }
}

@media only screen and (max-width: 1024px) {
  .production {
    padding-top: 142px;
  }

  .production .content {
    padding-bottom: 72px;
  }

  .production .content .page_title {
    font-size: 50px;
    line-height: 70px;
    margin-bottom: 20px;
  }

  .production .content .subtitle {
    font-size: 23px;
    line-height: 32px;
    margin-bottom: 73px;
  }

  .production .content .steps_production {
    gap: 109px 0;
  }

  .production .content .steps_production::after {
    width: 2px;
    height: 797px;
    top: 40px;
    left: 64px;
  }

  .production .content .steps_production .step {
    flex-direction: column-reverse;
  }

  .production .content .steps_production .step .step__img {
    position: relative;
    width: 572px;
    height: 291px;
    margin-left: 127px;
  }

  .production .content .steps_production .step .step__img .img__wrap .noimg {
    width: 125px;
    height: 105px;
  }

  .production .content .steps_production .step .step__content {
    max-width: 520px;
    margin-bottom: 99px;
    margin-left: 129px;
  }

  .production .content .steps_production .step .step__content .step__title {
    font-size: 19px;
    margin-bottom: 20px;
  }

  .production .content .steps_production .step .step__content .step__text {
    font-size: 16px;
    line-height: 18.944px;
  }

  .production
    .content
    .steps_production
    .step:nth-child(1)
    .step__content
    .step__title {
    padding-right: 38px;
    position: relative;
  }

  .production
    .content
    .steps_production
    .step:nth-child(1)
    .step__content
    .step__title::before {
    min-width: 53px;
    height: 53px;
    font-size: 30px;
    line-height: 30px;
    left: -91px;
  }

  .production .content .steps_production .step:nth-child(1) .step__img::before {
    content: "";
    width: 108px;
    height: 119px;
    left: 27px;
    top: -41px;
  }

  .production .content .steps_production .step:nth-child(1) .step__img::after {
    width: 101px;
    height: 115px;
    top: 45px;
    right: 6.99px;
  }

  .production .content .steps_production .step:nth-child(2) {
    flex-direction: column;
  }

  .production
    .content
    .steps_production
    .step:nth-child(2)
    .step__img
    .img__wrap {
    /* -webkit-clip-path: polygon(33% 0, 100% 0%, 67% 100%, 0% 100%); */
    /* clip-path: polygon(33% 0, 100% 0%, 67% 100%, 0% 100%); */
  }

  .production
    .content
    .steps_production
    .step:nth-child(2)
    .step__content
    .step__title {
    text-align: left;
    padding-left: 0;
  }

  .production
    .content
    .steps_production
    .step:nth-child(2)
    .step__content
    .step__title::before {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 53px;
    height: 53px;
    border-radius: 50%;
    background-color: #ed3132;
    content: "2";
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    position: absolute;
    z-index: 99;
    left: -91px;
  }

  .production
    .content
    .steps_production
    .step:nth-child(2)
    .step__content
    .step__text {
    text-align: left;
  }

  .production .content .steps_production .step:nth-child(2) .step__img::before {
    content: "";
    width: 108px;
    height: 119px;
    background-image: url("../img/production/before_t1.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    left: 27px;
    top: -41px;
    transform: none;
  }

  .production .content .steps_production .step:nth-child(2) .step__img::after {
    content: "";
    width: 101px;
    height: 115px;
    background-image: url("../img/production/after_t1.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    top: 45px;
    right: 6.99px;
    left: auto;
    transform: none;
  }

  .production
    .content
    .steps_production
    .step:nth-child(3)
    .step__content
    .step__title {
    padding-right: 50px;
    position: relative;
  }

  .production
    .content
    .steps_production
    .step:nth-child(3)
    .step__content
    .step__title::before {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 53px;
    height: 53px;
    border-radius: 50%;
    background-color: #ed3132;
    content: "3";
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    position: absolute;
    left: -91px;
    z-index: 99;
  }

  .production .content .steps_production .step:nth-child(3) .step__img::before {
    width: 108px;
    height: 119px;
    left: 27px;
    top: -41px;
  }

  .production .content .steps_production .step:nth-child(3) .step__img::after {
    width: 101px;
    height: 115px;
    top: 45px;
    right: 6.99px;
  }

  .production
    .content
    .steps_production
    .step:nth-child(2)
    .step__content
    .step__title::before {
    min-width: 48px;
    height: 48px;
    font-size: 27px;
    line-height: 35px;
    left: -79px;
    right: auto;
  }
}

@media only screen and (max-width: 767px) {
  .production {
    padding-top: 142px;
    background-image: none;
  }

  .production .content {
    padding-bottom: 77px;
    overflow-x: hidden;
  }

  .production .content .page_title {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 20px;
  }

  .production .content .subtitle {
    font-size: 23px;
    line-height: 32px;
    max-width: 500px;
    margin: 0 auto 70px auto;
  }

  .production .content .steps_production {
    gap: 109px 0;
    background: url("../img/production/tablet_bg.svg") no-repeat right 630px;
  }

  .production
    .content
    .steps_production
    .step:nth-child(2)
    .step__content
    .step__title::before {
    min-width: 48px;
    height: 48px;
    font-size: 27px;
    line-height: 35px;
    left: -79px;
    right: auto;
  }

  .production .content .steps_production::after {
    content: none;
  }

  .production .step .step__title::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 790px;
    background-color: #3b3e47;
    top: 15px;
    left: -55px;
  }

  .production .step:last-child .step__title::after {
    content: none;
  }

  .production .content .steps_production .step:nth-child(2) .step__img {
    order: 2;
  }

  .production .content .steps_production .step {
    flex-direction: column-reverse;
  }

  .production .content .steps_production .step .step__img {
    position: relative;
    width: 554px;
    height: 291px;
    margin: 0 auto;
    justify-content: center;
  }

  .production .content .steps_production .step .step__img .img__wrap {
    -webkit-clip-path: polygon(175px 0, 100% 0%, 381px 100%, 0% 100%);
    clip-path: polygon(175px 0, 100% 0%, 381px 100%, 0% 100%);
  }

  .production .content .steps_production .step .step__img .img__wrap .noimg {
    width: 125px;
    height: 105px;
  }

  .production .content .steps_production .step .step__content {
    max-width: 520px;
    margin-bottom: 99px;
    margin-left: 102px;
  }

  .production .content .steps_production .step .step__content .step__title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .production .content .steps_production .step .step__content .step__text {
    font-size: 16px;
    line-height: 16px;
    padding-right: 30px;
    max-width: 512px;
  }

  .production
    .content
    .steps_production
    .step:nth-child(1)
    .step__content
    .step__title {
    padding-right: 38px;
    position: relative;
    font-size: 19px;
    max-width: 394px;
  }

  .production
    .content
    .steps_production
    .step:nth-child(1)
    .step__content
    .step__title::before {
    min-width: 48px;
    height: 48px;
    font-size: 27px;
    line-height: 35px;
    left: -79px;
    top: 0;
  }

  /* .production .content .steps_production .step:nth-child(1) .step__img::before {
    content: "";
    width: 108px;
    height: 119px;
    left: 28px;
    top: -40px;
  } */
  .production
    .content
    .steps_production
    .step:nth-child(2n - 1)
    .step__img::before {
    content: "";
    width: 108px;
    height: 119px;
    left: 28px;
    top: -40px;
  }

  /* .production .content .steps_production .step:nth-child(1) .step__img::after {
    width: 100px;
    height: 115px;
    top: 28px;
    right: -4px;
  } */
  .production
    .content
    .steps_production
    .step:nth-child(2n - 1)
    .step__img::after {
    width: 100px;
    height: 115px;
    top: 28px;
    right: -4px;
  }

  .production
    .content
    .steps_production
    .step:nth-child(2)
    .step__content
    .step__title {
    padding-right: 38px;
    position: relative;
  }

  .production .content .steps_production .step:nth-child(2) {
    flex-direction: column;
  }

  .production
    .content
    .steps_production
    .step:nth-child(2)
    .step__img
    .img__wrap {
    /* -webkit-clip-path: polygon(33% 0, 100% 0%, 67% 100%, 0% 100%); */
    /* clip-path: polygon(33% 0, 100% 0%, 67% 100%, 0% 100%); */
  }

  .production
    .content
    .steps_production
    .step:nth-child(2)
    .step__content
    .step__title {
    text-align: left;
    padding-left: 0;
    font-size: 19px;
    max-width: 443px;
  }

  .production
    .content
    .steps_production
    .step:nth-child(2)
    .step__content
    .step__text {
    text-align: left;
  }

  .production .content .steps_production .step:nth-child(1) .step__img {
  }

  /* .production .content .steps_production .step:nth-child(2) .step__img::before {
    content: "";
    width: 68px;
    height: 75px;
    left: auto;
    top: -35px;
    transform: rotateY(180deg);
    right: 15%;
  } */

  .production
    .content
    .steps_production
    .step:nth-child(2n)
    .step__img::before {
    content: "";
    width: 108px;
    height: 119px;
    top: -41px;
    right: 25px;
    transform: rotateY(180deg);
    left: auto;
  }

  /* .production .content .steps_production .step:nth-child(2) .step__img::after {
    width: 63px;
    height: 73px;
    top: 28px;
    right: auto;
    left: 0;
    transform: rotateY(180deg);
  } */

  .production .content .steps_production .step:nth-child(2n) .step__img::after {
    width: 100px;
    height: 115px;
    top: 45px;
    right: auto;
    left: 5px;
    transform: rotateY(180deg);
  }

  .production
    .content
    .steps_production
    .step:nth-child(3)
    .step__content
    .step__title {
    padding-right: 50px;
    position: relative;
    font-size: 19px;
  }

  .production
    .content
    .steps_production
    .step:nth-child(3)
    .step__content
    .step__title::before {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #ed3132;
    content: "3";
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    position: absolute;
    left: -79px;
    z-index: 99;
    top: -15px;
  }

  /* .production .content .steps_production .step:nth-child(3) .step__img::before {
    content: "";
    width: 68px;
    height: 75px;
    left: 17px;
    top: -26px;
  }

  .production .content .steps_production .step:nth-child(3) .step__img::after {
    width: 63px;
    height: 73px;
    top: 28px;
    right: 4px;
  } */
}

/*# sourceMappingURL=production.css.map */

@media only screen and (max-width: 500px) {
  .production .content .steps_production .step .step__img .img__wrap {
    width: 73%;
    height: 77%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #1f2128;
    -webkit-clip-path: polygon(33% 0, 100% 0%, 67% 100%, 0% 100%);
    clip-path: polygon(33% 0, 100% 0%, 67% 100%, 0% 100%);
    z-index: 1;
  }

  .production .content .steps_production .step .step__content {
    max-width: 255px;
    margin-bottom: 30px;
    margin-left: 102px;
  }

  .production .content .steps_production .step:nth-child(1) .step__img::before {
    content: "";
    width: 59px;
    height: 75px;
    top: -20px;
    left: 100px;
    z-index: 2;
  }

  .production .content .steps_production .step:nth-child(1) .step__img::after {
    width: 63px;
    height: 73px;
    top: 28px;
    right: 55px;
    z-index: 1;
  }

  .production .content .steps_production .step .step__img {
    position: relative;
    width: 390px;
    height: 230px;
    margin: 0 auto;
    justify-content: center;
  }

  .production .content .steps_production .step:nth-child(2) .step__img::before {
    content: "";
    width: 68px;
    height: 75px;
    left: auto;
    right: 100px;
    top: -6px;
    transform: rotateY(180deg);
  }

  .production .content .steps_production .step:nth-child(2) .step__img::after {
    width: 63px;
    height: 73px;
    top: 28px;
    right: auto;
    left: 15%;
    transform: rotateY(180deg);
  }

  .production .content .steps_production {
    gap: 0px 0;
  }

  .production .step .step__title::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 750px;
    background-color: #3b3e47;
    top: 15px;
    left: -55px;
  }

  .production .content .steps_production .step:nth-child(3) .step__img::before {
    content: "";
    width: 68px;
    height: 75px;
    top: -20px;
    left: 100px;
    z-index: 2;
  }

  .production .content .steps_production .step:nth-child(3) .step__img::after {
    width: 63px;
    height: 73px;
    top: 28px;
    right: 55px;
    z-index: 1;
  }

  .production .content .steps_production .step .step__img .img__wrap .noimg {
    width: 80px;
    height: 90px;
  }
}

@media only screen and (max-width: 435px) {
  .production {
    padding-top: 116px;
  }
  .production .content {
    padding-bottom: 15px;
  }
  .production .content .steps_production {
    background-image: none;
  }

  .production .content .page_title {
    font-size: 35px;
  }

  .production .content .subtitle {
    font-size: 21px;
    padding: 0 30px;
  }

  .production .content .steps_production .step {
    margin-bottom: 65px;
  }

  .production .content .steps_production .step .step__content {
    margin-bottom: 55px;
	  max-width: 205px;
  }

  .production
    .content
    .steps_production
    .step:nth-child(1)
    .step__content
    .step__title::before {
    top: 5px;
  }

  .production
    .content
    .steps_production
    .step:nth-child(2)
    .step__content
    .step__title::before {
    top: 5px;
  }

  .production
    .content
    .steps_production
    .step:nth-child(n)
    .step__content
    .step__title {
    font-size: 16px;
    max-width: auto;
  }

  .production .content .steps_production .step .step__content .step__text {
    padding: 0;
    font-size: 12px;
    margin-bottom: 0;
  }

  .production .content .steps_production .step .step__img {
    width: 100%;
    height: 185px;
    margin-right: 10px;
  }

  .production .content .steps_production .step .step__img .img__wrap {
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(110px 0, 100% 0%, 243px 100%, 0% 100%);
    clip-path: polygon(110px 0, 100% 0%, 243px 100%, 0% 100%);
  }

  .production
    .content
    .steps_production
    .step:nth-child(2n - 1)
    .step__img::before {
    width: 68px;
    height: 75px;
    top: -26px;
    left: 17px;
  }

  .production
    .content
    .steps_production
    .step:nth-child(2n - 1)
    .step__img::after {
    width: 63px;
    height: 73px;
    top: 28px;
    right: 4px;
  }
	.production .step .step__title::after {
        content: "";
        height: 700px;
    }

  .production
    .content
    .steps_production
    .step:nth-child(2n)
    .step__img::before {
    width: 64px;
    height: 70px;
    top: -24px;
    right: 16px;
  }

  .production .content .steps_production .step:nth-child(2n) .step__img::after {
    width: 59px;
    height: 58px;
    top: 26px;
    left: 4px;
  }
}
