{"id":100300,"date":"2023-04-14T12:30:45","date_gmt":"2023-04-14T09:30:45","guid":{"rendered":"https:\/\/smartair.fi\/?page_id=100300"},"modified":"2026-04-15T15:02:05","modified_gmt":"2026-04-15T12:02:05","slug":"suunnittelu","status":"publish","type":"page","link":"https:\/\/smartair.fi\/en\/suunnittelu\/","title":{"rendered":"Design"},"content":{"rendered":"<div class=\"et_pb_section_0 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_0 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_0 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_code_0 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><style>\n    :root {\n        --sa-blue: #004a99;\n        --sa-light-blue: #eef5ff;\n        --sa-accent: #f29100;\n        --sa-dark: #1a1a1a;\n        --sa-grey: #f4f7f9;\n        --sa-border: #d1d9e6;\n        --sa-success: #40c057;\n    }\n\n    .sa-container {\n        font-family: 'Open Sans', Arial, sans-serif;\n        color: #333;\n        line-height: 1.6;\n        \/* KASVATETTU LEVEYS, mutta rajattu hieman ettei hajoa t\u00e4ysin 4K-n\u00e4yt\u00f6ill\u00e4 *\/\n        max-width: 1400px; \n        margin: 0 auto;\n        padding: 20px;\n        background: #fff;\n    }\n\n    \/* Hero Section *\/\n    .sa-hero-design { \n        display: flex;\n        flex-wrap: wrap;\n        background: var(--sa-blue); \n        color: #ffffff; \n        border-radius: 12px; \n        margin-bottom: 50px; \n        box-shadow: 0 10px 20px rgba(0,0,0,0.1);\n        overflow: hidden;\n    }\n    .sa-hero-design-text {\n        flex: 1;\n        padding: 60px 50px;\n        min-width: 350px;\n        display: flex;\n        flex-direction: column;\n        justify-content: center;\n    }\n    .sa-hero-design-img {\n        flex: 1;\n        min-width: 350px;\n        background: url('https:\/\/smartair.fi\/wp-content\/uploads\/2023\/03\/smartair-suunnittelu.jpg') center\/cover no-repeat;\n        min-height: 400px;\n    }\n\n    .sa-hero-design h1 { color: #ffffff !important; font-size: 3rem; margin-top: 0; margin-bottom: 20px; font-weight: 800; line-height: 1.2; text-transform: uppercase; }\n    .sa-hero-design h2 { color: #eef5ff !important; font-size: 1.25rem; margin-bottom: 0; font-weight: 400; line-height: 1.6; border: none; padding: 0; }\n\n    \/* Otsikot *\/\n    h2 { color: var(--sa-blue) !important; font-size: 2.2rem; margin-top: 60px; margin-bottom: 30px; border-left: 5px solid var(--sa-accent); padding-left: 20px; line-height: 1.2; }\n    h3 { color: var(--sa-blue) !important; font-size: 1.4rem; margin-top: 30px; margin-bottom: 15px; }\n    \n    \/* Leip\u00e4teksti - UUSI RATKAISU: Palstat (Columns) leveill\u00e4 n\u00e4yt\u00f6ill\u00e4 *\/\n    .sa-text-columns {\n        font-size: 1.05rem;\n        column-count: 2; \/* Jakaa tekstin kahteen palstaan *\/\n        column-gap: 50px; \/* V\u00e4ljyys palstojen v\u00e4lill\u00e4 *\/\n        margin-bottom: 30px;\n    }\n    \/* Estet\u00e4\u00e4n kappaleen katkeaminen keskelt\u00e4 saraketta jos mahdollista *\/\n    .sa-text-columns p {\n        margin-top: 0;\n        margin-bottom: 20px;\n        break-inside: avoid; \n    }\n    \n    \/* Palautetaan 1 sarake mobiilissa ja pienill\u00e4 tableteilla *\/\n    @media (max-width: 850px) {\n        .sa-text-columns {\n            column-count: 1;\n        }\n    }\n\n    \/* Yksitt\u00e4iset tekstiblokit (jos ei haluta palstajakoa) *\/\n    .sa-text-block { \n        font-size: 1.05rem; \n        margin-bottom: 20px; \n        max-width: 900px; \/* Rajataan yksitt\u00e4isen rivin pituus luettavaksi *\/\n    }\n\n    \/* T\u00e4ysleve\u00e4t kuvat (Kaaviot & 3D) *\/\n    .sa-full-image {\n        width: 100%;\n        margin: 40px 0 60px 0;\n        border-radius: 8px;\n        box-shadow: 0 8px 30px rgba(0,0,0,0.08);\n        border: 1px solid var(--sa-border);\n        display: block;\n        height: auto;\n    }\n\n    \/* Moderni lista 1 (Faktalaatikot) - Jaettu Gridill\u00e4 kahteen sarakkeeseen leveill\u00e4 n\u00e4yt\u00f6ill\u00e4 *\/\n    .sa-modern-list { \n        list-style: none; \n        padding: 0; \n        margin: 40px 0; \n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));\n        gap: 15px;\n    }\n    .sa-modern-list li { \n        display: flex; \n        align-items: center; \n        background: var(--sa-grey);\n        margin: 0; \n        padding: 20px 25px;\n        border-radius: 8px;\n        border-left: 4px solid var(--sa-accent);\n        box-shadow: 0 3px 10px rgba(0,0,0,0.03);\n    }\n    .sa-modern-list li::before { \n        content: \"\u2714\"; \n        color: var(--sa-blue); \n        font-weight: bold; \n        margin-right: 15px; \n        font-size: 1.3rem; \n        flex-shrink: 0; \n    }\n    .sa-modern-list li span { flex: 1; font-weight: 600; color: #444; }\n\n    \/* Korostuslaatikko *\/\n    .sa-highlight-box { \n        background: var(--sa-grey); \n        padding: 60px 50px; \n        border-radius: 12px; \n        margin: 60px 0; \n        border-top: 4px solid var(--sa-accent);\n    }\n\n    \/* Moderni lista 2 (Palvelukortit \/ Grid) *\/\n    .sa-service-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n        gap: 15px;\n        margin-top: 40px;\n        margin-bottom: 40px;\n    }\n    .sa-service-card {\n        background: #fff;\n        border: 1px solid var(--sa-border);\n        padding: 15px 20px;\n        border-radius: 8px;\n        text-align: center;\n        font-weight: bold;\n        color: var(--sa-blue);\n        transition: 0.3s ease;\n        box-shadow: 0 4px 10px rgba(0,0,0,0.02);\n    }\n    .sa-service-card:hover {\n        border-color: var(--sa-accent);\n        transform: translateY(-3px);\n        box-shadow: 0 8px 20px rgba(0,0,0,0.06);\n    }\n    \/* Koko leveyden viev\u00e4 erikoiskortti *\/\n    .sa-service-card.full-width {\n        grid-column: 1 \/ -1;\n        background: var(--sa-blue);\n        color: #fff;\n        border: none;\n        padding: 20px;\n        font-size: 1.1rem;\n    }\n    .sa-service-card.full-width:hover {\n        background: #003a7a;\n    }\n<\/style>\n\n<div class=\"sa-container\">\n\n    <header class=\"sa-hero-design\">\n        <div class=\"sa-hero-design-text\">\n            <h1>Dimensioning &amp; Design<\/h1>\n            <h2>We provide compressed air system dimensioning and design services together with our design team. Compressed air system design can be mainly divided into two different sections, replacement investments and design work for existing compressed air systems, and so-called Green field projects, where a new modern compressor station is dimensioned and designed for a new plant in the design phase.<\/h2>\n        <\/div>\n        <div class=\"sa-hero-design-img\"><\/div>\n    <\/header>\n\n    <h2 style=\"margin-top: 0;\">A team of experts<\/h2>\n    <p class=\"sa-text-block\">Very typically, the design work of compressed air systems consists of experts and specialists from several areas.<\/p>\n    \n    <!-- Moderni lista muutettu Gridiksi -->\n    <ul class=\"sa-modern-list\">\n        <li><span>Mechanical designers calculate the location, platform, load capacity and placement.<\/span><\/li>\n        <li><span>The task of piping designers is to plan the system&#039;s piping work, both in the equipment room and in the production hall, all the way to the points of use.<\/span><\/li>\n        <li><span>Ventilation design again requires new types of experts and calculators.<\/span><\/li>\n        <li><span>To get the new compressed air system ready for use, the most important utility is needed: electricity and electrical design.<\/span><\/li>\n        <li><span>In addition to electrical design, data transfer in either one direction or both directions must be arranged to meet the requirements of the modernity of the system.<\/span><\/li>\n    <\/ul>\n\n    <p class=\"sa-text-block\" style=\"font-weight: 600;\">As we can see from this, we have a fairly large group of experts and designers at hand. Is the group now ready and complete? - Unfortunately not. Only in very rare cases is there an expert in the whole and an expert specialized in compressed air, whose contribution is critical and very important in terms of cost.<\/p>\n\n    <!-- T\u00e4ysleve\u00e4 kuva 1 -->\n    <img decoding=\"async\" class=\"sa-full-image\" src=\"https:\/\/smartair.fi\/wp-content\/uploads\/2025\/08\/smartair-suunnittelu-kaavio-web.jpeg\" alt=\"Paineilmaj\u00e4rjestelm\u00e4n kokonaiskaavio\">\n\n    <h2>Services for end customers and engineering firms<\/h2>\n    \n    <!-- Jaettu kahteen palstaan leveill\u00e4 n\u00e4yt\u00f6ill\u00e4 -->\n    <div class=\"sa-text-columns\">\n        <p>Our company&#039;s offering covers all of the above-mentioned design requirements and services, and we are available directly for the design work of end customers&#039; compressed air systems, from the compressor station through the network directly to the points of use.<\/p>\n        \n        <p>Design and engineering firms can also use our services as a subcontractor for their own comprehensive projects. We can act as a project manager, a supplier of one or more areas, or always as a comprehensive provider of design services.<\/p>\n        \n        <p>For us, the compressed air system starts with the intake air in the equipment room, continues through production and processing to be distributed into the network all the way to the points of use.<\/p>\n    <\/div>\n\n    <!-- T\u00e4ysleve\u00e4 kuva 2 (PI-kaavio) -->\n    <img decoding=\"async\" class=\"sa-full-image\" src=\"https:\/\/smartair.fi\/wp-content\/uploads\/2025\/08\/smartair-yhdistys-PI-kaavio-Model.jpg\" alt=\"Paineilmaj\u00e4rjestelm\u00e4n PI-kaavio\">\n\n    <div class=\"sa-highlight-box\">\n        <h2 style=\"margin-top: 0; border: none; padding: 0; text-align: center;\">We provide the following design services:<\/h2>\n        \n        <div class=\"sa-service-grid\">\n            <div class=\"sa-service-card\">Dimensioning<\/div>\n            <div class=\"sa-service-card\">Mechanical<\/div>\n            <div class=\"sa-service-card\">Layout and PI charts<\/div>\n            <div class=\"sa-service-card\">Piping<\/div>\n            <div class=\"sa-service-card\">Electric<\/div>\n            <div class=\"sa-service-card\">Automation<\/div>\n            <div class=\"sa-service-card\">Ventilation<\/div>\n            <div class=\"sa-service-card\">Heat recovery<\/div>\n            <div class=\"sa-service-card\">Instrumentation<\/div>\n            <div class=\"sa-service-card\">IoT<\/div>\n            <div class=\"sa-service-card\">ISO50001 implementation<\/div>\n            <div class=\"sa-service-card\">Design of compressed air containers<\/div>\n            <div class=\"sa-service-card full-width\">Compressed air quantity and quality; flow, volume, pressure, dew point and temperature<\/div>\n        <\/div>\n\n        <!-- T\u00e4ysleve\u00e4 kuva 3 (3D-malli) -->\n        <img decoding=\"async\" class=\"sa-full-image\" style=\"margin-bottom: 0;\" src=\"https:\/\/smartair.fi\/wp-content\/uploads\/2023\/03\/smartair-suunnittelu-3d.jpg\" alt=\"Paineilmaj\u00e4rjestelm\u00e4n 3D-malli\">\n    <\/div>\n\n<\/div><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-100300","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/smartair.fi\/en\/wp-json\/wp\/v2\/pages\/100300","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/smartair.fi\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/smartair.fi\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/smartair.fi\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/smartair.fi\/en\/wp-json\/wp\/v2\/comments?post=100300"}],"version-history":[{"count":20,"href":"https:\/\/smartair.fi\/en\/wp-json\/wp\/v2\/pages\/100300\/revisions"}],"predecessor-version":[{"id":101591,"href":"https:\/\/smartair.fi\/en\/wp-json\/wp\/v2\/pages\/100300\/revisions\/101591"}],"wp:attachment":[{"href":"https:\/\/smartair.fi\/en\/wp-json\/wp\/v2\/media?parent=100300"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}