.his-dele-table-wrap{
width:100%;
overflow-x:auto;
-webkit-overflow-scrolling:touch;
}

.his-dele-table{
width:100%;
border-collapse:separate;
border-spacing:0;
border: none;
}

.his-dele-table th,
.his-dele-table td{
vertical-align:top;
text-align:left;
}

.his-dele-table thead th{
background: var(--e-global-color-c43df5b);
padding:20px;
font-size:1rem;
font-weight:400;
color:var(--e-global-color-text);
white-space:nowrap;
}

.his-dele-table thead th:first-child{
border-top-left-radius:13px;
border-bottom-left-radius: 13px;
}

.his-dele-table thead th:last-child{
border-top-right-radius:13px;
border-bottom-right-radius: 13px;
}

.his-dele-table tbody td{
padding:35px 20px;
border-bottom:1px solid #E0E0E0;
border-right: none;
}

.his-dele-table__city{
min-width:200px;
width:200px;
font-size:1rem;
line-height:1.3em;
}

.his-dele-table__city a {
color: inherit;
}

.his-dele-table__month{
min-width:300px;
width:300px;
}

.his-dele-item {
min-height: 160px;
}

.his-dele-item + .his-dele-item{
margin-top:30px;
}

.his-dele-item__exam-date{
font-size:1rem;
line-height:1.3em;
font-weight:700;
margin-bottom: 5px !important;
}

.his-dele-item__deadline{
font-size:1rem;
line-height:1.3em;
margin-bottom: 15px !important;
}

.his-dele-levels{
display:flex;
gap:10px;
font-size:1rem;
line-height:1;
}

.his-dele-levels-items {
display:flex;
gap: 3px;
flex-wrap: wrap;
}

.his-dele-level-group{
display:inline-flex;
align-items:center;
gap:3px;
}

.his-dele-level-group__text{
white-space:nowrap;
}

.his-badge {
display:inline-flex;
align-items:center;
justify-content:center;
min-width:34px;
height:27px;
padding:0 10px;
border-radius:999px;
font-size:1rem;
font-weight:700;
line-height:1;
text-decoration:none !important;
transition:opacity .2s ease;
}

.his-badge {
color: #fff !important;
}

@media (max-width: 767px){
.his-dele-table thead th,
.his-dele-table tbody td{
padding:20px 15px;
}

.his-dele-item + .his-dele-item{
margin-top:25px;
}
}