.anim{-webkit-animation-fill-mode:forwards!important;animation-fill-mode:forwards!important;opacity:0;-webkit-transition:all .4s ease;transition:all .4s ease}.anim.single-project{-webkit-transition:all .4s ease;transition:all .4s ease}.anim.single-project.done{opacity:1!important}.anim-stage>*{-webkit-animation-fill-mode:forwards!important;animation-fill-mode:forwards!important;opacity:0}@-webkit-keyframes zoom{0%{-webkit-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1;color:#00f5c9}}@keyframes zoom{0%{-webkit-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1;color:#00f5c9}}@-webkit-keyframes zoom-fade{from{-webkit-transform:scale(1.1);transform:scale(1.1)}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes zoom-fade{from{-webkit-transform:scale(1.1);transform:scale(1.1)}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes line{0%{width:0;opacity:0}100%{width:510px;opacity:1}}@keyframes line{0%{width:0;opacity:0}100%{width:510px;opacity:1}}@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}70%{-webkit-transform:rotate(300deg);transform:rotate(300deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);opacity:1}}@keyframes rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}70%{-webkit-transform:rotate(300deg);transform:rotate(300deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);opacity:1}}@-webkit-keyframes slide{to{width:100%;opacity:1}}@keyframes slide{to{width:100%;opacity:1}}@-webkit-keyframes slide-height{from{opacity:1}to{height:100%;opacity:1}}@keyframes slide-height{from{opacity:1}to{height:100%;opacity:1}}@-webkit-keyframes fade{to{opacity:1}}@keyframes fade{to{opacity:1}}@-webkit-keyframes fade-left{from{-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fade-left{from{-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes fade-right{from{-webkit-transform:translateX(100%);transform:translateX(100%)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fade-right{from{-webkit-transform:translateX(100%);transform:translateX(100%)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes fade-up{from{-webkit-transform:translateY(10%);transform:translateY(10%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fade-up{from{-webkit-transform:translateY(10%);transform:translateY(10%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.anim-stage>*{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}@-webkit-keyframes anim-stage{from{opacity:0;-webkit-transform:translateY(60px);transform:translateY(60px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes anim-stage{from{opacity:0;-webkit-transform:translateY(60px);transform:translateY(60px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fade-up-2{from{-webkit-transform:translateY(20%);transform:translateY(20%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fade-up-2{from{-webkit-transform:translateY(20%);transform:translateY(20%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fade-up-3{0%{-webkit-transform:translateY(100%);transform:translateY(100%);opacity:0}50%{opacity:0}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fade-up-3{0%{-webkit-transform:translateY(100%);transform:translateY(100%);opacity:0}50%{opacity:0}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fade-down{from{-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fade-down{from{-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@media screen and (max-width:991px){@-webkit-keyframes line{0%{width:0;opacity:0}100%{width:247px;opacity:1}}@keyframes line{0%{width:0;opacity:0}100%{width:247px;opacity:1}}@-webkit-keyframes circleShadow{0%{width:11px;height:11px}100%{width:50px;height:50px}}@keyframes circleShadow{0%{width:11px;height:11px}100%{width:50px;height:50px}}}@media screen and (max-width:575px){@-webkit-keyframes line{0%{width:0;opacity:0}100%{width:150px;opacity:1}}@keyframes line{0%{width:0;opacity:0}100%{width:150px;opacity:1}}}body{font-style:normal;font-weight:400;font-size:20px;line-height:1.5;color:#6b6b66}body,html{margin:0;font-family:Arimo,sans-serif;min-width:320px}body{max-width:100%}body.fixed{position:fixed}*{letter-spacing:0}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}img.lazyload,video.lazyload{opacity:0;visibility:hidden;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.desk-only{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.mob-only{display:none!important}@media screen and (max-width:767px){.desk-only{display:none!important}.mob-only{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}}.is-loaded,[data-loaded=true]{opacity:0;visibility:visible;-webkit-animation:faddingImgAnim .5s ease;animation:faddingImgAnim .5s ease}@-webkit-keyframes faddingImgAnim{0%{visibility:hidden;opacity:0;-webkit-filter:blur(10px);filter:blur(10px)}100%{visibility:visible;opacity:1;-webkit-filter:blur(0);filter:blur(0)}}@keyframes faddingImgAnim{0%{visibility:hidden;opacity:0;-webkit-filter:blur(10px);filter:blur(10px)}100%{visibility:visible;opacity:1;-webkit-filter:blur(0);filter:blur(0)}}*{letter-spacing:0;-webkit-box-sizing:border-box;box-sizing:border-box;text-decoration:none;outline:0}a,button{cursor:pointer}h1,h2,h3,h4,h5,h6,ol,p,ul{margin:0;padding:0;list-style:none}*{outline:0;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Arimo,sans-serif}body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;font-family:Arimo,sans-serif}body.no-scroll{overflow:hidden}html{height:auto;min-height:100%;font-size:16px;display:-webkit-box;display:-ms-flexbox;display:flex}body{height:auto;background:#fff}main{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;z-index:3}h1,h2,h3,h4,h5,h6,ol,p,ul{margin:0;padding:0;list-style:none}.footer{-ms-flex-negative:0;flex-shrink:0;position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}::-webkit-scrollbar{width:5px;height:5px;background:#dee9ff;border-radius:0;-webkit-box-shadow:none;box-shadow:none;display:none}::-webkit-scrollbar-thumb{background:#3a40ef;border:none;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:2.5rem;-webkit-box-shadow:none;box-shadow:none}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.text-block{font-family:Arimo,sans-serif;font-weight:300;line-height:1.5;font-size:.8rem;color:#343434}.text-block a{text-decoration:underline;font-weight:500;color:#f6780f}.text-block :not(img,ul,ol,li,blockquote,span,strong,br,iframe){margin-bottom:1.2rem}.text-block br{content:"";display:block;height:1.5rem}.text-block :last-child{margin-bottom:0}.text-block :last-child strong{font-weight:700}.text-block h1,.text-block h2,.text-block h3,.text-block h4,.text-block h5,.text-block h6{font-weight:700;line-height:1.2;color:#343434;letter-spacing:-.03em}.text-block h1{font-size:3.2rem}.text-block h2{font-size:2.4rem}.text-block h3{font-size:1.05rem}.text-block h4{font-size:1rem}.text-block h5{font-size:.9rem}.text-block h6{font-size:.9rem}.text-block a{text-decoration:underline;color:#f6780f}.text-block a:hover{text-decoration:none}.text-block blockquote{font-family:Arimo,sans-serif;background:#f6780f;border-radius:1rem;font-weight:400;font-size:1rem;line-height:1.3;text-align:center;color:#fff;padding:2.5rem 4rem;position:relative;z-index:2}.text-block blockquote::after,.text-block blockquote::before{content:'"';position:absolute;top:.4rem;left:.9rem;font-size:3rem}.text-block blockquote::after{top:auto;left:auto;bottom:.4rem;right:.9rem;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.text-block img{max-width:100%;height:auto;-o-object-fit:contain;object-fit:contain}.text-block .alignleft{float:left;margin-right:2rem}.text-block .alignright{float:right;margin-left:2rem}.text-block .aligncenter{margin:0 auto}.text-block ol li,.text-block ul li{line-height:1.6;margin-bottom:.1rem}.text-block ol li:last-child,.text-block ul li:last-child{margin-bottom:0}.text-block ul{margin-bottom:.5rem}.text-block ul:last-child{margin-bottom:0}.text-block ul li{padding-right:1rem;position:relative;z-index:2}.text-block ul li::after{content:"";position:absolute;top:.5rem;right:0;background:#19275b;border-radius:50%;width:.25rem;height:.25rem}.text-block ul li ol{counter-reset:numUl}.text-block ul li ol li{padding-left:0}.text-block ul li ol li::after{display:none}.text-block ul li ol li::before{counter-increment:numUl;content:counters(numUl, ".") ".";font-weight:inherit;font-size:inherit;line-height:inherit;color:inherit}.text-block u{text-decoration:underline!important}.text-block ol{counter-reset:numOl;list-style:none!important}.text-block ol p{margin-bottom:0}.text-block ol:not(:last-child){margin-bottom:.5rem}.text-block ol li{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.text-block ol li::before{counter-increment:numOl;content:counters(numOl, ".") ".";font-weight:inherit;font-size:inherit;line-height:inherit;color:inherit;margin-right:.3rem}.text-block ol li ol{padding-right:var(--paddingList)}.text-block ol li ul{padding-left:1rem}.text-block ol li ul li{position:relative;z-index:2}.text-block ol li ul li::before{display:none}@media screen and (max-width:767px){.text-block{font-size:.65rem}.text-block li,.text-block p{font-size:.65rem}.text-block h1{font-size:1.3rem}.text-block h2{font-size:.8rem}.text-block h3{font-size:.75rem}.text-block h4{font-size:.7rem}.text-block h5,.text-block h6{font-size:.65rem}.text-block :not(img,ul,ol,li,blockquote,span,strong,br,iframe){margin-bottom:.75rem}.text-block ol li,.text-block ul li{margin-bottom:.3rem}.text-block img{width:100%!important;margin-left:0!important;margin-right:0!important}.text-block ul li{padding-left:.7rem;position:relative;z-index:2}.text-block ul li::after{content:"";position:absolute;top:.55rem;left:0;background:#343434;border-radius:50%;width:.25rem;height:.25rem}.text-block blockquote{width:100%;font-size:.8rem;padding:1.5rem 1rem;border-radius:.5rem;margin-left:0;margin-right:0}.text-block blockquote::before{top:.25rem;left:.25rem}.text-block blockquote::after{bottom:.25rem;right:.25rem}}body,html{font-style:normal;font-weight:400;font-size:20px;line-height:1.5;color:#6b6b66}body a,body li,body p,html a,html li,html p{font-size:.8rem}.breadcrumbs-block{width:100%;margin:.4rem 0 .75rem}.breadcrumbs-block .container{max-width:90rem}.breadcrumbs{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:.5rem}.breadcrumbs li{display:-webkit-box;display:-ms-flexbox;display:flex}.breadcrumbs li a,.breadcrumbs li span{font-size:.8rem;color:#f6780f;line-height:1.5;font-weight:400}.breadcrumbs li a{color:#6b6b66;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;display:-webkit-box;display:-ms-flexbox;display:flex;gap:.5rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.breadcrumbs li a::after{width:.5rem;height:1rem;display:inline-block;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;content:">";line-height:1.2}.breadcrumbs li a:hover{color:#f6780f}.breadcrumbs li a:hover::after{color:#f6780f}.container{width:100%;margin:0 auto;max-width:75rem;padding:0 1rem}main{padding-top:5.05rem}.subttl{font-size:2.4rem;color:#343434;line-height:1.4;font-weight:700}.subttl strong{font-weight:inherit;color:#19275b}.title{font-size:3.2rem;color:#343434;line-height:1.3;font-weight:700}.header{position:fixed;top:0;right:0;width:100%;border-bottom:.25rem solid #f6780f;-webkit-box-sizing:border-box;box-sizing:border-box;background:rgba(255,255,255,.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10}.header::before{height:.25rem;width:20%;background:#2379d1;display:inline-block;content:"";position:absolute;bottom:-.25rem;left:0}.header-cont{position:relative;padding:.5rem 0;padding-right:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.header .logo{width:23.4rem;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex}.header .logo a,.header .logo img{width:100%;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex}.header .container{max-width:90rem}.header-menu{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:auto;margin-left:2rem}.header .menu{display:-webkit-box;display:-ms-flexbox;display:flex}.header .menu>ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:.8rem}.header .menu>ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:relative}.header .menu>ul li>a{font-weight:600;padding:.75rem 1rem;gap:1rem}@media screen and (min-width:768px){.header .menu>ul li.menu-item-has-children ul{width:auto;position:absolute;left:0;top:calc(100% + 1.3rem);background:#fff;-webkit-filter:drop-shadow(0 0 8px rgba(0, 0, 0, .25));filter:drop-shadow(0 0 8px rgba(0, 0, 0, .25));opacity:0;pointer-events:none;z-index:2}.header .menu>ul li.menu-item-has-children ul::before{width:100%;height:1.3rem;position:absolute;bottom:100%;left:0;display:inline-block;content:""}.header .menu>ul li.menu-item-has-children:hover ul{opacity:1;pointer-events:auto}}.header .menu>ul li.menu-item-has-children ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:0;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.header .menu>ul li.menu-item-has-children ul li{width:100%}.header .menu>ul li.menu-item-has-children ul a{width:100%;padding:.5rem .5rem .5rem 1.3rem;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;white-space:nowrap}.header .menu>ul li.menu-item-has-children>a::after{width:1.2rem;height:.6rem;display:inline-block;content:"";background:#343434;-webkit-mask-image:url(../img/arrmen.svg);mask-image:url(../img/arrmen.svg);-webkit-mask-position:center center;mask-position:center center;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.header .menu>ul li.current-menu-item>a,.header .menu>ul li.current-menu-parent>a{color:#f6780f}.header .menu>ul li.current-menu-item>a::after,.header .menu>ul li.current-menu-parent>a::after{background:#f6780f}.header .menu>ul li a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-size:.9rem;color:#343434;line-height:1.33;font-weight:500;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.header .menu>ul li:hover>a{color:#f6780f}.header .menu>ul li:hover>a::after{background:#f6780f;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.btn-call{border-radius:1.6rem;border:.1rem solid #f6780f;background:#f6780f;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;font-size:.8rem;color:#343434;line-height:1.5;font-weight:700;letter-spacing:-.02em;gap:.2rem;padding:.3rem .4rem .3rem .9rem;-webkit-box-sizing:border-box;box-sizing:border-box}.btn-call .ic{width:1.6rem;height:1.6rem;display:-webkit-box;display:-ms-flexbox;display:flex}.btn-call .ic img{width:100%;height:100%}.btn-call:hover{background:#fff}.home-hero{width:100%;margin-top:-5.05rem;padding-top:5.05rem;position:relative}.home-hero .container{position:relative;z-index:3;max-width:90rem}.home-hero__bg{position:absolute;top:0;right:0;width:100%;height:100%;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:-webkit-box;display:-ms-flexbox;display:flex}.home-hero__bg::after{width:100%;height:100%;display:inline-block;content:"";position:absolute;top:0;right:0;z-index:1;background:linear-gradient(89.82deg,rgba(255,255,255,0) 39.93%,rgba(255,255,255,.9) 74.49%)}.home-hero__bg .vid-p{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.home-hero__bg .vid-p iframe,.home-hero__bg .vid-p video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.home-hero__bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.home-hero__cont{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:4.7rem 0 9.7rem}.home-hero__cont .lightning{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.home-hero__cont .txt{width:100%;max-width:44rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:1.5rem}.home-hero__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:.75rem;-ms-flex-wrap:wrap;flex-wrap:wrap}.home-hero__item{background:rgba(255,255,255,.7);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;border-radius:.8rem;position:relative}.home-hero__item::after{position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid rgba(8,8,0,.1);z-index:2;pointer-events:none;display:inline-block;content:"";border-radius:.8rem;-webkit-box-sizing:border-box;box-sizing:border-box}.home-hero__item:nth-child(1){border-radius:.8rem 2.25rem 0 1.4rem}.home-hero__item:nth-child(1)::after{border-radius:.8rem 2.25rem 0 1.4rem}.home-hero__item:nth-child(3){border-radius:0 1.4rem .8rem 2.25rem}.home-hero__item:nth-child(3)::after{border-radius:0 1.4rem .8rem 2.25rem}.home-hero__item p{font-size:.8rem;color:#343434;line-height:1.5;font-weight:400;padding:1.1rem .75rem 1.1rem 1.65rem}.home-hero__item .ic{width:3.6rem;background:#f6780f;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.home-hero__item .ic img{height:1.6rem;display:-webkit-box;display:-ms-flexbox;display:flex;width:auto}.lightning{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:.4rem;font-size:1.2rem;color:#343434;line-height:1.2;font-weight:500;letter-spacing:.08em}.lightning::before{width:1rem;height:1rem;-webkit-mask-image:url(../img/lightning.svg);mask-image:url(../img/lightning.svg);-webkit-mask-position:center center;mask-position:center center;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;display:inline-block;content:"";background:var(--bg)}.our-products{width:100%;padding:4rem 0;background:#eaf0fe}.our-products__list{width:100%;gap:1rem .5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0 .5rem}.our-products__single{width:calc(33.3333333333% - .3333333333rem);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:.5rem}.our-products__single .txt-other{background:#fff;border-radius:0 1.6rem 1.6rem 1.6rem;width:100%;padding:1.6rem;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.our-products__single .txt-other span{font-size:1.05rem;color:#343434;line-height:1.2;font-weight:600;letter-spacing:-.03em;display:inline-block;margin-bottom:1.6rem}.our-products__single .txt-other>p{font-size:.8rem;color:#343434;line-height:1.5;font-weight:400;display:inline-block;margin-bottom:1.6rem}.our-products__single .txt-btn{-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;display:-webkit-box;display:-ms-flexbox;display:flex;background:#f6780f;border:1px solid #f6780f;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:1.6rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:15.5rem;height:2rem;position:relative;margin-top:auto}.our-products__single .txt-btn .b{position:relative;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:.25rem}.our-products__single .txt-btn .b p{font-size:1rem;color:#343434;line-height:1.2;font-weight:700}.our-products__single .txt-btn .b::after{width:1.3rem;height:1.05rem;display:inline-block;content:"";background:url(../img/vilka1.svg) no-repeat center/100%;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.our-products__single .txt-btn::before{width:97%;height:90%;z-index:1;position:absolute;top:50%;left:50%;display:inline-block;content:"";-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:url(../img/vilka3.png) no-repeat center/100%;opacity:0;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.our-products__single .txt{width:100%;background:#fff;border:1px solid rgba(8,8,0,.1);padding:.8rem .8rem 1.2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:0 0 1.25rem 1.25rem;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;min-height:4.8rem}.our-products__single .txt::before{width:93.78%;height:92.56%;display:inline-block;content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:1;opacity:0;background:url(../img/vilka2.svg) no-repeat center/100%;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.our-products__single .txt .p{width:100%;max-width:10.2rem;gap:.25rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;z-index:2}.our-products__single .txt .p p{font-size:1rem;color:#343434;line-height:1.2;font-weight:700}.our-products__single .txt .p .ic{-ms-flex-negative:0;flex-shrink:0;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;width:1.3rem;display:-webkit-box;display:-ms-flexbox;display:flex}.our-products__single .txt .p .ic img{width:100%;height:auto}.our-products__single .img{width:100%;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:1.25rem 1.25rem 0 0}.our-products__single .img .img-w{width:100%;height:0;padding-top:73%;position:relative;background:#f4f5f6}.our-products__single .img .img-w img{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-o-object-fit:cover;object-fit:cover;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.our-products__single:hover .txt-btn::before{opacity:1}.our-products__single:hover .txt-btn .b::after{opacity:0}.our-products__single:hover .txt::before{opacity:1}.our-products__single:hover .txt .p .ic{opacity:0}.our-products__single:hover .img .img-w img{-webkit-transform:translate(-50%,-50%) scale(1.3);-ms-transform:translate(-50%,-50%) scale(1.3);transform:translate(-50%,-50%) scale(1.3)}@media screen and (min-width:768px){.our-products.our-products--four .container{max-width:90rem}.our-products.our-products--four .our-products__list{gap:.8rem}.our-products.our-products--four .our-products__single{width:calc(25% - .6rem)}}.title-head{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:1.2rem;margin-bottom:1.5rem}.title-head .subttl{text-align:center}.about-us{position:relative;width:100%;padding:5rem 0 2.5rem}.about-us__bg{width:56.03%;display:-webkit-box;display:-ms-flexbox;display:flex;height:18rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:absolute;top:0;right:0;z-index:1}.about-us__bg img{width:100%;height:100%}.about-us .container{position:relative;z-index:2;max-width:90rem}.about-us__cont{width:100%;padding-left:7.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:.6rem}.about-us__left{width:100%;max-width:24.4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;margin-top:auto;padding-bottom:2rem}.about-us__right{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.about-us__right-top{width:100%;max-width:32.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:1.2rem;margin-bottom:1.9rem}.about-us__right-top .lightning{text-align:right;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.about-us__right-bot{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:4.7rem}.about-us__right-txt{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex}.about-us__right-txt .txt{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-left:auto;width:100%;max-width:27.6rem}.about-us__right-txt .txt p{font-size:.8rem;color:#6b6b66;line-height:1.5;font-weight:400;display:inline-block;margin-bottom:1rem}.about-us__right-txt .txt p:last-child{margin-bottom:0}.about-us__right-txt .txt p strong{font-size:1.05rem;font-weight:600;color:#343434;letter-spacing:-.03em}.about-us__right-img{-ms-flex-negative:0;flex-shrink:0;width:100%;max-width:22.3rem}.about-us__right-img .img{overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;position:relative;height:0;padding-top:65.59%;border-radius:0 1.4rem .25rem 2.25rem}.about-us__right-img .img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.image-back{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-filter:drop-shadow(1rem -.5rem 0 #2379d1);filter:drop-shadow(1rem -.5rem 0 #2379d1)}.image-back .img{width:100%;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:0;padding-top:105.94%;position:relative;border-radius:1.4rem .25rem 2.25rem 0}.image-back .img img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.image-back.image-back__left{-webkit-filter:drop-shadow(-1rem -.5rem 0 #2379d1);filter:drop-shadow(-1rem -.5rem 0 #2379d1)}.image-back.image-back__left .img{border-radius:1.4rem .25rem 2.25rem 0}.image-back:hover .img img{-webkit-transform:translate(-50%,-50%) scale(1.3);-ms-transform:translate(-50%,-50%) scale(1.3);transform:translate(-50%,-50%) scale(1.3)}.why-us{width:100%;padding:3.65rem 0;background:#19275b}.why-us .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.why-us .title-head .lightning{color:#fff}.why-us .title-head .subttl{color:#fff}.why-us__cont{margin-top:1.5rem;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1.5rem}.why-us__item{width:calc(33.3333333333% - 1rem);background:#fff;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.8rem}.why-us__item .img{-ms-flex-negative:0;flex-shrink:0;width:100%;max-width:10.5rem;background:#f6780f;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:auto}.why-us__item .img .ic{width:auto;height:3.3rem;display:-webkit-box;display:-ms-flexbox;display:flex}.why-us__item .img .ic img{width:auto;height:100%}.why-us__item .txt{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:.6rem;padding:1.6rem}.why-us__item .txt span{font-size:1.05rem;color:#343434;line-height:1.2;font-weight:600;letter-spacing:-.03em;display:inline-block;padding-left:.5rem}.why-us__item .txt p{font-size:.7rem;color:#6b6b66;line-height:1.5;font-weight:400}.why-us__item::after{position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid rgba(8,8,0,.1);z-index:2;pointer-events:none;display:inline-block;content:"";border-radius:.8rem;-webkit-box-sizing:border-box;box-sizing:border-box}.contact-us{position:relative;width:100%;padding:5rem 0}.contact-us .container{position:relative;z-index:2}.contact-us__bg{width:57.03%;display:-webkit-box;display:-ms-flexbox;display:flex;height:19rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:absolute;bottom:0;left:0;z-index:1}.contact-us__bg img{width:100%;height:100%}.contact-us__cont{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:3.85rem}.contact-us__left{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding-left:7.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.contact-us .title-head{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:1.2rem}.contact-us .title-head p{font-size:.8rem;color:#6b6b66;line-height:1.5;font-weight:400}.contact-us .title-head .subttl{text-align:right}.contact-us .title-head .lightning{text-align:right}.contact-us__right{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;max-width:27.7rem;-ms-flex-negative:0;flex-shrink:0}.contact-us__right .image-back .img{border-radius:1.4rem .25rem 2.25rem 0;padding-top:125.8%}.contact-us .form{width:100%;max-width:25.75rem}.contact-us .form .wpcf7-submit{display:none}.form{width:100%}.form .wpcf7{width:100%}.form form{direction:rtl;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:1.6rem}.form .button-submit{width:100%;margin-top:1.6rem;position:relative}.input-wrap{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.input-wrap .wpcf7-form-control-wrap{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.input-wrap label{display:inline-block;margin-bottom:.6rem;font-size:1rem;color:#343434;line-height:1.5;font-weight:600}.input-wrap input,.input-wrap textarea{width:100%;border:1px solid rgba(8,8,0,.1);background:#f4f5f6;display:-webkit-box;display:-ms-flexbox;display:flex;padding:.5rem .8rem;border-radius:1.6rem;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:.7rem;color:#6b6b66;line-height:1.7;font-weight:400;text-align:right}.input-wrap textarea{resize:none;border-radius:.8rem;height:9rem}.input-wrap:has(textarea){width:100%}.input-wrap:has(input.wpcf7-not-valid)::before{opacity:1}.input-wrap:has(input.wpcf7-not-valid) input{border-color:red}.input-wrap .wpcf7-not-valid-tip{display:none}.button-submit{width:100%;border-radius:1.6rem;height:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid #f6780f;background:#fff;cursor:pointer;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.button-submit::before{width:100%;height:97.4%;display:inline-block;position:absolute;content:"";top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:url(../img/subm1.png) no-repeat center/100%;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;opacity:0}.button-submit .p{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:.25rem;position:relative;z-index:2}.button-submit .p p{font-size:.8rem;color:#343434;line-height:1.5;font-weight:700;text-align:center}.button-submit .p .ic{width:1.3rem;display:-webkit-box;display:-ms-flexbox;display:flex;height:auto;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.button-submit .p .ic img{width:100%;height:auto}.button-submit:hover{background:rgba(255,255,255,0);border-color:rgba(255,255,255,0)}.button-submit:hover::before{opacity:1}.button-submit:hover .p .ic{opacity:0}.footer{width:100%;background:#080800;border-top:.25rem solid #f6780f;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;border-bottom:.5rem solid #f6780f}.footer::before{height:.25rem;width:20%;background:#2379d1;display:inline-block;content:"";position:absolute;top:-.25rem;right:0}.footer__cont{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:4.1rem 0 3rem;position:relative}.footer__cont .lmweb{position:absolute;bottom:1rem;right:0;font-size:.6rem;color:#fff;line-height:1.4;font-weight:400;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;text-decoration:none}.footer__cont .lmweb:hover{color:#f6780f}.footer__logo{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:1.85rem}.footer__logo .logo{width:20.6rem;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex}.footer__logo .logo a,.footer__logo .logo img{width:100%;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex}.footer__logo p{font-size:.8rem;color:#fff;line-height:1.375;font-weight:400}.footer__menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-right:auto;margin-left:auto}.footer__menu ul{margin-top:3.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:2rem}.footer__menu ul li{display:-webkit-box;display:-ms-flexbox;display:flex}.footer__menu ul li a{font-size:.8rem;color:#fff;line-height:1.5;font-weight:400;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.footer__menu ul li a:hover{color:#f6780f}.footer__menu span{font-size:1.2rem;color:#f6780f;line-height:1;font-weight:700;display:inline-block;margin-bottom:1rem}.footer__menu p{font-size:.8rem;color:#fff;line-height:1.5;font-weight:700;display:inline-block;margin-bottom:1rem}.footer__socs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:1.4rem;margin-bottom:auto}.footer__socs a{width:1.75rem;height:1.75rem;-webkit-mask-image:var(--ic);mask-image:var(--ic);-webkit-mask-position:center center;mask-position:center center;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;background:#fff;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;cursor:pointer}.footer__socs a:hover{background:#f6780f}.socs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:.1rem}.socs a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:1rem;font-size:.8rem;color:#fff;line-height:1.7;font-weight:400;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.socs a .ic{width:.75rem;height:.75rem;display:-webkit-box;display:-ms-flexbox;display:flex}.socs a .ic img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.socs a:hover{color:#f6780f}.product-hero{width:100%;position:relative;padding:4.5rem 0 1.5rem}.product-hero__thumbs{display:none}.product-hero__bg{width:57.03%;display:-webkit-box;display:-ms-flexbox;display:flex;height:19rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:absolute;top:0;right:0;z-index:1}.product-hero__bg img{width:100%;height:100%}.product-hero .container{position:relative;z-index:2;max-width:90rem}.product-hero__top{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:7rem;padding-bottom:2.5rem}.product-hero__bot{width:100%;padding-left:15.85rem}.product-hero__right{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding-top:2.25rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:10.85rem}.product-hero__right.no-slider{gap:6rem}.product-hero__right .top{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:1.2rem}.product-hero__right .txt{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:1.2rem}.product-hero__right .txt h2,.product-hero__right .txt h3,.product-hero__right .txt h4,.product-hero__right .txt h5,.product-hero__right .txt h6,.product-hero__right .txt span{font-size:1.05rem;color:#343434;line-height:1.2;font-weight:600;letter-spacing:-.03em}.product-hero__right .txt h2{font-size:1.15rem}.product-hero__right .txt h3,.product-hero__right .txt h4{font-size:1.05rem}.product-hero__right .txt h5,.product-hero__right .txt h6{font-size:1rem}.product-hero__right .txt a,.product-hero__right .txt li,.product-hero__right .txt p{font-size:.8rem;color:#343434;line-height:1.5;font-weight:400}.product-hero__right .txt a strong,.product-hero__right .txt li strong,.product-hero__right .txt p strong{font-weight:600}.product-hero__right .txt a span,.product-hero__right .txt li span,.product-hero__right .txt p span{font-size:inherit;font-weight:inherit}.product-hero__right .txt a{color:#f6780f;text-decoration:underline}.product-hero__right .txt a:hover{text-decoration:none}.product-hero__right .txt ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:.25rem}.product-hero__right .txt ul>li{padding-right:1rem;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.product-hero__right .txt ul>li::before{content:"";position:absolute;top:.2rem;right:0;width:.75rem;height:.75rem;background:#2379d1;-webkit-mask-image:url(../img/lightning.svg);mask-image:url(../img/lightning.svg);-webkit-mask-position:center center;mask-position:center center;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.product-hero__right .txt blockquote{font-family:Arimo,sans-serif;background:#f6780f;border-radius:1rem;font-weight:400;font-size:1rem;line-height:1.3;text-align:center;color:#fff;padding:2.5rem 4rem;position:relative;z-index:2}.product-hero__right .txt blockquote::after,.product-hero__right .txt blockquote::before{content:'"';position:absolute;top:.4rem;left:.9rem;font-size:3rem}.product-hero__right .txt blockquote::after{top:auto;left:auto;bottom:.4rem;right:.9rem;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.product-hero__right .txt img{max-width:100%;height:auto;-o-object-fit:contain;object-fit:contain}.product-hero__right .txt .alignleft{float:left;margin-right:2rem}.product-hero__right .txt .alignright{float:right;margin-left:2rem}.product-hero__right .txt .aligncenter{margin:0 auto}.product-hero__right .txt ol{counter-reset:numOl;list-style:none!important}.product-hero__right .txt ol p{margin-bottom:0}.product-hero__right .txt ol:not(:last-child){margin-bottom:.5rem}.product-hero__right .txt ol li{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.product-hero__right .txt ol li::before{counter-increment:numOl;content:counters(numOl, ".") ".";font-weight:inherit;font-size:inherit;line-height:inherit;color:inherit;margin-right:.3rem}.product-hero__right .txt ol li ol{padding-right:var(--paddingList)}.product-hero__right .txt ol li ul{padding-left:1rem}.product-hero__right .txt ol li ul li{position:relative;z-index:2}.product-hero__right .txt ol li ul li::before{display:none}.product-hero__tips{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.product-hero__tips p{font-size:.8rem;line-height:1.5;font-weight:400;color:#343434}.product-hero__tips-top{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-size:1.05rem;color:#343434;line-height:1.2;font-weight:600;letter-spacing:-.03em;margin-bottom:1.5rem;gap:.5rem}.product-hero__tips-top-t{width:100%}.product-hero__tips-top .ic{gap:2.2rem;height:2.2rem;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex}.product-hero__tips-top .ic img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product-hero__left{-ms-flex-negative:0;flex-shrink:0;width:100%;max-width:33.2rem;padding-left:7.5rem}.product-hero__left.no-slider{max-width:40.65rem;margin-top:14rem;margin-bottom:auto}.product-hero .container.container--default{max-width:75rem}.product-hero__certificates{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;gap:.75rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-bottom:3.5rem}.product-hero__certificates .btns{display:none}.product-hero__certificates .swiper{width:100%}.product-hero__certificates .swiper-wrapper{width:100%}@media screen and (min-width:768px){.product-hero__certificates .swiper-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:.25rem;-ms-flex-wrap:wrap;flex-wrap:wrap}.product-hero__certificates .swiper-wrapper .swiper-slide{display:-webkit-box;display:-ms-flexbox;display:flex;width:auto;height:11rem}.product-hero__certificates .swiper-wrapper .swiper-slide .img{width:auto;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.product-hero__certificates .swiper-wrapper .swiper-slide .img img{width:auto;height:100%}}.product-hero__image{width:100%}.product-hero__image .img{width:100%;height:0;padding-top:105.12%;position:relative;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-filter:drop-shadow(1rem -.5rem 0 #2379d1);filter:drop-shadow(1rem -.5rem 0 #2379d1);border-radius:1.4rem .25rem 2.25rem 0}.product-hero__image .img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0}.product-hero__slider{width:100%;position:relative}.product-hero__slider .slider-btn{position:absolute;left:-1.5rem;top:50%;-webkit-transform:translate(-100%,-50%);-ms-transform:translate(-100%,-50%);transform:translate(-100%,-50%);z-index:3}.product-hero__slider .slider-btn.slider-btn--next{right:-1.5rem;left:auto;-webkit-transform:translate(100%,-50%);-ms-transform:translate(100%,-50%);transform:translate(100%,-50%)}.product-hero__slider .swiper{width:100%;-webkit-filter:drop-shadow(-1rem -.5rem 0 #2379d1);filter:drop-shadow(-1rem -.5rem 0 #2379d1);border-radius:1.4rem .25rem 2.25rem 0;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-appearance:none;-moz-appearance:none;appearance:none}.product-hero__slider .swiper-wrapper{width:100%}.product-hero__slider .swiper-slide{width:100%}.product-hero__slider .img{width:100%;height:0;padding-top:100.5%;position:relative;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-appearance:none;-moz-appearance:none;appearance:none}.product-hero__slider .img iframe,.product-hero__slider .img img,.product-hero__slider .img video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0}.product-hero__version{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.product-hero__version-el{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:.8rem;color:#6b6b66;line-height:1.5;font-weight:400;text-align:center;padding:.2rem;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;border-bottom:1px solid #e9e9e9}.product-hero__version-el.el--right{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.product-hero__version-el.el--right p{text-align:right}.product-hero__version-el.el--left{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.product-hero__version-el.el--left p{text-align:left}.product-hero__version-el.el--center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.product-hero__version-el.el--center p{text-align:center}.product-hero__version-el small{display:none}.product-hero__version-el strong{font-weight:600}.product-hero__version-el:nth-child(1){width:13.47%}.product-hero__version-el:nth-child(2){width:46.12%}.product-hero__version-el:nth-child(3){width:13.47%}.product-hero__version-el:nth-child(4){width:13.47%}.product-hero__version-el:nth-child(5){width:13.47%}.product-hero__version-opener{display:none}.product-hero__version-head,.product-hero__version-item{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:0}.product-hero__version-head .product-hero__version-el{padding:.75rem .5rem .5rem;border-top:.25rem solid #f6780f}.product-hero__version-head .product-hero__version-el p{color:#343434;font-weight:600}.product-hero__version-head .product-hero__version-el:last-child{border-top-color:#2379d1}.product-hero__version-item:last-child .product-hero__version-el{border-bottom:none}.slider-btn{width:2rem;height:2rem;border-radius:.25rem;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;background:#f9a157;cursor:pointer;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;-webkit-box-sizing:border-box;box-sizing:border-box;border:.1rem solid #f9a157}.slider-btn::after{width:2rem;height:.8rem;background:#343434;-webkit-mask-image:url(../img/arr-sld.svg);mask-image:url(../img/arr-sld.svg);-webkit-mask-position:center center;mask-position:center center;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;display:inline-block;content:"";position:absolute;top:50%;right:.75rem;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%)}.slider-btn:hover{background:rgba(255,255,255,0)}.slider-btn:hover::after{right:-1rem}.slider-btn.slider-btn--prev::after{right:auto;left:.75rem;-webkit-transform:translate(0,-50%) rotate(180deg);-ms-transform:translate(0,-50%) rotate(180deg);transform:translate(0,-50%) rotate(180deg)}.slider-btn.slider-btn--prev:hover::after{left:-1rem}.slider-btn.swiper-button-disabled{opacity:.3;pointer-events:none}.catalog-page{background:#eaf0fe;width:100%;padding-top:.6rem;padding-bottom:9.5rem}.catalog-page__cont{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-top:2.25rem}.catalog-page .btn-more{margin-left:auto;margin-right:auto}.catalog-page__list{width:100%;gap:1.5rem .5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;margin-bottom:1.5rem}.catalog-page__list .our-products__single{-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;width:calc(33.3333333333% - .3333333333rem)}.btn-more{-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;display:-webkit-box;display:-ms-flexbox;display:flex;background:#f6780f;border:1px solid #f6780f;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:1.6rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:15.5rem;height:2rem;position:relative;margin-top:auto}.btn-more .b{position:relative;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:.25rem}.btn-more .b p{font-size:1rem;color:#343434;line-height:1.2;font-weight:700}.btn-more .b::after{width:1.3rem;height:1.05rem;display:inline-block;content:"";background:url(../img/vilka1.svg) no-repeat center/100%;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.btn-more::before{width:97%;height:90%;z-index:1;position:absolute;top:50%;left:50%;display:inline-block;content:"";-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:url(../img/vilka3.png) no-repeat center/100%;opacity:0;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.btn-more:hover::before{opacity:1}.btn-more:hover .b::after{opacity:0}.btn-more .b p{font-size:.8rem}.product-hero__tips-list{margin-top:2.5rem;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:.75rem;counter-reset:numOl}.product-hero__tips-single{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:1.5rem;counter-increment:numOl;padding-bottom:1rem;border-bottom:1px dashed #343434}.product-hero__tips-single-right{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.product-hero__tips-single-right li,.product-hero__tips-single-right p{font-size:.8rem;color:#343434;line-height:1.5;font-weight:400}.product-hero__tips-single-right ul{width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.product-hero__tips-single-right ul>li{padding-right:1rem;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.product-hero__tips-single-right ul>li::before{content:"";position:absolute;top:.2rem;right:0;width:.75rem;height:.75rem;background:#2379d1;-webkit-mask-image:url(../img/lightning.svg);mask-image:url(../img/lightning.svg);-webkit-mask-position:center center;mask-position:center center;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.product-hero__tips-single-right ul ol{counter-reset:alpha;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.product-hero__tips-single-right ul ol li{padding-right:.8rem;position:relative;counter-increment:alpha}.product-hero__tips-single-right ul ol li::before{content:counter(alpha,lower-alpha) ". ";position:absolute;top:0;right:0}.product-hero__tips-single-left{width:13.8rem;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:1.5rem}.product-hero__tips-single-left span{font-size:1.05rem;color:#343434;line-height:1.2;font-weight:600}.product-hero__tips-single-left::before{font-family:Inter,sans-serif;content:counter(numOl);-ms-flex-negative:0;flex-shrink:0;font-size:2.4rem;color:#343434;line-height:1;font-weight:400;display:-webkit-box;display:-ms-flexbox;display:flex}.policy-block{width:100%;position:relative;padding:3.5rem 0 4rem}.policy-block .container{max-width:90rem}.policy-block__bg{width:57.03%;display:-webkit-box;display:-ms-flexbox;display:flex;height:19rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:absolute;bottom:0;left:0;z-index:1}.policy-block__bg img{width:100%;height:100%}.policy-block .container{position:relative;z-index:2}.policy-block__cont{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:2.3rem;margin-top:3rem}.policy-block .title-head{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.policy-block .title-head .subttl,.policy-block .title-head span{text-align:initial}.policy-block__right{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.policy-block__right .text-block{width:100%}.policy-block__left{background:#eaf0fe;width:100%;max-width:20.25rem;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;padding:1.6rem;border-radius:0 1.4rem .8rem 2.25rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.policy-block__left>span{font-size:1.3rem;color:#343434;line-height:1.2;font-weight:600;display:inline-block;margin-bottom:1.5rem}.policy-block__left ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:1.5rem}.policy-block__left ul li{width:100%}.policy-block__left .policy-contacts{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:.5rem}.policy-block__left .policy-contacts .ic{width:2rem;height:2rem;background:#343434;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;-ms-flex-negative:0;flex-shrink:0}.policy-block__left .policy-contacts .ic img{width:1rem;height:1rem;display:inline-block}.policy-block__left .policy-contacts .txt{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:.4rem}.policy-block__left .policy-contacts .txt p,.policy-block__left .policy-contacts .txt span{font-size:.7rem;color:#6b6b66;line-height:1;font-weight:400}.policy-block__left .policy-contacts .txt span{color:#343434}.policy-block__left .policy-contacts:hover .ic{background:#f6780f}.contact-us.contact-us--page .contact-us__cont{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.contact-us.contact-us--page .contact-us__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:1.5rem}.contact-us.contact-us--page .policy-block__left{background:#080800;padding:1.6rem;width:100%;max-width:100%}.contact-us.contact-us--page .policy-block__left span{color:#fff}.contact-us.contact-us--page .policy-block__left ul{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:1.6rem;-ms-flex-wrap:wrap;flex-wrap:wrap}.contact-us.contact-us--page .policy-block__left ul li{width:calc(50% - .8rem)}.contact-us.contact-us--page .policy-block__left ul li:nth-child(even){width:calc(50% - .8rem)}.contact-us.contact-us--page .policy-block__left ul li .policy-contacts .ic{background:#fff}.contact-us.contact-us--page .policy-block__left ul li .policy-contacts .ic img{-webkit-filter:brightness(0);filter:brightness(0)}.contact-us.contact-us--page .policy-block__left ul li .policy-contacts .txt span{color:#fff}.contact-us.contact-us--page .policy-block__left ul li .policy-contacts .txt p{color:rgba(255,255,255,.6)}.contact-map{width:100%;height:14.75rem;border-radius:0 1.6rem 1.6rem 0;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-appearance:none;-moz-appearance:none;appearance:none}.contact-map iframe{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.page404{width:100%;padding:5rem 0 6rem}.page404 .container{max-width:90rem}.page404__cont{padding-right:7.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:0}.page404__top{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.page404__top .title{display:inline-block;margin-bottom:1.25rem;max-width:33rem}.page404__top .btns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:1.2rem}.page404__top p{font-size:.8rem;color:#6b6b66;line-height:1.5;font-weight:400;margin-bottom:1.2rem}.page404__top .btn-orange,.page404__top .btn-trans{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:.4rem;font-size:.8rem;color:#343434;line-height:1.5;font-weight:700;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;padding:.5rem .4rem;border-radius:1.6rem;min-width:6.5rem}.page404__top .btn-orange .ic,.page404__top .btn-trans .ic{width:1.2rem;height:1.2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.page404__top .btn-orange .ic img,.page404__top .btn-trans .ic img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.page404__top .btn-trans{background:rgba(255,255,255,0);border:1px solid #343434}.page404__top .btn-trans:hover{background:#343434;color:#fff}.page404__top .btn-trans:hover .ic{-webkit-filter:invert(1);filter:invert(1)}.page404__top .btn-orange{border:1px solid #f6780f;background:#f6780f}.page404__top .btn-orange:hover{background:rgba(255,255,255,0)}.page404__bot{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:-5rem}.page404__bot .img{width:100%;height:0;position:relative;padding-top:23.28%;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-appearance:none;-moz-appearance:none;appearance:none}.page404__bot .img img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.contact-us.contact-us--thanks .container{max-width:90rem}.contact-us.contact-us--thanks .contact-us__left{padding:0}.contact-us.contact-us--thanks .title{max-width:100%}.contact-us.contact-us--thanks .contact-us__cont{padding-right:7.5rem}.popsocials{position:fixed;z-index:8;top:22.5rem;left:1.25rem}.popsocials__wrp{display:none}.popsocials__list{gap:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.popsocials__icon{width:2.75rem;height:2.75rem;background:#f6780f;border:.1rem solid #f6780f;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-filter:drop-shadow(0 .2rem .2rem rgba(0, 0, 0, .25));filter:drop-shadow(0 .2rem .2rem rgba(0, 0, 0, .25))}.popsocials__icon img{width:1.4rem;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex}.popsocials__icon:hover{background:#343434}.form .wpcf7-spinner{display:none}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output{margin:0;border:.1rem solid #f6780f;padding:.5rem;font-size:.8rem;line-height:1.4;font-weight:400;border-radius:.5rem;width:100%;background:#fff}.sitemap{padding:2rem 0 3rem;position:relative}.sitemap .container{max-width:90rem;position:relative;z-index:2}.sitemap__cont{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:2rem}.sitemap__list{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;gap:2rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:6rem}.sitemap__item{width:100%;gap:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-bottom:2rem;border-bottom:.1rem solid #f6780f}.sitemap__item span{font-size:1.8rem;color:#343434;line-height:1.4;font-weight:600}.sitemap__item ul{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;gap:.5rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}.sitemap__item ul li{display:-webkit-box;display:-ms-flexbox;display:flex}.sitemap__item ul li a{font-size:1rem;color:#343434;line-height:1.4;font-weight:400;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:.5rem}.sitemap__item ul li a::before{width:.3rem;height:.3rem;background:#f6780f;display:inline-block;content:"";border-radius:50%}.sitemap__item ul li a:hover{color:#f6780f}@media screen and (max-width:1920px){body,html{font-size:1.0416666667vw}}@media screen and (max-width:767px){body,html{font-size:5.0890585242vw}main{padding-top:0}.container{padding:0 1rem;max-width:100%!important}.header{position:sticky;border-bottom-width:.15rem;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.header.active{background:#fff!important}.header .logo{width:11rem}.header::before{height:.15rem;width:4rem;bottom:-.15rem}.header .footer__socs{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.header .footer__socs a{background:#343434}.header .footer__socs a:hover{background:#f6780f}.header-cont{padding:.55rem 0;position:static}.header .footer__menu::before{width:15.75rem;right:-1rem;top:0;background:#f6780f;display:inline-block;content:"";height:1px;position:absolute}.header .footer__menu span{font-size:1rem;margin-bottom:.5rem}.header .socs a{color:#343434}.header .socs a:hover{color:#f6780f}.header .footer__menu ul{margin-top:.5rem}.header .footer__menu ul a{color:#343434}.header .footer__menu ul a:hover{color:#f6780f}.header-menu{padding:1rem 1rem 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;top:var(--headerheight);width:100%;right:0;position:absolute;height:calc(100dvh - var(--headerheight));background:#fff;-webkit-transform:translate(105%,0);-ms-transform:translate(105%,0);transform:translate(105%,0);-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow-y:auto}.header-menu__socs{width:calc(100% + 2rem);padding-left:1rem;padding-right:1rem;margin-right:-1rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:auto;padding-bottom:1rem;padding-top:1.5rem;position:relative;z-index:2;border-bottom:.15rem solid #f6780f}.header-menu__socs::before{height:.15rem;width:4rem;background:#2379d1;display:inline-block;content:"";position:absolute;bottom:-.15rem;left:0;z-index:2}.header-menu__socs::after{position:absolute;bottom:-.15rem;left:0;width:11.3rem;height:4rem;background:url(../img/hdaft.png) no-repeat center/100%;content:"";display:inline-block}.header.active .header-menu{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.header .menu{width:100%}.header .menu ul{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:0}.header .menu ul li{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.header .menu ul li a{padding-right:0;width:100%;gap:1rem;font-weight:600}.header .menu ul li a::after{content:none!important}.header .menu ul li a .arr{width:1.5rem;height:1.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.header .menu ul li a .arr::after{width:1.2rem;height:.6rem;display:inline-block;content:"";background:#343434;-webkit-mask-image:url(../img/arrmen.svg);mask-image:url(../img/arrmen.svg);-webkit-mask-position:center center;mask-position:center center;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.header .menu ul li ul li a{font-weight:400}.header .menu ul li.open>a{color:#f6780f}.header .menu ul li.open>a .arr::after{background:#f6780f;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.header .menu ul li.menu-item-has-children.open>ul{max-height:15rem}.header .menu>ul li.menu-item-has-children ul{max-height:0;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out;overflow:hidden}.header .menu>ul li.menu-item-has-children ul a{padding:.5rem 1.5rem}.burger{width:1.3rem;height:1.2rem;position:relative;cursor:pointer;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;margin-right:auto}.burger span{height:.15rem;width:100%;gap:1px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:absolute;left:50%;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.burger span::after,.burger span::before{height:100%;display:inline-block;border-radius:.15rem;background:#343434;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;content:"";-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;-ms-flex-negative:0;flex-shrink:0}.burger span::after{background:#f6780f;-ms-flex-negative:0;flex-shrink:0;width:.35rem;-webkit-box-flex:initial;-ms-flex-positive:initial;flex-grow:initial}.burger span:nth-child(1){top:0;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0)}.burger span:nth-child(2){top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.burger span:nth-child(2)::before{-webkit-box-flex:initial;-ms-flex-positive:initial;flex-grow:initial;width:100%}.burger span:nth-child(2)::after{content:none}.burger span:nth-child(3){-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;bottom:0;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0)}.burger.active span{gap:0}.burger.active span::after{width:0}.burger.active span:nth-child(1){top:50%;left:50%;-webkit-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.burger.active span:nth-child(2)::before{width:0}.burger.active span:nth-child(3){bottom:50%;left:50%;-webkit-transform:translate(-50%,50%) rotate(-45deg);-ms-transform:translate(-50%,50%) rotate(-45deg);transform:translate(-50%,50%) rotate(-45deg)}.home-hero{padding-top:0;background:#eaf0fe;margin-top:0}.home-hero__bg{height:18rem;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-appearance:none;-moz-appearance:none;appearance:none}.home-hero__bg::after{width:100%;top:auto;bottom:0;right:0;left:auto;height:13rem;background:-webkit-gradient(linear,left top,left bottom,color-stop(10.14%,rgba(255,255,255,0)),color-stop(38.65%,rgba(255,255,255,.9)),color-stop(97.79%,rgba(255,255,255,.8)));background:linear-gradient(180deg,rgba(255,255,255,0) 10.14%,rgba(255,255,255,.9) 38.65%,rgba(255,255,255,.8) 97.79%)}.home-hero__cont{padding:11.3rem 0 0;width:100%;max-width:100%}.home-hero__cont .txt{width:100%;max-width:100%;gap:0}.home-hero__cont .txt .title{margin-bottom:.6rem}.lightning{font-size:.7rem;letter-spacing:-.03em}.title{font-size:2rem;letter-spacing:-.03em;line-height:1.4}.home-hero__item .ic img{height:1.2rem}.home-hero__list{gap:.4rem}.home-hero__item{width:100%}.home-hero__item:nth-child(1){border-radius:1.25rem 1.25rem 0 0}.home-hero__item:nth-child(1)::after{border-radius:1.25rem 1.25rem 0 0}.home-hero__item:nth-child(2){border-radius:.8rem}.home-hero__item:nth-child(2)::after{border-radius:.8rem}.home-hero__item:nth-child(3){border-radius:0 0 1.25rem 1.25rem}.home-hero__item:nth-child(3)::after{border-radius:0 0 1.25rem 1.25rem}.home-hero__item p{font-size:.7rem;letter-spacing:-.03em;padding:.55rem .75rem}.our-products{padding:1.5rem 0}.title-head{gap:.5rem;margin-bottom:1.5rem}.subttl{font-size:1.3rem;letter-spacing:-.03em;line-height:1.2}.our-products__list{gap:.5rem}.our-products__single{width:100%;gap:.25rem}.our-products__single .img{border-radius:.5rem .5rem 0 0}.our-products__single .txt{border-radius:0 0 .5rem .5rem;min-height:2.1rem;padding:5px}.our-products__single .txt .p{max-width:12.5rem}.our-products__single .txt .p p{font-size:.65rem}.our-products__single .txt .p .ic{width:.8rem;height:.8rem}.our-products__single .txt::before{content:none}.about-us__bg{width:100%;height:8.55rem}.about-us{padding:.8rem 0 2.1rem}.about-us .container{z-index:3}.about-us__bg{z-index:2}.about-us__cont{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:0}.about-us__right-bot{width:100%;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:2.25rem}.about-us__left{position:absolute;top:0;left:0;z-index:1;padding:0}.about-us__left .image-back{-webkit-filter:none;filter:none}.about-us__left .image-back .img{border-radius:0 .25rem 2.25rem 0}.about-us__right-top{gap:.75rem;margin-bottom:15rem}.about-us__right-top{max-width:15rem}.about-us__right-txt .txt p{font-size:.65rem;margin-bottom:.8rem}.about-us__right-txt .txt p strong{font-size:.9rem;letter-spacing:-.03em}.about-us__right-img .img{padding-top:72.6%}.why-us{padding:2.5rem 0}.why-us__cont{gap:.5rem;margin-top:.75rem;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.why-us__item{width:100%;height:4.4rem}.why-us__item .img{width:4.15rem}.why-us__item .img .ic{height:1.5rem}.why-us__item .txt{padding:.75rem;gap:.6rem}.why-us__item .txt span{font-size:.65rem;letter-spacing:-.03em}.why-us__item .txt p{font-size:.5rem}.why-us__item{border-radius:0 1.4rem .8rem 2.25rem}.why-us__item::after{border-radius:0 1.4rem .8rem 2.25rem}.contact-us{padding:1.3rem 0 4.5rem}.contact-us__bg{width:100%;height:8.55rem}.contact-us__cont{width:100%;gap:1.75rem;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.contact-us__right{width:100%}.image-back{-webkit-filter:drop-shadow(.5rem -.25rem 0 #2379d1);filter:drop-shadow(.5rem -.25rem 0 #2379d1)}.contact-us__left{width:100%;padding:0}.contact-us__left .title-head{gap:.75rem;margin-bottom:1rem}.contact-us__left .title-head p{font-size:.65rem}.input-wrap label{font-size:.7rem;margin-bottom:.2rem}.input-wrap input,.input-wrap textarea{font-size:.5rem;padding:.3rem .8rem}.form form{gap:.5rem}.input-wrap textarea{height:5rem}.button-submit .p .ic{width:18px;height:16px}.button-submit:hover{background:#f6780f;border-color:#f6780f}.footer{border-bottom-width:.25rem}.footer__logo{width:100%;gap:.75rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;margin:0;margin-bottom:2.25rem}.footer__logo .logo{width:11.7rem}.footer__logo p{font-size:.65rem;text-align:center}.footer__menu{width:100%}.footer::before{right:auto;left:0;width:4rem}.footer__cont{padding:3.8rem 0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:0}.footer__menu ul{gap:.5rem;margin-top:2.25rem}.footer__menu ul li a{font-size:.5rem}.footer__socs{width:100%;gap:.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:.5rem}.footer__socs a{width:1.75rem;height:1.75rem}.about-us__bg{top:0!important;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important}.product-hero{padding-top:0}.product-hero__top{gap:2rem;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-bottom:1.5rem}.product-hero__bot{padding:0;width:100%}.product-hero__version{gap:.5rem}.product-hero__version-head{display:none}.product-hero__version-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;border:1px solid #f6780f;background:rgba(255,255,255,0);border-radius:1.6rem;padding:.5rem 1rem .5rem;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}.product-hero__version-item.open{background:#eaf0fe;border-color:#2379d1;max-height:30rem}.product-hero__version-item.open .product-hero__version-el{display:-webkit-box;display:-ms-flexbox;display:flex}.product-hero__version-item.open .product-hero__version-opener{padding-bottom:.5rem}.product-hero__version-item.open .product-hero__version-opener::after{background:#2379d1;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.product-hero__version-el{width:100%!important;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:.5rem;padding:.5rem 1rem;border-top:1px solid rgba(2,13,31,.2);border-bottom:none}.product-hero__version-el small{display:inline-block;font-size:.8rem;color:#020d1f;line-height:1;font-weight:700}.product-hero__version-el p{text-align:initial;font-size:.6rem}.product-hero__version-opener{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:.2rem;padding-bottom:0}.product-hero__version-opener::after{width:.8rem;height:.8rem;display:inline-block;content:"";background:#020d1f;-webkit-mask-image:url(../img/vilka1.svg);mask-image:url(../img/vilka1.svg);-webkit-mask-position:center center;mask-position:center center;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;-ms-flex-negative:0;flex-shrink:0}.product-hero__version-opener p{font-size:.8rem;color:#020d1f;line-height:1.3;font-weight:700}.product-hero__left{padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:.5rem}.product-hero__thumbs{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.product-hero__thumbs .swiper{width:100%}.product-hero__thumbs .swiper-wrapper{width:100%}.product-hero__thumbs .img{width:100%;height:0;padding-top:103.57%;position:relative;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;opacity:.5}.product-hero__thumbs .img.img--video::after{z-index:1;width:1.5rem;height:1.5rem;display:inline-block;background:url(../img/play-bt.svg) no-repeat center/100%;content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.product-hero__thumbs .img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0}.product-hero__thumbs .swiper-slide{width:100%}.product-hero__thumbs .swiper-slide.swiper-slide-thumb-active .img{opacity:1}.product-hero__slider{width:calc(100% + 2rem);margin-right:-1rem}.product-hero__slider .swiper{border-radius:0 .25rem 2.25rem 0;-webkit-filter:none;filter:none}.product-hero__slider .img{padding-top:104.83%}.product-hero__slider .btns{display:none}.product-hero__bg{width:100%;height:8.55rem;top:0!important;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;display:none}.product-hero__right{width:100%;padding-top:0;gap:1.5rem}.product-hero__right .top{width:100%;gap:.25rem}.product-hero__right .top .subttl{font-size:2rem}.product-hero__right .txt{gap:1rem}.product-hero__right .txt h2,.product-hero__right .txt h3,.product-hero__right .txt h4,.product-hero__right .txt h5,.product-hero__right .txt h6,.product-hero__right .txt span{color:#343434;font-size:.9rem}.product-hero__right .txt h2{font-size:1rem}.product-hero__right .txt h3,.product-hero__right .txt h4{font-size:.9rem}.product-hero__right .txt h5,.product-hero__right .txt h6{font-size:.8rem}.product-hero__right .txt a,.product-hero__right .txt li,.product-hero__right .txt p{font-size:.7rem;letter-spacing:-.03em}.product-hero__certificates{width:100%;padding-bottom:0}.product-hero__certificates .btns{width:100%;padding:0 4.65rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.product-hero__certificates .swiper{width:100%}.product-hero__certificates .swiper-wrapper{width:100%}.product-hero__certificates .swiper-slide{display:-webkit-box;display:-ms-flexbox;display:flex;width:auto;height:8.25rem}.product-hero__certificates .swiper-slide .img{width:auto;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.product-hero__certificates .swiper-slide .img img{height:100%;width:auto}.slider-btn{width:1.3rem;height:1.3rem;border-radius:.25rem}.slider-btn::after{width:1.25rem;height:.5rem;right:.35rem}.slider-btn.slider-btn--prev::after{right:auto;left:.35rem}.breadcrumbs-block{margin:.5rem 0 0}.breadcrumbs li a,.breadcrumbs li span{font-size:.5rem}.breadcrumbs li a::after,.breadcrumbs li span::after{font-size:.65rem;line-height:1.4}.btns-catalog-p{width:100%;gap:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:.75rem}.btns-catalog-p .bt{width:2.2rem;height:1.4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;border:1px solid rgba(8,8,0,.3);background:rgba(255,255,255,0)}.btns-catalog-p .bt::after{width:1rem;height:1rem;background:#343434;display:inline-block;content:"";-webkit-mask-image:var(--frm);mask-image:var(--frm);-webkit-mask-position:center center;mask-position:center center;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.btns-catalog-p .bt.active{background:#f6780f;border-color:#f6780f}.btns-catalog-p .bt.active::after{background:#fff}.catalog-page{padding-top:.5rem;padding-bottom:1.5rem}.catalog-page .title-head{margin-bottom:.75rem}.catalog-page__cont{padding-top:1.5rem}.catalog-page__list{gap:.5rem}.catalog-page__list .our-products__single{width:100%}.catalog-page__list.double{gap:.25rem}.catalog-page__list.double .our-products__single{width:calc(50% - .125rem)}.catalog-page__list.double .our-products__single .txt-other{padding:.75rem .4rem}.catalog-page__list.double .our-products__single .txt-other span{font-size:.65rem}.catalog-page__list.double .our-products__single .txt-other>p{font-size:.55rem}.our-products__single .txt-other{padding:.75rem 1.6rem;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.our-products__single .txt-other span{font-size:.8rem;margin-bottom:.5rem;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.our-products__single .txt-other>p{font-size:.65rem;margin-bottom:.5rem;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.our-products__single .txt-other .txt-btn{width:100%;min-width:100%}.our-products__single .txt-other .txt-btn .b p{font-size:.8rem}.our-products__single .txt-other .txt-btn .b::after{width:.8rem;height:.8rem}.product-hero__left.no-slider{margin-top:0}.product-hero__left.no-slider .product-hero__slider{width:100%;margin:0}.product-hero__image .img{-webkit-filter:drop-shadow(.5rem -.25rem 0 #2379d1);filter:drop-shadow(.5rem -.25rem 0 #2379d1);border-radius:1.4rem .25rem 2.25rem 0;padding-top:126.06%}.product-hero__right.no-slider{gap:1.5rem}.product-hero__tips-top{margin-bottom:.5rem;font-size:1rem;gap:.5rem}.product-hero__tips-top .ic{width:1.75rem;height:1.75rem}.product-hero__tips p{font-size:.65rem}.product-hero__tips-list{margin-top:1.5rem;gap:.75rem}.product-hero__tips-single{gap:.5rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.product-hero__tips-single-left{gap:.5rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.product-hero__tips-single-left span{font-size:.8rem}.product-hero__tips-single-left::before{font-size:1.6rem}.product-hero__tips-single-right li,.product-hero__tips-single-right p{font-size:.65rem}.policy-block{padding-top:1rem;padding-bottom:8rem}.policy-block__cont{margin-top:.5rem;gap:0}.policy-block__left{display:none}.policy-block__right{width:100%}.policy-block__bg{width:100%;height:8.55rem;bottom:0!important;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;top:auto!important}.contact-map{height:9.5rem}.contact-us.contact-us--page .policy-block__left{display:-webkit-box;display:-ms-flexbox;display:flex;padding:1.6rem}.contact-us.contact-us--page .policy-block__left span{font-size:1.05rem}.contact-us.contact-us--page .policy-block__left ul{gap:2.5rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.contact-us.contact-us--page .policy-block__left ul li{width:100%!important}.contact-us.contact-us--page .policy-block__left ul li .policy-contacts .txt p,.contact-us.contact-us--page .policy-block__left ul li .policy-contacts .txt span{font-size:.7rem}.page404{padding:2rem 0 3.25rem}.page404__cont{width:100%;max-width:100%;padding:0;gap:3.5rem}.page404__top{width:100%;gap:1rem}.page404__top .title{font-size:1.9rem;margin:0}.page404__bot{margin:0;width:100%}.contact-us.contact-us--thanks .contact-us__cont{padding:0}.page404__top p{margin:0;font-size:.6rem}.popsocials{top:auto;bottom:20vh;left:.35rem}.popsocials__list{bottom:3rem;position:absolute;left:0;opacity:0;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;pointer-events:none}.popsocials__wrp{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;width:2rem;height:2rem}.popsocials__btn{position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer;border:1px solid #f6780f;background:#f6780f;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.popsocials__btn img{width:1.4rem;height:auto}.popsocials__cls{background:rgba(8,8,0,.6);display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;border-radius:50%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:0;left:0;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;opacity:0;pointer-events:none}.popsocials__cls span{width:70%;height:.1rem;background:#fff;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.popsocials__cls span:nth-child(2){-webkit-transform:translate(-50%,-50%) rotate(-45deg);-ms-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg)}.popsocials.open .popsocials__btn{opacity:0;pointer-events:none}.popsocials.open .popsocials__cls{opacity:1;pointer-events:auto}.popsocials.open .popsocials__list{opacity:1;pointer-events:auto}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output{padding:.25rem;font-size:.65rem}.sitemap__item span{font-size:1rem}.sitemap__item{gap:.7rem}.sitemap__item ul{gap:.3rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.sitemap__item ul li a{font-size:.8rem}.sitemap{padding:1rem 0 2rem}.sitemap__list{margin-top:2rem}}