th, td{
  border: 1px solid black;
  border-spacing: 1px;
  transition: all ease 0.4s;
}
.table.light th, .table.light td{
    border: 1px solid white;
}
td.active {
    background-color: #594F23;
}
.table{
    color: inherit;
}
.table td {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 76px;
  width: 68px;
  padding: 19px 15px;
  background-color: #181818;
  font-size: 18px;
  font-weight: 500;
}
.table.light td, .table.light th{
    background-color: #F0F0F0;
}
.table th{
    display: flex;
    align-items: center;
    justify-content: center;
    
    width: 100%;
    height: 76px;
    padding: 19px 10px;
    background-color: #181818;
    font-size: 18px;
    font-weight: 500;
}
.table .table__type {
  color: #f2cd2e;
}
.table th.table__title-text {
  padding: 10px;
}
.avail{
    color: green;
}
.swiper-slide {
  height:25vw;
}

@media screen and (max-width: 1700px) {
  .table {
    font-size: 16px;
    padding: 10px;
  }
}

@media screen and (max-width: 1250px) {
  .top__right {
    overflow: scroll;
  }
}/*# sourceMappingURL=tabel_styles.css.map */