@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700&display=swap&subset=cyrillic,latin-ext);@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap&subset=cyrillic,cyrillic-ext);*{margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-decoration:none;list-style:none;outline:0;font-family:'PT Sans',sans-serif!important}h1,h2,h3,h4,h5,h6,hr,p,ul{margin:0;padding:0}.card{border:none}a,button,input{transition:.5s}a:hover,button:hover,input:hover{outline:0;text-decoration:none}.mw{width:100%;max-width:1300px;margin:0 auto;position:relative}.scrollup{width:40px;height:40px;position:fixed;bottom:50px;right:50px;display:flex;flex-direction:row;justify-content:center;align-items:center;background-color:#222;cursor:pointer;-webkit-transition:.5s;-o-transition:.5s;transition:.5s;display:none;z-index:98;-webkit-border-radius:50%;border-radius:50%;box-shadow:0 0 10px 0 rgba(255,255,255,.5)}.scrollup:hover{opacity:.9;box-shadow:0 0 20px 0 rgba(255,255,255,.5)}.scrollup .fas_icon{font-size:20px;color:#fff}.scrollup.active{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.modal{display:none;position:fixed;z-index:99999999;overflow:auto;background-color:rgba(0,0,0,.7);-ms-overflow-style:none;overflow:-moz-scrollbars-none;max-width:400px}.modal::-webkit-scrollbar{width:0}.modal .m-content{width:100%;max-width:500px;background-color:#fff;position:relative}.modal .m-content .c{background-color:#fff;width:100%}.modal .m-content .c .img{width:100%;height:200px;overflow:hidden}.modal .m-content .c .img img{height:auto;width:100%}.modal .m-content .c h3{padding:30px 10px;padding-top:40px;text-align:center;font-size:22px;color:#222}.modal .m-content .c .specifications li{padding:2px 0}.modal .m-content .c .specifications li .fas_icon{color:#18ba60;margin-right:5px}.modal .m-content .c .success_h3{font-size:45px;color:#18ba60}.modal .m-content .c h6{padding:20px 10px;text-align:center;font-size:24px;color:#2a2a2a;font-weight:400}.modal .m-content .c form{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:100%}.modal .m-content .c form input,.modal .m-content .c form select,.modal .m-content .c form textarea{padding:15px;border:1px solid #92857b;max-width:300px;width:100%;margin:10px;-webkit-border-radius:5px;border-radius:5px}.modal .m-content .c form label{display:flex;flex-direction:row;justify-content:center;align-items:center;cursor:pointer;margin:10px 0}.modal .m-content .c form label input{width:20px;margin:0}.modal .m-content .c form label span{padding-left:5px}.modal .m-content .c form input.error,.modal .m-content .c form select.error,.modal .m-content .c form textarea.error{border-color:#f03226}.modal .m-content .c form textarea{height:100px}.modal .m-content .c form .btn_b{width:100%;margin-top:20px}.modal .m-content .c form .main_btn{background:#0277bd;margin:0 auto;cursor:pointer;width:100%;max-width:300px;text-transform:uppercase;font-weight:400;border-radius:5px}.modal .m-content .c form .main_btn b{font-weight:400}.modal .m-content .c form .main_btn:after,.modal .m-content .c form .main_btn:before{background:#fff}.modal .m-content .c form .main_btn:hover{color:#0277bd}.modal .m-content .c small{color:#676767;font-size:10px;font-weight:300}.modal .m-content .c small a{color:#676767;text-decoration:underline}.modal .m-content .c small a:hover{color:#18ba60}@media (max-width:991px){.scrollup{right:10px;bottom:50px}.modal .m-content .c h3{padding:30px 0;padding-top:50px;font-size:22px}}.main_btn{background:#0277bd;border:2px solid transparent;width:200px;font-size:18px;color:#fff;overflow:hidden;font-weight:700;position:relative;-webkit-perspective:1px;perspective:1px;padding:15px 10px;text-align:center;display:block}.main_btn:before{content:"";position:absolute;top:0;left:-15px;width:0%;background:#0277bd;z-index:-1;height:100%;-webkit-transform:skewX(-30deg);-ms-transform:skewX(-30deg);transform:skewX(-30deg);-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.main_btn:after{content:"";position:absolute;top:0;right:-15px;width:0%;background:#0277bd;z-index:-1;height:100%;-webkit-transform:skewX(-30deg);-ms-transform:skewX(-30deg);transform:skewX(-30deg);-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.main_btn:hover{color:#fff}.main_btn:hover:after,.main_btn:hover:before{width:70%}.page{overflow:hidden}.page .header{width:100%;background:#fff}.page .header .mw{padding:2vw 2vh;-webkit-transition:.5s;-o-transition:.5s;transition:.5s;display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%}.page .header .mw .left_side .logo a{height:70px;display:block}.page .header .mw .left_side .logo a img{width:auto;height:100%}.page .header .mw .nav ul{display:flex;flex-direction:row;justify-content:center;align-items:center}.page .header .mw .nav ul li a{font-size:16px;color:#000;margin:0 10px;padding-bottom:15px;font-weight:700;position:relative}.page .header .mw .nav ul li a:after{content:'';position:absolute;bottom:0;left:0;right:0;width:100%;height:3px;background-color:#0277bd;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:.5s;-o-transition:.5s;transition:.5s}.page .header .mw .nav ul li a:hover:after{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.page .header .mw .right_side{display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.page .header .mw .right_side .line .phone{padding-bottom:5px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.page .header .mw .right_side .line .phone .fas_icon{color:#0277bd;font-size:22px;margin-right:10px}.page .header .mw .right_side .line .phone a{color:#555;font-size:22px;font-weight:700}.page .header .mw .right_side .line .phone a:hover{color:#0277bd}.page .header .mw .right_side .line .email{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.page .header .mw .right_side .line .email .fas_icon{color:#ef6c00;font-size:16px;margin-right:10px}.page .header .mw .right_side .line .email a{color:#505050;font-size:16px;font-weight:700}.page .header .mw .right_side .line .email a:hover{color:#ef6c00}.page .header .mw .right_side .feedback_call{margin-left:20px}.page .header .mw .right_side .feedback_call .main_btn{background:#0277bd;margin:0 auto;cursor:pointer}.page .header .mw .right_side .feedback_call .main_btn:after,.page .header .mw .right_side .feedback_call .main_btn:before{background:#fff}.page .header .mw .right_side .feedback_call .main_btn:hover{color:#0277bd}.page .header.sticky{position:fixed;z-index:99;top:0;-webkit-box-shadow:0 2px 5px 2px rgba(136,136,136,.3);box-shadow:0 2px 5px 2px rgba(136,136,136,.3)}.page .header.sticky .mw{padding:2vh 1vh}.page .header.sticky .mw .left_side .logo a{height:60px}.page .main{width:100%;background-image:url(../images/main_bg.jpg);height:100%;min-height:100vh;background-attachment:fixed;background-position:center;background-repeat:no-repeat;-webkit-background-size:cover;background-size:cover;position:relative}.page .main .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#1f1f1f;background:-webkit-gradient(left top,right bottom,color-stop(0,#1f1f1f),color-stop(100%,rgba(55,130,204,.34)));background:-webkit-linear-gradient(-45deg,#1f1f1f 0,rgba(55,130,204,.34) 100%);background:-o-linear-gradient(-45deg,#1f1f1f 0,rgba(55,130,204,.34) 100%);background:-webkit-linear-gradient(315deg,#1f1f1f 0,rgba(55,130,204,.34) 100%);background:-o-linear-gradient(315deg,#1f1f1f 0,rgba(55,130,204,.34) 100%);background:linear-gradient(135deg,#1f1f1f 0,rgba(55,130,204,.34) 100%)}.page .main .main_cont{position:relative;width:100%;max-width:1300px;margin:0 auto;padding:5vw 2vh;display:flex;flex-direction:row;justify-content:center;align-items:center;height:100%;min-height:100vh}.page .main .main_cont .left_side{width:60%}.page .main .main_cont .left_side .h1{color:#fff;font-size:50px;text-transform:uppercase;font-weight:500;max-width:700px;border-left:10px solid #0277bd;padding-left:20px}.page .main .main_cont .left_side .h1 b{text-shadow:2px 2px 2px rgba(0,0,0,.5)}.page .main .main_cont .left_side .h2{color:#fff;font-size:30px;padding:0 20px;font-weight:400;border-left:4px solid #0277bd}.page .main .main_cont .left_side .h3{color:#fff;font-size:35px;text-shadow:2px 2px 2px rgba(0,0,0,.5);padding-top:30px}.page .main .main_cont .left_side ul{padding-top:50px}.page .main .main_cont .left_side ul li{-webkit-transition:.5s;-o-transition:.5s;transition:.5s;padding:5px 0}.page .main .main_cont .left_side ul li:hover{padding-left:10px}.page .main .main_cont .left_side ul li .fas_icon{color:#ef6c00;font-size:24px;margin-right:10px}.page .main .main_cont .left_side ul li span{color:#fff;font-size:22px;font-family:'Open Sans',sans-serif!important}.page .main .main_cont .right_side{width:40%}.page .main .main_cont .right_side form{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px 40px;background-color:rgba(34,34,34,.5);width:100%;max-width:400px;margin:0 auto;-webkit-box-shadow:2px 2px 10px 2px rgba(255,255,255,.5);box-shadow:2px 2px 10px 2px rgba(255,255,255,.5)}.page .main .main_cont .right_side form .h3{color:#fff;font-size:26px;padding-bottom:20px;text-transform:uppercase;text-align:center}.page .main .main_cont .right_side form input,.page .main .main_cont .right_side form textarea{padding:10px;border:2px solid #0277bd;font-size:16px;max-width:300px;width:100%;margin:5px 0}.page .main .main_cont .right_side form input.error{border-color:#d9534f}.page .main .main_cont .right_side form textarea{resize:none}.page .main .main_cont .right_side form .file-upload{position:relative;overflow:hidden;max-width:300px;width:100%;background:0 0;color:#fff;height:50px;margin:10px auto;text-align:center;-webkit-transition:.5s;-o-transition:.5s;transition:.5s;border:1px solid #a29f9c;-webkit-border-radius:5px;border-radius:5px;display:flex;flex-direction:row;justify-content:center;align-items:center}.page .main .main_cont .right_side form .file-upload:hover{background:#fff;color:#0277bd}.page .main .main_cont .right_side form .file-upload input[type=file]{display:none}.page .main .main_cont .right_side form .file-upload label{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;height:100%;cursor:pointer}.page .main .main_cont .right_side form .file-upload span{font-size:18px;font-weight:400;padding:10px 20px}.page .main .main_cont .right_side form .filename{background:#fff;border:0;display:none}.page .main .main_cont .right_side form .main_btn{background:#0277bd;margin:0 auto;cursor:pointer;width:100%;max-width:300px;margin-top:10px;text-transform:uppercase;font-weight:400}.page .main .main_cont .right_side form .main_btn b{font-weight:400}.page .main .main_cont .right_side form .main_btn:after,.page .main .main_cont .right_side form .main_btn:before{background:#fff}.page .main .main_cont .right_side form .main_btn:hover{color:#0277bd}.page .why_we .mw{padding:5vw 2vh}.page .why_we .mw .cont ul{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.page .why_we .mw .cont ul li{width:100%;max-width:500px;margin:20px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.page .why_we .mw .cont ul li:hover .desc .h5:after{width:50px}.page .why_we .mw .cont ul li .img{height:80px}.page .why_we .mw .cont ul li .img img{height:100%}.page .why_we .mw .cont ul li .desc{padding-left:30px}.page .why_we .mw .cont ul li .desc .h5{color:#222;font-size:20px;-webkit-transition:.5s;-o-transition:.5s;transition:.5s;position:relative;z-index:9}.page .why_we .mw .cont ul li .desc .h5:after{content:'';position:absolute;left:-10px;top:0;width:0;height:100%;background-color:#0277bd;z-index:-1;opacity:0;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}.page .why_we .mw .cont ul li .desc p{color:#727272;padding-top:10px;font-size:16px}.page .m_title{display:flex;flex-direction:column;justify-content:center;align-items:center;padding-bottom:5vw}.page .m_title .h3{font-size:35px;color:#0277bd;padding-bottom:10px;text-transform:uppercase;font-weight:500;text-shadow:1px 2px 1px rgba(34,34,34,.3);opacity:.8;text-align:center}.page .m_title .hr{width:80px;height:3px;position:relative;background-color:#222;margin-left:-20px;z-index:2}.page .m_title .hr:before{content:'';position:absolute;top:5px;left:40px;width:80px;height:3px;background-color:#0277bd;opacity:.8;z-index:-1}.page .our_products{width:100%;background-color:#222;height:100%;min-height:100vh;background-attachment:fixed;background-position:center;background-repeat:no-repeat;-webkit-background-size:cover;background-size:cover;position:relative}.page .our_products .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#1f1f1f;background:-webkit-gradient(left top,right bottom,color-stop(0,#1f1f1f),color-stop(100%,rgba(55,130,204,.34)));background:-webkit-linear-gradient(-45deg,#1f1f1f 0,rgba(55,130,204,.34) 100%);background:-o-linear-gradient(-45deg,#1f1f1f 0,rgba(55,130,204,.34) 100%);background:-webkit-linear-gradient(315deg,#1f1f1f 0,rgba(55,130,204,.34) 100%);background:-o-linear-gradient(315deg,#1f1f1f 0,rgba(55,130,204,.34) 100%);background:linear-gradient(135deg,#1f1f1f 0,rgba(55,130,204,.34) 100%)}.page .our_products .mw{padding:5vw 2vh}.page .our_products .mw .m_title .h3{color:#fff;opacity:1}.page .our_products .mw .m_title .hr{background:#fff}.page .our_products .mw .products{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.page .our_products .mw .products .product{width:100%;max-width:300px;margin:20px;-webkit-transition:.5s;-o-transition:.5s;transition:.5s;padding:20px;background-color:#fff}.page .our_products .mw .products .product:hover{-webkit-box-shadow:0 0 20px 0 rgba(255,255,255,.5);box-shadow:0 0 20px 0 rgba(255,255,255,.5)}.page .our_products .mw .products .product .img a{width:100%;height:200px;display:flex;flex-direction:row;justify-content:center;align-items:center}.page .our_products .mw .products .product .img a img{height:100%}.page .our_products .mw .products .product .h5{text-align:center;font-size:20px;padding-top:20px;color:#222;font-weight:500}.page .our_products .mw .btn_b{width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;margin-top:50px}.page .our_products .mw .btn_b .main_btn{background:#0277bd;margin:0 auto;cursor:pointer;width:100%;max-width:300px}.page .our_products .mw .btn_b .main_btn:after,.page .our_products .mw .btn_b .main_btn:before{background:#fff}.page .our_products .mw .btn_b .main_btn:hover{color:#0277bd}.page .how_we_work .mw{padding:5vw 2vh}.page .how_we_work .mw .cont ul{width:100%;display:flex;flex-direction:row;justify-content:center;align-items:flex-start}.page .how_we_work .mw .cont ul li{width:100%;max-width:200px;margin:20px;display:flex;flex-direction:column;justify-content:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative}.page .how_we_work .mw .cont ul li .img{width:100px;height:100px;display:flex;flex-direction:row;justify-content:center;align-items:center;background-color:#0277bd;-webkit-border-radius:50%;border-radius:50%;margin-bottom:10px;-webkit-transition:.5s;-o-transition:.5s;transition:.5s;-webkit-box-shadow:0 0 10px 4px rgba(2,119,189,.4);box-shadow:0 0 10px 4px rgba(2,119,189,.4)}.page .how_we_work .mw .cont ul li .img img{height:40px}.page .how_we_work .mw .cont ul li p{text-align:center;font-size:16px}.page .how_we_work .mw .cont ul li:after{content:'';position:absolute;background:url(../images/arrow_right.svg) no-repeat center center/100% 100%;top:40px;right:-30px;width:30px;height:30px}.page .how_we_work .mw .cont ul li:last-child:after{display:none}.page .about{width:100%;background-color:#f4f4f4}.page .about .mw{padding:5vw 2vh}.page .about .mw .cont{display:flex;flex-direction:row;justify-content:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.page .about .mw .cont .left_side{width:50%}.page .about .mw .cont .left_side p{font-size:18px;color:#5d5b5b;padding-bottom:10px}.page .about .mw .cont .left_side ul{padding-bottom:10px}.page .about .mw .cont .left_side ul li{font-size:18px;color:#5d5b5b;padding-bottom:2px}.page .about .mw .cont .left_side ul li .fas_icon{color:#0277bd;margin-right:5px}.page .about .mw .cont .left_side .feedback_call{margin-top:20px}.page .about .mw .cont .left_side .feedback_call .el_button{background:#0277bd;cursor:pointer}.page .about .mw .cont .left_side .feedback_call .el_button:after,.page .about .mw .cont .left_side .feedback_call .el_button:before{background:#fff}.page .about .mw .cont .left_side .feedback_call .el_button:hover{color:#0277bd}.page .about .mw .cont .right_side{width:50%;padding:40px}.page .about .mw .cont .right_side .img{width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center}.page .about .mw .cont .right_side .img img{width:100%;height:auto;-webkit-box-shadow:0 0 20px 0 rgba(34,34,34,.5);box-shadow:0 0 20px 0 rgba(34,34,34,.5)}.page .price .mw{padding:5vw 2vh}.page .price .mw .cont .h4{color:#444;font-size:24px;padding-bottom:20px;max-width:800px;text-align:center;margin:0 auto}.page .price .mw .cont ul{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.page .price .mw .cont ul li{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;margin:15px;max-width:500px}.page .price .mw .cont ul li .img{height:60px;margin-right:10px}.page .price .mw .cont ul li .img img{height:100%}.page .price .mw .cont ul li .h5{color:#222;font-size:20px}.page .price .mw .cont .feedback_call{margin-top:20px}.page .price .mw .cont .feedback_call .el_button{background:#0277bd;cursor:pointer}.page .price .mw .cont .feedback_call .el_button:after,.page .price .mw .cont .feedback_call .el_button:before{background:#fff}.page .price .mw .cont .feedback_call .el_button:hover{color:#0277bd}.page .contacts{position:relative;background:url(../images/contacts_bg.jpeg);width:100%;min-height:100vh;background-attachment:fixed;background-position:center;background-repeat:no-repeat;-webkit-background-size:cover;background-size:cover}.page .contacts .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#2b2831;background:-webkit-gradient(left top,right bottom,color-stop(0,#2b2831),color-stop(100%,rgba(75,71,85,.27)));background:-webkit-linear-gradient(-45deg,#2b2831 0,rgba(75,71,85,.27) 100%);background:-o-linear-gradient(-45deg,#2b2831 0,rgba(75,71,85,.27) 100%);background:-webkit-linear-gradient(315deg,#2b2831 0,rgba(75,71,85,.27) 100%);background:-o-linear-gradient(315deg,#2b2831 0,rgba(75,71,85,.27) 100%);background:linear-gradient(135deg,#2b2831 0,rgba(75,71,85,.27) 100%)}.page .contacts .mw{padding:8vw 5vw}.page .contacts .mw .cont{width:100%;max-width:1000px;margin:0 auto}.page .contacts .mw .cont .m_title .h3{opacity:1;color:#fff}.page .contacts .mw .cont .m_title .hr{background-color:#fff}.page .contacts .mw .cont .line{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;background-color:rgba(34,34,34,.8)}.page .contacts .mw .cont .line .left_side{width:50%;padding:60px 40px;height:400px}.page .contacts .mw .cont .line .left_side .address,.page .contacts .mw .cont .line .left_side .email,.page .contacts .mw .cont .line .left_side .phone,.page .contacts .mw .cont .line .left_side .time_work{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;margin-bottom:30px}.page .contacts .mw .cont .line .left_side .address .icon,.page .contacts .mw .cont .line .left_side .email .icon,.page .contacts .mw .cont .line .left_side .phone .icon,.page .contacts .mw .cont .line .left_side .time_work .icon{width:40px}.page .contacts .mw .cont .line .left_side .address .icon .fas_icon,.page .contacts .mw .cont .line .left_side .email .icon .fas_icon,.page .contacts .mw .cont .line .left_side .phone .icon .fas_icon,.page .contacts .mw .cont .line .left_side .time_work .icon .fas_icon{color:#0277bd;font-size:20px}.page .contacts .mw .cont .line .left_side .address .icon .fas_phone,.page .contacts .mw .cont .line .left_side .email .icon .fas_phone,.page .contacts .mw .cont .line .left_side .phone .icon .fas_phone,.page .contacts .mw .cont .line .left_side .time_work .icon .fas_phone{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.page .contacts .mw .cont .line .left_side .address a,.page .contacts .mw .cont .line .left_side .address span,.page .contacts .mw .cont .line .left_side .email a,.page .contacts .mw .cont .line .left_side .email span,.page .contacts .mw .cont .line .left_side .phone a,.page .contacts .mw .cont .line .left_side .phone span,.page .contacts .mw .cont .line .left_side .time_work a,.page .contacts .mw .cont .line .left_side .time_work span{color:#fff;font-size:18px;font-weight:500}.page .contacts .mw .cont .line .left_side .address .h5,.page .contacts .mw .cont .line .left_side .email .h5,.page .contacts .mw .cont .line .left_side .phone .h5,.page .contacts .mw .cont .line .left_side .time_work .h5{font-size:20px;color:#fff}.page .contacts .mw .cont .line .left_side .address a:hover,.page .contacts .mw .cont .line .left_side .email a:hover,.page .contacts .mw .cont .line .left_side .phone a:hover,.page .contacts .mw .cont .line .left_side .time_work a:hover{color:#0277bd}.page .contacts .mw .cont .line .left_side .btn_b{width:100%;padding-top:40px}.page .contacts .mw .cont .line .left_side .btn_b button{width:100%;max-width:300px;background-color:#0277bd;color:#222;font-size:20px;text-align:center;padding:15px;border:none;text-transform:uppercase;font-weight:600;-webkit-border-radius:50px;border-radius:50px;-webkit-box-shadow:0 5px 25px 0 rgba(2,119,189,.5);box-shadow:0 5px 25px 0 rgba(2,119,189,.5);cursor:pointer}.page .contacts .mw .cont .line .left_side .btn_b button:hover{background-color:#0277bd;-webkit-box-shadow:0 10px 25px 0 rgba(2,119,189,.5);box-shadow:0 10px 25px 0 rgba(2,119,189,.5)}.page .contacts .mw .cont .line .left_side .sco_icons{margin-top:20px}.page .contacts .mw .cont .line .left_side .sco_icons ul{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.page .contacts .mw .cont .line .left_side .sco_icons ul li{margin-right:10px}.page .contacts .mw .cont .line .left_side .sco_icons ul li a{width:40px;height:40px;-webkit-border-radius:50%;border-radius:50%;background-color:#fff;display:flex;flex-direction:row;justify-content:center;align-items:center}.page .contacts .mw .cont .line .left_side .sco_icons ul li a .fas_icon{color:#222;font-size:18px}.page .contacts .mw .cont .line .left_side .sco_icons ul li a:hover{background-color:#0277bd}.page .contacts .mw .cont .line .left_side .sco_icons ul li a:hover .fas_icon{color:#fff}.page .contacts .mw .cont .line .right_side{width:50%;height:400px;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:rgba(34,34,34,.5)}.page .contacts .mw .cont .line .right_side form{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px 40px;width:100%;max-width:400px;margin:0 auto}.page .contacts .mw .cont .line .right_side form .h3{color:#fff;font-size:26px;padding-bottom:20px;text-transform:uppercase;text-align:center}.page .contacts .mw .cont .line .right_side form input,.page .contacts .mw .cont .line .right_side form textarea{padding:10px;border:2px solid #0277bd;font-size:16px;max-width:300px;width:100%;margin:5px 0}.page .contacts .mw .cont .line .right_side form input.error{border-color:#d9534f}.page .contacts .mw .cont .line .right_side form textarea{resize:none}.page .contacts .mw .cont .line .right_side form .file-upload2{position:relative;overflow:hidden;max-width:300px;width:100%;background:0 0;color:#fff;height:50px;margin:10px auto;text-align:center;-webkit-transition:.5s;-o-transition:.5s;transition:.5s;border:1px solid #a29f9c;-webkit-border-radius:5px;border-radius:5px;display:flex;flex-direction:row;justify-content:center;align-items:center}.page .contacts .mw .cont .line .right_side form .file-upload2:hover{background:#fff;color:#0277bd}.page .contacts .mw .cont .line .right_side form .file-upload2 input[type=file]{display:none}.page .contacts .mw .cont .line .right_side form .file-upload2 label{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;height:100%;cursor:pointer}.page .contacts .mw .cont .line .right_side form .file-upload2 span{font-size:18px;font-weight:400;padding:10px 20px}.page .contacts .mw .cont .line .right_side form .filename{background:#fff;border:0;display:none}.page .contacts .mw .cont .line .right_side form .main_btn{background:#0277bd;margin:0 auto;cursor:pointer;width:100%;max-width:300px;margin-top:10px;text-transform:uppercase;font-weight:400}.page .contacts .mw .cont .line .right_side form .main_btn b{font-weight:400}.page .contacts .mw .cont .line .right_side form .main_btn:after,.page .contacts .mw .cont .line .right_side form .main_btn:before{background:#fff}.page .contacts .mw .cont .line .right_side form .main_btn:hover{color:#0277bd}.page .footer{background-color:#222}.page .footer .mw{padding:2vw 5vw;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.page .footer .mw .left_side p{font-size:16px;color:#ccc}.page .footer .mw .center ul{display:flex;flex-direction:row;justify-content:center;align-items:center}.page .footer .mw .center ul li{margin:5px}.page .footer .mw .center ul li a{width:40px;height:40px;-webkit-border-radius:50%;border-radius:50%;background-color:#555;display:flex;flex-direction:row;justify-content:center;align-items:center}.page .footer .mw .center ul li a .fas_icon{color:#fff;font-size:18px}.page .footer .mw .center ul li a:hover{background-color:#0277bd}.page .footer .mw .right_side a{color:#ccc;font-size:16px}.page .footer .mw .right_side a:hover{color:#0277bd}@media (max-width:575px){.page .header .mw{padding:2vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.page .header .mw .left_side{width:100%}.page .header .mw .left_side .logo a{width:100%;max-width:300px;margin:0 auto}.page .header .mw .left_side .logo a img{width:100%}.page .header .mw .nav{width:100%}.page .header .mw .nav ul{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;margin:20px 0}.page .header .mw .nav ul li a{margin:0 10px;padding-bottom:10px;display:block}.page .header .mw .right_side{display:flex;flex-direction:column;justify-content:center;align-items:center}.page .header .mw .right_side .line .phone{display:flex;flex-direction:row;justify-content:center;align-items:center}.page .header .mw .right_side .line .email{display:flex;flex-direction:row;justify-content:center;align-items:center}.page .header .mw .right_side .feedback_call{margin-left:0;margin-top:10px}.page .header.sticky{position:relative}.page .header.sticky .mw{padding:2vh}.page .header.sticky .mw .left_side .logo a{height:100%}.page .main{background-attachment:scroll}.page .main .main_cont{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:5vh 2vh}.page .main .main_cont .left_side{width:100%}.page .main .main_cont .left_side .h1{font-size:30px}.page .main .main_cont .left_side ul{padding-top:30px}.page .main .main_cont .left_side ul li{padding:3px 0}.page .main .main_cont .left_side ul li .fas_icon{font-size:20px;margin-right:5px}.page .main .main_cont .left_side ul li span{font-size:18px}.page .main .main_cont .right_side{width:100%;margin-top:30px}.page .main .main_cont .right_side form{padding:20px}.page .main .main_cont .right_side form .h3{font-size:24px;padding-bottom:10px}.page .main .main_cont .right_side form input,.page .main .main_cont .right_side form textarea{padding:10px;margin:5px 0}.page .main .main_cont .right_side form textarea{padding:10px}.page .why_we .mw .cont ul li{margin:10px}.page .why_we .mw .cont ul li .img{height:60px}.page .why_we .mw .cont ul li .desc{padding-left:20px}.page .why_we .mw .cont ul li .desc .h5{font-size:18px}.page .why_we .mw .cont ul li .desc p{padding-top:5px;font-size:15px}.page .m_title .h3{font-size:26px}.page .m_title .hr{width:60px}.page .m_title .hr:before{width:60px}.page .our_products .mw .products{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.page .our_products .mw .products .product{margin:10px}.page .our_products .mw .btn_b{margin-top:30px}.page .how_we_work .mw .cont ul{display:flex;flex-direction:column;justify-content:center;align-items:center}.page .how_we_work .mw .cont ul li{max-width:300px;margin-bottom:50px}.page .how_we_work .mw .cont ul li:after{top:auto;bottom:-50px;right:0;left:0;margin:0 auto;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);width:30px;height:30px}.page .how_we_work .mw .cont ul li:last-child:after{display:none}.page .about .mw .cont .left_side{width:100%;-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}.page .about .mw .cont .left_side p{font-size:16px}.page .about .mw .cont .left_side ul li{font-size:16px}.page .about .mw .cont .right_side{width:100%;padding:20px 0}.page .about .mw .cont .right_side .img{max-width:500px;margin:0 auto}.page .price .mw .cont .h5{font-size:20px}.page .price .mw .cont ul li{margin:10px 0;padding-right:10px}.page .price .mw .cont ul li .img{height:50px}.page .price .mw .cont ul li .h5{font-size:18px}.page .contacts{background-attachment:scroll}.page .contacts .mw{padding:5vw 2vh}.page .contacts .mw .cont .line .left_side{width:100%;padding:40px 20px;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.page .contacts .mw .cont .line .right_side{width:100%}.page .footer .mw{padding:4vw 4vw;display:flex;flex-direction:column;justify-content:center;align-items:center}.page .footer .mw .left_side p{text-align:center}.page .footer .mw .center{margin:10px 0}.page .footer .mw .right_side a{text-align:center}}@media (min-width:576px) and (max-width:767px){.page .header .mw{display:flex;flex-direction:row;justify-content:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.page .header .mw .left_side{width:50%}.page .header .mw .left_side .logo a{width:100%;max-width:300px;margin:0 auto}.page .header .mw .left_side .logo a img{width:100%}.page .header .mw .nav{width:50%}.page .header .mw .nav ul{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.page .header .mw .nav ul li a{margin:0 10px;padding-bottom:10px;display:block}.page .header .mw .right_side{margin-top:10px}.page .header.sticky{position:relative}.page .header.sticky .mw{padding:2vh}.page .header.sticky .mw .left_side .logo a{height:100%}.page .main{background-attachment:scroll}.page .main .main_cont{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:5vh 2vh}.page .main .main_cont .left_side{width:100%}.page .main .main_cont .left_side .h1{font-size:40px}.page .main .main_cont .left_side ul{padding-top:30px}.page .main .main_cont .left_side ul li{padding:3px 0}.page .main .main_cont .left_side ul li .fas_icon{font-size:20px;margin-right:5px}.page .main .main_cont .left_side ul li span{font-size:18px}.page .main .main_cont .right_side{width:100%;margin-top:30px}.page .main .main_cont .right_side form{padding:20px}.page .main .main_cont .right_side form .h3{font-size:26px}.page .main .main_cont .right_side form input,.page .main .main_cont .right_side form textarea{padding:10px;margin:5px 0}.page .main .main_cont .right_side form textarea{padding:10px}.page .why_we .mw .cont ul li{margin:1%;max-width:48%}.page .why_we .mw .cont ul li .img{height:60px}.page .why_we .mw .cont ul li .desc{padding-left:20px}.page .why_we .mw .cont ul li .desc .h5{font-size:18px}.page .why_we .mw .cont ul li .desc p{padding-top:5px;font-size:15px}.page .m_title .h3{font-size:26px}.page .m_title .hr{width:60px}.page .m_title .hr:before{width:60px}.page .our_products .mw .products{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.page .our_products .mw .products .product{margin:10px 2%;width:45%;max-width:300px}.page .our_products .mw .btn_b{margin-top:30px}.page .how_we_work .mw{padding:5vw 2vh}.page .how_we_work .mw .cont ul{display:flex;flex-direction:column;justify-content:center;align-items:center}.page .how_we_work .mw .cont ul li{max-width:300px;margin-bottom:50px}.page .how_we_work .mw .cont ul li:after{top:auto;bottom:-50px;right:0;left:0;margin:0 auto;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);width:30px;height:30px}.page .how_we_work .mw .cont ul li:last-child:after{display:none}.page .about .mw .cont .left_side{width:100%;-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}.page .about .mw .cont .left_side p{font-size:16px}.page .about .mw .cont .left_side ul li{font-size:16px}.page .about .mw .cont .right_side{width:100%;padding:20px 0}.page .about .mw .cont .right_side .img{max-width:500px;margin:0 auto}.page .price .mw .cont .h5{font-size:20px}.page .price .mw .cont ul li{margin:10px 0;padding-right:10px}.page .price .mw .cont ul li .img{height:50px}.page .price .mw .cont ul li .h5{font-size:18px}.page .contacts{background-attachment:scroll}.page .contacts .mw{padding:5vw 2vh}.page .contacts .mw .cont .line .left_side{width:100%;padding:40px 20px;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.page .contacts .mw .cont .line .right_side{width:100%}.page .footer .mw{padding:4vw 4vw;display:flex;flex-direction:column;justify-content:center;align-items:center}.page .footer .mw .left_side p{text-align:center}.page .footer .mw .center{margin:10px 0}.page .footer .mw .right_side a{text-align:center}}@media (min-width:768px) and (max-width:991px){.page .header .mw{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.page .header .mw .left_side{width:50%}.page .header .mw .nav{width:50%}.page .header .mw .nav ul{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.page .header .mw .nav ul li a{margin:0 10px;padding-bottom:10px;display:block}.page .header .mw .right_side{margin-top:10px;width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center}.page .header.sticky{position:relative}.page .header.sticky .mw{padding:2vh}.page .header.sticky .mw .left_side .logo a{height:100%}.page .main .main_cont{padding:4vh 2vh}.page .main .main_cont .left_side .h1{font-size:40px}.page .main .main_cont .right_side form{padding:20px}.page .why_we .mw .cont ul li{margin:1%;max-width:48%}.page .why_we .mw .cont ul li .img{height:60px}.page .why_we .mw .cont ul li .desc{padding-left:20px}.page .why_we .mw .cont ul li .desc .h5{font-size:18px}.page .why_we .mw .cont ul li .desc p{padding-top:5px;font-size:15px}.page .m_title .h3{font-size:30px}.page .m_title .hr{width:60px}.page .m_title .hr:before{width:60px}.page .our_products .mw .products{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.page .our_products .mw .products .product{margin:10px 2%;width:45%;max-width:300px}.page .our_products .mw .btn_b{margin-top:30px}.page .how_we_work .mw .cont ul{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.page .how_we_work .mw .cont ul li{max-width:200px}.page .price .mw .cont .h5{font-size:20px}.page .price .mw .cont ul li{margin:10px;max-width:350px}.page .price .mw .cont ul li .img{height:50px}.page .price .mw .cont ul li .h5{font-size:18px}.page .contacts{background-attachment:scroll}.page .contacts .mw{padding:5vw 2vh}}@media (min-width:992px) and (max-width:1199px){.page .header .mw .nav ul{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:300px}.page .header .mw .nav ul li a{margin:0 10px;padding-bottom:10px;display:block}.page .header .mw .right_side .line .phone .fas_icon{font-size:16px}.page .header .mw .right_side .line .phone a{font-size:17px}.page .header.sticky{position:relative}.page .header.sticky .mw{padding:2vh}.page .header.sticky .mw .left_side .logo a{height:100%}.page .main .main_cont{padding:4vh 2vh}.page .main .main_cont .right_side form{padding:20px}.page .why_we .mw .cont ul li{margin:1%;max-width:48%}.page .why_we .mw .cont ul li .img{height:60px}.page .why_we .mw .cont ul li .desc{padding-left:20px}.page .why_we .mw .cont ul li .desc .h5{font-size:18px}.page .why_we .mw .cont ul li .desc p{padding-top:5px;font-size:15px}.page .m_title .h3{font-size:30px}.page .m_title .hr{width:60px}.page .m_title .hr:before{width:60px}.page .our_products .mw .products{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.page .our_products .mw .products .product{margin:10px 2%;width:45%;max-width:300px}.page .our_products .mw .btn_b{margin-top:30px}.page .about_us .mw{padding:5vw 2vh}.page .about_us .mw .left_side{width:100%}.page .about_us .mw .left_side .about_us_title h3{font-size:30px}.page .about_us .mw .left_side .c p{font-size:16px}.page .about_us .mw .left_side .c ul li{font-size:16px}.page .about_us .mw .left_side .c .feedback_call{margin-top:10px}.page .about_us .mw .right_side{width:100%;padding:20px 0}.page .about_us .mw .right_side .img{max-width:500px;margin:0 auto}.page .price .mw .cont .h5{font-size:20px}.page .price .mw .cont ul li{max-width:400px}.page .price .mw .cont ul li .img{height:50px}.page .price .mw .cont ul li .h5{font-size:18px}.page .contacts{background-attachment:scroll}.page .contacts .mw{padding:5vw 2vh}}