/**/
.builders__list {
    width: 100%;
    margin-top: 20px;
}
.builders__list th {
    background: #ECECEC;
    padding: 10px;
    font-weight: normal;
    color: #0A4B74;
    text-align: left;
}
.builders__list td {
    padding: 10px;
    border-bottom: solid 1px #ECECEC;
}
.builders__count {
    width: 100%;
}
.builders__count td {
    padding: 2px 0 0 10px;
    border: none;
}
.builders__count-head td {
    background: #D6F1FB;
    padding: 5px;
}
.builders__count-titl td {
    text-transform: uppercase;
    padding-top: 10px;
}
.builders__list-name {
    display: block;
    color: #0A4B74;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: underline;
}
.builders__list-phone {
    display: block;
}
.builders__list-www {
    display: block;
    color: #0A4B74;
    text-decoration: underline;
}
.builders__list-contacts {
    display: block;
    color: #ABABAB;
    margin: 15px 0 0 0;
    text-decoration: underline;
}
.builders__list-contacts:hover {
    color: #ccc;
}