.sparepart-header-detail{
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 41px;
    color: #313233;
    margin-bottom: 40px;
}
.sparepart-props__wrapper{
    width: 390px;
    margin-bottom: 71px;
}
.sparepart-props_border_bot{
    border-bottom: 1px solid #E3E3E3;
}
.sparepart-props_prop_block{display: flex;}
.sparepart-props_padding{
    padding: 14px 0 8px 0;
}
.sparepart-props_padding_other{
    padding: 33px 0 0 0;
}
.sparepart-props_style_1{
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #313233;
}
.sparepart-props_style_2{
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    color: #313233;
    width: 50%;
}
.sparepart-props_style_3{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    color: #313233;
    width: 50%;
}
.sparepart-props_style_4{
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 41px;
    color: #0B64A3;
    width: 50%;
}
.sparepart-order{display: flex;}
.sparepart-order_button_order{
    width: 254px;
    height: 44px;
    background: #0B64A3;
    border-radius: 4px;
    text-align: center;
    font-style: normal;
    font-weight: 550;
    font-size: 18px;
    line-height: 44px;
    color: #FFFFFF;
    cursor: pointer;
    margin-right: 36px;
    text-decoration: none;
}
.sparepart-order_clarify{
    width: 50%;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 15px;
    color: #0B64A3;
    padding-top: 15px;
    text-decoration: none;
}
.sparepart-desc_tabs_wrapper{
    display: flex;
    margin-top: 80px;
}
.sparepart-desc_tab{
    width: 100%;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 8px;
    text-align: center;
    cursor: pointer;
}
.sparepart-desc_tab.active{
    border-bottom: 1px solid #313233;
}
.sparepart-desc_container{
    padding-top: 24px;
}
.sparepart-desc_desc_text, .sparepart-desc_guaranty_text{display: none;}
.sparepart-desc_desc_text.active, .sparepart-desc_guaranty_text.active{display: block;}