.how-is-made-header .page-header-btn {
  margin-top: 6em;
}
.how-is-made-header {
  padding-bottom: 175px;
  padding-right: calc((100vw - 1710px) / 2);
  position: relative;
}
.how-is-made-header::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  width: 50px;
  right: -50px;
  background-color: #ed6461;
}
.howismade-header-img-el {
  padding-top: 67em;
}
.how-is-made {
  margin-bottom: 4em;
}
.step-number img {
  height: 130px;
  width: 60px;
}
.step-info {
  color: rgba(1,1,1,0.6);
  line-height: 2.2;
  font-weight: 600;
}
.first-step {
  padding-left: calc((100vw - 1660px) / 2);
}
.first-step-number img {
  height: 90px;
  width: 40px;
}
.first-step-wrap {
  padding-top: 2.5em;
}
.first-step-wrap .step-info {
  max-width: 1000px;
}
.step-imgs {
  background-size: cover;
  background-position: center;
  padding-top: 90%;
  margin-right: -25px;
}
.step-3img-el {
  padding-top: 105%;
}
.step-color {
  margin: auto;
  display: block;
  height: 100%;
}
.each-step {
  position: relative;
}
.each-step-text {
  display: flex;
  justify-content: center;
  flex-flow: column;
}
.each-step-text::after {
  content: "";
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 25px solid white;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 0;
  right: -25px;
  z-index: 1;
}
.each-step-image .each-step-top-arrow,
.each-step-image .each-step-bottom-arrow {
  position: absolute;
  background-color: white;
  height: calc(50% - 30px);
  width: 25px;
  right: -25px;
}
.each-step-image .each-step-top-arrow {
  top: 0;
}
.each-step-image .each-step-bottom-arrow {
  bottom: 0;
}
.each-step-image .each-step-top-arrow::before,
.each-step-image .each-step-bottom-arrow::before {
  content: "";
  position: absolute;
}
.each-step-image .each-step-top-arrow::before {
  border-top: 30px solid white;
  border-left: 25px solid transparent;
  bottom: -30px;
}
.each-step-image .each-step-bottom-arrow::before {
  border-bottom: 30px solid white;
  border-left: 25px solid transparent;
  top: -30px;
}
.each-step-wrap {
  padding: 102px;
}
.each-step-image {
  z-index: 1;
}
.step-bg-arrow {
  position: relative;
  z-index: 10;
}
.step-info.white {
  color: white;
}
.each-step-text.blue::after {
  border-left-color: #209fda;
}
.each-step-image.blue .each-step-top-arrow,
.each-step-image.blue .each-step-bottom-arrow {
  background-color: #209fda;
}
.each-step-image.blue .each-step-top-arrow::before {
  border-top-color: #209fda;
}
.each-step-image.blue .each-step-bottom-arrow::before {
  border-bottom-color: #209fda;
}
.each-step-text.pink::after {
  border-left-color: #e70f8a;
}
.each-step-image.pink .each-step-top-arrow,
.each-step-image.pink .each-step-bottom-arrow {
  background-color: #e70f8a;
}
.each-step-image.pink .each-step-top-arrow::before {
  border-top-color: #e70f8a;
}
.each-step-image.pink .each-step-bottom-arrow::before {
  border-bottom-color: #e70f8a;
}
.each-step-text.purple::after {
  border-left-color: #838ec7;
}
.each-step-image.purple .each-step-top-arrow,
.each-step-image.purple .each-step-bottom-arrow {
  background-color: #838ec7;
}
.each-step-image.purple .each-step-top-arrow::before {
  border-top-color: #838ec7;
}
.each-step-image.purple .each-step-bottom-arrow::before {
  border-bottom-color: #838ec7;
}
.each-step-text.green::after {
  border-left-color: #89ca8e;
}
.each-step-image.green .each-step-top-arrow,
.each-step-image.green .each-step-bottom-arrow {
  background-color: #89ca8e;
}
.each-step-image.green .each-step-top-arrow::before {
  border-top-color: #89ca8e;
}
.each-step-image.green .each-step-bottom-arrow::before {
  border-bottom-color: #89ca8e;
}
.first-step-phone {
  display: none;
}
.how-is-made-btn a {
  border: 2px solid white;
}
.how-is-made-btn a:hover {
  background-color: #ed6461;
  color: white;
  border-color: white;
}
.how-is-made-right-side {
  padding-left: 32.33px;
}
@media (max-width: 1870px) {
  .how-is-made-right-side {
    padding-left: 31px;
  }
}
@media (max-width: 1870px) {
  .howismade-icon-el {
    right: 110px;
  }
  .step-3img-el {
    padding-top: 107%;
  }
}
@media (max-width: 1850px) {
  .step-imgs {
    padding-top: 94%;
  }
  .step-3img-el {
    padding-top: 110%;
  }
}
@media (max-width: 1830px) {
  .howismade-icon-el {
    right: 120px;
  }
}
@media (max-width: 1800px) {
  .first-step {
    padding-left: 60px;
  }
  .step-imgs {
    padding-top: 100%;
  }
  .each-step-wrap {
    padding: 75px;
  }
  .how-is-made-right-side {
    padding-left: 30px;
  }
}
@media (max-width: 1761px) {
  .step-3img-el {
    padding-top: 110%;
  }
}
@media (max-width: 1755px) {
  .how-is-made-right-side {
    padding-left: 29px;
  }
}
@media (max-width: 1750px) {
  .how-is-made-header {
    padding-right: 25px;
  }
  .howismade-icon-el {
    right: 115px;
  }
}
@media (max-width: 1710px) {
  .howismade-icon-el {
    right: 100px;
  }
}
@media (max-width: 1680px) {
  .howismade-icon-el {
    right: 95px;
  }
}
@media (max-width: 1675px) {
  .howismade-icon-el {
    right: 90px;
  }
  .how-is-made-right-side {
    padding-left: 28px;
  }
}
@media (max-width: 1650px) {
  .howismade-icon-el {
    right: 80px;
  }
}
@media (max-width: 1620px) {
  .howismade-icon-el {
    right: 75px;
  }
}
@media (max-width: 1630px) {
  .each-step-wrap {
    padding: 60px;
  }
  .how-is-made-right-side {
    padding-left: 27px;
  }
}
@media (max-width: 1600px) {
  .howismade-icon-el {
    right: 65px;
  }
}
@media (max-width: 1582px) {
  .howismade-icon-el {
    right: 60px;
  }
}
@media (max-width: 1565px) {
  .howismade-icon-el {
    right: 55px;
  }
}
@media (max-width: 1550px) {
  .how-is-made-right-side {
    padding-left: 26px;
  }
  .step-info br {
    display: none;
  }
  .first-step {
    padding-right: 30px;
  }
  .step-info {
    font-size: 17px;
  }
}
@media (max-width: 1535px) {
  .howismade-icon-el {
    right: 45px;
  }
}
@media (max-width: 1515px) {
  .howismade-icon-el {
    right: 40px;
  }
}
@media (max-width: 1500px) {
  .howismade-icon-el {
    right: 35px;
  }
  .how-is-made-right-side {
    padding-left: 25px;
  }
  .step-3img-el {
    padding-top: 112%;
  }
}
@media (max-width: 1480px) {
  .how-is-made-header .row-50 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .how-is-made-header .col-50 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .howismade-icon-el {
    right: 55px;
  }
}
@media (max-width: 1473.98px) {
  .step-imgs {
    padding-top: 105%;
  }
  .step-3img-el {
    padding-top: 114%;
  }
}
@media (max-width: 1465px) {
  .howismade-icon-el {
    right: 50px;
  }
}
@media (max-width: 1460.98px) {
  .step-imgs {
    padding-top: 107%;
  }
  .step-number img {
    height: 110px;
    width: 50px;
  }
  .first-step-number img {
    height: 80px;
    width: 30px;
  }
  .first-step-number {
    margin-bottom: 1em;
  }
  .step-3img-el {
    padding-top: 114%;
  }
}
@media (max-width: 1450px) {
  .howismade-icon-el img {
    width: 100px;
  }
  .howismade-icon-el {
    right: 80px;
    top: -28px;
  }
}
@media (max-width: 1449px) {
  .how-is-made-right-side {
    padding-left: 24px;
  }
}
@media (max-width: 1430px) {
  .howismade-icon-el {
    right: 75px;
  }
}
@media (max-width: 1417px) {
  .step-3img-el {
    padding-top: 122%;
  }
}
@media (max-width: 1400px) {
  .how-is-made-header {
    padding-bottom: 135px;
  }
  .first-step-wrap {
    padding-top: 5.5em;
  }
  .howismade-header-img {
    padding-top: 58em;
  }
  .how-is-made-header .page-header-btn {
    margin-top: 5em;
  }
  .howismade-icon-el {
    right: 65px;
  }
  .howismade-header-img-el {
    padding-top: 69em;
  }
  .step-3img-el {
    padding-top: 124%;
  }
}
@media (max-width: 1380.98px) {
  .step-info {
    font-size: 16px;
  }
  .how-is-made-right-side {
    padding-left: 23px;
  }
}
@media (max-width: 1377.98px) {
  .howismade-icon-el {
    right: 58px;
  }
}
@media (max-width: 1350px) {
  .howismade-header-img-el {
    padding-top: 77em;
  }
}
@media (max-width: 1338px) {
  .howismade-icon-el {
    right: 45px;
  }
}
@media (max-width: 1335.98px) {
  .step-imgs {
    padding-top: 110%;
  }
  .step-3img-el {
    padding-top: 124%;
  }
}
@media (max-width: 1324px) {
  .howismade-icon-el {
    right: -8px;
  }
  .step-3img-el {
    padding-top: 126%;
  }
}
@media (max-width: 1299.98px) {
  .step-imgs {
    padding-top: 115%;
  }
  .howismade-icon-el {
    right: -40px;
  }
  .how-is-made-right-side {
    padding-left: 22px;
  }
  .step-3img-el {
    padding-top: 128%;
  }
}
@media (max-width: 1280px) {
  .howismade-icon-el {
    right: -20px;
  }
  .step-3img-el {
    padding-top: 138%;
  }
}
@media (max-width: 1263px) {
  .step-3img-el {
    padding-top: 140%;
  }
}
@media (max-width: 1260px) {
  .howismade-icon-el {
    right: -30px;
  }
}
@media (max-width: 1245px) {
  .step-3img-el {
    padding-top: 142%;
  }
}
@media (max-width: 1240px) {
  .step-number img {
    height: 100px;
    width: 45px;
  }
  .step-imgs {
    padding-top: 120%;
  }
  .howismade-icon-el {
    right: -35px;
  }
  .step-3img-el {
    padding-top: 143%;
  }
}
@media (max-width: 1224px) {
  .howismade-icon-el {
    right: -5px;
  }
  .how-is-made-right-side {
    padding-left: 21px;
  }
}
@media (max-width: 1215px) {
  .step-3img-el {
    padding-top: 152%;
  }
}
@media (max-width: 1200px) {
  .howismade-icon-el {
    right: -12px;
  }
  .how-is-made-right-side {
    padding-left: 20px;
  }
  .step-3img-el {
    padding-top: 155%;
  }
}
@media (max-width: 1185.98px) {
  .step-imgs {
    padding-top: 130%;
  }
  .step-info {
    line-height: 2;
  }
  .each-step-wrap {
    padding: 55px;
  }
  .howismade-icon-el {
    right: -15px;
  }
  .step-3img-el {
    padding-top: 155%;
  }
}
@media (max-width: 1180px) {
  .howismade-icon-el {
    right: -18px;
  }
  .how-is-made-right-side {
    padding-left: 19px;
  }
}
@media (max-width: 1165px) {
  .howismade-icon-el {
    right: -5px;
    top: -32px;
  }
}
@media (max-width: 1140.98px) {
  .step-imgs {
    padding-top: 135%;
  }
  .step-3img-el {
    padding-top: 157%;
  }
}
@media (max-width: 1130px) {
  .howismade-icon-el {
    right: -12px;
  }
}
@media (max-width: 1115.98px) {
  .step-info {
    font-size: 15px;
  }
  .howismade-icon-el {
    right: -18px;
  }
}
@media (max-width: 1100px) {

}
@media (max-width: 1085px) {
  .howismade-icon-el {
    right: -30px;
  }
  .howismade-header-img-el {
    padding-top: 79em;
  }
  .how-is-made-right-side {
    padding-left: 18px;
  }
}
@media (max-width: 1050px) {
  .howismade-icon-el {
    right: -25px;
  }
  .howismade-header-img-el {
    padding-top: 82em;
  }
}
@media (max-width: 1065.98px) {
  .step-number img {
    height: 85px;
    width: 38px;
  }
  .first-step-number img {
    height: 70px;
    width: 27px;
  }
}
@media (max-width: 1024px) {
  .how-is-made-header .page-header-btn {
    margin-top: 3em;
  }
  .first-step-phone {
    display: block;
  }
  .first-step-resp {
    display: none;
  }
  .first-step-phone .first-step-resp {
    display: block;
  }
  .howismade-header-img {
    padding-top: 0;
    height: 100%;
  }
  .first-step {
    padding-right: 0;
    padding-left: 0;
  }
  .step-info {
    line-height: 1.5;
  }
  .first-step-phone {
    margin-bottom: 2em;
  }
  .first-step-wrap {
    padding-top: 0;
  }
  .howismade-icon-el {
    right: auto;
    left: 335px;
    top: -35px;
  }
}
@media (max-width: 939px) {
  .step-3img-el {
    padding-top: 165%;
  }
}
@media (max-width: 930.98px) {
  .step-imgs {
    padding-top: 145%;
  }
  .each-step-wrap {
    padding: 45px;
  }
  .step-3img-el {
    padding-top: 160%;
  }
}
@media (max-width: 879px) {
  .step-3img-el {
    padding-top: 170%;
  }
}
@media (max-width: 864px) {
  .step-3img-el {
    padding-top: 172%;
  }
}
@media (max-width: 860.98px) {
  .step-imgs {
    padding-top: 165%;
  }
  .step-3img-el {
    padding-top: 175%;
  }
}
@media (max-width: 840px) {
  .step-3img-el {
    padding-top: 180%;
  }
}
@media (max-width: 828px) {
  .step-3img-el {
    padding-top: 190%;
  }
}
@media (max-width: 802px) {
  .step-3img-el {
    padding-top: 215%;
  }
}
@media (max-width: 800.98px) {
  .step-imgs {
    padding-top: 170%;
  }
  .howismade-icon-el {
    left: 342px;
    top: -25px;
  }
  .howismade-icon-el img {
    width: 80px;
  }
  .step-3img-el {
    padding-top: 215%;
  }
}
@media (max-width: 791px) {
  .step-3img-el {
    padding-top: 222%;
  }
}
@media (max-width: 780.98px) {
  .step-imgs {
    padding-top: 185%;
  }
  .step-3img-el {
    padding-top: 227%;
  }
}
@media (max-width: 769px) {
  .step-imgs {
    padding-top: 100%;
  }
  .first-step {
    margin-bottom: 2em;
  }
  .first-step-number img {
    height: 105px;
    width: 40px;
  }
  .step-number img {
    height: 125px;
    width: 60px;
  }
  .each-step-wrap {
    padding: 55px 25px;
  }
  .how-is-made {
    margin-bottom: 1em;
  }
  .howismade-icon-el {
    left: 290px;
    top: -28px;
  }
  .how-is-made-header .header-bottom-line {
    bottom: 100px;
  }
  .how-is-made-header .page-header-btn {
    margin-top: 4em;
  }
}
@media (max-width: 695px) {
  .howismade-icon-el {
    left: 285px;
  }
  .howismade-icon-el img {
    width: 100px;
  }
}
@media (max-width: 685px) {
  .howismade-icon-el {
    left: 280px;
  }
}
@media (max-width: 675px) {
  .howismade-icon-el {
    left: auto;
    top: -26px;
    right: -10px;
  }
  .howismade-icon-el img {
    width: 80px;
  }
}
@media (max-width: 670px) {
  .howismade-icon-el {
    right: -20px;
  }
}
@media (max-width: 660px) {
  .howismade-icon-el {
    right: -25px;
  }
}
@media (max-width: 650px) {
  .howismade-icon-el {
    top: -20px;
    right: -20px;
  }
  .howismade-icon-el img {
    width: 65px;
  }
}
@media (max-width: 645px) {
  .howismade-icon-el {
    right: -25px;
  }
}
@media (max-width: 637px) {
  .howismade-icon-el {
    right: auto;
    left: 182px;
  }
}
@media (max-width: 600px) {
  .howismade-icon-el {
    left: 208px;
    top: -24px;
  }
  .how-is-made-header .header-bottom-line {
    bottom: 90px;
  }
}


@media (max-width: 535px) {
  .howismade-icon-el {
    right: -10px;
    left: auto;
  }
}
@media (max-width: 515px) {
  .howismade-icon-el {
    right: -17px;
  }
}
@media (max-width: 500px) {
  .howismade-icon-el {
    right: -23px;
  }
}
@media (max-width: 489px) {
  .howismade-icon-el {
    right: auto;
    left: 127px;
    top: -22px;
  }
}
@media (max-width: 414px) {
  .howismade-icon-el {
    left: 115px;
  }
}
@media (max-width: 375px) {
  .howismade-icon-el {
    left: 110px;
    top: -25px;
  }
}
@media (max-width: 365px) {
  .howismade-icon-el {
    left: 118px;
    top: -20px;
  }
  .howismade-icon-el img {
    width: 50px;
  }
}
@media (max-width: 360px) {
  .howismade-icon-el {
    left: 116px;
    top: -18px;
  }
  .howismade-icon-el img {
    width: 50px;
  }
}
@media (max-width: 350px) {
  .howismade-icon-el {
    left: auto;
    top: -18px;
    right: -9px;
  }
}
@media (max-width: 340px) {
  .howismade-icon-el {
    right: -15px;
  }
}
@media (max-width: 330px) {
  .howismade-icon-el {
    right: -20px;
  }
}
@media (max-width: 325px) {
  .howismade-icon-el {
    right: 8px;
  }
}
@media (max-width: 320px) {
  .howismade-icon-el {
    right: 5px;
  }
}