.header_box {
    position: static !important;
}

.two_about_box {
    width: 100%;
    padding-top: calc(6px + 3rem);
    background: url(../images/about_bg.jpg) no-repeat;
    background-size: 1122px 415px;
    background-position-y: bottom;
}

.two_about {
    max-width: 1780px;
    width: 92.5%;
    height: calc(20px + 40rem);
    position: relative;
    left: 7.5%;
    display: flex;
    justify-content: space-between;

}

.two_about_left {
    width: 47.9775%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: calc(20px + 4rem);
    padding-bottom: calc(8px + 2rem);
}

.two_about_title .p1 {
    font-family: BOOKOS_B;
    font-weight: 600;
    font-size: calc(8px + 2rem);
    color: #333333;
    line-height: calc(10px + 4rem);
    position: relative;
    width: max-content;
    text-transform: uppercase;
}

.two_about_title .line {
    width: 100%;
    height: calc(5px + 0.25rem);
    background: #E60013;
    position: absolute;
    bottom: calc(10px + 1rem);
    z-index: -1;
}

.two_about_title .p2 {
    font-family: BOOKOS;
    font-weight: 300;
    font-size: calc(6px + 0.5rem);
    color: #666666;
    line-height: calc(6px + 1.5rem);
    margin-top: calc(2px + 0.1rem);
}

.two_about_right {
    width: 46.8539%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.two_about_pic {
    width: 73.1415%;
    height: 100%;
}

.two_about_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.two_about_red {
    flex: 1;
    height: calc(6px + 20rem);
    background-color: #E60013;
}
.two_about_list{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(6px + 1rem);
}
.two_adout_list_item{
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: calc(2px + 0.25rem);
    cursor: pointer;
}
.two_adout_list_item .p1 {
    font-family: BOOKOS;
    font-weight: 300;
    font-size: calc(6px + 0.5rem);
    color: #444444;
    line-height: calc(10px + 1rem);
}

.two_adout_list_item .p2 {
    font-family: BOOKOS;
    font-weight: 300;
    font-size: calc(6px + 0.5rem);
    color: #222222;
    line-height: calc(11px + 2rem);
    letter-spacing: 1px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.two_adout_list_item .p2 span{
    font-size: calc(6px + 1.5rem);
}

.two_adout_list_item:hover p{
    color: #E60013;
}

.zige_box{
    width: 100%;
    padding-top: calc(57px + 5rem);
    padding-bottom: calc(87px + 5rem);
}
.zige{
    max-width: 1640px;
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.zige_content{
    width: 61.0139%;
}
.zige_content .p1{
font-family: BOOKOS;
font-weight: 300;
font-size: calc(6px + 0.5rem);
color: #333333;
line-height: calc(10px + 1.5rem);
}
.zige_pic{
    display: flex;
    justify-content: flex-start;
    gap: calc(6px + 1.5rem);
    margin-top: calc(3px + 3rem);
    margin-bottom: calc(10px + 5rem);
}
.zige_pic img{
    height: calc(40px + 5rem);
}

.production_box{
    width: 100%;
}
.production{
    width: 100%;
    height: calc(127px + 40rem);
    position: relative;
    display: flex;
    justify-content: space-between;
}
.production_pic{
    width: 50%;
    height: 100%;
    position: relative;
}
.production_pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    opacity: 0;
    transition: .5s;
}
.production_pic img:nth-of-type(1){
   opacity: 1;
}

.production_left{
    width: 50%;
    height: 100%;
    background-color: #E60013;
}

.production_center_box{
    width: calc(200px + 30rem);
    height: calc(200px + 30rem);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
}
.production_center_circle_1{
    width: 100%;
    height: 100%;
    border: 1px #ffffff solid;
    border-radius: 50%;
    transition: .5s;
}

.small_circle{
    width: calc(4px + 1rem);
height: calc(4px + 1rem);
background: #E60013;
border: 1px solid #FFFFFF;
position: absolute;
top: calc(15px + 4rem);
left: 14.5%;
border-radius: 50%;
}

.production_center_circle_2{
    width: calc(200px + 20rem);
    height: calc(200px + 20rem);
    border: 1px #ffffff50 solid;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.production_btn{
    width: calc(58px + 5rem);
    height: calc(58px + 5rem);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.production_btn img{
    width: 100%;
    height: 100%;
}

.production_list_item{
font-family: BOOKOS;
font-weight: 300;
font-size: calc(2px + 1rem);
color: #FFFFFF;
letter-spacing: 1px;
transition: .5s;
cursor: pointer;
}
.production_list_item_act{
    font-family: BOOKOS_B;
    font-weight: 600;
    font-size: calc(4px + 1rem);
    transition: .5s;
}

.production_list_item:nth-of-type(1){
    position: absolute;
    top: calc(28px + 3rem);
    left: calc(-20px - 2rem);
}
.production_list_item:nth-of-type(2){
    position: absolute;
    top: calc(72px + 9rem);
    left: calc(-25px - 4rem);
}
.production_list_item:nth-of-type(3){
    position: absolute;
    top: calc(92px + 18rem);
    left: calc(-14px - 7rem);
}
.production_list_item:nth-of-type(4){
    position: absolute;
    top: calc(60px + 30rem);
    left: calc(-20px - 2rem);

}

.production_btn .top_btn{
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    cursor: pointer;
}
.production_btn .bottom_btn{
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    cursor: pointer;
    
}

.production_title{
font-family: BOOKOS;
font-weight: 300;
font-size: calc(6px + 1.5rem);
color: #333333;
line-height: calc(20px + 2rem);
letter-spacing: 1px;
text-align: center;
margin-bottom: calc(13px + 2rem);
}

@media (max-width: 1100px){
    .two_about{
        width: 85%;
        margin: auto;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 1rem);
        left: 0;
    }
    .two_about_title .p1{
        font-size: calc(16px + 1rem);
    }
    .two_about_title .line {
      
        bottom: calc(3px + 1rem);
       
    }
    .two_about_title .p2{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .two_about_left{
        width: 100%;
    }
    .two_adout_list_item .p1{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .two_adout_list_item .p2{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .two_adout_list_item .p2 span{
        font-size: calc(14px + 1rem);
    }
    .two_about_right{
        width: 100%;
    }
    .zige{
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 1rem);
    }
    .zige_content{
        width: 100%;
    }
    .zige_content .p1{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .production_title{
        font-size: calc(16px + 1rem);
    }
    .production{
        height: calc(127px + 100rem);
        flex-direction: column;
        justify-content: flex-start;
    }
    .production_left{
        width: 100%;
    }
    .production_pic{
        width: 100%;
    }
}