.bambitX16_wrapper * {
  box-sizing: border-box;
}
.bambitX16_wrapper {
  height: 100%;
  width: 100%;
  --bg: ;
  --bg-url: url("https://zapp.bambit.ru/bambit/blocks/source/016_tariffs/image.png");
  --bg-url-2x: url("https://zapp.bambit.ru/bambit/blocks/source/016_tariffs/image.png");
  --bg-overlay: hsla(0, 0%, 0%, 0);
  --bg-size: cover;
  --bg-attachment: scroll;
  --bg--after: ;
}
.bambitX16_main_wrap {
  max-width: 1920px;
  min-height: 200px;
  margin: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bambitX16_price_wrap {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  list-style: none;
  max-width: 1120px;
  padding: 60px 20px 60px 20px;
  position: relative;
  z-index: 5;
}
.bambitX16_price_item {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 68px;
  padding: 0 20px;
}
.bambitX16_price_item_link {
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #2f2f2f;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  white-space: nowrap;
}
.bambitX16_price_item_link_text {
}
.bambitX16_price_item_link:hover span {
  text-decoration: underline;
}
.bambitX16_price_item_count {
}
.bambitX16_price_wrap li:not(:last-child) {
  border-bottom: 2px solid #908f8f;
}
@media screen and (max-width: 500px) {
  .bambitX16_price_item_link {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    gap: 10px;
    padding: 5px 20px;
  }
}
