.header--phone_number a {
    color: #a8281f;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    padding-left: 18px;
    position: relative;
    text-decoration: none;
}
.header--working_weekdays {
    border-right: 1px solid #dadada;
}
.header--working {
    color: #606060;
    display: inline-block;
    font-size: 11px;
    line-height: 1.2;
    margin-bottom: 8px;
    padding: 0 13px;
    position: relative;
    text-align: center;
}
.header_cont {
    clear: both;
    overflow: hidden;
    padding: 30px 20px;
}
.table-wrap{
	overflow-x:auto;
}	
table.table-1 {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
table.table-1 tr {
	background-color: #f8f8f8;
}
table.table-1 th, table.table-1 td {
	text-align: left;
    padding: 8px;
    border: 1px solid #ddd;
}

table.table-1 th{
	font-weight: bold;
}
