.myaccount__top {
  background: #d0d0d0;
  border-radius: 1.56rem;
  padding: 2.75rem 0;
}

.myaccount__menu a {
  font-weight: 700;
  font-size: 0.81rem;
  text-transform: uppercase;
  text-align: center;
  color: inherit;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  border-radius: 0.38rem;
  padding: 1.15rem 2.56rem;
  background: #fff;
  justify-content: center;
}

.myaccount__menu ul {
  display: flex;
  list-style: none;
  gap: 0.125rem;
}

.myaccount__menu li {
  flex: 1;
}

.myaccount__menu {
  max-width: 52.75rem;
  overflow: hidden;
}

.myaccount__menu li.active a {
  background: #fed435;
  pointer-events: none;
}

.myaccount__menu a:hover {
  background: #fed435;
}

.myaccount__top .container {
  position: relative;
}

.myaccount__top__info {
  position: absolute;
  right: 1.25rem;
  top: 1.1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.myaccount__menu a svg {
  width: 1.1rem;
  height: auto;
}

.myaccount__top__name {
  font-size: 0.88rem;
  text-align: right;
  margin-bottom: 2.25rem;
}

.btn_myaccount_exit {
  border-radius: 0.38rem;
  padding: 1.1rem 3.725rem;
  background: #fff;
  gap: 0.5rem;
  max-width: none;
}

.btn_myaccount_exit svg {
  width: 1.1rem;
  height: auto;
}

.btn_myaccount_exit:hover {
  background: #000;
  color: #fff;
}
.section__full--myaccount__top {
  margin-bottom: 4.9rem;
}

@media screen and (max-width: 1024px) {
  .section__full--myaccount__top {
    margin-bottom: 32px;
  }
  .myaccount__top__info {
    position: static;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 12px;
    margin-top: -15px;
    text-align: l;
  }

  .myaccount__top__name {
    margin: 0;
    text-align: left;
    font-size: 12px;
    flex: 1;
  }

  .myaccount__menu {
    max-width: none;
  }
}

@media screen and (max-width: 750px) {
  .btn_myaccount_exit {
    padding: 10px 20px;
    font-size: 12px;
  }

  .myaccount__menu ul {
    flex-direction: column;
  }

  .myaccount__menu a {
    justify-content: flex-start;
    padding: 13px 20px;
    font-size: 12px;
  }

  .myaccount__menu a svg {
    width: 14px;
  }

  .myaccount__top {
    padding: 24px 0;
  }
}

.field_my_account__section {
  border: 2px solid #e8e8e8;
  border-radius: 0.38rem;
  font-size: 0.88rem;
  padding: 1.85rem 2.5rem 2.6rem;
}

.field_my_account__section--checkbox,
.field_my_account__section--btn_action {
  padding: 1.5rem 0 0;
  border: none;
}

.field_my_account__section__content {
  margin-bottom: 2.25rem;
}

.field_my_account__section__content:last-child {
  margin-bottom: 0;
}

.field_my_account__section--btn_action {
  max-width: 35rem;
}
.myaccount__main__form {
  max-width: 48.15rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.field_my_account__section__title {
  margin-bottom: 1.25rem;
}

.field_my_account__section__content .field_group {
  gap: 0.45rem;
}

@media screen and (max-width: 750px) {
  .field_my_account__section {
    padding: 20px;
    border-width: 1.5px;
  }

  .field_my_account__section__content {
    margin-bottom: 32px;
  }

  .field_my_account__section__content .field_group {
    gap: 10px;
  }

  .field_my_account__section--checkbox,
  .field_my_account__section--btn_action {
    padding: 20px 0 0;
  }
}
