.contentWrapper1 {
    position: relative;
    width: 1066px;
    left: 50%;
    transform: translateX(-50%);
}
.contentWrapper1 .loader {
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-110px, -40px);
    opacity: 0;
    transition-duration: .6s;
}
.contentWrapper1.active .loader {
    transition-delay: .9s;
    opacity: 1;
    transform: translate(-150px, -40px);
}
.contentWrapper1 h1 {
    font-size: 67px;
    font-weight: 700;
    color: var(--main-color);
    margin-bottom: 50px;
    transition-duration: .6s;
    opacity: 0;
    transform: translateX(40px);
}
.contentWrapper1.active h1 {
    transition-delay: .3s;
    opacity: 1;
    transform: translateX(0px);
}
.contentWrapper1 p {
    font-size: 17px;
    font-weight: 300;
    color: #7c7c7c;
    line-height: 32px;
    transition-duration: .6s;
    opacity: 0;
    transform: translateX(40px);
}
.contentWrapper1.active p {
    transition-delay: .5s;
    opacity: 1;
    transform: translateX(0px);
}
.contentWrapper1 img {
    width: 782px;
    padding-bottom: 70px;
    position: relative;
    left: 64%;
    transform: translateX(-50%);
    transition-duration: .6s;
    opacity: 0;
}
.contentWrapper1.active img {
    transition-delay: .7s;
    opacity: 1;
}

.historyPart {
    position: relative;
    width: 1066px;
    left: 50%;
    transform: translateX(-530px);
}
.historyPart::before {
    content: '';
    width: 1px;
    height: 0px;
    background-color: #cccccc;
    display: inline-block;
    position: absolute;
    left: -1px;
    transition-duration: 2.2s;
}
.historyPart.active::before {
    height: 869px;
    transition-delay: .2s;
}
.historyPart .box {
    display: flex;
    margin-bottom: 100px;
    width: 1066px;
    position: relative;
    align-items: end;
    padding-left: 62px;
}
.historyPart .box::before {
    content: '';
    position: absolute;
    width: 60px;
    height: 1px;
    background-color: #aaaaaa;
    left: -20px;
    top: 15px;
    transition-duration: .6s;
    opacity: 0;
}
.historyPart.active .box:nth-child(1)::before {
    transition-delay: .2s;
    opacity: 1;
}
.historyPart.active .box:nth-child(2)::before {
    transition-delay: .5s;
    opacity: 1;
}
.historyPart.active .box:nth-child(3)::before {
    transition-delay: .8s;
    opacity: 1;
}
.historyPart.active .box:nth-child(4)::before {
    transition-delay: 1.1s;
    opacity: 1;
}
.historyPart.active .box:nth-child(5)::before {
    transition-delay: 1.4s;
    opacity: 1;
}
.historyPart .box::after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #cccccc;
    border-radius: 5px;
    top: 13px;
    left: -3px;
    border-radius: 5px;
    transition-duration: .6s;
    opacity: 0;
}
.historyPart.active .box:nth-child(1)::after {
    transition-delay: .2s;
    opacity: 1;
}
.historyPart.active .box:nth-child(2)::after {
    transition-delay: .5s;
    opacity: 1;
}
.historyPart.active .box:nth-child(3)::after {
    transition-delay: .8s;
    opacity: 1;
}
.historyPart.active .box:nth-child(4)::after {
    transition-delay: 1.1s;
    opacity: 1;
}
.historyPart.active .box:nth-child(5)::after {
    transition-delay: 1.4s;
    opacity: 1;
}
.historyPart .box .textPart {
    width: 445px;
    transition-duration: .6s;
    opacity: 0;
    transform: translateX(40px);
}
.historyPart.active .box .textPart {
    opacity: 1;
    transform: translateX(0px);
}
.historyPart.active .box:nth-child(1) .textPart {
    transition-delay: .3s;
}
.historyPart.active .box:nth-child(2) .textPart {
    transition-delay: .6s;
}
.historyPart.active .box:nth-child(3) .textPart {
    transition-delay: .9s;
}
.historyPart.active .box:nth-child(4) .textPart {
    transition-delay: 1.2s;
}
.historyPart.active .box:nth-child(5) .textPart {
    transition-delay: 1.5s;
}
.historyPart .box .textPart h1 {
    font-size: 42px;
    font-weight: 700;
    color: #231f20;
    margin: 0 0 15px;
    line-height: 34px;
}
.historyPart .box .textPart p {
    font-size: 17px;
    font-weight: 300;
    color: #666666;
    line-height: 28px;
}
.historyPart .box img.img1 {
    width: 170px;
    height: 124px;
}
.historyPart .box img.img2 {
    width: 169px;
    height: 33px;
}
.historyPart .box img.img3 {
    width: 85px;
    height: auto;
    margin-right: 5px;
}
.historyPart .box img.img4 {
    width: 150px;
    height: auto;
    margin-right: 5px;
}
.historyPart .box img.img5 {
    width: 85px;
    height: 45px;
    margin-right: 5px;
}
.historyPart .box img {
    transition-duration: .6s;
    opacity: 0;
}
.historyPart.active .box img {
    opacity: 1;
}
.historyPart.active .box:nth-child(1) img {
    transition-delay: .5s;
}
.historyPart.active .box:nth-child(2) img {
    transition-delay: .8s;
}
.historyPart.active .box:nth-child(3) img {
    transition-delay: 1.1s;
}
.historyPart.active .box:nth-child(4) img {
    transition-delay: 1.4s;
}
.historyPart.active .box:nth-child(5) img:nth-child(1) {
    transition-delay: 1.7s;
}
.historyPart.active .box:nth-child(5) img:nth-child(2) {
    transition-delay: 1.8s;
}
.historyPart.active .box:nth-child(5) img:nth-child(3) {
    transition-delay: 1.9s;
}

.blockquote {
    position: relative;
    padding-left: 0.75em;
    text-indent: -0.75em;
}

/**** Responsive CSS Code ****/
/* 0~767 768~1279 1280~1980*/

/** 0~768 **/
@media (max-width: 768px) {

}
/** 768~1280 **/
@media (min-width: 768px) and (max-width: 1279px) {

    .contentWrapper1 .loader {
        transform: translate(45px, -40px);
    }
    .contentWrapper1.active .loader {
        transform: translate(5px, -40px);
    }

    .contentWrapper1 {
        width: 768px;
        margin-top: 120px;
    }
    .contentWrapper1 h1 {
        padding: 0 13px;
    }
    .contentWrapper1>p {
        padding: 0 13px;
    }
    .contentWrapper1 img {
        transform: translateX(-64%);
    }

    .historyPart {
        width: 768px;
        transform: translateX(-48%);
    }
    .historyPart .box {
        padding-left: 45px;
    }
    .historyPart .box::before {
        width: 55px;
    }
    .historyPart .box .textPart {
        width: 420px;
    }

}