.orange {
	color: #F57723;
}

.realizations-breadcrumb {
	margin: 0 auto 40px auto;
	padding-left: 0px;
}

.realizations-block {
    max-width: 1280px;
    margin: 0 auto;
}

.realizations-block .blog-title {
	margin: 0px;
}

.realizations-block-categories {
	margin: 0px;
}

.elementor-shortcode-achievements {
	background: linear-gradient(to bottom, #F79B5D, #FAFAFA);
}

.realizations-achievements {
	background: #FFFFFF;
	/* margin-top: 64px; */
	padding: 40px 0px 20px 0px;
}

.realizations-achievements .achievements-item-header, .realizations-achievements .achievements-item-after {
	flex-direction: column;
}

.achievements-item-after span {
	font-family: "Roboto", Sans-serif;
}

.realizations-achievements .achievements-item-header {
	margin-bottom: 0px;
}

.realizations-achievements .achievements-item {
	background-color: #FAFAFA;
}

.realizations-achievements .achievements-items {
	margin-bottom: 96px;
}

/* .realizations-achievements .achievements-items {
	margin-bottom: 25px;
} */

.realizations-achievements-button {
	margin-top: -60px;
}

.realizations-achievements-button a {
	padding: 12px 50px !important;
}

.single-realizations-header-right {
	height: 570px;
	width: 50%;
}

.single-realizations-header-left {
	width: 50%;
	background: linear-gradient(180deg, #F57723 0%, #F79B5D 100%);

}

.single-realizations-header {
	display: flex;
}

.single-realizations-header-desc {
	bottom: 32px;
    left: 39px;
	width: calc(50% - 39px);
	padding-right: 40px;
}

.single-realizations-header-text {
	font-size: 20px;
    font-weight: 400;
}

.single-realizations-Need-mine {
	background: linear-gradient(113.47deg, #F57723 -43.38%, #FFFFFF 106%);
	width: 100%;
}

.single-realizations-Need {
	/* background: linear-gradient(113.47deg, #F57723 -43.38%, #FFFFFF 106%); */
	padding: 40px 200px 250px 200px;
}

.single-realizations-Need span a {
	color: #fff !important;
}

.single-realizations-objects {
	margin-top: -270px;
	padding-bottom: 40px;
}

.single-realizations-objects-items {
	display: flex;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0px 90px;
	gap: 30px;
}

.single-realizations-objects-item {
	width: 353px;
	background: #FAFAFA;
	border-radius: 40px;
	padding: 15px 32px 32px 32px;
}

.single-realizations-objects-item-number {
	width: 65px;
	height: 65px;
	margin: 0 auto 25px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #fff;
	background-color: #F79B5D;
	font-size: 33px;
	font-weight: 700;
	line-height: 150%;
}

.single-realizations-objects-item-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 150%;
	color: #000000;
	margin-bottom: 10px;
}

.single-realizations-objects-item-desc {
	font-size: 20px;
	font-weight: 400;
	line-height: 150%;
	color: #404040;
}

.single-realizations-objects-item-desc a {
	color: #F57723 !important;
}

.single-realizations-etape {
	max-width: 100%;
	padding: 0px;
}

.empty {
	width: 50% !important;
}

.single-realizations-etape-items {
	display: flex;
    justify-content: end;
	padding: 22px 0px;
}

.single-realizations-etape-items-right {
	justify-content: start;
}

.single-realizations-etape-items-right .single-realizations-etape-item {
	align-items: flex-end;
}

.single-realizations-etape-items-right .single-realizations-etape-item-text {
	text-align: right;
}

.single-realizations-etape-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
	width: 340px;
	margin-right: 60px;
}

.single-realizations-etape-items-right .single-realizations-etape-item {
	margin-left: 60px;
}

.single-realizations-etape-item-text {
	text-align: left;
}

.single-realizations-etape-item-title, .single-realizations-etape-item-subtitle {
	font-size: 20px;
	font-weight: 700;
	line-height: 150%;
	color: #000000;
	margin-bottom: 7px;
}

.single-realizations-etape-item-text {
	font-size: 20px;
	font-weight: 400;
	line-height: 150%;
	color: #404040;
}

.single-realizations-etape-item-text a {
	color: #F57723;
}

.single-realizations-etape-item-text a:hover {
	color: #F57723;
}

.single-realizations-etape-items{
  position: relative;
}


.single-realizations-etape-items-left::before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 36px;
    height: 2px;
    transform: translateY(-50%);
    background: repeating-linear-gradient(90deg, #ffc8a7 0 20px, transparent 20px 40px);
    width: calc(50% - 420px);
}

.single-realizations-etape-items-left::after{
    content: "";
    position: absolute;
    right: 0;
    top: 31px;
    width: 12px;
    height: 12px;
    background: #ff6a2b;
    border-radius: 50%;
    left: calc(50% - 420px);
}

.single-realizations-etape-items-right::before{
    content: "";
    position: absolute;
    right: 0;
    left: auto;
    top: 36px;
    height: 2px;
    transform: translateY(-50%);
    width: calc(50% - 420px);
    background: repeating-linear-gradient(
      90deg,
      #ffc8a7 0 20px,        /* штрих */
      transparent 20px 40px  /* пробел */
    );
}
.single-realizations-etape-items-right::after{
    content: "";
    position: absolute;
    top: 31px;
    left: calc(50% + 410px);
    width: 12px;
    height: 12px;
    background: #ff6a2b;
    border-radius: 50%;
}

.single-realizations-results-items .single-realizations-results-item {
	flex: 1;
}

.single-realizations-results-mine {
	background: #F79B5D;
	width: 100%;
}

.single-realizations-results {
	background: #F79B5D;
}

.single-realizations-results-items {
	display: flex;
	gap: 64px;
	justify-content: center;
}

.single-realizations-results-item {
	display: flex;
	flex-direction: column;
}

.single-realizations-results-item-top {
	font-size: 45px;
	font-weight: 500;
	line-height: 110%;
	color: #FFFFFF;
}

.single-realizations-results-item-bottom {
	font-size: 22px;
	font-weight: 600;
	line-height: 110%;
	color: #404040;
}

.single-realizations-temoignage {
	max-width: 1440px;
    margin: 0 auto;
}

.single-realizations-temoignage-wrapper {
	margin: 0 auto;
    display: flex;
	align-items: center;
	padding: 0px 100px;
}

.single-realizations-temoignage-wrapper-right, .single-realizations-temoignage-wrapper-left {
	width: 50%;
	display: flex;
	align-items: self-start;
	justify-content: center;
}

.single-realizations-temoignage-wrapper-left-border {
	width: 316px;
	height: 316px;
	border-radius: 50%;
	background-color: #FAFAFA;
}

.single-realizations-temoignage-wrapper-left img {
	width: 316px;
    height: 316px;
    border-radius: 50%;
    object-fit: cover;
}

.single-realizations-temoignage-wrapper-right-icon {
	margin-right: 5px;
    margin-top: 5px;
}

.single-realizations-temoignage-wrapper-desc {
	display: flex;
    flex-direction: column;
}

.single-realizations-temoignage-wrapper-desc-text {
	font-size: 20px;
	font-weight: 400;
	line-height: 150%;
	font-family: "Roboto", sans-serif;
	font-style: italic; 
	color: #000000;
	margin-bottom: 20px;
}

.single-realizations-temoignage-wrapper-after {
	font-size: 20px;
	font-weight: 600;
	line-height: 150%;
	color: #000000;
}

.single-realizations-temoignage-wrapper-postition {
	font-size: 20px;
	font-weight: 600;
	line-height: 150%;
	color: #000000;
}

.single-realizations-achievements-item {
	background: none !important;
    padding: 0px;
    display: flex;
    align-items: flex-start;
}


.single-realizations-achievements-item h2 {
	font-family: "Roboto", Sans-serif;
    font-weight: 500;
    font-size: 45px;
    line-height: 55px;
    position: relative;
    color: #404040;
    top: 15px;
    left: 8px;
	margin-bottom: 65px;
}

.single-realizations-achievements-item h2:after {
	content: "";
    position: absolute;
    width: 100px;
    height: 6px;
    background: #F79B5D;
    left: 0;
    bottom: -12px;
    border-radius: 20px;
    z-index: 1;
}

.single-realizations-video {
	text-align: center;
	padding: 64px 0px;
}

.single-realizations-video-inner iframe{
	width: 1280px;
	height: 700px;
}

@media(max-width: 1280px) {

	.single-realizations-video-inner iframe{
		width: 100%;
		height: 400px;
	}

	.single-realizations-video {
		text-align: center;
		padding: 64px 20px;
	}
	.realizations-block .blog-title {
		margin: 0px 20px;
	}

	.realizations-block-categories {
		margin: 0px 20px;
	}

	.realizations-breadcrumb {
		padding-left: 20px;
	}

	.realizations-achievements {
		padding: 0px 0px 20px 0px;
	}

	.realizations-achievements .achievements-items:first-child {
		margin-bottom: 25px;
	}
}

@media(max-width: 1024px) {
	.single-realizations-header {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: auto;
	}

	.single-realizations-header-left, .single-realizations-header-right {
		width: 100%;
	}

	.single-realizations-header-right {
		/* display: none; */
	}

	.single-realizations-header .services-header-desc {
    	position: static;
		display: flex;
		flex-direction: column;
		margin-left: 64px;
		margin: 50px;
		width: 80%;
	}

	.single-realizations-objects-items {
		padding: 0px 25px;
		gap: 15px;
	}

	.single-realizations-results-items {
		padding: 0px 20px;
		gap: 40px;
		flex-wrap: wrap;
	}
}

@media(max-width: 992px) {
	.single-realizations-Need {
		padding: 40px 40px 250px 40px;
	}

	.single-realizations-objects {
		padding-bottom: 10px;
	}

	.single-realizations-results {
		padding: 40px 0px 50px 0px;
	}
	
	.single-realizations-header-right {
		height: auto;
	}

	.single-realizations-temoignage-wrapper-left-border {
		width: 250px;
		height: 250px;
	}
	
	.single-realizations-etape-items-right::before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 36px;
		height: 2px;
		transform: translateY(-50%);
		background: repeating-linear-gradient(90deg, #ffc8a7 0 20px, transparent 20px 40px);
		width: calc(50% - 420px);
	}

	.single-realizations-etape-items-right::after {
		content: "";
		position: absolute;
		right: 0;
		top: 31px;
		width: 12px;
		height: 12px;
		background: #ff6a2b;
		border-radius: 50%;
		left: calc(50% - 420px);

	}

	.single-realizations-etape-items-right .single-realizations-etape-item {
		align-items: flex-start;
	}

	.single-realizations-etape-items-right .single-realizations-etape-item-text {
		text-align: left;
	}

	.empty {
		display: none;
	}

	.single-realizations-etape-items-left, .single-realizations-etape-items-right {
    	justify-content: center;
	}

	.single-realizations-etape-items-right .single-realizations-etape-item {
		margin-left: 0;
	}

	.single-realizations-etape-items-left::before, .single-realizations-etape-items-right::before {
		width: calc(50% - 190px);
	}
	
	.single-realizations-etape-items-right::after, .single-realizations-etape-items-left::after {
		left: calc(50% - 190px);
	}

	.single-realizations-etape-item {
		margin-right: 0px;
	}

	.single-realizations-temoignage-wrapper {
		padding: 0px 20px;
	}

	.single-realizations-achievements-item h2 {
		text-align: center;
    	margin: 0 auto 65px auto;
	}

	.single-realizations-achievements-item h2:after {
		z-index: 1;
		left: 50%;
		transform: translateX(-50%);
	}

	.realizations-achievements {
		margin-top: 20px;
	}

	.single-realizations-temoignage-wrapper-left img {
		width: 250px;
		height: 250px;
	}

}

@media(max-width: 768px) {

	.single-realizations-results-items {
		flex-direction: column;
	}

	.single-realizations-header .services-header-desc {
    	position: static;
		display: flex;
		flex-direction: column;
		margin-left: 64px;
		margin: 0px;
		width: 100%;
	}

	.single-realizations-header-desc {
		padding: 0px;
	}

	.single-realizations-video-inner iframe{
		height: 300px;
	}
	.single-realizations-objects-items {
        padding: 0px 25px;
        gap: 15px;
        flex-direction: column;
        align-items: center;
    }
	.single-realizations-temoignage-wrapper {
        flex-direction: column;
        gap: 40px;
    }

	.single-realizations-temoignage-wrapper-right, .single-realizations-temoignage-wrapper-left {
		width: 80%;
	}

	.single-realizations-header-text {
		font-size: 18px;
		font-weight: 700;
		padding: 0px 30px;
	}
}

@media(max-width: 576px) {
	.single-realizations-Need {
		padding: 40px 20px 250px 20px;
	}

	.single-realizations-etape-items-left, .single-realizations-etape-items-right {
    	justify-content: end;
	}

	.single-realizations-etape-items-left::before, .single-realizations-etape-items-right::before {
		width: 20%;
	}
	
	.single-realizations-etape-items-right::after, .single-realizations-etape-items-left::after {
		left: 20%;
	}
}

@media(max-width: 480px) {
	.realizations-achievements-button {
		width: 100% !important;
	}

	.realizations-achievements-button a {
		width: auto !important;
		padding: 8px 50px !important;
	}

	.single-realizations-objects-item {
		width: 300px;
	}

	.single-realizations-temoignage-wrapper-right, .single-realizations-temoignage-wrapper-left {
        width: 100%;
    }

	
}

@media(max-width: 425px) {
	.single-realizations-etape-item {
		margin-left: 10% !important;
		margin-right: 5% !important;
	}

	.single-realizations-etape-item-subtitle {
		text-align: left;
	}
	
	.single-realizations-etape-items-left::before, .single-realizations-etape-items-right::before {
		width: 5%;
	}
	
	.single-realizations-etape-items-right::after, .single-realizations-etape-items-left::after {
		left: 5%;
	}
}

@media (max-width:1024px){
  .single-realizations-header.hero-bg{
    position: relative;
    min-height: clamp(360px,55vh,520px);
    display:flex; align-items:center;
    background-image:
      linear-gradient(126deg,#F57723 30%, rgba(247,155,93,0) 100%),
      var(--hero-bg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color:#fff;
  }

  .single-realizations-header-left {
	 background: transparent;
  }
  /* картинку внутри прячем, чтобы не дублировалась */
  .single-realizations-header.hero-bg .single-realizations-header-right{ display:none; }

  /* текст поверх на белом/оранжевом */
  .single-realizations-header .services-header-title,
  .single-realizations-header .services-header-text{ color:#fff; }
}

