.profile-block h1 {
  font-weight:600;
  font-size:18px;
  margin-bottom:var(--padding)
}
.profile-block__form {
  gap:var(--padding);
  display:grid;
  width:50%
}
@media (max-width:979px) {
  .profile-block__form {
    width:100%
  }
}
.profile-block__form button[type=submit] {
  width:225px
}
@media (max-width:979px) {
  .profile-block__form button[type=submit] {
    width:100%
  }
}
.profile-block__lock {
  gap:8px;
  display:flex;
  width:50%
}
@media (max-width:979px) {
  .profile-block__lock {
    width:100%
  }
}
.profile-block__lock .text {
  font-weight:700;
  font-size:14px;
  line-height:17px;
  color:var(--color_main__100);
  padding:1.3rem;
  width:100%;
  text-align:center;
  display:inline-flex;
  align-items:center;
  justify-content:center
}
.profile-block__lock .text,
.profile-block__lock button {
  background:var(--bg_main__100);
  border-radius:var(--b-radius-sm)
}
.profile-block__lock button {
  aspect-ratio:1/1;
  flex-shrink:0;
  display:flex;
  align-items:center;
  justify-content:center;
  width:48px;
  height:48px
}
