.factory_page {
    color: #131132;
    font-family: Montserrat;
}
.factory_title {
    font-size: 80px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}
.factory_description {
    font-size: 23px;
    font-weight: 500;
    text-align: center;
    padding: 0 100px;
}
.factory_text {
    font-size: 23px;
    font-weight: 500;
    text-align: center;
    padding: 0 100px;
}
.factory_h2 {
    font-size: 75px;
    font-weight: 700;
    text-align: center;
    margin: 40px 0;
}
.factory_h3 {
    font-size: 54px;
    font-weight: 700;
    text-align: left;
    margin: 40px 0;
}
.factory_advantages {
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0;
}

.factory_advantages_item {
    flex: 1 0 20%;
    margin: 5px;
    border: 2px solid #121132;
    border-radius: 55px;
    padding: 20px 30px;
}

.factory_advantages_item_head {
    font-size: 48px;
    font-weight: 700;
}

.factory_advantages_item_text {
    font-size: 19px;
    font-weight: 500;
}
.factory_text.line:after {
    content:"";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-left: 2px solid #121132;
    transform: translate(-50%);
    height: 62px;
}
.factory_text {
    font-size: 23px;
    font-weight: 500;
    text-align: center;
    position: relative;
}
.factory_text.line {
    padding-bottom: 80px;
    margin-bottom: 15px;
}
.factory_workshop {
    margin: 20px 0;
}
.factory_workshop_description {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.factory_workshop_description_text {
    flex-basis: 47%;
    box-sizing: border-box;
}
.factory_workshop_description_text_head {
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 15px;
}
.factory_workshop_description_text.mark {
    margin-top: 50px;
    color: #8490C8;
}
.factory_workshop_description_img {
    margin: 30px 0;
    display: block;
}
.factory_workshop_description_img img {
    max-width: 100%;
}
.factory_workshop_description_text_mobile {
    display: none;
}
.factory_workshop_description_text_mobile_img {
    display: none;
}
.factory-video {
    max-width: 100%;
}
@media (max-width: 767px) {
    .factory_title {
        font-size: 39px;
    }
    .factory_h2 {
        font-size: 39px;
        font-weight: 700;
        text-align: left;
        padding: 0 30px;
        margin: 40px 0 0 0;
    }
    .factory_h3 {
        font-size: 20px;
        line-height: 20px;
        font-weight: 700;
        padding: 0 30px;
    }
    .factory_advantages_item {
        flex: 1 0 40%;
        padding: 20px 15px 20px 20px;
        min-height: 150px;
    }
    .factory_advantages_item_head {
        font-size: 30px;
    }
    .factory_description {
        text-align: left;
        padding: 0 10px;
    }
    .factory_advantages_item_text {
        font-size: 12px;
    }
    .factory_text {
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        padding: 0 10px;
    }
    .factory_workshop_description_text_head {
        font-size: 30px;
        font-weight: 700;
        margin-top: 30px;
    }
    .factory_workshop_description_text {
        flex-basis: 100%;
        font-size: 20px;
        line-height: 20px;
        font-weight: 700;
        padding: 0 30px;
    }
    .factory_workshop_description_text.mark {
        color: #121132;
        font-size: 15px;
        line-height: 15px;
        font-weight: 500;
    }
    .factory_workshop_description_text_mobile {
        display: block;
    }
    .factory_workshop_description_img {
        display: none;
    }
    .factory_workshop_description_text_mobile_img {
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        display: block;
    }
    .factory_workshop_description_text_mobile_img img {
        max-width: 100%;
        margin-top: 30px;
    }
    .factory_workshop_description_text_mobile_text {
        font-size: 15px;
        line-height: 15px;
        font-weight: 600;
    }
    .factory_workshop_description_text_mobile_text ol {
        padding-left: 20px;
    }
    .factory_line_mobile {
        position: relative;
    }
    .factory_line_mobile.pad {
        padding-bottom: 20px
    }
    .factory_line_mobile::before {
        position: absolute;
        content: "";
        width: 100vw;
        height: 1px;
        background-color: #000;
        right: 50%;
        transform: translateX(50%);
        top: 20px;
    }
}

.pulse-plus {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    justify-content: center;
    display: flex;
    align-items: center;
}
.pulse-plus .plus {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 50px;
    color: #6dd4d5;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    position: relative;
    cursor: pointer;
}
.pulse-plus .plus::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border: 5px solid #6dd4d5;
    border-radius: 100%;
    animation: pulse 1.5s infinite;
}
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.factory_workshop_description_text_mobile_img,
.factory_workshop_description_img {
    position: relative;
}
.tseh-A .plus:nth-child(1) {
    bottom: 21%;
    right: 7%;
}
.tseh-A .plus:nth-child(2) {
    right: 18%;
    bottom: 6%;
}
.tseh-A .plus:nth-child(3) {
    top: 19%;
    right: 13%;
}
.tseh-A .plus:nth-child(4) {
    top: 12%;
    left: -4%;
}
.tseh-B .plus:nth-child(1) {
    left: 22%;
    bottom: 7%;
}
.tseh-B .plus:nth-child(2) {
    left: 13%;
    top: 3%;
}
.tseh-B .plus:nth-child(3) {
    left: 17%;
    top: 7%;
}
.tseh-B .plus:nth-child(4) {
    left: 27%;
    top: 17%;
}
.lab .plus:nth-child(1) {
    right: 18%;
    top: 13%;
}
.lab .plus:nth-child(2) {
    left: 15%;
    top: 7%;
}
.lab .plus:nth-child(3) {
    left: 36%;
    top: 20%;
}
.lab .plus:nth-child(4) {
    left: 39%;
    bottom: 6%;
}

@media (max-width: 768px) {
    .pulse-plus .plus {
        font-size: 28px;
        width: 30px;
        height: 30px;
    }
    .pulse-plus .plus::after {
        width: 30px;
        height: 30px;
        border: 3px solid #6dd4d5;
    }
    .tseh-A .plus:nth-child(4) {
        left: -8%;
    }
    .lab .plus:nth-child(4) {
        left: 33%;
    }
}