.member_nav-link:hover {
  background-color: #e5ff03;
}
.w-embed:before,
.w-embed:after {
  display: none !important;
}

svg {
  width: 100% !important;
  height: 100% !important;
}
.materials-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(35%, 1fr));
  gap: 1.2rem;
}
.materials-item_lock {
  display: none;
}
.materials-item.is-disabled .materials-item_lock {
  display: flex;
}
.diagnostics_item.is-disabled .materials-item_lock {
  display: flex;
}
.materials-item_btn:hover .materials-item_btn_svg,
.materials-item:hover .materials-item_btn_svg {
  transform: rotateZ(45deg);
}
.filters_item.current-filter {
  border-color: transparent;
  background-color: rgb(229, 255, 3);
}
.diagnostic_result_item:first-of-type {
  background: linear-gradient(245deg, #a2b310 0%, #e5ff03 50%, #a2b310 100%);
  color: black;
}
.profiles_content {
}
.profile_view_btn {
  background: linear-gradient(245deg, #a2b310 0%, #e5ff03 50%, #a2b310 100%);
}
.profile_link {
  background: linear-gradient(245deg, #a2b310 0%, #e5ff03 50%, #a2b310 100%);
}
.profiles_item:hover {
  color: #000;
}

.profiles_item:hover .profiles_item_img_black.is-green {
  opacity: 1;
}
.profiles_item:hover .profile_view_btn {
  background: linear-gradient(326deg, #252525 17%, #000000 100%);
  color: #fff;
}
.profiles_item:hover .profile_link {
  background: linear-gradient(320deg, #252525 17%, #000000 100%);
  color: #fff;
}
.camp_card_closed {
  display: none;
}
.camp_card.is-closed .camp_card_closed {
  display: flex;
}
@media screen and (max-width: 480px) {
  .materials-list {
    display: flex;
    flex-direction: column;
  }
}
.diagnostic_result_scale_part div:nth-of-type(2) {
  position: absolute;
  top: 100%;
  padding-top: 7px;
  padding-left: 8px;
  left: 0;
  border-left: 1px dashed rgba(87, 87, 87, 0.7);
  right: 0;
}
.diagnostic_result_scale > div:nth-last-of-type(3) div:nth-of-type(2) {
  border-right: 1px dashed rgba(87, 87, 87, 0.7);
}

.diagnostic_result_scale_part_circle {
  background-color: transparent !important;
  top: 100%;
  padding-top: calc(1.3rem + 8px);
  left: 0;
}
.diagnostic_result_scale_part_circle.is-full-green {
  right: 0;
  left: auto;
  transform: translateX(95%);
}
.diagnostic_result_scale_level {
  padding-bottom: 0.5rem;
}
.diagnostic_result_scale_level_circle {
  position: absolute;
  top: 78%;
  right: 0%;
  transform: translateX(-50%);
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
}
@media screen and (max-width: 480px) {
  .diagnostic_result_scale_part_circle {
    padding-top: calc(4.5rem + 8px);
  }
  .diagnostic_result_scale_level_circle {
    top: 86%;
    width: 3.2rem;
    height: 3.2rem;
  }
  .diagnostic_result_scale_level {
    padding-bottom: 1.5rem;
  }
  .diagnostic_result_scale_part div:nth-of-type(2) {
    margin-right: 25%;
  }
}
