.booster_points .container .booster_points-content {
  display: flex;
  justify-content: space-between;
}
.booster_points .container .booster_points-content .booster_points-info .section_title .marked {
  position: relative;
}
.booster_points .container .booster_points-content .booster_points-info .section_title .marked:after {
  content: "";
  position: absolute;
  background: url(../../../../../../uploads/tenweb-theme/images/icons/mark_line.svg) no-repeat;
}
.booster_points .container .booster_points-content .booster_points-info .section_description:last-child {
  margin-bottom: 0;
}
.booster_points .container .booster_points-content .booster_points-right .booster_points-info-item h3 {
  font-weight: 700;
  display: inline-block;
  position: relative;
}
.booster_points .container .booster_points-content .booster_points-right .booster_points-info-item h3 .booster_points-info__tooltip {
  position: absolute;
  background: url(../../../../../../uploads/tenweb-theme/images/pricing/info_icon.svg);
  cursor: pointer;
  top: 3px;
  right: -19px;
  width: 15px;
  height: 15px;
}
.booster_points .container .booster_points-content .booster_points-right .booster_points-info-item h3 .booster_points-info__tooltip .info_tooltip {
  color: #000000;
  text-align: left;
  position: absolute;
  background: #FFF;
  padding: 15px 15px 14px;
  border: 1px solid rgba(50, 58, 69, 0.2);
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  width: 280px;
  left: 0;
  top: 10px;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
  opacity: 0;
  z-index: -5;
}
.booster_points .container .booster_points-content .booster_points-right .booster_points-info-item h3 .booster_points-info__tooltip:hover {
  background: url(../../../../../../uploads/tenweb-theme/images/pricing/info_icon_white.svg);
}
.booster_points .container .booster_points-content .booster_points-right .booster_points-info-item h3 .booster_points-info__tooltip:hover .info_tooltip {
  opacity: 1;
  z-index: 1;
  transform: translateY(10%);
}
.booster_points .container .booster_points-content .booster_points-right .booster_points-info-item p {
  opacity: 0.7;
  font-weight: 400;
}
.booster_points .container .booster_points-content .booster_points-right .booster_points-info-item .item-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.booster_points .container .booster_points-content .booster_points-right .booster_points-info-item .item-content .info-line {
  background: #22B339;
  height: 8px;
  border-radius: 4px;
}
.booster_points .container .booster_points-content .booster_points-right .booster_points-info-item .info-value {
  font-weight: 800;
  position: relative;
}
.booster_points .container .booster_points-content .booster_points-right .booster_points-blocks {
  display: flex;
  justify-content: space-between;
}
.booster_points .container .booster_points-content .booster_points-right .booster_points-blocks .booster_points-block {
  box-sizing: border-box;
  border: 1px solid rgba(50, 58, 69, 0.2);
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  gap: 12px;
  align-items: center;
}
.booster_points .container .booster_points-content .booster_points-right .booster_points-blocks .booster_points-block h3 {
  font-weight: 700;
}
.booster_points .container .booster_points-content .booster_points-right .booster_points-blocks .booster_points-block img {
  width: 30px;
  height: 30px;
}
.booster_points .container .booster_points-content .booster_points-right .booster_points-points ul li {
  align-items: center;
  opacity: 0.9;
  display: flex;
  gap: 10px;
}
.booster_points .container .booster_points-content .booster_points-right .booster_points-points ul li img {
  width: 14px;
  height: 24px;
}
.booster_points .container .booster_points-content .booster_points-right .booster_points-points ul li:last-child {
  margin-bottom: 0;
}
.booster_points .container .booster_points-content .booster_points-right .booster_points-hosting_comparison {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.booster_points .container .booster_points-content .booster_points-right .booster_points-hosting_comparison .booster_points-hosting__item {
  background: rgba(255, 255, 255, 0.05);
}
.booster_points .container .booster_points-content .booster_points-right .booster_points-hosting_comparison .booster_points-hosting__item .hosting__item-header {
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.booster_points .container .booster_points-content .booster_points-right .booster_points-hosting_comparison .booster_points-hosting__item .hosting__item-header div {
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  width: 50%;
}
.booster_points .container .booster_points-content .booster_points-right .booster_points-hosting_comparison .booster_points-hosting__item .hosting__item-header div:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.booster_points .container .booster_points-content .booster_points-right .booster_points-hosting_comparison .booster_points-hosting__item .hosting__item-body h3 {
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  margin-bottom: 8px;
}
.booster_points .container .booster_points-content .booster_points-right .booster_points-hosting_comparison .booster_points-hosting__item .hosting__item-body p {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  opacity: 0.7;
}
.booster_points .container .booster_points-content .booster_points-right .booster_points-hosting_comparison .booster_points-hosting__item .hosting__item-body .hosting__item-values {
  display: flex;
  gap: 20px;
}
.booster_points .container .booster_points-content .booster_points-right .booster_points-hosting_comparison .booster_points-hosting__item .hosting__item-body .hosting__item-values .hosting__item-value {
  background: rgba(255, 255, 255, 0.05);
}
.booster_points .container .booster_points-content .booster_points-right .booster_points-hosting_comparison .booster_points-hosting__item .hosting__item-body .hosting__item-values .hosting__item-value span {
  font-weight: 700;
  position: relative;
}
.booster_points .container .booster_points-content .booster_points-right .booster_points-hosting_comparison .booster_points-hosting__item .hosting__item-body .hosting__item-values .hosting__item-value span:before {
  content: "";
  position: absolute;
  border-radius: 3px;
  background: #22B339;
}
.booster_points .container .booster_points-content .booster_points-right .booster_points-hosting_comparison .booster_points-hosting__item .hosting__item-body .hosting__item-values .hosting__item-value.other span:before {
  background: #FD3C31;
}
.booster_points .container .button_container {
  display: block;
}
.booster_points.light .container .booster_points-content {
  background: rgba(33, 96, 181, 0.04);
}
.booster_points.dark .container .booster_points-content {
  background: #1E2939;
  color: #ffffff;
}
.booster_points.dark .container .booster_points-content .booster_points-info .section_title {
  color: #ffffff;
}
.booster_points.dark .container .booster_points-content .booster_points-info .section_title .marked:after {
  background-image: url(../../../../../../uploads/tenweb-theme/images/icons/mark_line_white.svg);
}
.booster_points.dark .container .booster_points-content .booster_points-right .booster_points-blocks .booster_points-block {
  background-color: rgba(255, 255, 255, 0.05);
}
