.product_box {
    margin-top: 13.06vw;
    font-weight: 400;
    font-size: 54px;
    color: #212529;
    text-align: center;
    background-color: #F2F2F3;
}

.product_wrap_el {
    padding-top: 8.66vw;
    padding-bottom: 10px;
    background-color: white;
}

.kxd_title {
    position: relative;
}

/* .kxd_title::after {
    position: absolute;
    display: block;
    content: '';
    left: 4vw;
    top: 50%;
    margin-top: -0.13vw;
    width: 20vw;
    height: 0.26vw;
    background-color: #EBEBEB;
}

.kxd_title::before {
    position: absolute;
    display: block;
    content: '';
    right: 4vw;
    top: 50%;
    margin-top: -0.13vw;
    width: 20vw;
    height: 0.26vw;
    background-color: #EBEBEB;
} */

.product_swiper {
    margin-bottom: 30px;
    padding-bottom: 50px;
    background-color: #FFFFFF;
}

.wrap_box {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    z-index: 10;
    text-align: center;
}

.wrap_box .box_flex {
    display: flex;
    justify-content: center;
}

.custom-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    box-sizing: border-box;
    margin: 0 5px;
}

.custom-indicator div {
    width: 22px;
    height: 22px;
    border: 1px solid #000000;
    border-radius: 50%;
    box-sizing: border-box;
}

.product_title {
    margin-top: 15px;
}

.product_title .product_name {
    font-weight: 600;
    font-size: 54px;
    color: #212529;
}

.product_parameter {
    margin-top: 10px;
    font-size: 34px;
    color: #212529;
}

.footer_tab {
    margin-top: 0!important;
}