.hosting__block.bungee__block {
  padding: 28px 32px;
}

@media screen and (max-width: 1240px) {
  .hosting__block.bungee__block {
    padding: 24px 20px;
  }
}

.hosting__block.bungee__block::before {
  bottom: 310px;
}

@media screen and (max-width: 1240px) {
  .hosting__block.bungee__block::before {
    bottom: 290px;
  }
}

@media screen and (max-width: 767px) {
  .hosting__block.bungee__block::before {
    bottom: 280px;
  }
}

.bungee__list {
  margin-bottom: 24px;
}

.bungee__list::before {
  display: none;
}

.bungee__list li {
  display: flex;
  align-items: center;
}

.bungee__list svg,
.bungee__list img {
  margin-right: 19px;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bungee__player {
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1240px) {
  .bungee__player {
    font-size: 21px;
  }
}

.bungee__player span {
  font-size: 38px;
  line-height: 45px;
}

@media screen and (max-width: 1240px) {
  .bungee__player span {
    font-size: 32px;
  }
}

.bungee__head {
  font-size: 18px;
  line-height: 175%;
  margin-bottom: 13px;
  height: 126px;
}

@media screen and (max-width: 1240px) {
  .bungee__head {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .bungee__head {
    height: auto;
  }
}

.bungee__block-item {
  margin-bottom: 38px;
  position: relative;
}

.bungee__block-item::before {
  content: "";
  position: absolute;
  width: 376.5px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  bottom: -20px;
  left: -32px;
}

@media screen and (max-width: 1240px) {
  .bungee__block-item::before {
    width: 310px;
    left: -20px;
    bottom: -15px;
  }
}

@media screen and (max-width: 991px) {
  .bungee__block-item::before {
    width: 365px;
  }
}

@media screen and (max-width: 767px) {
  .bungee__block-item::before {
    width: calc(100% + 40px);
    max-width: 737px;
    left: -20px;
  }
}

@media screen and (max-width: 1240px) {
  .bungee__block-item {
    margin-bottom: 30px;
  }
}

.bungee__block .bungee__price {
  text-align: left;
}

.bungee__advantage {
  font-size: 20px;
  line-height: 175%;
  margin-bottom: 10px;
}

.bungee__list {
  margin-bottom: 24px;
}

.hosting-bungee {
  padding: 173px 0 13px;
}

@media only screen and (max-width: 767px) {
  .hosting-bungee {
    padding: 123px 0 50px;
  }
}

.bungee__list::after {
  content: "";
  position: absolute;
  width: 376.5px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  bottom: -12px;
  left: -32px;
}

@media screen and (max-width: 1240px) {
  .bungee__list::after {
    width: 310px;
    left: -20px;
    bottom: -12px;
  }
}

@media screen and (max-width: 991px) {
  .bungee__list::after {
    width: 365px;
  }
}

@media screen and (max-width: 767px) {
  .bungee__list::after {
    width: calc(100% + 40px);
    max-width: 737px;
    left: -20px;
  }
}

.bungee__popular {
  background: var(--color-primary);
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  padding: 6px 16px;
  margin-bottom: 8px;
}

.bungee__bonus {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-primary);
  margin-top: 8px;
}

.bungee__bonus i {
  font-size: 12px;
}

.wrapper.active .bungee__player {
  color: var(--theme-title-color);
}

.wrapper.active .bungee__head {
  color: var(--theme-text-color);
}

.wrapper.active .hosting__block.bungee__block .bungee__block-item:before {
  background-color: var(--theme-border-color);
}

.wrapper.active .bungee__advantage {
  color: var(--theme-text-color);
}

.bungee__list svg[data-icon] {
  color: var(--color-primary);
}

.bungee__list svg path {
  fill: var(--color-primary);
}

.wrapper.active .bungee__list svg[data-icon] {
  color: var(--color-secondary);
}

.wrapper.active .bungee__list svg path {
  fill: var(--color-secondary);
}

.wrapper.active .bungee__list::after {
  background-color: rgba(0, 0, 0, 0.1);
}

.wrapper.active .bungee__bonus {
  color: var(--color-secondary);
}

.lang-tariff {
  align-self: flex-start;
}

.bungee__adv-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 0 0 60px;
}

@media screen and (max-width: 991px) {
  .bungee__adv-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .bungee__adv-cards {
    grid-template-columns: 1fr;
  }
}

.bungee__adv-card {
  background: #1a1832;
  border-radius: 20px;
  padding: 28px 24px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bungee__adv-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(160, 101, 255, 0.15);
}

.bungee__adv-card-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(160, 101, 255, 0.1);
  border-radius: 12px;
  margin-bottom: 16px;
  font-size: 22px;
  color: var(--color-primary);
}

.bungee__adv-card-icon svg {
  width: 24px;
  height: 24px;
}

.bungee__adv-card-icon svg path {
  fill: var(--color-primary);
}

.bungee__adv-card-title {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 8px;
  line-height: 1.4;
}

.bungee__adv-card-desc {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
}

.wrapper.active .bungee__adv-card {
  background: #fbfbfb;
}

.wrapper.active .bungee__adv-card:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

.wrapper.active .bungee__adv-card-icon {
  background: rgba(120, 161, 242, 0.1);
  color: var(--color-secondary);
}

.wrapper.active .bungee__adv-card-icon svg path {
  fill: var(--color-secondary);
}

.wrapper.active .bungee__adv-card-title {
  color: var(--theme-title-color);
}

.wrapper.active .bungee__adv-card-desc {
  color: var(--theme-text-color);
}
