@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,500,900&subset=cyrillic);
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,main,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}[hidden]{display:none}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}
*,body,html{font-family:Roboto,sans-serif;color:#1f2029;text-rendering:optimizeLegibility!important}body,html{scrollbar-width:none;-ms-overflow-style:none}body ::-webkit-scrollbar,html ::-webkit-scrollbar{display:none;width:0}body ::-moz-selection,html ::-moz-selection{background:#FED2A5}body ::selection,html ::selection{background:#FED2A5}.container{width:1170px;height:100%;margin:0 auto}.button,.container{-webkit-box-sizing:border-box;box-sizing:border-box}.button{font-size: 13px;text-decoration:none;cursor:pointer;background:#000;color:#fff;padding:15px 28px;-webkit-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 5px 10px 0 rgba(0,0,0,.16);box-shadow:0 5px 10px 0 rgba(0,0,0,.16);-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.button:hover{color:#fe9207}.button__underline{text-decoration:none;line-height:1.65;color:rgba(51,51,51,.5);font-size:16px;-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;position:relative}.button__underline:hover{color:#333}.button__underline:hover:after{opacity:1}.button__underline:after{content:"";position:absolute;left:0;opacity:0;bottom:-2px;background:#fe9207;height:1px;width:100%}.breadcrumbs{margin-top:30px;padding-top:30px !IMPORTANT;position:relative}.breadcrumbs__links{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.breadcrumbs__link{color:#333;text-decoration:none;text-transform:uppercase;font-size:14px;font-weight:500;padding:0 10px;line-height:1.65;-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.breadcrumbs__link:hover{color:#fe9207}.breadcrumbs__link:first-child{padding-left:0}.breadcrumbs__link:last-child{padding-right:0}.breadcrumbs__lines{position:absolute;z-index:-1;top:0;left:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:125px;width:750px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.breadcrumbs__line{width:25%;-webkit-box-sizing:border-box;box-sizing:border-box;height:100%;border-left:1px solid hsla(0,0%,43.9%,.1)}.breadcrumbs__line:last-child{border-right:1px solid hsla(0,0%,43.9%,.1)}.top-nav{position:fixed;top:0;left:0;width:100%;z-index:999;height:40px;background:#fff;-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,.06);box-shadow:0 1px 1px 0 rgba(0,0,0,.06);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.top-nav__logo{padding:0 20px;width:150px;overflow:hidden}.top-nav__logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.top-nav__search{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-left:auto;position:relative}.top-nav__search-active .top-nav__search__input{display:block;right:100%;margin-right:20px}.top-nav__search__icon{color:#1f2029;font-size:18px;line-height:1.65;cursor:pointer;-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.top-nav__search__icon:hover{color:#fe9207}.top-nav__search__input{display:none;position:absolute}.top-nav__search__input input{-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;outline:0;border:none;border-bottom:1px solid rgba(0,0,0,.2)}.top-nav__search__input input:focus{border-bottom:1px solid #fe9207}.top-nav__menu{padding:0 20px}.top-nav__menu-active .top-nav__menu__items,.top-nav__menu__burger{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.top-nav__menu__burger{width:20px;height:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.top-nav__menu__burger:hover .top-nav__menu__bar{background:#fe9207}.top-nav__menu__bar{height:2px;-webkit-border-radius:2px;border-radius:2px;background:#000;width:100%}.top-nav__menu__bar,.top-nav__menu__items{-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.top-nav__menu__items{display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;right:20px;position:absolute;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;-webkit-box-shadow:0 5px 5px 0 rgba(0,0,0,.16);box-shadow:0 5px 5px 0 rgba(0,0,0,.16)}.top-nav__menu__item{position:relative;padding:10px 0;font-size:16px;font-weight:400;text-decoration:none;color:#333;-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.top-nav__menu__item:hover{color:#fe9207}.top-nav__menu__item:hover:after{opacity:1}.top-nav__menu__item:after{opacity:0;position:absolute;content:"";bottom:0;left:0;height:1px;width:100%;background:#fe9207;-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.top-nav__menu__item:after:hover{opacity:1}header{margin-top:70px;height:-webkit-calc(100vh - 150px);height:calc(100vh - 150px)}header,header .big-slider{position:relative;width:100%}header .big-slider{height:100%}header .big-slider__items{width:100%;height:100%}header .big-slider__items .owl-item,header .big-slider__items .owl-stage,header .big-slider__items .owl-stage-outer{height:100%}header .big-slider__item{position:relative;width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}header .big-slider__item h1{width:65%;font-size:68px;text-align:right;line-height:1.65;font-weight:900;text-shadow:0 0 15px rgba(0,0,0,.44);color:#fff}header .big-slider__item img{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}header .big-slider__controls{position:absolute;z-index:2;top:50%;left:20px}header .big-slider__dots{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}header .big-slider__dot{display:block;padding:0;width:10px;height:10px;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;outline:0;margin:5px 0;cursor:pointer;border:1px solid hsla(0,0%,100%,.5);background-color:rgba(0,0,0,0);-webkit-border-radius:50%;border-radius:50%;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}header .big-slider__dot:hover{background:#fff}header .big-slider .active{background:#fe9207;border:none}.about{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.about__title{padding:60px 0 10px;font-size:32px;font-weight:900;line-height:1.65;color:#333}.about__text{padding-bottom:20px;font-size: 14px;font-weight: 300;line-height:1.65;}.about__button{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;margin-bottom:50px}.projects{display: block;}.projects__button{text-align: center;}.projects__items{display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:auto auto;grid-template-areas:"one two two three four" "one five six six four";grid-gap:30px;margin-bottom:45px}.projects__item{position:relative;width:100%;height:100%}.projects__item:first-child{grid-area:one}.projects__item:nth-child(2){grid-area:two}.projects__item:nth-child(3){grid-area:three}.projects__item:nth-child(4){grid-area:four}.projects__item:nth-child(5){grid-area:five}.projects__item:nth-child(6){grid-area:six}.projects__fade{position:absolute;z-index:2;top:0;left:0;width:100%;height:100%;background:-webkit-gradient(linear,left top,right top,from(rgba(51,51,51,.77)),to(hsla(0,0%,46.3%,0)));background:-webkit-linear-gradient(left,rgba(51,51,51,.77),hsla(0,0%,46.3%,0));background:-o-linear-gradient(left,rgba(51,51,51,.77) 0,hsla(0,0%,46.3%,0) 100%);background:linear-gradient(90deg,rgba(51,51,51,.77) 0,hsla(0,0%,46.3%,0));opacity:0;-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.projects__fade:hover{opacity:1}.projects__img{width:100%;height:100%;overflow:hidden}.projects__img img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.projects__name{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 20px;bottom:20px;position:absolute}.projects__name span{position:relative;font-size:18px;font-weight:100;color:#fff}.projects__name span:after{position:absolute;left:0;bottom:-5px;content:"";width:100%;height:1px;background:#fe9207}.products{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.products__button{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;margin-bottom:35px}.products__title{padding:70px 0 20px;font-size:32px;font-weight:900;line-height:1.65;color:#333}.products__items{margin: auto;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:30px;margin-bottom:40px}.products__item{position:relative;width:227px;height:180px;-webkit-border-radius:5px;border-radius:5px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-shadow:0 5px 10px 0 hsla(0,0%,100%,.16);box-shadow:0 5px 10px 0 hsla(0,0%,100%,.16)}.products__item:hover{-webkit-box-shadow:0 5px 10px 0 rgba(0,0,0,.16);box-shadow:0 5px 10px 0 rgba(0,0,0,.16)}.products__fade{position:absolute;-webkit-border-radius:5px;border-radius:5px;z-index:2;top:0;left:0;width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background:-webkit-gradient(linear,left bottom,left top,from(rgba(51,51,51,.47)),to(hsla(0,0%,46.3%,0)));background:-webkit-linear-gradient(bottom,rgba(51,51,51,.47),hsla(0,0%,46.3%,0));background:-o-linear-gradient(bottom,rgba(51,51,51,.47) 0,hsla(0,0%,46.3%,0) 100%);background:linear-gradient(0deg,rgba(51,51,51,.47) 0,hsla(0,0%,46.3%,0));opacity:0;-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.products__fade:hover{opacity:1;border:none}.products__name span{position:relative;width:100%;height:100%;font-size:32px;font-weight:900;color:#fff}.products__name span:after{position:absolute;left:0;bottom:0;content:"";width:100%;height:1px;background:#fe9207}.products__img{width:100%;height:100%;-webkit-border-radius:5px;border-radius:5px;overflow:hidden}.products__img img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.benefits{background:#242424;-webkit-box-shadow:0 0 5px 10px rgba(0,0,0,.11);box-shadow:0 0 5px 10px rgba(0,0,0,.11)}.benefits__items{margin:48px 0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.benefits__item,.benefits__items{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.benefits__item{margin:25px 0;width:100%}.benefits__item-left{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.benefits__item-left .benefits__text{text-align:right}.benefits__item-left .benefits__title{text-align:left}.benefits__title{text-align:right;font-size:32px;font-weight:300;line-height:1.65;color:#fff;width:-webkit-calc(50% - 40px);width:calc(50% - 40px)}.benefits__separator{background:#414141;height:1px;width:40px;margin:0 20px}.benefits__text{font-size:14px;font-weight:300;line-height:1.65;width:-webkit-calc(50% - 40px);width:calc(50% - 40px);color:hsla(0,0%,100%,.5)}.news{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.news__title{padding:10px 0 30px;font-size:32px;font-weight:900;line-height:1.65;color:#333}.news__title a{text-decoration:none}.news__items{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:30px 60px;margin-bottom:45px}.news__item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.news__img{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:160px;height:160px}.news__img img,.news__img overflow{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.news__content{margin-left:30px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.news__content__title{font-size:21px;font-weight:500;line-height:1.65}.news__text{font-size:14px;font-weight:300;line-height:1.65}.news__bottom{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.news__date{color:rgba(51,51,51,.5)}.news__date,.news__more a{font-size:12px;font-weight:500;line-height:1.65}.news__more a{position:relative;text-decoration:none;color:#333;-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.news__more a:after{content:"";position:absolute;-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;bottom:-5px;left:0;height:1px;width:100%;opacity:1;background:#333}.news__more a:hover{color:#fe9207}.news__more a:hover:after{opacity:1;background:#fe9207}.news__button{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;margin-bottom:80px}.page-projects{margin-top:20px}.page-projects__filters{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-bottom:40px}.page-projects__filter{margin:0 10px}.page-projects__filter a{font-size:16px;line-height:1.65;-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;text-decoration:none;color:rgba(51,51,51,.5)}.page-projects__filter a:hover{color:#333}.page-projects__filter-aсtive a{color:#333;position:relative}.page-projects__filter-aсtive a:after{content:"";position:absolute;left:0;bottom:0;height:1px;width:100%;background:#fe9207}.page-projects__items{display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:auto auto;grid-template-areas:"one two two three four" "one five six six four";grid-gap:15px;margin-bottom:15px}.page-projects__item{position:relative;width:100%;height:100%}.page-projects__item:first-child{grid-area:one}.page-projects__item:nth-child(2){grid-area:two}.page-projects__item:nth-child(3){grid-area:three}.page-projects__item:nth-child(4){grid-area:four}.page-projects__item:nth-child(5){grid-area:five}.page-projects__item:nth-child(6){grid-area:six}.page-projects__fade{position:absolute;z-index:2;top:0;left:0;width:100%;height:100%;background:-webkit-gradient(linear,left bottom,left top,from(rgba(51,51,51,.77)),to(hsla(0,0%,46.3%,0)));background:-webkit-linear-gradient(bottom,rgba(51,51,51,.77),hsla(0,0%,46.3%,0));background:-o-linear-gradient(bottom,rgba(51,51,51,.77) 0,hsla(0,0%,46.3%,0) 100%);background:linear-gradient(0deg,rgba(51,51,51,.77) 0,hsla(0,0%,46.3%,0));opacity:0;-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.page-projects__fade:hover{opacity:1}.page-projects__img{width:100%;height:100%;overflow:hidden}.page-projects__img img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.page-projects__name{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 10px;bottom:20px;position:absolute}.page-projects__name span{position:relative;font-size:18px;font-weight:100;color:#fff}.page-projects__name span:after{position:absolute;left:0;bottom:-5px;content:"";width:100%;height:1px;background:#fe9207}.page-projects__text{font-size:14px;line-height:1.65;margin-bottom:80px}.page-projects-case__header{height:530px;margin-top:20px;width:100%;overflow:hidden;position:relative}.page-projects-case__header img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.page-projects-case__header__fade{position:absolute;z-index:2;width:100%;height:100%;top:0;left:0;}.page-projects-case__text{margin:60px 0 40px;font-size:14px;line-height:1.65;font-weight:500}.page-projects-case__text-light{margin-top:0;font-size:14px;line-height:1.65;font-weight:300}.page-projects-case__images{margin:0 auto;width:1170px}.page-projects-case__images__img{margin:20px 0;overflow:hidden;}.page-projects-case__images__img:last-child{margin:20px 0 30px}.page-projects-case__images__img img{max-width:1170px;height:1000px;}.page-projects-case__products{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.page-projects-case__products__title{text-align:center;padding:80px 0 60px;font-size:32px;font-weight:900;line-height:1.65;color:#333}.page-projects-case__products__items{display:flex;justify-content:center;margin-bottom:60px;}.page-projects-case__products__item{margin: 5px 5px;position:relative;width:270px;height:205px;-webkit-border-radius:5px;border-radius:5px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-shadow:0 5px 10px 0 hsla(0,0%,100%,.16);box-shadow:0 5px 10px 0 hsla(0,0%,100%,.16)}.page-projects-case__products__item:hover{-webkit-box-shadow:0 5px 10px 0 rgba(0,0,0,.16);box-shadow:0 5px 10px 0 rgba(0,0,0,.16)}.page-projects-case__products__fade{position:absolute;-webkit-border-radius:5px;border-radius:5px;z-index:2;top:0;left:0;width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background:-webkit-gradient(linear,left bottom,left top,from(rgba(51,51,51,.47)),to(hsla(0,0%,46.3%,0)));background:-webkit-linear-gradient(bottom,rgba(51,51,51,.47),hsla(0,0%,46.3%,0));background:-o-linear-gradient(bottom,rgba(51,51,51,.47) 0,hsla(0,0%,46.3%,0) 100%);background:linear-gradient(0deg,rgba(51,51,51,.47) 0,hsla(0,0%,46.3%,0));opacity:0;-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.page-projects-case__products__fade:hover{opacity:1;border:none}.page-projects-case__products__name span{position:relative;width:100%;height:100%;font-size:32px;font-weight:900;color:#fff}.page-projects-case__products__name span:after{position:absolute;left:0;bottom:0;content:"";width:100%;height:1px;background:#fe9207}.page-projects-case__products__img{width:100%;height:100%;-webkit-border-radius:5px;border-radius:5px;overflow:hidden}.page-projects-case__products__img img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.page-products__categories{margin-top:62.5px;margin-bottom:60px}.page-products__categories__items{padding:0 40px;display:grid;grid-template-columns:repeat(8,1fr);grid-gap:15px}.page-products__categories__item{position:relative;width:187px;height:155px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-shadow:0 5px 10px 0 hsla(0,0%,100%,.16);box-shadow:0 5px 10px 0 hsla(0,0%,100%,.16);-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.page-products__categories__item:hover{-webkit-box-shadow:0 5px 10px 0 rgba(0,0,0,.46);box-shadow:0 5px 10px 0 rgba(0,0,0,.46)}.page-products__categories__fade{position:absolute;z-index:2;top:0;left:0;width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background:-webkit-gradient(linear,left bottom,left top,from(#0b253d),to(rgba(11,37,61,0)));background:-webkit-linear-gradient(bottom,#0b253d,rgba(11,37,61,0));background:-o-linear-gradient(bottom,#0b253d 0,rgba(11,37,61,0) 100%);background:linear-gradient(0deg,#0b253d 0,rgba(11,37,61,0));-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.page-products__categories__name{position:relative;width:150px;height:100%}.page-products__categories__name:hover span{color:#fe9207}.page-products__categories__name span{-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;position:absolute;text-transform: uppercase;bottom:20px;text-align:right;width:100%;font-size:12px;font-weight:900;color:#fff}.page-products__categories__img{position:relative;z-index:1;width:100%;height:100%;overflow:hidden}.page-products__categories__img img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.page-products-products{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.page-products-products__button{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;margin-bottom:80px}.page-products-products__title{padding:80px 0 60px;font-size:32px;font-weight:900;line-height:1.65;color:#333}.page-products-products__items{padding:0 40px;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:10px;margin-bottom:60px}.page-products-products__item{position:relative;-webkit-border-radius:5px;border-radius:5px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-shadow:0 5px 10px 0 hsla(0,0%,100%,.16);box-shadow:0 5px 10px 0 hsla(0,0%,100%,.16)}.page-products-products__item a{text-decoration:none}.page-products-products__name{margin:10px 0;font-size:32px;font-weight:900;color:#333;text-align:center}.page-products-products__name span{font-size:14px;font-weight:900;line-height:1.65}.page-products-products__name p{font-size:12px;font-weight:300;line-height:1.65}.page-products-products__img{width:212px;height:212px;-webkit-border-radius:5px;border-radius:5px;border:1px solid #fff;overflow:hidden;-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.page-products-products__img img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.page-products-products__img:hover{border:1px solid rgba(51,51,51,.1);-webkit-box-shadow:0 5px 10px 0 rgba(0,0,0,.26);box-shadow:0 5px 10px 0 rgba(0,0,0,.26)}.page-products__filters{margin:0 80px 80px;display:grid;grid-template-columns:repeat(6,1fr)}.page-products__filters__title{text-align:center;font-size:17px;line-height:1.65;color:#fff;background:#d3d3d3;padding:10px}.page-products__filters__option{padding:10px;text-align:center;border-bottom:1px solid hsla(0,0%,82.7%,.5)}.page-products__filters__option a, .forChecked{cursor:pointer;text-decoration:none;font-size:13px;font-weight:500;line-height:1.65;color:#333;-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.page-products__filters__option a:hover, .forChecked:hover{color:#fe9207}.page-product__header{margin-top:20px}.page-product__header__buttons{margin:60px 0 80px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.page-product__header__buttons a{}.page-product__header__buttons a:first-child{margin-left:0}.page-product__header__buttons alast-child{margin-right:0}.page-product__header__text{font-size:14px;line-height:1.65;font-weight:300}.page-product__big-image{background:#fff}.page-product__big-image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.page-product__big-image-m{margin:0 0 30px}.page-product__specifications{margin-bottom:40px}.page-product__specifications__title{margin:20px 0 15px;font-size:14px;line-height:1.65;font-weight:900}.page-product__specifications__items{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.page-product__specifications__item{font-size:14px;line-height:1.65;font-weight:300}.page-product__specifications__item span{font-size:14px;line-height:1.65;font-weight:500}.page-product__refine__title{margin-top: 20px;font-size:14px;font-weight:900;line-height:1.65;margin-bottom:30px}.page-product__description{margin-bottom:60px}.page-product__description__image{height:400px;width:100%;overflow:hidden}.page-product__description__image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.page-product__description__text{margin-top:20px;font-size:14px;line-height:1.65;font-weight:300}.page-blog{margin-top:20px;background:#fff}.page-blog__posts{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.page-blog__post,.page-blog__posts{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.page-blog__post{margin-bottom:60px}.page-blog__image{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:200px;height:200px;overflow:hidden}.page-blog__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.page-blog__content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;margin-left:20px}.page-blog__title{font-size:14px;font-weight:900;line-height:1.65}.page-blog__text{font-size:14px;font-weight:300;line-height:1.65}.page-blog__bottom{font-size:12px;line-height:1.65;font-weight:300;color:rgba(51,51,51,.5)}.page-blog__bottom,.page-blog__category,.page-blog__date{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.page-blog__category,.page-blog__date{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.page-blog__date{margin-right:30px}.page-blog__icon{font-size:14px;line-height:12px;margin-right:5px}.page-blog__more{margin-left:auto}.page-blog__more a{font-size:16px;color:rgba(51,51,51,.5);font-weight:500;line-height:1.65;text-decoration:none;position:relative;-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.page-blog__more a:after{content:"";position:absolute;left:0;opacity:0;bottom:-2px;background:#fe9207;height:1px;width:100%}.page-blog__more a:hover{color:#333}.page-blog__more a:hover:after{opacity:1}.page-post{margin-top:20px;background:#fff;margin-bottom:80px}.page-post__info{color:rgba(51,51,51,.5)}.page-post__category,.page-post__date,.page-post__info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.page-post__category,.page-post__date{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.page-post__date{padding-top: 20px;margin-right:30px}.page-post__icon{font-size:14px;line-height:12px;margin-right:5px}.page-post__description{margin-bottom:20px;font-size:14px;font-weight:300;line-height:1.65;grid-column:1/4}.page-post__image{margin-right: 20px;float: left;overflow:hidden}.page-post__text{font-size:14px;font-weight:300;line-height:1.65;grid-column:1/4}.page-post__text b,.page-post__text strong{font-weight:900}.page-post__text p{padding:20px 0}.page-post__text p:last-child{padding-bottom:0}.page-post__text-r{grid-column:2/4;}.page-careers__header{margin-top:5px;background:#fff}.page-careers__header__title{margin-bottom:80px}.page-careers__header__title h2{font-size:32px;font-weight:900;line-height:1.65}.page-careers__header__video{height:400px}.page-careers__header__text-boxes{margin:60px 0}.page-careers__header__text-box,.page-careers__header__text-boxes{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.page-careers__header__text-box{padding:0 20px}.page-careers__header__text-img{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:260px;height:260px;overflow:hidden}.page-careers__header__text-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.page-careers__header__text-content{margin-left:30px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.page-careers__header__text-title{font-size:14px;font-weight:900;line-height:1.65}.page-careers__header__text{font-size:14px;font-weight:300;line-height:1.65}.page-careers__benefits{background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.5))),url(/assets/img/benefits_bg.jpg?5a0d24c8802798c7391c4b38a5582e21) no-repeat 50%;background:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,.5)),url(/assets/img/benefits_bg.jpg?5a0d24c8802798c7391c4b38a5582e21) no-repeat 50%;background:-o-linear-gradient(top,rgba(0,0,0,.5) 0,rgba(0,0,0,.5) 100%),url(/assets/img/benefits_bg.jpg?5a0d24c8802798c7391c4b38a5582e21) no-repeat 50%;background:linear-gradient(180deg,rgba(0,0,0,.5) 0,rgba(0,0,0,.5)),url(/assets/img/benefits_bg.jpg?5a0d24c8802798c7391c4b38a5582e21) no-repeat 50%;-webkit-background-size:cover;background-size:cover;padding-bottom:100px}.page-careers__benefits__title{padding:80px 0 60px;line-height:1.65}.page-careers__benefits__title h2{color:#fff;font-size:32px;font-weight:900}.page-careers__benefits__items{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:30px}.page-careers__benefits__item{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.page-careers__benefits__item,.page-careers__benefits__item-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.page-careers__benefits__item-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.page-careers__benefits__item-icon{margin-right:30px;font-size:52px;line-height:1.65}.page-careers__benefits__item-icon i{color:#fff}.page-careers__benefits__item-title{margin-bottom:20px}.page-careers__benefits__item-title h3{font-size:16px;font-weight:900;line-height:1.65;color:#fff}.page-careers__benefits__item-text{font-size:14px;font-weight:300;line-height:1.65;color:#fff}.page-careers__comments{padding-top:60px}.page-careers__comments__items{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.page-careers__comments__item{margin:0 20px}.page-careers__comments__text{background:#333;padding:30px;font-size:14px;font-weight:300;line-height:1.65;color:#fff}.page-careers__comments__name{margin-top:30px;font-size:16px;font-weight:900;line-height:1.65;color:#333}.page-careers__we{margin:80px}.page-careers__we__items{margin-top:60px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:30px}.page-careers__we__item{background:-webkit-gradient(linear,left bottom,right top,from(rgba(254,146,7,0)),to(rgba(254,146,7,0))),url(/assets/img/page-careers__we.jpg?dce85b016833c6456e7ed4a0bc2712f9) no-repeat 50%;background:-webkit-linear-gradient(bottom left,rgba(254,146,7,0) 0,rgba(254,146,7,0)),url(/assets/img/page-careers__we.jpg?dce85b016833c6456e7ed4a0bc2712f9) no-repeat 50%;background:-o-linear-gradient(bottom left,rgba(254,146,7,0) 0,rgba(254,146,7,0) 100%),url(/assets/img/page-careers__we.jpg?dce85b016833c6456e7ed4a0bc2712f9) no-repeat 50%;background:linear-gradient(to top right,rgba(254,146,7,0) 0,rgba(254,146,7,0)),url(/assets/img/page-careers__we.jpg?dce85b016833c6456e7ed4a0bc2712f9) no-repeat 50%;-webkit-background-size:cover;background-size:cover;height:300px;-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.page-careers__we__item:hover{background:-webkit-gradient(linear,left bottom,right top,from(rgba(254,146,7,.2)),to(rgba(254,146,7,0))),url(/assets/img/page-careers__we.jpg?dce85b016833c6456e7ed4a0bc2712f9) no-repeat 50%;background:-webkit-linear-gradient(bottom left,rgba(254,146,7,.2) 0,rgba(254,146,7,0)),url(/assets/img/page-careers__we.jpg?dce85b016833c6456e7ed4a0bc2712f9) no-repeat 50%;background:-o-linear-gradient(bottom left,rgba(254,146,7,.2) 0,rgba(254,146,7,0) 100%),url(/assets/img/page-careers__we.jpg?dce85b016833c6456e7ed4a0bc2712f9) no-repeat 50%;background:linear-gradient(to top right,rgba(254,146,7,.2) 0,rgba(254,146,7,0)),url(/assets/img/page-careers__we.jpg?dce85b016833c6456e7ed4a0bc2712f9) no-repeat 50%;-webkit-background-size:cover;background-size:cover}.page-careers__we__title{font-size:32px;font-weight:900;line-height:1.65}.page-careers__we__name{margin:30px 0 0 30px;font-size:24px;font-weight:900;line-height:1.65}.page-careers__we__sub{margin:10px 0 0 30px;font-size:14px;font-weight:500;color:#a5a5a5;line-height:1.65}.page-careers__we__text{margin:30px 0 0 30px;max-width:50%;font-size:14px;font-weight:300;line-height:1.65}.page-careers__job{margin-bottom:80px}.page-careers__job__title{font-size:32px;font-weight:900;line-height:1.65}.page-careers__job__description{margin-top:40px;text-align:center;color:rgba(51,51,51,.65);line-height:1.65}.page-careers__job__description a{-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;text-decoration:none;color:rgba(51,51,51,.65)}.page-careers__job__description a:hover{color:#fe9207}.page-careers__job__items{margin-top:30px;display:grid;grid-template-columns:1fr;grid-gap:30px}.page-careers__job__item{background:#f6f6f6}.page-careers__job__role{margin-top:30px;font-size:26px;font-weight:900;line-height:1.65;color:#333}.page-careers__job__text{padding:25px;font-size:14px;font-weight:500;line-height:1.65;color:#333}.page-catalogue{margin:20px 0 200px;background:#fff}.page-catalogue__items{padding:0 40px;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:30px}.page-catalogue__item{position:relative;width:100%;height:100%;-webkit-box-shadow:0 5px 10px 0 hsla(0,0%,100%,.16);box-shadow:0 5px 10px 0 hsla(0,0%,100%,.16);-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.page-catalogue__item:hover{-webkit-box-shadow:0 5px 10px 0 rgba(0,0,0,.46);box-shadow:0 5px 10px 0 rgba(0,0,0,.46)}.page-catalogue__button{z-index:3;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;-webkit-box-sizing:border-box;box-sizing:border-box;padding-bottom:20px;opacity:0}.page-catalogue__button,.page-catalogue__fade{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.page-catalogue__fade{z-index:2;}.page-catalogue__fade:hover .page-catalogue__button{opacity:1}.page-catalogue__img{position:relative;z-index:1;width:100%;height:100%;overflow:hidden}.page-catalogue__img img{height:100%;width:100%;}.page-contact__description{margin-top:20px}.page-contact__description__text{padding:80px 0 60px;color:#1f2029;font-weight:300;font-size:14px;line-height:1.65}.page-contact__description__fade{position:absolute;width:100%;height:100%;background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.65)),to(rgba(0,0,0,0)));background:-webkit-linear-gradient(bottom,rgba(0,0,0,.65),rgba(0,0,0,0));background:-o-linear-gradient(bottom,rgba(0,0,0,.65) 0,rgba(0,0,0,0) 100%);background:linear-gradient(0deg,rgba(0,0,0,.65) 0,rgba(0,0,0,0))}.page-contact__description__img{position:relative;overflow:hidden;-webkit-box-shadow:0 5px 20px -5px rgba(33,33,33,.5);box-shadow:0 5px 20px -5px rgba(33,33,33,.5)}.page-contact__description__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.page-contact__info{display:grid;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;grid-template-columns:repeat(2,1fr);grid-gap:0 70px}.page-contact__info__text{width:100%}.page-contact__info__text h3{font-size:18px;font-weight:300;line-height:1.65;padding-bottom:10px}.page-contact__info__text p{padding:20px 0;font-size:14px;font-weight:300;line-height:1.65}.page-contact__info__text p span{font-weight:500}.page-contact__info__form{margin-bottom:80px}.page-contact__info__form h3{font-size:18px;font-weight:900;line-height:1.65;letter-spacing:.02em}.page-contact__info__container{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px 30px}.page-contact__info__input{position:relative;padding:10px 0 20px}.page-contact__info__input input{text-indent:20px;border:none}.page-contact__info__input input::-webkit-input-placeholder{color:#333;font-size:18px;font-weight:100}.page-contact__info__input input::-moz-placeholder{color:#333;font-size:18px;font-weight:100}.page-contact__info__input input:-ms-input-placeholder{color:#333;font-size:18px;font-weight:100}.page-contact__info__input input::-ms-input-placeholder{color:#333;font-size:18px;font-weight:100}.page-contact__info__input input::placeholder{color:#333;font-size:18px;font-weight:100}.page-contact__info__input:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background:#000;-webkit-border-radius:2px;border-radius:2px}.page-contact__info__input-important:before{content:"*";font-size:18px;font-weight:900;line-height:1.65;position:absolute;left:0;top:6px}.page-contact__info__textarea{width:100%;height:170px;grid-column:1/3}.page-contact__info__textarea textarea{height:100%;text-indent:20px;color:#333;font-size:18px;font-weight:100;width:100%;border:1px solid #000;-webkit-border-radius:4px;border-radius:4px;resize:none;padding-top:15px}.page-contact__info__select{position:relative;padding:10px 0 20px}.page-contact__info__select:before{content:"*";position:absolute;font-size:18px;font-weight:900;line-height:1.65;left:0;top:8px;z-index:2}.page-contact__info__select label{position:relative}.page-contact__info__select label:after{content:"";position:absolute;width:0;height:0;border-color:#000 rgba(0,0,0,0) rgba(0,0,0,0);border-style:solid;border-width:8px 5px 0;right:15px;top:4px;pointer-events:none}.page-contact__info__select select{width:100%;text-indent:10px;color:#333;font-size:18px;font-weight:100;border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.page-contact__info__select:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background:#000;-webkit-border-radius:2px;border-radius:2px}.page-contact__info__upload input[type=file]{display:none}.page-contact__info label{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.page-contact__info label:hover i{color:#fe9207}.page-contact__info__ico{background:#000;width:50px;height:50px;-webkit-border-radius:4px;border-radius:4px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-shadow:0 5px 10px 0 rgba(0,0,0,.15);box-shadow:0 5px 10px 0 rgba(0,0,0,.15)}.page-contact__info__ico i{padding:16px 20px;font-size:18px;color:#fff;-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.page-contact__info__upbtn-text{padding-left:10px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.page-contact__info__upbtn-title{font-size:18px;font-weight:500;line-height:1.65}.page-contact__info__upbtn-subtitle{font-size:14px;font-weight:100;line-height:1.65;color:rgba(51,51,51,.8)}.page-contact__info__submut input{cursor:pointer;background:#000;-webkit-border-radius:4px;border-radius:4px;font-weight:500;line-height:1.65;font-size:14px;color:#fff;border:none;padding:17px 60px;-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.page-contact__info__submut input:hover{color:#fe9207}.page-contact__info__buttons{grid-column:1/3;display:grid;grid-template-columns:repeat(2,1fr);margin-top:30px;width:100%;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.footer{padding-top:80px;background:#f6f6f6;display:grid;grid-template-columns:1fr 1fr 1fr;justify-items:center;-webkit-box-align:start;-webkit-align-items:start;-ms-flex-align:start;align-items:start}.footer__logo{overflow:hidden;width:150px}.footer__logo img{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.footer__soc{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.footer__subscribe{margin:15px 0}.footer__soc-buttons{padding:25px 0 0}.footer__soc-buttons a{margin:0 10px;text-decoration:none;color:#000;font-size:28px;-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.footer__soc-buttons a:hover{color:#fe9207}.footer__links{padding:20px 0}.footer__links li{margin:0}.footer__links a{font-size:14px;text-decoration:none;color:#333;-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.footer__links a:hover{color:#fe9207}.footer__copy{padding:5px 0;grid-column:1/4;text-align:center;font-size:12px;line-height:1.65;color:rgba(0,0,0,.5)}.popup{position:fixed;z-index:99;right:0;bottom:50%}.popup__ico,.popup__item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.popup__ico{background:#1f2029;-webkit-border-radius:5px;border-radius:5px;width:50px;height:50px}.popup__ico i{-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;color:#fff}.popup__ico:hover i{color:#fe9207}.popup__share{position:absolute;top:100px;right:0;-webkit-transform:translate(100%);-ms-transform:translate(100%);transform:translate(100%);-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;opacity:0}.popup__share,.popup__share a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.popup__share a{text-decoration:none;width:50px;height:50px;background:#1f2029}.popup__share a:hover i{color:#fe9207}.popup__share a i{margin:0 10px;width:50px;font-size:24px}.popup__content,.popup__share a i{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;line-height:1.65;-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;color:#fff}.popup__content{position:absolute;top:50px;right:0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;font-size:14px;-webkit-transform:translate(100%);-ms-transform:translate(100%);transform:translate(100%);-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:10px;width:300px;background:#1f2029;-webkit-border-radius:5px;border-radius:5px;opacity:0}.popup__content p{padding:0 5px;margin:0;line-height:1.65;font-weight:100;font-size:14px;width: 292px;}.popup__content p:first-child{margin-top:15px;color:hsla(0,0%,100%,.5)}.popup__content p:last-child{color:#fff;font-weight:400;font-size:16px;margin-top:15px;margin-bottom:10px}.popup__content input[type=text]{max-width: 66%;margin:10px 0;padding:5px 0;border:none;line-height:1.65;color:#1f2029;text-indent:20px}.popup__content input[type=text]::-webkit-input-placeholder{color:grey;font-style:italic}.popup__content input[type=text]::-moz-placeholder{color:grey;font-style:italic}.popup__content input[type=text]:-ms-input-placeholder{color:grey;font-style:italic}.popup__content input[type=text]::-ms-input-placeholder{color:grey;font-style:italic}.popup__content input[type=text]::placeholder{color:grey;font-style:italic}.popup__content input[type=submit]{padding:10px 50px;border:none;background:#000;line-height:1.65;color:#fff;-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;font-weight:700;text-transform:uppercase;margin:10px auto}.popup__content input[type=submit]:hover{color:#fe9207}strong{font-weight:900!important}.menu-item{font-size:16px;font-weight:400;color:#333;-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.menu-item,.menu-item a{position:relative;text-decoration:none}.menu-item a{display:inline-block;padding:10px 0}.menu-item a:hover{color:#fe9207}.menu-item a:hover:after{opacity:1}.menu-item a:after{opacity:0;position:absolute;content:"";bottom:0;left:0;height:1px;width:100%;background:rgba(0,0,0,0);-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.menu-item a:after:hover{opacity:1}.footer__soc-buttons a i{-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.footer__soc-buttons a i:hover{color:#fe9207}.mt{margin-top:0px}#wpcf7-f214-o1 div{color:#fff}input{outline:none!important}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-transition:background-color 5000s ease-in-out 0s;-o-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.terms-title{text-align:center;padding-bottom:60px}.terms-title h2{font-size:36px;font-weight:900;line-height:1.65}.terms-text{padding-bottom:80px}.terms-text p{font-size:14px;font-weight:300;line-height:1.65}@media (max-width:1170px){.container{width:970px;width:100%;padding:0 10px}}@media (max-width:480px){.page-projects-case__images__img img{width:100%;height:100%;}.footer__links{margin-left: 15%;}.breadcrumbs{margin-top:30px;padding-top:40px}.breadcrumbs__link{font-size:12px}.breadcrumbs__lines{width:100%}.top-nav__search-active .top-nav__search__input{margin-right:5px}header .big-slider__item h1{font-size:32px;padding:0 10px;line-height:1.65;text-align:center}header .big-slider__controls{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;top:auto;bottom:15px;left:0;right:0}header .big-slider__controls,header .big-slider__dots{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}header .big-slider__dot{margin:0 5px}.about__title{padding:40px 0 30px}.about__text{padding-bottom:40px;font-size:14px;font-weight:300}.about__button{margin-bottom:60px}.projects__items{grid-template-columns:repeat(2,1fr);grid-template-areas:"one six" "one three" "five four" "two four";grid-template-rows:1fr;grid-gap:10px}.projects__button{margin:0}.products__items{grid-template-columns:repeat(2,1fr);grid-gap:10px;padding:0 20px}.products__title{text-align:center;padding:40px 0}.products__button{margin-bottom:40px}.benefits__items{margin:15px}.benefits__separator{width:15px;margin:0 10px}.news{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.news__title{padding:40px 0}.news__items{grid-template-columns:1fr}.news__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.news__content{margin:0}.news__text{padding:10px 0}.news__content__title{text-align:center;padding:10px 0 20px}.page-projects__case{margin-top:50px}.page-projects__case__filters{margin-top:0;padding:0 20px}.page-projects__case__filter{margin:0 5px}.page-projects__case__items{grid-template-columns:repeat(4,1fr);grid-gap:10px;margin-bottom:30px}.page-projects__case__item{grid-column:span 4}.page-projects__case__text{margin-bottom:40px}.page-projects-case__text{margin:30px 0 40px}.page-projects-case__images{margin:0 auto;width:100%}.page-projects-case__images__img{height:200px}.page-projects-case__products__items{padding:0 20px}.page-projects-case__products__title{text-align:center;padding:40px 0}.page-projects-case__products__button{margin-bottom:40px}.page-products__categories{margin-bottom:30px}.page-products__categories__items{padding:0 20px;display:grid;grid-template-columns:repeat(2,1fr)}.page-products__categories__name span{bottom:5px;right:5px}.page-products-products__items{grid-template-columns:repeat(2,1fr);grid-gap:10px;padding:0 20px}.page-products__filters{margin:0 10px 30px;grid-template-columns:repeat(1,1fr);grid-gap:30px}.page-products__filters__title{cursor:pointer}.page-product__header{margin-top:20px}.page-product__header__buttons{margin:30px 0 40px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.page-product__header__buttons a{text-align:center;}.page-product__header__buttons a:first-child{margin-left:10px}.page-product__header__buttons alast-child{margin-right:10px}.page-product__big-image{height:auto;}.page-product__big-image-m{margin:0 0 10px}.page-product__big-image-m img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.page-product__specifications__items{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.page-product__specifications__item{padding:10px 0}.page-product__description{margin-bottom:30px}.page-product__description__image{height:200px}.page-product__description__image img{-o-object-fit:cover;object-fit:cover}.page-blog__image{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;padding:0 0 20px}.page-blog__title{padding-bottom:10px}.page-blog__post{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-bottom:30px}.page-blog__date{margin-right:10px}.page-blog__bottom{padding-top:10px;display:grid;grid-template-columns:repeat(2,1fr)}.page-blog__more{padding-top:10px;text-align:center;grid-column:1/4;margin-left:inherit}.page-post__image{width:100%;grid-column:1/4}.page-post__text-r{grid-column:1/4}.page-post__date{margin-right:0}.page-post__info{grid-column:1/4;padding-top:0;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:30px 0}.page-careers__header__title{margin-bottom:30px}.page-careers__header__text-boxes{margin:30px 0}.page-careers__header__text-box,.page-careers__header__text-boxes{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.page-careers__header__text-box{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:20px}.page-careers__header__text-box:last-child{margin-bottom:0}.page-careers__header__text-content{margin-right:0;margin-top:10px}.page-careers__header__text-title{padding:10px 0}.page-careers__header__video{height:100%}.page-careers__benefits{padding:100px 0}.page-careers__benefits__item-icon{margin-right:0;margin-bottom:20px}.page-careers__benefits__item-title{text-align:center}.page-careers__benefits__items{margin-top:30px;grid-template-columns:repeat(1,1fr)}.page-careers__benefits__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.page-careers__benefits__title{text-align:center}.page-careers__comments__items{margin:40px 0 0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.page-careers__comments__item{margin:0 10px}.page-careers__comments__name{margin:10px 0 30px}.page-careers__we{margin:0 10px}.page-careers__we__items{grid-template-columns:repeat(1,1fr);grid-gap:20px}.page-careers__job{margin:40px 0}.page-careers__job__role{text-align:center;padding-bottom:30px}.page-careers__job__text{font-weight:300;padding-bottom:20px}.page-catalogue__items{padding:0 10px;grid-template-columns:repeat(1,1fr)}.page-contact__description__img{height:256px}.page-contact__description__text{padding:40px 10px 30px}.page-contact__info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.page-contact__info__form,.page-contact__info__text{width:100%;margin:0;padding:0}.page-contact__info__container{grid-template-columns:1fr;grid-gap:10px}.page-contact__info__buttons,.page-contact__info__textarea{grid-column:1/2}.page-contact__info__buttons{grid-template-columns:1fr;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;grid-gap:50px 0;margin-bottom:40px}.page-contact__info__submut,.page-contact__info__upload{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;justify-self:center}.footer{padding-top:20px;grid-template-columns:1fr}.footer__copy{grid-column:1/2}.footer__links li{margin:0}.footer__links ul{display:grid;grid-template-columns:1fr 1fr;grid-gap:0 30px}.footer__logo img{padding:40px 0}}@media (max-width:400px){.top-nav__logo{width:100px}}@media (max-width:360px){.top-nav__logo{padding:0 10px;width:95px}.top-nav__menu{padding:0 10px}}
.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translateZ(0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0)}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:none;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:-webkit-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}.owl-height{-webkit-transition:height .5s ease-in-out;-o-transition:height .5s ease-in-out;transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/assets/img/owl.video.play.png?ec27fc364d384c8592fadfeb010c3679) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:-webkit-transform .1s ease;transition:-webkit-transform .1s ease;-o-transition:transform .1s ease;transition:transform .1s ease;transition:transform .1s ease,-webkit-transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3);-webkit-transform:scale(1.3);transform:scale(1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:50%;background-repeat:no-repeat;-webkit-background-size:contain;background-size:contain;-webkit-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}
