/* Start custom CSS for html, class: .elementor-element-b4d7a15 */.emt-tr-dictionary {
  --emt-bg: #f3f6f8;
  --emt-surface: #ffffff;
  --emt-surface-soft: #eef3f6;
  --emt-ink: #13212b;
  --emt-muted: #5a6974;
  --emt-line: #d6e0e5;
  --emt-red: #b42318;
  --emt-red-dark: #8c1b14;
  --emt-blue: #0f6079;
  --emt-blue-dark: #0a4659;
  --emt-green: #176b4d;
  --emt-yellow: #9b5b00;
  --emt-radius: 20px;
  --emt-shadow: 0 18px 48px rgba(19, 33, 43, 0.08);

  color: var(--emt-ink);
  font-family: inherit;
  font-size: 17px;
  line-height: 1.65;
}

.emt-tr-dictionary,
.emt-tr-dictionary * {
  box-sizing: border-box;
}

.emt-tr-dictionary h1,
.emt-tr-dictionary h2,
.emt-tr-dictionary h3,
.emt-tr-dictionary p {
  margin-top: 0;
}

.emt-tr-dictionary a {
  color: var(--emt-blue);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.emt-tr-dictionary button,
.emt-tr-dictionary input,
.emt-tr-dictionary select {
  font: inherit;
}

.emt-container {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.emt-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 36px;
  background:
    radial-gradient(circle at 92% 12%, rgba(180, 35, 24, 0.14), transparent 34%),
    radial-gradient(circle at 6% 92%, rgba(15, 96, 121, 0.15), transparent 31%),
    linear-gradient(145deg, #f9fbfc 0%, #edf3f6 100%);
  border-bottom: 1px solid var(--emt-line);
}

.emt-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: 42px;
  align-items: center;
}

.emt-eyebrow,
.emt-kicker {
  margin-bottom: 10px;
  color: var(--emt-red);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.emt-hero h1 {
  max-width: 860px;
  margin-bottom: 22px;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.07;
  letter-spacing: -0.038em;
}

.emt-lead {
  max-width: 820px;
  margin-bottom: 28px;
  color: var(--emt-muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

.emt-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.emt-btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 2px solid transparent;
  border-radius: 14px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 850;
  line-height: 1.25;
  text-align: center;
  text-decoration: none !important;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background-color 0.18s ease,
    color 0.18s ease;
}

.emt-btn:hover {
  transform: translateY(-2px);
}

.emt-btn:focus-visible,
.emt-tr-dictionary button:focus-visible,
.emt-tr-dictionary input:focus-visible,
.emt-tr-dictionary select:focus-visible,
.emt-tr-dictionary summary:focus-visible,
.emt-tr-dictionary a:focus-visible {
  outline: 3px solid rgba(15, 96, 121, 0.3);
  outline-offset: 3px;
}

.emt-btn--primary {
  background: var(--emt-red);
  color: #ffffff !important;
  box-shadow: 0 12px 30px rgba(180, 35, 24, 0.22);
}

.emt-btn--primary:hover {
  background: var(--emt-red-dark);
}

.emt-btn--secondary {
  background: #ffffff;
  border-color: var(--emt-ink);
  color: var(--emt-ink) !important;
}

.emt-btn--secondary:hover {
  background: var(--emt-ink);
  color: #ffffff !important;
}

.emt-btn--max {
  background: #111827;
  color: #ffffff !important;
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.2);
}

.emt-btn--max:hover {
  background: #000000;
}

.emt-btn--telegram {
  background: #1677a8;
  color: #ffffff !important;
}

.emt-btn--telegram:hover {
  background: #105f87;
}

.emt-hero__summary {
  padding: 30px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(214, 224, 229, 0.95);
  border-radius: var(--emt-radius);
  box-shadow: var(--emt-shadow);
  backdrop-filter: blur(8px);
}

.emt-hero__summary h2 {
  margin-bottom: 17px;
  font-size: 23px;
  line-height: 1.25;
}

.emt-language-pair {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  color: var(--emt-muted);
  font-size: 22px;
  font-weight: 900;
}

.emt-language-code {
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 900;
}

.emt-language-code--ru {
  background: var(--emt-blue);
}

.emt-language-code--tr {
  background: var(--emt-red);
}

.emt-check-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.emt-check-list li {
  position: relative;
  padding-left: 29px;
  color: var(--emt-muted);
}

.emt-check-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--emt-blue);
  content: "✓";
  font-weight: 900;
}

.emt-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 44px;
  overflow: hidden;
  background: var(--emt-surface);
  border: 1px solid var(--emt-line);
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(19, 33, 43, 0.05);
}

.emt-stat {
  min-width: 0;
  padding: 22px 18px;
  text-align: center;
}

.emt-stat + .emt-stat {
  border-left: 1px solid var(--emt-line);
}

.emt-stat strong,
.emt-stat span {
  display: block;
}

.emt-stat strong {
  margin-bottom: 3px;
  font-size: 19px;
  line-height: 1.2;
}

.emt-stat span {
  color: var(--emt-muted);
  font-size: 14px;
}

.emt-notice {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 21px;
  margin-top: 34px;
  padding: 25px;
  border: 1px solid var(--emt-line);
  border-radius: 18px;
}

.emt-notice h2 {
  margin-bottom: 8px;
  font-size: 21px;
  line-height: 1.3;
}

.emt-notice p {
  margin-bottom: 8px;
  color: var(--emt-muted);
}

.emt-notice p:last-child {
  margin-bottom: 0;
}

.emt-notice__icon {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  font-size: 18px;
  font-weight: 900;
}

.emt-notice--translation {
  background: #f3f8fa;
}

.emt-notice--translation .emt-notice__icon {
  background: var(--emt-blue);
  color: #ffffff;
}

.emt-notice--danger {
  background: #fff3f1;
  border-color: #efc7c2;
}

.emt-notice--danger .emt-notice__icon {
  background: var(--emt-red);
  color: #ffffff;
}

.emt-page-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
  padding: 12px;
  background: var(--emt-surface);
  border: 1px solid var(--emt-line);
  border-radius: 16px;
}

.emt-page-nav a {
  padding: 9px 13px;
  border-radius: 10px;
  color: var(--emt-ink);
  font-size: 14px;
  font-weight: 780;
  text-decoration: none;
}

.emt-page-nav a:hover {
  background: var(--emt-surface-soft);
  color: var(--emt-blue);
}

.emt-section {
  padding-top: 76px;
  scroll-margin-top: 30px;
}

.emt-section__heading {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 20px;
  max-width: 940px;
  margin-bottom: 30px;
}

.emt-section__number {
  display: flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  background: var(--emt-ink);
  border-radius: 16px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
}

.emt-section__heading h2 {
  margin-bottom: 9px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.18;
  letter-spacing: -0.025em;
}

.emt-section__heading p {
  margin-bottom: 0;
  color: var(--emt-muted);
  font-size: 18px;
}

.emt-route-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.emt-route-card {
  min-width: 0;
  padding: 24px;
  background: var(--emt-surface);
  border: 1px solid var(--emt-line);
  border-radius: 18px;
  box-shadow: 0 8px 25px rgba(19, 33, 43, 0.045);
}

.emt-route-card > span {
  display: inline-flex;
  min-width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  padding-inline: 10px;
  background: var(--emt-surface-soft);
  border-radius: 12px;
  color: var(--emt-blue);
  font-size: 13px;
  font-weight: 900;
}

.emt-route-card h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.3;
}

.emt-route-card p {
  margin-bottom: 0;
  color: var(--emt-muted);
  font-size: 15px;
}

.emt-section--dictionary {
  position: relative;
}

.emt-toolbar {
  display: grid;
  grid-template-columns: minmax(280px, 1.5fr) minmax(190px, 0.8fr) minmax(180px, 0.7fr);
  gap: 15px;
  padding: 20px;
  background: var(--emt-surface);
  border: 1px solid var(--emt-line);
  border-radius: 20px;
  box-shadow: 0 12px 34px rgba(19, 33, 43, 0.055);
}

.emt-field {
  min-width: 0;
}

.emt-field label {
  display: block;
  margin-bottom: 7px;
  color: var(--emt-ink);
  font-size: 13px;
  font-weight: 850;
}

.emt-field input,
.emt-field select {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  background: #ffffff;
  border: 1px solid #bccbd3;
  border-radius: 12px;
  color: var(--emt-ink);
}

.emt-field input::placeholder {
  color: #87949d;
}

.emt-field input:focus,
.emt-field select:focus {
  border-color: var(--emt-blue);
}

.emt-favorite-filter {
  display: flex;
  min-height: 48px;
  align-items: center;
  align-self: end;
  gap: 10px;
  padding: 10px 13px;
  background: var(--emt-surface-soft);
  border-radius: 12px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 780;
}

.emt-favorite-filter input {
  width: 19px;
  height: 19px;
  accent-color: var(--emt-red);
}

.emt-toolbar__buttons {
  display: flex;
  grid-column: 1 / -1;
  flex-wrap: wrap;
  gap: 9px;
  padding-top: 2px;
}

.emt-tool-btn,
.emt-action,
.emt-favorite {
  border: 0;
  cursor: pointer;
}

.emt-tool-btn {
  min-height: 40px;
  padding: 9px 14px;
  background: var(--emt-ink);
  border-radius: 10px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
}

.emt-tool-btn:hover {
  background: var(--emt-blue-dark);
}

.emt-results-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 18px 0;
  padding: 13px 16px;
  background: var(--emt-surface-soft);
  border-radius: 12px;
}

.emt-results-bar strong {
  white-space: nowrap;
}

.emt-results-bar span {
  color: var(--emt-muted);
  font-size: 14px;
  text-align: right;
}

.emt-dictionary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.emt-dict-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  background: var(--emt-surface);
  border: 1px solid var(--emt-line);
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(19, 33, 43, 0.045);
}

.emt-dict-card[hidden] {
  display: none !important;
}

.emt-dict-card__top {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 14px;
  background: #f7f9fa;
  border-bottom: 1px solid var(--emt-line);
}

.emt-dict-card__meta {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
}

.emt-badge,
.emt-category {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 4px 9px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.2;
}

.emt-badge {
  background: #dceff4;
  color: var(--emt-blue-dark);
}

.emt-category {
  max-width: 100%;
  overflow: hidden;
  background: #eceff2;
  color: var(--emt-muted);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.emt-favorite {
  display: inline-flex;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 10px;
  color: #8a6200;
  font-size: 25px;
  line-height: 1;
}

.emt-favorite:hover,
.emt-favorite[aria-pressed="true"] {
  background: #fff2c8;
}

.emt-dict-card__number {
  position: absolute;
  top: 63px;
  right: 15px;
  color: #a6b1b8;
  font-size: 12px;
  font-weight: 900;
}

.emt-dict-card__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  flex: 1 1 auto;
  padding: 21px 18px 18px;
}

.emt-language-block {
  min-width: 0;
}

.emt-language-label {
  display: block;
  margin-bottom: 7px;
  color: var(--emt-red);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.emt-language-block--tr .emt-language-label {
  color: var(--emt-blue);
}

.emt-language-block h3 {
  padding-right: 34px;
  margin-bottom: 8px;
  overflow-wrap: anywhere;
  font-size: 21px;
  line-height: 1.28;
}

.emt-reading,
.emt-description {
  margin-bottom: 0;
  color: var(--emt-muted);
  font-size: 14px;
}

.emt-reading strong {
  color: var(--emt-ink);
}

.emt-translation {
  margin-bottom: 8px;
  color: var(--emt-blue-dark);
  font-size: 19px;
  font-weight: 850;
  line-height: 1.32;
}

.emt-translation-arrow {
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
  background: var(--emt-surface-soft);
  border-radius: 50%;
  color: var(--emt-muted);
  font-weight: 900;
}

.emt-dict-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding: 12px 14px;
  background: #fbfcfc;
  border-top: 1px solid var(--emt-line);
}

.emt-action {
  min-height: 35px;
  padding: 7px 10px;
  background: #e9eff2;
  border-radius: 9px;
  color: var(--emt-ink);
  font-size: 12px;
  font-weight: 780;
}

.emt-action:hover {
  background: var(--emt-blue);
  color: #ffffff;
}

.emt-empty,
.emt-noscript {
  padding: 28px;
  background: #fff8ee;
  border: 1px solid #ebcc9b;
  border-radius: 16px;
  text-align: center;
}

.emt-empty strong {
  display: block;
  margin-bottom: 5px;
  font-size: 20px;
}

.emt-empty p {
  margin-bottom: 0;
  color: var(--emt-muted);
}

.emt-load-more-wrap {
  display: flex;
  justify-content: center;
  padding-top: 22px;
}

.emt-noscript {
  margin-top: 20px;
}

.emt-device-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.emt-device-card {
  min-width: 0;
  padding: 24px;
  background: var(--emt-surface);
  border: 1px solid var(--emt-line);
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(19, 33, 43, 0.045);
}

.emt-device-code {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  margin-bottom: 15px;
  padding: 8px 12px;
  background: var(--emt-ink);
  border-radius: 11px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
}

.emt-device-card h3 {
  margin-bottom: 10px;
  overflow-wrap: anywhere;
  font-size: 21px;
  line-height: 1.3;
}

.emt-device-card p {
  margin-bottom: 9px;
  color: var(--emt-muted);
  font-size: 15px;
}

.emt-device-card p:last-child {
  margin-bottom: 0;
}

.emt-standard-list {
  display: grid;
  gap: 12px;
}

.emt-standard-list article {
  display: grid;
  grid-template-columns: minmax(220px, 0.45fr) minmax(0, 1fr);
  gap: 20px;
  padding: 18px 20px;
  background: var(--emt-surface);
  border: 1px solid var(--emt-line);
  border-radius: 14px;
}

.emt-standard-list strong {
  overflow-wrap: anywhere;
  color: var(--emt-blue-dark);
}

.emt-standard-list span {
  color: var(--emt-muted);
}

.emt-inline-note {
  margin-top: 18px;
  padding: 20px 22px;
  background: #f3f8fa;
  border-left: 5px solid var(--emt-blue);
  border-radius: 12px;
  color: var(--emt-muted);
}

.emt-inline-note strong {
  color: var(--emt-ink);
}

.emt-faq {
  display: grid;
  gap: 12px;
}

.emt-faq details {
  overflow: hidden;
  background: var(--emt-surface);
  border: 1px solid var(--emt-line);
  border-radius: 15px;
}

.emt-faq summary {
  position: relative;
  padding: 19px 54px 19px 20px;
  cursor: pointer;
  font-weight: 850;
  list-style: none;
}

.emt-faq summary::-webkit-details-marker {
  display: none;
}

.emt-faq summary::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: var(--emt-blue);
  content: "+";
  font-size: 25px;
  font-weight: 700;
}

.emt-faq details[open] summary::after {
  content: "−";
}

.emt-faq details > div {
  padding: 0 20px 19px;
  color: var(--emt-muted);
}

.emt-faq details p {
  margin-bottom: 0;
}

.emt-related {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 26px;
  align-items: center;
  margin-top: 76px;
  padding: 30px;
  background: #f3f8fa;
  border: 1px solid #c8dde4;
  border-radius: 20px;
}

.emt-related h2 {
  margin-bottom: 10px;
  font-size: clamp(25px, 3.4vw, 36px);
  line-height: 1.22;
}

.emt-related p {
  margin-bottom: 0;
  color: var(--emt-muted);
}

.emt-related__links {
  display: grid;
  gap: 10px;
}

.emt-related__links a {
  display: block;
  padding: 13px 15px;
  background: #ffffff;
  border: 1px solid var(--emt-line);
  border-radius: 12px;
  font-weight: 850;
  text-decoration: none;
}

.emt-related__future {
  overflow-wrap: anywhere;
  padding: 11px 13px;
  background: #e5edf1;
  border-radius: 10px;
  color: var(--emt-muted);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 12px;
}

.emt-contact {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.7fr);
  gap: 28px;
  margin: 32px 0 58px;
  padding: 36px;
  background:
    radial-gradient(circle at 100% 0%, rgba(180, 35, 24, 0.25), transparent 32%),
    linear-gradient(135deg, #13212b, #203642);
  border-radius: 24px;
  color: #ffffff;
  box-shadow: var(--emt-shadow);
}

.emt-contact h2 {
  margin-bottom: 12px;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.18;
}

.emt-contact p {
  max-width: 720px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.78);
}

.emt-contact .emt-kicker {
  color: #ffb4ac;
}

.emt-contact__facts {
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
}

.emt-contact__facts strong {
  margin-top: 10px;
  color: #ffffff;
  font-size: 14px;
}

.emt-contact__facts strong:first-child {
  margin-top: 0;
}

.emt-contact__facts span {
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
}

@media (max-width: 1080px) {
  .emt-hero__grid {
    grid-template-columns: 1fr;
  }

  .emt-hero__summary {
    max-width: 760px;
  }

  .emt-toolbar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .emt-field--search {
    grid-column: 1 / -1;
  }

  .emt-device-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .emt-route-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .emt-dictionary-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .emt-tr-dictionary {
    font-size: 16px;
  }

  .emt-container {
    width: min(100% - 22px, 1180px);
  }

  .emt-hero {
    padding: 45px 0 26px;
  }

  .emt-hero h1 {
    font-size: clamp(34px, 11vw, 48px);
  }

  .emt-lead {
    font-size: 18px;
  }

  .emt-hero__summary {
    padding: 22px;
  }

  .emt-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .emt-stat + .emt-stat {
    border-left: 0;
  }

  .emt-stat:nth-child(even) {
    border-left: 1px solid var(--emt-line);
  }

  .emt-stat:nth-child(n + 3) {
    border-top: 1px solid var(--emt-line);
  }

  .emt-notice {
    grid-template-columns: 1fr;
    padding: 21px;
  }

  .emt-section {
    padding-top: 58px;
  }

  .emt-section__heading {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .emt-section__number {
    width: 47px;
    height: 47px;
  }

  .emt-section__heading h2 {
    font-size: 30px;
  }

  .emt-route-grid,
  .emt-device-grid {
    grid-template-columns: 1fr;
  }

  .emt-toolbar {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .emt-field--search,
  .emt-toolbar__buttons {
    grid-column: auto;
  }

  .emt-favorite-filter {
    align-self: auto;
  }

  .emt-results-bar {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .emt-results-bar span {
    text-align: left;
  }

  .emt-dict-card__body {
    grid-template-columns: 1fr;
  }

  .emt-translation-arrow {
    width: 30px;
    height: 30px;
    margin: 0;
    transform: rotate(90deg);
  }

  .emt-language-block h3 {
    padding-right: 35px;
  }

  .emt-standard-list article {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .emt-related,
  .emt-contact {
    grid-template-columns: 1fr;
  }

  .emt-related {
    margin-top: 58px;
    padding: 24px;
  }

  .emt-contact {
    padding: 25px;
  }

  .emt-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .emt-btn {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .emt-hero h1 {
    font-size: 33px;
  }

  .emt-stats {
    grid-template-columns: 1fr;
  }

  .emt-stat:nth-child(even) {
    border-left: 0;
  }

  .emt-stat + .emt-stat {
    border-top: 1px solid var(--emt-line);
  }

  .emt-page-nav {
    align-items: stretch;
    flex-direction: column;
  }

  .emt-page-nav a {
    width: 100%;
  }

  .emt-toolbar__buttons {
    display: grid;
    grid-template-columns: 1fr;
  }

  .emt-tool-btn {
    width: 100%;
  }

  .emt-dict-card__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .emt-action {
    width: 100%;
  }
}

@media print {
  .emt-hero__actions,
  .emt-page-nav,
  .emt-toolbar,
  .emt-dict-card__actions,
  .emt-load-more-wrap,
  .emt-contact,
  .emt-related,
  .emt-favorite {
    display: none !important;
  }

  .emt-tr-dictionary {
    color: #000000;
    font-size: 11pt;
  }

  .emt-hero,
  .emt-notice,
  .emt-dict-card,
  .emt-device-card,
  .emt-standard-list article {
    background: #ffffff !important;
    box-shadow: none !important;
  }

  .emt-dictionary-grid {
    grid-template-columns: 1fr;
  }

  .emt-dict-card[hidden] {
    display: flex !important;
  }

  .emt-dict-card {
    break-inside: avoid;
  }
}/* End custom CSS */