:root {
    --anerx-color-text: #121417;
    --anerx-color-muted: #5d6673;
    --anerx-color-border: #d8dde5;
    --anerx-color-surface: #ffffff;
    --anerx-color-accent: #0a61c9;
    --anerx-color-accent-soft: #eef5ff;
    --anerx-color-shadow: rgba(17, 24, 39, 0.12);
    --anerx-width-page: 1200px;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    color: var(--anerx-color-text);
    background: var(--anerx-color-surface);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
}

a {
    color: inherit;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.skip-link:focus {
    z-index: 1000;
    top: 16px;
    left: 16px;
    width: auto;
    height: auto;
    padding: 10px 14px;
    clip: auto;
    background: var(--anerx-color-text);
    color: #ffffff;
}

.site-header,
.site-footer {
    border-color: var(--anerx-color-border);
}

.site-header {
    position: relative;
    z-index: 20;
    background: var(--anerx-color-surface);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04);
}

.site-header__inner,
.site-footer__inner,
.site-main {
    width: min(100% - 32px, var(--anerx-width-page));
    margin-inline: auto;
}

.site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 104px;
    gap: 32px;
}

.site-branding__name {
    display: inline-flex;
    align-items: center;
    width: 147px;
    height: 64px;
    color: var(--anerx-color-text);
    line-height: 1;
    text-decoration: none;
}

.site-branding__logo {
    display: block;
    width: 147px;
    height: 64px;
    object-fit: contain;
}

.site-branding {
    flex: 0 0 auto;
}

.site-navigation {
    display: flex;
    justify-content: center;
    flex: 1 1 auto;
    min-width: 0;
}

.site-navigation__menu,
.site-navigation__submenu,
.site-footer__menu,
.site-footer__menu .sub-menu,
.site-language__menu {
    list-style: none;
}

.site-navigation__menu {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}

.site-navigation__menu {
    justify-content: center;
    gap: 44px;
    width: 100%;
}

.site-navigation__menu a,
.site-footer__menu a,
.site-language a {
    text-decoration: none;
}

.site-navigation__item {
    position: relative;
}

.site-navigation__link {
    display: inline-flex;
    align-items: center;
    min-height: 104px;
    color: var(--anerx-color-text);
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.site-navigation__link:hover,
.site-navigation__item:focus-within > .site-navigation__link,
.site-navigation__item:hover > .site-navigation__link {
    color: var(--anerx-color-accent);
}

.site-navigation__submenu,
.site-language__menu {
    position: absolute;
    top: calc(100% + 2px);
    left: 50%;
    min-width: 168px;
    padding: 10px;
    margin: 0;
    background: var(--anerx-color-surface);
    border: 1px solid rgba(216, 221, 229, 0.72);
    border-radius: 8px;
    box-shadow: 0 16px 36px var(--anerx-color-shadow);
    opacity: 0;
    transform: translate(-50%, 10px);
    visibility: hidden;
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.site-navigation__submenu::before,
.site-language__menu::before {
    position: absolute;
    top: -8px;
    left: 50%;
    width: 14px;
    height: 14px;
    background: var(--anerx-color-surface);
    border-top: 1px solid rgba(216, 221, 229, 0.72);
    border-left: 1px solid rgba(216, 221, 229, 0.72);
    content: "";
    transform: translateX(-50%) rotate(45deg);
}

.site-navigation__item:hover > .site-navigation__submenu,
.site-navigation__item:focus-within > .site-navigation__submenu,
.site-language:hover .site-language__menu,
.site-language:focus-within .site-language__menu {
    opacity: 1;
    transform: translate(-50%, 0);
    visibility: visible;
}

.site-navigation__submenu-link,
.site-language__link {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    min-height: 40px;
    padding: 0 14px;
    color: var(--anerx-color-text);
    font-size: 14px;
    line-height: 1.35;
    border-radius: 6px;
    white-space: nowrap;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.site-navigation__submenu-link:hover,
.site-navigation__submenu-link:focus,
.site-language__link:hover,
.site-language__link:focus,
.site-language__item.is-active .site-language__link {
    color: var(--anerx-color-accent);
    background: var(--anerx-color-accent-soft);
}

.site-header__languages {
    display: flex;
    justify-content: flex-end;
    flex: 0 0 96px;
}

.site-language {
    position: relative;
}

.site-language__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 72px;
    height: 40px;
    padding: 0;
    color: var(--anerx-color-text);
    background: transparent;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    font: inherit;
}

.site-language__toggle:hover,
.site-language:focus-within .site-language__toggle {
    color: var(--anerx-color-accent);
}

.site-language__icon {
    display: block;
    width: 24px;
    height: 24px;
    object-fit: contain;
    flex: 0 0 auto;
}

.site-language__current {
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
}

.site-language__menu {
    right: 0;
    left: auto;
    min-width: 128px;
    transform: translateY(10px);
}

.site-language__menu::before {
    right: 28px;
    left: auto;
    transform: rotate(45deg);
}

.site-language:hover .site-language__menu,
.site-language:focus-within .site-language__menu {
    transform: translateY(0);
}

.site-main {
    padding-block: 56px;
}

.anerx-home-page .site-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: transparent;
    box-shadow: none;
}

.anerx-home-page .site-navigation__item:first-child > .site-navigation__link {
    color: #2a65c9;
}

.site-main--front {
    width: 100%;
    padding-block: 0;
}

.home-banner {
    min-height: 928px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.front-page__hero-inner {
    width: min(100% - 32px, var(--anerx-width-page));
    min-height: 928px;
    margin-inline: auto;
    padding-top: 285px;
}

.front-page__title,
.entry__title {
    margin: 0 0 24px;
    line-height: 1.1;
}

.front-page__title {
    margin: 0;
    max-width: 560px;
    color: #333333;
    font-size: 46px;
    font-weight: 400;
    line-height: 1.65;
}

.front-page__subtitle {
    max-width: 532px;
    margin: 17px 0 0;
    color: #333333;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.65;
}

.home-banner__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 168px;
    height: 59px;
    margin-top: 163px;
    color: #333333;
    background: transparent;
    border: 1px solid #333333;
    border-radius: 30px;
    font-size: 24px;
    font-weight: 400;
    line-height: 57px;
    text-align: center;
    text-decoration: none;
    transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.front-page__subtitle + .home-banner__button {
    margin-top: 60px;
}

.home-banner__button:hover,
.home-banner__button:focus {
    color: #ffffff;
    background: #2a65c9;
    border-color: #2a65c9;
}

.home-core-tech {
    padding-block: 80px 60px;
    background: #ffffff;
}

.home-core-tech__inner {
    width: min(100% - 32px, var(--anerx-width-page));
    margin-inline: auto;
}

.home-core-tech__title {
    margin: 0;
    color: #333333;
    font-size: 56px;
    font-weight: 400;
    line-height: 1.45;
    text-align: center;
}

.home-core-tech__list {
    display: flex;
    width: 100%;
    height: 566px;
    margin-top: 81px;
    overflow: hidden;
    background: #111111;
}

.home-core-tech__item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 566px;
    min-width: 0;
    overflow: hidden;
    flex: 1 1 0;
    color: #ffffff;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    transition: flex-grow 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-core-tech__list:hover .home-core-tech__item,
.home-core-tech__list:focus-within .home-core-tech__item {
    flex-grow: 1;
}

.home-core-tech__list:hover .home-core-tech__item:hover,
.home-core-tech__list:focus-within .home-core-tech__item:focus-within {
    flex-grow: 2.2;
}

.home-core-tech__item::before {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.28);
    content: "";
}

.home-core-tech__content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    min-width: 0;
    height: 100%;
    padding: 36px 22px;
    text-align: center;
}

.home-core-tech__icon {
    display: block;
    width: auto;
    height: 56px;
    max-width: 68px;
    object-fit: contain;
}

.home-core-tech__item-title {
    max-width: 180px;
    min-height: 70px;
    margin: 64px auto 0;
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.45;
    text-align: center;
}

.home-core-tech__item:hover .home-core-tech__item-title,
.home-core-tech__item:focus-within .home-core-tech__item-title {
    max-width: 260px;
}

.home-core-advantage {
    padding-block: 44px;
    background-color: #f4f8ff;
    background-image: url("../images/advantage_bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-core-advantage__inner {
    position: relative;
    width: min(100% - 32px, var(--anerx-width-page));
    min-height: clamp(560px, 56.28vw, 760px);
    margin-inline: auto;
}

.home-core-advantage__title {
    width: min(47.5vw, 480px);
    margin: 0 0 0 auto;
    padding-top: clamp(4px, calc(4.2vw - 30px), 28px);
    color: #092674;
    font-size: clamp(34px, 3.1vw, 52px);
    font-weight: 400;
    line-height: 1.45;
    text-align: left;
}

.home-core-advantage__grid {
    position: absolute;
    top: clamp(118px, 11vw, 158px);
    right: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: clamp(14px, 1.3vw, 22px);
    width: min(47.5vw, 480px);
    margin: 0;
}

.home-core-advantage__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    aspect-ratio: 668 / 181;
    min-height: 118px;
    padding: 0 clamp(28px, 4.8vw, 58px) 0 59%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.home-core-advantage__item-title {
    margin: 0;
    color: #0b2b7f;
    font-size: clamp(24px, 2.45vw, 34px);
    font-weight: 600;
    line-height: 1.45;
    text-align: left;
    white-space: nowrap;
}

@media (min-width: 761px) {
    html:lang(en) .home-core-advantage__item-title,
    html:lang(ja) .home-core-advantage__item-title {
        max-width: 100%;
        min-width: 0;
        font-size: 16px;
        white-space: normal;
        overflow-wrap: anywhere;
    }
}

.home-products {
    min-height: 928px;
    padding-block: 80px 116px;
    background-color: #f4f8fb;
    background-image: url("../images/home_product_bg.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-products__inner {
    width: min(100% - 32px, var(--anerx-width-page));
    margin-inline: auto;
}

.home-products__title {
    margin: 0;
    color: #000000;
    font-size: 56px;
    font-weight: 400;
    line-height: 1.45;
    text-align: center;
}

.home-products__tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 43px;
}

.home-products__tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 103px;
    height: 44px;
    padding: 0 30px;
    color: #333333;
    background: transparent;
    border: 0;
    border-radius: 22px;
    cursor: pointer;
    font: inherit;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.home-products__tab:hover,
.home-products__tab:focus-visible,
.home-products__tab.is-active {
    color: #ffffff;
    background: #2a65c9;
}

.home-products__panel {
    margin-top: 80px;
}

.home-products__panel[hidden] {
    display: none;
}

.home-products__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 40px;
}

.home-products__card {
    display: flex;
    flex-direction: column;
    min-height: 344px;
    padding: 28px 28px 32px;
    color: #333333;
    background: rgba(255, 255, 255, 0.88);
    border-radius: 16px;
    text-decoration: none;
    transition: box-shadow 0.24s ease, transform 0.24s ease, background-color 0.24s ease;
}

.home-products__card:hover,
.home-products__card:focus-visible {
    background: #ffffff;
    box-shadow: 0 10px 22px rgba(28, 42, 58, 0.13);
    transform: translateY(-4px);
}

.home-products__card-copy {
    display: grid;
    gap: 8px;
}

.home-products__name {
    color: #333333;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.45;
}

.home-products__capacity {
    color: #666666;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.45;
}

.home-products__image {
    display: block;
    width: auto;
    max-width: 86%;
    max-height: 190px;
    margin: auto auto 0;
    object-fit: contain;
}

.home-solutions__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 40px;
}

.home-solutions__card {
    min-height: 344px;
    padding: 28px;
    overflow: hidden;
    color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 16px;
}

.home-solutions__title {
    margin: 0;
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.45;
}

.home-solutions__details {
    display: grid;
    gap: 5px;
    padding: 0;
    margin: 10px 0 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45;
    list-style: none;
}

.home-solutions__details li::before {
    content: "·";
}

.home-application-scenarios {
    position: relative;
    min-height: 928px;
    padding-block: 110px 96px;
    overflow: hidden;
    color: #ffffff;
    background: #122238;
}

.home-application-scenarios__backgrounds,
.home-application-scenarios__background,
.home-application-scenarios::before {
    position: absolute;
    inset: 0;
}

.home-application-scenarios__background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    transition: opacity 0.45s ease;
}

.home-application-scenarios__background.is-active {
    opacity: 1;
}

.home-application-scenarios::before {
    z-index: 1;
    background: rgba(0, 0, 0, 0.32);
    content: "";
}

.home-application-scenarios__inner {
    position: relative;
    z-index: 2;
}

.home-application-scenarios__title {
    margin: 0;
    color: #ffffff;
    font-size: 56px;
    font-weight: 400;
    line-height: 1.45;
    text-align: center;
}

.home-application-scenarios__tabs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: min(100% - 32px, var(--anerx-width-page));
    height: 156px;
    margin: 81px auto 0;
    background: rgba(255, 255, 255, 0.18);
}

.home-application-scenarios__tab {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    min-width: 0;
    height: 156px;
    padding: 0 24px;
    color: #ffffff;
    background: transparent;
    border: 0;
    cursor: pointer;
    font: inherit;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
    transition: background-color 0.24s ease;
}

.home-application-scenarios__tab:not(:last-child)::after {
    position: absolute;
    top: 31px;
    right: 0;
    width: 1px;
    height: 95px;
    background: rgba(255, 255, 255, 0.48);
    content: "";
}

.home-application-scenarios__tab:hover,
.home-application-scenarios__tab:focus-visible,
.home-application-scenarios__tab.is-active {
    background: rgba(42, 101, 201, 0.92);
}

.home-application-scenarios__tab.is-active::after,
.home-application-scenarios__tab:hover::after,
.home-application-scenarios__tab:focus-visible::after,
.home-application-scenarios__tab:has(+ .home-application-scenarios__tab.is-active)::after,
.home-application-scenarios__tab:has(+ .home-application-scenarios__tab:hover)::after,
.home-application-scenarios__tab:has(+ .home-application-scenarios__tab:focus-visible)::after {
    opacity: 0;
}

.home-application-scenarios__tab-icon {
    display: block;
    width: auto;
    height: 48px;
    max-width: 58px;
    object-fit: contain;
    flex: 0 0 auto;
}

.home-application-scenarios__panels {
    margin-top: 100px;
}

.home-application-scenarios__panel[hidden] {
    display: none;
}

.home-application-scenarios__items {
    display: grid;
    grid-template-columns: repeat(7, 150px);
    justify-content: center;
    gap: 71px;
    width: min(100% - 32px, 1476px);
    margin-inline: auto;
}

.home-application-scenarios__item {
    position: relative;
    display: grid;
    justify-items: center;
    width: 150px;
    color: #ffffff;
    text-align: center;
}

.home-application-scenarios__item:not(:last-child)::after {
    position: absolute;
    top: 64px;
    left: calc(50% + 69px);
    width: 79px;
    height: 1px;
    background: rgba(255, 255, 255, 0.45);
    content: "";
    pointer-events: none;
}

.home-application-scenarios__icon-shell {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 128px;
    height: 128px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 50%;
    transition: border-color 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease;
}

.home-application-scenarios__icon-shell::before {
    position: absolute;
    inset: -4px;
    border: 1px solid rgba(255, 255, 255, 0.36);
    border-radius: 50%;
    content: "";
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.28s ease, transform 0.28s ease;
}

.home-application-scenarios__icon {
    position: absolute;
    display: block;
    object-fit: contain;
    transition: opacity 0.28s ease, transform 0.28s ease;
}

.home-application-scenarios__icon--base {
    width: 64px;
    height: 64px;
}

.home-application-scenarios__icon--hover {
    width: 136px;
    height: 136px;
    opacity: 0;
    transform: translateY(10px) scale(0.9);
}

.home-application-scenarios__item:hover .home-application-scenarios__icon-shell,
.home-application-scenarios__item:focus-within .home-application-scenarios__icon-shell {
    border-color: transparent;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22);
    transform: translateY(-8px);
}

.home-application-scenarios__item:hover .home-application-scenarios__icon-shell::before,
.home-application-scenarios__item:focus-within .home-application-scenarios__icon-shell::before {
    opacity: 1;
    transform: scale(1);
}

.home-application-scenarios__item:hover .home-application-scenarios__icon--base,
.home-application-scenarios__item:focus-within .home-application-scenarios__icon--base {
    opacity: 0;
    transform: translateY(-10px) scale(0.82);
}

.home-application-scenarios__item:hover .home-application-scenarios__icon--hover,
.home-application-scenarios__item:focus-within .home-application-scenarios__icon--hover {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.home-application-scenarios__item-title {
    width: 150px;
    min-height: 97px;
    margin: 28px 0 0;
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.45;
    text-align: center;
}

.home-news {
    min-height: 928px;
    padding-block: 80px 150px;
    background: #ffffff;
}

.home-news__inner {
    width: min(100% - 32px, var(--anerx-width-page));
    margin-inline: auto;
}

.home-news__title {
    margin: 0;
    color: #000000;
    font-size: 56px;
    font-weight: 400;
    line-height: 1.45;
    text-align: center;
}

.home-news__layout {
    display: grid;
    grid-template-columns: 545px minmax(0, 607px);
    gap: 48px;
    margin-top: 104px;
}

.home-news__layout--single {
    grid-template-columns: minmax(0, 545px);
    justify-content: center;
}

.home-news__featured-link,
.home-news__item-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.home-news__featured-media,
.home-news__item-media {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    background: #eeeeee;
    border-radius: 8px;
}

.home-news__featured-media {
    aspect-ratio: 545 / 363;
}

.home-news__item-media {
    aspect-ratio: 230 / 153;
}

.home-news__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.28s ease;
}

.home-news__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #cccccc;
    background: #eeeeee;
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 0;
}

.home-news__featured-body {
    display: block;
    padding-top: 24px;
}

.home-news__featured-title,
.home-news__item-title {
    display: -webkit-box;
    overflow: hidden;
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: color 0.2s ease;
}

.home-news__featured-title {
    min-height: 52px;
}

.home-news__meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 35px;
}

.home-news__date {
    display: block;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
}

.home-news__read-more {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #3067c7;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    white-space: nowrap;
}

.home-news__read-more-icon {
    position: relative;
    display: inline-block;
    width: 5px;
    height: 9px;
    flex: 0 0 auto;
}

.home-news__read-more-icon::before {
    position: absolute;
    inset: 0;
    width: 6px;
    height: 6px;
    margin: auto;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    content: "";
    transform: rotate(45deg);
}

.home-news__list {
    display: grid;
    gap: 22px;
}

.home-news__item-link {
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 40px;
    align-items: start;
}

.home-news__item-body {
    display: block;
    min-width: 0;
    padding-top: 5px;
}

.home-news__item-title {
    min-height: 53px;
}

.home-news__item-body .home-news__date {
    margin-top: 10px;
}

.home-news__item-body .home-news__read-more {
    margin-top: 12px;
}

.home-news__featured-link:hover .home-news__image,
.home-news__featured-link:focus .home-news__image,
.home-news__item-link:hover .home-news__image,
.home-news__item-link:focus .home-news__image {
    transform: scale(1.035);
}

.home-news__featured-link:hover .home-news__featured-title,
.home-news__featured-link:focus .home-news__featured-title,
.home-news__item-link:hover .home-news__item-title,
.home-news__item-link:focus .home-news__item-title {
    color: #2a65c9;
}

.home-news__empty {
    margin: 96px 0 0;
    color: #666666;
    font-size: 18px;
    text-align: center;
}

.entry__content,
.front-page__intro {
    color: var(--anerx-color-muted);
}

.site-main--product-parameters {
    padding-block: 89px 152px;
}

.product-parameters__tabs {
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 0 0 28px;
}

.product-parameters__tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 125px;
    height: 45px;
    padding: 0 24px;
    color: #333333;
    background: #f6f6f6;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.product-parameters__tab:hover,
.product-parameters__tab:focus,
.product-parameters__tab.is-active {
    color: #ffffff;
    background: #2a65c9;
}

.product-parameters__content {
    overflow-x: auto;
    color: #666666;
}

.product-parameters__content > :first-child {
    margin-top: 0;
}

.product-parameters__content > :last-child {
    margin-bottom: 0;
}

.product-parameters__content .wp-block-table {
    margin: 0;
    overflow-x: visible;
}

.product-parameters__content table {
    width: 100%;
    min-width: 1000px;
    margin: 0;
    background: #f2f2f2;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
}

.product-parameters__content th,
.product-parameters__content td {
    padding: 18px 12px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    text-align: center;
    vertical-align: middle;
    word-break: keep-all;
}

.product-parameters__content th {
    height: 64px;
    color: #ffffff;
    background: #2a65c9;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.product-parameters__content td {
    min-height: 72px;
    color: #666666;
    background: #f2f2f2;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
}

.product-parameters__content th:first-child {
    border-top-left-radius: 16px;
}

.product-parameters__content th:last-child {
    border-top-right-radius: 16px;
    border-right: 0;
}

.product-parameters__content td:last-child {
    border-right: 0;
}

.product-parameters__content tr:first-child > *:nth-child(1) {
    width: 10.833%;
}

.product-parameters__content tr:first-child > *:nth-child(2) {
    width: 10.167%;
}

.product-parameters__content tr:first-child > *:nth-child(3) {
    width: 6.833%;
}

.product-parameters__content tr:first-child > *:nth-child(4) {
    width: 11.167%;
}

.product-parameters__content tr:first-child > *:nth-child(5) {
    width: 8.917%;
}

.product-parameters__content tr:first-child > *:nth-child(6) {
    width: 12.417%;
}

.product-parameters__content tr:first-child > *:nth-child(7),
.product-parameters__content tr:first-child > *:nth-child(8) {
    width: 10.083%;
}

.product-parameters__content tr:first-child > *:nth-child(9) {
    width: 8.583%;
}

.product-parameters__content tr:first-child > *:nth-child(10) {
    width: 10.167%;
}

.product-parameters__content p {
    margin: 0;
}

.product-parameters__content td p + p {
    margin-top: 6px;
}

.product-parameters__content img {
    display: inline-block;
    max-width: 92px;
    height: auto;
    vertical-align: middle;
}

.product-parameters__image-placeholder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    min-height: 92px;
    padding: 10px;
    color: #999999;
    background: #ffffff;
    border: 1px solid #dfe3e8;
    font-size: 12px;
    line-height: 1.35;
    vertical-align: middle;
}

.product-parameters-table__series {
    color: #333333;
}

.product-parameters__content figcaption {
    margin-top: 12px;
    color: var(--anerx-color-muted);
    font-size: 14px;
    text-align: left;
}

.site-main.site-main--application-scenarios {
    width: min(100% - 32px, var(--anerx-width-page));
    padding-block: 80px;
}

.application-scenarios__content {
    display: grid;
    gap: 48px;
}

.application-scenarios__content > :first-child {
    margin-top: 0;
}

.application-scenarios__content > :last-child {
    margin-bottom: 0;
}

.application-scenarios__scene {
    width: 100%;
    min-height: 457px;
    aspect-ratio: 1200 / 457;
    margin: 0;
    overflow: hidden;
}

.application-scenarios__scene > .wp-block-cover__background {
    display: none;
}

.application-scenarios__scene .wp-block-cover__inner-container {
    width: auto;
    max-width: none !important;
    margin-left: 193px;
    margin-right: 48px;
}

.application-scenarios__copy {
    width: auto;
    max-width: none !important;
}

.application-scenarios__copy h2,
.application-scenarios__scene .wp-block-cover__inner-container > h2 {
    margin: 0 0 17px;
    color: #ffffff;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.45;
}

.application-scenarios__copy p,
.application-scenarios__scene .wp-block-cover__inner-container > p {
    margin: 0;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.75;
}

.site-main--news-archive {
    width: 100%;
    padding-block: 0 0;
}

.news-hero {
    min-height: 480px;
    color: #ffffff;
    background-image: url("../images/news_banner.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.news-hero__inner {
    display: grid;
    align-items: center;
    width: min(100% - 32px, var(--anerx-width-page));
    min-height: 480px;
    margin-inline: auto;
}

.news-hero__title {
    max-width: 620px;
    margin: 0;
    font-size: 44px;
    font-weight: 400;
    line-height: 1.45;
}

.news-tabs {
    background: #ffffff;
    border-bottom: 1px solid #eeeeee;
}

.news-tabs__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(100% - 32px, var(--anerx-width-page));
    height: 64px;
    margin-inline: auto;
    overflow-x: auto;
    overflow-y: hidden;
}

.news-tabs__link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    height: 64px;
    flex: 1 1 0;
    padding: 0 32px;
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.news-tabs__link::after {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 2px;
    background: transparent;
    content: "";
    transition: background-color 0.2s ease;
}

.news-tabs__link:hover,
.news-tabs__link:focus,
.news-tabs__link.is-active {
    color: #2a65c9;
}

.news-tabs__link.is-active::after {
    background: #2a65c9;
}

.news-archive {
    width: min(100% - 32px, var(--anerx-width-page));
    margin-inline: auto;
    padding-block: 56px 118px;
}

.news-archive__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px 34px;
}

.news-card {
    min-width: 0;
    background: #ffffff;
}

.news-card__link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.news-card__media {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 380 / 256;
    overflow: hidden;
    background: #eeeeee;
}

.news-card__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.28s ease;
}

.news-card__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #cccccc;
    background: #eeeeee;
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 0;
}

.news-card__body {
    display: block;
    min-height: 152px;
    padding: 19px 20px 22px;
}

.news-card__title {
    display: -webkit-box;
    min-height: 52px;
    margin: 0 0 28px;
    overflow: hidden;
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-card__date {
    display: block;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
}

.news-card__link:hover .news-card__image,
.news-card__link:focus .news-card__image {
    transform: scale(1.035);
}

.news-card__link:hover .news-card__title,
.news-card__link:focus .news-card__title {
    color: #2a65c9;
}

.news-pagination {
    margin-top: 62px;
}

.news-pagination .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.news-pagination .page-numbers a,
.news-pagination .page-numbers span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 16px;
    min-height: 24px;
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
}

.news-pagination .page-numbers .current,
.news-pagination .page-numbers a:hover,
.news-pagination .page-numbers a:focus {
    color: #2a65c9;
}

.news-pagination .prev,
.news-pagination .next {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    color: #2a65c9;
    border: 1px solid #d7e4f8;
    border-radius: 50%;
    font-size: 16px;
}

.news-empty {
    padding: 96px 24px;
    text-align: center;
}

.news-empty__title {
    margin: 0 0 12px;
    color: #333333;
    font-size: 28px;
    font-weight: 500;
}

.news-empty__intro {
    margin: 0;
    color: #666666;
    font-size: 16px;
}

.site-main--news-single {
    padding-block: 72px 124px;
}

.news-single {
    width: min(100%, var(--anerx-width-page));
    margin-inline: auto;
}

.news-single__header {
    margin-bottom: 32px;
    text-align: center;
}

.news-single__title {
    margin: 0 0 16px;
    color: #333333;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.45;
}

.news-single__date {
    display: block;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
}

.news-single__content {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
}

.news-single__content > :first-child {
    margin-top: 0;
}

.news-single__content > :last-child {
    margin-bottom: 0;
}

.news-single__content p {
    margin: 0 0 22px;
}

.news-single__content h2,
.news-single__content h3,
.news-single__content h4 {
    margin: 34px 0 12px;
    color: #333333;
    font-weight: 600;
    line-height: 1.5;
}

.news-single__content h2 {
    font-size: 18px;
}

.news-single__content h3 {
    font-size: 16px;
}

.news-single__content h4 {
    font-size: 15px;
}

.news-single__content figure {
    margin: 28px 0;
}

.news-single__content img {
    display: block;
    width: 100%;
    height: auto;
}

.news-single__content .wp-block-image img {
    border-radius: 4px;
}

.news-single__footer {
    display: grid;
    gap: 32px;
    margin-top: 46px;
}

.news-single__post-nav {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 24px;
}

.news-single__post-nav-item--next {
    text-align: right;
}

.news-single__post-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    max-width: 100%;
    color: #2a65c9;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    text-decoration: none;
}

.news-single__post-text {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-single__post-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
    color: #2a65c9;
    border: 1px solid #d7e4f8;
    border-radius: 50%;
    font-size: 16px;
    line-height: 1;
}

.news-single__back {
    justify-self: end;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    min-width: 130px;
    height: 36px;
    padding: 0 24px;
    color: #ffffff;
    background: #2a65c9;
    border-radius: 18px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
}

.news-single__back-icon {
    position: relative;
    width: 15px;
    height: 14px;
    flex: 0 0 auto;
}

.news-single__back-icon::before,
.news-single__back-icon::after {
    position: absolute;
    left: 0;
    width: 15px;
    height: 2px;
    background: currentColor;
    border-radius: 999px;
    content: "";
}

.news-single__back-icon::before {
    top: 2px;
    box-shadow: 0 5px 0 currentColor, 0 10px 0 currentColor;
}

.news-single__back-icon::after {
    display: none;
}

.site-main--about {
    width: 100%;
    padding-block: 0;
}

.about {
    overflow: hidden;
    background: #ffffff;
}

.about-hero {
    min-height: 480px;
    color: #ffffff;
    background-image: url("../images/about_banner.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-hero__inner,
.about-section__inner {
    width: min(100% - 32px, var(--anerx-width-page));
    margin-inline: auto;
}

.about-hero__inner {
    display: grid;
    align-items: center;
    min-height: 480px;
}

.about-hero__title {
    max-width: 460px;
    margin: 0;
    font-size: 44px;
    font-weight: 400;
    line-height: 1.55;
}

.about-section__title {
    margin: 0;
    color: #000000;
    font-size: 56px;
    font-weight: 400;
    line-height: 1.45;
    text-align: center;
    scroll-margin-top: 112px;
}

.about-section--profile {
    padding-top: 110px;
}

.about-profile__content {
    display: grid;
    gap: 30px;
    margin-top: 68px;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    text-align: left;
}

.about-profile__content > :first-child {
    margin-top: 0;
}

.about-profile__content > :last-child {
    margin-bottom: 0;
}

.about-profile__content p {
    margin: 0;
}

.about-section--history {
    padding-top: 112px;
}

.about-history__figure {
    width: 100%;
    margin: 76px 0 0;
}

.about-history__figure img,
.about-global__figure img {
    display: block;
    width: 100%;
    height: auto;
}

.about-section--global {
    padding-top: 124px;
}

.about-global__subtitle {
    display: block;
    width: 336px;
    max-width: 100%;
    height: auto;
    margin-top: 52px;
    margin-inline: auto;
}

.about-global__figure {
    width: 100%;
    margin: 52px 0 0;
}

.about-section--honors {
    padding: 115px 0 152px;
}

.about-section__header {
    position: relative;
}

.about-honors__controls {
    position: absolute;
    top: 50%;
    right: 0;
    display: flex;
    align-items: center;
    gap: 30px;
    transform: translateY(-50%);
}

.about-honors__control {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.about-honors__control:disabled {
    cursor: default;
}

.about-honors__control img {
    display: block;
    width: 19px;
    height: 34px;
    object-fit: contain;
}

.about-honors {
    display: flex;
    gap: 34px;
    margin-top: 98px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.about-honors::-webkit-scrollbar {
    display: none;
}

.about-honors__item {
    width: 300px;
    flex: 0 0 300px;
    scroll-snap-align: start;
}

.about-honors__media {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 300 / 422;
    overflow: hidden;
    background: #ffffff;
}

.about-honors__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.about-honors__body {
    padding-top: 14px;
}

.about-honors__title {
    margin: 0;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.about-honors__description {
    margin: 6px 0 0;
    color: #666666;
    font-size: 14px;
    line-height: 1.6;
}

.about-honors__empty {
    min-height: 220px;
    margin: 98px 0 0;
    display: grid;
    place-items: center;
    color: #999999;
    background: #f8f8f8;
    border: 1px dashed #dddddd;
    font-size: 16px;
}

.site-main--contact {
    width: 100%;
    padding-block: 0;
}

.contact {
    overflow: hidden;
    background: #ffffff;
}

.contact-section {
    padding: 120px 0 130px;
}

.contact-section__inner {
    width: min(100% - 32px, var(--anerx-width-page));
    margin-inline: auto;
}

.contact-section__title {
    margin: 0;
    color: #000000;
    font-size: 56px;
    font-weight: 400;
    line-height: 1.45;
    text-align: center;
}

.contact-card {
    display: grid;
    grid-template-columns: minmax(0, 724px) minmax(360px, 476px);
    width: 100%;
    height: 625px;
    margin-top: 80px;
    overflow: hidden;
    background: #eef3f9;
    border-radius: 16px;
    box-shadow: 0 12px 32px rgba(44, 89, 145, 0.09);
}

.contact-card--editor {
    background: transparent;
}

.contact-card--editor > :first-child {
    min-width: 0;
    height: 100%;
    margin: 0;
    overflow: hidden;
}

.contact-map-embed {
    display: block;
    min-width: 0;
    height: 100%;
    margin: 0;
    overflow: hidden;
}

.contact-map-placeholder {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    color: #999999;
    background: #ffffff;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
}

.contact-card--editor > :first-child iframe,
.contact-card--editor > :first-child embed,
.contact-card--editor > :first-child object {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.contact-card--editor > :last-child {
    min-width: 0;
    height: 100%;
    margin: 0;
}

.contact-info-panel {
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 100%;
    margin: 0;
}

.contact-info-panel__divider {
    width: 100%;
    height: 1px;
    margin: 42px 0 44px;
    background: rgba(255, 255, 255, 0.56);
}

.contact-info-panel__item {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}

.contact-info-panel__item + .contact-info-panel__item {
    margin-top: 37px;
}

.contact-info-panel__icon {
    display: block;
    object-fit: contain;
}

.contact-info-panel__label {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45;
}

.contact-info-panel__phone {
    margin: 0;
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
}

.contact-info-panel__address {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
}

.contact-card__map {
    position: relative;
    overflow: hidden;
    background: #ffffff;
}

.contact-card__map > :first-child {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
}

.contact-card__map iframe,
.contact-card__map embed,
.contact-card__map object {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.contact-card__info,
.contact-card--editor > :last-child {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 71px 55px 64px;
    color: #ffffff;
    background: rgba(42, 101, 201, 0.92);
}

.contact-card__company,
.contact-card--editor > :last-child h2,
.contact-card--editor > :last-child h3 {
    margin: 0;
    color: #ffffff;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.38;
}

.contact-card__divider,
.contact-card--editor > :last-child h2 + *,
.contact-card--editor > :last-child h3 + * {
    border-top: 1px solid rgba(255, 255, 255, 0.56);
}

.contact-card__divider {
    width: 100%;
    height: 1px;
    margin: 42px 0 44px;
}

.contact-card__item {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}

.contact-card__item + .contact-card__item {
    margin-top: 37px;
}

.contact-card__icon {
    display: block;
    object-fit: contain;
}

.contact-card__icon--phone {
    width: 31px;
    height: 31px;
}

.contact-card__icon--address {
    width: 25px;
    height: 31px;
    margin-left: 3px;
}

.contact-card__label,
.contact-card--editor > :last-child p:first-of-type {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45;
}

.contact-card__value {
    margin: 0;
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
}

.contact-card__address,
.contact-card--editor > :last-child p {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
}

.site-main--joinus-talent {
    width: 100%;
    padding-block: 0;
}

.joinus-talent {
    overflow: hidden;
    background: #ffffff;
}

.joinus-hero {
    min-height: 480px;
    color: #ffffff;
    background-image: url("../images/joinus_banner.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.joinus-hero__inner,
.joinus-section__inner {
    width: min(100% - 32px, var(--anerx-width-page));
    margin-inline: auto;
}

.joinus-hero__inner {
    display: grid;
    align-items: center;
    min-height: 480px;
}

.joinus-hero__title {
    max-width: 520px;
    margin: 0;
    color: #ffffff;
    font-size: 44px;
    font-weight: 400;
    line-height: 1.55;
}

.joinus-section__title {
    margin: 0;
    color: #000000;
    font-size: 56px;
    font-weight: 400;
    line-height: 1.45;
    text-align: center;
}

.joinus-section--concept {
    padding-top: 112px;
}

.joinus-concept-banner {
    position: relative;
    width: 100%;
    margin-top: 80px;
    overflow: hidden;
    border-radius: 10px;
}

.joinus-concept-banner > img {
    display: block;
    width: 100%;
    height: auto;
}

.joinus-concept-banner__content {
    position: absolute;
    top: 102px;
    left: 81px;
    display: grid;
    gap: 40px;
}

.joinus-concept-point {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 26px;
    align-items: center;
}

.joinus-concept-point__mark {
    display: inline-grid;
    place-items: center;
    width: 58px;
    height: 58px;
    color: #ffffff;
    background: #2a65c9;
    border-radius: 50%;
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
}

.joinus-concept-point__text {
    margin: 0;
    color: #333333;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.45;
}

.joinus-concept-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 300px));
    justify-content: space-between;
    gap: 48px;
    margin-top: 70px;
}

.joinus-concept-card__title {
    min-height: 35px;
    margin: 0;
    color: #333333;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.45;
}

.joinus-concept-card__rule {
    display: block;
    width: 56px;
    height: 4px;
    margin-top: 16px;
    background: #2a65c9;
}

.joinus-concept-card__description {
    margin: 24px 0 0;
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
}

.joinus-section--benefits {
    padding-top: 66px;
}

.joinus-benefits__intro {
    margin: 32px 0 0;
    color: #666666;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.45;
    text-align: center;
}

.joinus-benefits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 580px));
    gap: 32px 40px;
    margin-top: 80px;
}

.joinus-benefit-card {
    display: grid;
    grid-template-columns: 80px minmax(0, 1fr);
    gap: 80px;
    align-items: center;
    min-height: 206px;
    padding: 48px 64px;
    background: #ffffff;
    border: 1px solid #eeeeee;
}

.joinus-benefit-card__icon {
    display: block;
    width: 56px;
    max-height: 56px;
    object-fit: contain;
}

.joinus-benefit-card__body {
    min-width: 0;
}

.joinus-benefit-card__title {
    margin: 0;
    color: #000000;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.45;
}

.joinus-benefit-card__description {
    margin: 16px 0 0;
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.joinus-section--office {
    padding: 120px 0 126px;
}

.joinus-office-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px 38px;
    margin-top: 80px;
}

.joinus-office-grid__item {
    display: block;
    width: 100%;
    aspect-ratio: 374 / 247;
    margin: 0;
    overflow: hidden;
    background: #f3f5f8;
}

.joinus-office-grid__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.joinus-office-grid__placeholder {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    color: #8a94a3;
    border: 1px dashed #cbd3df;
    font-size: 15px;
}

.site-main--joinus-recruitment {
    width: 100%;
    padding-block: 0;
}

.joinus-recruitment {
    overflow: hidden;
    background: #ffffff;
}

.joinus-recruitment__inner {
    width: min(100% - 32px, var(--anerx-width-page));
    margin-inline: auto;
}

.joinus-recruitment__section {
    padding: 112px 0 126px;
}

.joinus-recruitment__section--embedded {
    padding-top: 0;
}

.joinus-recruitment__jobs {
    display: grid;
    gap: 26px;
    margin-top: 72px;
}

.joinus-recruitment-job {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    box-shadow: 0 10px 28px rgba(17, 24, 39, 0.04);
}

.joinus-recruitment-job__summary {
    position: relative;
    display: grid;
    width: 100%;
    min-height: 177px;
    padding: 48px 74px 32px 45px;
    color: inherit;
    background: transparent;
    border: 0;
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.joinus-recruitment-job.is-open .joinus-recruitment-job__summary {
    min-height: 112px;
    padding-bottom: 0;
}

.joinus-recruitment-job__heading {
    display: grid;
    gap: 18px;
    align-content: start;
}

.joinus-recruitment-job__title {
    color: #333333;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.45;
}

.joinus-recruitment-job__location {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.joinus-recruitment-job__excerpt {
    display: -webkit-box;
    max-width: 1100px;
    margin-top: 12px;
    overflow: hidden;
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.joinus-recruitment-job.is-open .joinus-recruitment-job__excerpt {
    display: none;
}

.joinus-recruitment-job__icon {
    position: absolute;
    top: 41px;
    right: 34px;
    width: 12px;
    height: 12px;
    border-right: 2px solid #2a65c9;
    border-bottom: 2px solid #2a65c9;
    transform: rotate(45deg);
    transform-origin: center;
    transition: transform 0.2s ease;
}

.joinus-recruitment-job.is-open .joinus-recruitment-job__icon {
    transform: translateY(4px) rotate(225deg);
}

.joinus-recruitment-job:not(.is-open) .joinus-recruitment-job__details {
    display: none;
}

.joinus-recruitment-job__details {
    padding: 0 54px 40px 45px;
}

.joinus-recruitment-job__details-text {
    max-width: 1100px;
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
    white-space: normal;
}

.joinus-recruitment-job__apply {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 136px;
    min-height: 45px;
    margin-top: 34px;
    padding: 0 24px;
    color: #ffffff;
    background: #2a65c9;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    text-decoration: none;
}

.joinus-recruitment-job__apply--disabled {
    background: #8a94a3;
}

.joinus-recruitment__empty {
    display: grid;
    place-items: center;
    min-height: 180px;
    margin: 72px 0 0;
    color: #8a94a3;
    background: #f7f9fc;
    border: 1px dashed #d8dde5;
    font-size: 16px;
}

.site-footer {
    position: relative;
    min-height: 540px;
    overflow: hidden;
    color: #666666;
    background-color: #ffffff;
    background-image: url("../images/footer_bg.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.site-footer__inner {
    position: relative;
    height: 540px;
    padding: 0;
}

.site-footer__logo-link {
    position: absolute;
    top: 65px;
    left: 0;
    display: block;
    width: 154px;
    height: 69px;
}

.site-footer__logo {
    display: block;
    width: 154px;
    height: 69px;
    object-fit: contain;
    object-position: left top;
}

.site-footer__navigation,
.site-footer__contact,
.site-footer__social,
.site-footer__copyright {
    position: absolute;
}

.site-footer__navigation {
    top: 68px;
    left: 323px;
}

.site-footer__menu {
    display: grid;
    grid-template-columns: 114px 150px 150px 120px;
    column-gap: 38px;
    padding: 0;
    margin: 0;
}

.site-footer__menu > .menu-item > a {
    display: inline-block;
    margin: 0 0 27px;
    color: #2a65c9;
    font-size: 18px;
    font-weight: 400;
    line-height: 31px;
    white-space: nowrap;
}

.site-footer__menu .sub-menu {
    display: grid;
    gap: 13px;
    padding: 0;
    margin: 0;
}

.site-footer__menu .sub-menu a {
    display: inline-block;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    white-space: nowrap;
}

.site-footer__contact {
    top: 326px;
    left: -7px;
    font-style: normal;
}

.site-footer__contact-row {
    display: flex;
    align-items: center;
    min-height: 23px;
}

.site-footer__contact-row--phone {
    gap: 17px;
}

.site-footer__contact-row--address {
    gap: 23px;
    margin-top: 15px;
}

.site-footer__contact-icon {
    display: block;
    flex: 0 0 auto;
}

.site-footer__contact-icon--phone {
    width: 23px;
    height: 23px;
}

.site-footer__contact-icon--address {
    width: 17px;
    height: 22px;
}

.site-footer__contact-text,
.site-footer__contact a {
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    text-decoration: none;
}

.site-footer__social {
    top: 338px;
    left: 752px;
    display: flex;
    align-items: center;
    gap: 18px;
}

.site-footer__social-item,
.site-footer__social img {
    display: block;
    width: 40px;
    height: 40px;
}

.site-footer__copyright {
    right: 0;
    bottom: 22px;
    left: 0;
    margin: 0 auto;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}

@media (max-width: 760px) {
    .site-header__inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .anerx-home-page .site-header__inner {
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 8px 18px;
        padding-block: 14px;
    }

    .site-navigation__menu {
        flex-wrap: wrap;
    }

    .site-navigation {
        justify-content: flex-start;
        width: 100%;
    }

    .site-navigation__menu {
        justify-content: flex-start;
        gap: 0 24px;
    }

    .site-navigation__link {
        min-height: 44px;
    }

    .anerx-home-page .site-navigation {
        order: 3;
    }

    .anerx-home-page .site-navigation__link {
        min-height: 36px;
        font-size: 14px;
    }

    .site-header__languages {
        justify-content: flex-start;
    }

    .anerx-home-page .site-header__languages {
        flex-basis: auto;
    }

    .home-banner,
    .front-page__hero-inner {
        min-height: 620px;
    }

    .front-page__hero-inner {
        padding-top: 188px;
    }

    .front-page__title {
        max-width: 410px;
        font-size: 32px;
        line-height: 1.55;
    }

    .front-page__subtitle {
        max-width: 410px;
        margin-top: 14px;
        font-size: 20px;
        line-height: 1.6;
    }

    .home-banner__button {
        width: 136px;
        height: 48px;
        margin-top: 104px;
        font-size: 18px;
        line-height: 46px;
    }

    .front-page__subtitle + .home-banner__button {
        margin-top: 40px;
    }

    .home-core-tech {
        padding-block: 56px 36px;
    }

    .home-core-tech__title {
        font-size: 36px;
    }

    .home-core-tech__list {
        height: 360px;
        margin-top: 42px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x proximity;
    }

    .home-core-tech__item,
    .home-core-tech__list:hover .home-core-tech__item,
    .home-core-tech__list:focus-within .home-core-tech__item,
    .home-core-tech__list:hover .home-core-tech__item:hover,
    .home-core-tech__list:focus-within .home-core-tech__item:focus-within {
        height: 360px;
        flex: 0 0 min(76vw, 320px);
        scroll-snap-align: start;
    }

    .home-core-tech__item-title {
        max-width: 170px;
        min-height: 64px;
        font-size: 22px;
    }

    .home-core-advantage {
        min-height: 0;
        padding-block: 32px;
        background-position: center center;
    }

    .home-core-advantage__inner {
        min-height: 580px;
    }

    .home-core-advantage__title {
        width: min(50vw, 430px);
        margin-left: auto;
        font-size: 36px;
        padding-top: 30px;
    }

    .home-core-advantage__grid {
        top: 118px;
        right: 0;
        grid-template-columns: 1fr;
        gap: 16px;
        width: min(50vw, 430px);
        margin-top: 0;
    }

    .home-core-advantage__item {
        min-height: 108px;
        padding-right: 40px;
    }

    .home-core-advantage__item-title {
        font-size: 26px;
    }

    .home-products {
        min-height: 0;
        padding-block: 56px 88px;
        background-position: center top;
    }

    .home-products__title {
        font-size: 36px;
    }

    .home-products__tabs {
        gap: 20px;
        margin-top: 28px;
    }

    .home-products__tab {
        min-width: 92px;
        height: 40px;
        padding-inline: 24px;
        font-size: 18px;
    }

    .home-products__panel {
        margin-top: 44px;
    }

    .home-products__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px;
    }

    .home-products__card {
        min-height: 320px;
        padding: 24px 24px 28px;
    }

    .home-products__name {
        font-size: 24px;
    }

    .home-products__capacity {
        font-size: 18px;
    }

    .home-products__image {
        max-height: 176px;
    }

    .home-solutions__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px;
    }

    .home-solutions__card {
        min-height: 320px;
        padding: 24px;
    }

    .home-solutions__title {
        font-size: 24px;
    }

    .home-solutions__details {
        font-size: 16px;
    }

    .home-application-scenarios {
        min-height: 0;
        padding-block: 56px 76px;
    }

    .home-application-scenarios__title {
        font-size: 36px;
    }

    .home-application-scenarios__tabs {
        display: flex;
        justify-content: flex-start;
        width: auto;
        height: 86px;
        margin: 38px 16px 0;
        overflow-x: auto;
        scroll-snap-type: x proximity;
    }

    .home-application-scenarios__tab {
        flex: 0 0 220px;
        gap: 18px;
        height: 86px;
        padding-inline: 20px;
        font-size: 22px;
        scroll-snap-align: start;
    }

    .home-application-scenarios__tab:not(:last-child)::after {
        top: 20px;
        height: 46px;
    }

    .home-application-scenarios__tab-icon {
        height: 38px;
        max-width: 46px;
    }

    .home-application-scenarios__panels {
        margin-top: 58px;
    }

    .home-application-scenarios__items {
        justify-content: flex-start;
        grid-template-columns: repeat(7, 132px);
        gap: 38px;
        width: auto;
        padding-inline: 16px;
        overflow-x: auto;
        scroll-snap-type: x proximity;
    }

    .home-application-scenarios__item {
        width: 132px;
        scroll-snap-align: center;
    }

    .home-application-scenarios__item:not(:last-child)::after {
        top: 56px;
        left: calc(50% + 61px);
        width: 46px;
    }

    .home-application-scenarios__icon-shell {
        width: 112px;
        height: 112px;
    }

    .home-application-scenarios__icon--base {
        width: 56px;
        height: 56px;
    }

    .home-application-scenarios__icon--hover {
        width: 120px;
        height: 120px;
    }

    .home-application-scenarios__item-title {
        width: 132px;
        min-height: 76px;
        margin-top: 22px;
        font-size: 20px;
    }

    .home-news {
        min-height: 0;
        padding-block: 56px 80px;
    }

    .home-news__title {
        font-size: 36px;
    }

    .home-news__layout {
        grid-template-columns: 1fr;
        gap: 34px;
        margin-top: 42px;
    }

    .home-news__featured-body {
        padding-top: 18px;
    }

    .home-news__featured-title,
    .home-news__item-title {
        font-size: 16px;
    }

    .home-news__meta-row {
        margin-top: 22px;
    }

    .home-news__list {
        gap: 24px;
    }

    .home-news__item-link {
        grid-template-columns: minmax(180px, 230px) minmax(0, 1fr);
        gap: 24px;
    }

    .home-news__placeholder {
        font-size: 40px;
    }

    .site-navigation__submenu,
    .site-language__menu {
        top: 100%;
    }

    .site-navigation__submenu {
        left: 0;
        transform: translateY(10px);
    }

    .site-navigation__submenu::before {
        left: 24px;
        transform: rotate(45deg);
    }

    .site-navigation__item:hover > .site-navigation__submenu,
    .site-navigation__item:focus-within > .site-navigation__submenu {
        transform: translateY(0);
    }

    .site-main--product-parameters {
        padding-block: 48px 88px;
    }

    .product-parameters__tabs {
        gap: 12px;
        margin-bottom: 24px;
        padding-bottom: 4px;
        overflow-x: auto;
    }

    .product-parameters__tab {
        min-width: 112px;
        height: 42px;
        padding: 0 18px;
        font-size: 16px;
    }

    .product-parameters__content {
        margin-inline: -16px;
        padding-inline: 16px;
    }

    .product-parameters__content table {
        min-width: 960px;
    }

    .product-parameters__content th {
        font-size: 14px;
    }

    .site-main.site-main--application-scenarios {
        width: min(100% - 32px, var(--anerx-width-page));
        padding-block: 48px 72px;
    }

    .application-scenarios__content {
        gap: 32px;
    }

    .application-scenarios__scene {
        min-height: 320px;
        aspect-ratio: auto;
    }

    .application-scenarios__scene .wp-block-cover__inner-container {
        width: min(100% - 48px, 480px);
        margin-left: 24px;
    }

    .application-scenarios__copy h2,
    .application-scenarios__scene .wp-block-cover__inner-container > h2 {
        margin-bottom: 16px;
        font-size: 34px;
    }

    .application-scenarios__copy p,
    .application-scenarios__scene .wp-block-cover__inner-container > p {
        font-size: 15px;
    }

    .news-hero,
    .news-hero__inner {
        min-height: 320px;
    }

    .news-hero__title {
        max-width: 520px;
        font-size: 34px;
    }

    .news-tabs__inner {
        justify-content: flex-start;
    }

    .news-tabs__link {
        padding: 0 24px;
        font-size: 16px;
    }

    .news-archive {
        padding-block: 40px 80px;
    }

    .news-archive__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px 20px;
    }

    .news-card__body {
        min-height: 128px;
        padding: 16px 0 0;
    }

    .news-card__title {
        min-height: 46px;
        margin-bottom: 18px;
        font-size: 16px;
    }

    .news-pagination {
        margin-top: 42px;
    }

    .news-pagination .page-numbers {
        gap: 16px;
    }

    .site-main--news-single {
        padding-block: 48px 86px;
    }

    .news-single__title {
        font-size: 24px;
    }

    .news-single__post-nav {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .news-single__post-nav-item--next {
        text-align: left;
    }

    .news-single__back {
        justify-self: start;
    }

    .about-hero,
    .about-hero__inner {
        min-height: 320px;
    }

    .about-hero__title {
        max-width: 320px;
        font-size: 30px;
        line-height: 1.45;
    }

    .about-section__title {
        font-size: 34px;
        scroll-margin-top: 168px;
    }

    .about-section--profile,
    .about-section--history,
    .about-section--global {
        padding-top: 64px;
    }

    .about-profile__content {
        gap: 18px;
        margin-top: 32px;
        font-size: 15px;
        line-height: 1.85;
    }

    .about-history__figure,
    .about-global__figure {
        margin-top: 32px;
    }

    .about-global__subtitle {
        margin-top: 28px;
    }

    .about-section--honors {
        padding: 68px 0 88px;
    }

    .about-section__header {
        display: grid;
        gap: 18px;
        justify-items: center;
    }

    .about-honors__controls {
        position: static;
        transform: none;
    }

    .about-honors {
        gap: 18px;
        margin-top: 34px;
        padding-bottom: 4px;
    }

    .about-honors__item {
        width: 240px;
        flex-basis: 240px;
    }

    .about-honors__empty {
        min-height: 160px;
        margin-top: 34px;
    }

    .contact-section {
        padding: 64px 0 88px;
    }

    .contact-section__title {
        font-size: 34px;
    }

    .contact-card {
        grid-template-columns: 1fr;
        height: auto;
        min-height: 0;
        margin-top: 34px;
    }

    .contact-card__map,
    .contact-card--editor > :first-child {
        min-height: 320px;
    }

    .contact-card__info,
    .contact-card--editor > :last-child {
        min-height: 360px;
        padding: 40px 28px 46px;
    }

    .contact-card__company,
    .contact-card--editor > :last-child h2,
    .contact-card--editor > :last-child h3 {
        max-width: none;
        font-size: 24px;
    }

    .contact-card__divider {
        margin: 30px 0 32px;
    }

    .contact-card__value {
        font-size: 22px;
    }

    .joinus-hero,
    .joinus-hero__inner {
        min-height: 320px;
    }

    .joinus-hero__title {
        max-width: 360px;
        font-size: 30px;
    }

    .joinus-section__title {
        font-size: 34px;
    }

    .joinus-section--concept {
        padding-top: 64px;
    }

    .joinus-concept-banner {
        margin-top: 34px;
        border-radius: 8px;
    }

    .joinus-concept-banner__content {
        position: static;
        gap: 18px;
        padding: 22px 18px;
        background: #f5f8fc;
    }

    .joinus-concept-point {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 14px;
    }

    .joinus-concept-point__mark {
        width: 44px;
        height: 44px;
        font-size: 24px;
    }

    .joinus-concept-point__text {
        font-size: 16px;
    }

    .joinus-concept-cards {
        grid-template-columns: 1fr;
        gap: 28px;
        margin-top: 38px;
    }

    .joinus-concept-card__title,
    .joinus-benefit-card__title {
        min-height: 0;
        font-size: 22px;
    }

    .joinus-section--benefits {
        padding-top: 58px;
    }

    .joinus-benefits__intro {
        margin-top: 18px;
        font-size: 16px;
    }

    .joinus-benefits {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-top: 34px;
    }

    .joinus-benefit-card {
        grid-template-columns: 56px minmax(0, 1fr);
        gap: 24px;
        min-height: 0;
        padding: 28px 24px;
    }

    .joinus-section--office {
        padding: 64px 0 88px;
    }

    .joinus-office-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
        margin-top: 34px;
    }

    .joinus-recruitment__section {
        padding: 64px 0 88px;
    }

    .joinus-recruitment__section--embedded {
        padding-top: 0;
    }

    .joinus-recruitment__jobs {
        gap: 18px;
        margin-top: 34px;
    }

    .joinus-recruitment-job__summary {
        min-height: 0;
        padding: 28px 54px 24px 24px;
    }

    .joinus-recruitment-job.is-open .joinus-recruitment-job__summary {
        min-height: 0;
    }

    .joinus-recruitment-job__heading {
        gap: 10px;
    }

    .joinus-recruitment-job__title {
        font-size: 18px;
    }

    .joinus-recruitment-job__location,
    .joinus-recruitment-job__excerpt,
    .joinus-recruitment-job__details-text {
        font-size: 15px;
    }

    .joinus-recruitment-job__icon {
        top: 32px;
        right: 24px;
    }

    .joinus-recruitment-job__details {
        padding: 0 24px 30px;
    }

    .joinus-recruitment-job__apply {
        min-width: 120px;
        min-height: 42px;
        margin-top: 24px;
        font-size: 16px;
    }

    .site-footer {
        min-height: 0;
        background-size: auto 100%;
    }

    .site-footer__inner {
        display: grid;
        gap: 32px;
        height: auto;
        padding-block: 48px 80px;
    }

    .site-footer__logo-link,
    .site-footer__navigation,
    .site-footer__contact,
    .site-footer__social,
    .site-footer__copyright {
        position: static;
    }

    .site-footer__menu {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 32px;
    }

    .site-footer__contact {
        display: grid;
        gap: 15px;
    }

    .site-footer__contact-row--address {
        margin-top: 0;
    }
}

@media (max-width: 480px) {
    .home-banner,
    .front-page__hero-inner {
        min-height: 520px;
    }

    .front-page__hero-inner {
        padding-top: 172px;
    }

    .front-page__title {
        max-width: 300px;
        font-size: 26px;
    }

    .front-page__subtitle {
        max-width: 300px;
        margin-top: 12px;
        font-size: 16px;
        line-height: 1.6;
    }

    .home-banner__button {
        width: 124px;
        height: 44px;
        margin-top: 82px;
        font-size: 16px;
        line-height: 42px;
    }

    .front-page__subtitle + .home-banner__button {
        margin-top: 32px;
    }

    .home-core-tech {
        padding-block: 46px 29px;
    }

    .home-core-tech__title {
        font-size: 30px;
    }

    .home-core-tech__list {
        height: 300px;
        margin-top: 34px;
    }

    .home-core-tech__item,
    .home-core-tech__list:hover .home-core-tech__item,
    .home-core-tech__list:focus-within .home-core-tech__item,
    .home-core-tech__list:hover .home-core-tech__item:hover,
    .home-core-tech__list:focus-within .home-core-tech__item:focus-within {
        height: 300px;
        flex-basis: min(78vw, 286px);
    }

    .home-core-tech__content {
        padding-inline: 18px;
    }

    .home-core-tech__icon {
        height: 48px;
        max-width: 58px;
    }

    .home-core-tech__item-title {
        max-width: 158px;
        min-height: 58px;
        margin-top: 64px;
        font-size: 20px;
    }

    .home-core-advantage {
        padding-block: 26px;
        background-position: 42% top;
    }

    .home-core-advantage__inner {
        min-height: 0;
    }

    .home-core-advantage__title {
        width: 100%;
        max-width: 430px;
        margin-inline: auto;
        font-size: 30px;
        padding-top: 18px;
    }

    .home-core-advantage__grid {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        max-width: 430px;
        margin: 280px auto 0;
    }

    .home-core-advantage__item {
        min-height: 104px;
        padding-right: 32px;
    }

    .home-core-advantage__item-title {
        font-size: 22px;
    }

    .home-products {
        padding-block: 46px 72px;
    }

    .home-products__title {
        font-size: 30px;
    }

    .home-products__tabs {
        gap: 14px;
        margin-top: 24px;
    }

    .home-products__tab {
        min-width: 84px;
        height: 38px;
        padding-inline: 20px;
        font-size: 16px;
    }

    .home-products__panel {
        margin-top: 34px;
    }

    .home-products__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .home-products__card {
        min-height: 298px;
        padding: 22px 22px 26px;
    }

    .home-products__card:hover,
    .home-products__card:focus-visible {
        transform: translateY(-2px);
    }

    .home-products__name {
        font-size: 22px;
    }

    .home-products__capacity {
        font-size: 16px;
    }

    .home-products__image {
        max-height: 166px;
    }

    .home-solutions__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .home-solutions__card {
        min-height: 298px;
        padding: 22px;
    }

    .home-solutions__title {
        font-size: 22px;
    }

    .home-solutions__details {
        gap: 4px;
        font-size: 15px;
    }

    .home-application-scenarios {
        padding-block: 46px 64px;
    }

    .home-application-scenarios__title {
        font-size: 30px;
    }

    .home-application-scenarios__tabs {
        height: 76px;
        margin-top: 30px;
    }

    .home-application-scenarios__tab {
        flex-basis: 184px;
        gap: 14px;
        height: 76px;
        padding-inline: 16px;
        font-size: 18px;
    }

    .home-application-scenarios__tab-icon {
        height: 32px;
        max-width: 40px;
    }

    .home-application-scenarios__panels {
        margin-top: 46px;
    }

    .home-application-scenarios__items {
        grid-template-columns: repeat(7, 112px);
        gap: 28px;
    }

    .home-application-scenarios__item {
        width: 112px;
    }

    .home-application-scenarios__item:not(:last-child)::after {
        top: 48px;
        left: calc(50% + 53px);
        width: 34px;
    }

    .home-application-scenarios__icon-shell {
        width: 96px;
        height: 96px;
    }

    .home-application-scenarios__icon--base {
        width: 48px;
        height: 48px;
    }

    .home-application-scenarios__icon--hover {
        width: 104px;
        height: 104px;
    }

    .home-application-scenarios__item-title {
        width: 112px;
        min-height: 66px;
        margin-top: 18px;
        font-size: 16px;
    }

    .home-news {
        padding-block: 46px 66px;
    }

    .home-news__title {
        font-size: 30px;
    }

    .home-news__layout {
        margin-top: 34px;
    }

    .home-news__meta-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
        margin-top: 16px;
    }

    .home-news__featured-title,
    .home-news__item-title {
        min-height: 0;
        font-size: 15px;
    }

    .home-news__item-link {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .home-news__item-body {
        padding-top: 0;
    }

    .home-news__item-body .home-news__date {
        margin-top: 10px;
    }

    .home-news__item-body .home-news__read-more {
        margin-top: 9px;
    }

    .home-news__placeholder {
        font-size: 34px;
    }

    .about-hero,
    .about-hero__inner {
        min-height: 280px;
    }

    .about-hero__title {
        max-width: 280px;
        font-size: 26px;
    }

    .about-section__title {
        font-size: 30px;
    }

    .about-honors__item {
        width: 220px;
        flex-basis: 220px;
    }

    .contact-section__title {
        font-size: 30px;
    }

    .contact-card__map,
    .contact-card--editor > :first-child {
        min-height: 260px;
    }

    .contact-card__info,
    .contact-card--editor > :last-child {
        padding: 34px 22px 40px;
    }

    .contact-card__item {
        grid-template-columns: 30px minmax(0, 1fr);
        gap: 14px;
    }

    .contact-card__address,
    .contact-card--editor > :last-child p {
        font-size: 15px;
    }

    .joinus-hero,
    .joinus-hero__inner {
        min-height: 280px;
    }

    .joinus-hero__title {
        max-width: 280px;
        font-size: 26px;
    }

    .joinus-section__title {
        font-size: 30px;
    }

    .joinus-concept-card__title,
    .joinus-benefit-card__title {
        font-size: 20px;
    }

    .joinus-benefit-card {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .joinus-office-grid {
        grid-template-columns: 1fr;
    }

    .joinus-recruitment-job__summary {
        padding-inline: 20px 50px;
    }

    .joinus-recruitment-job__details {
        padding-inline: 20px;
    }

    .news-hero,
    .news-hero__inner {
        min-height: 260px;
    }

    .news-hero__title {
        font-size: 28px;
    }

    .news-archive__grid {
        grid-template-columns: 1fr;
    }

    .news-card__body {
        min-height: 118px;
    }

    .site-footer__menu {
        grid-template-columns: 1fr;
    }
}

.site-header__menu-toggle,
.site-mobile-drawer {
    display: none;
}

.product-parameters-mobile {
    display: none;
}

@media (max-width: 760px) {
    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }

    body.has-mobile-menu-open {
        overflow: hidden;
    }

    .site-header,
    .anerx-home-page .site-header {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        background: #ffffff;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    }

    .site-header__inner,
    .anerx-home-page .site-header__inner {
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: nowrap;
        min-height: 68px;
        gap: 16px;
        padding-block: 8px;
    }

    .site-branding__name,
    .site-branding__logo {
        width: 124px;
        height: 54px;
    }

    .site-navigation,
    .site-header__languages,
    .anerx-home-page .site-navigation,
    .anerx-home-page .site-header__languages {
        display: none;
    }

    .site-header__menu-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 5px;
        width: 44px;
        height: 44px;
        padding: 0;
        color: #1f2937;
        background: transparent;
        border: 0;
        cursor: pointer;
    }

    .site-header__menu-line {
        display: block;
        width: 23px;
        height: 2px;
        background: currentColor;
        border-radius: 999px;
    }

    .site-mobile-drawer:not([hidden]) {
        position: fixed;
        inset: 0;
        z-index: 1000;
        display: block;
    }

    .site-mobile-drawer__backdrop {
        position: absolute;
        inset: 0;
        padding: 0;
        background: rgba(15, 23, 42, 0.42);
        border: 0;
        cursor: pointer;
    }

    .site-mobile-drawer__panel {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        display: flex;
        flex-direction: column;
        width: min(84vw, 340px);
        max-width: 100%;
        padding: 22px 22px 30px;
        overflow-y: auto;
        color: #1f2937;
        background: #ffffff;
        box-shadow: -18px 0 42px rgba(15, 23, 42, 0.18);
        -webkit-overflow-scrolling: touch;
    }

    .site-mobile-drawer__header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        padding-bottom: 18px;
        border-bottom: 1px solid #e6ebf2;
    }

    .site-mobile-drawer__title,
    .site-mobile-languages__title {
        color: #111827;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.4;
    }

    .site-mobile-drawer__close {
        position: relative;
        width: 40px;
        height: 40px;
        padding: 0;
        background: #f4f7fb;
        border: 0;
        border-radius: 50%;
        cursor: pointer;
    }

    .site-mobile-drawer__close::before,
    .site-mobile-drawer__close::after {
        position: absolute;
        top: 19px;
        left: 11px;
        width: 18px;
        height: 2px;
        background: #1f2937;
        border-radius: 999px;
        content: "";
    }

    .site-mobile-drawer__close::before {
        transform: rotate(45deg);
    }

    .site-mobile-drawer__close::after {
        transform: rotate(-45deg);
    }

    .site-mobile-navigation__menu,
    .site-mobile-navigation__submenu,
    .site-mobile-languages__list {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .site-mobile-navigation__menu {
        display: grid;
        gap: 4px;
        padding-block: 18px;
    }

    .site-mobile-navigation__item {
        border-bottom: 1px solid #eef2f7;
    }

    .site-mobile-navigation__link {
        display: flex;
        align-items: center;
        min-height: 48px;
        color: #111827;
        font-size: 17px;
        font-weight: 600;
        line-height: 1.35;
        text-decoration: none;
    }

    .site-mobile-navigation__submenu {
        display: grid;
        gap: 2px;
        padding: 0 0 14px 14px;
    }

    .site-mobile-navigation__submenu-link {
        display: flex;
        align-items: center;
        min-height: 36px;
        color: #5d6673;
        font-size: 14px;
        line-height: 1.45;
        text-decoration: none;
    }

    .site-mobile-languages {
        display: grid;
        gap: 14px;
        margin-top: auto;
        padding-top: 22px;
        border-top: 1px solid #e6ebf2;
    }

    .site-mobile-languages__list {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
    }

    .site-mobile-languages__link {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 38px;
        padding: 0 10px;
        color: #333333;
        background: #f4f7fb;
        border-radius: 8px;
        font-size: 14px;
        line-height: 1.3;
        text-align: center;
        text-decoration: none;
    }

    .site-mobile-languages__item.is-active .site-mobile-languages__link {
        color: #ffffff;
        background: #2a65c9;
    }

    .home-banner,
    .front-page__hero-inner {
        min-height: 540px;
    }

    .front-page__hero-inner {
        padding-top: 52px;
    }

    .front-page__title {
        max-width: 315px;
        font-size: 27px;
        line-height: 1.5;
    }

    .front-page__subtitle {
        max-width: 292px;
        font-size: 16px;
        line-height: 1.7;
    }

    .home-core-tech__list {
        display: grid;
        height: auto;
        gap: 16px;
        overflow: visible;
        background: transparent;
    }

    .home-core-tech__item,
    .home-core-tech__list:hover .home-core-tech__item,
    .home-core-tech__list:focus-within .home-core-tech__item,
    .home-core-tech__list:hover .home-core-tech__item:hover,
    .home-core-tech__list:focus-within .home-core-tech__item:focus-within {
        width: 100%;
        height: 176px;
        flex: none;
        background-position: center;
        background-size: cover;
        border-radius: 8px;
    }

    .home-core-tech__content {
        padding: 24px 20px;
    }

    .home-core-tech__item-title {
        min-height: 0;
        margin-top: 22px;
    }

    .home-core-advantage__inner {
        min-height: 0;
    }

    .home-core-advantage__title {
        width: 100%;
        max-width: 430px;
        margin-inline: auto;
        padding-top: 18px;
    }

    .home-core-advantage__grid {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        max-width: 430px;
        margin: 34px auto 0;
        gap: 14px;
    }

    .home-core-advantage__item {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        min-height: 0;
        padding-right: 22px;
        padding-left: 54%;
        background-size: contain;
    }

    .home-products__card,
    .home-solutions__card {
        border-radius: 8px;
    }

    .home-application-scenarios__tabs {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: min(100% - 32px, var(--anerx-width-page));
        height: auto;
        margin-inline: auto;
        overflow: visible;
    }

    .home-application-scenarios__tab {
        flex: none;
        width: auto;
        height: 72px;
        min-width: 0;
        gap: 10px;
        padding-inline: 12px;
        font-size: 17px;
    }

    .home-application-scenarios__tab:not(:last-child)::after {
        display: none;
    }

    .home-application-scenarios__items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px 16px;
        width: min(100% - 32px, var(--anerx-width-page));
        padding-inline: 0;
        overflow: visible;
    }

    .home-application-scenarios__item {
        width: auto;
    }

    .home-application-scenarios__item:not(:last-child)::after {
        display: none;
    }

    .home-application-scenarios__item-title {
        width: 100%;
        min-height: 0;
    }

    .product-parameters__content {
        margin-inline: 0;
        padding-inline: 0;
        overflow: visible;
    }

    .product-parameters__content table {
        display: none;
    }

    .product-parameters-mobile {
        display: grid;
        gap: 20px;
    }

    .product-parameters-mobile__card {
        overflow: hidden;
        background: #ffffff;
        border: 1px solid #e6ebf2;
        border-radius: 12px;
        box-shadow: 0 10px 28px rgba(17, 24, 39, 0.06);
    }

    .product-parameters-mobile__header {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 104px;
        gap: 16px;
        align-items: center;
        padding: 18px;
        background: #f7f9fc;
    }

    .product-parameters-mobile__series {
        margin: 0;
        color: #333333;
        font-size: 20px;
        font-weight: 600;
        line-height: 1.35;
    }

    .product-parameters-mobile__count {
        display: block;
        margin-top: 6px;
        color: #667085;
        font-size: 13px;
        line-height: 1.4;
    }

    .product-parameters-mobile__image {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 104px;
        background: #ffffff;
        border-radius: 8px;
    }

    .product-parameters-mobile__image img {
        max-width: 88px;
        max-height: 98px;
    }

    .product-parameters-mobile__rows {
        display: grid;
    }

    .product-parameters-mobile__row {
        padding: 18px;
    }

    .product-parameters-mobile__row + .product-parameters-mobile__row {
        border-top: 1px solid #eef2f7;
    }

    .product-parameters-mobile__row-title {
        margin: 0 0 14px;
        color: #2a65c9;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.35;
    }

    .product-parameters-mobile__specs {
        display: grid;
        gap: 10px;
        margin: 0;
    }

    .product-parameters-mobile__spec {
        display: grid;
        grid-template-columns: minmax(110px, 42%) minmax(0, 1fr);
        gap: 12px;
        align-items: start;
        padding-bottom: 10px;
        border-bottom: 1px dashed #e5eaf1;
    }

    .product-parameters-mobile__spec:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .product-parameters-mobile__spec dt {
        color: #667085;
        font-size: 13px;
        line-height: 1.45;
    }

    .product-parameters-mobile__spec dd {
        margin: 0;
        color: #333333;
        font-size: 14px;
        line-height: 1.45;
        text-align: right;
        word-break: break-word;
    }

    .application-scenarios__scene {
        display: flex;
        align-items: stretch;
        min-height: 0;
        aspect-ratio: auto;
        border-radius: 8px;
    }

    .application-scenarios__scene .wp-block-cover__inner-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        min-height: 280px;
        margin: 0;
        padding: 32px 24px;
        background: linear-gradient(90deg, rgba(10, 28, 50, 0.72), rgba(10, 28, 50, 0.22));
    }

    .news-card__media,
    .home-news__featured-media,
    .home-news__item-media {
        border-radius: 8px;
    }

    .about-honors {
        width: 100%;
        max-width: 100%;
        overscroll-behavior-inline: contain;
    }

    .contact-card {
        border-radius: 12px;
    }

    .joinus-concept-banner__content,
    .joinus-benefit-card,
    .joinus-recruitment-job {
        border-radius: 8px;
    }

    .site-footer {
        background-size: cover;
    }

    .site-footer__inner {
        gap: 22px;
        padding-block: 40px 48px;
    }

    .site-footer__navigation {
        display: none;
    }

    .site-footer__logo-link,
    .site-footer__logo {
        width: 132px;
        height: 59px;
    }

    .site-footer__contact {
        gap: 12px;
    }

    .site-footer__contact-row {
        align-items: flex-start;
    }

    .site-footer__contact-text,
    .site-footer__contact a {
        min-width: 0;
        font-size: 14px;
        line-height: 1.65;
        word-break: break-word;
    }

    .site-footer__social {
        gap: 14px;
    }

    .site-footer__copyright {
        font-size: 12px;
        line-height: 1.6;
        text-align: left;
    }
}

@media (max-width: 480px) {
    .site-header__inner,
    .anerx-home-page .site-header__inner {
        width: min(100% - 40px, var(--anerx-width-page));
    }

    .home-core-advantage__grid {
        margin-top: 34px;
    }

    .home-core-advantage__item-title {
        font-size: 20px;
        white-space: normal;
    }

    .home-application-scenarios__tab {
        font-size: 16px;
    }

    .product-parameters-mobile__header {
        grid-template-columns: 1fr;
    }

    .product-parameters-mobile__image {
        min-height: 120px;
    }

    .product-parameters-mobile__spec {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .product-parameters-mobile__spec dd {
        text-align: left;
    }

    .site-mobile-drawer__panel {
        width: min(88vw, 340px);
    }
}

@media (max-width: 760px) {
    .site-footer__inner {
        grid-template-columns: 104px minmax(0, 1fr);
        align-items: center;
        column-gap: 18px;
        row-gap: 22px;
    }

    .site-footer__logo-link,
    .site-footer__logo {
        width: 104px;
        height: 47px;
    }

    .site-footer__contact {
        align-self: center;
        gap: 8px;
    }

    .site-footer__contact-row--phone {
        gap: 10px;
    }

    .site-footer__contact-row--address {
        gap: 13px;
    }

    .site-footer__social,
    .site-footer__copyright {
        grid-column: 1 / -1;
    }

    .site-footer__social {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .site-footer__inner {
        grid-template-columns: 92px minmax(0, 1fr);
        column-gap: 14px;
    }

    .site-footer__logo-link,
    .site-footer__logo {
        width: 92px;
        height: 41px;
    }
}
