

/* Start:/local/templates/helicon-en/../.default/css/normalize.css?17115985367280*/
* {
    margin: 0;
    padding: 0;
}
html {
    width: 100%;
    max-width: 100%;
    min-width: 320px;
    /*height:auto;*/
    height: 100%;
    position: relative;
    overflow-x: hidden;
    font-size: 15px;
    font-family: Inter, Helvetica, Arial, sans-serif;
}
body {
    width: 100%;
    max-width: 100%;
    min-height: 100vh;

    /* Fix rendering fonts */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Fix text zoom on Mobile Devices */
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;

    /* Remove 300ms delay on Mobile Devices */
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
[hidden],
template {
    display: none;
}
a {
    text-decoration: none;
}

/*a:visited{color:inherit;}*/
a:active,
a:hover,
a:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0;
}

p {
    line-height: 1.2;
}

img {
    border: 0;
    max-width: 100%;
}

.img_box {
    width: 100%;
    text-align: center;
}

svg:not(:root) {
    overflow: hidden;
}

button {
    padding: 0;
    border: none;
    font: inherit;
    color: inherit;
    background-color: transparent;
    cursor: pointer;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    line-height: normal;
    box-sizing: border-box;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button:active,
button:focus {
    outline: none;
}

button::-moz-focus-inner {
    border: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type="text"] {
}

select {
}
select::-ms-expand {
    display: none;
}

option {
    position: relative;
    padding: 5px 15px;
    background-color: var(--white-color);
    z-index: 2;
    /*transform: translateY(-2em);*/
}

ul,
ol {
    margin: 0;
    padding: 0;
    counter-reset: ol_item;
}

ul li,
ol li {
    position: relative;
    list-style: none;
}

ul li {
    padding: 0;
}

hr {
    display: block;
    border: none;
    border-top: 1px solid #dedede;
}

b {
    font-weight: bold;
}

.hide {
    display: none;
}

.mobile-hide {
    display: none;
}

.hidden {
    display: none !important;
}

.ib {
    display: inline-block;
    vertical-align: middle;
}

.uppercase {
    text-transform: uppercase;
    line-height: 1em;
}

.desktop_show {
    display: none;
}

.center1000 {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    box-sizing: border-box;
    padding: 0;
}
.center1128 {
    width: 100%;
    max-width: 1128px;
    margin: auto;
    box-sizing: border-box;
    padding: 0;
}
.center1200 {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    box-sizing: border-box;
    padding: 0;
}
.center1224 {
    width: 100%;
    max-width: 1224px;
    margin: auto;
    box-sizing: border-box;
    padding: 0;
}
.center1400 {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    box-sizing: border-box;
    padding: 0;
}
.center1920 {
    width: 100%;
    max-width: 1920px;
    margin: auto;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0;
}

.center1000,
.center1128,
.center1420 {
    padding: 0;
}

main {
    padding-bottom: 30px;
    }
.clear {
    display: block;
    height: 1px;
    width: 100%;
    clear: both;
}

.inline {
    display: inline-block;
    vertical-align: middle;
}

.close {
    display: inline-block;
    height: 20px;
    width: 20px;
    -webkit--webkit-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz--webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms--webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o--webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center;
    cursor: pointer;
}

.close:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.close:before,
.close:after {
    content: "";
    display: inline-block;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    transform-origin: center;
}

.close:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.close:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hidden {
    display: none;
}

p + p {
    margin-top: 1em;
}

.content {
    flex: 1 0 auto;
}

.footer {
    flex: 0 0 auto;
}

@media only screen and (max-width: 1023px) {
    html {
        font-size: 14px;
        overflow-x: hidden;
    }

    .page-wrapper {
        overflow-x: hidden;
    }

    .mobile-menu-btn {
        display: block;
    }

    
}

@media only screen and (max-width: 767px) {
    .center1000 {
        max-width: 1000px;
        padding: 0 16px;
    }
    .center1128 {
        max-width: 480px;
        margin: 0 auto;
        padding: 0 16px;
    }
    .center1200 {
        padding: 0 16px;
        max-width: 480px;
        margin: 0 auto;
    }
    .center1224 {
        padding: 0 16px;
        max-width: 480px;
        margin: 0 auto;
    }
    .center1400 {
        max-width: 480px;
        margin: 0 auto;
    }
    .center1920 {
        padding: 0 16px;
        max-width: 1920px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .center1000 {
        max-width: 1000px;
        padding: 0 16px;
    }
    .center1128 {
        padding: 0 16px;
        max-width: 768px;
        margin: 0 auto;
    }
    .center1200 {
        padding: 0 16px;
        max-width: 768px;
        margin: 0 auto;
    }
    .center1224 {
        padding: 0 16px;
        max-width: 768px;
        margin: 0 auto;
    }
    .center1400 {
        padding: 0 16px;
        max-width: 768px;
        margin: 0 auto;
    }
    .center1920 {
        padding: 0 16px;
        max-width: 1920px;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .center1000 {
        max-width: 1000px;
        padding: 0 16px;
    }
    .center1128 {
        padding: 0 16px;
        max-width: 1024px;
        margin: 0 auto;
    }
    .center1200 {
        padding: 0 16px;
        max-width: 1024px;
        margin: 0 auto;
    }
    .center1224 {
        padding: 0 16px;
        max-width: 1024px;
        margin: 0 auto;
    }
    .center1400 {
        padding: 0 16px;
        max-width: 1024px;
        margin: 0 auto;
    }
    .center1920 {
        padding: 0 16px;
        max-width: 1920px;
    }
}

/* End */


/* Start:/local/templates/helicon-en/../.default/css/lang-switcher.css?17883266131650*/
.site-lang-switcher {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--site-lang-switcher-color, var(--orange-color, var(--en-orange, #f37736)));
    font-size: 14px;
    line-height: 1;
}

.site-lang-switcher__current {
    display: inline-flex;
    align-items: center;
    padding: 0;
    border: 0;
    color: inherit;
    background: transparent;
    cursor: pointer;
    font: inherit;
}

.site-lang-switcher__arrow {
    display: inline-flex;
    width: 8px;
    margin-left: 5px;
    color: inherit;
}

.site-lang-switcher__arrow:empty {
    width: 6px;
    height: 6px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
}

.site-lang-switcher__arrow svg {
    width: 8px;
    height: auto;
}

.site-lang-switcher__arrow svg path {
    stroke: currentColor;
}

.site-lang-switcher__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    padding-top: 6px;
    color: inherit;
    opacity: 0;
    pointer-events: none;
    white-space: nowrap;
    transition: color .25s ease, opacity .25s ease;
}

.site-lang-switcher__dropdown:hover {
    color: var(--site-lang-switcher-hover-color, currentColor);
}

.site-lang-switcher--desktop {
    padding: 8px 0;
}

.site-lang-switcher--desktop:hover .site-lang-switcher__dropdown,
.site-lang-switcher--mobile.is-open .site-lang-switcher__dropdown {
    opacity: 1;
    pointer-events: auto;
}

.site-lang-switcher--mobile {
    font-size: 16px;
}

.helicon-en-page .site-lang-switcher {
    --site-lang-switcher-hover-color: var(--en-blue);
}

/* End */


/* Start:/local/templates/helicon-en/../.default/css/cookieConsent.css?17883266136974*/
.cookie-consent {
    display: none;
}

.cookie-consent.cookie-consent--visible {
    display: block;
}

.cookie-consent__banner {
    position: fixed;
    left: 50%;
    bottom: 24px;
    z-index: 10020;
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    width: calc(100% - 32px);
    max-width: 1128px;
    padding: 20px 24px;
    background: #fff;
    border: 1px solid rgba(4, 18, 41, .12);
    border-radius: 8px;
    box-shadow: 0 12px 36px rgba(4, 18, 41, .18);
    color: #041229;
    transform: translateX(-50%);
}

.cookie-consent__content {
    flex: 1 1 auto;
    min-width: 0;
}

.cookie-consent__title,
.cookie-consent__dialog-title {
    font-weight: 600;
    color: #041229;
}

.cookie-consent__title {
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 1.25;
}

.cookie-consent__text,
.cookie-consent__section-description,
.cookie-consent__service-description,
.cookie-consent__service-warning {
    font-size: 14px;
    line-height: 1.45;
}

.cookie-consent .cookie-consent__text a {
    color: #009fc2;
    text-decoration: underline;
}

.cookie-consent__actions,
.cookie-consent__dialog-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: stretch;
}

.cookie-consent__actions {
    flex: 0 0 auto;
    justify-content: flex-end;
}

.cookie-consent__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 132px;
    min-height: 44px;
    padding: 10px 20px;
    border-radius: 32px;
    border: 1px solid #009fc2;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
}

.cookie-consent__button--secondary {
    background: #fff;
    color: #009fc2;
}

.cookie-consent__button--primary {
    background: #009fc2;
    color: #fff;
}

.cookie-consent__button:disabled {
    cursor: default;
    opacity: .65;
}

.cookie-consent__modal {
    position: fixed;
    inset: 0;
    z-index: 10030;
    display: none;
}

.cookie-consent__modal.cookie-consent__modal--visible {
    display: block;
}

.cookie-consent__overlay {
    position: absolute;
    inset: 0;
    background: rgba(4, 18, 41, .45);
}

.cookie-consent__dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    box-sizing: border-box;
    width: calc(100% - 32px);
    max-width: 640px;
    max-height: calc(100vh - 48px);
    overflow: auto;
    padding: 28px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 20px 60px rgba(4, 18, 41, .24);
    transform: translate(-50%, -50%);
}

.cookie-consent__close {
    position: absolute;
    right: 18px;
    top: 14px;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #041229;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.cookie-consent__dialog-title {
    margin-bottom: 20px;
    padding-right: 36px;
    font-size: 24px;
    line-height: 1.2;
}

.cookie-consent__section {
    padding: 18px 0;
    border-top: 1px solid rgba(4, 18, 41, .12);
}

.cookie-consent__section-head,
.cookie-consent__service {
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: space-between;
}

.cookie-consent__section-title,
.cookie-consent__service-name {
    margin-bottom: 4px;
    font-weight: 600;
    color: #041229;
}

.cookie-consent__service {
    padding: 16px 0;
    border-top: 1px solid rgba(4, 18, 41, .08);
}

.cookie-consent__service-warning {
    margin-top: 6px;
    color: #c84f1a;
}

.cookie-consent__switch {
    flex: 0 0 auto;
    position: relative;
    display: inline-flex;
    width: 48px;
    height: 28px;
}

.cookie-consent__switch input {
    position: absolute;
    opacity: 0;
}

.cookie-consent__switch span {
    position: absolute;
    inset: 0;
    border-radius: 28px;
    background: #a8a9ad;
    transition: background .2s ease;
}

.cookie-consent__switch span::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    transition: transform .2s ease;
}

.cookie-consent__switch input:checked + span {
    background: #009fc2;
}

.cookie-consent__switch input:checked + span::before {
    transform: translateX(20px);
}

.cookie-consent__switch input:disabled + span {
    opacity: .65;
}

.cookie-consent-required {
    margin: 14px 0;
    padding: 14px 16px;
    border: 1px solid rgba(200, 79, 26, .28);
    border-radius: 8px;
    background: #fff7f2;
    color: #041229;
}

.cookie-consent-required__title {
    margin-bottom: 6px;
    font-weight: 600;
}

.cookie-consent-required__text {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.45;
}

.cookie-consent-required__button {
    min-height: 36px;
    padding: 8px 14px;
}

@media (max-width: 767px) {
    .cookie-consent__banner {
        left: 12px;
        right: 12px;
        bottom: 12px;
        width: auto;
        max-width: none;
        max-height: calc(100vh - 24px);
        overflow: auto;
        transform: none;
    }

    .cookie-consent__banner,
    .cookie-consent__section-head,
    .cookie-consent__service {
        align-items: stretch;
        flex-direction: column;
    }

    .cookie-consent__banner {
        gap: 16px;
        padding: 18px 16px;
    }

    .cookie-consent__title {
        font-size: 17px;
    }

    .cookie-consent__text,
    .cookie-consent__section-description,
    .cookie-consent__service-description,
    .cookie-consent__service-warning {
        font-size: 13px;
    }

    .cookie-consent__actions,
    .cookie-consent__dialog-actions {
        width: 100%;
        flex-direction: column;
        gap: 10px;
    }

    .cookie-consent__button {
        width: 100%;
        min-width: 0;
        min-height: 44px;
        padding-left: 14px;
        padding-right: 14px;
        white-space: normal;
    }

    .cookie-consent__dialog {
        top: 12px;
        bottom: 12px;
        width: calc(100% - 24px);
        max-height: none;
        padding: 22px 16px 18px;
        transform: translateX(-50%);
    }

    .cookie-consent__dialog-title {
        margin-bottom: 16px;
        font-size: 22px;
    }

    .cookie-consent__section {
        padding: 16px 0;
    }

    .cookie-consent__section-head,
    .cookie-consent__service {
        gap: 12px;
    }

    .cookie-consent__section-head .cookie-consent__switch,
    .cookie-consent__service .cookie-consent__switch {
        align-self: flex-end;
    }

    .cookie-consent-required__button {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .cookie-consent__banner {
        left: 8px;
        right: 8px;
        bottom: 8px;
        width: auto;
    }

    .cookie-consent__dialog {
        top: 8px;
        bottom: 8px;
        width: calc(100% - 16px);
        padding-left: 14px;
        padding-right: 14px;
    }
}

/* End */


/* Start:/local/templates/helicon-en/css/main.css?178832661315529*/
@font-face {
    font-family: 'Inter';
    src: url('/local/templates/helicon-corp/fonts/Interregular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/local/templates/helicon-corp/fonts/Intermedium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/local/templates/helicon-corp/fonts/Interbold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --en-blue: #009fc4;
    --en-dark: #041229;
    --en-teal: #005967;
    --en-muted: #858585;
    --en-line: #d8dce5;
    --en-soft: #f7f8fb;
    --en-card: #eefbff;
    --en-contact: #e7f4f8;
    --en-orange: #f37736;
}

html.en-menu-open,
html.en-menu-open body {
    overflow: hidden;
}

.helicon-en-page {
    color: var(--en-dark);
    font-family: 'Inter', Arial, sans-serif;
    background: #fff;
}

.helicon-en-page *,
.helicon-en-page *::before,
.helicon-en-page *::after {
    box-sizing: border-box;
}

.helicon-en-page a {
    color: inherit;
    text-decoration: none;
}

.en-page {
    min-width: 320px;
    overflow: hidden;
    padding-top: 99px;
}

.en-container {
    width: 1128px;
    max-width: calc(100% - 48px);
    margin: 0 auto;
}

.en-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    height: 99px;
    background: linear-gradient(90deg, #f4ffff 0%, #eefcff 48%, #f4ffff 100%);
}

.en-main section[id] {
    scroll-margin-top: 99px;
}

.en-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1258px;
    max-width: calc(100% - 48px);
    height: 100%;
    margin: 0 auto;
}

.en-header__brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    min-width: 210px;
}

.en-header__logo,
.en-footer__logo {
    display: block;
    color: var(--en-blue);
}

.en-header__logo svg {
    display: block;
    width: 101px;
    height: auto;
}

.en-header__slogan {
    color: #005466;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -.01em;
}

.en-header__nav {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: -8px;
    font-size: 16px;
    line-height: 1;
}

.en-header__nav a:hover {
    color: var(--en-blue);
}

.en-header__lang-switcher {
    margin-left: 8px;
}

.en-header__burger,
.en-header__mobile-actions,
.en-header__mobile {
    display: none;
}

.en-section-title {
    margin: 0;
    color: var(--en-dark);
    font-size: 48px;
    font-weight: 400;
    line-height: 1.14;
    letter-spacing: -.045em;
}

.en-about {
    position: relative;
    padding: 122px 0 104px;
    background: #fff;
}

.en-about__title-wrap {
    position: relative;
    z-index: 2;
}

.en-about__content {
    position: relative;
    min-height: 580px;
    margin-top: 42px;
}

.en-about__left {
    position: relative;
    z-index: 2;
    width: 382px;
}

.en-about__lead {
    margin: 0;
    color: var(--en-blue);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -.035em;
}

.en-about__text {
    margin-top: 57px;
    font-size: 18px;
    line-height: 1.18;
    letter-spacing: -.035em;
}

.en-about__facts {
    margin-top: 29px;
}

.en-about__fact {
    padding: 29px 0 30px;
    border-top: 1px solid var(--en-line);
    font-size: 18px;
    line-height: 1.18;
    letter-spacing: -.035em;
}

.en-about__map {
    position: absolute;
    top: -102px;
    left: 372px;
    width: 770px;
    height: 650px;
    overflow: hidden;
    color: #b8edf8;
}

.en-about__map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 100% center;
}

.en-map-placeholder {
    position: relative;
    width: 100%;
    height: 100%;
    opacity: .9;
}

.en-map-placeholder::before,
.en-map-placeholder::after {
    position: absolute;
    content: '';
    border-radius: 48% 52% 46% 54%;
    background: currentColor;
}

.en-map-placeholder::before {
    top: 24px;
    left: 12px;
    width: 420px;
    height: 320px;
    box-shadow: 405px 8px 0 -38px currentColor, 350px 255px 0 -98px currentColor, 112px 345px 0 -115px currentColor;
}

.en-map-placeholder::after {
    top: 138px;
    right: 0;
    width: 370px;
    height: 245px;
    box-shadow: -225px 25px 0 -118px currentColor, -110px 285px 0 -130px currentColor;
}

.en-benefits {
    padding: 73px 0 86px;
    background: var(--en-soft);
}

.en-benefits__body {
    display: grid;
    grid-template-columns: 390px 1fr;
    gap: 92px;
    align-items: center;
    margin-top: 54px;
}

.en-benefits__list {
    display: flex;
    flex-direction: column;
    gap: 54px;
    padding-top: 36px;
}

.en-benefits__item {
    display: grid;
    grid-template-columns: 86px 1fr;
    align-items: center;
    min-height: 59px;
}

.en-benefits__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 59px;
    height: 59px;
    border-radius: 50%;
    color: var(--en-blue);
    background: #e8feff;
    box-shadow: 11px 13px 24px rgba(0, 159, 196, .11);
}

.en-benefits__icon svg {
    width: 31px;
    height: 31px;
    stroke: currentColor;
}

.en-benefits__name {
    margin: 0;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: -.04em;
}

.en-benefits__media {
    position: relative;
    height: 442px;
    min-height: 442px;
}

.en-benefits__image {
    width: 493px;
    height: 366px;
    background: linear-gradient(135deg, #d9eaf0, #bdd5df);
}

.en-benefits__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.en-benefits__card {
    position: absolute;
    right: -30px;
    bottom: 0;
    width: 466px;
    min-height: 292px;
    padding: 47px 64px;
    background: linear-gradient(135deg, #caeaf4, #f5fbfd);
    font-size: 25px;
    line-height: 1.08;
    letter-spacing: -.05em;
}

.en-benefits__card p {
    margin: 0 0 18px;
}

.en-benefits__card p:last-child {
    margin-bottom: 0;
}

.en-manufacture {
    padding: 120px 0 76px;
    background: #fff;
}

.en-manufacture__subtitle {
    margin: 14px 0 0;
    color: var(--en-teal);
    font-size: 19px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.04em;
}

.en-manufacture__cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 103px;
}

.en-manufacture__card {
    min-height: 282px;
    padding: 31px 31px 28px;
    border-radius: 10px;
    background: radial-gradient(circle at 50% 50%, #f8fdff 0%, #edfaff 62%, #edfaff 100%);
}

.en-manufacture__card-title {
    margin: 0;
    color: var(--en-teal);
    font-size: 32px;
    font-weight: 400;
    line-height: .98;
    letter-spacing: -.045em;
}

.en-manufacture__card-text {
    margin: 69px 0 0;
    color: var(--en-muted);
    font-size: 20px;
    line-height: 1.04;
    letter-spacing: -.045em;
}

.en-contacts {
    position: relative;
    min-height: 561px;
    padding: 102px 0 29px;
    overflow: hidden;
    background: #f1f8fb;
}

.en-contacts::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    content: '';
    background: var(--en-contact-image, radial-gradient(circle at 72% 45%, #d8e9ef 0%, #edf6f9 42%, #f8fbfc 78%)) center / cover no-repeat;
}

.en-contacts__content {
    position: relative;
    z-index: 1;
    width: 610px;
}

.en-contacts__subtitle {
    margin: 26px 0 0;
    color: var(--en-teal);
    font-size: 19px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.04em;
}

.en-contacts__manager-title {
    margin: 61px 0 0;
    color: var(--en-blue);
    font-size: 32px;
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -.045em;
}

.en-contacts__person {
    margin: 62px 0 0;
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: -.045em;
}

.en-contacts__link {
    display: block;
    margin-top: 27px;
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: -.045em;
}

.en-footer {
    padding: 76px 0 60px;
    background: #fff;
}

.en-footer__top {
    display: grid;
    grid-template-columns: 184px 240px 240px 1fr;
    gap: 16px;
    align-items: center;
}

.en-footer__logo svg {
    display: block;
    width: 141px;
    height: auto;
}

.en-footer__contact {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 18px;
    align-items: center;
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: -.035em;
}

.en-footer__contact--address {
    grid-template-columns: 48px 1fr;
}

.en-footer__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid var(--en-blue);
    border-radius: 50%;
    color: var(--en-blue);
}

.en-footer__icon svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
}

.en-footer__icon svg path,
.en-footer__icon svg circle {
    fill: none;
    stroke: currentColor;
}

.en-footer__bottom {
    margin-top: 76px;
    color: #a8a9ad;
    font-size: 13px;
    line-height: 1.18;
}

.en-footer__links {
    display: flex;
    gap: 27px;
    margin-bottom: 31px;
}

.en-footer__links a:hover {
    color: var(--en-blue);
}

.en-edit-area {
    min-height: 1px;
}

@media (max-width: 1200px) {
    .en-header__inner {
        max-width: calc(100% - 64px);
    }

    .en-header__nav {
        gap: 18px;
    }

    .en-benefits__body {
        grid-template-columns: 340px 1fr;
        gap: 48px;
    }

    .en-benefits__image,
    .en-benefits__card {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .en-container {
        width: auto;
        max-width: none;
        margin: 0;
        padding: 0 16px;
    }

    .en-header {
        height: 64px;
    }

    .en-page {
        padding-top: 64px;
    }

    .en-main section[id] {
        scroll-margin-top: 64px;
    }

    .en-header__inner {
        width: 100%;
        max-width: none;
        padding: 0 32px;
    }

    .en-header__logo svg {
        width: 100px;
    }

    .en-header__brand {
        gap: 3px;
        min-width: 0;
    }

    .en-header__slogan {
        font-size: 16px;
        line-height: 1;
    }

    .en-header__nav {
        display: none;
    }

    .en-header__mobile-actions {
        display: flex;
        align-items: center;
        gap: 25px;
    }

    .en-header__burger {
        display: flex;
        flex-direction: column;
        gap: 7px;
        width: 24px;
        padding: 0;
        border: 0;
        background: transparent;
        cursor: pointer;
    }

    .en-header__burger span {
        width: 24px;
        height: 1px;
        background: var(--en-dark);
        transition: transform .2s ease, opacity .2s ease;
    }

    .en-header__burger.is-open span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .en-header__burger.is-open span:nth-child(2) {
        opacity: 0;
    }

    .en-header__burger.is-open span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    .en-header__mobile {
        position: fixed;
        top: 64px;
        right: 0;
        left: 0;
        bottom: 0;
        display: none;
        height: auto;
        padding: 40px 16px;
        overflow: auto;
        background: #fff;
    }

    .en-header__mobile.is-open {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .en-header__mobile a {
        font-size: 20px;
        font-weight: 700;
        line-height: 1.1;
    }

    .en-section-title {
        font-size: 30px;
        line-height: 1.16;
        letter-spacing: -.05em;
    }

    .en-about {
        padding: 58px 0 55px;
    }

    .en-about__content {
        min-height: 604px;
        margin-top: 53px;
    }

    .en-about__left {
        width: auto;
    }

    .en-about__lead {
        font-size: 24px;
        line-height: 1.08;
    }

    .en-about__text {
        margin-top: 65px;
        font-size: 18px;
        line-height: 1.14;
    }

    .en-about__facts {
        margin-top: 31px;
    }

    .en-about__fact {
        padding: 29px 0 30px;
        font-size: 18px;
        line-height: 1.15;
    }

    .en-about__map {
        top: 53px;
        right: 0;
        bottom: 0;
        left: 0;
        width: auto;
        height: auto;
        opacity: .86;
    }

    .en-about__map img {
        object-fit: cover;
        object-position: 56% center;
        transform: none;
    }

    .en-map-placeholder::before {
        top: 0;
        left: -84px;
        width: 330px;
        height: 355px;
        box-shadow: 215px 4px 0 -108px currentColor, 166px 315px 0 -72px currentColor;
    }

    .en-map-placeholder::after {
        top: 138px;
        right: -80px;
        width: 260px;
        height: 250px;
        box-shadow: -98px 252px 0 -74px currentColor;
    }

    .en-benefits {
        padding: 74px 0 36px;
    }

    .en-benefits__body {
        display: block;
        margin-top: 55px;
    }

    .en-benefits__list {
        gap: 31px;
        padding-top: 0;
    }

    .en-benefits__item {
        grid-template-columns: 109px 1fr;
        min-height: 74px;
    }

    .en-benefits__icon {
        width: 73px;
        height: 73px;
    }

    .en-benefits__name {
        font-size: 24px;
        line-height: 1.08;
    }

    .en-benefits__media {
        display: none;
    }

    .en-manufacture {
        padding: 59px 0 84px;
    }

    .en-manufacture__subtitle {
        margin-top: 10px;
        font-size: 18px;
    }

    .en-manufacture__cards {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-top: 39px;
    }

    .en-manufacture__card {
        min-height: 218px;
        padding: 31px 16px 27px;
        border-radius: 0;
    }

    .en-manufacture__card-title {
        font-size: 25px;
        line-height: 1.13;
    }

    .en-manufacture__card-text {
        margin-top: 54px;
        font-size: 19px;
        line-height: 1.05;
    }

    .en-contacts {
        min-height: 559px;
        padding: 96px 0 11px;
        background: var(--en-contact);
    }

    .en-contacts::after {
        display: none;
    }

    .en-contacts__content {
        width: auto;
    }

    .en-contacts__subtitle {
        margin-top: 31px;
        font-size: 18px;
        line-height: 1.15;
    }

    .en-contacts__manager-title {
        margin-top: 60px;
        font-size: 30px;
        line-height: 1.2;
    }

    .en-contacts__person {
        margin-top: 58px;
        font-size: 27px;
    }

    .en-contacts__link {
        margin-top: 25px;
        font-size: 27px;
        line-height: 1.1;
    }

    .en-footer {
        padding: 72px 0 29px;
    }

    .en-footer__top {
        display: block;
    }

    .en-footer__logo svg {
        width: 142px;
    }

    .en-footer__contact {
        grid-template-columns: 49px 1fr;
        gap: 18px;
        margin-top: 31px;
        font-size: 16px;
        line-height: 1.15;
    }

    .en-footer__contact--address {
        align-items: start;
        margin-top: 31px;
    }

    .en-footer__icon {
        width: 42px;
        height: 42px;
    }

    .en-footer__bottom {
        margin-top: 55px;
        font-size: 12px;
        line-height: 1.15;
    }

    .en-footer__links {
        display: flex;
        flex-direction: column;
        gap: 17px;
        margin-bottom: 48px;
    }
}

/* End */


/* Start:/local/templates/helicon-en/styles.css?17887906631579*/
.en-policy__title {    font-size: 23px;
    line-height: 1.2em;
    font-weight: 400;
    margin-bottom: 22px;}

.en-policy__content  h2 {font-size: 21px;
    line-height: 1.2em;
    font-weight: 400;
    margin-bottom: 16px;}

.en-policy__content p {    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;     line-height: 1.2;         font-size: 16px;}


.en-policy__content ul li::before {height: 1px;
    width: 8px;
    border-radius: 0;
    margin-top: 3px; content: '';
    background: #009FC2;
    width: 11px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 8px;}

.en-policy__content  ol {list-style: unset;}
.en-policy__content  ul {margin-top:10px;}

.en-policy__content  ul li {position: relative;
    padding-left: 22px; margin-bottom: 16px;     display: list-item;
    unicode-bidi: isolate; font-size: 16px;     line-height: 1.2em;}

.en-policy__content  ol li {position: relative;
    padding-left: 22px; margin-bottom: 16px;     display: list-item;
    unicode-bidi: isolate; font-size: 16px;}


.en-policy__content  a  {color: #009fc4;
  text-decoration: underline;}
.en-policy__content  a:hover {  text-decoration: none;}


.en-policy__content h3 {font-size: 20px;}

.en-policy__content table {margin-top:10px; border:none; font-size: 14px;}
.en-policy__content td {padding:15px; border:1px solid #dedede7d;}
.en-policy__content th {background: rgba(235, 235, 235, 0.45); border-bottom:1px; padding:15px;}
/* End */
/* /local/templates/helicon-en/../.default/css/normalize.css?17115985367280 */
/* /local/templates/helicon-en/../.default/css/lang-switcher.css?17883266131650 */
/* /local/templates/helicon-en/../.default/css/cookieConsent.css?17883266136974 */
/* /local/templates/helicon-en/css/main.css?178832661315529 */
/* /local/templates/helicon-en/styles.css?17887906631579 */
