.hero__single {
  color: #fff;
  width: 100%;
  padding-bottom: 6.0625rem;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hero__single--gradient-1{
background: #000000;
background: linear-gradient(180deg, rgba(0, 0, 0, 1) 32%, rgba(255, 105, 0, 1) 99%);
position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
mix-blend-mode: multiply;
}


@media screen and (min-width:1921px){
	.hero__single__background video {
	    object-fit: cover;
	    width: 100%;
	    height: 100%;
	}
}

@media screen and (max-width:1920px) and (min-width:1281px) {
	.hero__single__background video {
		margin-top:-100px;
	}
}
@media screen and (max-width:1280px) {
	.hero__single__background video {
		height: 100%;
	}
}

@media screen and (max-width: 640px) {
  .container-breadcrumbs ul {
    max-width: 100%;
    overflow-x: scroll;
  }

  .container-breadcrumbs ul::-webkit-scrollbar {
      display: none;
    }
}

@media screen and (min-width: 1281px) {
  .hero__single {
    height: 596px;
  }
}
@media screen and (max-width: 1280px) and (min-width: 641px) {
  .hero__single {
    /* height: 907px; */
    /* height: 850px; */
	height: 780px;
  }
  
  .container-semicircle.container-semicircle-service{
  	padding-top:50px;
  }

}
@media screen and (max-width: 640px) {
  .hero__single {
    /*height: 944px;*/
    height: 910px; 
  }
.container-semicircle.container-semicircle-service{
  	padding-top:30px;
  }
}


.hero__single__background {
  max-width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hero__single__background img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero__single__text {
  font-family: "Mulish", sans-serif;
  line-height: 110.00000000000001%;

  color: #fff;
  font-family: "Mulish", sans-serif;
  font-weight: 400;

  line-height: 110.00000000000001%;
  letter-spacing: 0%;
}

@media screen and (min-width: 641px) {
  .hero__single__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .hero__single__text {
    font-size: 14px;
  }
}

.hero__single__steps {
  display: flex;
  gap: 20px;
  /* margin-top: 30px; */
  /* margin-bottom: 40px; */
  width: 100%;
}

@media screen and (min-width: 1521px) {
  .hero__single__steps {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1520px) {
  .hero__single__steps {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 1280px) {
  .hero__single__steps {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media screen and (max-width: 1280px) and (min-width: 641px) {
  .hero__single__step:first-child,
  .hero__single__step:nth-child(2) {
    max-width: calc(50% - 10px);
  }
  .hero__single__step:last-child {
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (min-width: 1281px) {
  .hero__single__step {
    height: 140px;
  }
}

@media screen and (max-width: 1280px) and (min-width: 641px) {
  .hero__single__step {
    height: 125px;
  }
}

@media screen and (max-width: 640px) {
  .hero__single__step {
    max-width: 100%;
    width: 100%;
    height: 125px;
  }
}

.hero__single__step {
  display: flex;
  flex-direction: column;
  /* gap: 34px; */
  align-items: flex-start;
  justify-content: space-between;
  border: 1px solid #ffffff99;
  max-width: 466px;
  width: 100%;
  padding: 15px;
}
.hero__single__step__head {
  display: flex;
  gap: 15px;
}
.hero__single__step__number {
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 100%;

  background: linear-gradient(266.48deg, #ffffff 3.18%, #ff9741 98.8%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero__single__step__title {
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 100%;
  color: #ffffff;
}
.hero__single__step__info {
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  vertical-align: bottom;
  color: #ffffff;
}

.hero__single__project {
  display: flex;
  gap: 20px;
  align-items: center;
}

@media screen and (min-width: 1281px) {
  .hero__single__project {
    order: 4;
    margin-right: 200px;
    margin-top: 20px;
  }
  .hero__single__project__price {
    order: 3;
    min-width: 700px;
    margin-top: 20px;
  }

  .hero__single__text {
    order: 2;
    max-width: 467px;
  }
  .hero__single-top h1 {
    max-width: 666px;
    order: 1;
  }
}

/*@media screen and (min-width: 1281px) {
  .hero__single__project {
    order: 4;
    margin-right: 220px;
  }
  .hero__single__project__price {
    order: 3;
    min-width: 700px;
    margin-top: 20px;
  }

  .hero__single__text {
    order: 2;
    max-width: 467px;
  }
  .hero__single-top h1.h1-service {
    max-width: 666px;
    order: 1;
  }
}*/
@media screen and (max-width: 1280px) {
  .hero__single__project {
    order: 4;
    max-width: 100%;
    width: 100%;
  }
  

  .hero__single__text {
    order: 2;
    max-width: 467px;
    
  }
  .hero__single-top h1.h1-service {
    max-width: 100%;
    order: 1;
    width: 100%;
  }
}

@media screen and (max-width: 1280px) and (min-width:641px) {
.hero__single__text {
margin-top: 15px;
}
}

@media screen and (max-width: 1280px) and (min-width:673px){
.hero__single__project__price {
    order: 3;
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width:672px){
.hero__single__project__price {
    order: 2;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
  }
	.hero__single__project {
		margin-top:20px;
	}
}

@media screen and (max-width:768px){
	.container-hero-service .btn.btn-black svg {
		right:0px;
	}
}

.hero__single__project__price {
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 300;
  font-size: 42px;
  line-height: 100%;

  color: #ffffff;
}

@media screen and (min-width:641px){
	.hero__single__project__price {
		font-size: 42px;
	}
}

@media screen and (max-width:640px){
	.hero__single__project__price {
		font-size: 35px;
	}
}

@media screen and (max-width: 95rem) and (min-width: 48.0625rem) {
  .container-hero.section.container-hero-service .hero__single {
    padding: 0rem 2.5rem 1.375rem;
  }
}
@media screen and (max-width: 48rem) and (min-width: 42.0625rem) {
  .hero__single {
    padding: 1.875rem 2.5rem 1.6875rem;
  }
}
@media screen and (max-width: 42rem) {
  .hero__single {
    padding: 1.25rem 0.625rem 1.6875rem;
  }
}
@media screen and (max-width:480px){
.container-services-case .container-hero{
margin-top:10px;
}
}

@media screen and (max-width:768px){
	.hero__single__project .btn.btn-black{
		padding: 20px 40px 20px 40px;
	}
	.hero__single__project .btn.btn-black .icon-small.icon-small-orange{
		right:0px;
	}
}

.hero__single-top {
  display: flex;
  /* flex-direction: column; */
  flex-wrap: wrap;
  gap: 0rem;
  justify-content: space-between;
  align-items: flex-start;
}

.hero__single-top span {
  font-size: 0.875rem;
}
.hero__single-top h1 {
  /*max-width: 66.3125rem;*/
  max-width: 790px;
  background-image: linear-gradient(266.48deg, #ffffff 3.18%, #7b7b7b 98.8%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 90%;
}
.hero__single-top .btn {
  width: fit-content;
}
@media screen and (max-width: 48rem) {
  .hero__single-top .btn {
    width: 100%;
    justify-content: center;
    gap: 1.25rem;
    padding: 20px 0;
  }
  .hero__single-top .btn .icon-small {
    position: relative;
    top: 0;
    transform: translate(0, 0) rotate(-45deg);
    right: 0;
  }
}
