.container {
  width: calc(480px + 32px + 32px);
  padding-left: 16px;
  padding-right: 16px;
}

.container_small {
  width: calc(444px + 32px + 32px);
}

.header-layout__logo {
  width: 280px;
  margin-left: auto;
  margin-right: auto;
}

.header-layout__enter {
  margin-right: auto;
  margin-top: 18px;
}

.header__enter {
  font-size: 22px;
}

.main {
  padding-top: 30px;
  padding-bottom: 30px;
}

.appeal {
  padding: 24px;
}

.appeal__title {
  font-size: 16px;
  text-align: center;
}

* + .appeal {
  margin-top: 30px;
}

.header-office__divider {
  margin-left: 8px;
  margin-right: 8px;
}

.header-office {
  padding: 8px 12px;
}

.office {
  padding-top: 30px;
  padding-bottom: 30px;
}

.office-group__title {
  font-size: 32px;
  padding-bottom: 18px;
}

.office-child__name {
  width: 100%;
  padding-right: 0px;
  margin-bottom: 15px;
}

.office-child__params {
  width: 100%;
  padding-left: 0px;
}

.button-primary__right-arrow {
  margin-left: 8px;
  width: 12px;
}

.button-primary__right-arrow::before {
  width: 10px;
  height: 10px;
}

.cards {
  grid-template-columns: 270px;
}

.section-breadcrumbs {
  padding: 10px 0;
}

.breadcrumbs {
  font-size: 16px;
  line-height: 24px;
  flex-direction: column;
}

.breadcrumbs li {
  padding-left: 18px;
}

.breadcrumbs li::before {
  left: 0px;
  width: 12px;
  top: 12px;
}

.breadcrumbs li::after {
  width: 8px;
  height: 8px;
  left: 3px;
  top: 9px;
}

.child {
  padding-top: 30px;
}

.child__title {
  font-size: 32px;
  margin-bottom: 40px;
}

.child-group__title {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 18px;
}

.login-header__menu {
  padding: 0px;
  gap: 1px;
}

.login-header__menu-item {
  font-size: 12px;
  width: 100%;
}
.login-header__menu-item_active {
  border: 0px solid rgba(255, 255, 255, 0);
}

.account-header {
  padding: 30px 0;
}

.account-header__container {
  gap: 40px;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
}

.account-header__body {
  gap: 10px;
  width: 100%;
  flex-direction: column;
  align-items: start;
}

.account-header__title {
  font-size: 24px;
  width: 100%;
  text-align: start;
}

.account-header__logo {
  margin: 0;
  text-align: start;
  order: -1;
}

.account-main {
  padding-top: 20px;
  padding-bottom: 20px;
}

.account-data {
  padding-bottom: 15px;
}

.account-data__headline-title {
  font-size: 33px;
  padding-right: 30px;
}

.account-data__headline-arrow {
  margin-top: -15px;
  width: 30px;
  height: 30px;
}

.account-data__headline-symbol {
  margin-top: -15px;
  width: 30px;
  height: 30px;
}

.account-childs__title {
  font-size: 28px;
  margin-bottom: 12px;
}

.account-child__row-name {
  width: 100%;
  font-size: 14px;
}

.account-child__row-diagnosis {
  width: 100%;
}


.detail-child_row.contact-child_row {
  display: flex;
  flex-direction: column;
}

.account-child__row,
.detail-child_row {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-template-rows: auto;
  gap: 10px;
}
.detail-child_row .item {
  padding-top: 16px;
  padding-bottom: 16px;
} 
.detail-child_row .item button {
  padding: 1.2rem 3.5rem;
  border: 2px solid #D94236;
  border-radius: 2px;
}

.detail-child_row .item:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}
.detail-child_row .item:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}

.detail-child_row .item:nth-child(n+3) {
  grid-column: 2;
  overflow-wrap: break-word;
}

.detail-child__row-diagnosis {
  width: 50%;
}

.detail-child__row-purpose,
.detail-child__row-response,
.detail-child__row-coordinator {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
}

.account-data__actions {
  flex-wrap: wrap;
}

.card-result-alt {
  padding: 50px 0;
}

.card-result-alt__text {
  font-size: 36px;
}

.card-result-alt__actions {
  margin-top: 50px;
}

.account-header-new {
  padding: 1rem 0 0 0;
}

.login-form__actions {
  flex-direction: column;
}

.login-form__checkbox-label {
  font-size: 12px;
}

.login-form__action-button {
  width: 100%;
  line-height: 41px;
}

.login-form__action-link {
  font-size: 12px;
  text-decoration: underline;
}

.login-form {
  padding-bottom: 1rem;
  border-bottom: 1px solid #D94236;
}

.login-form__desc {
  font-size: 16px;
  text-align: start;
}

.details-item__label{
  font-size: 12px;
}
.details-item__value{
  font-size: 14px;
}

.swal2-container #swal2-html-container {
  padding: 1em 0.9em .3em;
}