.st19 .st-project-work-stages .container {
  max-width: 1282px;
  margin: auto;
  padding-top: 18px;
  padding-bottom: 0px;
}

.st-project-work-stages{
	padding-top: 80px;
}

.st-project-work-stages__offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-right: 200px;
  padding-bottom: 75px;
  padding-left: 0px;
}
.st-project-work-stages__offer .offer1 {
  font-size: 18px;
  color: rgb(52, 52, 55);
  padding-top: 5px;
  padding-right: 18px;
  padding-bottom: 5px;
  padding-left: 0px;
  line-height: 1.4;
}
.st-project-work-stages__offer .offer2 {
  font-size: 18px;
  color: rgb(52, 52, 55);
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 65px;
  line-height: 1.4;
}

.st-project-work-stages__path {
  background-image: url("../../imgs/stages-bg.png");
  z-index: 1;
  position: relative;
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}

.st-project-work-stages__path .spoiler .title {
  position: relative;
  cursor: pointer;
  margin-bottom: 6px;
  padding-bottom: 5px;
  /* padding-left: 30px; */
  border-bottom: 0px dashed rgba(255, 255, 255, 0.25);
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}

.services ul {
  padding-top: 20px;
  font-size: 20px;
  background: -webkit-gradient(
    linear,
    left top, left bottom,
    from(rgba(255, 255, 255, 0)),
    to(rgba(255, 255, 255, 1))
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1)
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1)
  );
  -webkit-box-shadow: 0px 10px 10px 7px rgba(255, 255, 255, 0.75);
          box-shadow: 0px 10px 10px 7px rgba(255, 255, 255, 0.75);
  border-radius: 6px;
  /* padding-inline-start: 20px; */
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
  z-index: 250;
}

.services ul li {
  font-size: 14px;
  list-style-type: none;
  margin-bottom: 10px;
  line-height: 1;
}

.st-project-work-stages__path .services {
  display: none;
  overflow: hidden;
  /* padding-left: 30px; */
}

.st-project-work-stages__path .services.show {
  display: block;
  /* padding-left: 30px; */
}

.spoiler.toggle img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-top: 0px;
}

.spoiler {
  cursor: pointer;
}

.spoiler img {
	position: absolute;
	top: -1px;
	right: 25px;
	width: 20px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: rgb(21, 159, 240);
}

.st19 .st-project-work-stages .st-project-work-stages__title {
  font-size: 44px;
  line-height: 44px;
  text-transform: uppercase;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 75px;
	padding-left: 5px;
	font-weight: bold;
}

.st19 .st-project-work-stages .st-project-work-stages__col--padding {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.st19 .st-project-work-stages .st-project-work-stages--padding {
  padding-top: 41px;
  padding-right: 5px;
  padding-bottom: 51px;
  padding-left: 46px;
}
.st19 .st-project-work-stages .title-direction {
  font-size: 28px;
  line-height: 28px;
  color: #1a1c1e;
  padding-top: 11px;
  padding-right: 5px;
  padding-bottom: 24px;
  padding-left: 10px;
}

.list-direction ul {
}

.list-direction ul li {
  padding-top: 4px;
  padding-right: 5px;
  padding-bottom: 4px;
  padding-left: 5px;
  list-style-type: none;
}
.st19 .st-project-work-stages .st-project-work-stages--border-height {
  -webkit-box-shadow: 0px 10px 32px 0px rgba(156, 175, 196, 0.5);
          box-shadow: 0px 10px 32px 0px rgba(156, 175, 196, 0.5);
  background-color: rgb(255, 255, 255);
  color: #333;
  border-radius: 6px;
  height: 100%;
}

.btn-direction .btn {
  position: absolute;
  bottom: 15px;
  right: 10px;
  background-color: rgb(21, 158, 240);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-color: rgb(13, 127, 196);
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 29px;
  padding-right: 29px;
  font-size: 14px;
  color: rgb(255, 255, 255);
  -webkit-transition-property: color, background-color,
    border-color, -webkit-box-shadow, -webkit-transform !important;
  transition-property: color, background-color,
    border-color, -webkit-box-shadow, -webkit-transform !important;
  -o-transition-property: box-shadow, transform, color, background-color,
    border-color !important;
  transition-property: box-shadow, transform, color, background-color,
    border-color !important;
  transition-property: box-shadow, transform, color, background-color,
    border-color, -webkit-box-shadow, -webkit-transform !important;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
       -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
          transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.btn-direction .btn img {
  width: 26px;
}

.title-direction .dots-repeat {
  z-index: 1;
  position: absolute;
  background-image: url("../../imgs/dots.png");
  height: 120px;
  width: 120px;
  top: 25px;
  right: 15px;
}

.m-top300 {
  margin-top: 300px;
}

.h300 {
	height: 350px;
}

.h320 {
  height: 320px;
}

.m-top140 {
	margin-top: 110px;
}

.m-top110 {
  margin-top: 110px;
}

.h200 {
  height: 200px;
}
.lines {
  display: none;
}

.row_overflow{
	max-width: 94%;
  margin: 0 auto;
}

.row.m-top140.h300.col-12{
	padding-left: 0;
}
.row.m-top140.h300.col-12 .col.num1{
	padding-left: 0;
}

.col.num3{
	margin-right: -20px;
	padding-left: 38px;
}
#spoiler3 img {
	right: 12px;
}
.col.num4{
	margin-right: -18px;
	padding-left: 50px;
	z-index: 101;
	position: relative;
}

.col.num5{
	margin-right: -100px;
	padding-left: 50px;
	z-index: 100;
	position: relative;
}
.col.num6{
	padding-left: 100px;
	margin-right: -50px;
}
#spoiler6 img {
	right: 3px;
}
#spoiler7 img {
	right: 8px;
}

.col.num8{
	margin-right: -55px;
	padding-left: 50px;
}

#spoiler8 img {
	top: 0px;
	right: 1px;
}

@media (max-width: 1366px) {
  /* .owl-stage {
    width: 1242px !important;
  } */
  .st19 .st-project-work-stages .container {
    max-width: 1070px;
	}
	
}
@media (max-width: 1199px) {
	.row.m-top140.h300.col-12{
		padding-left: 17px;
	}

	.spoiler img {
    right: 24px;
	}
	.col.num3 {
    margin-right: 0;
    padding-left: 30px;
	}
	#spoiler3 img {
    right: 25px;
	}
	#spoiler1 img {
    right: 10px;
	}
	.col.num4 {
    margin-right: -30px;
    padding-right: 0;
	}
	#spoiler4 img {
    right: 25px;
	}
	.col.num5 {
		margin-right: 0;
    padding-left: 80px;
    z-index: 100;
    position: relative;
	}
	.col.num6 {
		margin-right: -35px;
		padding-left: 0;
	}
	#spoiler6 img {
    right: 15px;
	}
	#spoiler7 img {
    right: -10px;
	}
	.col.num8 {
    margin-right: -20px;
	}
	.col.num7{
		padding-left: 0;
	}
	#spoiler8 img {
    top: 0px;
    right: -15px;
	}
	#spoiler2 img {
    right: 15px;
	}
	#spoiler5 img {
		right: 35px;
	}

	.col.num2{
		position: relative;
    z-index: 105;
	}
	.row.m-top140.h300.col-12 .col.num1 {
    padding-left: 0;
    padding-right: 0;
	}

  .st19 .st-project-work-stages .container {
    /* max-width: 750px; */
		padding: 20px;
	}
  .st19 .st-project-work-stages .container>.row {
		margin: 0;
	}
  .st19 .st-project-work-stages .st-project-work-stages__title {
    font-size: 35px;
    padding-right: 165px;
    padding-bottom: 55px;
  }
  .st-project-work-stages__offer {
    padding-bottom: 40px;
  }
  .st-project-work-stages__offer .offer1 {
    font-size: 16px;
    padding: 0 20px 0 0;
  }
  .st-project-work-stages__offer .offer2 {
    font-size: 16px;
    padding: 0 30px 0 0;
  }
  .st-project-work-stages__offer .spoiler {
		margin-left: -15px;
    margin-right: -15px;
  }
  .st-project-work-stages__offer {
    padding-right: 0px;
  }

  .st-project-work-stages__path {
		width: 1200px;
		margin: 0!important;
  }
  .row_overflow {
    overflow-x: scroll;
  }
  .lines {
    display: block;
    width: 100%;
    color: rgb(1, 130, 204);
  }

  .lines p{
    margin-bottom: 15px;
  }

  .lines .lines--end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .lines .lines--center {
		text-align: center;
    display: inline-block;
    margin: 0 auto;
  }
}

@media (max-width: 567px) {
	.st19 .st-project-work-stages .st-project-work-stages__title {
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 45px;
    padding-left: 0;
	}
	.st-project-work-stages__offer {
    display: block;
    padding-top: 5px;
    font-size: 13px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 0;
    line-height: 1.8;
	}
	.st-project-work-stages__offer .offer2 {
    font-size: 13px;
    color: rgb(52, 52, 55);
    padding-top: 14px;
    padding-right: 5px;
    padding-bottom: 15px;
    padding-left: 0;
    line-height: 1.8;
	}
	.st-project-work-stages__offer .offer1 {
		font-size: 13px;
		padding: 0;
		line-height: 1.8;
	}
}