
.tsoperator-offers__offer_unvisible{
    display: none;
}
.list-style-none{
    list-style: none;
}
.tsoperator__offers{
    display: flex;
    flex-flow: column;
    color: #000;
    font-size: 16px;
}
.sort-filter {
  display: flex;
}
.sort-filter button{
    background: #0079bf;
}
.sort-filter button img {
    filter: brightness(0) invert();
    padding: 0.25rem;
}

.tsoperator__offers .ts_offer-card .tsoperator-offers__offer.offers-list {
    padding: 0.5rem;
}
.list-single-main-item {
  padding: 25px 25px 25px;
  background: #fff;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}
.tsoperator__offers .ts_offer-card .card-header .list-style-none img {
  width: 100%;
  display: block;
}
.tsoperator__offers .ts_offer-card .card-header .list-style-none:nth-child(n+2) img {
  display: none;
}
.tsoperator__offers .ts_offer-card .card-header .curr-light-gallery{
    position: relative;
}