.typePanel {
  background: rgb(0, 76, 69);
  background: linear-gradient(90deg, rgba(0, 76, 69, 1) 0%, rgba(0, 89, 79, 1) 50%, rgba(0, 76, 69, 1) 100%);
  margin: 16px 0 24px;
  padding: 20px 32px;
  padding-bottom: 0;
  display: flex;
  align-items: flex-end;
}

.typePanel__legal {
  margin: 0 16px 0 0;
  width: 280px;
  cursor: pointer;
}

.typePanel__fiz {
  width: 300px;
  cursor: pointer;
}

.typePanel__descr {
  font-style: normal;
  color: #FFF;
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 15px;
}

.typePanel__name {
  margin-bottom: 0;
  padding-bottom: 30px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.typePanel__name span {
  border-bottom: 1px dotted #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  color: #FFF;
}

.active .typePanel__name span {
  color: #faa634;
  border-bottom-color: transparent;
}

.typePanel__name:after {
  display: block;
  position: absolute;
  left: 50%;
  right: auto;
  margin: 0;
  transform: translateX(-50%);
  bottom: 0;
  background: none;
  width: 0;
  height: 0;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  opacity: 0;
  content: '';
}

.active .typePanel__name:after {
  opacity: 1;
}

.profile_table_td4, .profile_table_td2 input, .profile_table_td2 select {
  width: 100% !important;
}

.regPanel--legal, .regPanel--fiz {
  display: none;
}

.regPanel--legal.active, .regPanel--fiz.active {
  display: block;
}

.checkbox a {
  text-decoration: underline;
}