.header-block {
  background: unset;
  background-color: #ffffff;
  height: fit-content;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.05 );
}

#service-anim {
  width: 100%;
}

.build-tech-header {
  padding: 50px 0 70px 0;
}

.build-tech-header__inner {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.build-tech-header__title {
  font-size: 50px;
  font-weight: 700;
  padding-left: 30px;
  border-left: 3px solid var(--yellow-primary);
}

.breadcrumbs {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 14px;
  line-height: 1.5;
  color: #656565;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs__item {
  transition: color 300ms ease-out;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.breadcrumbs__item:hover {
  color: var(--yellow-primary);
}

.build-tech-image-block {
  width: 100%;
  display: flex;
  position: relative;
}

.build-tech-image {
  width: 100%;
  object-fit: cover;
}

.build-tech-ball {
  position: absolute;
  right: 12%;
  bottom: -30%;
  height: 100%;
  max-width: fit-content;
}

.service-about-block {
  position: relative;
}

.service-about {
  padding: 200px 0;
}

.service-about__inner {
  display: flex;
  gap: 100px;
  align-items: center;

}

.service-about__image {
  width: 40%;
  max-width: 640px;
  border-radius: 20px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}

.service-about__text {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.service-about__title {
  max-width: 80%;
  font-size: 40px;
  line-height: 1.3;
  font-weight: 700;
}

.service-about__caption {
  max-width: 90%;
  font-size: 14px;
  line-height: 1.5;
  color: #656565;
}

.service-about__button {
  display: flex;
  gap: 10px;
  width: fit-content;
}

.bg-gray {
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  background-color: #f3f3f3;
  width: calc(50% - 300px);
  z-index: -1;
}

.service-form-block {
  background: url('../img/form-bg.png');
  background-repeat: no-repeat;
  background-position: center 50px;
  background-size: 100% 100%;
}

.service-form {
  padding: 100px 0;
}

.service-form__inner {
  display: flex;
  flex-direction: column;
  gap: 70px;
}

.service-form__header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
}

.service-form__title {
  font-size: 40px;
  font-weight: 700;
  padding-left: 30px;
  border-left: 3px solid var(--yellow-primary);
  color: #303030;
}

.service-form__caption {
  max-width: 450px;
  font-size: 14px;
  line-height: 1.5;
  color: #656565;
}

.service-form__content {
  display: flex;
  gap: 50px;
}

.service-form__action {
  display: flex;
  flex-direction: column;
  gap: 50px;
  background-color: #303030a0;
  padding: 60px 80px;
  border-radius: 20px;
    backdrop-filter: blur(15px);
  box-shadow: 0 1px 0 0 #00000033, 0 -1px 0 0 #ffffff04;
}

.service-form__inputs {
  display: flex;
  gap: 20px 40px;
  flex-wrap: wrap;
  max-width: 740px;
}

.service-form__field {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 350px;
}

.service-form__field-title {
  font-size: 14px;
  line-height: 1.5;
  color: #ffffff;
}

.service-form__field-tip {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  line-height: 1.4;
}

.service-form__result {
  background-color: #ffffff;
  padding: 60px 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  backdrop-filter: blur(15px);
  box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}

.service-form__switches {
  display: flex;
  gap: 20px 40px;
  flex-wrap: wrap;
  max-width: 740px;
}

.service-form__switch {
  display: flex;
  align-items: center;
}


.service-form__result-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: #303030;
}

.service-form__result-fields {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.service-form__result-field {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.service-form__result-fieldname {
  font-size: 14px;
  line-height: 1.5;
  color: #656565; 
}

.service-form__result-fieldvalue {
  font-weight: 700;
  line-height: 1.4;
  font-size: 18px;
  color: #303030;
}

.service-form__result-divider {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
}

.service-form__result-final {
  display: flex;
  justify-content: space-between  ;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  color: #303030;
}

.service-expertise {
  padding: 100px 0;
}

.service-expertise__inner {
  display: flex;
  justify-content: center;
  gap: 80px;
}

.service-expertise__text {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 665px;
}

.service-expertise__title {
  font-size: 40px;
  line-height: 1.3;
  font-weight: 700;
  color: #303030;
}

.service-expertise__divider {
  width: 100px;
  border-bottom: 3px solid var(--yellow-primary);
}

.service-expertise__caption {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #656565;
}

.service-expertise__image {
  max-width: 665px;
}

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

.service-expertise__path-point {
  color: #303030;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.05;
  text-transform: uppercase;
}

.service-expertise__path-arrow {
  height: 30px;
  width: 30px;
}

.service-steps-block {
  background: url('../img/steps.png');
  background-position: 50% -50px;
  background-repeat: no-repeat;
}

.service-steps {
  padding-top: 100px;
  gap: 50px;
}

.service-steps__header {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.service-steps__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.3;
  padding-left: 30px;
  border-left: 3px solid var(--yellow-primary);
}

.service-steps__caption {
  font-size: 16px;
  line-height: 1.5;
  color: #656565;
  max-width: 912px;
}

.service-steps__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 75px;
}

.service-steps__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: #f3f3f3;
  border-radius: 20px;
  padding: 60px 30px;
  position: relative;
}

.service-steps__item-number {
  top: -20px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #FFD900;
  border-radius: 10px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
}

.service-steps__item-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.service-steps__item-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
}

.service-steps__item-caption {
  font-size: 14px;
  line-height: 1.5;
  color: #656565;
}

.other-services {
  padding-top: 100px;
}

.other-services__inner {
  display: flex;
  gap: 60px;
}

.other-services__conclusion {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.other-services__conclusion-title {
  font-size: 40px;
  line-height: 1.3;
  font-weight: 700;
  color: #303030;
}

.other-services__conclusion-caption {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 14px;
  color: #656565;
  line-height: 1.5;
}

.other-services-button {
  display: flex;
  gap: 10px;
  width: fit-content;
}

.other-services__content {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.other-services__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 20px;
}

.other-services__card {
  width: 390px;
}

.other-services--title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  color: #303030;
  width: 390px;
}

.other-services--title span {
  border-bottom: 3px solid var(--yellow-primary);
  padding-bottom: 30px;
  max-width: 200px;
  text-align: center;
} 

@media screen and (max-width: 1024px) {
  .other-services {
    padding: 60px 20px;
  }
  .other-services__inner {
    flex-direction: column;
  }

  .other-services__cards {
    gap: 40px;
    width: fit-content;
    margin: 0 auto;
  }
  
  .service-steps-block {
    background-position: 50% 20px;
  }

  .build-tech-header {
    padding: 30px 20px;
  }

  .build-tech-header__title {
    font-size: 40px;
  }
  
  .service-steps {
    padding: 60px 15px;
  }

  .service-steps__steps {
    gap: 60px 50px;
  }

  .service-about {
    padding: 80px 20px;
  }

  .service-about__inner {
    gap: 60px;
  }

  .service-about__image {
    height: fit-content;
  }

  .service-about__title {
    font-size: 30px;
  }

  .service-form {
    padding: 80px 20px;
  }

  .service-form__inner {
    gap: 30px;
  }

  .service-form__content {
    padding: 0 30px;
    align-items: center;
  }

  .service-form__title {
    font-size: 30px;
  }

  .service-form__action {
    padding: 20px 30px;
    gap: 20px;
  }

  .service-form__inputs {
    max-width: 450px;
  }

  .service-form__switches {
    max-width: 450px;
  }

  .service-form__result {
    padding: 30px;
    height: fit-content;
    gap: 50px;
  }

  .service-expertise {
    padding: 60px 20px;
  }

  .service-expertise__inner {
    gap: 40px;
    align-items: center;
  }

  .service-expertise__image {
    height: fit-content;
    max-width: 400px;
  }

  .service-expertise__title {
    font-size: 30px;
  }

  .service-expertise__caption {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .service-steps {
    padding: 40px 15px;
    gap: 40px;
  }

  .service-steps__header {
    gap: 20px;
  }

  .service-steps__title {
    font-size: 20px;
    line-height: 1.3;
  }

  .service-steps__caption {
    font-size: 14px;
    line-height: 1.4;
  }

  .service-steps-block {
    background: url('../img/stepsMobile.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center 150px;
  }

  .service-steps__steps {
    grid-template-columns: 1fr;
    gap: 40px;  
  }

  .service-steps__item-number {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 1.4;
  }

  .service-steps__item {
    padding: 30px 15px 20px 15px;
  }

  .service-steps__item-title {
    font-size: 14px;
    line-height: 1.2;
  }

  .service-steps__item-caption {
    font-size: 12px;
    line-height: 1.4;
  }

  .build-tech-header__title {
    font-size: 25px;
  }

  .build-tech-header__inner {
    gap: 20px;
  }

  .build-tech-image {
    height: 400px;
  }

  .build-tech-ball {
    max-width: 200px;
    bottom: -40%;
    left: 50%;
    transform: translateX(-50%);
  }

  .service-about {
    padding: 100px 20px;
  }

  .service-about__inner {
    flex-direction: column-reverse;
  }
  
  .service-about__image {
    width: 100%;
    max-width: 500px;
  }

  .service-about__title {
    font-size: 20px;
  }

  .bg-gray {
    bottom: 0;
    top: unset;
    height: 200px;
    width: 100%;
  }

  .service-form__header {
    flex-direction: column;
    gap: 30px;
    align-items: unset;
  }

  .service-form__title {
    font-size: 20px;
    padding-left: 15px;
  }

  .service-form__content {
    flex-direction: column;
    align-items: unset;
    padding: 0;
    gap: 15px;
  }

  .service-form {
    padding: 40px 20px;
  }

  .service-form-block {
    background-image: none;
  }

  .service-form__action {
    padding: 15px 20px;
  }

  .service-form__result {
    padding: 15px 20px;;
  }

  .service-form__result-title {
    font-size: 20px;
  }

  .service-expertise {
    padding: 30px 20px;
  }

  .service-expertise__inner {
    flex-direction: column;
  }
  
  .service-expertise__title {
    font-size: 20px;
  }

  .service-expertise__text {
    max-width: 100%;
  }

  .service-expertise__image {
    width: 100%;
    max-width: 500px;
  }

  .service-expertise__caption {
    font-size: 12px;
  }

  .service-expertise__path {
    gap: 9px;
  }

  .service-expertise__path-point {
    font-size: 9px;
  }

  .service-expertise__path-arrow {
    width: 14px;
    height: 14px;
  }

  .service-steps__title {
    padding-left: 15px;
  }

  .build-tech-header__title {
    font-size: 20px;
    padding-left: 15px;
  }

  .other-services__cards {
    grid-template-columns: 1fr;
    gap: 30px;
    width: 100%;
  }

  .other-services__card {
    width: 100%;
  }

  .other-services--title {
    width: 100%;
  }

  .other-services__conclusion-title {
    font-size: 30px;
  }

  .other-services__conclusion {
    gap: 30px;
  }

  .other-services {
    padding: 30px 20px;
  }
}