@import"https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700&display=swap";html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}body{font-family:"Nunito",sans-serif;color:#000}.container{max-width:1180px;margin:0 auto}a{text-decoration:none;cursor:pointer}.btn{display:inline-block;padding:18px 20px;background-color:#ff832a;font-size:18px;line-height:22px;box-shadow:0px 3px 6px rgba(0,0,0,.1607843137);text-decoration:none;font-weight:700;cursor:pointer}.btn.btn-primary{display:block;width:100%;padding:17px 0;background-color:#ff832a;color:#fff;font-weight:400;border:0;border-radius:5px;box-shadow:0px 3px 6px rgba(0,0,0,.1607843137);cursor:pointer;text-decoration:none}.btn.btn-white{background-color:#fff;color:#ff832a}header{padding:12px 0}header .container{display:flex;justify-content:space-between;align-items:center}@media screen and (max-width: 768px){header .container{flex-direction:column-reverse;padding:10px 20px}}header .container .logo{display:block}@media screen and (max-width: 768px){header .container .logo{max-width:100%}}header .container .logo a{display:block}header .container .logo a img{display:block}@media screen and (max-width: 768px){header .container .logo a img{max-width:100%}}header .container .login-bar{width:100%;margin-bottom:50px;display:flex;justify-content:space-between;align-items:center;gap:80px;font-size:18px;color:#484848}@media screen and (max-width: 768px){header .container .login-bar{flex-direction:column;gap:10px;margin-bottom:10px}}header .container .login-bar a{font-size:18px;color:#484848;font-weight:700;text-decoration:none}header .container .search-bar{border-bottom:1px solid #3c3c3b}@media screen and (max-width: 768px){header .container .search-bar{display:none}}header .container .search-bar form{display:flex;justify-content:space-between;align-items:center}header .container .search-bar form input{width:100%;border:0;background-color:rgba(0,0,0,0);outline:none;font-size:16px;color:#707070}header .container .search-bar form button{border:0;background:rgba(0,0,0,0);cursor:pointer}nav{background-color:#494949;position:relative}@media screen and (max-width: 768px){nav .container{display:flex;width:100%}}nav .search-bar{display:none}@media screen and (max-width: 768px){nav .search-bar{width:100%;display:flex}}nav .search-bar form{width:100%;display:flex}nav .search-bar form input[type=text]{padding:0 20px;width:100%;background-color:rgba(0,0,0,0);color:#fff;border:0;outline:none}nav .search-bar form input[type=text]::-moz-placeholder{color:#fff}nav .search-bar form input[type=text]:-ms-input-placeholder{color:#fff}nav .search-bar form input[type=text]::placeholder{color:#fff}nav .search-bar form .btn-search{border:0;margin-right:10px;background-color:rgba(0,0,0,0)}nav .search-bar form .btn-search img{filter:brightness(0) invert(1)}nav #mobile-menu{border:0;background:rgba(0,0,0,0);cursor:pointer;display:none}@media screen and (max-width: 768px){nav #mobile-menu{display:block}}@media screen and (max-width: 768px){nav .menu-menu-container{max-height:0;overflow:hidden;position:absolute;top:calc(100% - 1px);width:100%;background-color:#494949}}@media screen and (max-width: 768px){nav .menu-menu-container.visible{max-height:none;transition:all .4s}}nav ul{display:flex;justify-content:flex-start;align-items:center;gap:100px}@media screen and (max-width: 768px){nav ul{flex-direction:column;gap:0;align-items:flex-start}}nav ul li a{display:block;padding:15px 0 13px;font-size:16px;text-transform:uppercase;color:#fff;text-decoration:none}@media screen and (max-width: 768px){nav ul li a{padding-left:20px;padding-right:20px}}.why-us{padding:70px 0}.why-us .why-us-wrapper{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}@media screen and (max-width: 768px){.why-us .why-us-wrapper{flex-direction:column;justify-content:center;align-items:center}}.why-us .why-us-wrapper .why-us-item{text-align:center}.why-us .why-us-wrapper .why-us-item .why-us-img-wrapper{height:47px;margin-bottom:19px;overflow:hidden}.why-us .why-us-wrapper .why-us-item .why-us-img-wrapper img{width:auto;max-width:100%;max-height:100%}.why-us .why-us-wrapper .why-us-item .why-us-text{max-width:200px;font-size:16px;line-height:22px;color:#484848}footer{padding:20px 0 0;border-top:1px solid #ff832a;background-color:rgba(255,131,42,.0509803922)}footer .logo-footer{margin-bottom:25px;text-align:center}footer .contact-footer{display:flex;flex-direction:column;align-items:center;gap:11px;margin-bottom:30px}footer .contact-footer p{font-size:18px;line-height:24px;color:#484848}footer .contact-footer p a{font-size:18px;line-height:24px;color:#484848;font-weight:700;text-decoration:none}footer .copyright-foot{background-color:#494949}footer .copyright-foot .container{display:flex;justify-content:space-between;align-items:center;padding:16px 0;font-size:14px}@media screen and (max-width: 768px){footer .copyright-foot .container{flex-direction:column;align-items:center;justify-content:center;gap:10px}}footer .copyright-foot .container .np-item{color:#fff}footer .copyright-foot .container .np-item a{color:#fff;text-decoration:none;font-weight:700}.np-baner{background:rgba(0,0,0,0) url("../img/baner.png") no-repeat center}@media screen and (max-width: 768px){.np-baner{background-size:cover}}.np-baner .container .np-baner-inner{padding:50px 0}@media screen and (max-width: 768px){.np-baner .container .np-baner-inner{padding-left:20px;padding-right:20px}}.np-baner .container .np-baner-inner h1{display:block;font-size:50px;line-height:60px;color:#fff;text-shadow:0 3px 6px rgba(0,0,0,.1607843137)}.np-baner .container .np-baner-inner h2{display:block;margin-bottom:36px;font-size:36px;line-height:49px;color:#fff;text-shadow:0 3px 6px rgba(0,0,0,.1607843137)}.np-partners-baner{padding:20px 0 40px;margin-bottom:30px;background-color:rgba(255,131,42,.0509803922)}.np-partners-baner h3{display:block;margin-bottom:50px;font-size:24px;color:#484848;text-align:center;font-weight:600}@media screen and (max-width: 768px){.np-partners-baner h3{margin-bottom:20px}}.np-partners-baner .np-partners-logos{display:flex;width:100%;padding:0 40px;justify-content:space-between;align-items:center;box-sizing:border-box}.np-partners-baner .np-partners-logos a{display:flex;justify-content:center;align-items:center}.np-partners-baner .np-partners-logos a img{width:auto}.np-partners-baner .np-partners-logos .owl-carousel .owl-stage{display:flex;align-items:center}.np-partners-baner .np-partners-logos .owl-nav{position:absolute;top:10px;width:106.5%;display:flex;justify-content:space-between;margin-left:-38px}.np-partners-baner .np-partners-logos .owl-nav .owl-prev span{font-size:0}.np-partners-baner .np-partners-logos .owl-nav .owl-prev span::before{content:"";display:block;width:40px;height:40px;background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4IiB3aWR0aD0iNDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMwLjgzIDMyLjY3bC05LjE3LTkuMTcgOS4xNy05LjE3LTIuODMtMi44My0xMiAxMiAxMiAxMnoiLz48cGF0aCBkPSJNMC0uNWg0OHY0OGgtNDh6IiBmaWxsPSJub25lIi8+PC9zdmc+");background-size:contain}.np-partners-baner .np-partners-logos .owl-nav .owl-next span{font-size:0}.np-partners-baner .np-partners-logos .owl-nav .owl-next span::before{content:"";display:block;width:40px;height:40px;background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4IiB3aWR0aD0iNDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE3LjE3IDMyLjkybDkuMTctOS4xNy05LjE3LTkuMTcgMi44My0yLjgzIDEyIDEyLTEyIDEyeiIvPjxwYXRoIGQ9Ik0wLS4yNWg0OHY0OGgtNDh6IiBmaWxsPSJub25lIi8+PC9zdmc+");background-size:contain}.np-partners-baner .np-partners-logos .owl-dots{margin-top:20px;display:flex;justify-content:center;align-items:center;gap:10px}.np-partners-baner .np-partners-logos .owl-dots .owl-dot{display:block;width:10px;height:10px;border-radius:50%;background-color:#494949}.np-partners-baner .np-partners-logos .owl-dots .owl-dot.active{background-color:#ff832a}.products-list .boxhead{display:block;text-align:center;margin-bottom:40px}.products-list .boxhead h3{font-size:24px;line-height:33px;font-weight:700;color:#484848}.products-grid{display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;gap:20px}@media screen and (max-width: 768px){.products-grid{flex-direction:column;padding-left:20px;padding-right:20px}}.products-grid .product{width:380px;height:452px;padding:20px;box-sizing:border-box;box-shadow:0 6px 12px rgba(0,0,0,.1607843137);overflow:hidden;border-radius:5px}@media screen and (max-width: 768px){.products-grid .product{width:100%}}.products-grid .product .product-image{height:204px;margin-bottom:8px;overflow:hidden;display:flex;align-items:center;justify-content:center}.products-grid .product .product-image img{width:auto;height:auto;max-width:100%;max-height:100%}.products-grid .product h4{display:block;height:48px;margin-bottom:6px;font-size:16px;line-height:24px;font-weight:700;color:#000}.products-grid .product .product-short{display:block;height:70px;margin-bottom:20px;font-size:16px;line-height:24px;color:#000;overflow:hidden}@media screen and (max-width: 768px){.page-wrapper{padding-left:20px;padding-right:20px}}.page-wrapper .boxhead{margin-bottom:30px}.page-wrapper .boxhead h2{display:block;font-size:24px;line-height:33px;color:#000}.page-wrapper .innerbox{display:block;font-size:16px;line-height:24px;color:#000}.page-wrapper .innerbox.contact-content{display:flex;justify-content:space-between;gap:60px}@media screen and (max-width: 768px){.page-wrapper .innerbox.contact-content{flex-direction:column}}.page-wrapper .innerbox p{display:block;margin-bottom:11px}.page-wrapper .innerbox strong{font-weight:700}.np-breadcrumbs{margin-bottom:22px}@media screen and (max-width: 768px){.np-breadcrumbs{padding-right:20px;padding-left:20px}}.np-breadcrumbs #breadcrumbs{padding-top:14px;font-size:14px;line-height:17px;color:#000}.np-breadcrumbs #breadcrumbs a{color:#ff832a}.products-wrapper{margin-bottom:60px}@media screen and (max-width: 768px){.products-wrapper{padding-left:20px;padding-right:20px}}.products-wrapper .boxhead{margin-bottom:30px}.products-wrapper .boxhead h2{display:block;font-size:24px;line-height:33px;color:#484848;font-weight:600}.products-wrapper .innerbox .category-box{display:flex;justify-content:flex-start;gap:20px;margin-bottom:80px}@media screen and (max-width: 768px){.products-wrapper .innerbox .category-box{flex-wrap:wrap}}.products-wrapper .innerbox .category-box .term-link{display:flex;flex-direction:column;align-items:center;width:calc(20% - 10px)}@media screen and (max-width: 768px){.products-wrapper .innerbox .category-box .term-link{width:calc(50% - 10px)}}.products-wrapper .innerbox .category-box .term-link .thumbnails-term{height:120px;width:100%;display:flex;justify-content:center;align-items:center;overflow:hidden;margin-bottom:20px;text-align:center}.products-wrapper .innerbox .category-box .term-link .thumbnails-term img{width:auto;height:auto;max-width:100%;max-height:100%}.products-wrapper .innerbox .category-box .term-link strong{display:block;font-size:18px;line-height:22px;color:#ff832a;text-align:center}.products-wrapper .innerbox .products-onerow{display:flex;flex-direction:column;gap:50px}@media screen and (max-width: 768px){.products-wrapper .innerbox .products-onerow{gap:30px}}.products-wrapper .innerbox .products-onerow .product{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:145px}@media screen and (max-width: 768px){.products-wrapper .innerbox .products-onerow .product{flex-direction:column;gap:20px}}.products-wrapper .innerbox .products-onerow .product .product-image{width:100%;max-width:405px;height:405px;display:flex;justify-content:center;align-items:center;border-radius:5px;box-shadow:0 6px 12px rgba(0,0,0,.1607843137);overflow:hidden}.products-wrapper .innerbox .products-onerow .product .product-image img{max-width:100%;max-height:100%}.products-wrapper .innerbox .products-onerow .product .right-side h3{display:block;margin-bottom:10px;font-size:16px;font-weight:700;color:#484848}.products-wrapper .innerbox .products-onerow .product .right-side .product-short{margin-bottom:10px;font-size:16px;line-height:24px;color:#484848}.products-wrapper .innerbox .products-onerow .product .right-side .producer{margin-bottom:10px;color:#484848}.products-wrapper .innerbox .products-onerow .product .right-side .producer strong{font-weight:700}.products-wrapper .innerbox .products-onerow .product .right-side .price{margin-bottom:21px;color:#484848}.products-wrapper .innerbox .products-onerow .product .right-side .price strong{font-weight:700}.products-wrapper .innerbox .products-onerow .product .right-side button{display:inline-block;width:auto;padding-left:32px;padding-right:32px}.products-wrapper .innerbox .pagination-wrap{width:100%;display:flex;justify-content:center;align-items:center;gap:10px}.products-wrapper .innerbox .pagination-wrap a{color:#484848;font-weight:700}@media screen and (max-width: 768px){.product-wrapper{padding-left:20px;padding-right:20px}}.product-wrapper .boxhead{margin-bottom:30px}.product-wrapper .boxhead strong{display:block;font-size:24px;line-height:33px;color:#484848;font-weight:600}.product-wrapper .container>.innerbox{display:flex;justify-content:space-between;gap:90px;margin-bottom:40px}@media screen and (max-width: 768px){.product-wrapper .container>.innerbox{flex-direction:column}}.product-wrapper .container>.innerbox .leftside{width:100%;max-width:460px}.product-wrapper .container>.innerbox .leftside .gallery-wrapper .gallery-main-image{width:460px;height:460px;margin-bottom:20px;display:flex;justify-content:center;align-items:center;box-shadow:0 6px 12px rgba(0,0,0,.1607843137);overflow:hidden}@media screen and (max-width: 768px){.product-wrapper .container>.innerbox .leftside .gallery-wrapper .gallery-main-image{width:100%}}.product-wrapper .container>.innerbox .leftside .gallery-wrapper .gallery-main-image img{display:block;max-width:100%;max-height:100%}.product-wrapper .container>.innerbox .leftside .gallery-wrapper .small-gallery{display:flex;justify-content:flex-start;gap:20px}.product-wrapper .container>.innerbox .leftside .gallery-wrapper .small-gallery .image-gallery{width:100%;max-width:100px;height:100px;display:flex;justify-content:center;align-items:center;border-radius:5px;box-shadow:0 6px 12px rgba(0,0,0,.1607843137);cursor:pointer}.product-wrapper .container>.innerbox .leftside .gallery-wrapper .small-gallery .image-gallery img{width:auto;height:auto;max-width:100%;max-height:100%}.product-wrapper .container>.innerbox .rightside{width:100%}.product-wrapper .container>.innerbox .rightside h2{display:flex;margin-bottom:10px;font-size:16px;line-height:24px;color:#000;font-weight:700}.product-wrapper .container>.innerbox .rightside .short-description{margin-bottom:10px;font-size:16px;line-height:24px;color:#000}.product-wrapper .container>.innerbox .rightside .producer{margin-bottom:10px;font-size:16px;line-height:24px;color:#000}.product-wrapper .container>.innerbox .rightside .producer strong{font-weight:700}.product-wrapper .container>.innerbox .rightside .price{margin-bottom:20px;font-size:16px;line-height:24px;color:#000}.product-wrapper .container>.innerbox .rightside .price strong{font-weight:700}.product-wrapper .container>.innerbox .rightside .buttons-wrap button{width:auto;padding-left:30px;padding-right:30px}.product-wrapper .container .product-boxes .boxhead{margin-bottom:18px}.product-wrapper .container .product-boxes .boxhead h3{display:block;text-align:left;font-size:24px;line-height:33px;font-weight:700}.product-wrapper .container .product-boxes .innerbox{margin-bottom:40px;padding-bottom:40px;border-bottom:1px solid #ff832a;font-size:16px;line-height:32px;color:#000}.product-wrapper .container .product-boxes .innerbox strong{font-weight:700}.product-wrapper .container .product-boxes .innerbox ul{list-style-position:inside}.product-wrapper .container .product-boxes .innerbox ul li{list-style-type:disc}.product-wrapper .container .product-boxes .innerbox table{border-collapse:separate;border-spacing:0 15px}.product-wrapper .container .product-boxes .innerbox table tr{margin-bottom:8px;display:flex;flex-direction:row}@media screen and (max-width: 768px){.product-wrapper .container .product-boxes .innerbox table tr{flex-direction:column}}.product-wrapper .container .product-boxes .innerbox table tr td{width:100%;padding:15px;border:1px solid #707070}.product-wrapper .container .product-boxes .innerbox table tr td:nth-child(1){border-right:0}@media screen and (max-width: 768px){.product-wrapper .container .product-boxes .innerbox table tr td:nth-child(1){border-right:1px solid #707070;border-bottom:0}}.product-wrapper .container .product-boxes .innerbox table tr td:nth-child(2){border:1px solid #ff832a;background-color:#fff9f4}.product-tech-pdf .innerbox .btn{max-width:200px;text-align:center;font-weight:700}.np-modal-wrapper{position:fixed;left:0;right:0;bottom:0;top:0;background-color:rgba(0,0,0,.4);display:flex;justify-content:center;align-items:center;visibility:hidden}.np-modal-wrapper.np-modal-lightbox .np-modal-inner{max-width:870px;max-height:90vh;display:flex;justify-content:center;align-items:center;padding:2px}.np-modal-wrapper.np-modal-lightbox .np-modal-inner #np-modal-lightbox-image{max-width:800px;max-height:88vh}.np-modal-wrapper.visible{visibility:visible;transition:all .6s}.np-modal-wrapper .np-modal-inner{position:relative;width:100%;max-width:570px;padding:0 35px 20px 35px;border:1px solid #ff832a;border-radius:5px;background:#fff;box-sizing:border-box}.np-modal-wrapper .np-modal-inner .np-modal-header{padding:17px 0;text-align:center;font-size:18px;line-height:22px;color:#ff832a;font-weight:600}.np-modal-wrapper .np-modal-inner .np-modal-header button{position:absolute;right:10px;top:10px;background:rgba(0,0,0,0);border:0;cursor:pointer}.np-modal-wrapper .np-modal-inner .np-modal-content form p{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.np-modal-wrapper .np-modal-inner .np-modal-content form p label{display:block;width:100%}.np-modal-wrapper .np-modal-inner .np-modal-content form p label.acceptance .wpcf7-list-item{margin:0}.np-modal-wrapper .np-modal-inner .np-modal-content form p label.acceptance label{display:flex;justify-content:flex-start;align-items:flex-start;gap:20px}.np-modal-wrapper .np-modal-inner .np-modal-content form p label.acceptance label input{width:16px}.np-modal-wrapper .np-modal-inner .np-modal-content form p label span{display:block;margin-bottom:5px;font-size:12px;line-height:24px;color:#000}.np-modal-wrapper .np-modal-inner .np-modal-content form p label input{width:100%;padding:0 20px;font-size:14px;line-height:40px;border:1px solid #b5b5b5;border-radius:5px;box-sizing:border-box}.np-modal-wrapper .np-modal-inner .np-modal-content form p label input.wpcf7-not-valid{border:1px solid red;background-color:rgba(255,0,0,.2509803922)}.np-modal-wrapper .np-modal-inner .np-modal-content form p label textarea{width:100%;max-height:150px;padding:20px;font-size:14px;border:1px solid #b5b5b5;border-radius:5px;box-sizing:border-box;font-family:"Open Sans",sans-serif}.np-modal-wrapper .np-modal-inner .np-modal-content form p label.part{width:49%}@media screen and (max-width: 768px){.np-modal-wrapper .np-modal-inner .np-modal-content form p label.part{width:100%}}.np-modal-wrapper .np-modal-inner .np-modal-content form p label.send-button{display:flex;justify-content:center;align-items:center}@media screen and (max-width: 768px){.np-modal-wrapper .np-modal-inner .np-modal-content form p label.send-button{flex-direction:column}}.np-modal-wrapper .np-modal-inner .np-modal-content form p label.send-button input{width:auto;padding-left:40px;padding-right:40px;color:#fff;border:0;font-size:18px;font-weight:400}.np-modal-wrapper .np-modal-inner .np-modal-content form p label.name_product{display:none}.np-modal-wrapper .np-modal-inner .np-modal-content form .wpcf7-response-output{border:0;padding:0;font-size:14px;line-height:22px}.form-wrapper{width:100%;max-width:570px;padding:0 35px 20px 35px;border:1px solid #ff832a;border-radius:5px;box-sizing:border-box}@media screen and (max-width: 768px){.form-wrapper{padding-left:20px;padding-right:20px}}.form-wrapper .form-header{padding:17px 0;text-align:center;font-size:18px;line-height:22px;color:#ff832a;font-weight:600}.form-wrapper .form-content form p{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.form-wrapper .form-content form p label{display:block;width:100%}.form-wrapper .form-content form p label.acceptance .wpcf7-list-item{margin:0}.form-wrapper .form-content form p label.acceptance label{display:flex;justify-content:flex-start;align-items:flex-start;gap:20px}.form-wrapper .form-content form p label.acceptance label input{width:16px}.form-wrapper .form-content form p label span{display:block;margin-bottom:5px;font-size:12px;line-height:24px;color:#000}.form-wrapper .form-content form p label input{width:100%;padding:0 20px;font-size:14px;line-height:40px;border:1px solid #b5b5b5;border-radius:5px;box-sizing:border-box}.form-wrapper .form-content form p label input.wpcf7-not-valid{border:1px solid red;background-color:rgba(255,0,0,.2509803922)}.form-wrapper .form-content form p label textarea{width:100%;max-height:150px;padding:20px;font-size:14px;border:1px solid #b5b5b5;border-radius:5px;box-sizing:border-box;font-family:"Open Sans",sans-serif}.form-wrapper .form-content form p label.part{width:49%}@media screen and (max-width: 768px){.form-wrapper .form-content form p label.part{width:100%}}.form-wrapper .form-content form p label.send-button{display:flex;justify-content:center;align-items:center}@media screen and (max-width: 768px){.form-wrapper .form-content form p label.send-button{flex-direction:column}}.form-wrapper .form-content form p label.send-button input{width:auto;padding-left:40px;padding-right:40px;color:#fff;border:0;font-size:18px;font-weight:400}.form-wrapper .form-content form p label.name_product{display:none}.form-wrapper .form-content form .wpcf7-response-output{border:0;padding:0;font-size:14px;line-height:22px}/*# sourceMappingURL=style.min.css.map */