.planHead {
  margin-top: 32px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.planHead__number {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  border: 3px solid #fefefe;
  color: #fefefe;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
}

.planHead__desc {
  color: #ffffff;
  font-size: 20px;
  margin: 0;
}

.planValuesList {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  gap: 18px;
  list-style: none;
}

.planValuesList__item {
  max-width: 160px;
  height: 89px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #23232380;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  mix-blend-mode: normal;
  flex: 1;
  cursor: pointer;
  border: 3px solid transparent;
  box-sizing: border-box;
}

.planValuesList__item.active {
  border-color: #4c4c4c;
}

.planValuesList__value {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}

.planBodyList {
  display: flex;
  justify-content: center;
  gap: 18px;
}

.planBodyList__item {
  max-width: 340px;
  flex: 1;
}

.planBodyListTop {
  background-color: #23232380;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  mix-blend-mode: normal;
  padding: 24px;
  height: 310px;
}

.planBodyListTop__title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 32px;
}

.planBodyListTop__types {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 18px;
}

.planBodyListTop__types__icon {
  width: 20px;
}

.planBodyListTop__types__txt {
  display: block;
  margin-top: 16px;
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
}

.planBodyListTop__types__line {
  height: 3px;
  width: 35px;
  background-color: #c178ff;
}

.planBodyListTop__types__line--noactivation {
  background-color: #04cbee;
}

.planBodyListTop__types__line--instant {
  background-color: #50ed5e;
}

.planBodyListTop__desc {
  margin-top: 24px;
  font-size: 13px;
  color: #fefefe;
  letter-spacing: 0.4px;
  height: 60px;
}

.planBodyListTop__values {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 10px;
}

.planBodyListTop__totValue {
  font-size: 10px;
  color: #cecece;
  display: flex;
  align-items: center;
  gap: 2px;
  text-decoration: line-through;
  line-height: 18px;
}

.planBodyListTop__totValue span {
  font-size: 16px;
}

.planBodyListTop__finalValue {
  font-size: 20px;
  color: #cecece;
  display: flex;
  align-items: center;
  gap: 2px;
  line-height: 18px;
}

.planBodyListTop__finalValue span {
  font-size: 30px;
}

.planBodyListTop__code {
  background-color: #cecece;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  border-radius: 50px;
  margin: 0 auto;
  color: #4c4c4c;
  width: fit-content;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 9px;
  letter-spacing: 0.4px;
}

.planBodyListTop__code span {
  text-transform: uppercase;
  font-weight: 600;
}

.planTabs {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #d7ff0126;
  margin: 0 auto;
  width: fit-content;
  border-radius: 30px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.planTabs__item {
  border-radius: 30px;
  padding-left: 18px;
  padding-right: 18px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
}

.planTabs__item--noactivation.active {
  background-color: #04cbee;
}

.planTabs__item--standard.active {
  background-color: #c178ff;
}

.planList {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 0;
  margin: 0;
  display: none;
}

.planList.active {
  display: flex;
}

.planListItem {
  background-color: #23232380;
  border-radius: 10px;
  list-style: none;
  padding: 10px 18px;
}

.planListItem__head {
  display: flex;
  align-items: center;
  gap: 24px;
  height: 40px;
  cursor: pointer;
}

.planListItem__head__label {
  color: #cecece;
  font-size: 15px;
  flex: 1;
  margin: 0;
  line-height: 1;
}

.planListItem__head__value {
  font-size: 20px;
  color: #fefefe;
  margin: 0;
  text-align: right;
}

.planListItem__head__arrow {
  width: 14px;
  height: auto;
  transition: transform 0.3s ease;
}

.planListItem__body {
  margin-top: 16px;
  color: #cecece;
  display: none;
}
