.right-link {
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 99999;
}

@media screen and (max-width: 980px) {
    .right-link {
        display: none;
    }
}
.flex {
    display: flex;
    flex-wrap: wrap;
}
#article-76 .flex {
    overflow: hidden;
    float: left;
    width: 100%;
    justify-content: space-between;
}
#article-76 .flex .left {width: 50%;}
#article-76 .flex .rights {width: 40%;}
#article-76 .flex .rights h3 {font-size: 20px;}
#article-76 .flex .rights input {
    width: 100%;
    padding: 12px 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
}
#article-76 .flex .rights input[type='submit'] {
    background-color: #0168b5;
    border: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.btm {
    margin-top: 35px;
}
.packing-box{
    display: flex;
}
.packing-box.content-img{
    justify-content: space-between;
}
.packing-box.w70{
    width: 70%;
    background: #e9edf2;
}
.packing-blue p{
    color: #0168b5;
}
.packing-box .img-right{
    flex-shrink: 0;
}
.packing-box.w70 .content-left-product{
    margin-left: 30px;
}
.packing-table{
    width: 70%;
}
.packing-table.gaskets{
    width: 90%;
}
p.la{
    text-align: center;
    font-weight: bold;
}
.packing-table tr{
    border: 1px solid #003a67;
}
.packing-table th,
.packing-table td{
    text-align: center;
    border-right: 1px solid #003a67;
    padding: 5px 0;
}
.packing-table .packing-table-title{
    color: #fff;
    background: #003a68;
}
.packing-table .blue{
    background: #f2f7fa;
}
.packing-note{
    width: 70%;
    color: #0168b5;
    text-align: center;
    margin-bottom: 20px;
}
.packing-box.w70 .packing-note{
    width: 100%;
    text-align: left;
}
@media (max-width: 768px) {
    .packing-box{
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }
    .packing-box.w70{
        flex-direction: column;
    }
    .packing-box.w70,.packing-table,.packing-note{
        width: 100%;
    }
}