/* Start custom CSS for html, class: .elementor-element-cb8a3ac *//* =========================================================
   ELECTRIKMAN.RU
   /uz/elektrik-lugati/
   Стили ограничены контейнером .em-uz-dictionary
   ========================================================= */

.em-uz-dictionary {
    --uzd-dark: #071522;
    --uzd-deep: #0d293f;
    --uzd-soft: #f3f7fa;
    --uzd-card: #ffffff;
    --uzd-text: #172634;
    --uzd-muted: #526878;
    --uzd-border: #dbe6ed;
    --uzd-blue: #1676b5;
    --uzd-yellow: #f2b705;
    --uzd-yellow-hover: #ffc627;
    --uzd-green: #16855a;
    --uzd-red: #b72b2b;
    --uzd-red-bg: #fff2f1;
    --uzd-radius-small: 12px;
    --uzd-radius: 20px;
    --uzd-radius-large: 30px;
    --uzd-shadow: 0 18px 48px rgba(8, 30, 48, 0.09);
    --uzd-shadow-small: 0 8px 24px rgba(8, 30, 48, 0.06);

    width: 100%;
    margin: 0 auto;
    color: var(--uzd-text);
    font-family: inherit;
    font-size: 17px;
    line-height: 1.7;
}

.em-uz-dictionary,
.em-uz-dictionary * {
    box-sizing: border-box;
}

.em-uz-dictionary a {
    color: inherit;
    text-decoration: none;
}

.em-uz-dictionary p {
    margin-top: 0;
}

.em-uz-dictionary h1,
.em-uz-dictionary h2,
.em-uz-dictionary h3 {
    margin-top: 0;
    color: inherit;
    line-height: 1.18;
    letter-spacing: -0.025em;
}

.em-uz-dictionary h1 {
    margin-bottom: 24px;
    font-size: clamp(38px, 5vw, 66px);
    font-weight: 850;
}

.em-uz-dictionary h2 {
    margin-bottom: 0;
    font-size: clamp(29px, 3.4vw, 45px);
    font-weight: 820;
}

.em-uz-dictionary h3 {
    margin-bottom: 12px;
    font-size: 21px;
    font-weight: 780;
}

/* Хлебные крошки */

.em-uz-dictionary__breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 20px 24px;
    color: #617482;
    font-size: 14px;
}

.em-uz-dictionary__breadcrumbs a {
    color: var(--uzd-blue);
    font-weight: 700;
}

.em-uz-dictionary__breadcrumbs a:hover {
    text-decoration: underline;
}

/* Первый экран */

.em-uz-dictionary__hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(300px, 0.6fr);
    gap: 42px;
    max-width: 1240px;
    margin: 0 auto;
    padding: clamp(42px, 7vw, 82px);
    overflow: hidden;
    color: #ffffff;
    background:
        radial-gradient(circle at 88% 8%, rgba(242, 183, 5, 0.22), transparent 30%),
        radial-gradient(circle at 10% 100%, rgba(22, 118, 181, 0.25), transparent 38%),
        linear-gradient(135deg, var(--uzd-dark), var(--uzd-deep));
    border-radius: var(--uzd-radius-large);
    box-shadow: var(--uzd-shadow);
}

.em-uz-dictionary__hero::before {
    content: "";
    position: absolute;
    top: -110px;
    right: -95px;
    width: 300px;
    height: 300px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 50%;
}

.em-uz-dictionary__hero-content,
.em-uz-dictionary__hero-stats {
    position: relative;
    z-index: 1;
}

.em-uz-dictionary__kicker,
.em-uz-dictionary__eyebrow {
    margin-bottom: 14px;
    color: var(--uzd-yellow);
    font-size: 13px;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.em-uz-dictionary__lead {
    max-width: 790px;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.83);
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.55;
}

.em-uz-dictionary__hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
}

.em-uz-dictionary__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 13px 22px;
    border: 1px solid transparent;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
    transition:
        transform 0.18s ease,
        background-color 0.18s ease,
        box-shadow 0.18s ease;
}

.em-uz-dictionary__button:hover {
    transform: translateY(-2px);
}

.em-uz-dictionary__button--primary {
    color: #16212b !important;
    background: var(--uzd-yellow);
    box-shadow: 0 12px 30px rgba(242, 183, 5, 0.22);
}

.em-uz-dictionary__button--primary:hover {
    background: var(--uzd-yellow-hover);
}

.em-uz-dictionary__button--secondary {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.24);
}

.em-uz-dictionary__button--secondary:hover {
    background: rgba(255, 255, 255, 0.15);
}

.em-uz-dictionary__hero-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    align-self: center;
}

.em-uz-dictionary__hero-stats > div {
    min-height: 135px;
    padding: 23px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 18px;
    backdrop-filter: blur(10px);
}

.em-uz-dictionary__hero-stats strong,
.em-uz-dictionary__hero-stats span {
    display: block;
}

.em-uz-dictionary__hero-stats strong {
    margin-bottom: 8px;
    color: var(--uzd-yellow);
    font-size: 26px;
    line-height: 1.1;
}

.em-uz-dictionary__hero-stats span {
    color: rgba(255, 255, 255, 0.73);
    font-size: 14px;
}

/* Предупреждение */

.em-uz-dictionary__warning {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 20px;
    max-width: 1140px;
    margin: 28px auto 0;
    padding: 25px 28px;
    background: var(--uzd-red-bg);
    border: 1px solid #efc8c5;
    border-left: 5px solid var(--uzd-red);
    border-radius: var(--uzd-radius);
}

.em-uz-dictionary__warning-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    color: #ffffff;
    background: var(--uzd-red);
    border-radius: 50%;
    font-size: 23px;
    font-weight: 900;
}

.em-uz-dictionary__warning strong {
    display: block;
    margin-bottom: 8px;
    color: #852020;
    font-size: 20px;
}

.em-uz-dictionary__warning p {
    margin-bottom: 8px;
    color: #662d2d;
}

.em-uz-dictionary__warning p:last-child {
    margin-bottom: 0;
}

/* Навигация */

.em-uz-dictionary__page-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 9px;
    max-width: 1140px;
    margin: 27px auto 0;
    padding: 14px;
    background: #ffffff;
    border: 1px solid var(--uzd-border);
    border-radius: 16px;
    box-shadow: var(--uzd-shadow-small);
}

.em-uz-dictionary__page-nav a {
    padding: 9px 13px;
    color: #30495a;
    background: var(--uzd-soft);
    border-radius: 9px;
    font-size: 14px;
    font-weight: 730;
}

.em-uz-dictionary__page-nav a:hover {
    color: #ffffff;
    background: var(--uzd-blue);
}

/* Основные секции */

.em-uz-dictionary__main {
    max-width: 1240px;
    margin: 0 auto;
    padding: 28px 0 80px;
}

.em-uz-dictionary__section {
    margin-top: 30px;
    padding: clamp(31px, 5vw, 65px);
    background: #ffffff;
    border: 1px solid var(--uzd-border);
    border-radius: var(--uzd-radius-large);
}

.em-uz-dictionary__section--soft {
    background: var(--uzd-soft);
}

.em-uz-dictionary__section--dark {
    color: #ffffff;
    background:
        radial-gradient(circle at 100% 0, rgba(242, 183, 5, 0.17), transparent 28%),
        linear-gradient(145deg, #071522, #102e47);
    border-color: transparent;
}

.em-uz-dictionary__section-heading {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 28px;
}

.em-uz-dictionary__section-heading > span {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    color: #152331;
    background: var(--uzd-yellow);
    border-radius: 14px;
    font-weight: 900;
}

.em-uz-dictionary__intro {
    max-width: 940px;
    margin-bottom: 30px;
    color: var(--uzd-muted);
    font-size: 19px;
}

/* Как пользоваться */

.em-uz-dictionary__use-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 17px;
}

.em-uz-dictionary__use-grid article {
    padding: 25px;
    background: var(--uzd-soft);
    border: 1px solid var(--uzd-border);
    border-radius: var(--uzd-radius);
}

.em-uz-dictionary__use-grid article > span {
    display: inline-block;
    margin-bottom: 19px;
    color: var(--uzd-blue);
    font-size: 14px;
    font-weight: 900;
}

.em-uz-dictionary__use-grid h3 {
    font-size: 19px;
}

.em-uz-dictionary__use-grid p {
    margin-bottom: 0;
    color: var(--uzd-muted);
    font-size: 14px;
}

/* Поиск */

.em-uz-dictionary__search {
    position: sticky;
    top: 15px;
    z-index: 10;
    margin-bottom: 25px;
    padding: 24px;
    background: #ffffff;
    border: 1px solid var(--uzd-border);
    border-radius: var(--uzd-radius);
    box-shadow: var(--uzd-shadow-small);
}

.em-uz-dictionary__search label {
    display: block;
    margin-bottom: 10px;
    font-weight: 800;
}

.em-uz-dictionary__search-line {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
}

.em-uz-dictionary__search input {
    width: 100%;
    min-height: 50px;
    padding: 11px 15px;
    color: var(--uzd-text);
    background: #ffffff;
    border: 1px solid #cbd9e2;
    border-radius: 11px;
    font: inherit;
}

.em-uz-dictionary__search input:focus {
    border-color: var(--uzd-blue);
    outline: 3px solid rgba(22, 118, 181, 0.14);
}

.em-uz-dictionary__search-line > button {
    min-height: 50px;
    padding: 10px 18px;
    color: #ffffff;
    background: var(--uzd-deep);
    border: 0;
    border-radius: 11px;
    cursor: pointer;
    font: inherit;
    font-weight: 750;
}

.em-uz-dictionary__filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 15px;
}

.em-uz-dictionary__filters button {
    padding: 8px 11px;
    color: #385063;
    background: var(--uzd-soft);
    border: 1px solid var(--uzd-border);
    border-radius: 999px;
    cursor: pointer;
    font: inherit;
    font-size: 13px;
    font-weight: 720;
}

.em-uz-dictionary__filters button:hover,
.em-uz-dictionary__filters button.is-active {
    color: #ffffff;
    background: var(--uzd-blue);
    border-color: var(--uzd-blue);
}

.em-uz-dictionary__search-result {
    margin: 14px 0 0;
    color: var(--uzd-muted);
    font-size: 14px;
    font-weight: 700;
}

/* Категории */

.em-uz-dictionary__category {
    margin-top: 16px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--uzd-border);
    border-radius: var(--uzd-radius);
}

.em-uz-dictionary__category[hidden],
.em-uz-term[hidden] {
    display: none !important;
}

.em-uz-dictionary__category > summary {
    position: relative;
    display: grid;
    grid-template-columns: 46px minmax(180px, auto) minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    padding: 21px 65px 21px 22px;
    cursor: pointer;
    list-style: none;
}

.em-uz-dictionary__category > summary::-webkit-details-marker {
    display: none;
}

.em-uz-dictionary__category > summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 31px;
    height: 31px;
    color: #ffffff;
    background: var(--uzd-blue);
    border-radius: 50%;
    transform: translateY(-50%);
    font-size: 21px;
}

.em-uz-dictionary__category[open] > summary::after {
    content: "−";
}

.em-uz-dictionary__category > summary > span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: #172634;
    background: var(--uzd-yellow);
    border-radius: 11px;
    font-weight: 900;
}

.em-uz-dictionary__category > summary strong {
    font-size: 19px;
}

.em-uz-dictionary__category > summary small {
    color: var(--uzd-muted);
    font-size: 13px;
}

.em-uz-dictionary__terms {
    border-top: 1px solid var(--uzd-border);
}

/* Строки словаря */

.em-uz-term {
    display: grid;
    grid-template-columns: minmax(210px, 0.75fr) minmax(210px, 0.75fr) minmax(300px, 1.5fr);
    gap: 20px;
    align-items: start;
    padding: 20px 22px;
    border-bottom: 1px solid #e7eef2;
}

.em-uz-term:last-child {
    border-bottom: 0;
}

.em-uz-term:nth-child(even) {
    background: #f9fbfc;
}

.em-uz-term__ru strong,
.em-uz-term__ru small,
.em-uz-term__uz {
    display: block;
}

.em-uz-term__ru strong {
    color: #172634;
    font-size: 16px;
}

.em-uz-term__ru small {
    margin-top: 4px;
    color: #81919c;
    font-size: 12px;
}

.em-uz-term__uz {
    color: var(--uzd-blue);
    font-weight: 800;
}

.em-uz-term p {
    margin-bottom: 0;
    color: var(--uzd-muted);
    font-size: 14px;
}

.em-uz-dictionary__empty {
    margin-top: 18px;
    padding: 30px;
    text-align: center;
    background: #ffffff;
    border: 1px dashed #b7c8d3;
    border-radius: var(--uzd-radius);
}

.em-uz-dictionary__empty strong {
    display: block;
    margin-bottom: 5px;
    font-size: 20px;
}

.em-uz-dictionary__empty p {
    margin-bottom: 0;
    color: var(--uzd-muted);
}

/* Сокращения */

.em-uz-dictionary__abbreviations {
    overflow: hidden;
    border: 1px solid var(--uzd-border);
    border-radius: var(--uzd-radius);
}

.em-uz-dictionary__abbreviations > div {
    display: grid;
    grid-template-columns: 130px 1fr 1.2fr;
    border-bottom: 1px solid var(--uzd-border);
}

.em-uz-dictionary__abbreviations > div:last-child {
    border-bottom: 0;
}

.em-uz-dictionary__abbreviations > div > * {
    padding: 16px 18px;
    border-right: 1px solid var(--uzd-border);
}

.em-uz-dictionary__abbreviations > div > *:last-child {
    border-right: 0;
}

.em-uz-dictionary__abbreviations > div > strong {
    color: var(--uzd-blue);
}

.em-uz-dictionary__abbr-head {
    color: #ffffff;
    background: var(--uzd-deep);
}

.em-uz-dictionary__abbr-head strong {
    color: var(--uzd-yellow) !important;
    font-size: 13px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

/* Различия */

.em-uz-dictionary__section--dark .em-uz-dictionary__eyebrow {
    color: var(--uzd-yellow);
}

.em-uz-dictionary__difference-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 17px;
}

.em-uz-dictionary__difference-grid article {
    padding: 25px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: var(--uzd-radius);
}

.em-uz-dictionary__difference-grid article > strong {
    display: block;
    margin-bottom: 15px;
    color: var(--uzd-yellow);
    font-size: 18px;
}

.em-uz-dictionary__difference-grid h3 {
    color: #ffffff;
    font-size: 19px;
}

.em-uz-dictionary__difference-grid p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
}

/* Фразы */

.em-uz-dictionary__phrases {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
}

.em-uz-dictionary__phrases article {
    padding: 20px;
    background: #ffffff;
    border: 1px solid var(--uzd-border);
    border-radius: 14px;
}

.em-uz-dictionary__phrase-ru {
    margin-bottom: 8px;
    color: #172634;
    font-weight: 800;
}

.em-uz-dictionary__phrase-uz {
    margin-bottom: 0;
    color: var(--uzd-blue);
}

/* Нормативы */

.em-uz-dictionary__norms {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.em-uz-dictionary__norms article {
    padding: 24px;
    background: var(--uzd-soft);
    border: 1px solid var(--uzd-border);
    border-radius: var(--uzd-radius);
}

.em-uz-dictionary__norms strong {
    display: block;
    margin-bottom: 9px;
    color: var(--uzd-blue);
    font-size: 18px;
}

.em-uz-dictionary__norms p {
    margin-bottom: 0;
    color: var(--uzd-muted);
    font-size: 14px;
}

.em-uz-dictionary__norm-note {
    margin-top: 22px;
    padding: 22px;
    color: #5b4b09;
    background: #fff8d8;
    border: 1px solid #ead578;
    border-radius: var(--uzd-radius);
}

.em-uz-dictionary__norm-note strong {
    display: block;
    margin-bottom: 6px;
    color: #655100;
}

.em-uz-dictionary__norm-note p {
    margin-bottom: 0;
}

/* Связанные материалы */

.em-uz-dictionary__related-heading {
    margin-bottom: 25px;
}

.em-uz-dictionary__related {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.em-uz-dictionary__related a {
    display: block;
    padding: 24px;
    background: #ffffff;
    border: 1px solid var(--uzd-border);
    border-radius: var(--uzd-radius);
    transition:
        transform 0.18s ease,
        box-shadow 0.18s ease,
        border-color 0.18s ease;
}

.em-uz-dictionary__related a:hover {
    transform: translateY(-3px);
    border-color: #a8c8da;
    box-shadow: var(--uzd-shadow-small);
}

.em-uz-dictionary__related span,
.em-uz-dictionary__related strong {
    display: block;
}

.em-uz-dictionary__related span {
    margin-bottom: 11px;
    color: var(--uzd-blue);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.em-uz-dictionary__related strong {
    margin-bottom: 7px;
    font-size: 19px;
}

.em-uz-dictionary__related p {
    margin-bottom: 0;
    color: var(--uzd-muted);
    font-size: 14px;
}

/* FAQ */

.em-uz-dictionary__faq {
    display: grid;
    gap: 11px;
}

.em-uz-dictionary__faq details {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--uzd-border);
    border-radius: 14px;
}

.em-uz-dictionary__faq summary {
    position: relative;
    padding: 20px 58px 20px 22px;
    cursor: pointer;
    list-style: none;
    font-size: 17px;
    font-weight: 780;
}

.em-uz-dictionary__faq summary::-webkit-details-marker {
    display: none;
}

.em-uz-dictionary__faq summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 29px;
    height: 29px;
    color: #ffffff;
    background: var(--uzd-blue);
    border-radius: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}

.em-uz-dictionary__faq details[open] summary::after {
    content: "−";
}

.em-uz-dictionary__faq details > div {
    padding: 0 22px 20px;
}

.em-uz-dictionary__faq p {
    margin-bottom: 0;
    color: var(--uzd-muted);
}

/* Консультация */

.em-uz-dictionary__consultation {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
    gap: 35px;
    margin-top: 30px;
    padding: clamp(31px, 5vw, 58px);
    color: #ffffff;
    background:
        radial-gradient(circle at 90% 10%, rgba(242, 183, 5, 0.2), transparent 32%),
        linear-gradient(135deg, #071522, #123a56);
    border-radius: var(--uzd-radius-large);
}

.em-uz-dictionary__consultation h2 {
    margin-bottom: 20px;
}

.em-uz-dictionary__consultation > div:first-child > p {
    color: rgba(255, 255, 255, 0.77);
}

.em-uz-dictionary__consultation-note {
    padding: 15px;
    color: #fff6c8 !important;
    background: rgba(242, 183, 5, 0.1);
    border: 1px solid rgba(242, 183, 5, 0.28);
    border-radius: 12px;
    font-size: 14px;
}

.em-uz-dictionary__consultation-actions {
    display: grid;
    align-content: center;
    gap: 11px;
}

.em-uz-dictionary__button--max {
    color: #172331 !important;
    background: var(--uzd-yellow);
}

.em-uz-dictionary__button--telegram {
    color: #ffffff !important;
    background: #218ec7;
}

.em-uz-dictionary__consultation-link {
    padding: 9px;
    color: rgba(255, 255, 255, 0.77) !important;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.em-uz-dictionary__consultation-link:hover {
    color: #ffffff !important;
    text-decoration: underline;
}

/* Автор */

.em-uz-dictionary__author {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 22px;
    margin-top: 30px;
    padding: 29px;
    background: #ffffff;
    border: 1px solid var(--uzd-border);
    border-radius: var(--uzd-radius);
    box-shadow: var(--uzd-shadow-small);
}

.em-uz-dictionary__author-mark {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    color: #172331;
    background: var(--uzd-yellow);
    border-radius: 18px;
    font-size: 23px;
    font-weight: 900;
}

.em-uz-dictionary__author-label {
    margin-bottom: 3px;
    color: var(--uzd-blue);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.em-uz-dictionary__author-name {
    margin-bottom: 8px;
    color: var(--uzd-text);
    font-size: 19px;
    font-weight: 800;
}

.em-uz-dictionary__author p {
    color: var(--uzd-muted);
}

.em-uz-dictionary__author-date {
    margin-bottom: 0 !important;
    font-size: 14px;
    font-weight: 700;
}

/* Фокус */

.em-uz-dictionary a:focus-visible,
.em-uz-dictionary button:focus-visible,
.em-uz-dictionary summary:focus-visible {
    outline: 3px solid rgba(22, 118, 181, 0.4);
    outline-offset: 3px;
}

/* Планшеты */

@media (max-width: 1050px) {

    .em-uz-dictionary__hero {
        grid-template-columns: 1fr;
    }

    .em-uz-dictionary__use-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .em-uz-dictionary__difference-grid,
    .em-uz-dictionary__norms {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .em-uz-term {
        grid-template-columns: minmax(180px, 0.8fr) minmax(180px, 0.8fr) minmax(260px, 1.4fr);
    }

}

/* Мобильные */

@media (max-width: 767px) {

    .em-uz-dictionary {
        font-size: 16px;
    }

    .em-uz-dictionary__breadcrumbs {
        padding: 14px 16px;
    }

    .em-uz-dictionary__hero {
        gap: 27px;
        margin: 0 12px;
        padding: 32px 21px;
        border-radius: 22px;
    }

    .em-uz-dictionary h1 {
        font-size: 37px;
    }

    .em-uz-dictionary h2 {
        font-size: 29px;
    }

    .em-uz-dictionary__lead {
        font-size: 18px;
    }

    .em-uz-dictionary__hero-actions,
    .em-uz-dictionary__consultation-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .em-uz-dictionary__button {
        width: 100%;
    }

    .em-uz-dictionary__hero-stats {
        gap: 10px;
    }

    .em-uz-dictionary__hero-stats > div {
        min-height: 115px;
        padding: 18px;
    }

    .em-uz-dictionary__hero-stats strong {
        font-size: 21px;
    }

    .em-uz-dictionary__warning {
        grid-template-columns: 1fr;
        margin: 20px 12px 0;
        padding: 22px;
    }

    .em-uz-dictionary__page-nav {
        justify-content: flex-start;
        flex-wrap: nowrap;
        margin: 20px 12px 0;
        overflow-x: auto;
    }

    .em-uz-dictionary__page-nav a {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .em-uz-dictionary__main {
        padding: 0 12px 48px;
    }

    .em-uz-dictionary__section {
        margin-top: 20px;
        padding: 28px 19px;
        border-radius: 22px;
    }

    .em-uz-dictionary__section-heading {
        display: block;
    }

    .em-uz-dictionary__section-heading > span {
        width: 44px;
        height: 44px;
        margin-bottom: 17px;
        border-radius: 11px;
    }

    .em-uz-dictionary__intro {
        font-size: 17px;
    }

    .em-uz-dictionary__use-grid,
    .em-uz-dictionary__difference-grid,
    .em-uz-dictionary__phrases,
    .em-uz-dictionary__norms,
    .em-uz-dictionary__related,
    .em-uz-dictionary__consultation {
        grid-template-columns: 1fr;
    }

    .em-uz-dictionary__search {
        position: static;
        padding: 19px;
    }

    .em-uz-dictionary__search-line {
        grid-template-columns: 1fr;
    }

    .em-uz-dictionary__filters {
        flex-wrap: nowrap;
        padding-bottom: 7px;
        overflow-x: auto;
    }

    .em-uz-dictionary__filters button {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .em-uz-dictionary__category > summary {
        display: grid;
        grid-template-columns: 43px minmax(0, 1fr);
        gap: 13px;
        padding: 18px 55px 18px 17px;
    }

    .em-uz-dictionary__category > summary small {
        grid-column: 1 / -1;
    }

    .em-uz-term {
        display: block;
        padding: 18px;
    }

    .em-uz-term__ru,
    .em-uz-term__uz {
        margin-bottom: 10px;
    }

    .em-uz-dictionary__abbreviations {
        border: 0;
        overflow: visible;
    }

    .em-uz-dictionary__abbr-head {
        display: none !important;
    }

    .em-uz-dictionary__abbreviations > div {
        display: block;
        margin-bottom: 12px;
        padding: 8px 0;
        background: #ffffff;
        border: 1px solid var(--uzd-border);
        border-radius: 14px;
    }

    .em-uz-dictionary__abbreviations > div > * {
        display: block;
        padding: 8px 15px;
        border-right: 0;
        border-bottom: 1px solid var(--uzd-border);
    }

    .em-uz-dictionary__abbreviations > div > *:last-child {
        border-bottom: 0;
    }

    .em-uz-dictionary__consultation {
        gap: 22px;
        padding: 28px 20px;
        border-radius: 21px;
    }

    .em-uz-dictionary__author {
        grid-template-columns: 1fr;
        padding: 24px;
    }

}

/* Узкие экраны */

@media (max-width: 390px) {

    .em-uz-dictionary h1 {
        font-size: 32px;
    }

    .em-uz-dictionary h2 {
        font-size: 26px;
    }

    .em-uz-dictionary__hero-stats {
        grid-template-columns: 1fr;
    }

}

/* Отключение анимации */

@media (prefers-reduced-motion: reduce) {

    .em-uz-dictionary__button,
    .em-uz-dictionary__related a {
        transition: none;
    }

    .em-uz-dictionary__button:hover,
    .em-uz-dictionary__related a:hover {
        transform: none;
    }

}/* End custom CSS */