.hosting__block.pvz__block {
  padding: 28px 32px;
}

@media screen and (max-width: 1240px) {
  .hosting__block.pvz__block {
    padding: 24px 20px;
  }
}

.hosting__block.pvz__block::before {
  bottom: 310px;
}

@media screen and (max-width: 1240px) {
  .hosting__block.pvz__block::before {
    bottom: 290px;
  }
}

@media screen and (max-width: 767px) {
  .hosting__block.pvz__block::before {
    bottom: 280px;
  }
}

.pvz__list {
  margin-bottom: 24px;
}

.pvz__list::before {
  display: none;
}

.pvz__list li {
  display: flex;
  align-items: center;
}

.pvz__list svg,
.pvz__list img {
  margin-right: 19px;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pvz__player {
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 14px;
}

@media screen and (max-width: 1240px) {
  .pvz__player {
    font-size: 21px;
  }
}

.pvz__player span {
  font-size: 38px;
  line-height: 45px;
}

@media screen and (max-width: 1240px) {
  .pvz__player span {
    font-size: 32px;
  }
}

.pvz__head {
  font-size: 18px;
  line-height: 175%;
  margin-bottom: 13px;
  height: 126px;
}

@media screen and (max-width: 1240px) {
  .pvz__head {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .pvz__head {
    height: auto;
  }
}

.pvz__block-item {
  margin-bottom: 38px;
  position: relative;
}

.pvz__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) {
  .pvz__block-item::before {
    width: 310px;
    left: -20px;
    bottom: -15px;
  }
}

@media screen and (max-width: 991px) {
  .pvz__block-item::before {
    width: 365px;
  }
}

@media screen and (max-width: 767px) {
  .pvz__block-item::before {
    width: calc(100% + 40px);
    max-width: 737px;
    left: -20px;
  }
}

@media screen and (max-width: 1240px) {
  .pvz__block-item {
    margin-bottom: 30px;
  }
}

.pvz__block .pvz__price {
  text-align: left;
}

.pvz__advantage {
  font-size: 20px;
  line-height: 175%;
  margin-bottom: 10px;
}

.pvz__list {
  margin-bottom: 24px;
}

.hosting-pvz {
  padding: 173px 0 13px;
}

@media only screen and (max-width: 767px) {
  .hosting-pvz {
    padding: 123px 0 50px;
  }
}

.hosting__block-info {
  margin-bottom: 21px;
}

.pvz__player {
  display: flex;
  align-items: center;
}

.wrapper.active .hosting {
  color: var(--theme-text-color);
}

.wrapper.active .pvz__player {
  color: var(--theme-title-color);
}

.wrapper.active .pvz__head {
  color: var(--theme-text-color);
}

.wrapper.active .hosting__block.pvz__block .pvz__block-item:before {
  background-color: var(--theme-border-color);
}

.wrapper.active .pvz__advantage {
  color: var(--theme-text-color);
}

.pvz__list svg[data-icon] {
  color: var(--color-primary);
}

.pvz__list svg path {
  fill: var(--color-primary);
}

.wrapper.active .pvz__list svg[data-icon] {
  color: var(--color-secondary);
}

.wrapper.active .pvz__list svg path {
  fill: var(--color-secondary);
}

.hosting__control {
  padding: 8px 0 120px;
}

.control__blocks {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .control__blocks {
    justify-content: center;
  }
}

.control__block {
  max-width: 519px;
}

@media screen and (max-width: 991px) {
  .control__block {
    max-width: none;
    text-align: center;
  }
}

.control__text {
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  line-height: 175%;
  margin-bottom: 51px;
}

@media screen and (max-width: 1240px) {
  .control__text {
    font-size: 17px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .control__text {
    margin-bottom: 28px;
  }
}

.control__img {
  width: 550px;
  height: 260px;
  border-radius: 21px;
}

.control__img img {
  border-radius: 3px;
}

@media screen and (max-width: 991px) {
  .control__img {
    display: none;
  }
}

.lang-tariff {
  align-self: flex-start;
}

/* Разделительная полосочка после hosting__list */
.pvz__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) {
  .pvz__list::after {
    width: 310px;
    left: -20px;
    bottom: -12px;
  }
}

@media screen and (max-width: 991px) {
  .pvz__list::after {
    width: 365px;
  }
}

@media screen and (max-width: 767px) {
  .pvz__list::after {
    width: calc(100% + 40px);
    max-width: 737px;
    left: -20px;
  }
}


/* Темная тема */
.wrapper.active .pvz__list::after {
  background-color: rgba(0, 0, 0, 0.1);
}