@font-face {
    font-family: arsenal_f;
    src: url(../fonts/arsenal-regular.woff2);
}

.header_nav {
    padding-top: 0px;
}

.section_nav {
    margin: 30px 15px;
    font-family: arsenal_f;
}

.section_nav__center {
    text-align: center;
}
.section_nav__center .back {
    font-weight: 600;
    color: #d89a35;
}
.section_nav__center .back:hover {
    /* cursor: none; */
    color: #e54f00;
    transition: all 0.3s;
    text-decoration: underline;
}
.section_nav__center p {
    color: rgb(132, 132, 132);
}

.table {
    /* background: url('../img/bg.png') no-repeat center top / cover; */
    margin-bottom: 50px;
}

table {
    font-size: 1.3vw;
    font-family: arsenal_f;
    margin: 0 auto;
    color: #d89a35;;
}
tbody tr th {
    text-align: left;
}

th, td {
    padding: 15px;
    border: 1px solid #000;
} 
th {
    text-transform: uppercase;
  
}

.table_header {
    background-color: #57250f;
    background: url('../img/bg_table_up.webp') no-repeat center top / cover;
}
.table_header_2 {
    background-color: #57250f;
    background: url('../img/bg_table_bottom.webp') no-repeat center top / cover;
}
tbody tr th {
    background: url('../img/bg_table_up.webp') no-repeat center top / cover;
}
tbody tr td {
    background-color: rgb(34, 29, 25);
}
tbody tr td:hover {
    background-color: rgb(43, 38, 34);
}

.price {
    font-size: 1.4vw;
    font-family: arsenal_f;
    text-align: center;
    padding: 30px;
}
.price a {
    text-decoration: underline;
    color: #28342a;
}
.price a:hover {
    /* cursor: none; */
    color: #e54f00;
    transition: all 0.3s;
}