.license-page {
  padding: 32px 0 72px;
  color: #352000;
  font-family: inherit;
  background: #ffffff;
}

.license-page a {
  color: inherit;
  text-decoration: none;
}
.license-page button {
  font: inherit;
}
.license-page img {
  display: block;
  max-width: 100%;
}
.license-page [hidden] {
  display: none !important;
}

.license-page__container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

.license-page__section {
  margin-top: 92px;
}

.license-page__heading {
  margin: 0;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  color: #352000;
}

.license-page__heading span {
  font-weight: 400;
}

.license-page__subtitle {
  max-width: 720px;
  margin: 22px auto 38px;
  font-size: 15px;
  line-height: 1.55;
  text-align: center;
  color: #5d5144;
}

.license-page__accent-line {
  width: 92px;
  height: 3px;
  margin: 14px auto 0;
  border-radius: 10px;
  background: #ddac00;
}

.license-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.72fr) minmax(320px, 0.95fr);
  gap: 22px;
  align-items: stretch;
}

.license-hero__main,
.license-hero__status {
  border-radius: 20px;
}

.license-hero__main {
  padding: 34px 38px 28px;
  background: #f5f8fa;
}

.license-hero__status {
  padding: 28px 28px 24px;
  border: 1px solid #dce7cd;
  background: #5f8c000d;
}

.license-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 28px;
  padding: 6px 13px;
  border-radius: 999px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
}

.license-badge--gold {
  color: #ffffff;
  background: #ddac00;
}
.license-badge--soft-green {
  color: #4e7600;
  background: #eaf4e4;
}

.license-hero__title {
  margin: 24px 0 16px;
  font-size: 39px;
  line-height: 1.16;
  font-weight: 700;
  color: #352000;
}

.license-hero__text {
  max-width: 700px;
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: #5d5144;
}

.license-hero__buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.license-button {
  display: inline-flex;
  min-height: 48px;
  padding: 12px 22px;
  align-items: center;
  justify-content: center;
  border: 1px solid #007b2d;
  border-radius: 999px;
  cursor: pointer;
  transition: 0.2s ease;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
}

.license-button--green {
  color: #ffffff !important;
  background: #007b2d;
}
.license-button--green:hover {
  background: #006425;
}
.license-button--outline {
  color: #007b2d !important;
  background: #ffffff;
}
.license-button--outline:hover {
  background: #f2f8f3;
}
.license-button--gold {
  color: #ffffff !important;
  border-color: #ddac00;
  background: #ddac00;
}
.license-button--gold:hover {
  background: #b38b00;
  border-color: #b38b00;
}
.license-button--white {
  color: #352000 !important;
  border-color: #ffffff;
  background: #ffffff;
}

.license-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 34px;
  margin-top: 22px;
  font-size: 16px;
  color: #667067;
}

.license-hero__trust-item {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

.license-hero__trust-icon {
  display: inline-flex;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  align-items: center;
  justify-content: center;
  color: #5f8c00;
}

.license-hero__status-title {
  margin: 20px 0 2px;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 600;
}

.license-hero__number {
  margin: 0 0 28px;
  font-size: 25px;
  line-height: 1.18;
  font-weight: 700;
  word-break: break-word;
}

.license-status-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 22px;
}

.license-status-grid__label {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  color: #7b746c;
}

.license-status-grid__value {
  display: block;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 600;
}

.license-hero__status-note {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid #dce2d5;
  font-size: 12px;
  line-height: 1.4;
  color: #89857f;
}

.license-org-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.6fr);
  gap: 22px;
}

.license-card {
  border: 1px solid #e4e8e1;
  border-radius: 18px;
  background: #ffffff;
}

.license-org-card {
  padding: 25px 28px;
}
.license-org-card__title {
  margin: 0 0 18px;
  font-size: 18px;
  font-weight: 700;
}

.license-table {
  width: 100%;
  border-collapse: collapse;
}
.license-table tr + tr {
  border-top: 1px solid #ecefea;
}
.license-table td {
  padding: 10px 0;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.35;
}
.license-table td:first-child {
  width: 42%;
  color: #867e75;
}
.license-table td:last-child {
  font-weight: 600;
}
.license-table a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.license-copy-wrap {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}

.license-copy {
  position: relative;
  display: inline-flex;
  width: auto;
  height: auto;
  padding: 0;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 6px;
  color: #5f8c00;
  background: #f2f7e9;
  cursor: pointer;
  transition: 0.2s ease;
  white-space: nowrap;
}

.license-copy:hover {
  background: #e6f0d7;
}
.license-copy svg {
  width: 14px;
  height: 14px;
}

.license-copy.is-copied::after {
  position: absolute;
  z-index: 5;
  top: calc(100% + 6px);
  left: 50%;
  padding: 5px 8px;
  content: "Скопировано";
  transform: translateX(-50%);
  border-radius: 6px;
  color: #ffffff;
  background: #568c00;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
}

.license-authority {
  padding: 18px 24px 20px;
}

.license-authority__head {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 18px 20px;
  border-radius: 15px;
  background: #5f8c000d;
}

.license-round-icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  background: #5f8c00;
}

.license-authority__eyebrow {
  margin: 0 0 4px;
  font-size: 11px;
  color: #8a847b;
}

.license-authority__name {
  margin: 0;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 700;
}

.license-authority__desc {
  margin: 5px 0 0;
  font-size: 11px;
  color: #8a847b;
}

.license-authority__rows {
  margin-top: 13px;
}
.license-authority__row {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid #ecefea;
  font-size: 16px;
  line-height: 1.45;
}
.license-authority__row:last-child {
  border-bottom: 0;
}
.license-authority__row span:first-child {
  color: #8a847b;
}
.license-authority__row span:last-child {
  font-weight: 600;
}

.license-help-card {
  padding: 26px 28px;
  border: 1px solid #9ebe65;
  border-radius: 18px;
  background: #5f8c000d;
}

.license-help-card__top {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.license-help-card__eyebrow {
  margin: 0 0 4px;
  font-size: 11px;
  color: #777168;
}

.license-help-card__title {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
}

.license-help-card__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: #5d5144;
}

.license-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.license-tag {
  padding: 7px 12px;
  border: 1px solid #d9e5c7;
  border-radius: 999px;
  background: #ffffff;
  font-size: 11px;
  color: #5f8c00;
}

.license-help-card__note {
  margin: 13px 0 0 64px;
  font-size: 12px;
  line-height: 1.5;
  color: #858077;
}

.license-main-address {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
  padding: 22px 25px;
}

.license-main-address__eyebrow {
  margin: 0 0 6px;
  font-size: 11px;
  font-weight: 600;
  color: #c58e00;
}

.license-main-address__title {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
}

.license-main-address__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #5d5144;
}

.license-label {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: #5f8c000d;
  color: #5f8c00;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

.license-details {
  margin-top: 14px;
  border: 1px solid #e4e8e1;
  border-radius: 14px;
  overflow: hidden;
  background: #ffffff;
}

.license-details summary {
  display: flex;
  min-height: 52px;
  padding: 14px 18px;
  cursor: pointer;
  list-style: none;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
}

.license-details summary::-webkit-details-marker {
  display: none;
}

.license-details__summary-right {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: #5f8c00;
  font-size: 12px;
  white-space: nowrap;
}

.license-details__arrow {
  width: 9px;
  height: 9px;
  border-right: 2px solid #5f8c00;
  border-bottom: 2px solid #5f8c00;
  transform: rotate(45deg) translateY(-2px);
  transition: 0.2s ease;
}

.license-details[open] .license-details__arrow {
  transform: rotate(225deg) translate(-1px, -1px);
}

.license-details__body {
  padding: 0 18px 18px;
  border-top: 1px solid #edf0ea;
  font-size: 16px;
  line-height: 1.55;
  color: #5d5144;
}

.license-details__body ul {
  margin: 14px 0 0;
  padding-left: 18px;
}
.license-details__body li + li {
  margin-top: 7px;
}

.license-works-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.45fr);
  gap: 22px;
  align-items: start;
}

.license-work-address {
  min-height: 290px;
  padding: 30px 28px;
  border-radius: 18px;
  color: #ffffff;
  background: #5f8c00;
}

.license-work-address__icon {
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #5f8c00;
  background: #ffffff;
}

.license-work-address__label {
  margin: 28px 0 7px;
  font-size: 11px;
  opacity: 0.86;
}

.license-work-address__title {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
}

.license-work-address__desc {
  margin: 11px 0 18px;
  font-size: 16px;
  line-height: 1.5;
  opacity: 0.93;
}

.license-work-address__date {
  display: inline-flex;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 12px;
  background: #7da836;
}

.license-work-list .license-details {
  margin-top: 10px;
}
.license-work-list .license-details:first-child {
  margin-top: 0;
}

.license-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 22px;
}

.license-tab {
  min-height: 34px;
  padding: 8px 16px;
  border: 1px solid #e1e5de;
  border-radius: 999px;
  cursor: pointer;
  background: #ffffff;
  color: #5d5144;
  font-size: 11px;
  line-height: 1;
}

.license-tab.is-active {
  color: #ffffff;
  border-color: #5f8c00;
  background: #5f8c00;
}

.license-doc-slider {
  position: relative;
}

.license-doc-track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  overscroll-behavior-x: contain;
}
.license-doc-track::-webkit-scrollbar {
  display: none;
}

.license-doc-card {
  flex: 0 0 calc((100% - 54px) / 4);
  min-width: 0;
}

.license-doc-card a {
  display: flex;
  height: 350px;
  padding: 14px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #dde4d7;
  border-radius: 14px;
  background: #ffffff;
}

.license-doc-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.license-slider-btn {
  position: absolute;
  z-index: 3;
  top: 50%;
  display: flex;
  width: 42px;
  height: 42px;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  color: #ffffff;
  background: #2ea6a8;
  transform: translateY(-50%);
}
.license-slider-btn--prev {
  left: -62px;
}
.license-slider-btn--next {
  right: -62px;
}
.license-slider-btn span {
  width: 10px;
  height: 10px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.license-slider-btn--prev span {
  transform: rotate(-135deg);
  margin-left: 4px;
}
.license-slider-btn--next span {
  transform: rotate(45deg);
  margin-right: 4px;
}

.license-registry-file {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  margin-top: 28px;
  padding: 18px 24px;
  border: 1px solid #e4e8e1;
  border-radius: 14px;
  background: #5f8c000d;
}

.license-registry-file__title {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 700;
}
.license-registry-file__text {
  margin: 0;
  font-size: 16px;
  color: #5d5144;
}
.license-registry-file .license-button {
  min-width: 190px;
  min-height: 42px;
}

.license-verify {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 245px;
  gap: 30px;
  align-items: center;
  margin-top: 72px;
  padding: 34px 38px;
  border-radius: 20px;
  color: #ffffff;
  background: #698b28;
}

.license-verify__title {
  margin: 18px 0 13px;
  font-size: 29px;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
}

.license-verify__text {
  max-width: 680px;
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: #ffffff;
}

.license-verify__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.license-verify__buttons .license-button {
  min-height: 40px;
  padding: 9px 20px;
  font-size: 16px;
}

.license-verify__note {
  margin: 15px 0 0;
  font-size: 12px;
  line-height: 1.45;
  opacity: 0.82;
}

.license-verify__qr {
  display: flex;
  min-height: 250px;
  padding: 16px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: #ffffff;
}

.license-verify__qr img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.license-verify__qr-title {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  color: #352000;
}

.license-verify__qr-text {
  margin-top: 3px;
  font-size: 8px;
  line-height: 1.2;
  text-align: center;
  color: #867e75;
}

.license-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  margin-top: 18px;
}

.license-step {
  display: flex;
  gap: 13px;
  align-items: center;
  min-height: 66px;
  padding: 12px 16px;
  border: 1px solid #e4e8e1;
  border-radius: 14px;
  background: #ffffff;
}

.license-step__number {
  display: flex;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  background: #5f8c00;
  font-size: 16px;
  font-weight: 700;
}

.license-step__title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}
.license-step__text {
  margin: 2px 0 0;
  font-size: 12px;
  color: #837c73;
}

.license-faq-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.55fr);
  gap: 24px;
  align-items: stretch;
  margin-top: 40px;
}

.license-faq-image {
  min-height: 360px;
  overflow: hidden;
  border-radius: 18px;
  background: #f5f8fa;
}
.license-faq-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.license-faq-list .license-details {
  margin-top: 10px;
  border: 0;
  background: #f5f8fa;
}
.license-faq-list .license-details:first-child {
  margin-top: 0;
}
.license-faq-list .license-details summary {
  min-height: 58px;
}
.license-faq-list .license-details__body {
  background: #f5f8fa;
  border-top: 0;
  padding-top: 0;
}

.license-contact-cta {
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: space-between;
  margin-top: 72px;
  padding: 22px 26px;
  border: 1px solid #e4e8e1;
  border-radius: 16px;
  background: #5f8c000d;
}

.license-contact-cta__title {
  margin: 0 0 4px;
  font-size: 21px;
  line-height: 1.25;
  font-weight: 700;
}
.license-contact-cta__text {
  margin: 0;
  font-size: 16px;
  color: #5d5144;
}
.license-contact-cta .license-button {
  min-width: 200px;
  min-height: 42px;
}

@media (max-width: 1280px) {
  .license-slider-btn--prev {
    left: 8px;
  }
  .license-slider-btn--next {
    right: 8px;
  }
}

@media (max-width: 900px) {
  .license-page {
    padding-top: 20px;
  }
  .license-page__section {
    margin-top: 68px;
  }
  .license-hero,
  .license-org-grid,
  .license-works-grid,
  .license-faq-grid {
    grid-template-columns: 1fr;
  }
  .license-hero__status {
    min-width: 0;
  }
  .license-doc-card {
    flex-basis: calc((100% - 36px) / 3);
  }
  .license-verify {
    grid-template-columns: 1fr 210px;
  }
}

@media (max-width: 600px) {
  .license-page {
    padding: 12px 0 46px;
  }
  .license-page__container {
    padding: 0 14px;
  }
  .license-page__section {
    margin-top: 54px;
  }
  .license-page__heading {
    font-size: 26px;
  }
  .license-page__subtitle {
    margin: 14px auto 24px;
    font-size: 16px;
  }

  .license-hero {
    gap: 12px;
  }
  .license-hero__main,
  .license-hero__status {
    border-radius: 15px;
  }
  .license-hero__main {
    padding: 18px 16px 16px;
  }
  .license-hero__status {
    padding: 18px 16px;
  }
  .license-badge {
    min-height: 24px;
    padding: 5px 10px;
    font-size: 12px;
  }
  .license-hero__title {
    margin: 16px 0 12px;
    font-size: 27px;
    line-height: 1.1;
  }
  .license-hero__text {
    font-size: 16px;
  }
  .license-hero__buttons {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 18px;
  }
  .license-button {
    min-height: 42px;
    font-size: 16px;
  }
  .license-hero__trust {
    gap: 9px 14px;
    margin-top: 14px;
    font-size: 12px;
  }
  .license-hero__status-title {
    margin-top: 14px;
    font-size: 16px;
  }
  .license-hero__number {
    margin-bottom: 18px;
    font-size: 21px;
  }
  .license-status-grid {
    gap: 14px;
  }
  .license-status-grid__label {
    font-size: 12px;
  }
  .license-status-grid__value {
    font-size: 11px;
  }
  .license-hero__status-note {
    font-size: 8px;
  }

  .license-org-grid {
    gap: 10px;
  }
  .license-org-card,
  .license-authority {
    padding: 16px;
  }
  .license-org-card__title {
    font-size: 15px;
  }
  .license-table td {
    padding: 8px 0;
    font-size: 12px;
  }
  .license-copy-wrap {
    gap: 5px;
  }
  .license-copy {
    width: auto;
    height: auto;
    flex-basis: auto;
  }
  .license-authority__head {
    padding: 13px;
    gap: 10px;
  }
  .license-round-icon {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }
  .license-authority__eyebrow {
    font-size: 8px;
  }
  .license-authority__name {
    font-size: 16px;
  }
  .license-authority__desc {
    font-size: 8px;
  }
  .license-authority__row {
    grid-template-columns: 90px minmax(0, 1fr);
    gap: 10px;
    padding: 10px 0;
    font-size: 12px;
  }

  .license-help-card {
    padding: 16px 14px;
  }
  .license-help-card__top {
    gap: 10px;
  }
  .license-help-card__eyebrow {
    font-size: 8px;
  }
  .license-help-card__title {
    font-size: 16px;
  }
  .license-help-card__text {
    font-size: 12px;
  }
  .license-tags {
    gap: 6px;
    margin-top: 12px;
  }
  .license-tag {
    padding: 6px 8px;
    font-size: 8px;
  }
  .license-help-card__note {
    margin: 10px 0 0;
    font-size: 8px;
  }

  .license-main-address {
    align-items: flex-start;
    padding: 15px;
  }
  .license-main-address__eyebrow {
    font-size: 8px;
  }
  .license-main-address__title {
    font-size: 16px;
  }
  .license-main-address__text {
    font-size: 12px;
  }
  .license-label {
    font-size: 8px;
  }

  .license-details {
    margin-top: 8px;
  }
  .license-details summary {
    min-height: 46px;
    padding: 11px 12px;
    font-size: 12px;
  }
  .license-details__summary-right {
    font-size: 8px;
  }
  .license-details__body {
    padding: 0 12px 12px;
    font-size: 12px;
  }

  .license-work-address {
    min-height: 0;
    padding: 18px 16px;
  }
  .license-work-address__icon {
    width: 42px;
    height: 42px;
  }
  .license-work-address__label {
    margin-top: 16px;
    font-size: 8px;
  }
  .license-work-address__title {
    font-size: 16px;
  }
  .license-work-address__desc {
    font-size: 12px;
  }
  .license-work-address__date {
    font-size: 8px;
  }

  .license-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-bottom: 13px;
    scrollbar-width: none;
  }
  .license-tabs::-webkit-scrollbar {
    display: none;
  }
  .license-tab {
    flex: 0 0 auto;
    min-height: 30px;
    padding: 7px 12px;
    font-size: 12px;
  }
  .license-doc-track {
    gap: 10px;
    padding-right: 28px;
  }
  .license-doc-card {
    flex: 0 0 calc(50% - 5px);
  }
  .license-doc-card a {
    height: 245px;
    padding: 8px;
    border-radius: 10px;
  }
  .license-slider-btn {
    display: none;
  }

  .license-registry-file {
    display: block;
    margin-top: 18px;
    padding: 14px;
  }
  .license-registry-file__title {
    font-size: 16px;
  }
  .license-registry-file__text {
    font-size: 12px;
  }
  .license-registry-file .license-button {
    width: 100%;
    min-width: 0;
    margin-top: 12px;
  }

  .license-verify {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 44px;
    padding: 18px 16px;
    border-radius: 15px;
  }
  .license-verify__title {
    margin: 13px 0 10px;
    font-size: 23px;
  }
  .license-verify__text {
    font-size: 12px;
  }
  .license-verify__buttons {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 14px;
  }
  .license-verify__buttons .license-button {
    width: 100%;
  }
  .license-verify__note {
    font-size: 8px;
  }
  .license-verify__qr {
    min-height: 0;
    padding: 14px;
    background: #ffffff;
  }
  .license-verify__qr img {
    width: 100%;
    max-width: 230px;
    margin: 0 auto;
    border-radius: 12px;
  }
  .license-verify__qr-title {
    margin-top: 7px;
    font-size: 11px;
  }
  .license-verify__qr-text {
    font-size: 8px;
  }

  .license-steps {
    grid-template-columns: 1fr;
    gap: 7px;
    margin-top: 10px;
  }
  .license-step {
    min-height: 48px;
    padding: 8px 10px;
  }
  .license-step__number {
    width: 27px;
    height: 27px;
    flex-basis: 27px;
    font-size: 11px;
  }
  .license-step__title {
    font-size: 12px;
  }
  .license-step__text {
    font-size: 8px;
  }

  .license-faq-grid {
    gap: 12px;
    margin-top: 22px;
  }
  .license-faq-image {
    display: none;
  }
  .license-faq-list .license-details summary {
    min-height: 48px;
  }

  .license-contact-cta {
    display: block;
    margin-top: 44px;
    padding: 16px;
  }
  .license-contact-cta__title {
    font-size: 16px;
  }
  .license-contact-cta__text {
    font-size: 12px;
  }
  .license-contact-cta .license-button {
    width: 100%;
    min-width: 0;
    margin-top: 14px;
  }
}
.license-copy {
  display: inline-flex;
  width: auto;
  height: auto;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 4px 8px;
  border: 0;
  border-radius: 6px;
  background: #f2f7e9;
  color: #5f8c00;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
}

.license-copy svg {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
}

.license-copy > span {
  display: inline-block;
  white-space: nowrap;
}

@media (min-width: 601px) {
  .license-page__subtitle,
  .license-hero__text,
  .license-hero__trust,
  .license-status-grid__label,
  .license-status-grid__value,
  .license-hero__status-note,
  .license-table td,
  .license-authority__eyebrow,
  .license-authority__desc,
  .license-authority__row,
  .license-help-card__eyebrow,
  .license-help-card__text,
  .license-tag,
  .license-help-card__note,
  .license-main-address__eyebrow,
  .license-main-address__text,
  .license-label,
  .license-details__summary-right,
  .license-details__body,
  .license-work-address__label,
  .license-work-address__desc,
  .license-work-address__date,
  .license-registry-file__text,
  .license-verify__text,
  .license-verify__note,
  .license-step__text,
  .license-contact-cta__text {
    font-size: 16px;
  }

  .license-verify #copy-license-inn {
    font-weight: 700;
  }
}
.license-details__body ul {
  list-style: disc;
}

.license-details__body li::marker {
  color: #ddac00;
}
