@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap");body{display:flex;flex-direction:column;font-family:Kumbh Sans,sans-serif;height:100%;justify-content:space-between;min-height:100vh}body.no-scroll-overflow{overflow:hidden;padding-right:17px}body .btn{border:none;border-radius:50px;box-shadow:none!important;font-size:16px;font-weight:700;padding:16px 35px;position:relative;text-transform:none;transition:all .5s}body .btn.btn-default{background:#9a1b26;color:#fff}body .btn.btn-default:hover{background:#6f131b}body .btn.btn-white{background:#fff;color:#9a1b26}body .btn.btn-white:hover{background:hsla(0,0%,100%,.8)}body .btn:has(img),body .btn:has(svg){align-items:center;display:inline-flex}body .btn:has(img) img,body .btn:has(img) svg,body .btn:has(svg) img,body .btn:has(svg) svg{fill:#fff;height:20px;margin-right:10px;transition:all .5s;width:20px}body .btn.btn-border{background:#fff;border:2px solid #9a1b26;color:#111212}body .btn.btn-border svg{fill:#9a1b26}body .btn.btn-border:hover{background:#9a1b26;color:#fff}body .btn.btn-border:hover svg{fill:#fff}body .btn.btn-small{font-size:14px;padding:10px 20px 8px}body .btn-video{align-items:center;display:inline-flex}body .btn-video .icon{align-items:center;background:#9a1b26;border-radius:50%;display:flex;height:50px;justify-content:center;width:50px}body .btn-video .icon img,body .btn-video .icon svg{fill:#fff;height:20px;width:20px}body .btn-video span{color:#111212;font-size:16px;font-weight:700;margin-left:12px;transition:all .5s}body .btn-video:hover span{color:#9a1b26}body h1,body h2,body h3,body h4,body h5,body h6,body ol,body p,body ul{margin:0;padding:0}body a{text-decoration:none!important}.intro{align-items:center;background:#111212;display:flex;height:100%;justify-content:center;padding:0;position:fixed;top:50%;transform:translateY(-50%);transition:all 1s;width:100%;z-index:2222}.intro svg{fill:#fff;height:80px;transition:all 1s}.intro svg.hidden{opacity:0}.intro svg.position{opacity:0;transform:translateY(-40px)}.intro p{bottom:calc(25% - 65px);color:#fff;font-size:18px;font-weight:500;left:50%;letter-spacing:.3em;position:absolute;text-align:center;text-transform:uppercase;transform:translate(-50%,-50%);transition:all 1s}.intro p.hidden{opacity:0;transform:translate(-50%,40px)}.intro.hidden{opacity:0;pointer-events:none;visibility:hidden}.tooltip .tooltip-arrow:before{border-top-color:#fff!important}.tooltip .tooltip-inner{background:#fff;border-radius:15px;color:#111212!important;padding:30px}.tooltip .tooltip-inner h2{color:#9a1b26;font-size:16px;font-weight:800;text-transform:uppercase}.dark-tooltip .tooltip-inner{background:#000;color:#fff!important;padding:15px}.dark-tooltip .tooltip-arrow:before{border-top-color:#000!important}.pointer-dot{cursor:pointer;height:49.5px;position:absolute;transform:translate(-50%,-50%);width:49.5px}.pointer-dot .dot-border{animation:pulsate 1.5s ease-out;animation-iteration-count:infinite;background:#fff;height:45px;opacity:.5;width:45px}.pointer-dot .dot-border,.pointer-dot .dot-inner{background:#9a1b26;border-radius:50%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) scale(1)}.pointer-dot .dot-inner{box-shadow:0 0 15px 4px hsla(0,0%,100%,.9);height:18px;transition:all .5s;width:18px}.pointer-dot .dot-content{height:100%;position:relative;width:100%}.pointer-dot:hover .dot-inner{height:34px;width:34px}.input-service{margin-top:15px}.input-service label{color:#111212;font-size:9px;font-weight:700;letter-spacing:1px;padding-left:0;text-align:left;text-transform:uppercase;width:100%}.input-service input,.input-service textarea{background:none;background:#fff;border:1px solid;border-color:#ddd #ddd #aaa;border-radius:8px;color:#111212;display:block;font-size:16px;font-weight:500;height:45px;padding:10px;transition:all .5s;width:100%}.input-service input:focus,.input-service textarea:focus{background:#fff;border-color:#9a1b26;box-shadow:none;outline:none}.input-service input.warning,.input-service textarea.warning{box-shadow:none}.input-service input::-moz-placeholder{font-size:13px;font-weight:500}.input-service input::placeholder{font-size:13px;font-weight:500}.input-service .value{align-items:center;border:none;color:#111212;display:block;display:flex;font-size:13px;font-weight:500;height:45px;width:100%}.input-service .input-alert{color:#dc3545;font-size:11px;margin-top:7px}.input-service .textarea-value{background:#f9f9f9;border-radius:2px;color:#111212;font-size:14px;font-weight:300;padding:15px}.input-service.white label{color:#fff}.input-service.white input{border-color:#fff}.input-service.service-alert label{color:#dc3545}.input-service.service-alert input,.input-service.service-alert textarea{border-color:#dc3545}.input-service textarea{height:100px}.select-wrapper{margin-top:15px}.select-wrapper label{color:#111212;font-size:9px;font-weight:700;letter-spacing:1px;padding-left:0;text-align:left;text-transform:uppercase;width:100%}.select-wrapper .select-inner{background:#fff;border:1px solid;border-color:#ddd #ddd #aaa;border-radius:8px;height:45px;overflow:hidden;position:relative;transition:all .5s}.select-wrapper .select-inner select{-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;color:#111212;cursor:pointer;display:block;font-size:16px;font-weight:500;height:45px;outline:none;padding:10px;width:100%}.select-wrapper .select-inner:has(select:focus){border-color:#9a1b26}.select-wrapper .select-inner svg{height:12px;max-width:12px;min-width:12px;position:absolute;right:8px;top:50%;transform:translateY(-50%) rotate(-90deg)}.select-wrapper .input-alert{color:#dc3545;font-size:11px;margin-top:7px}.select-wrapper.white label{color:#fff}.select-wrapper.service-alert label{color:#dc3545}.select-wrapper.service-alert .select-inner{border-color:#dc3545}.checkbox-wrapper{cursor:pointer;display:block;margin-top:20px;position:relative}.checkbox-wrapper .radio-box{display:flex;text-align:left}.checkbox-wrapper .radio-box p{color:#111212;font-size:13px;font-weight:500;margin-left:10px;margin-top:-2px}.checkbox-wrapper .radio-box p a{color:#9a1b26;text-decoration:underline}.checkbox-wrapper .radio-box .box-icon{border:1px solid #000;border-radius:20px;display:block;height:15px;max-width:30px;min-width:30px;position:relative;transition:all .5s}.checkbox-wrapper .radio-box .box-icon .icon-ball{background:#000;border-radius:50%;height:9px;left:3px;position:absolute;top:2px;transition:all .5s;width:9px}.checkbox-wrapper input{left:0;opacity:0;position:absolute;visibility:visible;width:auto!important}.checkbox-wrapper.white .radio-box p{color:#fff}.checkbox-wrapper.white .radio-box p a{color:inherit;text-decoration:underline!important}.checkbox-wrapper.white .radio-box .box-icon{border:1px solid #fff;opacity:.5}.checkbox-wrapper.white .radio-box .box-icon .icon-ball{background:#fff}.checkbox-wrapper.checkbox-alert .radio-box p{color:#dc3545}.checkbox-wrapper.checkbox-alert .radio-box .box-icon{border-color:#dc3545}.checkbox-wrapper+.checkbox-wrapper{margin-top:10px}.checkbox-wrapper>input:checked+.radio-box .box-icon{border-color:#9a1b26}.checkbox-wrapper>input:checked+.radio-box .box-icon .icon-ball{background:#9a1b26;left:16px}.checkbox-wrapper.white>input:checked+.radio-box .box-icon{border:1px solid #fff;opacity:1}.checkbox-wrapper.white>input:checked+.radio-box .box-icon .icon-ball{background:#fff}.checkbox-wrapper>input:focus-visible+.radio-box{outline:2px solid #000}@keyframes pulsate{0%{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(1.1)}to{transform:translate(-50%,-50%) scale(1)}}.header-menu{background:#fff;display:none;height:100%;left:0;opacity:0;overflow-y:scroll;pointer-events:none;position:fixed;top:0;transition:all .8s;visibility:hidden;width:100%;z-index:999}.header-menu .close-button{background:none;border:none;height:25px;outline:none;padding:0;position:absolute;right:50px;top:50px;transition:all .5s;width:25px;z-index:1}.header-menu .close-button img{width:100%}.header-menu .close-button:hover{transform:rotate(90deg)}.header-menu .menu-inner{align-items:center;display:flex;justify-content:center;min-height:100%;padding:50px 0;position:relative}.header-menu .menu-inner ul{align-items:center;display:flex;flex-direction:column}.header-menu .menu-inner ul li{position:relative;transition:all .8s}.header-menu .menu-inner ul li a,.header-menu .menu-inner ul li button{align-items:center;background:none;border:none;color:#111212;display:inline-flex;font-size:30px;font-weight:600;height:100%;outline:none;padding:0;transition:all .8s}.header-menu .menu-inner ul li.menu-point-animation{opacity:0;transform:translateY(-20px);visibility:hidden}.header-menu .menu-inner ul li+li{margin-top:25px}.header-menu.active{opacity:1;pointer-events:auto;visibility:visible}.header-menu-offer{background:#fff;display:none;height:100%;left:0;opacity:0;overflow-x:hidden;overflow-y:scroll;pointer-events:none;position:fixed;top:0;transition:all .8s;width:100%;z-index:999}.header-menu-offer .close-button{background:none;border:none;height:25px;left:50px;outline:none;padding:0;position:absolute;top:50px;transform:rotate(180deg);transition:all .5s;width:25px;z-index:111}.header-menu-offer .close-button img{width:100%}.header-menu-offer .menu-offer-inner{min-height:100%;padding-top:50px;position:relative}.header-menu-offer .menu-offer-inner .offer-item{background:#fff;padding:50px;position:relative}.header-menu-offer .menu-offer-inner .offer-item .item-heading{margin-bottom:30px;text-align:center}.header-menu-offer .menu-offer-inner .swiper-container .swiper-slide{min-height:100%}.header-menu-offer .menu-offer-inner .swiper-container .swiper-pagination{align-items:center;background:#fff;bottom:auto!important;display:flex;flex-direction:row;height:auto;margin:0;padding:50px 0 0;position:relative!important;transition:all .5s;white-space:nowrap}.header-menu-offer .menu-offer-inner .swiper-container .swiper-pagination .swiper-pagination-bullet{background:none;border-radius:0;display:flex;height:auto;justify-content:center;margin:0;opacity:.3!important;padding:0 30px;text-align:center;transition:all .5s;width:100%!important}.header-menu-offer .menu-offer-inner .swiper-container .swiper-pagination .swiper-pagination-bullet .name{color:#111212;font-size:32px;font-weight:500;position:relative}.header-menu-offer .menu-offer-inner .swiper-container .swiper-pagination .swiper-pagination-bullet-active{opacity:1!important}.header-menu-offer.active{opacity:1;pointer-events:auto;visibility:visible}.header-offer{background:#fff;display:block;height:100%;left:0;opacity:0;overflow:hidden;pointer-events:none;position:fixed;top:0;transition:all .8s;visibility:hidden;width:100%;z-index:999}.header-offer .close-button{background:none;border:none;height:25px;outline:none;padding:0;position:absolute;right:50px;top:50px;transition:all .5s;width:25px;z-index:1}.header-offer .close-button img{width:100%}.header-offer .close-button:hover{transform:rotate(90deg)}.header-offer .offer-background{background:linear-gradient(144deg,#fff,#e3e3e3);height:100%;left:0;position:absolute;top:0;width:100%}.header-offer .offer-inner{display:flex;justify-content:space-between;min-height:100%;position:relative}.header-offer .offer-inner .inner-sidebar{padding:50px 0 50px 100px;width:25%}.header-offer .offer-inner .inner-sidebar ul{display:flex;flex-direction:column;height:100%}.header-offer .offer-inner .inner-sidebar ul li{height:100%;position:relative;transition:all .8s}.header-offer .offer-inner .inner-sidebar ul li a{align-items:center;color:#111212;display:inline-flex;font-size:30px;font-weight:600;height:100%;transition:all .8s;white-space:nowrap}.header-offer .offer-inner .inner-sidebar ul li.active a{color:#9a1b26}.header-offer .offer-inner .inner-sidebar ul li.point-animation,.header-offer .offer-inner .inner-sidebar ul li.point-animation-backup{opacity:0;transform:translateY(-20px);visibility:hidden}.header-offer .offer-inner .inner-body{position:relative;width:75%}.header-offer .offer-inner .inner-body .body-service{height:100%;left:0;max-height:100%;opacity:0;overflow-y:auto;padding:110px 100px 90px;pointer-events:none;position:absolute;top:0;transition:all .5s;visibility:hidden;width:100%}.header-offer .offer-inner .inner-body .body-service .service-heading{align-items:center;display:flex;justify-content:space-between;margin-bottom:70px;opacity:1;transition:all .5s;visibility:visible}.header-offer .offer-inner .inner-body .body-service .service-heading .section-heading{width:100%}.header-offer .offer-inner .inner-body .body-service .service-heading .heading-cta{margin-left:100px;padding-top:30px}.header-offer .offer-inner .inner-body .body-service .service-heading .heading-cta .btn{white-space:nowrap}.header-offer .offer-inner .inner-body .body-service .service-heading.hidden{opacity:0;visibility:0}.header-offer .offer-inner .inner-body .body-service.active,.header-offer.active{opacity:1;visibility:visible}.header-offer.active,.header-offer.active .offer-inner .inner-body .body-service.active{pointer-events:auto}.offcanvas .offcanvas-header .offcanvas-title{color:#111212;font-weight:600;text-align:center;width:100%}.offcanvas-models{display:flex;justify-content:space-between}.offcanvas-models .model-service{text-align:center;width:23%}.offcanvas-models .model-service img{max-width:280px;width:100%}.offcanvas-models .model-service h3{color:#111212;font-size:26px;font-weight:700;line-height:40px;margin-top:15px;transition:all .5s}.offcanvas-models .model-service:hover h3{color:#9a1b26}.products-flexbox{align-items:flex-start;display:flex;flex-wrap:wrap;gap:30px 0;justify-content:space-between}.products-flexbox .product-service{background:none;border:none;outline:none;padding:0;transition:all .5s;width:21%}.products-flexbox .product-service .service-image img{mix-blend-mode:multiply;width:100%}.products-flexbox .product-service .service-name{color:#111212;display:block;font-size:12px;font-weight:600;letter-spacing:1px;margin-bottom:15px;margin-top:15px;text-align:center;text-transform:uppercase;transition:all .5s}.products-flexbox .product-service:hover .service-name{color:#9a1b26}.products-flexbox .product-service.hidden{opacity:0;visibility:0}.tiles-flexbox{align-items:flex-start;display:flex;flex-wrap:wrap;gap:30px 0;justify-content:space-between}.tiles-flexbox .flexbox-service{background:none;border:none;outline:none;padding:0;text-align:center;transition:all .5s;width:23%}.tiles-flexbox .flexbox-service .service-image{border-radius:4px;overflow:hidden;padding-top:100%;position:relative;width:100%}.tiles-flexbox .flexbox-service .service-image img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;top:0;width:100%}.tiles-flexbox .flexbox-service h3{color:#111212;font-size:18px;font-weight:700;margin-top:15px;transition:all .5s}.tiles-flexbox .flexbox-service.item-lower .item-image{padding-top:70%}.tiles-flexbox .flexbox-service.hidden{opacity:0;visibility:0}nav.section-header{left:0;position:fixed;top:0;transition:all .5s;width:100%;z-index:999}nav.section-header .header-flexbox{align-items:center;display:flex;justify-content:space-between;padding:40px 0;transition:all .5s}nav.section-header .header-flexbox .flexbox-logo img{height:28px;transition:all .5s}nav.section-header .header-flexbox .flexbox-nav{align-items:center;display:flex}nav.section-header .header-flexbox .flexbox-nav>*+*{margin-left:25px}nav.section-header .header-flexbox .flexbox-nav ul{align-items:center;display:flex}nav.section-header .header-flexbox .flexbox-nav ul li a,nav.section-header .header-flexbox .flexbox-nav ul li button{align-items:center;background:none;border:none;color:#111212;display:flex;font-size:16px;font-weight:700;outline:none;padding:0;position:relative;transition:all .5s}nav.section-header .header-flexbox .flexbox-nav ul li a img,nav.section-header .header-flexbox .flexbox-nav ul li a svg,nav.section-header .header-flexbox .flexbox-nav ul li button img,nav.section-header .header-flexbox .flexbox-nav ul li button svg{fill:#fff;height:20px;margin-right:10px}nav.section-header .header-flexbox .flexbox-nav ul li a.highlighted,nav.section-header .header-flexbox .flexbox-nav ul li button.highlighted{background:#9a1b26;border-radius:30px;color:#fff;font-size:15px;padding:7px 17px}nav.section-header .header-flexbox .flexbox-nav ul li+li{margin-left:25px}nav.section-header .header-flexbox .nav-button{align-items:flex-end;background:none;border:none;display:none;flex-direction:column;justify-content:center;outline:none;padding:0 10px;position:relative}nav.section-header .header-flexbox .nav-button .button-bar{background:#111212;height:3px;width:31px}nav.section-header .header-flexbox .nav-button .button-bar+.button-bar{margin-top:4px}nav.section-header .header-flexbox .nav-button .name{bottom:-17px;color:#111212;font-size:10px;font-weight:700;left:10px;margin-top:4px;position:absolute;text-align:center;text-transform:uppercase;transition:all .5s}nav.section-header .header-flexbox .nav-button:focus .button-bar,nav.section-header .header-flexbox .nav-button:hover .button-bar{width:30px!important}nav.section-header.scrolled{background:hsla(0,0%,100%,.9)}nav.section-header.scrolled .header-flexbox{padding:15px 0}nav.section-header.scrolled .header-flexbox .flexbox-logo img{height:22px}nav.section-header.scrolled .header-flexbox .nav-button .name{opacity:0}section.section-welcome{overflow:hidden;position:relative}section.section-welcome .welcome-item{position:relative}section.section-welcome .welcome-item .item-background{margin-left:26%;position:relative;width:74%}section.section-welcome .welcome-item .item-background .background-top{left:0;position:absolute;top:0;width:100%}section.section-welcome .welcome-item .item-background .background-image{width:100%}section.section-welcome .welcome-item .item-inner{padding-top:50px;position:absolute;right:0;text-align:center;top:50%;transform:translateY(-50%);width:74%;z-index:1l1}section.section-welcome .welcome-item .item-inner .inner-description h1,section.section-welcome .welcome-item .item-inner .inner-description h2,section.section-welcome .welcome-item .item-inner .inner-description h3{color:#fff;font-size:50px;font-weight:600}section.section-welcome .welcome-item .item-inner .inner-description h1+p,section.section-welcome .welcome-item .item-inner .inner-description h2+p,section.section-welcome .welcome-item .item-inner .inner-description h3+p{margin-top:10px}section.section-welcome .welcome-item .item-inner .inner-description p{color:#fff;font-size:20px;margin:0 auto;max-width:350px}section.section-welcome .welcome-item .item-inner .inner-description p+.btn{margin-top:20px}section.section-welcome .welcome-item.dark .item-inner .inner-description h1,section.section-welcome .welcome-item.dark .item-inner .inner-description h2,section.section-welcome .welcome-item.dark .item-inner .inner-description h3,section.section-welcome .welcome-item.dark .item-inner .inner-description p{color:#111212}section.section-welcome .swiper-container .swiper-pagination{background:#fff;bottom:0;display:flex;flex-direction:column;height:100%;justify-content:flex-end;left:0!important;margin:0;padding:50px 0 0 50px;position:absolute;width:26%!important}section.section-welcome .swiper-container .swiper-pagination .swiper-pagination-bullet{background:none;border-radius:0;display:flex;height:auto;margin:0;opacity:.3!important;padding:0;text-align:left;transition:all .5s;width:100%}section.section-welcome .swiper-container .swiper-pagination .swiper-pagination-bullet .number{color:#888;font-weight:800;margin-right:17px;padding-top:8px}section.section-welcome .swiper-container .swiper-pagination .swiper-pagination-bullet .name{padding-right:70px;position:relative;width:100%}section.section-welcome .swiper-container .swiper-pagination .swiper-pagination-bullet .name .headline{color:#111212;font-size:28px;font-weight:700;transition:all .5s}section.section-welcome .swiper-container .swiper-pagination .swiper-pagination-bullet .name .description{font-size:14px;margin-top:10px;max-height:0;overflow:hidden;transition:all 1s}section.section-welcome .swiper-container .swiper-pagination .swiper-pagination-bullet .name:before{background:#9a1b26;content:"";height:0;position:absolute;right:0;top:0;transition:all .5s;width:6px}section.section-welcome .swiper-container .swiper-pagination .swiper-pagination-bullet+.swiper-pagination-bullet{margin-top:35px}section.section-welcome .swiper-container .swiper-pagination .swiper-pagination-bullet-active{opacity:1!important}section.section-welcome .swiper-container .swiper-pagination .swiper-pagination-bullet-active .name .headline{color:#9a1b26}section.section-welcome .swiper-container .swiper-pagination .swiper-pagination-bullet-active .name .description{max-height:200px}section.section-welcome .swiper-container .swiper-pagination .swiper-pagination-bullet-active .name:before{height:100%}section.section-welcome .swiper-welcome-mobile{display:none}.section-heading{color:#111212}.section-heading .backlink{align-items:center;background:none;border:none;display:flex;margin-bottom:15px;outline:none;padding:0}.section-heading .backlink img,.section-heading .backlink svg{fill:#111212;height:13px;margin-right:12px;opacity:.5;transform:rotate(180deg);transition:all .5s}.section-heading .backlink span{color:#111212;font-weight:500;margin-bottom:0;transition:all .5s}.section-heading .backlink:hover img,.section-heading .backlink:hover svg{fill:#9a1b26;opacity:1}.section-heading .backlink:hover span{color:#9a1b26;opacity:1}.section-heading span{display:block;font-size:14px;font-weight:400;letter-spacing:1px;margin-bottom:15px;opacity:.5;text-transform:uppercase}.section-heading h1,.section-heading h2{font-size:36px;font-weight:700;line-height:52px}.section-heading li,.section-heading p{font-size:16px;font-weight:300;line-height:27px}.section-heading li b,.section-heading li strong,.section-heading p b,.section-heading p strong{font-weight:700}.section-heading li{padding-left:17px;position:relative}.section-heading li:before{color:#9a1b26;content:"+";font-size:20px;font-weight:700;left:0;position:absolute;top:-2px}.section-heading ul{list-style:none}.section-heading.white{color:#fff}.section-heading.white .backlink img,.section-heading.white .backlink svg{fill:#fff}.section-heading.white .backlink span{color:#fff}.dynamic-text-wrapper{color:#111212}.dynamic-text-wrapper h1{font-size:36px;font-weight:700;line-height:52px}.dynamic-text-wrapper h2{font-size:32.4px;font-weight:700;line-height:46.8px}.dynamic-text-wrapper h3{font-size:28.8px;font-weight:700;line-height:41.6px}.dynamic-text-wrapper h4{font-size:25.2px;font-weight:700;line-height:36.4px}.dynamic-text-wrapper h5{font-size:21.6px;font-weight:700;line-height:31.2px}.dynamic-text-wrapper h6{font-size:18px;font-weight:700;line-height:26px}.dynamic-text-wrapper li,.dynamic-text-wrapper p{font-size:16px;font-weight:300;line-height:27px}.dynamic-text-wrapper li b,.dynamic-text-wrapper li strong,.dynamic-text-wrapper p b,.dynamic-text-wrapper p strong{font-weight:700}.dynamic-text-wrapper li{padding-left:17px;position:relative}.dynamic-text-wrapper li:before{color:#9a1b26;content:"+";font-size:20px;font-weight:700;left:0;position:absolute;top:-2px}.dynamic-text-wrapper ul{list-style:none}.dynamic-text-wrapper.white{color:#fff}.dynamic-text-wrapper.white .backlink img,.dynamic-text-wrapper.white .backlink svg{fill:#fff}.dynamic-text-wrapper.white .backlink span{color:#fff}section.section-offer{margin-top:150px}section.section-offer .offer-inner{background:#9a1b26;border-radius:0 6px 0 0}section.section-offer .offer-inner.bottom-border-radius{border-radius:0 0 6px 6px}section.section-offer .offer-inner .inner-heading{display:flex;padding:100px 50px;position:relative}section.section-offer .offer-inner .inner-heading:before{background:#9a1b26;content:"";height:200%;left:0;position:absolute;top:0;transform:translateX(-100%);width:1000px}section.section-offer .offer-inner .inner-heading .section-heading{max-width:450px;min-width:450px}section.section-offer .offer-inner .inner-heading .heading-description{margin-left:100px;margin-top:47px}section.section-offer .offer-inner .inner-heading .heading-description p{color:#fff;font-size:16px;font-weight:300;line-height:27px}section.section-offer .offer-inner .inner-navigation{padding:15px 50px 0}section.section-offer .offer-inner .inner-navigation .nav-tabs{border:none;margin:0}section.section-offer .offer-inner .inner-navigation .nav-tabs .nav-item .nav-link{background:none;border:none;border-radius:3px 3px 0 0;color:#fff;font-size:12px;font-weight:600;letter-spacing:.5px;margin:0;outline:none;padding:20px 15px;text-transform:uppercase}section.section-offer .offer-inner .inner-navigation .nav-tabs .nav-item .nav-link:hover{background:rgba(0,0,0,.25)}section.section-offer .offer-inner .inner-navigation .nav-tabs .nav-item .nav-link.active{background:rgba(0,0,0,.5)}section.section-offer .offer-inner .tab-content{background:none}section.section-offer .offer-inner .tab-content .tab-pane{border-radius:6px 0 6px 6px;height:620px;overflow:hidden;position:relative}section.section-offer .offer-inner .tab-content .tab-pane .btn-absolute{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}section.section-offer .offer-inner .tab-content .tab-pane .pane-image{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:bottom center;object-position:bottom center;width:100%}section.section-offer .offer-inner .tab-content .tab-pane .tiles-flexbox-wrapper{align-items:center;background:linear-gradient(144deg,#fff,#e3e3e3);display:flex;flex-direction:column;height:100%;justify-content:center;padding:50px}section.section-offer .offer-inner .tab-content .tab-pane .tiles-flexbox-wrapper .section-heading{margin-bottom:50px}section.section-offer .offer-inner .tab-content .tab-pane .tiles-flexbox-wrapper .tiles-flexbox{width:100%}section.section-offer .offer-inner .tab-content .tab-pane .pane-tiles{display:flex;height:100%}section.section-offer .offer-inner .tab-content .tab-pane .pane-tiles .tile-service{align-items:center;display:flex;justify-content:center;overflow:hidden;position:relative;transition:all .5s;width:100%}section.section-offer .offer-inner .tab-content .tab-pane .pane-tiles .tile-service img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:bottom center;object-position:bottom center;position:absolute;top:0;width:100%}section.section-offer .offer-inner .tab-content .tab-pane .pane-tiles .tile-service .service-name{color:#fff;font-size:28px;font-weight:700;position:relative;text-shadow:0 0 15px #000;transform:rotate(-90deg);white-space:nowrap}section.section-offer .offer-inner .tab-content .tab-pane .pane-tiles .tile-service:not(:last-child):before{background:linear-gradient(270deg,#000,transparent);content:"";display:block;height:100%;opacity:.35;position:absolute;right:0;top:0;width:100px;z-index:1}section.section-offer .offer-inner .tab-content .tab-pane .pane-tiles .tile-service:hover{width:120%}section.section-offer .offer-inner .inner-carousel{display:none}section.section-offer .offer-inner .inner-carousel .full-width-item{text-align:center}section.section-offer .offer-inner .inner-carousel .full-width-item .item-image{border-radius:4px;overflow:hidden;padding-top:100%;position:relative;width:100%}section.section-offer .offer-inner .inner-carousel .full-width-item .item-image img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;top:0;width:100%}section.section-offer .offer-inner .inner-carousel .full-width-item h3{color:#fff;font-size:26px;font-weight:700;line-height:40px;margin-top:15px;transition:all .5s}section.section-offer .offer-inner .inner-carousel .full-width-item.item-lower .item-image{padding-top:70%}section.section-offer .offer-inner .inner-carousel .swiper-outer-wrapper{padding:0 100px;position:relative}section.section-offer .offer-inner .inner-carousel .swiper{width:100%}section.section-offer .offer-inner .inner-carousel .swiper .swiper-slide{height:auto!important;width:auto}section.section-offer .offer-inner .inner-carousel .swiper-navigation-wrapper{align-items:center;display:flex;justify-content:space-between;left:0;padding:0 25px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);width:100%;z-index:222}section.section-offer .offer-inner .inner-carousel .swiper-button-next-full-width,section.section-offer .offer-inner .inner-carousel .swiper-button-prev-full-width{background-color:#eee;background-image:url(../img/pictures/right-chevron.svg);background-position:50%;background-repeat:no-repeat;background-size:30%;border-radius:4px;height:50px;left:auto;margin:0;pointer-events:auto;position:relative;right:auto;top:auto;transition:all .5s;width:50px}section.section-offer .offer-inner .inner-carousel .swiper-button-next-full-width:after,section.section-offer .offer-inner .inner-carousel .swiper-button-prev-full-width:after{content:none}section.section-offer .offer-inner .inner-carousel .swiper-button-next-full-width:hover,section.section-offer .offer-inner .inner-carousel .swiper-button-prev-full-width:hover{background-color:#fff}section.section-offer .offer-inner .inner-carousel .swiper-button-prev-full-width{transform:rotate(180deg)}section.section-distributor{margin-top:150px;overflow:hidden;position:relative}section.section-distributor .distributor-map{bottom:0;left:0;position:absolute;width:62%}section.section-distributor .distributor-inner{display:flex;justify-content:space-between;padding-bottom:150px;padding-right:250px;position:relative}section.section-distributor .distributor-inner .inner-background{background:#9a1b26;border-radius:6px 0 0 0;height:50%;position:absolute;right:0;top:0;transform:translateX(100%);width:100%}section.section-distributor .distributor-inner .inner-image{border-radius:6px;overflow:hidden;padding-top:58%;position:relative;width:40%}section.section-distributor .distributor-inner .inner-image img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;top:0;width:100%}section.section-distributor .distributor-inner .inner-description{width:50%}section.section-distributor .distributor-inner .inner-description .btn{margin-top:50px}section.section-cta{background:#9a1b26;padding:100px 0}section.section-cta .cta-inner{display:flex;justify-content:center}section.section-cta .cta-inner .inner-form{margin-left:100px;width:700px}section.section-cta .cta-inner .inner-form .btn{margin-top:30px}section.oferta-section-content .content-welcome{display:flex;margin-top:116px;overflow:hidden;transition:all 1s}section.oferta-section-content .content-welcome .welcome-description{align-items:center;background:#fff;display:flex;padding:120px 50px;transition:all 1s;width:31%;z-index:111}section.oferta-section-content .content-welcome .welcome-description>*{opacity:1;transition:all 1s}section.oferta-section-content .content-welcome .welcome-description.width{padding-left:0;padding-right:0;width:0}section.oferta-section-content .content-welcome .welcome-description.opacity>*{opacity:0}section.oferta-section-content .content-welcome .welcome-gallery{border-radius:6px 0 0 0;overflow:hidden;transition:all 1s;width:69%}section.oferta-section-content .content-welcome .welcome-gallery .welcome-item{position:relative}section.oferta-section-content .content-welcome .welcome-gallery .welcome-item .item-background{height:calc(100vh - 181px);position:relative;transition:all 1s}section.oferta-section-content .content-welcome .welcome-gallery .welcome-item .item-background .background-top{left:0;opacity:0;position:absolute;top:0;transition:all 2.5s;width:100%}section.oferta-section-content .content-welcome .welcome-gallery .welcome-item .item-background .background-image-desktop{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}section.oferta-section-content .content-welcome .welcome-gallery .welcome-item .item-background .background-image-mobile{display:none;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}section.oferta-section-content .content-welcome .welcome-gallery.width{width:100%}section.oferta-section-content .content-welcome .welcome-gallery.width .welcome-item .item-background{height:calc(100vh - 116px)}section.oferta-section-content .content-welcome .welcome-gallery.width .welcome-item .item-background .background-top{opacity:1}section.oferta-section-content .content-product-welcome{align-items:center;display:flex;margin-top:116px;min-height:calc(100vh - 181px);overflow:hidden;transition:all 1s}section.oferta-section-content .content-product-welcome .welcome-description{align-items:center;display:flex;padding:120px 50px;transition:all 1s;width:31%;z-index:111}section.oferta-section-content .content-product-welcome .welcome-description .heading-inner{margin-bottom:20px}section.oferta-section-content .content-product-welcome .welcome-description>*{opacity:1;transition:all 1s}section.oferta-section-content .content-product-welcome .welcome-description.width{padding-left:0;padding-right:0;width:0}section.oferta-section-content .content-product-welcome .welcome-description.opacity>*{opacity:0}section.oferta-section-content .content-product-welcome .welcome-products{display:flex;flex-wrap:wrap;padding:0 50px 50px 0;width:69%}section.oferta-section-content .content-product-welcome .welcome-products-carousel{display:none;overflow:hidden;width:100%}section.oferta-section-content .content-product-welcome .product-item{position:relative;transition:all .8s;width:50%}section.oferta-section-content .content-product-welcome .product-item .item-image{display:inline-block;position:relative}section.oferta-section-content .content-product-welcome .product-item .item-image img{height:270px}section.oferta-section-content .content-product-welcome .product-item .item-name{bottom:5px;color:#111212;font-size:13px;left:-20px;opacity:.5;position:absolute;transform:rotate(-90deg);transform-origin:left top}section.oferta-section-content .content-product-welcome .product-item.hidden{opacity:0}section.oferta-section-content .content-product-welcome .swiper{padding-left:50px}section.oferta-section-content .content-product-welcome .swiper .swiper-slide{width:auto}section.oferta-section-content .content-product-welcome .swiper .swiper-slide .product-item{width:100%}section.oferta-section-content .content-accessories-welcome{align-items:center;display:flex;justify-content:space-between;margin-top:116px;overflow:hidden;padding:100px 50px;transition:all 1s}section.oferta-section-content .content-accessories-welcome .welcome-description{transition:all 1s;width:50%}section.oferta-section-content .content-accessories-welcome .welcome-description.opacity{opacity:0}section.oferta-section-content .content-accessories-welcome .welcome-image{transition:all 1s;width:40%}section.oferta-section-content .content-accessories-welcome .welcome-image img{height:100%}section.oferta-section-content .content-accessories-welcome .welcome-image.opacity{opacity:0}section.oferta-section-content .content-outer-wrapper{opacity:1;position:relative;transition:all 1s}section.oferta-section-content .content-outer-wrapper.opacity{opacity:0}section.oferta-section-content .content-navigation{align-items:center;background:#9a1b26;display:flex;height:65px;justify-content:space-between;left:0;padding:0 50px;position:sticky;top:66.5px;width:100%;z-index:555}section.oferta-section-content .content-navigation .backlink{align-items:center;background:none;border:none;display:flex;outline:none;padding:0}section.oferta-section-content .content-navigation .backlink img,section.oferta-section-content .content-navigation .backlink svg{fill:#fff;height:13px;margin-right:12px;transform:rotate(180deg)}section.oferta-section-content .content-navigation .backlink span{color:#fff;font-size:10px;font-weight:500;letter-spacing:3px;line-height:14px;text-transform:uppercase}section.oferta-section-content .content-navigation nav{height:100%}section.oferta-section-content .content-navigation nav ul{align-items:center;display:flex;height:100%;margin-left:50px}section.oferta-section-content .content-navigation nav ul li{height:100%}section.oferta-section-content .content-navigation nav ul li.heading{align-items:center;color:#fff;display:flex;font-size:16px;font-weight:700;opacity:.5}section.oferta-section-content .content-navigation nav ul li a,section.oferta-section-content .content-navigation nav ul li button{align-items:center;background:none;border:none;color:#fff;display:flex;font-size:16px;font-weight:700;height:100%;outline:none;padding:0;position:relative;transition:all .5s;white-space:nowrap}section.oferta-section-content .content-navigation nav ul li a:after,section.oferta-section-content .content-navigation nav ul li button:after{border:1px solid #fff;bottom:5px;content:"";height:1px;left:0;opacity:0;position:absolute;transition:all .5s;width:0}section.oferta-section-content .content-navigation nav ul li a img,section.oferta-section-content .content-navigation nav ul li a svg,section.oferta-section-content .content-navigation nav ul li button img,section.oferta-section-content .content-navigation nav ul li button svg{fill:#fff;height:20px;margin-right:10px}section.oferta-section-content .content-navigation nav ul li a.active,section.oferta-section-content .content-navigation nav ul li button.active{background:none}section.oferta-section-content .content-navigation nav ul li a.active:after,section.oferta-section-content .content-navigation nav ul li button.active:after{opacity:1;width:100%}section.oferta-section-content .content-navigation nav ul li .divider{height:16px;opacity:.5;width:1px}section.oferta-section-content .content-navigation nav ul li+li{margin-left:25px}section.oferta-section-content .content-buttons-navigation{background:#9a1b26;display:flex;justify-content:space-between;left:0;padding:5px 50px;position:sticky;top:66.5px;width:100%;z-index:555}section.oferta-section-content .content-buttons-navigation .navigation-heading{color:#fff;font-size:13px;font-weight:500;margin-top:5px;opacity:.8;white-space:nowrap}section.oferta-section-content .content-buttons-navigation nav{margin-left:10px}section.oferta-section-content .content-buttons-navigation nav ul{align-items:center;display:flex;transition:all .5s}section.oferta-section-content .content-buttons-navigation nav ul li{margin:3px}section.oferta-section-content .content-buttons-navigation nav ul li a,section.oferta-section-content .content-buttons-navigation nav ul li button{align-items:center;background:none;background:hsla(0,0%,100%,.2);border:none;color:#fff;display:flex;font-size:13px;font-weight:600;height:100%;outline:none;padding:3px 10px;position:relative;transition:all .5s;white-space:nowrap}section.oferta-section-content .content-buttons-navigation nav ul li a img,section.oferta-section-content .content-buttons-navigation nav ul li a svg,section.oferta-section-content .content-buttons-navigation nav ul li button img,section.oferta-section-content .content-buttons-navigation nav ul li button svg{fill:#fff;height:20px;margin-right:10px}section.oferta-section-content .content-buttons-navigation nav ul li a:hover,section.oferta-section-content .content-buttons-navigation nav ul li button:hover{background:hsla(0,0%,100%,.3)}section.oferta-section-content .content-buttons-navigation nav ul li a.active,section.oferta-section-content .content-buttons-navigation nav ul li button.active{background:#fff;color:#9a1b26}section.oferta-section-content .content-buttons-navigation nav ul li .divider{height:16px;opacity:.5;width:1px}section.oferta-section-content .content-inner-wrapper>*{padding:120px 0;scroll-margin-top:120px}section.oferta-section-content .content-inner-wrapper>.background,section.oferta-section-content .content-inner-wrapper>:nth-child(2n){background:linear-gradient(144deg,#fff,#e3e3e3)}section.oferta-section-content .content-products{position:relative}section.oferta-section-content .content-products .section-heading-wrapper{align-items:center;display:flex;justify-content:space-between}section.oferta-section-content .content-products .section-heading-wrapper .heading-view-mode{align-items:center;display:flex}section.oferta-section-content .content-products .section-heading-wrapper .heading-view-mode span{color:#111212;font-size:14px;letter-spacing:1px;margin-right:20px}section.oferta-section-content .content-products .section-heading-wrapper .heading-view-mode .mode-button{background:none;border:none;border-radius:3px;padding:10px;transition:all .5s}section.oferta-section-content .content-products .section-heading-wrapper .heading-view-mode .mode-button img,section.oferta-section-content .content-products .section-heading-wrapper .heading-view-mode .mode-button svg{fill:#111212;height:25px;transition:all .5s;width:25px}section.oferta-section-content .content-products .section-heading-wrapper .heading-view-mode .mode-button.active{background:#9a1b26}section.oferta-section-content .content-products .section-heading-wrapper .heading-view-mode .mode-button.active svg{fill:#fff}section.oferta-section-content .content-products .model-item{align-items:center;display:flex;justify-content:space-between;padding-left:50px;pointer-events:none}section.oferta-section-content .content-products .model-item .item-image{padding-top:40%;position:relative;width:55%}section.oferta-section-content .content-products .model-item .item-image .image-main{border-radius:6px;height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}section.oferta-section-content .content-products .model-item .item-image .image-main img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}section.oferta-section-content .content-products .model-item .item-image .image-additional{bottom:20px;height:45%;position:absolute;right:0;transform:translateX(80%)}section.oferta-section-content .content-products .model-item .item-description{width:35%}section.oferta-section-content .content-products .model-item .item-description .description-image{display:block;width:60%}section.oferta-section-content .content-products .model-item .item-description .description-name{font-size:26px;font-weight:700;line-height:40px;margin-top:50px}section.oferta-section-content .content-products .model-item .item-description .btn{margin-top:25px;pointer-events:auto}section.oferta-section-content .content-products .products-carousel{margin-top:80px}section.oferta-section-content .content-products .products-carousel .swiper{padding:0 75px;width:100%}section.oferta-section-content .content-products .products-carousel .swiper .swiper-slide{height:auto!important}section.oferta-section-content .content-products .products-carousel .swiper .swiper-navigation-wrapper{align-items:center;display:flex;justify-content:space-between;left:0;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);width:100%;z-index:222!important}section.oferta-section-content .content-products .products-carousel .swiper .swiper-button-next,section.oferta-section-content .content-products .products-carousel .swiper .swiper-button-prev{background-color:#eee;background-image:url(../img/pictures/right-chevron.svg);background-position:50%;background-repeat:no-repeat;background-size:30%;border-radius:4px;height:50px;left:auto;margin:0;pointer-events:auto;position:relative;right:auto;top:auto;transition:all .5s;width:50px}section.oferta-section-content .content-products .products-carousel .swiper .swiper-button-next:after,section.oferta-section-content .content-products .products-carousel .swiper .swiper-button-prev:after{content:none}section.oferta-section-content .content-products .products-carousel .swiper .swiper-button-next:hover,section.oferta-section-content .content-products .products-carousel .swiper .swiper-button-prev:hover{background-color:#9a1b26;background-image:url(../img/pictures/right-chevron-white.svg)}section.oferta-section-content .content-products .products-carousel .swiper .swiper-button-prev{transform:rotate(180deg)}section.oferta-section-content .content-products .products-carousel.hidden{display:none}section.oferta-section-content .content-products .products-flexbox{margin-top:80px}section.oferta-section-content .content-products .products-flexbox.hidden{display:none}section.oferta-section-content .content-products+.content-text-products-carousel{margin-top:50px}section.oferta-section-content .content-text-products-carousel{padding:0}section.oferta-section-content .content-text-products-carousel .section-inner{align-items:center;display:flex;justify-content:space-between;position:relative}section.oferta-section-content .content-text-products-carousel .section-inner .inner-image-absolute{bottom:0;height:calc(100% + 25px);left:35%;position:absolute}section.oferta-section-content .content-text-products-carousel .section-inner .inner-description{width:30%}section.oferta-section-content .content-text-products-carousel .section-inner .inner-carousel{overflow:hidden;width:45%}section.oferta-section-content .content-text-products-carousel .section-inner .inner-carousel .carousel-product{align-items:center;display:flex}section.oferta-section-content .content-text-products-carousel .section-inner .inner-carousel .carousel-product .product-image{width:30%}section.oferta-section-content .content-text-products-carousel .section-inner .inner-carousel .carousel-product .product-image img{width:100%}section.oferta-section-content .content-text-products-carousel .section-inner .inner-carousel .carousel-product .product-description{color:#111212;padding-left:40px;width:70%}section.oferta-section-content .content-text-products-carousel .section-inner .inner-carousel .carousel-product .product-description h3{font-size:26px;font-weight:700;line-height:40px}section.oferta-section-content .content-text-products-carousel .section-inner .inner-carousel .carousel-product .product-description li,section.oferta-section-content .content-text-products-carousel .section-inner .inner-carousel .carousel-product .product-description p{font-size:16px;font-weight:300;line-height:27px;position:relative}section.oferta-section-content .content-text-products-carousel .section-inner .inner-carousel .carousel-product .product-description li{padding-left:17px}section.oferta-section-content .content-text-products-carousel .section-inner .inner-carousel .carousel-product .product-description li:before{color:#9a1b26;content:"+";font-size:20px;font-weight:700;left:0;position:absolute;top:-2px}section.oferta-section-content .content-text-products-carousel .section-inner .inner-carousel .carousel-product .product-description ul{list-style:none}section.oferta-section-content .content-text-products-carousel .section-inner .inner-carousel .swiper{padding:100px 0;width:100%}section.oferta-section-content .content-text-products-carousel .section-inner .inner-carousel .swiper .swiper-slide{height:auto!important}section.oferta-section-content .content-text-products-carousel .section-inner .inner-carousel .swiper .swiper-navigation-wrapper{align-items:center;bottom:0;display:flex;justify-content:center;margin-top:40px;position:absolute;right:0}section.oferta-section-content .content-text-products-carousel .section-inner .inner-carousel .swiper .swiper-button-next,section.oferta-section-content .content-text-products-carousel .section-inner .inner-carousel .swiper .swiper-button-prev{background-color:#fff;background-image:url(../img/pictures/right-chevron.svg);background-position:50%;background-repeat:no-repeat;background-size:30%;border-radius:0 4px 0 0;height:50px;left:auto;margin:0;position:relative;right:auto;top:auto;transition:all .5s;width:50px}section.oferta-section-content .content-text-products-carousel .section-inner .inner-carousel .swiper .swiper-button-next:after,section.oferta-section-content .content-text-products-carousel .section-inner .inner-carousel .swiper .swiper-button-prev:after{content:none}section.oferta-section-content .content-text-products-carousel .section-inner .inner-carousel .swiper .swiper-button-next:hover,section.oferta-section-content .content-text-products-carousel .section-inner .inner-carousel .swiper .swiper-button-prev:hover{background-color:#9a1b26;background-image:url(../img/pictures/right-chevron-white.svg)}section.oferta-section-content .content-text-products-carousel .section-inner .inner-carousel .swiper .swiper-button-prev{border-radius:0 0 4px 0;transform:rotate(180deg)}section.oferta-section-content .content-carousel-full-width .section-inner{margin-top:80px}section.oferta-section-content .content-carousel-full-width .section-inner .full-width-item{text-align:center}section.oferta-section-content .content-carousel-full-width .section-inner .full-width-item .item-image{border-radius:4px;overflow:hidden;padding-top:100%;position:relative;width:100%}section.oferta-section-content .content-carousel-full-width .section-inner .full-width-item .item-image img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;top:0;width:100%}section.oferta-section-content .content-carousel-full-width .section-inner .full-width-item h3{color:#111212;font-size:26px;font-weight:700;line-height:40px;margin-top:15px;transition:all .5s}section.oferta-section-content .content-carousel-full-width .section-inner .full-width-item.item-lower .item-image{padding-top:70%}section.oferta-section-content .content-carousel-full-width .section-inner .full-width-item:hover h3{color:#9a1b26}section.oferta-section-content .content-carousel-full-width .section-inner .swiper-outer-wrapper{padding:0 100px;position:relative}section.oferta-section-content .content-carousel-full-width .section-inner .swiper{width:100%}section.oferta-section-content .content-carousel-full-width .section-inner .swiper .swiper-slide{height:auto!important;width:auto}section.oferta-section-content .content-carousel-full-width .section-inner .swiper-navigation-wrapper{align-items:center;display:flex;justify-content:space-between;left:0;padding:0 25px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);width:100%;z-index:222}section.oferta-section-content .content-carousel-full-width .section-inner .swiper-button-next-full-width,section.oferta-section-content .content-carousel-full-width .section-inner .swiper-button-prev-full-width{background-color:#eee;background-image:url(../img/pictures/right-chevron.svg);background-position:50%;background-repeat:no-repeat;background-size:30%;border-radius:4px;height:50px;left:auto;margin:0;pointer-events:auto;position:relative;right:auto;top:auto;transition:all .5s;width:50px}section.oferta-section-content .content-carousel-full-width .section-inner .swiper-button-next-full-width:after,section.oferta-section-content .content-carousel-full-width .section-inner .swiper-button-prev-full-width:after{content:none}section.oferta-section-content .content-carousel-full-width .section-inner .swiper-button-next-full-width:hover,section.oferta-section-content .content-carousel-full-width .section-inner .swiper-button-prev-full-width:hover{background-color:#9a1b26;background-image:url(../img/pictures/right-chevron-white.svg)}section.oferta-section-content .content-carousel-full-width .section-inner .swiper-button-prev-full-width{transform:rotate(180deg)}section.oferta-section-content .content-text-accordion .section-inner{display:flex;justify-content:space-between}section.oferta-section-content .content-text-accordion .section-inner .inner-description{width:30%}section.oferta-section-content .content-text-accordion .section-inner .inner-accordion{overflow:hidden;width:62%}section.oferta-section-content .content-text-accordion .section-inner .inner-accordion .recommendation-item{text-align:center}section.oferta-section-content .content-text-accordion .section-inner .inner-accordion .recommendation-item .item-image{border-radius:4px;overflow:hidden;padding-top:65%;position:relative;width:100%}section.oferta-section-content .content-text-accordion .section-inner .inner-accordion .recommendation-item .item-image img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;top:0;width:100%}section.oferta-section-content .content-text-accordion .section-inner .inner-accordion .recommendation-item h3{color:#9a1b26;font-size:16px;font-weight:800;margin-top:15px;text-transform:uppercase}section.oferta-section-content .content-text-accordion .section-inner .inner-accordion .recommendation-item p{color:#111212;font-size:16px;margin-top:10px}section.oferta-section-content .content-text-accordion .section-inner .inner-accordion .recommendation-item:hover h3{color:#9a1b26}section.oferta-section-content .content-text-accordion .section-inner .inner-accordion .accordion{margin:0}section.oferta-section-content .content-text-accordion .section-inner .inner-accordion .accordion .accordion-item{background:none;border:none}section.oferta-section-content .content-text-accordion .section-inner .inner-accordion .accordion .accordion-item .accordion-header .accordion-button{background:#fff;border-radius:4px;box-shadow:none;color:#111212;font-size:22px;font-weight:700;line-height:40px}section.oferta-section-content .content-text-accordion .section-inner .inner-accordion .accordion .accordion-item .accordion-header .accordion-button.collapsed{background:hsla(0,0%,100%,.3)}section.oferta-section-content .content-text-accordion .section-inner .inner-accordion .accordion .accordion-item .accordion-body{padding:50px 0;position:relative}section.oferta-section-content .content-text-accordion .section-inner .inner-accordion .accordion .accordion-item+.accordion-item{margin-top:5px}section.oferta-section-content .content-text-accordion .section-inner .inner-accordion .accordion .accordion-item:last-child .accordion-body{padding-bottom:0}section.oferta-section-content .content-text-accordion .section-inner .inner-accordion .swiper-outer-wrapper{padding:0 75px}section.oferta-section-content .content-text-accordion .section-inner .inner-accordion .swiper-outer-wrapper .swiper{width:100%}section.oferta-section-content .content-text-accordion .section-inner .inner-accordion .swiper-outer-wrapper .swiper .swiper-slide{height:auto!important;width:auto}section.oferta-section-content .content-text-accordion .section-inner .inner-accordion .swiper-navigation-wrapper{align-items:center;display:flex;justify-content:space-between;left:0;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);width:100%;z-index:222}section.oferta-section-content .content-text-accordion .section-inner .inner-accordion .swiper-button-next-recommendation,section.oferta-section-content .content-text-accordion .section-inner .inner-accordion .swiper-button-prev-recommendation{background-color:#fff;background-image:url(../img/pictures/right-chevron.svg);background-position:50%;background-repeat:no-repeat;background-size:30%;border-radius:4px;height:50px;left:auto;margin:0;pointer-events:auto;position:relative;right:auto;top:auto;transition:all .5s;width:50px}section.oferta-section-content .content-text-accordion .section-inner .inner-accordion .swiper-button-next-recommendation:after,section.oferta-section-content .content-text-accordion .section-inner .inner-accordion .swiper-button-prev-recommendation:after{content:none}section.oferta-section-content .content-text-accordion .section-inner .inner-accordion .swiper-button-next-recommendation:hover,section.oferta-section-content .content-text-accordion .section-inner .inner-accordion .swiper-button-prev-recommendation:hover{background-color:#9a1b26;background-image:url(../img/pictures/right-chevron-white.svg)}section.oferta-section-content .content-text-accordion .section-inner .inner-accordion .swiper-button-prev-recommendation{transform:rotate(180deg)}section.oferta-section-content .content-cta{padding-top:150px}section.oferta-section-content .content-cta .cta-inner{display:flex;justify-content:space-between}section.oferta-section-content .content-cta .cta-inner .inner-service{background:#fff;border-radius:6px;box-shadow:0 20px 45px 0 rgba(154,27,38,.05);padding-bottom:50px;text-align:center;width:30%}section.oferta-section-content .content-cta .cta-inner .inner-service .service-image{margin-top:-100px;transition:all .5s;width:100%}section.oferta-section-content .content-cta .cta-inner .inner-service h3{color:#111212;font-size:26px;font-weight:700;line-height:40px;position:relative}section.oferta-section-content .content-cta .cta-inner .inner-service h3:after{background:#9a1b26;border-radius:5px;bottom:-30px;content:"";height:9px;left:50%;position:absolute;transform:translateX(-50%);transition:all .5s;width:50px}section.oferta-section-content .content-cta .cta-inner .inner-service:hover .service-image{transform:scale(1.05)}section.oferta-section-content .content-cta .cta-inner .inner-service:hover h3:after{width:75px}section.oferta-section-content .content-full-width-parallax-image{padding:0!important;position:relative}section.oferta-section-content .content-full-width-parallax-image .section-heading{left:50px;position:absolute;top:50px}section.oferta-section-content .content-full-width-parallax-image .image-inner{min-height:100vh}section.oferta-section-content .content-text-photo{display:flex;justify-content:space-between;padding:50px;scroll-margin-top:120px}section.oferta-section-content .content-text-photo .photo-service{border-radius:6px;overflow:hidden;width:45%}section.oferta-section-content .content-text-photo .photo-service img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}section.oferta-section-content .content-text-photo .text-service{display:flex;flex-direction:column;justify-content:center;min-height:80vh;padding:100px 0;width:45%}section.oferta-section-content .content-text-photo .text-service .btn-video{margin-top:50px}section.oferta-section-content .content-text-photo:nth-child(2n){flex-direction:row-reverse}section.o-firmie-section-content .content-welcome{display:flex;overflow:hidden}section.o-firmie-section-content .content-welcome .welcome-image{border-radius:0 0 6px 0;min-height:100vh;overflow:hidden;position:relative;transition:all 1s;width:50%}section.o-firmie-section-content .content-welcome .welcome-image .image-cover{left:0;position:absolute;top:0;width:100%}section.o-firmie-section-content .content-welcome .welcome-image .image-inner{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}section.o-firmie-section-content .content-welcome .welcome-image.width{border-radius:0;width:100%}section.o-firmie-section-content .content-welcome .welcome-description{display:flex;flex-direction:column;justify-content:center;max-height:100vh;padding:180px 100px 100px;transition:all 1s;width:50%}section.o-firmie-section-content .content-welcome .welcome-description .btn{margin-top:50px}section.o-firmie-section-content .content-welcome .welcome-description.width{padding-left:0;padding-right:0;width:0}section.o-firmie-section-content .content-welcome .welcome-description.opacity{opacity:0}section.o-firmie-section-content .content-technology{padding:150px 0}section.o-firmie-section-content .content-technology .section-heading{margin:0 auto;max-width:900px}section.o-firmie-section-content .content-technology .technology-flexbox{display:flex;margin-top:80px}section.o-firmie-section-content .content-technology .technology-flexbox .flexbox-service{text-align:center;width:100%}section.o-firmie-section-content .content-technology .technology-flexbox .flexbox-service img{width:70px}section.o-firmie-section-content .content-technology .technology-flexbox .flexbox-service .name{color:#111212;font-size:19px;font-weight:700;margin-top:25px}section.o-firmie-section-content .content-full-width-parallax-image .image-inner{padding:300px 0}section.o-firmie-section-content .content-about{background:linear-gradient(144deg,#fff,#e3e3e3);padding:150px 0}section.o-firmie-section-content .content-about .about-inner{display:flex;justify-content:space-between}section.o-firmie-section-content .content-about .about-inner .inner-description{width:55%}section.o-firmie-section-content .content-about .about-inner .inner-sidebar{width:35%}section.o-firmie-section-content .content-video{padding:150px 0 0}section.o-firmie-section-content .content-video .section-heading{margin-bottom:50px}section.o-firmie-section-content .content-video .video-inner{border-radius:6px;overflow:hidden;padding-top:55%;position:relative;width:100%}section.o-firmie-section-content .content-video .video-inner iframe{height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;top:0;width:100%}section.dla-dystrybutorow-section-content .content-welcome-wrapper{overflow:hidden;position:relative}section.dla-dystrybutorow-section-content .content-welcome-wrapper .welcome-background{bottom:0;height:41%;left:0;opacity:.45;position:absolute}section.dla-dystrybutorow-section-content .content-welcome-wrapper .content-welcome{display:flex;justify-content:space-between;padding-bottom:80px;padding-top:150px;position:relative}section.dla-dystrybutorow-section-content .content-welcome-wrapper .content-welcome .welcome-description{padding-top:100px;transition:all 1s;width:35%}section.dla-dystrybutorow-section-content .content-welcome-wrapper .content-welcome .welcome-description .btn{margin-top:50px}section.dla-dystrybutorow-section-content .content-welcome-wrapper .content-welcome .welcome-app{align-items:flex-start;display:flex;justify-content:space-between;transition:all 1s;width:60%}section.dla-dystrybutorow-section-content .content-welcome-wrapper .content-welcome .welcome-app .app-image{width:32%}section.dla-dystrybutorow-section-content .content-welcome-wrapper .content-welcome .welcome-app .app-image img{width:100%}section.dla-dystrybutorow-section-content .content-welcome-wrapper .content-welcome .welcome-app .app-description{padding-top:100px;width:60%}section.dla-dystrybutorow-section-content .content-welcome-wrapper .content-welcome .welcome-app .app-description .btn{margin-top:50px}section.dla-dystrybutorow-section-content .content-advantages{background:#9a1b26}section.dla-dystrybutorow-section-content .content-advantages .advantages-inner{padding:70px 0}section.dla-dystrybutorow-section-content .content-advantages .advantages-inner .section-heading{margin:0 auto;max-width:900px}section.dla-dystrybutorow-section-content .content-cooperation{display:flex;justify-content:space-between;position:relative}section.dla-dystrybutorow-section-content .content-cooperation .cooperation-body{display:flex;justify-content:space-between;transition:all 1s;width:70%}section.dla-dystrybutorow-section-content .content-cooperation .cooperation-body .body-image{position:relative;width:40%}section.dla-dystrybutorow-section-content .content-cooperation .cooperation-body .body-image img{bottom:0;height:90%;position:absolute;right:50px}section.dla-dystrybutorow-section-content .content-cooperation .cooperation-body .body-description{padding:100px 0;width:60%}section.dla-dystrybutorow-section-content .content-cooperation .cooperation-body .body-description .btn{margin-top:50px}section.dla-dystrybutorow-section-content .content-cooperation .cooperation-sidebar{padding:100px 0;width:25%}section.dla-dystrybutorow-section-content .content-cooperation .cooperation-sidebar .heading{color:#111212;font-size:21.6px;font-weight:700;line-height:31.2px}section.dla-dystrybutorow-section-content .content-cooperation .cooperation-sidebar .sidebar-download{margin-top:30px}section.dla-dystrybutorow-section-content .content-cooperation .cooperation-sidebar .sidebar-download li a{align-items:center;background:#f1f1f1;border-radius:6px;color:#111212;display:flex;font-weight:600;transition:all .5s}section.dla-dystrybutorow-section-content .content-cooperation .cooperation-sidebar .sidebar-download li a .icon{align-items:center;display:flex;height:40px;justify-content:center;max-width:40px;min-width:40px}section.dla-dystrybutorow-section-content .content-cooperation .cooperation-sidebar .sidebar-download li a .icon img,section.dla-dystrybutorow-section-content .content-cooperation .cooperation-sidebar .sidebar-download li a .icon svg{fill:#9a1b26;height:20px;width:20px}section.dla-dystrybutorow-section-content .content-cooperation .cooperation-sidebar .sidebar-download li a span{font-size:16px;transition:all .5s}section.dla-dystrybutorow-section-content .content-cooperation .cooperation-sidebar .sidebar-download li a:hover{background:#ddd}section.dla-dystrybutorow-section-content .content-cooperation .cooperation-sidebar .sidebar-download li a:hover span{color:#9a1b26}section.dla-dystrybutorow-section-content .content-cooperation .cooperation-sidebar .sidebar-download li+li{margin-top:10px}section.centrum-pomocy-section-content .content-heading{padding:150px 50px 0}section.centrum-pomocy-section-content .content-heading .heading-inner{align-items:flex-start;display:flex;justify-content:space-between;padding-bottom:20px}section.centrum-pomocy-section-content .content-heading .heading-inner .inner-buttons{align-items:center;display:flex}section.centrum-pomocy-section-content .content-heading .heading-inner .inner-buttons .heading{color:#111212;font-size:18px;font-weight:600;margin-right:35px}section.centrum-pomocy-section-content .content-heading .heading-inner .inner-buttons .button-service{background:#f1f1f1;border-radius:10px;color:#111212;font-weight:600;padding:15px 30px;transition:all .5s}section.centrum-pomocy-section-content .content-heading .heading-inner .inner-buttons .button-service+.button-service{margin-left:10px}section.centrum-pomocy-section-content .content-heading .heading-inner .inner-buttons .button-service:hover{background:#ddd}section.centrum-pomocy-section-content .content-heading .heading-inner .inner-buttons .button-service.active{background:#9a1b26;color:#fff}section.centrum-pomocy-section-content .content-heading .heading-inner .section-heading{text-align:center}section.centrum-pomocy-section-content .content-heading .heading-inner .section-heading span{margin-bottom:0;margin-top:5px}section.centrum-pomocy-section-content .content-heading .heading-navigation{border-bottom:1px solid #ddd;display:flex}section.centrum-pomocy-section-content .content-heading .heading-navigation ul{display:flex;margin-left:-20px}section.centrum-pomocy-section-content .content-heading .heading-navigation ul li{padding:0 20px}section.centrum-pomocy-section-content .content-heading .heading-navigation ul li a,section.centrum-pomocy-section-content .content-heading .heading-navigation ul li button{background:none;border:none;color:#111212;display:block;font-size:14px;font-weight:600;outline:none;padding:0 0 20px;transition:all .5s}section.centrum-pomocy-section-content .content-heading .heading-navigation ul li a.active,section.centrum-pomocy-section-content .content-heading .heading-navigation ul li button.active{border-bottom:3px solid #9a1b26;color:#9a1b26}section.centrum-pomocy-section-content .content-outer-wrapper{padding:50px 50px 100px}section.centrum-pomocy-section-content .content-outer-wrapper.background{background:linear-gradient(144deg,#fff,#e3e3e3);padding-bottom:50px}section.centrum-pomocy-section-content .section-heading+.content-map-legend{margin-top:30px}section.centrum-pomocy-section-content .content-map-legend{display:flex;flex-wrap:wrap;gap:15px 30px;justify-content:center;margin-bottom:25px;margin-top:-25px}section.centrum-pomocy-section-content .content-map-legend .legend-service{align-items:center;display:flex}section.centrum-pomocy-section-content .content-map-legend .legend-service img{height:35px}section.centrum-pomocy-section-content .content-map-legend .legend-service span{color:#111212;font-size:14px;font-weight:600;margin-left:7px}section.centrum-pomocy-section-content .content-map{height:80vh}section.centrum-pomocy-section-content .content-map .map-service{border-radius:6px;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}section.centrum-pomocy-section-content .content-map .map-service .gm-style-iw button{right:-2px!important;top:-3px!important}section.centrum-pomocy-section-content .content-map .map-service .gm-style-iw button span{height:17px!important;width:17px!important}section.centrum-pomocy-section-content .content-map .map-service .gm-style-iw-d{font-size:15px!important}section.centrum-pomocy-section-content .content-map .map-service .gm-style-iw-d a{color:#9a1b26;font-weight:700}section.centrum-pomocy-section-content .content-dynamic-page{display:flex;justify-content:space-between}section.centrum-pomocy-section-content .content-dynamic-page .page-body{width:800px}section.centrum-pomocy-section-content .content-dynamic-page .page-sidebar{width:350px}section.centrum-pomocy-section-content .content-dynamic-page .page-sidebar .heading{color:#111212;font-size:21.6px;font-weight:700;line-height:31.2px}section.centrum-pomocy-section-content .content-dynamic-page .page-sidebar .sidebar-download{margin-top:30px}section.centrum-pomocy-section-content .content-dynamic-page .page-sidebar .sidebar-download li a{align-items:center;background:#f1f1f1;border-radius:6px;color:#111212;display:flex;font-weight:600;transition:all .5s}section.centrum-pomocy-section-content .content-dynamic-page .page-sidebar .sidebar-download li a .icon{align-items:center;display:flex;height:40px;justify-content:center;max-width:40px;min-width:40px}section.centrum-pomocy-section-content .content-dynamic-page .page-sidebar .sidebar-download li a .icon img,section.centrum-pomocy-section-content .content-dynamic-page .page-sidebar .sidebar-download li a .icon svg{fill:#9a1b26;height:20px;width:20px}section.centrum-pomocy-section-content .content-dynamic-page .page-sidebar .sidebar-download li a span{font-size:16px;transition:all .5s}section.centrum-pomocy-section-content .content-dynamic-page .page-sidebar .sidebar-download li a:hover{background:#ddd}section.centrum-pomocy-section-content .content-dynamic-page .page-sidebar .sidebar-download li a:hover span{color:#9a1b26}section.centrum-pomocy-section-content .content-dynamic-page .page-sidebar .sidebar-download li+li{margin-top:10px}section.centrum-pomocy-section-content .content-centered-wrapper{margin:0 auto;max-width:500px;padding:50px 0 100px}section.centrum-pomocy-section-content .content-centered-wrapper.wider{max-width:650px}section.centrum-pomocy-section-content .content-catalogs{display:flex;flex-wrap:wrap;justify-content:center}section.centrum-pomocy-section-content .content-catalogs .catalog-service{position:relative;text-align:center;width:33.3333333333%}section.centrum-pomocy-section-content .content-catalogs .catalog-service img{width:100%}section.centrum-pomocy-section-content .content-catalogs .catalog-service h3{color:#111212;font-size:26px;font-weight:700;line-height:40px;transition:all .5s}section.centrum-pomocy-section-content .content-catalogs .catalog-service span{bottom:-30px;color:#9a1b26;font-size:14px;font-weight:400;left:50%;letter-spacing:1px;opacity:0;pointer-events:none;position:absolute;text-transform:uppercase;transform:translateX(-50%);transition:all .5s}section.centrum-pomocy-section-content .content-catalogs .catalog-service:hover h3{transform:translateY(-30px)}section.centrum-pomocy-section-content .content-catalogs .catalog-service:hover span{bottom:0;opacity:1}section.centrum-pomocy-section-content .content-download .heading{color:#111212;font-size:21.6px;font-weight:700;line-height:31.2px;margin-bottom:50px}section.centrum-pomocy-section-content .content-download ul li a{align-items:center;background:#fff;border:1px solid #ddd;border-radius:6px;color:#111212;display:flex;font-weight:600;gap:20px;justify-content:space-between;padding:25px 25px 25px 70px;position:relative;transition:all .5s}section.centrum-pomocy-section-content .content-download ul li a .icon{align-items:center;display:flex;height:calc(100% + 30px);justify-content:center;left:-60px;position:absolute;top:-15px}section.centrum-pomocy-section-content .content-download ul li a .icon img,section.centrum-pomocy-section-content .content-download ul li a .icon svg{height:100%}section.centrum-pomocy-section-content .content-download ul li a .download{align-items:center;background:#9a1b26;border-radius:5px;display:flex;height:40px;justify-content:center;max-width:40px;min-width:40px}section.centrum-pomocy-section-content .content-download ul li a .download img,section.centrum-pomocy-section-content .content-download ul li a .download svg{fill:#fff;height:20px;width:20px}section.centrum-pomocy-section-content .content-download ul li a span{font-size:16px;overflow:hidden;text-overflow:ellipsis;transition:all .5s;white-space:nowrap}section.centrum-pomocy-section-content .content-download ul li a:hover{background:#f1f1f1}section.centrum-pomocy-section-content .content-download ul li a:hover span{color:#9a1b26}section.centrum-pomocy-section-content .content-download ul li+li{margin-top:40px}section.centrum-pomocy-section-content .content-opinions{padding-top:20px}section.centrum-pomocy-section-content .content-opinions .opinion-service .stars{height:50px}section.centrum-pomocy-section-content .content-opinions .opinion-service .service-source{align-items:center;display:flex;margin-top:20px}section.centrum-pomocy-section-content .content-opinions .opinion-service .service-source img{height:35px}section.centrum-pomocy-section-content .content-opinions .opinion-service .service-source span{color:#111212;font-size:14px;margin-left:10px}section.centrum-pomocy-section-content .content-opinions .opinion-service+.opinion-service{margin-top:70px}section.centrum-pomocy-section-content .content-realizations{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:-40px}section.centrum-pomocy-section-content .content-realizations .realization-service{margin-top:50px;text-align:center;width:17%}section.centrum-pomocy-section-content .content-realizations .realization-service .service-image{border-radius:4px;overflow:hidden;padding-top:100%;position:relative;width:100%}section.centrum-pomocy-section-content .content-realizations .realization-service .service-image img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;top:0;width:100%}section.centrum-pomocy-section-content .content-realizations .realization-service h3{color:#111212;font-size:22px;font-weight:700;margin-top:15px;transition:all .5s}section.centrum-pomocy-section-content .content-realizations .realization-service:hover h3{color:#9a1b26}section.centrum-pomocy-section-content .content-realizations .realization-service.service-hidden{margin:0;opacity:0;padding:0;visibility:hidden}section.centrum-pomocy-section-content .content-faq{display:flex;justify-content:space-between;padding:50px 50px 100px}section.centrum-pomocy-section-content .content-faq.subpage-padding{background:linear-gradient(144deg,#fff,#e3e3e3);padding-top:100px}section.centrum-pomocy-section-content .content-faq .faq-wrapper{width:50%}section.centrum-pomocy-section-content .content-faq .faq-wrapper .heading{color:#111212;font-size:36px;font-weight:700;line-height:52px;margin-bottom:30px}section.centrum-pomocy-section-content .content-faq .faq-wrapper .accordion{margin:0}section.centrum-pomocy-section-content .content-faq .faq-wrapper .accordion .accordion-item{background:none;border:none}section.centrum-pomocy-section-content .content-faq .faq-wrapper .accordion .accordion-item .accordion-header .accordion-button{background:#f7f7f7;border-radius:4px;box-shadow:none;color:#9a1b26;font-size:22px;font-weight:700;line-height:40px}section.centrum-pomocy-section-content .content-faq .faq-wrapper .accordion .accordion-item .accordion-header .accordion-button.collapsed{background:#f7f7f7;color:#111212}section.centrum-pomocy-section-content .content-faq .faq-wrapper .accordion .accordion-item .accordion-body{padding:25px 0;position:relative}section.centrum-pomocy-section-content .content-faq .faq-wrapper .accordion .accordion-item+.accordion-item{margin-top:5px}section.centrum-pomocy-section-content .content-faq .faq-wrapper .accordion .accordion-item:last-child .accordion-body{padding-bottom:0}section.centrum-pomocy-section-content .content-faq .faq-form{width:35%}section.centrum-pomocy-section-content .content-faq .faq-form .form-inner .heading{color:#111212;font-size:21.6px;font-weight:700;line-height:31.2px;margin-bottom:36px;margin-top:15px}section.centrum-pomocy-section-content .content-faq .faq-form .form-inner .inner-service{background:#f7f7f7;border-radius:6px;padding:15px 30px 30px}section.centrum-pomocy-section-content .content-faq .faq-form .form-inner .inner-service .btn{margin-top:30px}section.centrum-pomocy-section-content .hidden-gallery-wrapper{display:none}section.centrum-pomocy-section-content .buttons-wrapper{margin-top:50px}section.kontakt-section-content .content-inner{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:150px;padding:0 50px 100px}section.kontakt-section-content .content-inner .inner-border{border-top:1px solid #ddd;margin-bottom:50px;width:100%}section.kontakt-section-content .content-inner .inner-wrapper{position:relative;width:50%;z-index:1}section.kontakt-section-content .content-inner .inner-wrapper .heading{color:#111212;font-size:36px;font-weight:700;line-height:52px;margin-bottom:30px}section.kontakt-section-content .content-inner .inner-wrapper .contact-list{margin-top:10px}section.kontakt-section-content .content-inner .inner-wrapper .contact-list li a{align-items:center;background:none;border:none;color:#111212;display:flex;font-size:16px;font-weight:700;outline:none;padding:0;position:relative;transition:all .5s}section.kontakt-section-content .content-inner .inner-wrapper .contact-list li a img,section.kontakt-section-content .content-inner .inner-wrapper .contact-list li a svg{fill:#111212;height:20px;margin-right:10px}section.kontakt-section-content .content-inner .inner-wrapper .contact-list li a:hover{color:#9a1b26}section.kontakt-section-content .content-inner .inner-wrapper .contact-list li a:hover img,section.kontakt-section-content .content-inner .inner-wrapper .contact-list li a:hover svg{fill:#9a1b26}section.kontakt-section-content .content-inner .inner-wrapper .contact-list li+li{margin-top:5px}section.kontakt-section-content .content-inner .inner-wrapper .wrapper-details{border-radius:4px;box-shadow:none;color:#111212;margin-bottom:5px;padding:0 0 40px}section.kontakt-section-content .content-inner .inner-wrapper .wrapper-details .name{font-size:22px;font-weight:700;line-height:40px}section.kontakt-section-content .content-inner .inner-wrapper .accordion{margin:0}section.kontakt-section-content .content-inner .inner-wrapper .accordion .accordion-item{background:none;border:none}section.kontakt-section-content .content-inner .inner-wrapper .accordion .accordion-item .accordion-header .accordion-button{background:#f7f7f7;border-radius:4px;box-shadow:none;color:#9a1b26;font-size:22px;font-weight:700;line-height:40px}section.kontakt-section-content .content-inner .inner-wrapper .accordion .accordion-item .accordion-header .accordion-button.collapsed{background:#f7f7f7;color:#111212}section.kontakt-section-content .content-inner .inner-wrapper .accordion .accordion-item .accordion-body{padding:25px 0;position:relative}section.kontakt-section-content .content-inner .inner-wrapper .accordion .accordion-item .accordion-body .contact-cards{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:-3%}section.kontakt-section-content .content-inner .inner-wrapper .accordion .accordion-item .accordion-body .contact-cards .card-service{background:hsla(0,0%,100%,.9);border:1px solid #ddd;border-radius:6px;margin-top:3%;padding:15px;width:48.5%}section.kontakt-section-content .content-inner .inner-wrapper .accordion .accordion-item .accordion-body .contact-cards .card-service .service-icon img,section.kontakt-section-content .content-inner .inner-wrapper .accordion .accordion-item .accordion-body .contact-cards .card-service .service-icon svg{fill:#9a1b26;height:30px;width:30px}section.kontakt-section-content .content-inner .inner-wrapper .accordion .accordion-item .accordion-body .contact-cards .card-service .service-inner .name{color:#111212;font-size:20px;font-weight:700;margin-top:5px}section.kontakt-section-content .content-inner .inner-wrapper .accordion .accordion-item .accordion-body .contact-cards .card-service .service-inner .job{color:#111212;font-size:13px}section.kontakt-section-content .content-inner .inner-wrapper .accordion .accordion-item+.accordion-item{margin-top:5px}section.kontakt-section-content .content-inner .inner-wrapper .accordion .accordion-item:last-child .accordion-body{padding-bottom:0}section.kontakt-section-content .content-inner .inner-form{position:relative;width:35%}section.kontakt-section-content .content-inner .inner-form .form-image{bottom:-50px;left:25px;position:absolute;transform:translateX(-100%);width:700px}section.kontakt-section-content .content-inner .inner-form .form-inner .heading{color:#111212;font-size:21.6px;font-weight:700;line-height:31.2px;margin-bottom:36px;margin-left:30px;margin-top:15px}section.kontakt-section-content .content-inner .inner-form .form-inner .inner-service{background:#f7f7f7;background:#9a1b26;border-radius:6px;padding:15px 30px 30px}section.kontakt-section-content .content-inner .inner-form .form-inner .inner-service .btn{margin-top:30px}section.section-footer{padding:100px 0}section.section-footer .footer-inner{display:flex;justify-content:space-between}section.section-footer .footer-inner .inner-service.zaslepka{align-items:center;display:flex;justify-content:space-between;width:100%}section.section-footer .footer-inner .inner-service.zaslepka>*{margin-top:0!important}section.section-footer .footer-inner .inner-service.zaslepka .service-contact{display:flex}section.section-footer .footer-inner .inner-service.zaslepka .service-contact li+li{margin-left:15px;margin-top:0}section.section-footer .footer-inner .inner-service.hidden-desktop{display:none}section.section-footer .footer-inner .inner-service .service-logo{height:22px}section.section-footer .footer-inner .inner-service address{color:#111212;font-size:16px;margin:30px 0 0}section.section-footer .footer-inner .inner-service .service-contact{margin-top:30px}section.section-footer .footer-inner .inner-service .service-contact li a{align-items:center;display:flex}section.section-footer .footer-inner .inner-service .service-contact li a img,section.section-footer .footer-inner .inner-service .service-contact li a svg{height:20px;margin-right:6px;width:20px}section.section-footer .footer-inner .inner-service .service-contact li a span{color:#111212;font-size:16px;font-weight:700;transition:all .5s}section.section-footer .footer-inner .inner-service .service-contact li a:hover span{color:#9a1b26}section.section-footer .footer-inner .inner-service .service-contact li+li{margin-top:8px}section.section-footer .footer-inner .inner-service .service-buttons{display:inline-block;list-style:none;margin-top:30px}section.section-footer .footer-inner .inner-service .service-buttons li a{width:100%}section.section-footer .footer-inner .inner-service .service-buttons li+li{margin-top:10px}section.section-footer .footer-inner .inner-service .service-list li:not(:last-child){margin-bottom:7px}section.section-footer .footer-inner .inner-service .service-list li.collapse{display:block}section.section-footer .footer-inner .inner-service .service-list li.heading{color:#111212;font-size:20px;font-weight:600;margin-bottom:18px}section.section-footer .footer-inner .inner-service .service-list li.heading a,section.section-footer .footer-inner .inner-service .service-list li.heading button{background:none;border:none;display:block;font-size:20px;font-weight:600;outline:none;padding:0;pointer-events:none;text-align:left;width:100%}section.section-footer .footer-inner .inner-service .service-list li.heading a img,section.section-footer .footer-inner .inner-service .service-list li.heading button img{display:none;height:12px;max-width:12px;min-width:12px;position:absolute;right:15px;top:11px;transform:rotate(90deg)}section.section-footer .footer-inner .inner-service .service-list li.heading a:hover,section.section-footer .footer-inner .inner-service .service-list li.heading button:hover{color:#111212}section.section-footer .footer-inner .inner-service .service-list li a{color:#111212;font-size:15px;letter-spacing:1px;transition:all .5s}section.section-footer .footer-inner .inner-service .service-list li a:hover{color:#9a1b26}section.section-footer .footer-inner .inner-service .service-list+.service-list{margin-top:50px}.footer-credits{background:#eae7e7;padding:15px;text-align:center}.footer-credits p{color:#111212;font-size:12px}.footer-credits p a{color:inherit;text-decoration:underline}@media (min-width:1399.99px){nav.section-header .container-fluid{padding:0 50px}nav.section-header .header-flexbox .flexbox-nav>*+*{margin-left:50px}}@media (max-width:1399.98px){section.section-welcome{margin-top:116px}section.section-welcome .swiper-container .swiper-pagination{padding:50px 0 0 12px}section.section-offer{background:#9a1b26}section.section-offer .container.full-width{max-width:100%;padding:0}section.section-offer .offer-inner,section.section-offer .offer-inner.bottom-border-radius{border-radius:0}section.section-offer .offer-inner .inner-heading:before{content:none}section.section-offer .offer-inner .tab-content .tab-pane{border-radius:0}section.centrum-pomocy-section-content .content-heading{padding:150px 12px 0}section.centrum-pomocy-section-content .content-faq,section.centrum-pomocy-section-content .content-outer-wrapper{padding:50px 12px 100px}section.centrum-pomocy-section-content .content-faq .faq-wrapper{width:55%}section.centrum-pomocy-section-content .content-faq .faq-form{width:40%}section.kontakt-section-content .content-inner{padding:0 12px 100px}section.kontakt-section-content .content-inner .inner-wrapper{width:55%}section.kontakt-section-content .content-inner .inner-form{width:40%}}@media (max-width:1279.98px){section.section-welcome .welcome-item{align-items:flex-start;display:flex;flex-direction:column;height:calc(100vh - 116px);justify-content:flex-start}section.section-welcome .welcome-item .item-background{height:100%;margin-left:0;width:100%}section.section-welcome .welcome-item .item-background .background-image{height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;top:0;width:100%}section.section-welcome .welcome-item .item-inner{background:#fff;padding:50px 15px;position:relative;right:auto;top:auto;transform:none;width:100%}section.section-welcome .welcome-item .item-inner .container{max-width:100%;padding:0}section.section-welcome .welcome-item .item-inner .container .inner-description h1,section.section-welcome .welcome-item .item-inner .container .inner-description h2,section.section-welcome .welcome-item .item-inner .container .inner-description h3{color:#111212;font-size:40px}section.section-welcome .welcome-item .item-inner .container .inner-description p{color:#111212;font-size:16px;max-width:600px}section.section-welcome .swiper-container .swiper-pagination,section.section-welcome .swiper-welcome{display:none}section.section-welcome .swiper-welcome-mobile{display:block}section.section-welcome .swiper-welcome-mobile .swiper-wrapper .swiper-slide{height:auto;width:100%}section.section-offer{margin-top:0}section.section-offer .offer-inner .inner-navigation .nav-tabs{gap:5px;margin-bottom:15px}section.section-offer .offer-inner .inner-navigation .nav-tabs .nav-item{width:calc(20% - 4px)}section.section-offer .offer-inner .inner-navigation .nav-tabs .nav-item .nav-link{background:hsla(0,0%,100%,.1);border-radius:3px;width:100%}section.oferta-section-content .content-product-welcome .welcome-description{padding:80px 50px}section.oferta-section-content .content-product-welcome .welcome-products{padding-bottom:0}section.oferta-section-content .content-product-welcome .product-item .item-image img{height:220px}}@media (max-width:1199.98px){.header-offer .close-button{top:35px}.header-offer .offer-inner .inner-sidebar{padding:25px 0 25px 50px;width:25%}.header-offer .offer-inner .inner-sidebar ul li a{font-size:26px}.header-offer .offer-inner .inner-body .body-service{padding:55px 50px 40px 60px}.header-offer .offer-inner .inner-body .body-service .service-heading{align-items:flex-start;flex-direction:column}.header-offer .offer-inner .inner-body .body-service .service-heading .heading-cta{margin-left:0}nav.section-header .header-flexbox .flexbox-nav ul:nth-child(2){display:none}section.section-offer .offer-inner .inner-heading{padding:70px 0}section.section-cta .cta-inner .inner-form{margin-left:80px;width:550px}section.oferta-section-content .content-welcome{position:relative}section.oferta-section-content .content-welcome .welcome-description{background:hsla(0,0%,100%,.95);border-radius:6px;bottom:25px;height:auto;left:25px;padding:80px 40px;position:absolute;top:auto;width:42%}section.oferta-section-content .content-welcome .welcome-description.width{margin-left:-42%;width:42%}section.oferta-section-content .content-welcome .welcome-description.opacity>*{opacity:0}section.oferta-section-content .content-welcome .welcome-gallery{border-radius:0;width:100%}section.oferta-section-content .content-welcome .welcome-gallery .welcome-item .item-background,section.oferta-section-content .content-welcome .welcome-gallery.width .welcome-item .item-background{height:calc(100vh - 181px)}section.oferta-section-content .content-navigation{padding:0 25px}section.oferta-section-content .content-navigation nav ul{margin-left:30px}section.oferta-section-content .content-navigation nav ul li a,section.oferta-section-content .content-navigation nav ul li button,section.oferta-section-content .content-navigation nav ul li.heading{font-size:14px}section.oferta-section-content .content-navigation nav ul li a:after,section.oferta-section-content .content-navigation nav ul li button:after{bottom:2px}section.oferta-section-content .content-navigation nav ul li+li{margin-left:15px}section.oferta-section-content .content-products .model-item{padding-left:0}section.oferta-section-content .content-products .model-item .item-image{width:50%}section.oferta-section-content .content-products .model-item .item-description{width:42%}section.oferta-section-content .content-text-products-carousel{margin-top:0!important}section.oferta-section-content .content-text-products-carousel .section-inner .inner-image-absolute{display:none}section.oferta-section-content .content-text-products-carousel .section-inner .inner-description{width:35%}section.oferta-section-content .content-text-products-carousel .section-inner .inner-carousel{overflow:hidden;width:60%}section.oferta-section-content .content-text-products-carousel .section-inner .inner-carousel .swiper{padding:80px 0}section.o-firmie-section-content .content-welcome{flex-direction:column}section.o-firmie-section-content .content-welcome .welcome-image{border-radius:0;min-height:auto;width:100%}section.o-firmie-section-content .content-welcome .welcome-description{margin:0 auto;max-height:100%;max-width:900px;padding:70px 12px 0;text-align:center;width:100%}section.o-firmie-section-content .content-technology-wrapper{background:linear-gradient(144deg,#fff,#e3e3e3);margin-top:80px}section.o-firmie-section-content .content-technology{padding:80px 0 100px}section.o-firmie-section-content .content-technology .technology-flexbox{flex-wrap:wrap;gap:50px 0;justify-content:center;margin-top:50px}section.o-firmie-section-content .content-technology .technology-flexbox .flexbox-service{width:33.3333333333%}section.dla-dystrybutorow-section-content .content-welcome-wrapper .content-welcome .welcome-app .app-description,section.dla-dystrybutorow-section-content .content-welcome-wrapper .content-welcome .welcome-description{padding-top:30px}section.dla-dystrybutorow-section-content .content-cooperation .cooperation-body{width:50%}section.dla-dystrybutorow-section-content .content-cooperation .cooperation-body .body-image{display:none}section.dla-dystrybutorow-section-content .content-cooperation .cooperation-body .body-description{width:100%}section.dla-dystrybutorow-section-content .content-cooperation .cooperation-sidebar{width:35%}section.section-footer{padding:80px 0}section.section-footer .footer-inner{flex-wrap:wrap}section.section-footer .footer-inner .inner-service:first-child{display:flex;justify-content:space-between;margin-top:80px;order:999;width:100%}section.section-footer .footer-inner .inner-service address{display:none}section.section-footer .footer-inner .inner-service .service-contact{display:flex;margin-left:50px;margin-top:0}section.section-footer .footer-inner .inner-service .service-contact li+li{margin-left:20px;margin-top:0}}@media (max-width:1099.98px){section.oferta-section-content .content-product-welcome{flex-direction:column;min-height:auto;padding-bottom:60px}section.oferta-section-content .content-product-welcome .welcome-description{padding:0 14px 50px;width:100%}section.oferta-section-content .content-product-welcome .welcome-description .section-heading{display:flex}section.oferta-section-content .content-product-welcome .welcome-description .section-heading .heading-inner{align-items:flex-end;display:flex;flex-direction:column;margin-bottom:0;white-space:nowrap}section.oferta-section-content .content-product-welcome .welcome-description .section-heading .heading-text{margin-left:100px}section.oferta-section-content .content-product-welcome .welcome-products{padding-left:50px;width:100%}section.centrum-pomocy-section-content .content-heading .heading-inner{align-items:center;flex-direction:column-reverse;padding-bottom:30px}section.centrum-pomocy-section-content .content-heading .heading-inner .section-heading{margin-bottom:35px}section.centrum-pomocy-section-content .content-heading .heading-navigation{justify-content:center}section.centrum-pomocy-section-content .content-heading .heading-navigation ul{margin-left:0}section.centrum-pomocy-section-content .content-realizations .realization-service{width:23%}}@media (max-width:991.98px){.header-menu,.header-menu-offer{display:block}.header-offer,nav.section-header .header-flexbox .flexbox-nav ul:first-child,nav.section-header .header-flexbox .flexbox-nav ul:nth-child(3){display:none}nav.section-header .header-flexbox .flexbox-nav ul:nth-child(2){display:flex}nav.section-header .header-flexbox .nav-button{display:flex;margin-right:-10px}section.section-offer .offer-inner .inner-heading{flex-direction:column}section.section-offer .offer-inner .inner-heading .section-heading{min-width:auto}section.section-offer .offer-inner .inner-heading .heading-description{margin-left:0}section.section-offer .offer-inner .inner-navigation{padding:15px 12px 0}section.section-offer .offer-inner .tab-content .tab-pane{height:auto;padding-top:65%}section.section-offer .offer-inner .tab-content .tab-pane .pane-image{left:0;position:absolute;top:0}section.section-distributor{margin-top:100px}section.section-distributor .distributor-inner{padding-bottom:100px;padding-right:0}section.section-distributor .distributor-inner .inner-background{display:none}section.section-cta .cta-inner{flex-direction:column}section.section-cta .cta-inner .inner-form{margin-left:0;margin-top:20px;width:100%}section.oferta-section-content .content-welcome{flex-direction:column-reverse;position:relative}section.oferta-section-content .content-welcome .welcome-description{bottom:auto;height:auto;left:auto;padding:25px;position:relative;top:auto;width:100%}section.oferta-section-content .content-welcome .welcome-description.width{margin-left:100%;width:100%}section.oferta-section-content .content-welcome .welcome-gallery .welcome-item .item-background,section.oferta-section-content .content-welcome .welcome-gallery.width .welcome-item .item-background{height:auto}section.oferta-section-content .content-accessories-welcome{flex-direction:column;padding:20px 14px 50px}section.oferta-section-content .content-accessories-welcome .welcome-description{width:100%}section.oferta-section-content .content-accessories-welcome .welcome-image{display:none}section.oferta-section-content .content-navigation{align-items:flex-start;flex-direction:column;height:auto;padding:25px;top:55px}section.oferta-section-content .content-navigation nav ul{margin-left:0;margin-top:15px}section.oferta-section-content .content-navigation nav ul li{margin-right:15px}section.oferta-section-content .content-navigation nav ul li+li{margin-left:0}section.oferta-section-content .content-buttons-navigation{padding:5px 20px;top:55px}section.oferta-section-content .content-inner-wrapper>*{padding:80px 0;scroll-margin-top:80px}section.oferta-section-content .content-products .container{max-width:100%;padding:0 25px}section.oferta-section-content .content-products .section-heading-wrapper{flex-direction:column}section.oferta-section-content .content-products .section-heading-wrapper .heading-view-mode{margin-top:20px}section.oferta-section-content .content-products .section-heading-wrapper .heading-view-mode span{color:#111212;font-size:14px;letter-spacing:1px;margin-right:20px}section.oferta-section-content .content-products .section-heading-wrapper .heading-view-mode .mode-button{background:none;border:none;border-radius:3px;padding:10px;transition:all .5s}section.oferta-section-content .content-products .section-heading-wrapper .heading-view-mode .mode-button img,section.oferta-section-content .content-products .section-heading-wrapper .heading-view-mode .mode-button svg{fill:#111212;height:25px;transition:all .5s;width:25px}section.oferta-section-content .content-products .section-heading-wrapper .heading-view-mode .mode-button.active{background:#9a1b26}section.oferta-section-content .content-products .section-heading-wrapper .heading-view-mode .mode-button.active svg{fill:#fff}section.oferta-section-content .content-products .model-item .item-description .description-name{font-size:20px;line-height:30px;margin-top:30px}section.oferta-section-content .content-products .model-item .item-description .btn{margin-top:20px}section.oferta-section-content .content-text-products-carousel{padding-bottom:0}section.oferta-section-content .content-text-products-carousel .section-inner{flex-direction:column}section.oferta-section-content .content-text-products-carousel .section-inner .inner-description{width:100%}section.oferta-section-content .content-text-products-carousel .section-inner .inner-carousel{margin-top:50px;width:100%}section.oferta-section-content .content-text-products-carousel .section-inner .inner-carousel .swiper{padding:0 0 60px}section.oferta-section-content .content-text-accordion .section-inner{flex-direction:column}section.oferta-section-content .content-text-accordion .section-inner .inner-description{width:100%}section.oferta-section-content .content-text-accordion .section-inner .inner-accordion{margin-top:50px;overflow:hidden;width:100%}section.oferta-section-content .content-cta{padding-top:150px}section.oferta-section-content .content-cta .container{max-width:100%;padding:0 50px}section.oferta-section-content .content-cta .cta-inner .inner-service{width:32%}section.oferta-section-content .content-cta .cta-inner .inner-service h3{font-size:22px;line-height:30px}section.oferta-section-content .content-text-photo{padding:50px 20px}section.oferta-section-content .content-text-photo .photo-service{width:47%}section.oferta-section-content .content-text-photo .text-service{min-height:auto;padding:80px 0;width:47%}section.oferta-section-content .content-text-photo:nth-child(2n){flex-direction:row-reverse}section.o-firmie-section-content .content-welcome .welcome-description{max-width:720px}section.o-firmie-section-content .content-about{padding:100px 0}section.o-firmie-section-content .content-video{padding:80px 0 0}section.dla-dystrybutorow-section-content .content-welcome-wrapper .content-welcome{flex-direction:column}section.dla-dystrybutorow-section-content .content-welcome-wrapper .content-welcome .welcome-description{padding-top:0;width:100%}section.dla-dystrybutorow-section-content .content-welcome-wrapper .content-welcome .welcome-app{align-items:center;border-top:1px solid #ddd;margin-top:50px;padding-top:50px;width:100%}section.dla-dystrybutorow-section-content .content-welcome-wrapper .content-welcome .welcome-app .app-image{width:28%}section.dla-dystrybutorow-section-content .content-welcome-wrapper .content-welcome .welcome-app .app-description{padding-top:0}section.dla-dystrybutorow-section-content .content-cooperation{flex-direction:column;padding:80px 0}section.dla-dystrybutorow-section-content .content-cooperation .cooperation-body{width:100%}section.dla-dystrybutorow-section-content .content-cooperation .cooperation-body .body-description{padding:0}section.dla-dystrybutorow-section-content .content-cooperation .cooperation-sidebar{padding:50px 0 0;width:100%}section.centrum-pomocy-section-content .content-heading .heading-navigation ul li.mobile-hidden{display:none}section.centrum-pomocy-section-content .content-faq{flex-direction:column}section.centrum-pomocy-section-content .content-faq .faq-wrapper{width:100%}section.centrum-pomocy-section-content .content-faq .faq-form{margin-top:50px;width:100%}section.kontakt-section-content .content-inner{padding:0 12px 100px}section.kontakt-section-content .content-inner .inner-wrapper{width:100%}section.kontakt-section-content .content-inner .inner-form{margin-top:50px;width:100%}section.section-footer{padding:40px 0 80px}section.section-footer .footer-inner{justify-content:flex-start}section.section-footer .footer-inner .inner-service{margin-top:40px;width:33.3333333333%}}@media (max-width:825.98px){section.section-offer .offer-inner .inner-navigation,section.section-offer .offer-inner .tab-content{display:none}section.section-offer .offer-inner .inner-carousel{display:block;padding-bottom:70px}section.section-offer .offer-inner .inner-carousel .swiper-outer-wrapper{padding:0}section.section-offer .offer-inner .inner-carousel .swiper-navigation-wrapper{display:none}section.section-offer .offer-inner .inner-carousel .swiper-slide{width:250px!important}section.oferta-section-content .content-product-welcome{flex-direction:column-reverse}section.oferta-section-content .content-product-welcome .welcome-description{padding:50px 20px 0}section.oferta-section-content .content-product-welcome .welcome-description .section-heading,section.oferta-section-content .content-product-welcome .welcome-description .section-heading .heading-inner{display:block}section.oferta-section-content .content-product-welcome .welcome-description .section-heading .heading-text{margin-left:0;margin-top:20px}section.oferta-section-content .content-product-welcome .welcome-products{display:none}section.oferta-section-content .content-product-welcome .welcome-products-carousel{display:block}section.oferta-section-content .content-product-welcome .swiper{padding-left:35px}section.oferta-section-content .content-cta .container{max-width:100%;padding:0 30px}section.oferta-section-content .content-cta .cta-inner{flex-wrap:wrap;gap:120px 50px;justify-content:center}section.oferta-section-content .content-cta .cta-inner .inner-service{width:39%}}@media (max-width:767.98px){.products-flexbox .product-service{width:32%}nav.section-header .header-flexbox .flexbox-nav{padding-right:20px;transition:all .5s}nav.section-header .header-flexbox .flexbox-nav ul:nth-child(2){display:none}nav.section-header.scrolled .header-flexbox .flexbox-nav{padding-right:0}section.section-distributor .distributor-inner{flex-direction:column-reverse}section.section-distributor .distributor-inner .inner-image{display:none;margin-top:50px;width:100%}section.section-distributor .distributor-inner .inner-description{width:100%}section.section-distributor .distributor-inner .inner-description .btn{margin-top:30px}section.oferta-section-content .content-buttons-navigation{display:none}section.oferta-section-content .content-products .model-item{flex-direction:column}section.oferta-section-content .content-products .model-item .item-image{padding-top:50%;width:100%}section.oferta-section-content .content-products .model-item .item-description{align-items:center;display:flex;justify-content:space-between;margin-top:30px;width:100%}section.oferta-section-content .content-products .model-item .item-description .description-image{width:45%}section.oferta-section-content .content-products .model-item .item-description .description-inner{width:50%}section.oferta-section-content .content-products .model-item .item-description .description-name{margin-top:0}section.oferta-section-content .content-products .model-item .item-description .btn{margin-top:20px}section.oferta-section-content .content-carousel-full-width .section-inner .swiper-outer-wrapper{padding:0}section.oferta-section-content .content-carousel-full-width .section-inner .full-width-item h3{font-size:22px;line-height:30px}section.oferta-section-content .content-carousel-full-width .section-inner .swiper .swiper-slide{width:245px}section.oferta-section-content .content-carousel-full-width .section-inner .swiper-navigation-wrapper{display:none}section.oferta-section-content .content-text-photo{flex-direction:column}section.oferta-section-content .content-text-photo .photo-service{width:100%}section.oferta-section-content .content-text-photo .text-service{justify-content:center;padding:50px 0 0;width:100%}section.oferta-section-content .content-text-photo .text-service .btn-video{margin-top:50px}section.oferta-section-content .content-text-photo:nth-child(2n){flex-direction:column}section.o-firmie-section-content .content-welcome .welcome-description{max-width:540px}section.o-firmie-section-content .content-about .about-inner{flex-direction:column}section.o-firmie-section-content .content-about .about-inner .inner-description{width:100%}section.o-firmie-section-content .content-about .about-inner .inner-sidebar{margin-top:40px;width:100%}section.dla-dystrybutorow-section-content .content-welcome-wrapper .content-welcome .welcome-app .app-image{margin-left:-20%;width:40%}section.dla-dystrybutorow-section-content .content-welcome-wrapper .content-welcome .welcome-app .app-description{padding-top:0;width:70%}section.centrum-pomocy-section-content .content-heading{padding-top:120px}section.centrum-pomocy-section-content .content-heading .heading-inner .inner-buttons .button-service{border-radius:6px;font-size:13px;letter-spacing:-.7px;padding:15px 8px}section.centrum-pomocy-section-content .content-heading .heading-inner .inner-buttons .button-service+.button-service{margin-left:5px}section.centrum-pomocy-section-content .content-heading .heading-navigation{border:none}section.centrum-pomocy-section-content .content-heading .heading-navigation ul{flex-wrap:wrap;gap:10px 0}section.centrum-pomocy-section-content .content-heading .heading-navigation ul li{padding:0 10px}section.centrum-pomocy-section-content .content-heading .heading-navigation ul li a,section.centrum-pomocy-section-content .content-heading .heading-navigation ul li button{padding:0 0 2px}section.centrum-pomocy-section-content .content-download{padding-bottom:20px}section.centrum-pomocy-section-content .content-download ul li{padding-left:50px}section.centrum-pomocy-section-content .content-download ul li a{padding:15px 15px 15px 33px}section.centrum-pomocy-section-content .content-download ul li+li{margin-top:40px}section.centrum-pomocy-section-content .content-catalogs .catalog-service{width:100%}section.centrum-pomocy-section-content .content-catalogs .catalog-service img{max-width:450px}section.centrum-pomocy-section-content .content-catalogs .catalog-service h3{margin-top:-15px}section.centrum-pomocy-section-content .content-catalogs .catalog-service span{bottom:auto;left:auto;opacity:1;position:relative;transform:none}section.centrum-pomocy-section-content .content-catalogs .catalog-service:hover h3{transform:none}section.centrum-pomocy-section-content .content-realizations .realization-service{margin-top:40px;width:31%}section.centrum-pomocy-section-content .content-realizations .realization-service h3{font-size:18px}section.kontakt-section-content .content-inner .inner-wrapper,section.kontakt-section-content .content-inner .inner-wrapper .accordion .accordion-item .accordion-body .contact-cards .card-service{width:100%}section.kontakt-section-content .content-inner .inner-wrapper .accordion .accordion-item+.accordion-item{margin-top:5px}section.kontakt-section-content .content-inner .inner-wrapper .accordion .accordion-item:last-child .accordion-body{padding-bottom:0}section.section-footer .footer-inner{justify-content:center}section.section-footer .footer-inner .inner-service{justify-content:center;text-align:center;width:50%}section.section-footer .footer-inner .inner-service.zaslepka .service-contact{margin-top:20px!important}section.section-footer .footer-inner .inner-service:first-child{align-items:center;flex-direction:column}section.section-footer .footer-inner .inner-service .service-contact{margin-left:0;margin-top:20px}section.section-footer .footer-inner .inner-service .service-list li.heading button{text-align:center}}@media (max-width:575.98px){.products-flexbox .product-service{width:48%}.header-menu .close-button{right:20px;top:20px}.header-menu-offer .close-button{left:20px;top:20px}.header-menu-offer .menu-offer-inner{padding-top:10px}.header-menu-offer .menu-offer-inner .offer-item{padding:20px}nav.section-header .header-flexbox{padding:25px 0}nav.section-header .header-flexbox .flexbox-nav{padding-right:0}section.section-welcome{margin-top:78px}section.section-welcome .welcome-item{height:calc(100vh - 78px)}section.section-welcome .welcome-item .item-inner{padding:25px 15px}section.section-welcome .welcome-item .item-inner .container{max-width:100%;padding:0}section.section-welcome .welcome-item .item-inner .container .inner-description h1,section.section-welcome .welcome-item .item-inner .container .inner-description h2,section.section-welcome .welcome-item .item-inner .container .inner-description h3{font-size:35px}section.section-welcome .welcome-item .item-inner .container .inner-description .btn{font-size:14px;padding:10px 20px 8px}section.oferta-section-content .content-welcome{margin-top:78px}section.oferta-section-content .content-product-welcome{margin-top:100px}section.oferta-section-content .content-product-welcome .product-item .item-image img{height:180px}section.oferta-section-content .content-accessories-welcome{margin-top:78px}section.oferta-section-content .content-products .container{padding:0}section.oferta-section-content .content-products .section-heading-wrapper{padding:0 12px}section.oferta-section-content .content-products .model-item .item-description{flex-direction:column;position:relative;width:100%}section.oferta-section-content .content-products .model-item .item-description .description-image{max-width:230px;width:100%}section.oferta-section-content .content-products .model-item .item-description .description-inner{margin-top:20px;text-align:center;width:100%}section.oferta-section-content .content-products .products-carousel{margin-top:60px}section.oferta-section-content .content-products .products-carousel .swiper{padding:0}section.oferta-section-content .content-products .products-carousel .swiper .swiper-slide{width:340px}section.oferta-section-content .content-products .products-carousel .swiper .swiper-navigation-wrapper{display:none}section.oferta-section-content .content-products .products-flexbox{margin-top:60px}section.oferta-section-content .content-text-products-carousel .section-inner .inner-carousel .carousel-product .product-image{max-width:150px;min-width:150px;width:150px}section.oferta-section-content .content-text-products-carousel .section-inner .inner-carousel .carousel-product .product-description{padding-left:30px;width:100%}section.oferta-section-content .content-text-accordion .container{max-width:100%;padding:0}section.oferta-section-content .content-text-accordion .section-inner .inner-accordion .accordion .accordion-item .accordion-header,section.oferta-section-content .content-text-accordion .section-inner .inner-description{padding:0 12px}section.oferta-section-content .content-text-accordion .section-inner .inner-accordion .swiper-outer-wrapper{padding:0}section.oferta-section-content .content-text-accordion .section-inner .inner-accordion .swiper-outer-wrapper .swiper .swiper-slide{width:245px}section.oferta-section-content .content-text-accordion .section-inner .inner-accordion .swiper-navigation-wrapper{display:none}section.oferta-section-content .content-cta{padding-top:120px}section.oferta-section-content .content-cta .container{padding:0 12px}section.oferta-section-content .content-cta .cta-inner{flex-wrap:wrap;gap:120px 50px;justify-content:center}section.oferta-section-content .content-cta .cta-inner .inner-service{max-width:380px;width:100%}section.o-firmie-section-content .content-welcome .welcome-description{max-width:100%}section.o-firmie-section-content .content-technology .technology-flexbox .flexbox-service{width:50%}section.o-firmie-section-content .content-about{padding:80px 0}section.o-firmie-section-content .content-video{padding:70px 0 0}section.dla-dystrybutorow-section-content .content-welcome-wrapper .content-welcome .welcome-app .app-image{margin-left:-20%;width:40%}section.dla-dystrybutorow-section-content .content-welcome-wrapper .content-welcome .welcome-app .app-description{width:77%}section.centrum-pomocy-section-content .content-outer-wrapper{padding-bottom:70px}section.centrum-pomocy-section-content .content-centered-wrapper{padding-left:12px;padding-right:12px}section.centrum-pomocy-section-content .content-realizations .realization-service{width:48%}section.section-footer .footer-inner .inner-service{width:100%}section.section-footer .footer-inner .inner-service.hidden-desktop{display:block}section.section-footer .footer-inner .inner-service.hidden-mobile{display:none}section.section-footer .footer-inner .inner-service .service-list li.heading{font-size:20px;margin-bottom:10px}section.section-footer .footer-inner .inner-service .service-list li.heading a,section.section-footer .footer-inner .inner-service .service-list li.heading button{font-size:20px;padding:0 30px;pointer-events:auto;position:relative;text-align:center}section.section-footer .footer-inner .inner-service .service-list li.heading a img,section.section-footer .footer-inner .inner-service .service-list li.heading button img{display:block}section.section-footer .footer-inner .inner-service .service-list li.collapse{display:none}section.section-footer .footer-inner .inner-service .service-list li.collapse.show{display:block}section.section-footer .footer-inner .inner-service+.inner-service{border-bottom:1px solid #ccc;margin-top:20px;padding-bottom:20px}section.section-footer .footer-inner .inner-service+.inner-service:last-child{border:none;padding-bottom:0}}@media (max-width:400px){section.oferta-section-content .content-text-products-carousel .section-inner .inner-carousel .carousel-product .product-image{max-width:120px;min-width:120px;width:120px}section.oferta-section-content .content-text-products-carousel .section-inner .inner-carousel .carousel-product .product-description{padding-left:20px}}