@charset "utf-8";
/*                          ▄▄  
                            ██  
                                       _           _         _                                         
  ▄██▀██▄  ▄██▀██▄▀███▄███▀███        ( )_       _( )_      (_ )                                       
 ██▀   ▀████▀   ▀██ ██▀ ▀▀  ██       _| |_)  __ (_)  _)  _ _ | |     _ _   __    __   ___    ___ _   _ 
 ██     ████     ██ ██      ██     / _  | |/ _  \ | |  / _  )| |   / _  )/ _  \/ __ \  _  \/ ___) ) ( )
 ██▄   ▄████▄   ▄██ ██      ██    ( (_| | | (_) | | |_( (_| || |  ( (_| | (_) |  ___/ ( ) | (___| (_) |
  ▀█████▀  ▀█████▀▄████▄  ▄████▄   \__ _)_)\__  |_)\__)\__ _)___)  \__ _)\__  |\____)_) (_)\____)\__  |
                                          ( )_) |                       ( )_) |                 ( )_| |
                                           \___/                         \___/                   \___/ */

/****************************************************
 *                                                  *
 *                                                  *
 *     Copyright © Sebastian Jaworecki 2025.        *
 *     Wszelkie prawa zastrzeżone!                  *
 *     Kopiowanie zabronione!                       *
 *                                                  *
 *     Wersja       : 1.6                           *
 *     Data wydania : 2025-01-05                    *
 *                                                  *
 *                                                  *
 ****************************************************/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&family=Roboto:wght@300;400;500;700&display=swap');

:root{--site-desktop-width:1300px;--main-color:#108eff;--background-section:#f7f7f7;--s-title-big:55px;--s-title-normal:35px;--bg-color-grey-1:#f7f7f7;--bg-color-grey-2:#eaeaea;--bg-color-main-1:#e7f3ff;--txt-color-black-1:#232323;--txt-color-black-2:#3d3d3d;--txt-color-grey-1:#888888;--txt-color-grey-2:#888888;--font-family-primary:"Montserrat";--font-family-secondary:"Roboto";--h1-font-family:"Montserrat";--h2-font-family:"Montserrat"}@media (min-width:1350px){:root{--h1-font-weight:700;--h1-font-size:55px;--h2-font-weight:700;--h2-font-size:35px}}@media handheld,(max-width:1349px){:root{--h1-font-weight:700;--h1-font-size:2.1rem;--h2-font-weight:700;--h2-font-size:1.6rem}}body,html{margin:0;padding:0;font-family:var(--font-family-secondary);cursor:default}html{scroll-behavior:smooth}.scroll{scroll-behavior:smooth}h1{margin:0;padding:0}.grecaptcha-badge{visibility:hidden}::-moz-selection{color:#fff;background:#108eff}::selection{color:#fff;background:#108eff}.hide{text-indent:-997em;height:0;margin:0;padding:0}.cb{display:block;height:0;clear:both}.left-side{float:left}.right-side{float:right}.main-color{color:var(--main-color)}.never-break{white-space:nowrap}@media (min-width:1350px){.pos-center{width:var(--site-desktop-width);margin:0 auto}.fsp{padding:50px 0 75px}.sp{padding:50px 0 75px}.b0{font-size:1.3em}.b1{font-size:1.5em}.b2{font-size:1.75em}.b3{font-size:2em}.fw300{font-weight:300}.fw400{font-weight:400}.fw500{font-weight:500}.fw600{font-weight:600}.fw700{font-weight:700}.fw800{font-weight:800}.fw900{font-weight:900}.lh40{line-height:1.4}.lh50{line-height:1.5}.lh60{line-height:1.6}.lh70{line-height:1.7}.lh80{line-height:1.8}.lh90{line-height:1.9}.mb5{margin-bottom:5px}.mb10{margin-bottom:10px}.mb15{margin-bottom:15px}.mb20{margin-bottom:20px}.mb25{margin-bottom:25px}.mb30{margin-bottom:30px}.mb35{margin-bottom:35px}.mb50{margin-bottom:50px}.mb75{margin-bottom:75px}.mb100{margin-bottom:100px}.ta-c{text-align:center}br.only-mobile{display:none}.no-break{white-space:nowrap}}@media handheld,(max-width:1349px){.pos-center{width:90%;margin:0 auto}.mobhid{display:inline-block;text-indent:-997em;height:0;margin:0;padding:0}.fsp{padding:3rem 0 4rem}.sp{padding:3rem 0 4rem}.b0{font-size:1.3em}.b1{font-size:1.5em}.b2{font-size:1.75em}.b3{font-size:2em}.fw300{font-weight:300}.fw400{font-weight:400}.fw500{font-weight:500}.fw600{font-weight:600}.fw700{font-weight:700}.fw800{font-weight:800}.fw900{font-weight:900}.lh40{line-height:1.4}.lh50{line-height:1.5}.lh60{line-height:1.6}.lh70{line-height:1.7}.lh80{line-height:1.8}.lh90{line-height:1.9}.mb5{margin-bottom:5px}.mb10{margin-bottom:10px}.mb15{margin-bottom:15px}.mb20{margin-bottom:20px}.mb25{margin-bottom:25px}.mb30{margin-bottom:30px}.mb35{margin-bottom:35px}.mb50{margin-bottom:50px}.mb75{margin-bottom:75px}.mb100{margin-bottom:100px}.ta-c{text-align:center}br.only-desktop{display:none}}a.btn,a.button-primary{text-decoration:none}.btn{display:inline-block}.button{display:inline-block;padding:15px 30px;font-weight:600;font-size:16px;border-radius:5px;cursor:pointer;transition:color .3s ease,border-color .3s ease,background .3s ease}.button-primary{border:1px solid var(--txt-color-black-1);color:var(--txt-color-black-1)}.button-primary:hover{color:#fff;border-color:var(--main-color);background-color:var(--main-color)}.button-filled{border:2px solid var(--main-color);color:var(--main-color)}.button-filled:hover{color:#fff;border-color:var(--main-color);background-color:var(--main-color)}.checkbox{display:block;position:relative;margin-left:-33px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.checkbox input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkbox .checkmark{position:absolute;top:1px;left:0;height:20px;width:20px;border-radius:5px;border:1px solid var(--txt-color-grey-2)}.checkbox:hover input~.checkmark{background-color:#ccc}.checkbox input:checked~.checkmark{background-color:var(--main-color);border-color:var(--main-color)}.checkbox .checkmark:after{content:"";position:absolute;display:none}.checkbox input:checked~.checkmark:after{display:block}.checkbox .checkmark:after{left:50%;top:50%;width:4px;height:8px;border:solid #fff;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg) translate(-105%,-25%);transform-origin:center}@media (min-width:1350px){.top-bar{background-color:#232323;padding:9px 0 7px;font-size:14px;font-weight:300;overflow:hidden}.top-bar a{text-decoration:none}.top-bar .e{display:inline-block;margin:0 15px}.top-bar .e:first-child{margin-left:0}.top-bar .e:last-child{margin-right:0}.top-bar .e .i,.top-bar .e .t{display:inline-block}.top-bar .e .i{width:18px;height:18px;background-size:contain;background-position:center;background-repeat:no-repeat;vertical-align:middle;margin-bottom:3px;margin-right:5px;transition:background-image .3s ease}.top-bar .e.phone .i{background-image:url(../i?i=icon-phone&c=e5e5e5)}.top-bar .e.email .i{background-image:url(../i?i=icon-email&c=e5e5e5)}.top-bar .e.location .i{background-image:url(../i?i=icon-pin&c=e5e5e5)}.top-bar .e.phone a:hover .i{background-image:url(../i?i=icon-phone&c=3fa9f5)}.top-bar .e.email a:hover .i{background-image:url(../i?i=icon-email&c=3fa9f5)}.top-bar .e.location a:hover .i{background-image:url(../i?i=icon-pin&c=3fa9f5)}.top-bar .e .t{color:#e5e5e5;transition:color .3s ease}.top-bar .e a:hover .t{color:var(--main-color)}.top-bar .e.valuation .t{font-weight:400;color:#fff}.top-bar .e.valuation a:hover .t{color:#fff}.top-bar .e.valuation .btn{background:var(--main-color);font-weight:400;font-size:12px;text-transform:uppercase;padding:2px 10px 1px;border-radius:2px;border:2px solid var(--main-color);color:#fff;margin-left:5px;transition:background .3s ease,color .25s ease}.top-bar .e.valuation .btn:hover{background:0 0;color:var(--main-color)}}@media handheld,(max-width:1349px){.top-bar{display:none;height:0;visibility:hidden}}@media (min-width:1350px){header{position:sticky;top:0;z-index:777;background:#fff}header:after{display:none;display:block;content:"";position:absolute;z-index:700;bottom:-25px;width:100%;height:25px;background:url(../img/menu-shadow-1x25.png) repeat-x;opacity:0;transition:opacity .3s ease}header.sticky:after{display:block;opacity:1}header .logo-box{display:inline-block;width:125px;height:calc(86px - 2 * 10px);padding:10px 0;transition:width .3s ease,height .3s ease,padding .3s ease}header.sticky .logo-box{width:84px;height:calc(56px - 2 * 15px);padding:15px 0}header .logo{display:block;height:100%;background-image:url(../img/oori_logo_v1.2_500.png);background-repeat:no-repeat;background-size:contain;background-position:left center;text-indent:-997em}}@media handheld,(max-width:1349px){header{position:sticky;top:0;z-index:777;background:#fff}header:after{display:none;display:block;content:"";position:absolute;z-index:700;bottom:-25px;width:100%;height:25px;background:url(../img/menu-shadow-1x25.png) repeat-x;opacity:0;transition:opacity .3s ease}header.sticky:after{display:block;opacity:1}header .logo-box{display:inline-block;width:125px;height:calc(86px - 2 * 10px);padding:10px 0;transition:width .3s ease,height .3s ease,padding .3s ease}header.sticky .logo-box{width:84px;height:calc(56px - 2 * 15px);padding:15px 0}header .logo{display:block;height:100%;background-image:url(../img/oori_logo_v1.2_500.png);background-repeat:no-repeat;background-size:contain;background-position:left center;text-indent:-997em}}@media (min-width:1350px){header nav{float:right;display:inline-block}header nav a{text-decoration:none}header nav ul{display:inline-block;font-size:0;margin:0;padding:0}header nav ul li{display:inline-block;font-size:initial}header nav ul li{line-height:86px;transition:line-height .3s ease}header.sticky nav ul li{line-height:56px}header nav>ul>li>ul li{line-height:initial}header.sticky nav>ul>li>ul li{line-height:initial}header nav ul li{background:#fff}header nav ul,header nav ul li,header nav ul li a{color:#232323;font-size:17px;font-weight:500}header nav ul a{transition:color .3s ease}header nav ul li a:hover,header nav>ul>li:hover>a{color:var(--main-color)}header nav>ul>li>a{margin:0 25px}header nav>ul>li>ul{position:absolute;z-index:880;margin-left:-15px;display:none;width:auto;min-width:210px;padding:0 0 20px;background:#fff;border-bottom-left-radius:20px;border-bottom-right-radius:20px;-webkit-box-shadow:0 30px 50px -20px rgba(0,0,0,.25);box-shadow:0 30px 50px -20px rgba(0,0,0,.25)}header nav>ul>li:hover>ul{display:block}header nav>ul>li>ul>li{display:block}header nav>ul>li>ul>li a{display:block;padding:7px 35px;transition:color .3s ease,background-color .3s ease}header nav>ul>li>ul>li a:hover{background-color:#fbfbfb}}@media handheld,(max-width:1349px){header nav{position:absolute;left:0;right:0;z-index:880;display:none;width:100%;padding:2% 5% 60px;box-sizing:border-box;background:#fff}header nav{overflow-y:scroll;height:calc(100vh - 86px)}header.sticky nav{overflow-y:scroll;height:calc(100vh - 56px)}header nav.active{display:block}header .mobile-canvas.active{position:fixed;left:0;right:0;bottom:0;z-index:660;display:block;width:100%;height:100%;background:#fff}header .mobile-canvas.active{top:86px}header.sticky .mobile-canvas.active{top:56px}header nav a{text-decoration:none}header nav ul{position:relative;z-index:880;display:block;font-size:0;margin:0;padding:0}header nav ul li{position:relative;display:block;font-size:initial}header nav ul,header nav ul li,header nav ul li a{color:#232323;font-size:1rem;font-weight:500}header nav ul li a{display:inline-block;margin:10px 0}header nav>ul>li>ul{position:relative;display:none;padding:0 0 10px 20px}header nav ul li .toggler{content:"";position:absolute;top:8px;right:0;display:inline-block;width:25px;height:25px;background:url(../i.php?i=icon-arrow-down-1&c=3d3d3d) no-repeat;background-size:contain;background-position:center;transition:transform .3s ease;cursor:pointer}header nav ul li .toggler.clicked{transform:rotate(180deg)}header nav ul>li>ul.active{display:block}header nav>ul>li>ul,header nav>ul>li>ul li,header nav>ul>li>ul li a{color:var(--txt-color-grey-2);font-size:1rem;font-weight:500}header nav>ul>li>ul li a{display:inline-block;margin:5px 0}header .hamburger{position:absolute;right:calc((100% - 92%)/ 2);top:50%;transform:translateY(-50%);display:inline-block;width:35px;height:25px;cursor:pointer}header .hamburger .bar{position:absolute;top:50%;transform:translateY(-50%);display:block;width:100%;height:4px;background:var(--txt-color-grey-2);border-radius:2px}header .hamburger .bar1{top:0}header .hamburger .bar3{top:100%}header .hamburger .bar1,header .hamburger .bar3{transition:top .3s ease,transform .3s ease}header .hamburger .bar2{transition:opacity .3s ease}header .hamburger.clicked .bar2{opacity:0}header .hamburger.clicked .bar1{top:calc(50% - 2px);transform:rotate(45deg)}header .hamburger.clicked .bar3{top:calc(50% - 2px);transform:rotate(-45deg)}}@media (min-width:1350px){footer .f-p1{padding:50px 0;background:#232323;color:#dadada;font-size:15px}footer .f-p1 a{text-decoration:none}footer .f-p1 a:hover{text-decoration:underline}footer .f-p1 .cols-5 .col{width:calc((100% - (4 * 45px))/ 5)}footer .f-p1 .cols-5 .col:not(:first-child){margin-left:45px}footer .f-p1 .col{float:left;box-sizing:border-box;vertical-align:top}footer .f-p1 .logo a{display:inline-block;width:115px;height:35px;background:url(../img/oori_logo_v1.2.ua_500.png);background-repeat:no-repeat;background-size:contain;filter:brightness(0) invert(1);text-indent:-997em}footer .f-p1 .header{margin-bottom:15px;font-weight:700;color:#fff}footer .f-p1 ul{list-style-type:none;padding:0;margin:0}footer .f-p1 ul li{margin:5px 0}footer .f-p1 ul li a{color:#d5d5d5}footer .f-p1 .c1 .social-media{margin-top:30px;font-size:0}footer .f-p1 .c1 .social-media .i{display:inline-block;width:30px;height:30px;background-repeat:no-repeat;background-size:contain;border-radius:5px;vertical-align:top}footer .f-p1 .c1 .social-media .i:not(:last-child){margin-right:10px;margin-bottom:10px}footer .f-p1 .c1 .social-media .facebook{background:url(../i?i=icon-facebook&c=d5d5d5)}footer .f-p1 .c1 .social-media .instagram{background:url(../i?i=icon-instagram&c=d5d5d5)}footer .f-p1 .c1 .social-media .youtube{background:url(../i?i=icon-youtube&c=d5d5d5)}footer .f-p1 .c1 .social-media .tiktok{background:url(../i?i=icon-tiktok&c=d5d5d5)}footer .f-p1 .c1 .social-media .pinterest{background:url(../i?i=icon-pinterest&c=d5d5d5)}footer .f-p1 .c1 .social-media .linkedin{background:url(../i?i=icon-linkedin&c=d5d5d5)}footer .f-p2{padding:30px 0 40px;background:#161616;color:#dadada;font-size:14px}footer .f-p2 a{text-decoration:none;color:#dadada;font-weight:700}}@media handheld,(max-width:1349px){footer .f-p1{padding:3rem 0;background:#232323;color:#dadada;font-size:.9375rem}footer .f-p1 a{text-decoration:none}footer .f-p1 a:hover{text-decoration:underline}footer .f-p1 .col{box-sizing:border-box;vertical-align:top}footer .f-p1 .col:not(:first-child){margin-top:2.5rem}footer .f-p1 .logo a{display:block;height:40px;background:url(../img/oori_logo_v1.2.ua_500.png);background-repeat:no-repeat;background-size:contain;background-position:left center;filter:brightness(0) invert(1);text-indent:-997em}footer .f-p1 .header{margin-bottom:1rem;font-weight:700;color:#fff}footer .f-p1 ul{list-style-type:none;padding:0;margin:0}footer .f-p1 ul li{margin:5px 0}footer .f-p1 ul li a{color:#d5d5d5}footer .f-p1 .c1 .social-media{margin-top:2rem}footer .f-p1 .c1 .social-media .i{display:inline-block;width:35px;height:35px;background-repeat:no-repeat;background-size:contain;border-radius:5px;margin:0 .6rem .6rem 0;vertical-align:top}footer .f-p1 .c1 .social-media .facebook{background:url(../i?i=icon-facebook&c=d5d5d5)}footer .f-p1 .c1 .social-media .instagram{background:url(../i?i=icon-instagram&c=d5d5d5)}footer .f-p1 .c1 .social-media .youtube{background:url(../i?i=icon-youtube&c=d5d5d5)}footer .f-p1 .c1 .social-media .tiktok{background:url(../i?i=icon-tiktok&c=d5d5d5)}footer .f-p1 .c1 .social-media .pinterest{background:url(../i?i=icon-pinterest&c=d5d5d5)}footer .f-p1 .c1 .social-media .linkedin{background:url(../i?i=icon-linkedin&c=d5d5d5)}footer .f-p2{padding:1.75rem 0 2rem;background:#161616;color:#dadada;font-size:.875rem;line-height:1.6}footer .f-p2 a{text-decoration:none;color:#dadada;font-weight:700}}@media (min-width:1350px){.typer .pos-center{height:550px;position:relative}.typer .text-box{position:relative;z-index:10;padding-top:80px;text-align:center}.typer .text-box .text{margin-bottom:50px;font-family:var(--font-family-primary);font-size:57px;font-weight:700}.typer .text-box .typer-text{display:block;font-family:var(--font-family-secondary);font-size:35px;font-weight:500}.typer .text-box .typer-text .Typewriter__wrapper{color:var(--main-color)}.typer .action-box{position:absolute;left:0;right:0;bottom:75px;z-index:100;text-align:center}.typer.home-head{position:relative}.typer .bg{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;display:block;width:100%;height:100%;overflow:hidden}.typer .bg .pos-center:after{content:"";position:absolute;left:50%;bottom:-220px;transform:translateX(-50%);width:1200px;height:550px;background:url(../i?i=oori_logo_v1.2.min&c=f9f9f9) no-repeat;background-size:contain;background-position:center center}.typer .no-break{white-space:nowrap}}@media handheld,(max-width:1349px){.typer{position:relative;padding-bottom:60px}.typer .text-box{position:relative;z-index:10;padding-top:2rem;text-align:center}.typer .text-box .text{margin-bottom:2rem;font-family:var(--font-family-primary);font-size:1.7rem;font-weight:700}.typer .text-box .text br.no-mobile{display:none}.typer .text-box .typer-text{position:absolute;display:block;width:94%;font-family:var(--font-family-secondary);font-size:1.5rem;font-weight:500}.typer .text-box .typer-text .Typewriter__wrapper{color:var(--main-color)}.typer .action-box{position:relative;z-index:10;margin-top:8rem;text-align:center}.typer.home-head{position:relative}.typer .bg{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;display:block;width:100%;height:100%;overflow:hidden}.typer .bg .pos-center:after{content:"";position:absolute;bottom:-10%;left:50%;transform:translateX(-50%);z-index:0;width:100%;height:250px;background:url(../i?i=oori_logo_v1.2.min&c=f9f9f9) no-repeat;background-size:contain;background-position:bottom center}.typer .no-break{white-space:nowrap}}@media (min-width:1350px){.section-why{padding-top:130px;background-image:url(../img/bg-wawe-1.min.svg);background-repeat:no-repeat;background-position:top center;background-size:cover}.section-why .content{font-size:0}.section-why .content .element{display:inline-block;width:calc((100% - (3 * 55px))/ 3);margin:0 55px 55px 0;font-size:initial;vertical-align:top}.section-why .content .element .i{display:block;height:70px;background-repeat:no-repeat;background-size:contain;background-position:center left}.section-why .content .element.product .i{background-image:url(../img/icon-b-product-2.svg)}.section-why .content .element.atom .i{background-image:url(../img/icon-b-atom.svg)}.section-why .content .element.hands .i{background-image:url(../img/icon-b-hands.svg)}.section-why .content .element.rocket .i{background-image:url(../img/icon-b-rocket.svg)}.section-why .content .element.calendar .i{background-image:url(../img/icon-b-calendar.svg)}.section-why .content .element.time .i{background-image:url(../img/icon-b-time-2.svg)}.section-why .content .element.certyficate .i{background-image:url(../img/icon-b-certyficate.svg)}.section-why .content .element.control-panel .i{background-image:url(../img/icon-b-control-panel.svg)}.section-why .content .element.database .i{background-image:url(../img/icon-b-database.svg)}.section-why .content .element.direction .i{background-image:url(../img/icon-b-direction.svg)}.section-why .content .element.knowledge .i{background-image:url(../img/icon-b-knowledge.svg)}.section-why .content .element.lab .i{background-image:url(../img/icon-b-lab.svg)}.section-why .content .element.paint-2 .i{background-image:url(../img/icon-b-paint-2.svg)}.section-why .content .element.paint .i{background-image:url(../img/icon-b-paint.svg)}.section-why .content .element.results .i{background-image:url(../img/icon-b-results.svg)}.section-why .content .element.seo-strategy .i{background-image:url(../img/icon-b-seo-strategy.svg)}.section-why .content .element.settings .i{background-image:url(../img/icon-b-settings.svg)}.section-why .content .element.sos .i{background-image:url(../img/icon-b-sos.svg)}.section-why .content .element.strategy .i{background-image:url(../img/icon-b-strategy.svg)}.section-why .content .element.target .i{background-image:url(../img/icon-b-target.svg)}.section-why .content .element.temperature-down .i{background-image:url(../img/icon-b-temperature-down.svg)}.section-why .content .element.shield .i{background-image:url(../img/icon-b-shield.svg)}.section-why .content .element.language .i{background-image:url(../img/icon-b-language.svg)}.section-why .content .element.banknote .i{background-image:url(../img/icon-b-banknote.svg)}.section-why .content .element.monitoring .i{background-image:url(../img/icon-b-monitoring.svg)}.section-why .content .element.transparency .i{background-image:url(../i?i=icon-magnifier&c=000000)}.section-why .content .element.contract .i{background-image:url(../i?i=icon-contract&c=000000)}.section-why .content .element h3{font-family:var(--font-family-primary);font-size:23px;font-weight:600}.section-why .content .element .desc{font-size:15px;color:var(--txt-color-grey-1);line-height:1.5}}@media handheld,(max-width:1349px){.section-why{padding-top:4rem;background-image:url(../img/bg-wawe-long.min.svg);background-repeat:no-repeat;background-position:top left;background-size:cover}.section-why .content{font-size:0}.section-why .content .element{display:block;font-size:initial;vertical-align:top}.section-why .content .element:not(:first-child){margin-top:2.5rem}.section-why .content .element .i{display:block;height:3.5rem;background-repeat:no-repeat;background-size:contain;background-position:center left}.section-why .content .element.product .i{background-image:url(../img/icon-b-product-2.svg)}.section-why .content .element.atom .i{background-image:url(../img/icon-b-atom.svg)}.section-why .content .element.hands .i{background-image:url(../img/icon-b-hands.svg)}.section-why .content .element.rocket .i{background-image:url(../img/icon-b-rocket.svg)}.section-why .content .element.calendar .i{background-image:url(../img/icon-b-calendar.svg)}.section-why .content .element.time .i{background-image:url(../img/icon-b-time-2.svg)}.section-why .content .element.certyficate .i{background-image:url(../img/icon-b-certyficate.svg)}.section-why .content .element.control-panel .i{background-image:url(../img/icon-b-control-panel.svg)}.section-why .content .element.database .i{background-image:url(../img/icon-b-database.svg)}.section-why .content .element.direction .i{background-image:url(../img/icon-b-direction.svg)}.section-why .content .element.knowledge .i{background-image:url(../img/icon-b-knowledge.svg)}.section-why .content .element.lab .i{background-image:url(../img/icon-b-lab.svg)}.section-why .content .element.paint-2 .i{background-image:url(../img/icon-b-paint-2.svg)}.section-why .content .element.paint .i{background-image:url(../img/icon-b-paint.svg)}.section-why .content .element.results .i{background-image:url(../img/icon-b-results.svg)}.section-why .content .element.seo-strategy .i{background-image:url(../img/icon-b-seo-strategy.svg)}.section-why .content .element.settings .i{background-image:url(../img/icon-b-settings.svg)}.section-why .content .element.sos .i{background-image:url(../img/icon-b-sos.svg)}.section-why .content .element.strategy .i{background-image:url(../img/icon-b-strategy.svg)}.section-why .content .element.target .i{background-image:url(../img/icon-b-target.svg)}.section-why .content .element.temperature-down .i{background-image:url(../img/icon-b-temperature-down.svg)}.section-why .content .element.shield .i{background-image:url(../img/icon-b-shield.svg)}.section-why .content .element.language .i{background-image:url(../img/icon-b-language.svg)}.section-why .content .element.banknote .i{background-image:url(../img/icon-b-banknote.svg)}.section-why .content .element.monitoring .i{background-image:url(../img/icon-b-monitoring.svg)}.section-why .content .element.transparency .i{background-image:url(../i?i=icon-magnifier&c=000000)}.section-why .content .element.contract .i{background-image:url(../i?i=icon-contract&c=000000)}.section-why .content .element h3{font-family:var(--font-family-primary);font-size:1.5rem;font-weight:600}.section-why .content .element .desc{font-size:.875rem;color:var(--txt-color-grey-1);line-height:1.6}}@media (min-width:1350px){.form .form-chapter{margin:80px 0}.form .form-chapter .chapter-title{margin-bottom:18px;padding-bottom:10px;border-bottom:3px solid var(--main-color);font-size:25px;font-weight:600;font-family:var(--font-family-primary);color:var(--main-color)}form .field{margin-bottom:20px}form .cf-row.fields-2 .field{float:left;width:calc(50% - (20px / 2))}form .cf-row.fields-2 .field:first-child{margin-right:20px}form .field label{display:inline-block;font-size:14px;font-weight:500;margin-bottom:6px;color:var(--txt-color-grey-1)}form .field .inscription{margin:3px 0 10px;font-size:13px;color:var(--txt-color-grey-2)}form .field input,form .field select,form .field textarea{display:block;width:100%;padding:10px 15px;box-sizing:border-box;border-radius:5px;border:1px solid var(--txt-color-grey-2);font-family:var(--font-family-secondary);font-size:15px;font-weight:500;color:#000}form .field select{position:relative;-moz-appearance:none;-webkit-appearance:none;appearance:none;background-image:url(../i?i=icon-arrow-down-1&c=888888);background-repeat:no-repeat;background-position:right 8px center;background-size:auto 20px}form .field select::-ms-expand{display:none}form .field select:after{content:"v";position:absolute;top:0;right:0}form .field textarea{min-width:100%;max-width:100%;min-height:150px}form .radio-label{font-size:14px;font-weight:500;margin-bottom:10px;color:var(--txt-color-grey-1)}form .radio-area{font-size:0}form .radio-area .radio-box{display:inline-block;box-sizing:border-box;font-size:initial;vertical-align:top}form .radio-area.slots-1 .radio-box{width:100%}form .radio-area.slots-1 .radio-box{margin-top:30px}form .radio-area.slots-2 .radio-box{width:calc((100% - (1 * 30px))/ 2)}form .radio-area.slots-2 .radio-box:not(:nth-child(2n+1)){margin-left:30px}form .radio-area.slots-2 .radio-box:not(:nth-child(1)):not(:nth-child(2)){margin-top:30px}form .radio-area.slots-3 .radio-box{width:calc((100% - (2 * 30px))/ 3)}form .radio-area.slots-3 .radio-box:not(:nth-child(3n+1)){margin-left:30px}form .radio-area.slots-3 .radio-box:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)){margin-top:30px}form .radio-area .radio-box label{display:block;width:100%;height:100%;margin:0;padding:15px 25px;border:2px solid #dadada;border-radius:10px;box-sizing:border-box;cursor:pointer}form .radio-area .radio-box.active label{border-color:var(--main-color)}form .radio-area .radio-box input[type=radio]{display:none}form .radio-area .radio-box img{display:block;max-width:100%;max-height:135px;margin:0 auto}form .radio-area .radio-box .radio-radio{font-weight:400;color:var(--txt-color-grey-1)}form .radio-area .radio-box .radio-description{font-size:13px;font-weight:400;margin-top:10px;color:var(--txt-color-grey-1);text-align:center}.form .field.upload{margin:30px 0}.form .cf-droparea{display:block;width:100%;padding:35px 30px 45px;border:3px dashed silver;box-sizing:border-box;cursor:pointer;transition:.3s ease border-color,.3s ease background-color}.form .cf-droparea.active{border-color:#108eff;background-color:rgba(16,142,255,.2)}.form .cf-droparea .da-icon{display:block;height:70px;background-image:url(../i.php?i=icon-upload&c=c0c0c0);background-repeat:no-repeat;background-position:center;background-size:contain;transition:.3s ease background-image}.form .cf-droparea.active .da-icon{background-image:url(../i.php?i=icon-upload&c=108eff)}.form .cf-droparea .da-title{font-size:18px;margin-top:20px;text-align:center;color:silver;transition:.3s ease color}.form .cf-droparea.active .da-title{color:#108eff}.form .cf-droparea .da-desc{font-size:13px;margin-top:15px;text-align:center;color:silver;transition:.3s ease color}.form .cf-droparea.active .da-desc{color:#108eff}.form .field.upload .cf-file-extract .file{margin-top:15px;font-size:17px;color:var(--txt-color-black-2)}.form .field.upload .cf-file-extract .file div{display:inline;vertical-align:top;line-height:20px}.form .field.upload .cf-file-extract .file .file-name{font-weight:700}.form .field.upload .cf-file-extract .file .file-size{margin:0 7px;color:#c1c1c1}.form .field.upload .cf-file-extract .file .file-delete{display:inline-block;width:20px;height:20px;margin-left:5px;background-image:url(../i.php?i=icon-delete&c=c1c1c1);background-repeat:no-repeat;background-position:center;background-size:contain;cursor:pointer}.form .field.upload .cf-file-extract .file .file-delete:hover{background-image:url(../i.php?i=icon-delete&c=d90000)}.form .files-space{margin-top:15px;font-size:14px;color:var(--txt-color-grey-2);line-height:1.6}.form .files-space .red{color:#e60000}form .cyrograf{margin:25px 0;padding-left:33px;font-size:13px;color:var(--txt-color-grey-2)}form .cyrograf.small .agree{padding-top:4px}form .cyrograf a{text-decoration:none;font-weight:700;color:inherit}form .cyrograf a:hover{text-decoration:underline}p._cyrograf{font-size:12px;color:var(--txt-color-grey-2);line-height:1.4}p._cyrograf a{text-decoration:none;font-weight:500;color:inherit}form .button-send{min-width:200px;margin-top:30px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}form input.qq,form select.qq,form textarea.qq{border-color:red!important}form label.qq{color:red!important}form label.qq .checkmark{border-color:red!important}form span.sqq{font-weight:800;color:red}form .field.qq{background-color:rgba(255,0,0,.06)}form .cf-droparea.qq{border-color:red;background-color:rgba(255,0,0,.06)}.form .step{width:700px;margin:0 auto;padding:50px;border-radius:20px;box-sizing:border-box}.form .step .title{font-size:28px;font-weight:500}.form .step .sub-title{font-size:19px;font-weight:400;color:var(--txt-color-grey-1);margin:15px 0}.form .step .description{font-size:15px;font-weight:400;color:var(--txt-color-grey-1);margin:20px 0}.form .form-success{background:#ecffe7}.form .form-success .title{color:#30bd00}.form .form-error{background:#ffe2da}.form .form-error .title{color:#d93600}.form .form-loading{position:relative;padding-top:0}.form .form-loading:after{content:"";display:inline-block;position:relative;left:-50px;width:300px;height:300px;background:url(../img/message-loader.gif) no-repeat;background-size:contain;background-position:center;border-radius:50%;filter:brightness(1.01)}.form-footer .required-info{margin-top:50px;font-size:14px;color:var(--txt-color-grey-1)}}@media handheld,(max-width:1349px){.form .form-chapter{margin:3rem 0}.form .form-chapter .chapter-title{margin-bottom:1.3rem;padding-bottom:.5rem;border-bottom:3px solid var(--main-color);font-size:1.3rem;font-weight:600;font-family:var(--font-family-primary);color:var(--main-color)}form .field{margin-bottom:1rem}form .field label{display:inline-block;font-size:.875rem;font-weight:500;margin-bottom:.45rem;color:var(--txt-color-grey-1)}form .field .inscription{margin:0 0 .625rem;font-size:.85rem;color:var(--txt-color-grey-2)}form .field input,form .field select,form .field textarea{display:block;width:100%;padding:10px 15px;box-sizing:border-box;border-radius:5px;border:1px solid var(--txt-color-grey-2);font-family:var(--font-family-secondary);font-size:1rem;font-weight:500;color:#000}form .field select{position:relative;-moz-appearance:none;-webkit-appearance:none;appearance:none;background-image:url(../i?i=icon-arrow-down-1&c=888888);background-repeat:no-repeat;background-position:right 8px center;background-size:auto 20px}form .field select::-ms-expand{display:none}form .field select:after{content:"v";position:absolute;top:0;right:0}form .field textarea{min-width:100%;max-width:100%;min-height:150px}form .radio-label{font-size:.85rem;font-weight:500;color:var(--txt-color-grey-1)}form .radio-area{font-size:0}form .radio-area .radio-box{display:inline-block;box-sizing:border-box;font-size:initial;vertical-align:top}form .radio-area .radio-box{width:100%}form .radio-area .radio-box:not(:last-child){margin-bottom:1rem}form .radio-area .radio-box label{display:block;width:100%;height:100%;margin:0;padding:1rem 1.5rem;border:2px solid #dadada;border-radius:10px;box-sizing:border-box;cursor:pointer}form .radio-area .radio-box.active label{border-color:var(--main-color)}form .radio-area .radio-box input[type=radio]{display:none}form .radio-area .radio-box img{display:block;max-width:100%;max-height:135px;margin:0 auto}form .radio-area .radio-box .radio-radio{font-weight:400;color:var(--txt-color-grey-1)}form .radio-area .radio-box .radio-description{font-size:.85rem;font-weight:400;margin-top:.75rem;color:var(--txt-color-grey-1);text-align:center}.form .field.upload{margin:2rem 0}.form .cf-droparea{display:block;width:100%;padding:1.5rem 1.5rem 2rem;border:3px dashed silver;box-sizing:border-box;cursor:pointer;transition:.3s ease border-color,.3s ease background-color}.form .cf-droparea.active{border-color:#108eff;background-color:rgba(16,142,255,.2)}.form .cf-droparea .da-icon{display:block;height:3.5rem;background-image:url(../i.php?i=icon-upload&c=c0c0c0);background-repeat:no-repeat;background-position:center;background-size:contain;transition:.3s ease background-image}.form .cf-droparea.active .da-icon{background-image:url(../i.php?i=icon-upload&c=108eff)}.form .cf-droparea .da-title{font-size:1rem;line-height:1.5;margin-top:20px;text-align:center;color:silver;transition:.3s ease color}.form .cf-droparea.active .da-title{color:#108eff}.form .cf-droparea .da-desc{font-size:.8rem;margin-top:.8rem;text-align:center;color:silver;transition:.3s ease color}.form .cf-droparea.active .da-desc{color:#108eff}.form .field.upload .cf-file-extract .file{margin-top:15px;font-size:17px;color:var(--txt-color-black-2)}.form .field.upload .cf-file-extract .file div{display:inline;vertical-align:top;line-height:20px}.form .field.upload .cf-file-extract .file .file-name{word-wrap:break-word;font-weight:700}.form .field.upload .cf-file-extract .file .file-size{margin:0 7px;color:#c1c1c1}.form .field.upload .cf-file-extract .file .file-delete{display:inline-block;width:20px;height:20px;margin-left:5px;background-image:url(../i.php?i=icon-delete&c=c1c1c1);background-repeat:no-repeat;background-position:center;background-size:contain;cursor:pointer}.form .field.upload .cf-file-extract .file .file-delete:hover{background-image:url(../i.php?i=icon-delete&c=d90000)}.form .files-space{margin-top:1rem;font-size:.85rem;color:var(--txt-color-grey-2);line-height:1.6}.form .files-space .red{color:#e60000}form .cyrograf{margin:1rem 0 1.3rem;padding-left:33px;font-size:.8rem;color:var(--txt-color-grey-2)}form .cyrograf.small .agree{padding-top:4px}form .cyrograf a{text-decoration:none;font-weight:700;color:inherit}form .cyrograf a:hover{text-decoration:underline}p._cyrograf{font-size:.8rem;color:var(--txt-color-grey-2);line-height:1.4}p._cyrograf a{text-decoration:none;font-weight:500;color:inherit}form .button-send{min-width:200px;max-width:100%;margin-top:2rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}form input.qq,form select.qq,form textarea.qq{border-color:red!important}form label.qq{color:red!important}form label.qq .checkmark{border-color:red!important}form span.sqq{font-weight:800;color:red}.form .step{padding:2rem 3rem;border-radius:20px;box-sizing:border-box}.form .step .title{font-size:1.5rem;font-weight:500;line-height:1.6}.form .step .sub-title{font-size:1rem;font-weight:400;color:var(--txt-color-grey-1);margin:1rem 0;line-height:1.6}.form .step .description{font-size:.8rem;font-weight:400;color:var(--txt-color-grey-1);margin:20px 0;line-height:1.5}.form .form-success{background:#ecffe7}.form .form-success .title{color:#30bd00}.form .form-error{background:#ffe2da}.form .form-error .title{color:#d93600}.form .form-loading{position:relative;padding-top:0}.form .form-loading:after{content:"";display:block;position:relative;width:100%;height:300px;background:url(../img/message-loader.gif) no-repeat;background-size:contain;background-position:center center;border-radius:50%;filter:brightness(1.01)}.form-footer .required-info{margin-top:4rem;font-size:14px;color:var(--txt-color-grey-1)}}@media (min-width:1350px){.contact-form .head .title{margin:30px 0 75px;text-align:center}.contact-form .head .title h2{margin:0;font-family:var(--h1-font-family);font-weight:var(--h1-font-weight);font-size:var(--h1-font-size)}.contact-form .rpt.section-head.big .title{margin-bottom:45px}.contact-form .left-side{width:400px;border-right:1px solid #dadada;padding-right:100px}.contact-form .data-box{color:var(--txt-color-black-2)}.contact-form .data-box:not(:first-child){margin-top:45px}.contact-form .data-box p.db-title{font-size:20px;font-weight:700;color:var(--txt-color-black-1)}.contact-form .data-box p{font-size:16px}.contact-form .data-box p.suddenly{font-size:14px;line-height:1.65;color:var(--txt-color-grey-2)}.contact-form .data-box .e{padding:7px 0;font-size:0}.contact-form .data-box .e a{text-decoration:none}.contact-form .data-box .e .i{display:inline-block;width:22px;height:22px;vertical-align:top;font-size:initial;background-size:contain;background-position:center;background-repeat:no-repeat;transition:background-image .3s ease}.contact-form .data-box .e.phone .i{background-image:url(../i?i=icon-phone&c=7b7b7b)}.contact-form .data-box .e.email .i{background-image:url(../i?i=icon-email&c=7b7b7b)}.contact-form .data-box .e.location .i{background-image:url(../i?i=icon-pin&c=7b7b7b)}.contact-form .data-box .e.phone a:hover .i{background-image:url(../i?i=icon-phone&c=3fa9f5)}.contact-form .data-box .e.email a:hover .i{background-image:url(../i?i=icon-email&c=3fa9f5)}.contact-form .data-box .e.location a:hover .i{background-image:url(../i?i=icon-pin&c=3fa9f5)}.contact-form .data-box .e .t{display:inline-block;padding:1px 0 0 15px;line-height:22px;vertical-align:top;font-size:initial;color:var(--txt-color-black-2);transition:color .3s ease}.contact-form .data-box .e a:hover .t{color:var(--main-color)}.contact-form .data-box .owh{padding:15px 20px;border-radius:10px;background:#e7f4ff;font-size:14px;line-height:1.55;color:var(--txt-color-black-2)}.contact-form form{width:700px;margin:0 auto}}@media handheld,(max-width:1349px){.contact-form .left-side,.contact-form .right-side{float:none;display:block}.contact-form .right-side{margin-top:2rem}.contact-form .section-head .title{padding-bottom:1rem!important}.contact-form .right-side .section-head .title{margin-bottom:1rem}.contact-form .data-box{color:var(--txt-color-black-2)}.contact-form .data-box:not(:first-child){margin-top:2.5rem}.contact-form .data-box p.db-title{font-size:1.25rem;font-weight:700;color:var(--txt-color-black-1)}.contact-form .data-box p{font-size:1rem}.contact-form .data-box p.suddenly{font-size:.875rem;line-height:1.65;color:var(--txt-color-grey-2)}.contact-form .data-box .e{padding:7px 0;font-size:0}.contact-form .data-box .e a{text-decoration:none}.contact-form .data-box .e .i{display:inline-block;width:22px;height:22px;vertical-align:top;font-size:initial;background-size:contain;background-position:center;background-repeat:no-repeat;transition:background-image .3s ease}.contact-form .data-box .e.phone .i{background-image:url(../i?i=icon-phone&c=7b7b7b)}.contact-form .data-box .e.email .i{background-image:url(../i?i=icon-email&c=7b7b7b)}.contact-form .data-box .e.location .i{background-image:url(../i?i=icon-pin&c=7b7b7b)}.contact-form .data-box .e.phone a:hover .i{background-image:url(../i?i=icon-phone&c=3fa9f5)}.contact-form .data-box .e.email a:hover .i{background-image:url(../i?i=icon-email&c=3fa9f5)}.contact-form .data-box .e.location a:hover .i{background-image:url(../i?i=icon-pin&c=3fa9f5)}.contact-form .data-box .e .t{display:inline-block;padding:1px 0 0 15px;line-height:22px;vertical-align:top;font-size:initial;color:var(--txt-color-black-2);transition:color .3s ease}.contact-form .data-box .e a:hover .t{color:var(--main-color)}.contact-form .data-box .owh{padding:15px 20px;border-radius:10px;background:#e7f4ff;font-size:14px;line-height:1.55;color:var(--txt-color-black-2)}}@media (min-width:1350px){.brief .section-head .description{margin-top:50px;line-height:1.65;color:var(--txt-color-grey-1)}.brief .cf-row-service{margin-bottom:75px}}@media handheld,(max-width:1349px){.brief .section-head .description{margin-top:2rem;font-size:.95rem;line-height:1.5;color:var(--txt-color-grey-1)}.brief .cf-row-service{margin-bottom:2.5rem}}@media (min-width:1350px){.ebook-form form{width:700px;margin:0 auto}}@media handheld,(max-width:1349px){.ebook-form .rpt.section-head.big .title h2{font-size:1.75rem}}@media (min-width:1350px){.lead-form form{width:700px;margin:0 auto}}@media (min-width:1350px){.rpt.section-head.left .title{text-align:left}.rpt.section-head.center .title{text-align:center}.rpt.section-head.big .title{margin:30px 0 75px}.rpt.section-head.big .title h2{margin:0;font-family:var(--h1-font-family);font-weight:var(--h1-font-weight);font-size:var(--h1-font-size)}.rpt.section-head.big .title .sub-title{margin-top:30px;font-size:20px;font-weight:400;color:var(--txt-color-grey-1)}.rpt.section-head.medium{margin-bottom:75px}.rpt.section-head.medium .title h2{font-size:var(--h2-font-size);font-family:var(--h2-font-family);font-weight:800}}@media handheld,(max-width:1349px){.rpt.section-head.left .title{text-align:left}.rpt.section-head.center .title{text-align:center}.rpt.section-head.big .title{padding:1rem 0 3rem}.rpt.section-head.big .title h2{margin:0;font-family:var(--h1-font-family);font-weight:var(--h1-font-weight);font-size:var(--h1-font-size)}.rpt.section-head.big .title .sub-title{margin-top:1.2rem;font-size:1.1rem;font-weight:400;color:var(--txt-color-grey-1);line-height:1.5}.rpt.section-head.medium{margin-bottom:2rem}.rpt.section-head.medium .title h2{font-size:var(--h2-font-size);font-family:var(--h2-font-family);font-weight:800}}.rpt.price .amount{display:inline-block;font-size:45px;color:var(--txt-color-black-2)}.rpt.price .amount span{font-size:.85em;margin-left:5px}.rpt.price .desc{position:relative;margin-left:30px;display:inline-block;color:var(--txt-color-grey-1);font-size:14px}.rpt.price .desc:before{content:"/";position:absolute;top:50%;left:-10px;transform:translate(-100%,-50%);display:inline-block;font-size:30px;font-weight:300}.rpt.price.small .amount{font-size:40px}.rpt.price.small .desc{font-size:13px}.rpt.price.indywidual{font-size:30px;font-weight:600;color:var(--txt-color-black-2)}@media (min-width:1350px){.service-description .left-side{width:700px}.service-description .right-side{width:550px}.service-description .category,.service-description .category a{font-weight:500;color:var(--txt-color-grey-2);text-decoration:none}.service-description .title h2{margin:20px 0 30px;font-family:var(--h1-font-family);font-weight:var(--h1-font-weight);font-size:var(--h1-font-size)}.service-description .text{margin-bottom:30px}.service-description .text p{line-height:1.7;color:var(--txt-color-grey-1)}.service-description .button-primary.pricing{margin-top:15px}.service-description .right-side img{width:100%;height:auto;max-height:450px;object-fit:cover;border-radius:20px;margin-top:45px}}@media handheld,(max-width:1349px){.service-description .left-side,.service-description .right-side{float:none;display:block}.service-description .right-side{margin-top:2rem}.service-description .category,.service-description .category a{font-weight:500;color:var(--txt-color-grey-2);text-decoration:none}.service-description .title h2{margin:1.5rem 0 2rem;font-family:var(--h1-font-family);font-weight:var(--h1-font-weight);font-size:var(--h1-font-size)}.service-description .text{margin-bottom:1.5rem}.service-description .text p{line-height:1.7;color:var(--txt-color-grey-1)}.service-description .button-primary.pricing{margin-top:1rem}.service-description .right-side img{width:100%;height:auto;max-height:350px;object-fit:cover;margin-top:1.5rem;border-radius:20px}.service-description .right-side img.svg{width:100%;height:auto;max-height:350px;object-fit:contain;margin-top:1.5rem;border-radius:20px}}@media (min-width:1350px){.service-why{background:rgba(16,142,255,.1);max-width:100vw;overflow:hidden}.service-why>.pos-center>.left-side{width:550px}.service-why>.pos-center>.right-side{width:750px}.service-why .head{padding-right:45px}.service-why .head .title h2{font-family:var(--h2-font-family);font-weight:var(--h2-font-weight);font-size:var(--h2-font-size)}.service-why .right-side .content{margin-right:calc((100vw - 1300px)/ -2)}.service-why .slides{width:max-content}.service-why .caroufredsel_wrapper,.service-why .slides{padding:10px 0 10px 10px}.service-why .slides .s{display:inline-block;width:500px!important;min-height:375px;margin:0 20px 0 0;background:#fff;border-radius:6px;-webkit-box-shadow:0 0 10px rgba(0,0,0,.1);box-shadow:0 0 10px rgba(0,0,0,.1);overflow:hidden;vertical-align:top}.service-why .slides .s .s-c{padding:40px 45px 30px}.service-why .slides .s .number{font-size:35px;font-family:var(--h1-font-family);font-weight:700}.service-why .slides .s .number:after{content:"."}.service-why .slides .s .description{color:var(--txt-color-grey-1);line-height:1.45}.service-why .navigator{position:relative;margin-top:50px}.service-why .navigator .numbers{position:absolute;top:50%;transform:translateY(-50%);font-size:16px;font-weight:600}.service-why .navigator .numbers .hr,.service-why .navigator .numbers .of,.service-why .navigator .numbers .this{display:inline-block;vertical-align:top}.service-why .navigator .numbers .hr{position:relative;height:30px;width:45px;margin:0 10px}.service-why .navigator .numbers .hr:after{content:"";display:block;width:100%;height:3px;background:var(--txt-color-grey-1);position:absolute;top:50%;transform:translateY(-50%)}.service-why .navigator .numbers .of,.service-why .navigator .numbers .this{position:relative;width:30px;height:30px;line-height:30px;text-align:center;overflow:hidden}.service-why .navigator .numbers .of span,.service-why .navigator .numbers .this span{display:inline-block;width:30px;height:30px;text-align:center}.service-why .navigator .arrows{font-size:0}.service-why .navigator .s-arrow{display:inline-block;width:45px;height:45px;background-color:rgba(16,142,255,.2);background-repeat:no-repeat;background-position:center;background-size:40%;cursor:pointer;border-radius:5px}.service-why .navigator .s-arrow:hover{background-color:rgba(16,142,255,.35)}.service-why .navigator .s-arrow.sa-l{background-image:url(../i?i=icon-arrow-2&c=108eff);transform:rotate(180deg);margin-right:10px}.service-why .navigator .s-arrow.sa-r{background-image:url(../i?i=icon-arrow-2&c=108eff)}}@media handheld,(max-width:1349px){.service-why{background:rgba(16,142,255,.1);max-width:100vw;overflow:hidden}.service-why>.pos-center>.left-side,.service-why>.pos-center>.right-side{float:none;display:block}.service-why>.pos-center>.right-side{margin-top:1.5rem}.service-why .head .title h2{margin-top:0;font-family:var(--h2-font-family);font-weight:var(--h2-font-weight);font-size:var(--h2-font-size)}.service-why .slides{width:max-content}.service-why .right-side .caroufredsel_wrapper{margin-left:-5vw!important}.service-why .caroufredsel_wrapper,.service-why .slides{padding:10px 0 10px 10px}.service-why .slides .s{display:inline-block;width:500px!important;max-width:75vw;min-height:375px;margin:0 5px 0 calc(5vw - 5px);background:#fff;border-radius:6px;-webkit-box-shadow:0 0 10px rgba(0,0,0,.1);box-shadow:0 0 10px rgba(0,0,0,.1);overflow:hidden;vertical-align:top}.service-why .slides .s .s-c{padding:2rem 2rem 2rem}.service-why .slides .s .number{font-size:1.875rem;font-family:var(--h1-font-family);font-weight:700}.service-why .slides .s .number:after{content:"."}.service-why .slides .s .title h3{font-size:1rem;line-height:1.45}.service-why .slides .s .description{font-size:.8rem;color:var(--txt-color-grey-1);line-height:1.45}.service-why .slides .s .description p{margin:.5rem 0}.service-why .navigator{position:relative;margin-top:2rem}.service-why .navigator .numbers{position:absolute;top:50%;transform:translateY(-50%);font-size:1rem;font-weight:600}.service-why .navigator .numbers .hr,.service-why .navigator .numbers .of,.service-why .navigator .numbers .this{display:inline-block;vertical-align:top}.service-why .navigator .numbers .hr{position:relative;height:30px;width:45px;margin:0 10px}.service-why .navigator .numbers .hr:after{content:"";display:block;width:100%;height:3px;background:var(--txt-color-grey-1);position:absolute;top:50%;transform:translateY(-50%)}.service-why .navigator .numbers .of,.service-why .navigator .numbers .this{position:relative;width:30px;height:30px;line-height:30px;text-align:center;overflow:hidden}.service-why .navigator .numbers .of span,.service-why .navigator .numbers .this span{display:inline-block;width:30px;height:30px;text-align:center}.service-why .navigator .arrows{font-size:0}.service-why .navigator .s-arrow{display:inline-block;width:45px;height:45px;background-color:rgba(16,142,255,.2);background-repeat:no-repeat;background-position:center;background-size:40%;cursor:pointer;border-radius:5px}.service-why .navigator .s-arrow:hover{background-color:rgba(16,142,255,.35)}.service-why .navigator .s-arrow.sa-l{background-image:url(../i?i=icon-arrow-2&c=108eff);transform:rotate(180deg);margin-right:10px}.service-why .navigator .s-arrow.sa-r{background-image:url(../i?i=icon-arrow-2&c=108eff)}}@media (min-width:1350px){.service-pricing .content .variants .elements{width:1030px;margin:0 auto;font-size:0}.service-pricing .content .variants .elements.center{text-align:center}.service-pricing .content .variants .elements .e{position:relative;display:inline-block;width:500px;max-width:500px;min-height:300px;margin:0 25px 25px 0;padding:30px 30px 90px;box-sizing:border-box;border:3px solid var(--txt-color-grey-1);border-radius:15px;text-align:initial;vertical-align:top;font-size:initial;cursor:default}.service-pricing .content .variants .elements .e:nth-child(2n+2){margin-right:0}.service-pricing .content .variants .elements .e .s-h{margin-bottom:15px}.service-pricing .content .variants .elements .e .s-h .sub-title{display:inline-block;padding:5px 15px;border-radius:5px;background:var(--bg-color-grey-2);font-weight:700}.service-pricing .content .variants .elements .e .s-c .description{color:var(--txt-color-grey-1);font-size:14px;line-height:1.45}.service-pricing .content .variants .elements .e .action-box{position:absolute;bottom:30px;right:30px}}@media handheld,(max-width:1349px){.service-pricing .content .variants .elements{margin:0 auto;font-size:0}.service-pricing .content .variants .elements.center{text-align:center}.service-pricing .content .variants .elements .e{position:relative;display:block;width:500px;max-width:100%;min-height:300px;margin-left:auto;margin-right:auto;padding:1.5rem 1.5rem 90px;box-sizing:border-box;border:3px solid var(--txt-color-grey-1);border-radius:15px;text-align:initial;vertical-align:top;font-size:initial;cursor:default}.service-pricing .content .variants .elements .e:not(:first-child){margin-top:1.5rem}.service-pricing .content .variants .elements .e .s-h{margin-bottom:1rem}.service-pricing .content .variants .elements .e .s-h .sub-title{display:inline-block;padding:.5rem 1rem;border-radius:5px;background:var(--bg-color-grey-2);font-weight:700}.service-pricing .content .variants .elements .e .s-c .description{color:var(--txt-color-grey-1);font-size:.85rem;line-height:1.45}.service-pricing .content .variants .elements .e .action-box{position:absolute;bottom:1.5rem;right:1.5rem}}@media (min-width:1350px){.service-pricing .content .scroller .elements{margin-left:-12px;text-align:center}.service-pricing .content .scroller .elements .e{display:inline-block;width:301px;margin:0 12px;vertical-align:top;-webkit-box-shadow:0 0 10px rgba(0,0,0,.07);box-shadow:0 0 10px rgba(0,0,0,.07);border-radius:6px;vertical-align:top;text-align:initial}.service-pricing .content .scroller .elements .e .action-box,.service-pricing .content .scroller .elements .e .e-c,.service-pricing .content .scroller .elements .e .e-h{padding:25px}.service-pricing .content .scroller .elements .e .e-h{position:sticky;top:40px;background:#fff;border-top-left-radius:6px;border-top-right-radius:6px}.service-pricing .content .scroller .elements .e .e-h .sub-title{font-size:15px;color:#a7a7a7}.service-pricing .content .scroller .elements .e .e-h h3{margin:4px 0 15px;font-size:24px;color:var(--txt-color-black-1)}.service-pricing .content .scroller .elements .e .e-c{padding-top:0;padding-bottom:0;color:(--txt-color-grey-1);font-size:14px}.service-pricing .content .scroller .elements .e .e-c .section:not(:first-child){margin-top:15px}.service-pricing .content .scroller .elements .e .e-c .section .s-t{margin-bottom:5px;font-size:15px;font-weight:600}.service-pricing .content .scroller .elements .e .e-c .section .s-c .row{padding:5px 0}.service-pricing .content .scroller .elements .e .e-c .section .s-c .row .left-side{font-size:13.5px;line-height:1.25;max-width:80%;color:var(--txt-color-grey-2)}.service-pricing .content .scroller .elements .e .e-c .section .s-c .row .right-side{max-width:60%;color:var(--txt-color-grey-1);font-weight:500;text-align:right}.service-pricing .content .scroller .elements .e .e-c .section .s-c .row .i{display:inline-block;width:16px;height:16px;background-repeat:no-repeat;background-size:contain;background-position:center}.service-pricing .content .scroller .elements .e .e-c .section .s-c .row .i.yes{background-image:url(../i?i=icon-v&c=36d900)}.service-pricing .content .scroller .elements .e .e-c .section .s-c .row .i.no{background-image:url(../i?i=icon-x&c=ff6666)}.service-pricing .content .scroller .elements .e .action-box .button-primary{display:block;width:100%;box-sizing:border-box;text-align:center}}@media handheld,(max-width:1349px){.service-pricing .content .scroller .elements{text-align:center}.service-pricing .content .scroller .elements .e{display:inline-block;width:80vw;max-width:500px;margin:0 1rem 2.5rem;vertical-align:top;-webkit-box-shadow:0 0 10px rgba(0,0,0,.07);box-shadow:0 0 10px rgba(0,0,0,.07);border-radius:10px;vertical-align:top;text-align:initial}.service-pricing .content .scroller .elements .e .action-box,.service-pricing .content .scroller .elements .e .e-c,.service-pricing .content .scroller .elements .e .e-h{padding:1.5rem}.service-pricing .content .scroller .elements .e .e-h{position:sticky;top:40px;background:#fff;border-top-left-radius:10px;border-top-right-radius:10px}.service-pricing .content .scroller .elements .e .e-h .sub-title{font-size:1rem;line-height:1.4;color:#a7a7a7}.service-pricing .content .scroller .elements .e .e-h h3{margin:0 0 .25rem;font-size:1.5rem;line-height:1.6;color:var(--txt-color-black-1)}.service-pricing .content .scroller .elements .e .e-c{padding-top:0;padding-bottom:0;color:(--txt-color-grey-1);font-size:.875rem}.service-pricing .content .scroller .elements .e .e-c .section:not(:first-child){margin-top:1rem}.service-pricing .content .scroller .elements .e .e-c .section .s-t{margin-bottom:5px;font-size:.9375rem;font-weight:600}.service-pricing .content .scroller .elements .e .e-c .section .s-c .row{padding:5px 0}.service-pricing .content .scroller .elements .e .e-c .section .s-c .row .left-side{font-size:.9rem;line-height:1.25;max-width:80%;color:var(--txt-color-grey-2)}.service-pricing .content .scroller .elements .e .e-c .section .s-c .row .right-side{max-width:60%;color:var(--txt-color-grey-1);font-weight:500;text-align:right}.service-pricing .content .scroller .elements .e .e-c .section .s-c .row .i{display:inline-block;width:16px;height:16px;background-repeat:no-repeat;background-size:contain;background-position:center}.service-pricing .content .scroller .elements .e .e-c .section .s-c .row .i.yes{background-image:url(../i?i=icon-v&c=36d900)}.service-pricing .content .scroller .elements .e .e-c .section .s-c .row .i.no{background-image:url(../i?i=icon-x&c=ff6666)}.service-pricing .content .scroller .elements .e .action-box .button-primary{display:block;width:100%;box-sizing:border-box;text-align:center}}@media (min-width:1350px){.service-pricing .content .scroller-2{width:var(--site-desktop-width);margin:0 auto}.service-pricing .content .scroller-2.mark{padding-top:35px}.service-pricing .content .scroller-2 .scroller-row{font-size:0}.service-pricing .content .scroller-2 .scroller-row .col,.service-pricing .content .scroller-2 .scroller-row .title{font-size:initial}.service-pricing .content .scroller-2 .scroller-row .col-0{width:250px;vertical-align:top}.service-pricing .content .scroller-2 .scroller-row .col-container{display:inline-block;width:calc(100% - 250px);vertical-align:top;font-size:0;vertical-align:top}.service-pricing .content .scroller-2 .scroller-row .col-container .as-table{display:table;width:100%;height:100%}.service-pricing .content .scroller-2 .scroller-row .col-container .as-table .col{display:table-cell}.service-pricing .content .scroller-2 .scroller-row .col{position:relative;display:inline-block;vertical-align:top;box-sizing:border-box;height:100%}.service-pricing .content .scroller-2.cols-1 .scroller-row .col:not(.col-0){width:100%}.service-pricing .content .scroller-2.cols-2 .scroller-row .col:not(.col-0){width:calc(100% / 2)}.service-pricing .content .scroller-2.cols-3 .scroller-row .col:not(.col-0){width:calc(100% / 3)}.service-pricing .content .scroller-2.cols-4 .scroller-row .col:not(.col-0){width:calc(100% / 4)}.service-pricing .content .scroller-2 .scroller-row.head{position:sticky;top:55px;z-index:50;background:#fff}.service-pricing .content .scroller-2.mark .scroller-row.head .marker{position:absolute;top:0;left:0;transform:translateY(-100%);display:block;width:100%;padding:10px 6px;box-sizing:border-box;color:#fff;font-size:14px;font-weight:600;text-align:center;border-top-left-radius:5px;border-top-right-radius:5px}.service-pricing .content .scroller-2.mark.mark-1 .scroller-row.head .col-1 .marker,.service-pricing .content .scroller-2.mark.mark-2 .scroller-row.head .col-2 .marker,.service-pricing .content .scroller-2.mark.mark-3 .scroller-row.head .col-3 .marker,.service-pricing .content .scroller-2.mark.mark-4 .scroller-row.head .col-4 .marker{background:rgba(16,142,255,1)}.service-pricing .content .scroller-2.mark.polecany .scroller-row.head .col .marker:before{content:'Polecane'}.service-pricing .content .scroller-2.mark.wybierany .scroller-row.head .col .marker:before{content:'Najczęściej wybierane'}.service-pricing .content .scroller-2.mark:not(.polecany):not(.wybierany) .scroller-row.head .col .marker:before{content:'Najlepszy wybór'}.service-pricing .content .scroller-2.mark.mark-1 .col-1,.service-pricing .content .scroller-2.mark.mark-2 .col-2,.service-pricing .content .scroller-2.mark.mark-3 .col-3,.service-pricing .content .scroller-2.mark.mark-4 .col-4{background:rgba(16,142,255,.1)}.service-pricing .content .scroller-2 .scroller-row.head:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);display:block;width:100vw;max-width:90vw;height:55px;box-shadow:0 20px 20px -20px rgba(0,0,0,.15);opacity:0;transition:opacity .3s ease}.service-pricing .content .scroller-2.sticky .scroller-row.head:after{opacity:1}.service-pricing .content .scroller-2 .scroller-row.head .col:not(.col-0){padding:15px 20px 10px}.service-pricing .content .scroller-2:not(.sticky) .scroller-row.head .col:not(.col-0){border-bottom:1px solid rgba(0,0,0,.15)}.service-pricing .content .scroller-2 .scroller-row.head .col .title .type{font-size:14px;line-height:1.5;color:var(--txt-color-grey-2)}.service-pricing .content .scroller-2 .scroller-row.head .col .title .name{font-size:20px;font-weight:700;line-height:1.65;color:var(--txt-color-black-1)}.service-pricing .content .scroller-2 .scroller-row.head .col .price{display:inline-block;margin-top:15px;text-align:initial}.service-pricing .content .scroller-2 .scroller-row.content-chapter{padding:30px 0 5px;border-bottom:1px solid rgba(0,0,0,.15)}.service-pricing .content .scroller-2 .scroller-row.content-chapter .title{padding-left:15px;box-sizing:border-box;font-size:18px;color:var(--txt-color-black-2);font-weight:600}.service-pricing .content .scroller-2 .scroller-row.content-content:hover{background:rgba(0,0,0,.05)}.service-pricing .content .scroller-2 .scroller-row.content-content .col:not(.col-0){text-align:center}.service-pricing .content .scroller-2 .scroller-row.content-content .col{padding:10px 0 10px;font-size:15px;color:var(--txt-color-grey-1)}.service-pricing .content .scroller-2 .scroller-row.content-content .col-0{padding-left:15px;box-sizing:border-box}.service-pricing .content .scroller-2 .scroller-row.content-content .col:not(.col-0){border-bottom:1px solid rgba(0,0,0,.15)}.service-pricing .content .scroller-2 .scroller-row.action-box{position:absolute;width:100%;max-width:var(--site-desktop-width);box-sizing:border-box}.service-pricing .content .scroller-2 .scroller-row.action-box .col{padding:20px 0 25px;border-bottom-left-radius:10px;border-bottom-right-radius:10px}.service-pricing .content .scroller-2 .scroller-row.action-box .col:not(.col-0){text-align:center}.service-pricing .content .scroller-2 .i{display:inline-block;width:16px;height:16px;background-repeat:no-repeat;background-size:contain;background-position:center}.service-pricing .content .scroller-2 .i.yes{background-image:url(../i?i=icon-v&c=36d900)}.service-pricing .content .scroller-2 .i.no{background-image:url(../i?i=icon-x&c=ff6666)}}@media handheld,(max-width:1349px){.service-pricing .content .scroller-2{position:relative;width:100%;overflow-x:scroll}.service-pricing .content .scroller-2.mark{padding-top:35px}.service-pricing .content .scroller-2 .scroller-box{position:relative}.service-pricing .content .scroller-2 .scroller-row{font-size:0}.service-pricing .content .scroller-2 .scroller-row .col,.service-pricing .content .scroller-2 .scroller-row .title{font-size:initial}.service-pricing .content .scroller-2 .scroller-row .col-0{display:block;width:100%}.service-pricing .content .scroller-2 .scroller-row .col-container{display:block;width:100%;font-size:0}.service-pricing .content .scroller-2 .scroller-row .col-container .as-table{display:table;width:100%;height:100%}.service-pricing .content .scroller-2 .scroller-row .col-container .as-table .col{display:table-cell}.service-pricing .content .scroller-2 .scroller-row .col{position:relative;display:inline-block;vertical-align:top;box-sizing:border-box;height:100%}.service-pricing .content .scroller-2.cols-1 .scroller-box,.service-pricing .content .scroller-2.cols-1 .scroller-row,.service-pricing .content .scroller-2.cols-1 .scroller-row.head .col-container{width:calc(280px * 1)}.service-pricing .content .scroller-2.cols-2 .scroller-box,.service-pricing .content .scroller-2.cols-2 .scroller-row,.service-pricing .content .scroller-2.cols-2 .scroller-row.head .col-container{width:calc(280px * 2)}.service-pricing .content .scroller-2.cols-3 .scroller-box,.service-pricing .content .scroller-2.cols-3 .scroller-row,.service-pricing .content .scroller-2.cols-3 .scroller-row.head .col-container{width:calc(280px * 3)}.service-pricing .content .scroller-2.cols-4 .scroller-box,.service-pricing .content .scroller-2.cols-4 .scroller-row,.service-pricing .content .scroller-2.cols-4 .scroller-row.head .col-container{width:calc(280px * 4)}.service-pricing .content .scroller-2.cols-1 .scroller-row .col:not(.col-0){width:100%}.service-pricing .content .scroller-2.cols-2 .scroller-row .col:not(.col-0){width:calc(100% / 2)}.service-pricing .content .scroller-2.cols-3 .scroller-row .col:not(.col-0){width:calc(100% / 3)}.service-pricing .content .scroller-2.cols-4 .scroller-row .col:not(.col-0){width:calc(100% / 4)}.service-pricing .content .scroller-2 .scroller-row.head{position:absolute;top:35px;z-index:50;background:#fff}.service-pricing .content .scroller-2.sticky .scroller-row.head{position:fixed;top:55px;width:100%;overflow-x:scroll}.service-pricing .content .scroller-2.sticky-bottom .scroller-row.head{position:absolute;top:initial;bottom:0;width:100%;overflow-x:scroll}.service-pricing .content .scroller-2 .scroller-row.head::-webkit-scrollbar{display:none}.service-pricing .content .scroller-2 .scroller-row.head{-ms-overflow-style:none;scrollbar-width:none}.service-pricing .content .scroller-2 .scroller-row.head .col-0{display:none}.service-pricing .content .scroller-2 .scroller-row.content .col-0,.service-pricing .content .scroller-2 .scroller-row.content .title{display:block;width:100%;background:#fff}.service-pricing .content .scroller-2 .scroller-row.content .col-0 .sticker,.service-pricing .content .scroller-2 .scroller-row.content .title .sticker{position:sticky;left:0;z-index:45;display:inline-block;max-width:95vw;padding-left:15px;box-sizing:border-box}.service-pricing .content .scroller-2.mark .scroller-row.head .marker{position:absolute;top:0;left:0;transform:translateY(-100%);display:block;width:100%;padding:10px 6px;box-sizing:border-box;color:#fff;font-size:14px;font-weight:600;text-align:center;border-top-left-radius:5px;border-top-right-radius:5px}.service-pricing .content .scroller-2.mark.mark-1 .scroller-row.head .col-1 .marker,.service-pricing .content .scroller-2.mark.mark-2 .scroller-row.head .col-2 .marker,.service-pricing .content .scroller-2.mark.mark-3 .scroller-row.head .col-3 .marker,.service-pricing .content .scroller-2.mark.mark-4 .scroller-row.head .col-4 .marker{background:rgba(16,142,255,1)}.service-pricing .content .scroller-2.mark.polecany .scroller-row.head .col .marker:before{content:'Polecane'}.service-pricing .content .scroller-2.mark.wybierany .scroller-row.head .col .marker:before{content:'Najczęściej wybierane'}.service-pricing .content .scroller-2.mark:not(.polecany):not(.wybierany) .scroller-row.head .col .marker:before{content:'Najlepszy wybór'}.service-pricing .content .scroller-2.mark.mark-1 .col-1,.service-pricing .content .scroller-2.mark.mark-2 .col-2,.service-pricing .content .scroller-2.mark.mark-3 .col-3,.service-pricing .content .scroller-2.mark.mark-4 .col-4{background:rgba(16,142,255,.1)}.service-pricing .content .scroller-2 .scroller-row.head .col:not(.col-0){padding:15px 20px 10px}.service-pricing .content .scroller-2 .scroller-row.head .col:not(.col-0){border-bottom:1px solid rgba(0,0,0,.15)}.service-pricing .content .scroller-2 .scroller-row.head .col .title .type{font-size:14px;line-height:1.5;color:var(--txt-color-grey-2)}.service-pricing .content .scroller-2 .scroller-row.head .col .title .name{font-size:20px;font-weight:700;line-height:1.65;color:var(--txt-color-black-1)}.service-pricing .content .scroller-2 .scroller-row.head .col .price{display:inline-block;margin-top:15px;text-align:initial}.service-pricing .content .scroller-2 .scroller-row.content-chapter{padding:30px 0 5px;border-bottom:1px solid rgba(0,0,0,.15)}.service-pricing .content .scroller-2 .scroller-row.content-chapter .title{box-sizing:border-box;font-size:1.125rem;color:var(--txt-color-black-2);font-weight:600}.service-pricing .content .scroller-2 .scroller-row.content-content:hover{background:rgba(0,0,0,.05)}.service-pricing .content .scroller-2 .scroller-row.content-content .col:not(.col-0){text-align:center}.service-pricing .content .scroller-2 .scroller-row.content-content .col{padding:10px 0 10px;font-size:.9375rem;color:var(--txt-color-grey-1)}.service-pricing .content .scroller-2 .scroller-row.content-content .col-0{box-sizing:border-box}.service-pricing .content .scroller-2 .scroller-row.content-content .col:not(.col-0){border-bottom:1px solid rgba(0,0,0,.15)}.service-pricing .content .scroller-2 .scroller-row.action-box .col-0{display:none}.service-pricing .content .scroller-2 .scroller-row.action-box .col{padding:20px 0 25px;border-bottom-left-radius:10px;border-bottom-right-radius:10px}.service-pricing .content .scroller-2 .scroller-row.action-box .col:not(.col-0){text-align:center}.service-pricing .content .scroller-2 .i{display:inline-block;width:16px;height:16px;background-repeat:no-repeat;background-size:contain;background-position:center}.service-pricing .content .scroller-2 .i.yes{background-image:url(../i?i=icon-v&c=36d900)}.service-pricing .content .scroller-2 .i.no{background-image:url(../i?i=icon-x&c=ff6666)}}@media (min-width:1350px){.service-pricing .content .variants .elements .e.indywidual-offer{padding-left:40px;padding-right:40px;border-color:#f1f1f1;background:#f4f4f4}}@media handheld,(max-width:1349px){.service-pricing .content .variants .elements .e.indywidual-offer{padding-left:2rem;padding-right:2rem;border-color:#f1f1f1;background:#f4f4f4}}@media (min-width:1350px){.category .elements{width:1130px;margin:0 auto;font-size:0}.category .elements.center{text-align:center}.category .elements .e{position:relative;display:inline-block;width:550px;max-width:550px;min-height:360px;margin:0 25px 25px 0;padding:30px 30px 90px;box-sizing:border-box;border:3px solid var(--txt-color-grey-2);border-radius:15px;text-align:initial;vertical-align:top;font-size:initial;cursor:default}.category .elements .e:nth-child(2n+2){margin-right:0}.category .elements .e .s-h{margin-bottom:15px}.category .elements .e .s-h .sub-title{color:var(--txt-color-grey-2);font-weight:700}.category .elements .e .s-h h3{font-size:23px}.category .elements .e .s-c .description{color:var(--txt-color-grey-1);font-size:14px;line-height:1.45}.category .elements .e .action-box{position:absolute;bottom:30px;right:30px}}@media handheld,(max-width:1349px){.category .elements{margin:0 auto;font-size:0}.category .elements.center{text-align:center}.category .elements .e{position:relative;display:inline-block;width:500px;max-width:100%;min-height:300px;padding:1.5rem 1.5rem 90px;box-sizing:border-box;border:3px solid var(--txt-color-grey-1);border-radius:15px;text-align:initial;vertical-align:top;font-size:initial;cursor:default}.category .elements .e:not(:first-child){margin-top:1.5rem}.category .elements .e .s-h{margin-bottom:1rem}.category .elements .e .s-h .sub-title{color:var(--txt-color-grey-2);font-weight:700}.category .elements .e .s-h h3{font-size:1.35rem}.category .elements .e .s-c .description{color:var(--txt-color-grey-1);font-size:.8rem;line-height:1.45}.category .elements .e .action-box{position:absolute;bottom:1.5rem;right:1.5rem}}@media (min-width:1350px){.steps{background:rgba(16,142,255,.1)}.steps .elements{font-size:0}.steps .elements .e{display:inline-block;width:calc((100% - (3 * 40px))/ 4);margin:0 40px 40px 0;box-sizing:border-box;vertical-align:top;font-size:initial}.steps .elements .e:nth-child(4n+4){margin-right:0}.steps .elements .e .left-side{width:55px}.steps .elements .e .right-side{width:calc(100% - 55px)}.steps .elements .e .i{display:inline-block;width:35px;height:35px;background-repeat:no-repeat;background-size:contain;background-position:center}.steps .elements .e .i.s1{background-image:url(../img/icon-c-data.svg)}.steps .elements .e .i.s2{background-image:url(../img/icon-c-magnifier.svg)}.steps .elements .e .i.s3{background-image:url(../img/icon-c-rocket.svg)}.steps .elements .e .i.s4{background-image:url(../img/icon-c-image.svg)}.steps .elements .e h3{margin:0;font-size:22px}.steps .elements .e p{font-size:14px;line-height:1.45;color:var(--txt-color-grey-2)}.steps .section-head{position:relative}.steps .section-head:after{content:"";position:absolute;left:0;right:0;bottom:-50px;width:100%;height:25px;background:url(../img/stopy.gif);background-repeat:no-repeat;background-size:contain;background-position:center;mix-blend-mode:darken;opacity:.25}}@media handheld,(max-width:1349px){.steps{background:rgba(16,142,255,.1)}.steps .elements{font-size:0}.steps .elements .e{display:block;box-sizing:border-box;vertical-align:top;font-size:initial}.steps .elements .e:not(:first-child){margin-top:1rem}.steps .elements .e:nth-child(4n+4){margin-right:0}.steps .elements .e .left-side{width:55px}.steps .elements .e .right-side{width:calc(100% - 55px)}.steps .elements .e .i{display:inline-block;width:35px;height:35px;background-repeat:no-repeat;background-size:contain;background-position:center}.steps .elements .e .i.s1{background-image:url(../img/icon-c-data.svg)}.steps .elements .e .i.s2{background-image:url(../img/icon-c-magnifier.svg)}.steps .elements .e .i.s3{background-image:url(../img/icon-c-rocket.svg)}.steps .elements .e .i.s4{background-image:url(../img/icon-c-image.svg)}.steps .elements .e h3{margin:0;padding-top:5px;font-size:1.375rem}.steps .elements .e p{font-size:.875rem;line-height:1.45;color:var(--txt-color-grey-2)}.steps .section-head{position:relative;padding-bottom:2rem}.steps .section-head:after{content:"";position:absolute;left:0;right:0;bottom:2rem;width:100%;height:18px;background:url(../img/stopy.gif);background-repeat:no-repeat;background-size:cover;background-position:left center;mix-blend-mode:darken;opacity:.25}}@media (min-width:1350px){.skills a{text-decoration:none}.skills .elements{font-size:0}.skills .elements .e{position:relative;display:inline-block;width:calc((100% - (3 * 50px))/ 3);min-height:256px;margin:0 25px 50px;padding:35px 125px 35px 35px;box-sizing:border-box;border-radius:10px;vertical-align:top;font-size:initial;-webkit-box-shadow:0 0 10px rgba(0,0,0,.07);box-shadow:0 0 10px rgba(0,0,0,.07);cursor:pointer}.skills .elements .e:after{content:"";position:absolute;right:0;top:0;bottom:0;width:125px;height:100%;background-size:70%;background-position:top 20px right 30px;background-repeat:no-repeat}.skills .elements .e.wyszukiwarki:after{background-image:url(../img/icon-wyszukiwarki-i-mapy.svg)}.skills .elements .e.wyszukiwarki:hover:after{background-image:url(../img/icon-wyszukiwarki-i-mapy-i.svg)}.skills .elements .e.content:after{background-image:url(../img/icon-content.svg)}.skills .elements .e.content:hover:after{background-image:url(../img/icon-content-i.svg)}.skills .elements .e.grafika:after{background-image:url(../img/icon-grafika.svg)}.skills .elements .e.grafika:hover:after{background-image:url(../img/icon-grafika-i.svg)}.skills .elements .e.social:after{background-image:url(../img/icon-social.svg)}.skills .elements .e.social:hover:after{background-image:url(../img/icon-social-i.svg)}.skills .elements .e.strony:after{background-image:url(../img/icon-website.svg)}.skills .elements .e.strony:hover:after{background-image:url(../img/icon-website-i.svg)}.skills .elements .e.branding:after{background-image:url(../img/icon-brand.svg)}.skills .elements .e.branding:hover:after{background-image:url(../img/icon-brand-i.svg)}.skills .elements .e h3{position:relative;margin:0;padding-bottom:25px;font-size:22px;color:var(--txt-color-black-2)}.skills .elements .e h3:after{content:"";position:absolute;bottom:0;left:0;display:block;width:55px;height:4px;background:var(--bg-color-grey-2)}.skills .elements .e ul{list-style-type:none;margin:25px 0 0 0;padding:0;font-size:15px;line-height:1.45}.skills .elements .e ul li:not(:last-child):after{content:","}.skills .elements .e ul li a,.skills .elements .e ul li:not(:last-child):after{color:var(--txt-color-grey-2)}.skills .elements .e ul li a:hover{text-decoration:underline}.skills .elements .e:hover{background:-webkit-gradient(linear,left top,right top,from(#108eff),to(#7bc1ff));background:linear-gradient(90deg,#108eff,#7bc1ff)}.skills .elements .e:hover h3,.skills .elements .e:hover ul li a,.skills .elements .e:hover ul li:not(:last-child):after{color:#fff}}@media handheld,(max-width:1349px){.skills{padding-bottom:4rem}.skills a{text-decoration:none}.skills .elements{font-size:0}.skills .elements .e{position:relative;display:block;min-height:240px;padding:35px 125px 35px 35px;box-sizing:border-box;border-radius:10px;vertical-align:top;font-size:initial;-webkit-box-shadow:0 0 10px rgba(0,0,0,.07);box-shadow:0 0 10px rgba(0,0,0,.07);cursor:pointer}.skills .elements .e:not(:first-child){margin-top:2rem}.skills .elements .e:after{content:"";position:absolute;right:0;top:0;bottom:0;width:125px;height:100%;background-size:70%;background-position:top 20px right 30px;background-repeat:no-repeat}.skills .elements .e.wyszukiwarki:after{background-image:url(../img/icon-wyszukiwarki-i-mapy.svg)}.skills .elements .e.wyszukiwarki:hover:after{background-image:url(../img/icon-wyszukiwarki-i-mapy-i.svg)}.skills .elements .e.content:after{background-image:url(../img/icon-content.svg)}.skills .elements .e.content:hover:after{background-image:url(../img/icon-content-i.svg)}.skills .elements .e.grafika:after{background-image:url(../img/icon-grafika.svg)}.skills .elements .e.grafika:hover:after{background-image:url(../img/icon-grafika-i.svg)}.skills .elements .e.social:after{background-image:url(../img/icon-social.svg)}.skills .elements .e.social:hover:after{background-image:url(../img/icon-social-i.svg)}.skills .elements .e.strony:after{background-image:url(../img/icon-website.svg)}.skills .elements .e.strony:hover:after{background-image:url(../img/icon-website-i.svg)}.skills .elements .e.branding:after{background-image:url(../img/icon-brand.svg)}.skills .elements .e.branding:hover:after{background-image:url(../img/icon-brand-i.svg)}.skills .elements .e h3{position:relative;margin:0;padding-bottom:1.5rem;font-size:1.375rem;color:var(--txt-color-black-2)}.skills .elements .e h3:after{content:"";position:absolute;bottom:0;left:0;display:block;width:55px;height:4px;background:var(--bg-color-grey-2)}.skills .elements .e ul{list-style-type:none;margin:1.5rem 0 0 0;padding:0;font-size:.9375rem;line-height:1.45}.skills .elements .e ul li:not(:last-child):after{content:","}.skills .elements .e ul li a,.skills .elements .e ul li:not(:last-child):after{color:var(--txt-color-grey-2)}.skills .elements .e ul li a:hover{text-decoration:underline}.skills .elements .e:hover{background:-webkit-gradient(linear,left top,right top,from(#108eff),to(#7bc1ff));background:linear-gradient(90deg,#108eff,#7bc1ff)}.skills .elements .e:hover h3,.skills .elements .e:hover ul li a,.skills .elements .e:hover ul li:not(:last-child):after{color:#fff}.skills .action-box{margin-top:3rem}}@media (min-width:1350px){.trusted-us.sp{padding-top:15px}.trusted-us .partners{text-align:center}.trusted-us .partners .partner{display:inline-block;width:150px;height:60px;margin:40px 50px;vertical-align:top}.trusted-us .partners .partner img.logo{width:100%;height:100%;object-fit:contain;filter:grayscale(1);opacity:.5;transition:opacity .3s,filter .3s}.trusted-us .partners .partner a:hover img.logo,.trusted-us .partners .partner img.logo:hover{filter:grayscale(0);opacity:1}}@media handheld,(max-width:1349px){.trusted-us.sp{padding-top:15px}.trusted-us .partners{text-align:center}.trusted-us .partners .partner{display:inline-block;width:100px;height:60px;margin:30px;vertical-align:top}.trusted-us .partners .partner img.logo{width:100%;height:100%;object-fit:contain;filter:grayscale(1);opacity:.5;transition:opacity .3s,filter .3s}.trusted-us .partners .partner a:hover img.logo,.trusted-us .partners .partner img.logo:hover{filter:grayscale(0);opacity:1}}@media (min-width:1350px){.home.reviews,.sp.home.reviews{padding-top:0!important;margin-top:0!important}.reviews{font-size:0}.reviews .review,.reviews .write-review{display:inline-block;width:calc(25% - 25px);min-height:310px;margin:10px;padding:20px;-webkit-box-shadow:0 0 15px 0 rgba(0,0,0,.09);-moz-box-shadow:0 0 15px 0 rgba(0,0,0,.09);box-shadow:0 0 15px 0 rgba(0,0,0,.09);border-radius:5px;box-sizing:border-box;vertical-align:top;font-size:initial}.reviews .review.modal .modal-hidden{display:none}.reviews .review .modal-show{display:none}.reviews .review.modal .modal-show{display:block}.reviews .review .avatar{position:relative;display:inline-block;width:40px;height:40px;margin:0 10px 0 10px}.reviews .review .avatar .image{display:block;width:100%;height:100%;background-repeat:no-repeat;background-position:center;background-size:contain}.reviews .review .source{position:absolute;left:-14px;bottom:-4px;display:block;width:20px;height:20px;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;border-radius:50%;border:3px solid #fff}.reviews .review .source.google{background-image:url(../img/opinie/icon-source-google.svg)}.reviews .review .avatar,.reviews .review .nd-ib{vertical-align:top}.reviews .review .nd-ib{display:inline-block;max-width:calc(100% - 70px)}.reviews .review .name{font-weight:700;font-size:16px}.reviews .review .date{margin-top:4px;font-size:13px;color:#a8a8a8}.reviews .review .stars{margin:15px 0 10px}.reviews .review .star{display:inline-block;width:18px;height:18px;margin:0 2px;background-image:url(../img/opinie/icon-star.svg);background-repeat:no-repeat;background-position:center;background-size:contain}.reviews .review .review-content{font-size:15px;line-height:1.4}.reviews .review .read-more{display:inline-block;margin-top:10px;font-size:15px;color:#9b9b9b;cursor:pointer}.reviews .review-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;width:100%;height:100%;min-height:100%;max-height:100%;box-sizing:border-box;overflow-y:scroll}.reviews .review-modal .review{position:relative;min-height:calc(100% - 20px);background:#fff;padding:75px 200px 75px 75px;width:initial;-webkit-box-shadow:0 0 25px 0 rgba(0,0,0,.15);-moz-box-shadow:0 0 25px 0 rgba(0,0,0,.15);box-shadow:0 0 25px 0 rgba(0,0,0,.15)}.reviews .review-modal .review .close{position:absolute;top:35px;right:35px;width:50px;height:50px;cursor:pointer}.reviews .review-modal .review .close:after,.reviews .review-modal .review .close:before{content:"";position:absolute;top:calc(50% - 1px);right:0;width:100%;height:2px;background:#b9b9b9}.reviews .review-modal .review .close:before{transform:rotate(45deg)}.reviews .review-modal .review .close:after{transform:rotate(-45deg)}.reviews .review-modal .review .review-content{font-size:17px;line-height:1.5}.reviews .review-modal .review .review-in-google a{text-decoration:none;font-size:14px;color:#a8a8a8}.reviews .write-review{position:relative;text-decoration:none}.reviews .write-review .wrapper{position:absolute;top:50%;left:0;transform:translateY(-60%);display:block;width:100%}.reviews .write-review .stars{text-align:center}.reviews .write-review .star{display:inline-block;width:18px;height:18px;margin:0 2px;background-image:url(../img/opinie/icon-star.svg);background-repeat:no-repeat;background-position:center;background-size:contain}.reviews .write-review .google-logo{display:block;height:50px;margin:25px 0;background-image:url(../img/opinie/logo-google.svg);background-repeat:no-repeat;background-position:center;background-size:contain}.reviews .write-review .text{font-size:20px;color:#8e8e8e;text-align:center}.reviews .action-box{margin-top:50px}}@media handheld,(max-width:1349px){.home.reviews,.sp.home.reviews{padding-top:0!important;margin-top:0!important}.reviews{font-size:0;text-align:center}.reviews .review,.reviews .write-review{display:inline-block;width:calc(100% - 22px);max-width:500px;min-height:290px;margin:10px;padding:25px 20px;-webkit-box-shadow:0 0 15px 0 rgba(0,0,0,.09);-moz-box-shadow:0 0 15px 0 rgba(0,0,0,.09);box-shadow:0 0 15px 0 rgba(0,0,0,.09);border-radius:5px;box-sizing:border-box;vertical-align:top;font-size:initial;text-align:initial}.reviews .review.modal .modal-hidden{display:none}.reviews .review .modal-show{display:none}.reviews .review.modal .modal-show{display:block}.reviews .review .avatar{position:relative;display:inline-block;width:40px;height:40px;margin:0 10px 0 10px}.reviews .review .avatar .image{display:block;width:100%;height:100%;background-repeat:no-repeat;background-position:center;background-size:contain}.reviews .review .source{position:absolute;left:-14px;bottom:-4px;display:block;width:20px;height:20px;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;border-radius:50%;border:3px solid #fff}.reviews .review .source.google{background-image:url(../img/opinie/icon-source-google.svg)}.reviews .review .avatar,.reviews .review .nd-ib{vertical-align:top}.reviews .review .nd-ib{display:inline-block;max-width:calc(100% - 70px)}.reviews .review .name{font-weight:700;font-size:16px}.reviews .review .date{margin-top:4px;font-size:13px;color:#a8a8a8}.reviews .review .stars{margin:15px 0 10px}.reviews .review .star{display:inline-block;width:18px;height:18px;margin:0 2px;background-image:url(../img/opinie/icon-star.svg);background-repeat:no-repeat;background-position:center;background-size:contain}.reviews .review .review-content{font-size:15px;line-height:1.4}.reviews .review .read-more{display:inline-block;margin-top:10px;font-size:15px;color:#9b9b9b;cursor:pointer}.reviews .review-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;width:100%;height:100%;min-height:100%;max-height:100%;box-sizing:border-box;overflow-y:scroll}.reviews .review-modal .review{position:relative;min-height:calc(100% - 20px);background:#fff;padding:30px 40px 50px 30px;width:initial;-webkit-box-shadow:0 0 25px 0 rgba(0,0,0,.15);-moz-box-shadow:0 0 25px 0 rgba(0,0,0,.15);box-shadow:0 0 25px 0 rgba(0,0,0,.15)}.reviews .review-modal .review .close{position:absolute;top:15px;right:15px;width:40px;height:40px;cursor:pointer}.reviews .review-modal .review .close:after,.reviews .review-modal .review .close:before{content:"";position:absolute;top:calc(50% - 1px);right:0;width:100%;height:2px;background:#b9b9b9}.reviews .review-modal .review .close:before{transform:rotate(45deg)}.reviews .review-modal .review .close:after{transform:rotate(-45deg)}.reviews .review-modal .review .review-content{font-size:15px;line-height:1.5}.reviews .review-modal .review .review-in-google a{text-decoration:none;font-size:14px;color:#a8a8a8}.reviews .write-review{position:relative;text-decoration:none}.reviews .write-review .wrapper{position:absolute;top:50%;left:0;transform:translateY(-52%);display:block;width:100%}.reviews .write-review .stars{text-align:center}.reviews .write-review .star{display:inline-block;width:18px;height:18px;margin:0 2px;background-image:url(../img/opinie/icon-star.svg);background-repeat:no-repeat;background-position:center;background-size:contain}.reviews .write-review .google-logo{display:block;height:50px;margin:25px 0;background-image:url(../img/opinie/logo-google.svg);background-repeat:no-repeat;background-position:center;background-size:contain}.reviews .write-review .text{font-size:20px;color:#8e8e8e;text-align:center}.reviews .action-box{margin-top:50px}}@media (min-width:1350px){.page .pos-center{width:800px}}@media (min-width:1350px){.written-content{color:var(--txt-color-black-2)}.written-content ol,.written-content p,.written-content ul,.written-content>div{line-height:1.65}.written-content p~ol,.written-content p~ul,.written-content>div~ol,.written-content>div~ul{margin-top:-14px}.written-content h1{font-size:45px;margin:35px 0 10px}.written-content h2{font-size:40px;margin:35px 0 10px}.written-content h3{font-size:35px;margin:35px 0 10px}.written-content h4{font-size:30px;margin:35px 0 10px}.written-content h5{font-size:30px;margin:35px 0 10px}.written-content h6{font-size:30px;margin:35px 0 10px}.written-content img{display:block;max-width:100%;height:auto}.written-content img.small{max-width:25%}.written-content img.medium{max-width:50%}.written-content img.align-left{float:left}.written-content img.align-right{float:right}.written-content table{border-spacing:0}.written-content table td,.written-content table th{padding:5px 10px;border-right:1px solid var(--txt-color-grey-2);border-bottom:1px solid var(--txt-color-grey-2)}.written-content table tr td:first-child,.written-content table tr th:first-child{border-left:1px solid var(--txt-color-grey-2)}.written-content table tr:first-child td,.written-content table tr:first-child th{border-top:1px solid var(--txt-color-grey-2)}.expandable{margin:15px 0 15px}.expandable>.box-title{display:block;padding:20px 25px;box-sizing:border-box;border:1px solid #dadada;background:#f6f6f6;cursor:pointer}.expandable>.box-title:hover{background:#f1f1f1}.expandable>.box-title .title,.expandable>.box-title h1,.expandable>.box-title h2,.expandable>.box-title h3,.expandable>.box-title h4,.expandable>.box-title h5,.expandable>.box-title h6{margin:0;font-size:16px;font-weight:500;color:var(--txt-color-grey-1);line-height:1.5}.expandable>.box-content{overflow:hidden;max-height:0;transition:max-height .3s ease}.expandable>.box-content .container{padding:20px 25px;box-sizing:border-box;border:1px solid #dadada;border-top:none}.expandable>.box-content .container :first-child{margin-top:0}.expandable>.box-content .container :last-child{margin-bottom:0}.download-files-area{margin:15px 0 15px}.download-files-area>.box-title{display:block;padding:15px 10px 5px;margin-bottom:10px;box-sizing:border-box}.download-files-area>.box-title.border{border-bottom:1px solid #dadada}.download-files-area>.box-title .title,.download-files-area>.box-title h1,.download-files-area>.box-title h2,.download-files-area>.box-title h3,.download-files-area>.box-title h4,.download-files-area>.box-title h5,.download-files-area>.box-title h6{margin:0;font-size:16px;font-weight:600;color:var(--txt-color-black-2)}.download-files-area>.box-content{font-size:0}.download-files-area>.box-content .e{display:inline-block;float:left}.download-files-area.c1>.box-content .e{width:calc(100% - 20px);margin:10px}.download-files-area.c2>.box-content .e{width:calc((100% / 2) - 20px);margin:10px}.download-files-area.c3>.box-content .e{width:calc((100% / 3) - 20px);margin:10px}.download-files-area .box-content .e .container{padding:10px 10px 10px 15px;box-sizing:border-box;border:1px solid #dadada;font-size:initial}.download-files-area .box-content .e .container:hover{background:#fafafa}.download-files-area>.box-content .e .container .left-side,.download-files-area>.box-content .e .container .right-side{line-height:initial;font-size:0}.download-files-area>.box-content .e .container .left-side .i{display:inline-block;width:35px;height:50px;line-height:initial;font-size:0;background-size:contein;background-repeat:no-repeat;background-position:center}.download-files-area>.box-content .e .container .left-side .i{background-image:url(../i.php?i=icon-file&c=888888)}.download-files-area>.box-content .e.pdf .container .left-side .i{background-image:url(../i.php?i=icon-file-pdf&c=888888)}.download-files-area>.box-content .e.img .container .left-side .i{background-image:url(../i.php?i=icon-file-img&c=888888)}.download-files-area>.box-content .e.zip .container .left-side .i{background-image:url(../i.php?i=icon-file-zip&c=888888)}.download-files-area>.box-content .e .container .right-side{width:calc(100% - 55px);padding-top:5px}.download-files-area>.box-content .e .container .right-side *{font-size:13px;color:var(--txt-color-grey-1)}}@media handheld,(max-width:1349px){.written-content{color:var(--txt-color-black-2)}.written-content ol,.written-content p,.written-content ul,.written-content>div{line-height:1.65}.written-content p~ol,.written-content p~ul,.written-content>div~ol,.written-content>div~ul{margin-top:-14px}.written-content h1{font-size:2rem;margin:1.5rem 0 .75rem}.written-content h2{font-size:2rem;margin:1.5rem 0 .75rem}.written-content h3{font-size:1.65rem;margin:1.5rem 0 .75rem}.written-content h4{font-size:1.5rem;margin:1.5rem 0 .75rem}.written-content h5{font-size:1.2rem;margin:1.5rem 0 .75rem}.written-content h6{font-size:1rem;margin:1rem 0 .75rem}.written-content img{display:block;max-width:100%;height:auto;margin:.5rem 0}.written-content table{border-spacing:0}.written-content table td,.written-content table th{padding:5px 10px;border-right:1px solid var(--txt-color-grey-2);border-bottom:1px solid var(--txt-color-grey-2)}.written-content table tr td:first-child,.written-content table tr th:first-child{border-left:1px solid var(--txt-color-grey-2)}.written-content table tr:first-child td,.written-content table tr:first-child th{border-top:1px solid var(--txt-color-grey-2)}.expandable{margin:1rem 0 1rem}.expandable>.box-title{display:block;padding:1rem 1.3rem;box-sizing:border-box;border:1px solid #dadada;background:#f6f6f6;cursor:pointer}.expandable>.box-title:hover{background:#f1f1f1}.expandable>.box-title .title,.expandable>.box-title h1,.expandable>.box-title h2,.expandable>.box-title h3,.expandable>.box-title h4,.expandable>.box-title h5,.expandable>.box-title h6{margin:0;font-size:1rem;font-weight:500;color:var(--txt-color-grey-1);line-height:1.3}.expandable>.box-content{overflow:hidden;max-height:0;transition:max-height .3s ease}.expandable>.box-content .container{padding:1.2rem 1.2rem 1.2rem;box-sizing:border-box;border:1px solid #dadada;border-top:none}.expandable>.box-content .container :first-child{margin-top:0}.expandable>.box-content .container :last-child{margin-bottom:0}.download-files-area{margin:1rem 0 1rem}.download-files-area>.box-title{display:block;padding:.7rem .7rem .7rem;margin-bottom:.7rem;box-sizing:border-box}.download-files-area>.box-title.border{border-bottom:1px solid #dadada}.download-files-area>.box-title .title,.download-files-area>.box-title h1,.download-files-area>.box-title h2,.download-files-area>.box-title h3,.download-files-area>.box-title h4,.download-files-area>.box-title h5,.download-files-area>.box-title h6{margin:0;font-size:1rem;font-weight:600;color:var(--txt-color-black-2)}.download-files-area>.box-content{font-size:0}.download-files-area>.box-content .e{display:block}.download-files-area>.box-content .e:not(:first-child){margin-top:1rem}.download-files-area .box-content .e .container{padding:10px 10px 10px 15px;box-sizing:border-box;border:1px solid #dadada;font-size:initial}.download-files-area .box-content .e .container:hover{background:#fafafa}.download-files-area>.box-content .e .container .left-side,.download-files-area>.box-content .e .container .right-side{line-height:initial;font-size:0}.download-files-area>.box-content .e .container .left-side .i{display:inline-block;width:35px;height:50px;line-height:initial;font-size:0;background-size:contein;background-repeat:no-repeat;background-position:center}.download-files-area>.box-content .e .container .left-side .i{background-image:url(../i.php?i=icon-file&c=888888)}.download-files-area>.box-content .e.pdf .container .left-side .i{background-image:url(../i.php?i=icon-file-pdf&c=888888)}.download-files-area>.box-content .e.img .container .left-side .i{background-image:url(../i.php?i=icon-file-img&c=888888)}.download-files-area>.box-content .e.zip .container .left-side .i{background-image:url(../i.php?i=icon-file-zip&c=888888)}.download-files-area>.box-content .e .container .right-side{width:calc(100% - 55px);padding-top:5px}.download-files-area>.box-content .e .container .right-side *{font-size:.8rem;color:var(--txt-color-grey-1)}}@media (min-width:1350px){.realizations-pt-10{padding-top:10px}.realizations-pb-10{padding-bottom:10px}.realizations-gallery{text-align:center}.realizations-gallery a{display:inline-block;width:402px;height:245px;margin:10px;border-radius:20px}.realizations-gallery img{display:inline-block;width:100%;height:100%;object-fit:cover;border-radius:20px}}@media handheld,(max-width:1349px){.realizations-pt-10{padding-top:10px}.realizations-pb-10{padding-bottom:10px}.realizations-gallery{text-align:center}.realizations-gallery a{display:inline-block;width:100%;margin:10px 0;border-radius:20px}.realizations-gallery img{display:inline-block;width:100%;max-height:450px;object-fit:cover;border-radius:20px}}@media (min-width:1350px){.lp .pos-center{width:700px}.lp-header-image .pos-center{width:1000px}.lp-content .content,.lp-content .written-content{font-size:18px;line-height:1.7;color:var(--txt-color-grey-1)}.expandable .lp-content .content,.expandable .lp-content .written-content{font-size:16px}.lp-content .content b,.lp-content .written-content b{color:#696969}.lp-image.mt{margin-top:50px}.lp-image.mb{margin-bottom:50px}.image-description{font-size:13px;line-height:1.5;color:var(--txt-color-grey-1)}.image-description.c{text-align:center}.lp-image-box-radius{margin:0 0 40px}.lp-image-box-radius img{border-radius:20px}.lp-ebook-image{margin:0 0 40px}.lp-ebook-image img{border-radius:20px}.lp-support{padding:40px 0;background:var(--bg-color-grey-1);text-align:center}.lp-support h2{font-size:28px;color:var(--txt-color-black-2)}.lp-support p{font-size:19px;color:var(--txt-color-grey-1);line-height:1.75}.lp-support a{color:inherit;text-decoration:none;font-weight:600}.lp-mt{margin-top:100px}.lp-mb{margin-bottom:100px}}@media handheld,(max-width:1349px){.lp-header-image .pos-center{width:100%}.lp-content .content,.lp-content .written-content{font-size:1rem;line-height:1.6;color:var(--txt-color-grey-1)}.expandable .lp-content .content,.expandable .lp-content .written-content{font-size:1rem}.lp-content .content b,.lp-content .written-content b{color:#696969}.lp-image.mt{margin-top:2rem}.lp-image.mb{margin-bottom:2rem}.image-description{font-size:.75rem;line-height:1.5;color:var(--txt-color-grey-1)}.image-description.c{text-align:center}.lp-image-box-radius{margin:0 0 2rem}.lp-image-box-radius .pos-center{width:90%}.lp-image-box-radius img{border-radius:20px}.lp-ebook-image{margin:0 0 2rem}.lp-ebook-image .pos-center{width:100%}.lp-ebook-image img{border-radius:20px}.lp-form.sp{padding-top:.5rem}.lp-form .rpt.section-head.big .title{padding-bottom:1.75rem}.lp-support{padding:2rem 0;background:var(--bg-color-grey-1);text-align:center}.lp-support h2{font-size:1.5rem;color:var(--txt-color-black-2)}.lp-support p{font-size:1rem;color:var(--txt-color-grey-1);line-height:1.75}.lp-support a{color:inherit;text-decoration:none;font-weight:600}.lp-mt{margin-top:3rem}.lp-mb{margin-bottom:3rem}}@media (min-width:1350px){.company-info{background:#f4f4f4;padding:100px 0 120px}.company-info .logo-box{margin-bottom:30px}.company-info .logo-box img{max-height:60px}.company-info .text-info{margin:30px 0;font-size:20px;color:var(--txt-color-black-2);line-height:1.5}.company-info .text-cols{font-size:17px;color:var(--txt-color-black-2);line-height:1.5}.company-info .text-cols .col{display:inline-block;width:calc(25% - 20px);padding-right:15px;vertical-align:top}.company-info .col-title{margin-bottom:7px;font-size:19px;font-weight:600;color:var(--txt-color-black-1)}}@media handheld,(max-width:1349px){.company-info{background:#f4f4f4;padding:4rem 0 4.5rem}.company-info .logo-box{margin-bottom:2rem}.company-info .logo-box img{max-height:45px}.company-info .text-info{margin:2rem 0;font-size:1.1rem;color:var(--txt-color-black-2);line-height:1.5}.company-info .text-cols{font-size:1rem;color:var(--txt-color-black-2);line-height:1.5}.company-info .text-cols .col{display:block}.company-info .text-cols .col:not(:last-child){margin-bottom:1.5rem}.company-info .col-title{margin-bottom:10px;font-size:1.1rem;font-weight:600;color:var(--txt-color-black-1)}}@media (min-width:1350px){.realizations .realizations-baners{font-size:0;text-align:center}.realizations .realizations-baners a,.realizations .realizations-baners img{display:inline-block}.realizations .realizations-baners a{width:calc(49% - 20px);margin:10px}.realizations .realizations-baners img{width:100%;border-radius:30px}}@media handheld,(max-width:1349px){.realizations .realizations-baners{font-size:0}.realizations .realizations-baners a,.realizations .realizations-baners img{display:block}.realizations .realizations-baners a{width:100%;margin:1.5rem 0}.realizations .realizations-baners a:first-child{margin-top:0}.realizations .realizations-baners a:last-child{margin-bottom:0}.realizations .realizations-baners img{width:100%;border-radius:15px}}@media (min-width:1350px){.error-page{text-align:center}.error-page .error-background{display:block;height:350px;margin:-100px 0 -50px;background:url(../img/error.gif) no-repeat;background-size:contain;background-position:center}.error-page .error-code{padding:0;margin:0 0 30px;font-size:80px}.error-page .error-message.big{font-size:35px}.error-page .error-message.small{margin-top:15px;font-size:20px}.error-page .action-box{margin-top:50px}}@media handheld,(max-width:1349px){.error-page{text-align:center}.error-page .error-background{display:block;height:350px;margin:-100px 0 -80px;background:url(../img/error.gif) no-repeat;background-size:contain;background-position:center}.error-page .error-code{padding:0;margin:0 0 1rem;font-size:5rem}.error-page .error-message.big{font-size:1.3rem;line-height:1.65}.error-page .error-message.small{margin-top:1rem;font-size:1rem;line-height:1.5}.error-page .action-box{margin-top:2rem}}@media (min-width:1350px){.TheSebaCookiesMessage{position:fixed;bottom:10px;left:15px;right:15px;z-index:9999;max-width:1000px;margin:0 auto;padding:22px 80px 20px 30px;background:var(--main-color);box-sizing:border-box;border-radius:10px;-webkit-box-shadow:0 0 50px 0 rgba(0,0,0,.35);box-shadow:0 0 50px 0 rgba(0,0,0,.35)}.TheSebaCookiesMessage .message-close{position:absolute;top:15px;right:20px;display:block;width:40px;height:40px;cursor:pointer}.TheSebaCookiesMessage .message-close:after,.TheSebaCookiesMessage .message-close:before{content:"";position:absolute;top:50%;display:block;width:100%;height:2px;background:#fff}.TheSebaCookiesMessage .message-close:before{transform:translateY(-50%) rotate(45deg)}.TheSebaCookiesMessage .message-close:after{transform:translateY(-50%) rotate(-45deg)}.TheSebaCookiesMessage a{color:#fff}.TheSebaCookiesMessage .message-title{font-size:17px;font-weight:600;color:#fff}.TheSebaCookiesMessage .message-message{margin-top:7px;font-size:13px;font-weight:400;line-height:1.5;color:#fff}}@media handheld,(max-width:1349px){.TheSebaCookiesMessage{position:fixed;bottom:0;left:0;right:0;z-index:9999;width:100%;margin:0 auto;padding:1.5rem 3.5rem 1.5rem 1.5rem;background:var(--main-color);box-sizing:border-box}.TheSebaCookiesMessage .message-close{position:absolute;top:.5rem;right:.5rem;display:block;width:2.5rem;height:2.5rem;cursor:pointer}.TheSebaCookiesMessage .message-close:after,.TheSebaCookiesMessage .message-close:before{content:"";position:absolute;top:50%;display:block;width:100%;height:2px;background:#fff}.TheSebaCookiesMessage .message-close:before{transform:translateY(-50%) rotate(45deg)}.TheSebaCookiesMessage .message-close:after{transform:translateY(-50%) rotate(-45deg)}.TheSebaCookiesMessage a{color:#fff}.TheSebaCookiesMessage .message-title{font-size:17px;font-weight:600;color:#fff}.TheSebaCookiesMessage .message-message{margin-top:7px;font-size:13px;font-weight:400;line-height:1.5;color:#fff}}@media (min-width:1350px){.lista-wymaganych-dokumentow h3{font-size:24px;line-height:1.45}.lista-wymaganych-dokumentow ul{padding-inline-start:18px}}@media handheld,(max-width:1349px){.lista-wymaganych-dokumentow h3{font-size:1.25em;line-height:1.45}.lista-wymaganych-dokumentow ul{padding-inline-start:18px}}body.hidden-scroll{overflow:hidden}.sl-overlay{position:fixed;left:0;right:0;top:0;bottom:0;background:#000;opacity:.9;display:none;z-index:1050}.sl-wrapper{z-index:1040}.sl-wrapper button{border:0 none;background:0 0;font-size:28px;padding:0;cursor:pointer}.sl-wrapper button:hover{opacity:.7}.sl-wrapper .sl-close{display:none;position:fixed;right:30px;top:30px;z-index:1060;margin-top:-14px;margin-right:-14px;height:44px;width:44px;line-height:44px;font-family:Arial,Baskerville,monospace;color:#fff;font-size:3rem}.sl-wrapper .sl-close:focus{outline:0}.sl-wrapper .sl-counter{display:none;position:fixed;top:30px;left:30px;z-index:1060;color:#fff;font-size:1rem}.sl-wrapper .sl-navigation{width:100%;display:none}.sl-wrapper .sl-navigation button{position:fixed;top:50%;margin-top:-22px;height:44px;width:22px;line-height:44px;text-align:center;display:block;z-index:1060;font-family:Arial,Baskerville,monospace;color:#fff}.sl-wrapper .sl-navigation button.sl-next{right:5px;font-size:2rem}.sl-wrapper .sl-navigation button.sl-prev{left:5px;font-size:2rem}.sl-wrapper .sl-navigation button:focus{outline:0}@media (min-width:35.5em){.sl-wrapper .sl-navigation button{width:44px}.sl-wrapper .sl-navigation button.sl-next{right:10px;font-size:3rem}.sl-wrapper .sl-navigation button.sl-prev{left:10px;font-size:3rem}}@media (min-width:50em){.sl-wrapper .sl-navigation button{width:44px}.sl-wrapper .sl-navigation button.sl-next{right:20px;font-size:3rem}.sl-wrapper .sl-navigation button.sl-prev{left:20px;font-size:3rem}}.sl-wrapper .sl-image{position:fixed;-ms-touch-action:none;touch-action:none;z-index:10000}.sl-wrapper .sl-image img{margin:0;padding:0;display:block;border:0 none}@media (min-width:35.5em){.sl-wrapper .sl-image img{border:0 none}}@media (min-width:50em){.sl-wrapper .sl-image img{border:0 none}}.sl-wrapper .sl-image iframe{background:#000;border:0 none}@media (min-width:35.5em){.sl-wrapper .sl-image iframe{border:0 none}}@media (min-width:50em){.sl-wrapper .sl-image iframe{border:0 none}}.sl-wrapper .sl-image .sl-caption{display:none;padding:10px;color:#fff;background:rgba(0,0,0,.8);font-size:1rem;position:absolute;bottom:0;left:0;right:0}.sl-wrapper .sl-image .sl-caption.pos-top{bottom:auto;top:0}.sl-wrapper .sl-image .sl-caption.pos-outside{bottom:auto}.sl-wrapper .sl-image .sl-download{display:none;position:absolute;bottom:5px;right:5px;color:#fff;z-index:1060}.sl-spinner{display:none;border:5px solid #333;border-radius:40px;height:40px;left:50%;margin:-20px 0 0 -20px;opacity:0;position:fixed;top:50%;width:40px;z-index:1007;-webkit-animation:pulsate 1s ease-out infinite;-moz-animation:pulsate 1s ease-out infinite;-ms-animation:pulsate 1s ease-out infinite;-o-animation:pulsate 1s ease-out infinite;animation:pulsate 1s ease-out infinite}.sl-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@-webkit-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-moz-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-o-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-ms-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}