.timeline-contacts{

}
.timeline-contacts .timeline-contacts-line{
    height: 5px;
    background-color: #c9a74d;
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
}
.timeline-contacts .timeline-contacts-line span{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto 0 auto;
    height: 30px;
    width: 30px;
    border-radius: 15px;
    color: white;
    text-align: center;
    line-height: 30px;
    background-color: #c9a74d;
}
.timeline-contacts .timeline-contacts-line.timeline-contacts-line-border-rb {
    margin-right: 30px;
}
.timeline-contacts .timeline-contacts-line.timeline-contacts-line-border-rt {
    margin-right: 30px;
}
.timeline-contacts .timeline-contacts-line.timeline-contacts-line-border-rb span {
    transform: translate(0 , -50%);
}
.timeline-contacts .timeline-contacts-line.timeline-contacts-line-border-rt span {
    transform: translate(0 , -50%);
}
.timeline-contacts .timeline-contacts-line:before {
    background-color: #c9a74d;
    content: '';
    display: block;
    width: 30px;
    height: 5px;
    position: absolute;
    bottom: 0;
    right: -30px;
    border-left: 0;
    border-top: 0;
}
.timeline-contacts .timeline-contacts-line.timeline-contacts-line-border-rb:before {
    display: block;
    border: 5px solid #c9a74d;
    border-radius: 0 0 30px 0;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 0;
    right: -30px;
    border-left: 0;
    border-top: 0;
    background-color: transparent;
}
.timeline-contacts .timeline-contacts-line.timeline-contacts-line-border-rt:before {
    display: block;
    border: 5px solid #c9a74d;
    border-radius: 0 30px 0 0;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: -60px;
    margin-right: 30px;
    border-left: 0;
    border-bottom: 0;
    background-color: transparent;
}
.timeline-contacts.timeline-contacts-right{
    position: absolute;
    top: -15px;
    right: 15px;
    bottom: -15px;
    width: 5px;
    background-color: #c9a74d;
}
.timeline-contacts-hint{
    padding: 15px;
    background: #f6f6f6;
    color: #333;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 0 0;
    border-radius: 15px;
    position: relative;
    display: table-cell;
    width: 100%;
    height: 100px;
    vertical-align: middle;
}
.timeline-contacts-hint:after{
    content: '';
    display: block;
    width: 1px; 
    height: 1px;
    border: 10px solid #f6f6f6;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, 50%);
}
.shop_table {
    margin-bottom: 0px!important;
}