/* STYLE 20 */
.style20 .title-header h4{
    font-size: 16px;
    font-weight: bold;
    font-weight: 400;
}

.style20 .title-header h4 span{
    line-height: 1;
    font-size: 30px;
    font-weight: 700;
}

.style20 .nav.nav1 li,.style20 .nav.nav2 li,.style20 .nav.nav3 li{
    font-weight: 400;
    font-size: 16px;
}
.style20 .part-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.style20 .parts-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px;
}

.style20 .part {
    display: grid;
    grid-template-columns: 1fr auto;
    color: #727475;
    margin-bottom: 15px;
}

.style20 .parts-container :nth-last-child(n+3) {
    border-bottom: 1px dashed #5f5842;
}

.style20 .part div:first-child h5 {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 19px;
}

.style20 .part div:first-child h5 a {
    color: unset;
    text-decoration: none;
}

.style20 .part div:first-child p {
    margin-bottom: 20px;
}

.style20 .part .price {
    font-size: 22px;
    font-weight: 700;
}

.style20 .part p {
    margin-bottom: 0;
    color: #808080;
}