.profile-systems {
  position: relative;
  padding: var(--sp) 0;
}

.profile-systems__container {
  position: relative;
  z-index: 10;
}

.profile-systems__title {
  margin-bottom: 45px;
}

.profile-systems_wrapper {
  display: flex;
}

.profile-systems_left {
  background: #817C7A url(../../img/bg_prodile_system.webp);
  background-size: cover;
  width: 135px;
  overflow: hidden;
}

.profile-systems_left img {
  filter: brightness(0) invert(1);
}

.profile-systems_left::before {
  background: var(--white);
  content: "";
  display: block;
  border: 1px solid var(--grey-300);
  border-right: 0;
  height: 80px;
}

.profile-systems_left .swiper-slide {
  height: 80px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid var(--grey-300);
  border-left: 3px solid transparent;
  cursor: pointer;
}

.profile-systems_left .swiper-slide.active {
  border-left-color: var(--accent);
}

.profile-systems_content {
  background: var(--white);
  width: calc(100% - 135px);
  border: 1px solid var(--grey-300);
}

.profile-systems_item {
  display: none;
  position: relative;
}

.profile-systems_item.active {
  display: block;
}

.profile-systems .plans_slider {
  display: flex;
  overflow: hidden;
  border-bottom: 1px solid var(--grey-300);
}

.profile-systems .plans_slider .swiper-slide {
  width: 20%;
}

.profile-systems .plans_slider .item {
  min-width: 140px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-800);
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  padding: 20px;
  cursor: pointer;
}

.profile-systems .plans_slider .item.active {
  border-bottom: 3px solid var(--accent);
}

.profile-systems .plans_slider_prev {
  width: 48px;
  padding: 5px;
  height: 80px;
  background: #F2F3F5 no-repeat 50% url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='19' viewBox='0 0 18 19' fill='none'%3E%3Cpath d='M5.62461 9.5L11.2496 15.125L12.0371 14.3375L7.19961 9.5L12.0371 4.6625L11.2496 3.875L5.62461 9.5Z' fill='%236B7280'/%3E%3C/svg%3E");
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  cursor: pointer;
}

.profile-systems .plans_slider_prev.swiper-button-disabled {
  display: none;
}

.profile-systems .plans_slider_next {
  width: 48px;
  padding: 5px;
  height: 80px;
  background: #F2F3F5 no-repeat 50% url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='19' viewBox='0 0 18 19' fill='none'%3E%3Cpath d='M12.3734 9.5L6.74844 15.125L5.96094 14.3375L10.7984 9.5L5.96094 4.6625L6.74844 3.875L12.3734 9.5Z' fill='%236B7280'/%3E%3C/svg%3E");
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  cursor: pointer;
}

.profile-systems .plans_slider_next.swiper-button-disabled {
  display: none;
}

.profile-systems_plan {
  display: none;
}

.profile-systems_plan.active {
  display: flex;
  flex-wrap: wrap;
}

.profile-systems_plan h3 {
  font-size: var(--l);
  margin-bottom: 20px;
}

.profile-systems_plan_image {
  width: 33%;
  padding: 30px;
}

.profile-systems_plan_characteristics {
  width: 33%;
  padding: 40px;
  border-left: 1px solid var(--grey-300);
  border-right: 1px solid var(--grey-300);
}

.profile-systems_plan_characteristics ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  color: var(--primary-800);
  font-weight: 600;
  line-height: 22px;
}

.profile-systems_plan_characteristics ul li span:first-child {
  color: var(--grey-400);
  font-size: 12px;
}

.profile-systems_plan_properties {
  width: 33%;
  padding: 40px;
}

.profile-systems_plan_properties .indicator_wrap {
  margin-bottom: 15px;
}

.profile-systems_plan_properties .indicator_wrap .indicator_title {
  color: var(--primary-800);
  font-weight: 600;
  line-height: 22px;
}

.profile-systems_plan_properties .indicator_wrap .indicator_number {
  color: var(--secondary);
  font-size: 12px;
  font-weight: 800;
  line-height: 16px;
  margin: 2px 0 8px;
}

.profile-systems_plan_properties .indicator_wrap .indicator_line {
  position: relative;
  height: 4px;
  border-radius: 5px;
  background: var(--grey-200);
}

.profile-systems_plan_properties .indicator_wrap .indicator_line span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 5px;
  background: var(--secondary);
}

.profile-systems_plan_description {
  width: 100%;
  border-top: 1px solid var(--grey-300);
  border-bottom: 1px solid var(--grey-300);
  padding: 20px 30px;
}

.profile-systems_plan_description h4 {
  font-size: 16px;
  margin-bottom: 10px;
}

.profile-systems_plan_action {
  padding: 30px;
  width: 100%;
  display: flex;
  gap: 33px;
  justify-content: center;
  align-items: center;
}

.profile-systems_plan_action .plan_old_price {
  color: var(--grey-400);
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: line-through;
}

.profile-systems_plan_action .plan_price {
  color: var(--secondary);
  font-size: 22px;
  font-weight: 800;
  line-height: 40px;
  letter-spacing: 0.12px;
}

.profile-systems_plan_action .plan_price_text {
  color: var(--grey-400);
  font-weight: 600;
  line-height: 22px;
}

.profile-systems_plan_action .btn-main {
  max-width: 100%;
  width: 318px;
  height: 48px;
  padding: 12px;
  line-height: 22px;
  text-align: center;
}

.profile-systems_prev,
.profile-systems_next {
  display: none;
}

.profile-systems_prev {
  left: 8px;
  transform: rotate(180deg);
}

.profile-systems_next {
  right: 8px;
}

@media (min-width: 768px) {
  .profile-systems_left .swiper-wrapper {
    flex-direction: column;
  }
}

@media (max-width: 1260px) {
  .profile-systems .plans_slider .swiper-slide {
    width: 33.333%;
  }
}

@media (max-width: 760px) {
  .profile-systems_wrapper {
    position: relative;
    flex-direction: column;
  }

  .profile-systems_left {
    width: 100%;
  }

  .profile-systems_left::before {
    display: none;
  }

  .profile-systems_left .swiper-slide.active {
    border-color: transparent;
  }

  .profile-systems_content {
    width: 100%;
  }

  .profile-systems .plans_slider .swiper-slide {
    width: 100%;
  }

  .profile-systems_plan.active {
    flex-direction: column;
  }

  .profile-systems_plan_image {
    padding: 25px 15px;
  }

  .profile-systems_plan_characteristics {
    padding: 25px 15px;
    border: 0;
    border-bottom: 1px solid var(--grey-300);
  }

  .profile-systems_plan_characteristics ul li {
    margin-bottom: 5px;
  }

  .profile-systems_plan_properties {
    padding: 25px 15px;
  }

  .profile-systems_plan_image,
  .profile-systems_plan_characteristics,
  .profile-systems_plan_properties {
    width: 100%;
  }

  .profile-systems_plan_description {
    padding: 25px 15px;
  }

  .profile-systems_plan_action {
    flex-direction: column;
    gap: 25px;
  }

  .profile-systems_plan_action .btn-main {
    height: 46px;
  }

  .profile-systems_prev,
  .profile-systems_next {
    border-radius: 5px;
    background: rgba(209, 213, 219, 0.3) no-repeat 50% url(../../img/arr_right-simple.svg);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    display: flex;
    width: 60px;
    height: 65px;
    position: absolute;
    top: 8px;
    z-index: 10;
    cursor: pointer;
  }
}