.hamburger{padding:15px 15px;display:inline-block;cursor:pointer;transition-property:opacity,filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:rgba(0,0,0,0);border:0;margin:0;overflow:visible}.hamburger:hover{opacity:.7}.hamburger.is-active:hover{opacity:.7}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner::before,.hamburger.is-active .hamburger-inner::after{background-color:#e50012}.hamburger-box{width:40px;height:24px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-2px}.hamburger-inner,.hamburger-inner::before,.hamburger-inner::after{width:28px;height:2.5px;background-color:#282828;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease}.hamburger-inner::before,.hamburger-inner::after{content:"";display:block}.hamburger-inner::before{top:-7px}.hamburger-inner::after{bottom:-7px}.hamburger--squeeze .hamburger-inner{transition-duration:.075s;transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--squeeze .hamburger-inner::before{transition:top .075s .12s ease,opacity .075s ease}.hamburger--squeeze .hamburger-inner::after{transition:bottom .075s .12s ease,transform .075s cubic-bezier(0.55, 0.055, 0.675, 0.19)}.hamburger--squeeze.is-active .hamburger-inner{transform:rotate(45deg);transition-delay:.12s;transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);height:2px}.hamburger--squeeze.is-active .hamburger-inner::before{top:0;opacity:0;transition:top .075s ease,opacity .075s .12s ease;height:2px}.hamburger--squeeze.is-active .hamburger-inner::after{bottom:0;transform:rotate(-90deg);transition:bottom .075s ease,transform .075s .12s cubic-bezier(0.215, 0.61, 0.355, 1);height:2px}header{position:relative;z-index:100;background-color:#fff}header .header-top-wrapper .header-top{display:flex;padding:15px 0;justify-content:space-between}header .header-top-wrapper .header-top .logo-wrapper{display:flex;margin:auto 0}header .header-top-wrapper .header-top .logo-wrapper img{height:40px}header .header-top-wrapper .header-top .logo-wrapper .text{text-transform:uppercase;font-weight:500;font-size:16px;letter-spacing:1px;line-height:19px;color:#a8a8a8;margin:auto 0 0 15px;display:none}header .header-top-wrapper .header-top .top-navbar{display:flex;align-items:center}header .header-top-wrapper .header-top .top-navbar nav ul{padding:0;list-style:none;display:flex;margin:0}header .header-top-wrapper .header-top .top-navbar nav ul li{margin-right:40px}header .header-top-wrapper .header-top .top-navbar nav ul li a{text-decoration:none;font-size:12px;letter-spacing:.75px;line-height:14px;color:#a8a8a8;text-transform:uppercase;background-color:rgba(0,0,0,0)}header .header-top-wrapper .header-top .top-navbar nav ul li a:hover{color:#e50012}header .header-top-wrapper .header-top .top-navbar .icons-wrapper{display:flex}header .header-top-wrapper .header-top .top-navbar .icons-wrapper .hamburger{margin:auto 40px auto 0;padding:0;z-index:9}header .header-top-wrapper .header-top .top-navbar .icons-wrapper .hamburger .hamburger-box{display:block;width:30px}header .header-top-wrapper .header-top .top-navbar .icons-wrapper .language{margin:auto 0;width:24px;cursor:pointer}header .header-top-wrapper .header-top .top-navbar .icons-wrapper .language .language-icon{background-image:url("../img/icons/language.svg");background-repeat:no-repeat;background-position:center;background-size:cover;height:24px;width:24px}header .header-top-wrapper .header-top .top-navbar .icons-wrapper .language .language-icon:hover{opacity:.7;transition:all .2s ease}header .header-top-wrapper .header-top .top-navbar .icons-wrapper .language .block--language{background:#f4f7f9;position:absolute;z-index:100;text-align:center;text-transform:uppercase;font-size:14px;width:80px;margin-top:15px;margin-left:-28px;display:none}header .header-top-wrapper .header-top .top-navbar .icons-wrapper .language .block--language:before{position:absolute;top:-10px;left:calc(50% - 10px);content:"";display:block;width:20px;height:20px;background:#f4f7f9;transform:rotate(45deg)}header .header-top-wrapper .header-top .top-navbar .icons-wrapper .language .block--language ul{position:relative;padding:0;margin:0}header .header-top-wrapper .header-top .top-navbar .icons-wrapper .language .block--language ul li{list-style:none;padding:0;margin:0}header .header-top-wrapper .header-top .top-navbar .icons-wrapper .language .block--language ul li a{display:block;padding:5px 20px;color:#282828;font-weight:600}header .header-top-wrapper .header-top .top-navbar .icons-wrapper .language .block--language ul li a:hover{color:#e50012;text-decoration:none}header .header-top-wrapper .header-top-mobile{display:none}header .header-middle-wrapper{padding:3px 0;background-color:#fff;position:relative;border-top:2px solid #e50012;border-bottom:2px solid #e50012}header .header-middle-wrapper .text-wrapper{background-color:#0071be;text-align:left;height:19px;position:relative;color:#fff;width:100%}header .header-middle-wrapper .text-wrapper .text{text-transform:uppercase;font-weight:900;font-size:15px;letter-spacing:.63px;line-height:18px}header .header-bottom-wrapper{border-bottom:1px solid #e50012}header .header-bottom-wrapper .header-bottom{display:flex;justify-content:space-between}header .header-bottom-wrapper .header-bottom nav ul{padding:0;list-style:none;display:flex;margin:0 0 0 25px}header .header-bottom-wrapper .header-bottom nav ul li{margin-right:85px}header .header-bottom-wrapper .header-bottom nav ul li a{text-decoration:none;font-size:16px;font-weight:500;letter-spacing:1px;line-height:19px;color:#282828;text-transform:uppercase;padding:25px 0 25px 25px;display:block;position:relative}header .header-bottom-wrapper .header-bottom nav ul li a:before{content:"";position:absolute;left:-25px;top:23px;right:0;height:24px;width:24px;background-repeat:no-repeat;background-position:center left;background-size:cover;background-image:url("../img/icons/needle.svg")}header .header-bottom-wrapper .header-bottom nav ul li a:hover{color:#e50012}header .header-bottom-wrapper .header-bottom nav ul li:first-child a:before{background-image:url("../img/icons/linear.svg")}header .header-bottom-wrapper .header-bottom nav ul li:last-child a:before{background-image:url("../img/icons/mechatronics.svg");height:14px;width:28px;top:27px}header .header-bottom-wrapper .header-bottom a.header-btn{font-size:16px;font-weight:500;letter-spacing:1px;line-height:19px;border-top:none;border-bottom:none;padding-left:40px;padding-right:40px}header.submenu-active .header-top-wrapper .header-top .logo-wrapper .text{display:block;transition:all .9s}header.submenu-active .header-top-wrapper .header-top .top-navbar nav{display:none}header.submenu-active .header-top-wrapper .header-top .top-navbar .icons-wrapper .search .search-button{display:none}header.submenu-active .header-top-wrapper .header-top .top-navbar .icons-wrapper .language .language-icon{display:none}.sub-menu-wrapper{position:absolute;top:70px;left:0;right:0;display:none;z-index:101}.sub-menu-wrapper .sub-menu{display:block;background-color:#fff;border-top:1px solid #e50012}.sub-menu-wrapper .sub-menu .navs-wrapper{padding:65px 20px 65px 0;border-right:1px solid #e50012;height:100%}.sub-menu-wrapper .sub-menu .navs-wrapper .nav-wrapper nav{margin-bottom:10px}.sub-menu-wrapper .sub-menu .navs-wrapper .nav-wrapper nav ul{padding:0;list-style:none}.sub-menu-wrapper .sub-menu .navs-wrapper .nav-wrapper nav ul li{margin-bottom:25px}.sub-menu-wrapper .sub-menu .navs-wrapper .nav-wrapper nav ul li a{display:block;color:#282828;font-size:38px;letter-spacing:1px;line-height:47px;text-decoration:none;text-transform:uppercase;font-weight:900}.sub-menu-wrapper .sub-menu .navs-wrapper .nav-wrapper nav ul li a:hover{color:#e50012}.sub-menu-wrapper .sub-menu .navs-wrapper .nav-wrapper nav ul li a.products-submenu,.sub-menu-wrapper .sub-menu .navs-wrapper .nav-wrapper nav ul li a.industries-submenu{background-image:url("../img/arrows/arrow-small-right.svg");background-repeat:no-repeat;background-position:right center}.sub-menu-wrapper .sub-menu .navs-wrapper .nav-wrapper nav ul li a.is-active{color:#e50012}.sub-menu-wrapper .sub-menu .navs-wrapper .second-nav-wrapper nav ul{list-style:none;padding:0}.sub-menu-wrapper .sub-menu .navs-wrapper .second-nav-wrapper nav ul li a{font-size:14px;letter-spacing:1px;line-height:16px;color:#a8a8a8;text-transform:uppercase;text-decoration:none}.sub-menu-wrapper .sub-menu .navs-wrapper .second-nav-wrapper nav ul li a:hover{color:#e50012}.sub-menu-wrapper .sub-menu .products-wrapper,.sub-menu-wrapper .sub-menu .industries-wrapper{flex-wrap:wrap;padding:40px 0;display:none}.sub-menu-wrapper .sub-menu .products-wrapper.is-active,.sub-menu-wrapper .sub-menu .industries-wrapper.is-active{display:flex}.sub-menu-wrapper .sub-menu .products-wrapper a.product-category,.sub-menu-wrapper .sub-menu .products-wrapper a.industry,.sub-menu-wrapper .sub-menu .industries-wrapper a.product-category,.sub-menu-wrapper .sub-menu .industries-wrapper a.industry{display:flex;text-decoration:none;flex:50%;align-items:center;margin-bottom:20px}.sub-menu-wrapper .sub-menu .products-wrapper a.product-category .img-wrapper,.sub-menu-wrapper .sub-menu .products-wrapper a.industry .img-wrapper,.sub-menu-wrapper .sub-menu .industries-wrapper a.product-category .img-wrapper,.sub-menu-wrapper .sub-menu .industries-wrapper a.industry .img-wrapper{margin-right:40px}.sub-menu-wrapper .sub-menu .products-wrapper a.product-category .img-wrapper img,.sub-menu-wrapper .sub-menu .products-wrapper a.industry .img-wrapper img,.sub-menu-wrapper .sub-menu .industries-wrapper a.product-category .img-wrapper img,.sub-menu-wrapper .sub-menu .industries-wrapper a.industry .img-wrapper img{height:110px;width:110px;background-color:#777;margin-bottom:0}.sub-menu-wrapper .sub-menu .products-wrapper a.product-category .title,.sub-menu-wrapper .sub-menu .products-wrapper a.industry .title,.sub-menu-wrapper .sub-menu .industries-wrapper a.product-category .title,.sub-menu-wrapper .sub-menu .industries-wrapper a.industry .title{font-size:24px;letter-spacing:1px;line-height:29px;color:#282828;font-weight:900}.sub-menu-wrapper .sub-menu .products-wrapper a.product-category:hover .title,.sub-menu-wrapper .sub-menu .products-wrapper a.industry:hover .title,.sub-menu-wrapper .sub-menu .industries-wrapper a.product-category:hover .title,.sub-menu-wrapper .sub-menu .industries-wrapper a.industry:hover .title{color:#e50012}.searchbar-active{position:absolute;top:0;left:0;right:0;display:none;padding-bottom:80px;padding-top:20px;background-color:#fff;overflow:hidden;z-index:102}.searchbar-active .search-button-cross{display:flex;flex-direction:row-reverse;margin-right:25px}.searchbar-active .product-wrapper{display:flex;flex-direction:column;margin-top:40px;padding-bottom:40px;padding-top:30px;border-top:1px solid #e50012;border-bottom:1px solid #e50012;text-transform:uppercase}.searchbar-active .product-wrapper .title{font-size:16px;letter-spacing:1px;line-height:20px;font-weight:900;margin-bottom:20px;color:#282828}.searchbar-active .product-wrapper a.product{display:flex;text-decoration:none;color:#282828}.searchbar-active .product-wrapper a.product img{height:150px;width:150px;background-color:#777;margin-bottom:20px}.searchbar-active .product-wrapper a.product .text-wrapper{padding:20px}.searchbar-active .product-wrapper a.product .text-wrapper .product-title{font-size:24px;letter-spacing:1px;line-height:29px;font-weight:900;margin-bottom:5px}.searchbar-active .product-wrapper a.product .text-wrapper .text{font-size:14px;letter-spacing:1px;line-height:16px}.searchbar-active .product-wrapper a.product .text-wrapper:hover{color:#e50012}.searchbar-active .button{float:right;margin-bottom:40px}.full-page-overlay{position:fixed;bottom:0;top:0;right:0;left:0;background-color:rgba(40,40,40,.6);z-index:99;display:none}.search{margin:auto 40px auto 0;position:relative;z-index:102;width:33px}.search .search-button{width:33px;height:33px;transition:all .3s ease-in-out;cursor:pointer}.search .search-button:hover{opacity:.7}.search .search-button::before{content:"";position:absolute;top:22.5%;right:23.5%;width:0;height:2px;margin-top:-2px;background-color:#282828;transform:rotate(-45deg);transform-origin:right top}.search .search-button::after{content:"";position:absolute;bottom:22.5%;right:23.5%;width:25%;height:2px;margin-top:-2px;background-color:#282828;transform:rotate(45deg);transform-origin:right bottom}.search .search-icon{position:absolute;display:block;top:20%;left:20%;width:50%;height:50%;border-radius:50%;border-width:2px;border-style:solid;border-color:#282828}.search .search-button.active::before,.search .search-button.active::after{width:79%;background-color:#e50012}.search .search-button.active .search-icon{width:0;height:0;border-color:rgba(0,0,0,0)}.search .search-button::before,.search .search-button::after,.search .search-button .search-icon{transition:all .2s ease-in-out}@media screen and (max-width: 767px){header .header-top-wrapper{border-bottom:2px solid #e50012}header .header-top-wrapper .header-top .logo-wrapper img{height:33px;width:100px}header .header-top-wrapper .header-top .top-navbar nav{display:none}header .header-top-wrapper .header-top .top-navbar .icons-wrapper{flex-flow:row-reverse}header .header-top-wrapper .header-top .top-navbar .icons-wrapper .hamburger{margin:auto 0 auto 17px !important}header .header-top-wrapper .header-top .top-navbar .icons-wrapper .search{display:none}header .header-top-wrapper .header-top .top-navbar .icons-wrapper .language{padding-right:41px;border-right:1px solid #e50012}header .header-top-wrapper .header-top-mobile{z-index:100;background-color:#fff;text-align:center;padding:17.5px 0}header .header-top-wrapper .header-top-mobile .title{font-size:24px;letter-spacing:.4px;line-height:29px;font-weight:900;text-transform:uppercase;color:#282828}header .header-top-wrapper .header-top-mobile .back-to-menu{background-image:url("../img/arrows/arrow-small-left.svg");background-repeat:no-repeat;background-position:left center;height:24px;width:24px;position:absolute}header .header-middle-wrapper{border-top:none}header .header-bottom-wrapper{display:none}header.submenu-active .header-top-wrapper .header-top .logo-wrapper .text{display:none}header.submenu-active .header-top-wrapper .header-top .top-navbar .icons-wrapper .language .language-icon{display:block}.sub-menu-wrapper{top:65px}.sub-menu-wrapper .sub-menu{height:100vh}.sub-menu-wrapper .sub-menu .navs-wrapper{padding:30px 0 0 0;border:none}.sub-menu-wrapper .sub-menu .navs-wrapper .nav-wrapper{margin-bottom:40px}.sub-menu-wrapper .sub-menu .navs-wrapper .nav-wrapper nav ul li a{font-size:24px;letter-spacing:.4px;line-height:29px}.sub-menu-wrapper .sub-menu .navs-wrapper .second-nav-wrapper nav ul li{margin-bottom:15px}.sub-menu-wrapper .sub-menu .products-wrapper,.sub-menu-wrapper .sub-menu .industries-wrapper{padding:30px 0 0 0;flex-flow:column}.sub-menu-wrapper .sub-menu .products-wrapper .product-category,.sub-menu-wrapper .sub-menu .products-wrapper .industry,.sub-menu-wrapper .sub-menu .industries-wrapper .product-category,.sub-menu-wrapper .sub-menu .industries-wrapper .industry{padding:0 0 30px 0;margin:0 !important}.sub-menu-wrapper .sub-menu .products-wrapper .product-category .img-wrapper,.sub-menu-wrapper .sub-menu .products-wrapper .industry .img-wrapper,.sub-menu-wrapper .sub-menu .industries-wrapper .product-category .img-wrapper,.sub-menu-wrapper .sub-menu .industries-wrapper .industry .img-wrapper{display:none}.sub-menu-wrapper .sub-menu .products-wrapper .product-category .title,.sub-menu-wrapper .sub-menu .products-wrapper .industry .title,.sub-menu-wrapper .sub-menu .industries-wrapper .product-category .title,.sub-menu-wrapper .sub-menu .industries-wrapper .industry .title{padding:0 !important}.searchbar-active{padding:0 50px;height:100vh}.searchbar-active .title{font-size:20px;letter-spacing:1.5px;line-height:44px}.searchbar-active a.product img{height:100px !important;width:100px !important}.searchbar-active .button{margin-top:40px;width:100%}}footer{padding-top:80px;background-color:#282828}footer .footer-top{border-bottom:1px solid #e50012}footer .footer-top .line{position:relative;height:340px}footer .footer-top .line:before{content:"";position:absolute;top:0;left:50%;bottom:0;background-color:#686868;width:1px}footer .footer-top .line .back-to-top{transform:rotate(-90deg) translateY(-35px);background-color:#282828;text-transform:uppercase;font-size:14px;letter-spacing:1px;line-height:1.1;color:#686868;position:absolute;white-space:nowrap;z-index:1;top:50%;padding:0 20px;cursor:pointer}footer .footer-top .line .back-to-top:hover{color:#e50012}footer .footer-top .logo-wrapper{margin-bottom:50px}footer .footer-top .logo-wrapper img{height:43px;width:130px}footer .footer-top .title{font-size:16px;font-weight:500;letter-spacing:1px;line-height:1.2;color:#a8a8a8;text-transform:uppercase;margin-bottom:25px}footer .footer-top .data{font-size:18px;font-weight:500;letter-spacing:1px;line-height:1.25;padding-bottom:30px;margin:5px auto auto 52px;padding-left:10px;padding-top:3.5px;position:relative;color:#fff}footer .footer-top .data:before{height:40px;width:40px;border:1px solid #e50012;position:absolute;content:"";left:-52px;top:0;bottom:0;background-repeat:no-repeat;background-position:center;background-size:cover}footer .footer-top .data.phone:before{background-image:url("../img/icons/phone.svg")}footer .footer-top .data.email:before{background-image:url("../img/icons/mail.svg")}footer .footer-top .link{padding-left:38px;position:relative;text-decoration:none;color:#a8a8a8;text-transform:uppercase;font-size:16px;font-weight:500;letter-spacing:1px;line-height:1.2}footer .footer-top .link:before{background-image:url("../img/arrows/arrow-right-grey.svg");height:24px;width:26px;position:absolute;content:"";left:0;top:-2px;bottom:0;background-repeat:no-repeat;background-position:center;background-size:22px}footer .footer-top .link:hover{color:#e50012}footer .footer-top .link:hover:before{background-image:url("../img/arrows/arrow-right-red.svg")}footer .footer-top .nav-wrapper nav ul{list-style:none;padding:0;margin:0}footer .footer-top .nav-wrapper nav ul li a{text-transform:uppercase;text-decoration:none;color:#fff;font-weight:900;font-size:24px;letter-spacing:1.5px;line-height:2}footer .footer-top .nav-wrapper nav ul li a:hover{color:#e50012}footer .footer-top .button-wrapper{display:flex;justify-content:flex-end;margin-bottom:-1px}footer .footer-top .button-wrapper .button{color:#fff}footer .footer-bottom{display:flex;justify-content:space-between;padding:40px 0}footer .footer-bottom .text{font-size:14px;letter-spacing:1px;line-height:1.2;color:#a8a8a8}footer .footer-bottom .links nav ul{list-style:none;margin:0;padding:0}footer .footer-bottom .links nav ul li{display:inline}footer .footer-bottom .links nav ul li a{margin-left:25px;text-decoration:none;color:#a8a8a8;text-transform:uppercase}footer .footer-bottom .links nav ul li a:hover{color:#e50012}footer .footer-bottom .back-to-top-mobile{display:none;margin-inline-start:auto;padding:0;margin-top:-30px}@media screen and (max-width: 767px){footer{margin-top:20px;padding-top:40px}footer .footer-top{border:none}footer .footer-top .line{display:none}footer .footer-top .logo-wrapper{margin-bottom:40px}footer .footer-top .logo-wrapper img{height:33px;width:100px}footer .footer-top .data{font-size:16px;line-height:19px}footer .footer-top .link{font-size:14px;line-height:17px}footer .footer-top .nav-wrapper{padding:40px 0 35px;margin-top:40px;margin-bottom:30px;border-top:1px solid #d8d8d8;border-bottom:1px solid #d8d8d8}footer .footer-top .nav-wrapper nav ul li a{font-size:20px;line-height:44px}footer .footer-top .button-wrapper{justify-content:center}footer .footer-top .button-wrapper .button{width:100%;padding:20px 40px}footer .footer-bottom{flex-direction:column;padding:40px 0 25px}footer .footer-bottom .text{text-align:center;line-height:22px;margin-bottom:30px}footer .footer-bottom .links nav ul li a{display:block;text-align:center;margin:0 0 25px;font-size:14px;letter-spacing:1px;line-height:16px}footer .footer-bottom .back-to-top-mobile{display:block}}html,body{box-sizing:border-box;height:100%;padding:0;margin:0}.layout-container{box-sizing:border-box;min-height:100%;display:flex;flex-direction:column}.layout-container>header,.layout-container>footer{flex-grow:0;flex-shrink:0}.layout-container>main{flex-grow:1;overflow-x:hidden}div.layout.vertical-padding{padding:40px 0}div.layout.padding-top{padding-top:40px}div.layout.padding-bottom{padding-bottom:40px}div.layout--bordered{border-top:1px solid #e50012;margin-top:40px}div.layout--bordered .container{max-width:1133.3333333333px}div.layout--bordered .layout__region{border-right:1px solid #e50012;padding-top:40px;padding-bottom:40px;text-align:center}div.layout--bordered .layout__region:last-of-type{border:none}div.layout--bordered .layout__region h2{font-size:32px}.block--404{margin:80px 0}.bg--primary{background-color:#e50012}.bg--white{background-color:#fff}.bg--light{background-color:#f4f7f9}.bg--primary--left,.bg--primary--right{position:relative}.bg--primary--left::before,.bg--primary--right::before{content:"";position:absolute;top:0;bottom:0;right:0;left:0;background-color:#e50012}.bg--primary--left::before{right:50%}.bg--primary--right::before{left:50%}.bg-primary-wide--left,.bg-primary-wide--right{background-color:#e50012;position:relative}.bg-primary-wide--left::before,.bg-primary-wide--right::before{content:"";position:absolute;bottom:0;top:0;right:0;left:0;background-color:#e50012;z-index:-2}.bg-primary-wide--right::before{right:-2000px}.bg-primary-wide--left::before{left:-2000px}.u-hidden-up{display:none}.u-hidden-down{display:none}@media(min-width: 420px){.u-hidden-xs-up{display:none}}@media(max-width: 419.98px){.u-hidden-xs-down{display:none}}@media(min-width: 576px){.u-hidden-sm-up{display:none}}@media(max-width: 575.98px){.u-hidden-sm-down{display:none}}@media(min-width: 768px){.u-hidden-md-up{display:none}}@media(max-width: 767.98px){.u-hidden-md-down{display:none}}@media(min-width: 992px){.u-hidden-lg-up{display:none}}@media(max-width: 991.98px){.u-hidden-lg-down{display:none}}@media(min-width: 1200px){.u-hidden-xl-up{display:none}}@media(max-width: 1199.98px){.u-hidden-xl-down{display:none}}@media(min-width: 1400px){.u-hidden-xxl-up{display:none}}@media(max-width: 1399.98px){.u-hidden-xxl-down{display:none}}.pager{margin:40px 0;display:flex;justify-content:center}.pager ul{list-style:none;padding:0;margin:0 -1px;display:flex;text-align:center;border-left:1px solid #e50012;border-right:1px solid #e50012}.pager ul li a{width:40px;height:70px;background-position:center;background-repeat:no-repeat;text-decoration:none;padding:20px 0;display:block;border-top:1px solid #e50012;border-bottom:1px solid #e50012;color:#a8a8a8;font-weight:700;font-size:16px}.pager ul li a:hover{color:#e50012;opacity:.6}.pager ul li.pager__item--first a{width:70px;border:1px solid #e50012;border-left:0 !important;background-image:url("../img/pager/first.svg")}.pager ul li.pager__item--first span{display:none}.pager ul li.pager__item--next a{width:70px;border:1px solid #e50012;border-right:0 !important;background-image:url("../img/pager/next.svg")}.pager ul li.pager__item--next a span{display:none}.pager ul li.pager__item--previous a{width:70px;border:1px solid #e50012;border-left:0 !important;background-image:url("../img/pager/previous.svg")}.pager ul li.pager__item--previous a span{display:none}.pager ul li.pager__item--last a{width:70px;border:1px solid #e50012;border-right:0;background-image:url("../img/pager/last.svg")}.pager ul li.pager__item--last span{display:none}.pager ul li.pager__item--ellipsis{color:#a8a8a8;font-weight:700;font-size:16px;height:70px;padding:20px;border-top:1px solid #e50012;border-bottom:1px solid #e50012}/*# sourceMappingURL=global.css.map */
