/* Start custom CSS for html, class: .elementor-element-3ff0952 *//* =========================================================
   ELECTRIKMAN.RU
   /tg/
   ========================================================= */

.em-tg-hub {
    --eth-dark: #071522;
    --eth-deep: #0d2a41;
    --eth-blue: #1676b5;
    --eth-yellow: #f2b705;
    --eth-green: #16855a;
    --eth-red: #b72b2b;
    --eth-violet: #6851a6;
    --eth-text: #172634;
    --eth-muted: #526878;
    --eth-border: #dbe6ed;
    --eth-soft: #f3f7fa;
    --eth-red-soft: #fff2f1;
    --eth-violet-soft: #f5f1ff;
    --eth-radius: 20px;
    --eth-radius-large: 30px;
    --eth-shadow: 0 18px 48px rgba(8, 30, 48, 0.09);
    --eth-shadow-small: 0 8px 24px rgba(8, 30, 48, 0.06);

    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    overflow-x: clip;
    color: var(--eth-text);
    font-family: inherit;
    font-size: 17px;
    line-height: 1.7;
}

.em-tg-hub,
.em-tg-hub *,
.em-tg-hub *::before,
.em-tg-hub *::after {
    box-sizing: border-box;
    min-width: 0;
}

.em-tg-hub a {
    color: inherit;
    text-decoration: none;
}

.em-tg-hub p {
    margin-top: 0;
    overflow-wrap: anywhere;
}

.em-tg-hub ul,
.em-tg-hub ol {
    max-width: 100%;
}

.em-tg-hub h1,
.em-tg-hub h2,
.em-tg-hub h3 {
    margin-top: 0;
    color: inherit;
    line-height: 1.18;
    letter-spacing: -0.02em;
    overflow-wrap: anywhere;
}

.em-tg-hub h1 {
    margin-bottom: 24px;
    font-size: clamp(38px, 5vw, 64px);
    font-weight: 850;
}

.em-tg-hub h2 {
    margin-bottom: 0;
    font-size: clamp(29px, 3.4vw, 44px);
    font-weight: 820;
}

.em-tg-hub h3 {
    margin-bottom: 11px;
    font-size: 20px;
    font-weight: 780;
}

/* HERO */

.em-tg-hub__hero {
    position: relative;
    display: grid;
    grid-template-columns:
        minmax(0, 1.42fr)
        minmax(290px, 0.58fr);
    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(--eth-dark),
            var(--eth-deep)
        );
    border-radius: var(--eth-radius-large);
    box-shadow: var(--eth-shadow);
}

.em-tg-hub__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%;
    pointer-events: none;
}

.em-tg-hub__hero-content,
.em-tg-hub__status {
    position: relative;
    z-index: 1;
}

.em-tg-hub__kicker,
.em-tg-hub__eyebrow {
    margin-bottom: 14px;
    color: var(--eth-yellow);
    font-size: 13px;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.em-tg-hub__lead {
    max-width: 830px;
    margin-bottom: 28px;
    color: rgba(255, 255, 255, 0.83);
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.55;
}

.em-tg-hub__hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-bottom: 27px;
}

.em-tg-hub__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 11px 18px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 800;
    transition:
        transform 0.18s ease,
        background 0.18s ease,
        border-color 0.18s ease;
}

.em-tg-hub__button:hover {
    transform: translateY(-2px);
}

.em-tg-hub__button--primary {
    color: #162331;
    background: var(--eth-yellow);
    border: 1px solid var(--eth-yellow);
}

.em-tg-hub__button--secondary {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.em-tg-hub__hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.em-tg-hub__hero-tags span {
    padding: 8px 12px;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
}

/* STATUS */

.em-tg-hub__status {
    align-self: center;
    padding: 27px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: var(--eth-radius);
    backdrop-filter: blur(10px);
}

.em-tg-hub__status-title {
    margin-bottom: 15px;
    color: var(--eth-yellow);
    font-size: 13px;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.em-tg-hub__status-grid {
    display: grid;
    gap: 10px;
}

.em-tg-hub__status-grid article {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 13px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 12px;
}

.em-tg-hub__status-grid strong {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    color: #142331;
    background: var(--eth-yellow);
    border-radius: 13px;
    font-size: 21px;
    font-weight: 900;
}

.em-tg-hub__status-grid span {
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    font-weight: 720;
}

.em-tg-hub__status-note {
    margin: 15px 0 0;
    color: rgba(255, 255, 255, 0.66);
    font-size: 12px;
}

/* ПРЕДУПРЕЖДЕНИЯ */

.em-tg-hub__translation,
.em-tg-hub__danger {
    display: grid;
    gap: 22px;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    padding: 26px 28px;
    border-radius: var(--eth-radius);
}

.em-tg-hub__translation {
    grid-template-columns: 72px minmax(0, 1fr);
    margin-top: 28px;
    background: var(--eth-violet-soft);
    border: 1px solid #d9cef4;
    border-left: 5px solid var(--eth-violet);
}

.em-tg-hub__translation-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    color: #ffffff;
    background: var(--eth-violet);
    border-radius: 16px;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.15;
    text-align: center;
}

.em-tg-hub__translation strong {
    display: block;
    margin-bottom: 9px;
    color: #49337f;
    font-size: 21px;
}

.em-tg-hub__translation p {
    margin-bottom: 9px;
    color: #51446f;
}

.em-tg-hub__translation p:last-child {
    margin-bottom: 0;
}

.em-tg-hub__danger {
    grid-template-columns: 50px minmax(0, 1fr);
    margin-top: 18px;
    background: var(--eth-red-soft);
    border: 1px solid #efc8c5;
    border-left: 5px solid var(--eth-red);
}

.em-tg-hub__danger > span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    color: #ffffff;
    background: var(--eth-red);
    border-radius: 50%;
    font-size: 23px;
    font-weight: 900;
}

.em-tg-hub__danger strong {
    display: block;
    margin-bottom: 8px;
    color: #852020;
    font-size: 20px;
}

.em-tg-hub__danger p {
    margin-bottom: 8px;
    color: #662d2d;
}

.em-tg-hub__danger p:last-child {
    margin-bottom: 0;
}

/* НАВИГАЦИЯ */

.em-tg-hub__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(--eth-border);
    border-radius: 16px;
    box-shadow: var(--eth-shadow-small);
}

.em-tg-hub__nav a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 9px 13px;
    color: #30495a;
    background: var(--eth-soft);
    border-radius: 9px;
    font-size: 14px;
    font-weight: 730;
}

.em-tg-hub__nav a:hover {
    color: #ffffff;
    background: var(--eth-blue);
}

/* СЕКЦИИ */

.em-tg-hub__main {
    max-width: 1240px;
    margin: 0 auto;
    padding: 28px 0 80px;
}

.em-tg-hub__section {
    margin-top: 30px;
    padding: clamp(31px, 5vw, 64px);
    background: #ffffff;
    border: 1px solid var(--eth-border);
    border-radius: var(--eth-radius-large);
}

.em-tg-hub__section--soft {
    background: var(--eth-soft);
}

.em-tg-hub__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-tg-hub__heading {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 28px;
}

.em-tg-hub__heading > span {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    color: #152331;
    background: var(--eth-yellow);
    border-radius: 14px;
    font-weight: 900;
}

.em-tg-hub__intro {
    max-width: 960px;
    margin-bottom: 29px;
    color: var(--eth-muted);
    font-size: 19px;
}

.em-tg-hub__section--dark
.em-tg-hub__intro {
    color: rgba(255, 255, 255, 0.75);
}

/* С ЧЕГО НАЧАТЬ */

.em-tg-hub__start-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.em-tg-hub__start-card {
    display: flex;
    flex-direction: column;
    padding: 25px;
    background: var(--eth-soft);
    border: 1px solid var(--eth-border);
    border-radius: var(--eth-radius);
}

.em-tg-hub__start-code {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
    color: #ffffff;
    background: var(--eth-blue);
    border-radius: 14px;
    font-size: 15px;
    font-weight: 900;
}

.em-tg-hub__start-code--danger {
    background: var(--eth-red);
    font-size: 22px;
}

.em-tg-hub__start-card h3 {
    font-size: 20px;
}

.em-tg-hub__start-card > p {
    color: var(--eth-muted);
    font-size: 14px;
}

.em-tg-hub__start-card > a,
.em-tg-hub__start-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin-top: auto;
    padding: 9px 14px;
    color: #ffffff;
    background: var(--eth-blue);
    border-radius: 10px;
    font-size: 13px;
    font-weight: 780;
}

.em-tg-hub__start-card > a:hover,
.em-tg-hub__start-links a:hover {
    background: var(--eth-deep);
}

.em-tg-hub__start-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: auto;
}

/* КАРТОЧКИ РУКОВОДСТВ */

.em-tg-hub__guide-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.em-tg-hub__guide-card {
    display: flex;
    flex-direction: column;
    padding: 27px;
    background: #ffffff;
    border: 1px solid var(--eth-border);
    border-radius: var(--eth-radius);
    transition:
        transform 0.18s ease,
        border-color 0.18s ease,
        box-shadow 0.18s ease;
}

.em-tg-hub__guide-card:hover {
    transform: translateY(-4px);
    border-color: #a8c8da;
    box-shadow: var(--eth-shadow-small);
}

.em-tg-hub__guide-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 20px;
}

.em-tg-hub__guide-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    color: #152331;
    background: var(--eth-yellow);
    border-radius: 12px;
    font-size: 13px;
    font-weight: 900;
}

.em-tg-hub__guide-status {
    padding: 7px 10px;
    color: #126645;
    background: #e9f7f1;
    border: 1px solid #b9e0cf;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
}

.em-tg-hub__guide-category {
    margin-bottom: 4px;
    color: var(--eth-blue);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.em-tg-hub__guide-russian {
    margin-bottom: 8px;
    color: var(--eth-muted);
    font-size: 12px;
    font-weight: 680;
}

.em-tg-hub__guide-card h3 {
    margin-bottom: 11px;
    font-size: 22px;
}

.em-tg-hub__guide-description {
    color: var(--eth-muted);
    font-size: 14px;
}

.em-tg-hub__guide-card ul {
    margin: 0 0 21px;
    padding-left: 20px;
}

.em-tg-hub__guide-card li {
    margin-bottom: 6px;
    color: var(--eth-muted);
    font-size: 13px;
}

.em-tg-hub__guide-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin-top: auto;
    padding: 10px 14px;
    color: #ffffff;
    background: var(--eth-blue);
    border-radius: 10px;
    font-size: 13px;
    font-weight: 800;
}

.em-tg-hub__guide-card:hover
.em-tg-hub__guide-link {
    background: var(--eth-deep);
}

/* АУДИТОРИЯ */

.em-tg-hub__audience-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
}

.em-tg-hub__audience-grid article {
    padding: 22px;
    background: var(--eth-soft);
    border: 1px solid var(--eth-border);
    border-radius: var(--eth-radius);
}

.em-tg-hub__audience-grid span {
    display: inline-block;
    margin-bottom: 13px;
    color: var(--eth-blue);
    font-size: 13px;
    font-weight: 900;
}

.em-tg-hub__audience-grid h3 {
    font-size: 17px;
}

.em-tg-hub__audience-grid p {
    margin-bottom: 0;
    color: var(--eth-muted);
    font-size: 13px;
}

/* ПРАВИЛА РОССИИ */

.em-tg-hub__rule-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
}

.em-tg-hub__rule-grid article {
    padding: 22px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: var(--eth-radius);
}

.em-tg-hub__rule-grid span {
    display: inline-block;
    margin-bottom: 13px;
    color: var(--eth-yellow);
    font-size: 13px;
    font-weight: 900;
}

.em-tg-hub__rule-grid h3 {
    color: #ffffff;
    font-size: 17px;
}

.em-tg-hub__rule-grid p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
}

/* ТЕРМИНЫ */

.em-tg-hub__terms {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
}

.em-tg-hub__terms article {
    padding: 22px;
    background: var(--eth-soft);
    border: 1px solid var(--eth-border);
    border-radius: var(--eth-radius);
}

.em-tg-hub__term-russian {
    margin-bottom: 7px;
    color: var(--eth-blue);
    font-size: 13px;
    font-weight: 750;
}

.em-tg-hub__terms h3 {
    margin-bottom: 7px;
    font-size: 18px;
}

.em-tg-hub__terms article > p:last-child {
    margin-bottom: 0;
    color: var(--eth-muted);
    font-size: 13px;
}

/* ПРИМЕЧАНИЯ */

.em-tg-hub__note {
    margin-top: 23px;
    padding: 24px;
    border-radius: var(--eth-radius);
}

.em-tg-hub__note strong {
    display: block;
    margin-bottom: 8px;
    font-size: 20px;
}

.em-tg-hub__note p {
    margin-bottom: 14px;
}

.em-tg-hub__note a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 8px 13px;
    border-radius: 9px;
    font-size: 13px;
    font-weight: 800;
}

.em-tg-hub__note--blue {
    color: #214a60;
    background: #eef8fd;
    border: 1px solid #b9dbea;
}

.em-tg-hub__note--blue strong {
    color: #155f88;
}

.em-tg-hub__note--blue a {
    color: #ffffff;
    background: var(--eth-blue);
}

.em-tg-hub__note--red {
    color: #642b2b;
    background: var(--eth-red-soft);
    border: 1px solid #efc8c5;
}

.em-tg-hub__note--red strong {
    color: #8b2525;
}

.em-tg-hub__note--red a {
    color: #ffffff;
    background: var(--eth-red);
}

/* ПРИЗНАКИ ОПАСНОСТИ */

.em-tg-hub__sign-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.em-tg-hub__sign-grid article {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 17px;
    background: #ffffff;
    border: 1px solid var(--eth-border);
    border-radius: 14px;
}

.em-tg-hub__sign-grid span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    color: #ffffff;
    background: var(--eth-red);
    border-radius: 10px;
    font-size: 12px;
    font-weight: 900;
}

.em-tg-hub__sign-grid p {
    margin-bottom: 0;
    color: var(--eth-muted);
    font-size: 13px;
    font-weight: 690;
}

/* FAQ */

.em-tg-hub__faq {
    display: grid;
    gap: 11px;
}

.em-tg-hub__faq details {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--eth-border);
    border-radius: 14px;
}

.em-tg-hub__faq summary {
    position: relative;
    min-height: 62px;
    padding: 19px 58px 19px 21px;
    cursor: pointer;
    list-style: none;
    font-size: 17px;
    font-weight: 780;
}

.em-tg-hub__faq summary::-webkit-details-marker {
    display: none;
}

.em-tg-hub__faq summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 31px;
    height: 31px;
    color: #ffffff;
    background: var(--eth-blue);
    border-radius: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}

.em-tg-hub__faq details[open] summary::after {
    content: "−";
}

.em-tg-hub__faq details > div {
    padding: 0 21px 20px;
}

.em-tg-hub__faq p {
    margin-bottom: 0;
    color: var(--eth-muted);
}

/* НОРМАТИВНАЯ ОСНОВА */

.em-tg-hub__sources {
    margin-top: 30px;
    padding: 30px;
    background: #ffffff;
    border: 1px solid var(--eth-border);
    border-radius: var(--eth-radius);
}

.em-tg-hub__sources h2 {
    margin-bottom: 20px;
    font-size: 27px;
}

.em-tg-hub__sources ul {
    margin: 0 0 18px;
    padding-left: 21px;
}

.em-tg-hub__sources li {
    margin-bottom: 9px;
    color: var(--eth-muted);
    font-size: 14px;
}

.em-tg-hub__sources p {
    margin-bottom: 0;
    color: #6b5704;
    font-size: 14px;
    font-weight: 700;
}

/* АВТОР */

.em-tg-hub__author {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 22px;
    margin-top: 30px;
    padding: 29px;
    background: var(--eth-violet-soft);
    border: 1px solid #d9cef4;
    border-radius: var(--eth-radius);
}

.em-tg-hub__author-mark {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    color: #ffffff;
    background: var(--eth-violet);
    border-radius: 18px;
    font-size: 23px;
    font-weight: 900;
}

.em-tg-hub__author-label {
    margin-bottom: 3px;
    color: var(--eth-violet);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.em-tg-hub__author-name {
    margin-bottom: 8px;
    color: var(--eth-text);
    font-size: 19px;
    font-weight: 800;
}

.em-tg-hub__author p {
    color: #574b70;
}

.em-tg-hub__author-date {
    margin-bottom: 0 !important;
    font-size: 14px;
    font-weight: 700;
}

/* ФОКУС */

.em-tg-hub a:focus-visible,
.em-tg-hub summary:focus-visible {
    outline: 3px solid rgba(22, 118, 181, 0.42);
    outline-offset: 3px;
}

/* ПЛАНШЕТ */

@media (max-width: 1080px) {

    .em-tg-hub__hero {
        grid-template-columns: 1fr;
    }

    .em-tg-hub__audience-grid,
    .em-tg-hub__sign-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

/* МОБИЛЬНЫЕ */

@media (max-width: 767px) {

    .em-tg-hub {
        overflow-x: hidden;
        font-size: 16px;
    }

    .em-tg-hub__hero {
        grid-template-columns: 1fr;
        gap: 26px;
        margin: 0 12px;
        padding: 31px 20px;
        border-radius: 22px;
    }

    .em-tg-hub h1 {
        font-size: clamp(31px, 9.4vw, 38px);
        line-height: 1.13;
    }

    .em-tg-hub h2 {
        font-size: clamp(25px, 7.8vw, 30px);
    }

    .em-tg-hub__lead {
        font-size: 18px;
    }

    .em-tg-hub__hero-actions,
    .em-tg-hub__hero-tags {
        display: grid;
        grid-template-columns: 1fr;
    }

    .em-tg-hub__button,
    .em-tg-hub__hero-tags span {
        width: 100%;
        border-radius: 10px;
    }

    .em-tg-hub__translation,
    .em-tg-hub__danger {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-right: 12px;
        margin-left: 12px;
        padding: 21px;
        border-radius: 18px;
    }

    .em-tg-hub__nav {
        justify-content: flex-start;
        flex-wrap: nowrap;
        margin: 20px 12px 0;
        padding: 10px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scrollbar-width: thin;
        -webkit-overflow-scrolling: touch;
    }

    .em-tg-hub__nav a {
        flex: 0 0 auto;
        min-height: 44px;
        white-space: nowrap;
    }

    .em-tg-hub__main {
        padding: 0 12px 48px;
    }

    .em-tg-hub__section {
        margin-top: 20px;
        padding: 27px 18px;
        border-radius: 22px;
    }

    .em-tg-hub__heading {
        display: block;
        margin-bottom: 23px;
    }

    .em-tg-hub__heading > span {
        width: 44px;
        height: 44px;
        margin-bottom: 16px;
        border-radius: 11px;
    }

    .em-tg-hub__intro {
        font-size: 17px;
    }

    .em-tg-hub__start-grid,
    .em-tg-hub__guide-grid,
    .em-tg-hub__audience-grid,
    .em-tg-hub__rule-grid,
    .em-tg-hub__terms,
    .em-tg-hub__sign-grid {
        grid-template-columns: 1fr;
    }

    .em-tg-hub__start-links {
        grid-template-columns: 1fr;
    }

    .em-tg-hub__guide-card {
        padding: 23px 19px;
    }

    .em-tg-hub__faq summary {
        min-height: 66px;
        padding: 18px 56px 18px 18px;
        font-size: 16px;
    }

    .em-tg-hub__faq summary::after {
        right: 16px;
    }

    .em-tg-hub__sources,
    .em-tg-hub__author {
        margin-top: 20px;
        padding: 23px 19px;
    }

    .em-tg-hub__author {
        grid-template-columns: 1fr;
    }

}

/* УЗКИЕ ЭКРАНЫ */

@media (max-width: 390px) {

    .em-tg-hub__hero {
        margin-right: 8px;
        margin-left: 8px;
        padding: 27px 17px;
    }

    .em-tg-hub__translation,
    .em-tg-hub__danger,
    .em-tg-hub__nav {
        margin-right: 8px;
        margin-left: 8px;
    }

    .em-tg-hub__main {
        padding-right: 8px;
        padding-left: 8px;
    }

    .em-tg-hub__section {
        padding-right: 16px;
        padding-left: 16px;
    }

    .em-tg-hub__sign-grid article {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 340px) {

    .em-tg-hub h1 {
        font-size: 29px;
    }

    .em-tg-hub h2 {
        font-size: 24px;
    }

    .em-tg-hub__guide-top {
        align-items: flex-start;
        flex-direction: column;
    }

}

@media (prefers-reduced-motion: reduce) {

    .em-tg-hub * {
        scroll-behavior: auto !important;
        transition: none !important;
    }

    .em-tg-hub__button:hover,
    .em-tg-hub__guide-card:hover {
        transform: none;
    }

}/* End custom CSS */