.es-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.es-desktop-header {
    position: relative;
    z-index: 120;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #dfe5ec;
    box-shadow: 0 4px 18px rgba(28, 55, 84, 0.07);
    font-family: Arial, sans-serif;
}

.es-desktop-header *,
.es-desktop-footer * {
    box-sizing: border-box;
}

.es-desktop-header__main,
.es-desktop-header__nav-inner,
.es-desktop-footer__inner {
    width: min(1290px, calc(100% - 48px));
    margin: 0 auto;
}

.es-desktop-header__main {
    min-height: 78px;
    display: grid;
    grid-template-columns: 198px minmax(300px, 1fr) 202px 154px;
    align-items: center;
    gap: 22px;
}

.es-desktop-header__logo {
    display: inline-flex;
    align-items: center;
    width: 190px;
    height: 56px;
    text-decoration: none;
}

.es-desktop-header__logo img {
    display: block;
    width: 190px;
    height: auto;
}

.es-desktop-header #search_area {
    position: relative;
    float: none;
    width: 100%;
    height: auto;
    margin: 0;
}

.es-desktop-header .poisk {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 104px;
    width: 100%;
    height: 44px;
    overflow: hidden;
    border: 2px solid #436c99;
    border-radius: 12px;
    background: #fff;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.es-desktop-header .poisk:focus-within {
    border-color: #2e5f93;
    box-shadow: 0 0 0 4px rgba(67, 108, 153, 0.14);
}

.es-desktop-header .search_pole {
    float: none;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0 16px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    color: #182b43;
    font-size: 15px;
}

.es-desktop-header #butt_search {
    float: none;
    width: auto;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 0 15px;
    border: 0;
    border-radius: 0;
    background: #436c99;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: none;
    text-shadow: none;
    cursor: pointer;
}

.es-desktop-header #butt_search:hover {
    background: #355e8d;
}

.es-desktop-header #butt_search svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
}

.es-desktop-header #sresult {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 30;
    max-height: 420px;
    overflow: auto;
    border-radius: 12px;
    box-shadow: 0 14px 36px rgba(22, 43, 68, 0.18);
}

.es-desktop-header .call_area {
    float: none;
    width: auto;
    min-width: 0;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    margin: 0;
}

.es-desktop-header__phone-icon {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #edf3f9;
    color: #436c99;
}

.es-desktop-header__phone-icon svg {
    width: 21px;
    height: 21px;
    fill: currentColor;
}

.es-desktop-header__phone-list {
    min-width: 0;
    display: grid;
    gap: 5px;
}

.es-desktop-header .telm,
.es-desktop-header #vel,
.es-desktop-header #mts {
    float: none;
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
    background: none;
    color: #172a42;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.15;
    text-decoration: none;
    white-space: nowrap;
}

.es-desktop-header .telm:hover {
    color: #e84f4f;
}

.es-desktop-header #buy_area {
    float: none;
    width: auto;
    height: auto;
    margin: 0;
    border-radius: 12px;
    background: #f5f7fa;
    border: 1px solid #dfe5ec;
}

.es-desktop-header #buy_area > a {
    display: block;
    color: inherit;
    text-decoration: none;
}

.es-desktop-header .cart-box {
    min-height: 44px;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    gap: 9px;
    padding: 7px 12px;
}

.es-desktop-header .cart-icon {
    width: 34px;
    height: 30px;
    display: grid;
    place-items: center;
}

.es-desktop-header .cart-icon svg {
    width: 26px;
    height: 26px;
    stroke: #436c99;
}

.es-desktop-header .cart-count {
    top: -5px;
    right: -2px;
    width: 19px;
    height: 19px;
    display: grid;
    place-items: center;
    padding: 0;
    background: #ef4444;
    color: #fff;
    border: 2px solid #fff;
    font-size: 10px;
    line-height: 1;
}

.es-desktop-header .cart-total {
    min-width: 0;
    color: #172a42;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
}

.es-desktop-header .currency {
    margin-left: 2px;
    color: #65758a;
    font-size: 13px;
}

.es-desktop-header__nav-row {
    background: #436c99;
}

.es-desktop-header__nav-inner {
    min-height: 46px;
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr) auto;
    align-items: stretch;
    gap: 20px;
}

.es-desktop-header #katalog {
    float: none;
    width: auto;
    height: 46px;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    align-items: center;
    background: #315b89;
    border-radius: 0;
}

.es-desktop-header #katalog:hover {
    background: #294f79;
}

.es-desktop-header #sub_menu {
    float: none;
    width: 44px;
    height: 46px;
    display: grid;
    place-content: center;
    gap: 4px;
    margin: 0;
    padding: 0;
}

.es-desktop-header #sub_menu .s1 {
    float: none;
    width: 18px;
    height: 2px;
    margin: 0;
    border: 0;
    border-radius: 2px;
    background: #fff;
}

.es-desktop-header #sub_menu_title {
    float: none;
    width: auto;
    display: flex;
    align-items: center;
    height: 46px;
    margin: 0;
    padding: 0 12px 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    text-transform: none;
    text-decoration: none;
    text-shadow: none;
}

.es-desktop-header__nav {
    min-width: 0;
    display: flex;
    align-items: stretch;
    gap: 4px;
}

.es-desktop-header__nav a {
    display: flex;
    align-items: center;
    padding: 0 13px;
    color: #fff;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
}

.es-desktop-header__nav a:hover,
.es-desktop-header__nav a:focus-visible {
    background: rgba(255, 255, 255, 0.13);
}

.es-desktop-header__delivery {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}

.es-desktop-header__delivery svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: #ffd476;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.es-desktop-footer {
    clear: both;
    width: 100%;
    margin-top: 28px;
    background: #121923;
    color: #dbe4ef;
    font-family: Arial, sans-serif;
}

.es-desktop-footer__inner {
    padding: 44px 0 0;
}

.es-desktop-footer__grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr 1fr 1.1fr;
    gap: 46px;
    padding-bottom: 36px;
}

.es-desktop-footer__logo {
    display: inline-flex;
    width: 154px;
    margin-bottom: 17px;
}

.es-desktop-footer__logo img {
    display: block;
    width: 154px;
    height: auto;
}

.es-desktop-footer__brand > p {
    max-width: 290px;
    margin: 0 0 21px;
    color: #aebdce;
    font-size: 14px;
    line-height: 1.55;
}

.es-desktop-footer__facts {
    display: grid;
    gap: 10px;
}

.es-desktop-footer__facts span {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: #c8d3df;
    font-size: 13px;
    line-height: 1.4;
}

.es-desktop-footer__facts svg {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    fill: none;
    stroke: #7fa6cf;
    stroke-width: 1.8;
}

.es-desktop-footer__section h2 {
    float: none;
    width: auto;
    margin: 4px 0 18px;
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
}

.es-desktop-footer__section ul {
    display: grid;
    gap: 11px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.es-desktop-footer__section li,
.es-desktop-footer__section p {
    margin: 0;
}

.es-desktop-footer__section a {
    color: #bdcad8;
    font-size: 14px;
    line-height: 1.4;
    text-decoration: none;
}

.es-desktop-footer__section a:hover,
.es-desktop-footer__section a:focus-visible {
    color: #fff;
}

.es-desktop-footer__contacts {
    display: grid;
    gap: 10px;
}

.es-desktop-footer__contacts a {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr);
    align-items: baseline;
    gap: 9px;
    min-width: 0;
}

.es-desktop-footer__contacts small {
    color: #7fa6cf;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.es-desktop-footer__contacts span {
    min-width: 0;
    overflow-wrap: anywhere;
}

.es-desktop-footer__socials {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 20px;
}

.es-desktop-footer__socials a {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #243244;
    color: #dce8f5;
}

.es-desktop-footer__socials a:hover,
.es-desktop-footer__socials a:focus-visible {
    background: #436c99;
}

.es-desktop-footer__socials svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
    stroke: currentColor;
    stroke-width: 1.7;
}

.es-desktop-footer__payments .es-desktop-footer__payment-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
}

.es-desktop-footer__payment-grid span {
    height: 42px;
    display: grid;
    place-items: center;
    padding: 6px 9px;
    border: 1px solid #2f3b4b;
    border-radius: 7px;
    background: #fff;
}

.es-desktop-footer__payment-grid img {
    display: block;
    max-width: 100%;
    max-height: 28px;
    width: auto;
    height: auto;
}

.es-desktop-footer__legal {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    padding: 19px 0 23px;
    border-top: 1px solid #2a3544;
    color: #8798aa;
    font-size: 11px;
    line-height: 1.45;
}

.es-desktop-footer__legal span:last-child {
    text-align: right;
    white-space: nowrap;
}

@media (max-width: 1180px) {
    .es-desktop-header__main,
    .es-desktop-header__nav-inner,
    .es-desktop-footer__inner {
        width: calc(100% - 32px);
    }

    .es-desktop-header__main {
        grid-template-columns: 170px minmax(260px, 1fr) 190px 140px;
        gap: 14px;
    }

    .es-desktop-header__logo,
    .es-desktop-header__logo img {
        width: 164px;
    }

    .es-desktop-header__nav-inner {
        grid-template-columns: 170px minmax(0, 1fr);
        gap: 10px;
    }

    .es-desktop-header__delivery {
        display: none;
    }

    .es-desktop-header__nav a {
        padding: 0 9px;
        font-size: 13px;
    }

    .es-desktop-footer__grid {
        gap: 28px;
    }
}
