/* STYLE 17 */
.style17 .title-header h4{
    font-size: 50px;
    font-weight: bold;
}


.style17 .title-header h4 span{
    line-height: 1;
    font-size: 25px;
    font-weight: 400;
}

.style17 .nav.nav1 li,.style17 .nav.nav2 li,.style17 .nav.nav3 li{
    font-weight: 400;
}

.style17 .container17 .parts-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 25px;
}

.style17 .container17 .parts-container {
    border: 2px dashed #d2d2d2;
    padding: 20px;
}

.style17 .container17 .part li {
    font-weight: bold;
    font-size: 25px;
    clear: both;
    list-style-type: none;
}

.style17 .part li a {
    color: unset;
    text-decoration: none;
}

.style17 .container17 .part li span:first-child {
    float: left;
    padding-right: 11px;
    height: 30px;
}

.style17 .container17 .part li span:first-child+span {
    float: right;
    padding-left: 10px;
    height: 30px;
    color: #6fac22;
}

.style17 .container17 .part li:hover, .style17 .container17 .part li:hover:after {
    color: #6fac22;
    -webkit-transition: .5s;
    transition: .5s;
    cursor: pointer;
    border-bottom-color: #6fac22;

}

.style17 .container17 .part li:after {
    content: "";
    border-bottom-left-radius: 50%;
    border-bottom: 5px dotted #aaa;
    height: 30px;
}

.style17 .container17 li:after, .style17 .container17 li span {
    background: #fff;
    display: block;
    height: 20px;
}

.style17 .container17 .part p {
    padding-top: 10px;
    color: #737373;
}