.newservice {
  background: linear-gradient(90deg, #f9f9f9 0%, #efefef 100%);
}
.newservice__wrapper {
  padding: 60px 0 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.newservice__info {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.newservice__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  color: #000;
}
.newservice__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 417px;
}
.newservice__item {
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  background: linear-gradient(90deg, #fff 45%, rgba(255, 255, 255, 0) 100%);
  border-left: 3px solid #ffdf43;
}
.newservice__text {
  display: flex;
  flex-direction: column;
  gap: 1px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000;
}
.newservice__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 69px;
  height: 69px;
  background-color: #ffdf43;
  border-radius: 50%;
}
.newservice__text > span:last-child {
  font-weight: 700;
}
.newservice__bottom {
  display: flex;
  align-items: center;
  gap: 32px;
}
.newservice__btn {
  padding: 26px 57px 26px 28px;
  width: 100%;
  max-width: 378px;
  height: auto;
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  color: #111010;
}
.newservice__call {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #000;
}
.newservice__visual {
  position: relative;
  width: 490px;
  height: 440px;
}
.newservice__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.newservice__price {
  position: absolute;
  bottom: 77px;
  right: 3px;
  padding: 24px 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000;
  z-index: 1;
}
.newservice__price::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffdf43;
  transform: skew(172deg);
  z-index: -1;
}
@media (max-width: 767px) {
  .newservice__info {
    gap: 30px;
  }
  .newservice__title {
    font-size: 24px;
  }
  .newservice__item {
    padding-right: 0;
  }
  .newservice__icon {
    width: 60px;
    height: 60px;
  }
  .newservice__visual {
    display: none;
  }
  .newservice__bottom {
    flex-direction: column;
    gap: 20px;
  }
  .newservice__btn {
    font-size: 15px;
  }
  .newservice__call {
    flex-direction: row;
    justify-content: center;
    font-size: 14px;
  }
}
.serviceconstruct {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.serviceconstruct__block {
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000;
}
.serviceconstruct__smalltitle {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #000;
}
.serviceconstruct__smallcontent {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 15px;
}
.serviceconstruct__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.serviceconstruct__number {
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  background-color: #f9f9f9;
}
.serviceconstruct__number--small,
.serviceconstruct__advantage--small,
.serviceconstruct__step--small {
  width: calc((100% - 48px) / 5);
}
.serviceconstruct__number--medium,
.serviceconstruct__advantage--medium,
.serviceconstruct__step--medium {
  width: calc((100% - 36px) / 4);
}
.serviceconstruct__number--big,
.serviceconstruct__advantage--big,
.serviceconstruct__step--big {
  width: calc((100% - 24px) / 3);
}
.serviceconstruct__num {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #ffdf43;
}
.serviceconstruct__list {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-left: 3px solid #ffdf43;
}
.serviceconstruct__listline {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.serviceconstruct__listline + .serviceconstruct__listline {
  padding-top: 30px;
  border-top: 1px solid #dedede;
}
.serviceconstruct__advantages {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.serviceconstruct__advantage {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #f9f9f9;
}
.serviceconstruct__advantage--small .serviceconstruct__advtitle {
  font-weight: 400;
  font-size: 15px;
}
.serviceconstruct__advtitle {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #000;
}
.serviceconstruct__advtext {
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: #8d8e8a;
}
.serviceconstruct__step {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.serviceconstruct__stepnum {
  margin-bottom: 6px;
  padding: 6px;
  background-color: #ffdf43;
  border-radius: 4px;
}
.serviceconstruct__stepnum,
.serviceconstruct__steptext {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #000;
}
.serviceconstruct ul {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.serviceconstruct ul > li {
  position: relative;
  padding-left: 23px;
  font-size: 15px;
}
.serviceconstruct ul:not([class]) > li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #ffdf43;
  border-radius: 50%;
  transform: translateY(-50%);
}
ul.serviceconstruct__advdis > li {
  padding-left: 0;
  display: flex;
  align-items: center;
  gap: 15px;
}
.advanddis {
  margin: -70px 0;
  padding: 60px 0;
  background-color: #f9f9f9;
}
@media (max-width: 1199px) {
  .advanddis {
    margin: -60px 0;
  }
}
@media (max-width: 1024px) {
  .serviceconstruct__number--small,
  .serviceconstruct__advantage--small,
  .serviceconstruct__step--small {
    width: calc((100% - 12px) / 2);
  }
  .advanddis {
    margin: -50px 0;
  }
}
@media (max-width: 767px) {
  .serviceconstruct__number--small,
  .serviceconstruct__number--medium,
  .serviceconstruct__number--big,
  .serviceconstruct__advantage--small,
  .serviceconstruct__advantage--medium,
  .serviceconstruct__advantage--big,
  .serviceconstruct__step--small,
  .serviceconstruct__step--medium,
  .serviceconstruct__step--big {
    width: 100%;
  }
  .advanddis {
    margin: -20px 0;
  }
}