.contentWrapper1 {
    position: relative;
    width: 1066px;
    left: 50%;
    transform: translateX(-530px);
}
.contentWrapper1 .loader {
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(80px, -40px);
    opacity: 0;
    transition-duration: .6s;
}
.contentWrapper1.active .loader {
    transition-delay: 1.1s;
    opacity: 1;
    transform: translate(40px, -40px);
}
.contentWrapper1 h1 {
    font-size: 67px;
    font-weight: 700;
    color: var(--main-color);
    margin-bottom: 40px;
    transition-duration: .6s;
    opacity: 0;
    transform: translateX(40px);
}
.contentWrapper1.active h1 {
    transition-delay: .3s;
    opacity: 1;
    transform: translateX(0px);
}
/*.contentWrapper1 p:nth-child(3) {
    font-size: 26px;
    font-weight: 400;
    color: #000000;
    line-height: 32px;
    transition-duration: .6s;
    opacity: 0;
    transform: translateX(40px);
}
.contentWrapper1.active p:nth-child(3) {
    transition-delay: .5s;
    opacity: 1;
    transform: translateX(0px);
    margin-bottom: 5px;
}*/
.contentWrapper1 p:nth-child(3) {
    font-size: 17px;
    font-weight: 300;
    text-align: justify;
    color: #7c7c7c;
    line-height: 32px;
    transition-duration: .6s;
    opacity: 0;
    transform: translateX(40px);
}
.contentWrapper1.active p:nth-child(3) {
    transition-delay: .7s;
    opacity: 1;
    transform: translateX(0px);
}
.contentWrapper1 p:nth-child(4) .bold {
  font-weight: 500;
  color: #231f20;
}
.contentWrapper1 img {
    width: 1066px;
    margin-top: 70px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    transition-duration: .6s;
    opacity: 0;
}
.contentWrapper1.active img {
    transition-delay: .9s;
    opacity: 1;
}

.bulbPart {
  margin-top: 70px;
  text-align: center;
}
.textPart {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bulbPart h1 {
  font-size: 28px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 25px;
  opacity: 0;
  transition-duration: .6s;
}
.bulbPart.active h1 {
  transition-delay: .3s;
  opacity: 1;
}
.bulbPart .textPart {
  opacity: 0;
  transition-duration: .6s;
}
.bulbPart.active .textPart {
  transition-delay: .5s;
  opacity: 1;
}
.bulbPart p {
  font-size: 17px;
  font-weight: 300;
  height: 65px;
}
.bulbPart .part1 {
  border-right: 1px solid #d9d9d9;
}
.bulbPart .part {
  width: 266.5px;
}
.bulbPart .part p {
  padding-top: 9px;
}
.bulbPart .part p:nth-child(2) {
  border-top: 1px solid #d9d9d9;
}