.body-container.zoomIn{transform-origin:top right;transform:scale(1.25)}.body-container.linksOn a,.body-container.linksOn button{text-decoration:underline!important}.body-container.fontsOn,.body-container.fontsOn a,.body-container.fontsOn button,.body-container.fontsOn h1,.body-container.fontsOn h2,.body-container.fontsOn h3,.body-container.fontsOn p{font-family:helvetica,arial!important}.accessMenu{position:fixed;top:150px;right:-280px;height:70px;padding:0;margin:0;z-index:1081;transition:all .3s ease-in-out}.accessMenu.opened{right:0}.accessMenu button.openMenu{display:inline-block;width:60px;height:60px;padding:5px 2px 5px 10px;background:#0a76be;border:none;border-radius:20px 0 0 20px;cursor:pointer}.accessMenu.opened button.openMenu,.accessMenu button.openMenu:focus,.accessMenu button.openMenu:hover{background:#000;border:1px solid #fff;opacity:1}.accessMenu button.openMenu img{width:30px}.accessMenu .menuCont{display:inline-block;text-align:center;vertical-align:top;width:280px;background:#0a76be;padding:0}.accessMenu .menuCont ul{padding:0;margin:0}.accessMenu .menuCont ul li{width:100%;border-bottom:1px solid hsla(0,0%,100%,.5)}.accessMenu .menuCont ul li:last-child{border:none}.accessMenu .menuCont ul li a,.accessMenu .menuCont ul li button{padding:20px 10px;display:block;width:100%;border:none;background:none;color:#fff;font-family:fb_regular,helvetica,arial;font-size:20px;cursor:pointer}.accessMenu .menuCont ul li figure{margin:0}.accessMenu .menuCont ul li figure figcaption{margin:10px 0 0}.accessMenu .menuCont ul li figure img{height:30px}.accessMenu .menuCont ul li.active button{background:grey}.accessMenu .menuCont ul li a:focus,.accessMenu .menuCont ul li a:hover,.accessMenu .menuCont ul li button:focus,.accessMenu .menuCont ul li button:hover{background:#000;color:#ff0}.mobile .accessMenu{right:-150px;height:60px;top:0;margin-top:30%}.mobile .accessMenu.opened{right:0}.mobile .accessMenu .menuCont{width:150px}.mobile .accessMenu .menuCont ul li figure img{width:35px}.mobile .accessMenu .menuCont ul li figure figcaption{font-size:16px;margin:0}.mobile .accessMenu .menuCont ul li a,.mobile .accessMenu .menuCont ul li button{padding:10px}.mobile .accessMenu button.openMenu{width:40px;height:40px;padding:0 12px 2px 10px}.mobile .accessMenu button.openMenu img{width:23px}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-timing-function:ease-in-out}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-duration:.75s;animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:translateZ(0)}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:translateZ(0)}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:translateZ(0)}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-duration:.75s;animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animated.flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-duration:.75s;animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{animation-duration:.75s;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:translateZ(0);opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:translateZ(0);opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:translateZ(0);opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:translateZ(0);opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:translateZ(0);opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-duration:2s;animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:slideOutUp}.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.delay-1s{animation-delay:1s}.animated.delay-2s{animation-delay:2s}.animated.delay-3s{animation-delay:3s}.animated.delay-4s{animation-delay:4s}.animated.delay-5s{animation-delay:5s}.animated.fast{animation-duration:.8s}.animated.faster{animation-duration:.5s}.animated.slow{animation-duration:2s}.animated.slower{animation-duration:3s}@media (prefers-reduced-motion:reduce),(print){.animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}}@font-face{font-family:fb;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;src:url(/static/media/OpenSansHebrew-Light.b9d0ff29.woff) format("opentype")}@font-face{font-family:fb_regular;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;src:url(/static/media/OpenSansHebrew-Regular.3f78af97.woff) format("opentype")}@font-face{font-family:fb_bold;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;src:url(/static/media/OpenSansHebrew-Bold.8d60db67.woff) format("opentype")}@font-face{font-family:FrankRuhlLibreBold;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;src:url(/static/media/FrankRuhlLibre-Bold.04a3de74.woff) format("opentype")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local("Roboto"),local("Roboto-Regular"),url(https://fonts.gstatic.com/s/roboto/v15/CrYjSnGjrRCn0pd9VQsnFOvvDin1pK8aKteLpeZ5c0A.woff) format("woff")}body{direction:rtl!important;text-align:right!important;font-family:fb,helvetica,arial!important;padding:0;margin:0;font-size:18px!important;color:#000;background-color:hsla(0,0%,100%,.95);transition:all .5s ease-in-out}.body-container{padding:90px 0 0}.body-container.welcome_en,.body-container.welcome_index{padding:0}.hidden{display:none}img{max-width:100%}ul{padding:0;margin:0;list-style-type:none}p{direction:rtl}strong{font-family:fb,Roboto,helvetica,arial;font-weight:700}.wrapper{display:block;width:1200px;margin:0 auto;position:relative}.wrapper:before{width:100%}.clear:after,.clear:before,.wrapper:after,.wrapper:before{content:"";display:block;clear:both}article,aside,figcaption,figure,footer,header,hgroup,nav,section{display:block}img,img a{border:none}.col{display:table-cell}.fullWidth{width:100%}.header-wrapper{transition:all .5s ease-in-out;position:relative;width:100%;top:0;z-index:999}.site-header{display:block;width:100%;display:table;text-align:center;position:fixed;top:0;margin:0;border-bottom:1px solid #ececec;transition:all .2s ease-in-out;padding:20px;background:#fff}.site-header .col{height:0}.site-header .main-menu{padding:0 8% 0 0;text-align:right}.site-header .main-menu .colTable{display:table-cell}.site-header .main-menu img.mainLogo{width:100px;height:51px;margin:0 0 0 30px}.welcome_en .site-header .main-menu img.mainLogo,.welcome_index .site-header .main-menu img.mainLogo{width:133px}.site-header .main-menu nav{text-align:right;display:inline-block}.site-header .main-menu nav a{display:inline-block;margin:0 10px;color:#000}.body-container.welcome_en .site-header,.body-container.welcome_index .site-header{background:transparent;border:none}body .body-container.welcome_index .site-header .main-menu nav a,body .body-container.welcome_index .site-header .social .leftMenu a{color:#fff}body.header-scroll .body-container .site-header{background:hsla(0,0%,100%,.9);border-bottom:1px solid #ececec}body .body-container.welcome_index .site-header .main-menu nav .dropdown button.dropdown-toggle{color:#fff}body .site-header .main-menu nav .dropdown button.dropdown-toggle{background:transparent;font-size:18px}body.header-scroll .body-container.welcome_index .site-header .main-menu nav .dropdown button.dropdown-toggle,body.header-scroll .body-container.welcome_index .site-header .main-menu nav a,body.header-scroll .body-container.welcome_index .site-header .social .leftMenu a{color:#000;font-size:18px}body .site-header .main-menu nav .dropdown{display:inline-block}body .site-header .main-menu nav .dropdown button.dropdown-toggle{padding:0 5px 3px 0}body .site-header .main-menu nav .dropdown button.dropdown-toggle:after{margin-right:10px}body .site-header .main-menu nav .dropdown .dropdown-menu{background:#e0e0e0;border:none;border-radius:0;margin:0;padding:0;min-width:0}body .site-header .main-menu nav .dropdown .dropdown-menu a,body .site-header .main-menu nav .dropdown .dropdown-menu button{width:100%;margin:0;text-align:center;color:#000;background:transparent;padding:15px 0;border:none;border-bottom:1px solid #fff}body .site-header .main-menu nav .dropdown .dropdown-menu a:last-child{border:none}body .site-header .main-menu nav .dropdown .dropdown-menu a:focus,body .site-header .main-menu nav .dropdown .dropdown-menu a:hover,body .site-header .main-menu nav .dropdown button.dropdown-toggle:focus,body .site-header .main-menu nav .dropdown button.dropdown-toggle:hover{text-decoration:underline}body .site-header .main-menu nav a.is-active,body .site-header .main-menu nav a:focus,body .site-header .main-menu nav a:hover,body .site-header .social .leftMenu a.is-active{font-family:fb_regular,helvetica,arial;color:#000!important}body .site-header .main-menu a.home img{width:26px;height:20px;vertical-align:middle;margin:-2px 0 0 15px}body .body-container.welcome_index .site-header .main-menu a.home img.white{display:inline-block}body .body-container .site-header .main-menu a.home img.white,body .body-container.welcome_index .site-header .main-menu a.home img.black,body.header-scroll .body-container .site-header .main-menu a.home img.white{display:none}body.header-scroll .body-container .site-header .main-menu a.home img.black{vertical-align:middle;display:inline-block}body .site-header .social{text-align:left;min-width:350px}body .site-header .social a{display:inline-block;margin:0 5px}body .site-header .social a img{height:16px;vertical-align:middle}body .site-header .social a.whatsapp img{height:19px}body .site-header .social .leftMenu{display:inline-block;border-left:1px solid grey;padding:0 0 0 10px;margin-left:10px}body .site-header .social .leftMenu a{padding:5px 0;color:#000}body .site-header .social .leftMenu a img{margin:0 10px 0 0}body .body-container.welcome_index .site-header .social a img.white{vertical-align:middle;display:inline-block}body .body-container .site-header .social a img.white,body .body-container.welcome_index .site-header .social a img.black,body.header-scroll .body-container .site-header .social a img.white{display:none}body.header-scroll .body-container .site-header .social a img.black,body .site-header .social span.sitePhone{vertical-align:middle;display:inline-block}body .site-header .social span.sitePhone{font-size:20px;color:#000;margin:0 10px 0 0}body .body-container.welcome_index .site-header .social span.sitePhone{color:#fff}body.header-scroll .body-container.welcome_index .site-header .social span.sitePhone{color:#000}body .body-container .site-header .social a:focus img,body .body-container .site-header .social a:hover img{height:25px}.content-wrapper{min-height:575px;margin:auto;position:relative;transition:all .5s ease-in-out}.footer-wrapper{position:relative;z-index:10}.footer-wrapper:before{content:"";width:100%;height:45px}.credit{margin:0;padding:0 0 20px}.site-footer{padding:0;margin:0;color:#000;position:relative;background:#fff}::-webkit-input-placeholder{padding-top:0;color:hsla(0,0%,100%,0)!important;font-size:80%}:-moz-placeholder,::-moz-placeholder{padding-top:0;color:hsla(0,0%,100%,0)!important;font-size:80%}:-ms-input-placeholder{padding-top:0;color:hsla(0,0%,100%,0)!important;font-size:80%}.form-wrapper .MuiFormControl-root{width:205px}.form-wrapper .makeStyles-container-1{display:inline-block}.form-wrapper .MuiInputBase-input.MuiInput-input{font-family:fb_regular,helvetica,arial}.form-wrapper .MuiFormLabel-root{right:0}.form-wrapper .MuiFormLabel-root.MuiInputLabel-root.MuiInputLabel-formControl.MuiInputLabel-animated{font-family:fb_regular,helvetica,arial;text-align:right}.form-wrapper .MuiFormLabel-root.Mui-focused,.form-wrapper .MuiFormLabel-root.MuiFormLabel-filled{right:-65px!important}.form-wrapper>div{display:inline-block}.form-wrapper .MuiFormHelperText-root{text-align:right}.form-wrapper>div>span{display:block;color:red;padding:20px 0}.form-wrapper button.sendBtn{background:#353535;vertical-align:bottom;margin:0 15px 30px 0;padding:5px 30px}.form-wrapper button.sendBtn:focus,.form-wrapper button.sendBtn:hover{background:#fff;border:1px solid #000;color:#000}.form-wrapper button.sendBtn.btn-danger{background:#a00}.form-wrapper .MuiInput-underline:after{border-color:#000!important}.form-wrapper .MuiFormLabel-root.MuiFormLabel-filled{color:grey!important}.form-wrapper .MuiFormLabel-root.MuiInputLabel-root.MuiInputLabel-formControl.MuiInputLabel-animated{color:grey}.modal{z-index:999;margin-top:100px}.modal .modal-dialog .modal-header{text-align:center;color:#000}.modal .modal-dialog .modal-header h5{width:100%;font-size:30px}.modal .modal-dialog .modal-body{padding:40px 0}.modal .modal-dialog .modal-header button{float:left;left:0;margin:0;padding:0}.modal .modal-dialog .modal-body{color:#000}.modal.error-modal .modal-dialog .modal-header{background:red}.modal.error-modal .modal-dialog .modal-header h5{color:#fff}.modal.error-modal .modal-dialog .modal-footer button{background:red;color:#fff;font-family:fb_regular,helvetica,arial}.carouselProj .carousel-control-next,.carouselProj .carousel-control-prev{width:10%;opacity:1}.carouselProj .carousel-control-next span{background:url(/static/media/rightBold.390b18c8.svg) 50% no-repeat;background-size:100%;width:30px;height:65px}.carouselProj .carousel-control-prev span{background:url(/static/media/leftBold.6afa110c.svg) 50% no-repeat;background-size:100%;width:30px;height:65px}section.plans .carouselProj .carousel-control-next span{background-image:url(/static/media/arrowLbold.953c48d6.svg)}section.plans .carouselProj .carousel-control-prev span{background-image:url(/static/media/arrowRbold.5119f6e6.svg)}section.plans .carouselProj .carousel-control-next{right:auto;left:0;opacity:.8}section.plans .carouselProj .carousel-control-prev{left:auto;right:0;opacity:.8}section.gallery .carouselProj ol.carousel-indicators{bottom:-50px}section.gallery .carouselProj ol.carousel-indicators li{width:10px;height:10px;background:#fff;border:1px solid grey;border-radius:50%}section.gallery .carouselProj ol.carousel-indicators li.active{background:grey}.owl-carousel .owl-nav{top:0;position:absolute;width:100%;margin:15% 0 0}.owl-carousel .owl-nav span{display:none}.owl-carousel .owl-nav button.owl-prev{background:url(/static/media/leftGrey.718e53b0.svg) 50% no-repeat;background-size:100%;width:30px;height:60px;left:-50px;position:absolute}.owl-carousel .owl-nav button.owl-next{background:url(/static/media/rightGrey.1f311fcb.svg) 50% no-repeat;background-size:100%;width:30px;height:60px;position:absolute;right:-50px}.credit{background:#fff;text-align:center}.credit img{width:150px}.modal.BigPictures .modal-dialog button.close{position:absolute;background:#000;padding:10px;width:50px;height:50px;border-radius:50%;margin:20px;color:#fff}.modal.BigPictures .modal-dialog{width:100%;max-width:95%;padding:10px;margin:0 auto}.modal.BigPictures .modal-dialog .modal-body{padding:0}.modal.BigPictures .modal-dialog .modal-body img{width:100%;max-width:100%}.modal.BigPictures .modal-dialog .modal-body p{text-align:center;background:rgba(0,0,0,.5294117647);color:#fff;padding:10px 0;font-size:20px}.Page404{text-align:center;padding:80px 0}.Page404 img{width:400px}.Page404 a:focus img,.Page404 a:hover img{width:410px}h3.formMustText{font-size:16px}.bounce{animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateX(0)}40%{transform:translateX(-10px)}60%{transform:translateX(-5px)}}@keyframes bounce1{0%,20%,50%,80%,to{transform:scale(1)}40%{transform:scale(1.2)}60%{transform:scale(1.1)}}.bounce1{animation:bounce1 2s infinite}.HomePage section.section1 h1{position:absolute;width:100%;top:0;margin:7% 0 0;text-align:center;font-family:fb,helvetica,arial;color:#fff;font-size:54px;z-index:10}.HomePage section.HomeProjects{margin:50px 0 0}.HomePage section.HomeProjects .MuiContainer-root{width:1140px;margin:0 auto;padding:0}.HomePage section.HomeProjects .MuiContainer-root header.MuiPaper-root{box-shadow:none;background:transparent}.HomePage section.HomeProjects .MuiContainer-root .react-swipeable-view-container{text-align:center;border-top:1px solid #f0f0f0;margin-top:20px}.HomePage section.HomeProjects .MuiContainer-root .react-swipeable-view-container .MuiBox-root{padding:20px 0 40px}.HomePage section.HomeProjects .MuiBox-root .items{text-align:right}.HomePage .MuiTabs-flexContainer button.MuiButtonBase-root{font-size:18px;font-family:fb,helvetica,arial;color:grey;border-left:1px solid #c4c4c4}.HomePage .MuiTabs-flexContainer button.MuiButtonBase-root:last-child{border-left:none}.HomePage .MuiTabs-flexContainer button.MuiButtonBase-root.Mui-selected,.HomePage .MuiTabs-flexContainer button.MuiButtonBase-root.Mui-selected:active,.HomePage .MuiTabs-flexContainer button.MuiButtonBase-root.Mui-selected:focus,.HomePage .MuiTabs-flexContainer button:hover{font-family:fb_regular,helvetica,arial;color:#000}.HomePage .MuiBox-root .searchCity{margin:0 0 50px}.HomePage .MuiBox-root .searchCity h2{font-family:fb_regular,helvetica,arial;display:inline-block;font-size:21px;vertical-align:middle;margin:20px 0 0 20px}.HomePage .MuiBox-root .searchCity img.searchIcon{display:inline-block;width:21px;vertical-align:middle;margin:30px 20px 0 0}.HomePage .MuiBox-root .searchCity .MuiFormLabel-root{font-family:fb_regular,helvetica,arial;direction:rtl;text-align:right;left:inherit;right:0}.HomePage .MuiBox-root .searchCity .MuiSelect-select{background:transparent}.HomePage .MuiBox-root .searchCity .MuiInput-underline:after{border-color:grey!important}.HomePage .MuiBox-root .searchCity .MuiFormLabel-root.MuiFormLabel-filled{color:grey;right:-25px}.HomePage .MuiBox-root .searchCity .MuiFormLabel-root.Mui-focused{color:#000}.HomePage .MuiBox-root .searchCity .MuiSvgIcon-root{left:0;right:inherit}.HomePage section.HomeProjects .MuiBox-root .HomeProjectCard{width:360px;margin:0 0 20px 29px;display:inline-block;text-decoration:none}.HomePage section.HomeProjects .MuiBox-root .HomeProjectCard .text{text-align:center;padding:20px 0 0;min-height:150px}.HomePage section.HomeProjects .MuiBox-root .items .HomeProjectCard:nth-child(3n+0){margin-left:0}.HomePage section.HomeProjects .MuiBox-root .HomeProjectCard img{width:100%}.HomePage section.HomeProjects .MuiBox-root .HomeProjectCard h2{font-family:fb,helvetica,arial;font-size:16px;line-height:1;color:#838383}.HomePage section.HomeProjects .MuiBox-root .HomeProjectCard h2 small{font-size:16px}.HomePage section.HomeProjects .MuiBox-root .HomeProjectCard:focus h2,.HomePage section.HomeProjects .MuiBox-root .HomeProjectCard:hover h2{color:#5b5b5b;font-family:fb_regular,helvetica,arial;text-decoration:none}.HomePage section.HomeProjects .MuiBox-root .HomeProjectCard button{margin:10px 0 0;box-shadow:none;padding:5px 20px;font-family:fb,helvetica,arial;background:#e9e9e9}.HomePage section.HomeProjects .MuiBox-root .HomeProjectCard:hover button{background:#9b9b9b;color:#fff}footer.site-footer section.formSec{color:#fff;background:50% no-repeat #000;background-size:cover;padding:70px 0;text-align:center}footer.site-footer section.formSec h2{font-size:23px}footer.site-footer .form-wrapper{width:1100px;margin:0 auto;color:#fff}footer.site-footer .form-wrapper .MuiInputBase-input.MuiInput-input{color:#fff}footer.site-footer .form-wrapper .MuiFormControl-root{width:170px;margin-left:15px}footer.site-footer .form-wrapper .MuiInput-underline:after{border-color:#fff!important}footer.site-footer .form-wrapper .MuiFormLabel-root.MuiInputLabel-root.MuiInputLabel-formControl.MuiInputLabel-animated{color:#fff}footer.site-footer .form-wrapper .MuiFormHelperText-root{color:red}footer.site-footer .form-wrapper .MuiFormLabel-root.MuiFormLabel-filled{color:grey!important}footer.site-footer .form-wrapper button.sendBtn{background:transparent;margin:22px 15px 0 0;vertical-align:top}footer.site-footer .form-wrapper button.sendBtn:hover{background:#fff}footer.site-footer .form-wrapper .selectFormGroup{display:inline-block;width:170px;margin:18px 10px 0;font-family:fb_regular,helvetica,arial}footer.site-footer .form-wrapper .selectFormGroup select{background:10px url(/static/media/downSelect.66d378e5.svg) #21211f no-repeat;background-size:15px;color:#fff;border:none;border-bottom:1px solid grey;border-radius:0;padding:0 0 0 40px;appearance:none;-webkit-appearance:none;font-size:15px}footer.site-footer .form-wrapper .selectFormGroup span{color:red;font-size:11.5px;text-align:right;display:block;padding:5px 0 0}footer.site-footer .MuiInputBase-root.MuiInput-root.MuiInput-underline:before{border-color:grey}footer.site-footer .MuiInputBase-root.MuiInput-root:hover.MuiInput-underline:before{border-block-color:#fff}footer.site-footer .siteMapTable{padding:30px 0;display:table;width:100%;text-align:right}footer.site-footer .siteMapTable h2{font-size:16px;margin:0 0 20px}footer.site-footer .siteMapTable .col{vertical-align:top}footer.site-footer .siteMapTable .col.sites{width:80%}footer.site-footer .siteMapTable .col.social{width:20%;text-align:center}footer.site-footer .siteMapTable .col.sites ul{width:100%}footer.site-footer .siteMapTable .col.sites ul li{margin:0 0 12px}footer.site-footer .siteMapTable .col.sites ul li a{color:grey;font-size:12px;line-height:1;display:block}footer.site-footer .siteMapTable .col.sites ul li a:hover{color:#000}footer.site-footer .siteMapTable .tableProjects{display:table;width:100%}footer.site-footer .siteMapTable .tableProjects .col{width:15%}footer.site-footer .siteMapTable .tableProjects .col:nth-child(4){width:30%}footer.site-footer .siteMapTable .tableProjects .col:nth-child(4) ul{column-count:2}footer.site-footer .social a{display:inline-block;margin:0 7px}footer.site-footer .social a img{height:15px;vertical-align:middle}footer.site-footer .social a.whatsapp img{height:20px;margin-right:3px}footer.site-footer .social a:hover img{height:25px}footer.site-footer img.mainLogo{width:172px;display:block;margin:20px auto}footer.site-footer .dansLogos{text-align:center;margin:20px 0 0}footer.site-footer .bdiLogo{margin:10px 0 0;text-align:center}footer.site-footer .bdiLogo img{width:150px}footer.site-footer .dansLogos img{width:130px;margin:0 0 20px}.projectView .tableProject{display:table;width:100%}.projectView .tableProject .col{vertical-align:top;padding:0}.projectView .tableProject .col.navProj{width:30%;position:relative;background:#e9e9e9;padding:20px 30px;z-index:10}.projectView .tableProject .col.infoProject{width:70%}.projectView .tableProject .navProj header{text-align:center;width:390px;margin:0 auto}.projectView .tableProject .navProj header img.logo{width:300px}.projectView .tableProject .navProj header img.logoCity{width:128px;margin:0 0 20px}.projectView .tableProject .navProj header h2{font-size:21px;margin:20px 0 0}.projectView .tableProject .navProj header .text{width:390px;margin:20px auto 0;font-size:16px;color:#484747}.projectView .tableProject .navProj header .text a{color:#000}.projectView .tableProject .navProj header .text a:focus,.projectView .tableProject .navProj header .text a:hover{text-decoration:underline}.projectView .tableProject .navProj header .text h3{font-family:fb_regular,helvetica,arial;color:#000;font-size:18px;letter-spacing:2px}.projectView .tableProject .navProj header ul.navigateElements{transition:all .5s ease-in-out;top:0;margin:50px 0}.projectView .tableProject .navProj header ul.navigateElements li{border-bottom:1px solid grey;padding:20px 0;cursor:pointer}.projectView .tableProject .navProj header ul.navigateElements li.toCatalog{border:none}.projectView .tableProject .navProj header ul.navigateElements li.toCatalog a{background:#fff;font-size:17px;color:#000;padding:10px 20px;border-radius:10px;border:1px solid #303030;margin:5px 10px 0;display:inline-block;height:50px;width:160px}.projectView .tableProject .navProj header ul.navigateElements li.toCatalog a.whatsapp{width:200px}.projectView .tableProject .navProj header ul.navigateElements li.toCatalog a.whatsapp img{width:30px;margin:-2px 10px 0 0}.projectView .tableProject .navProj header ul.navigateElements li.toCatalog a:focus,.projectView .tableProject .navProj header ul.navigateElements li.toCatalog a:hover{background:#000;color:#fff}.projectView .tableProject .navProj .statusProj{position:absolute;font-size:16px}.projectView .tableProject .navProj .statusProj,.projectView .tableProject .navProj header ul.navigateElements li a.active,.projectView .tableProject .navProj header ul.navigateElements li a:hover{color:#000;font-family:fb_regular,helvetica,arial}.projectView .tableProject .navProj .navigateElements.fixMenu{position:fixed;top:80px;width:390px}.projectView .tableProject .infoProject .carouselProj{width:100%;min-height:400px}.projectView .tableProject .infoProject .gallery{position:relative}.projectView .tableProject .infoProject .gallery h2.textOnGallery{position:absolute;font-size:28px;width:100%;bottom:-30px;z-index:20;color:#fff;padding:20px 0}.projectView .tableProject .infoProject .carouselProj .carousel-item img{width:100%}.projectView .tableProject .infoProject section.formSec{margin:30px 0 0;text-align:center;padding:60px 0 30px}.projectView .tableProject .infoProject section.formSec .sendBtn{margin:22px 0 0;vertical-align:top}.projectView .tableProject .infoProject section.formSec h2{font-size:23px;margin:0}.projectView .tableProject .infoProject section.formSec h2 a{color:#000}.projectView .tableProject .infoProject section.formSec h2 a:focus,.projectView .tableProject .infoProject section.formSec h2 a:hover{text-decoration:underline}.projectView .tableProject .infoProject .video{width:900px;margin:50px auto}.projectView .tableProject .infoProject h2{text-align:center;font-size:18px;margin:0 0 30px}.projectView .tableProject .infoProject section.map{margin:20px 0 50px}.projectView .tableProject .infoProject section.map p.textPlace{padding:0 20%;font-size:14px;text-align:center;margin:0 0 40px}.projectView .tableProject .infoProject section.map .MapShow{width:900px;height:500px;margin:0 auto}.projectView .tableProject .infoProject section.technics{background:50% no-repeat #000;background-size:cover;color:#fff;padding:50px 0 100px;text-align:right}.projectView .tableProject .infoProject section.technics h2{font-size:21px;margin:0 0 100px}.projectView .tableProject .infoProject section.technics h3{font-size:18px}.projectView .tableProject .infoProject section.technics>div{width:900px;margin:0 auto;font-size:14px;column-count:2;-webkit-column-gap:60px;-moz-column-gap:60px;grid-column-gap:60px;column-gap:60px}.projectView .tableProject .infoProject section.technics>div ul{list-style-type:circle}.projectView .tableProject .infoProject section.plans{padding:80px 0;position:relative;border-bottom:1px solid #bcbcbc}.projectView .tableProject .infoProject section.plans h2{font-size:21px}.projectView .tableProject .infoProject section.plans>div{width:900px;margin:0 auto}.projectView .tableProject .infoProject section.plans .form-group{position:absolute;top:230px;z-index:10;text-align:right;margin:0 0 30px}.projectView .tableProject .infoProject section.plans .form-group label{text-align:right;margin:0 0 10px 20px;color:grey}.projectView .tableProject .infoProject section.plans .form-group select.form-control{width:200px}.projectView .infoProject section.plans button{border:none;background:none;padding:0;cursor:pointer}.projectView .infoProject section.plans img.lupa{width:60px!important;position:absolute;bottom:110px;margin:0 0 0 15%;left:0;opacity:.5;filter:alpha(opacity=50)}.projectView .infoProject section.plans:hover img.lupa{opacity:1;filter:alpha(opacity=100)}.projectView .tableProject .infoProject section.plans .carousel-inner{min-height:200px}.projectView .tableProject .infoProject section.plans .carousel-item{padding:200px 0 100px}.projectView .tableProject .infoProject section.plans .carousel-item .carousel-caption{background:rgba(0,0,0,.5294117647);padding:10px 0;top:0;bottom:auto;width:100%;right:0}.projectView .tableProject .infoProject section.plans .carousel-item .carousel-caption p{color:#fff;padding:0;margin:0}.projectView .tableProject .infoProject section.plans ol.carousel-indicators{top:80px;bottom:auto}.projectView .tableProject .infoProject section.plans ol.carousel-indicators li{background:grey;border-width:0}.projectView .tableProject .infoProject section.plans ol.carousel-indicators li.active{background:#000}.catalogIframe{height:850px;width:100%;border:none}.projectView .tableProject .infoProject section.more{width:100%;margin:0 auto;padding:50px 10% 0}.projectView .tableProject .infoProject section.more .moreProjectsWrap{text-align:center}.projectView .tableProject .infoProject section.more .moreProjectsWrap .item{width:30%;vertical-align:top;margin:0 1%;display:inline-block}.projectView .infoProject section.more .HomeProjectCard{width:100%;margin:0;display:block;text-decoration:none}.projectView .infoProject section.more .HomeProjectCard .text{text-align:center;padding:20px 0 0;min-height:150px}.projectView .infoProject section.more .HomeProjectCard img.mainPic{width:100%}.projectView .infoProject section.more .HomeProjectCard img.logo{width:150px;display:block;margin:0 auto}.projectView .infoProject section.more .HomeProjectCard h2{font-family:fb,helvetica,arial;font-size:16px;line-height:1;color:#838383}.projectView .infoProject section.more .HomeProjectCard h2 small{font-size:16px}.projectView .infoProject section.more .HomeProjectCard:focus h2,.projectView .infoProject section.more .HomeProjectCard:hover h2{color:#5b5b5b;font-family:fb_regular,helvetica,arial;text-decoration:none}.projectView .infoProject section.more .HomeProjectCard button{margin:10px 0 0;box-shadow:none;padding:5px 20px;font-family:fb,helvetica,arial}.projectView .infoProject section.more .HomeProjectCard button span{direction:rtl;display:inline-block}.projectView .infoProject section.more .HomeProjectCard:focus button,.projectView .infoProject section.more .HomeProjectCard:hover button{background:#9b9b9b;color:#fff}.projectView .infoProject section.more .owl-carousel .owl-nav{margin:170px 0 0}.projectView .infoProject section.more h3{text-align:center;padding:20px 0 50px;color:grey;font-size:18px}.AllProjectsPage{text-align:center}.AllProjectsPage .searchCity{margin:0 0 50px}.AllProjectsPage .searchCity h2{font-family:fb_regular,helvetica,arial;display:inline-block;font-size:21px;vertical-align:middle;margin:20px 0 0 20px}.AllProjectsPage .searchCity img.searchIcon{display:inline-block;width:21px;vertical-align:middle;margin:30px 20px 0 0}.AllProjectsPage .searchCity img.searchIconMobile,.searchCity img.searchIconMobile{display:none}.AllProjectsPage .searchCity .MuiFormLabel-root{font-family:fb_regular,helvetica,arial;direction:rtl;text-align:right;left:inherit;right:0}.AllProjectsPage .searchCity .MuiSelect-select{background:transparent}.AllProjectsPage .searchCity .MuiInput-underline:after{border-color:grey!important}.AllProjectsPage .searchCity .MuiFormLabel-root.MuiFormLabel-filled{color:grey;right:-25px}.AllProjectsPage .searchCity .MuiFormLabel-root.Mui-focused{color:#000}.AllProjectsPage .searchCity .MuiSvgIcon-root{left:0;right:inherit}.ContactPage{position:relative}.ContactPage .text{position:absolute;bottom:0;width:100%;background:hsla(0,0%,100%,.8);padding:20px 0;text-align:center}.ArticlePage .MuiContainer-root{padding:50px 0}.ArticlePage h1{text-align:right;font-size:21px;margin:0 0 50px}.ArticlePage nav{column-count:4}.ArticlePage nav a{display:block;color:#909090;font-size:16px;text-align:right;margin:0 0 10px;padding:0 10px 0 20px;position:relative;line-height:1}.ArticlePage nav a:focus,.ArticlePage nav a:hover{color:#000}.ArticlePage nav a:before{content:"";position:absolute;background:url(/static/media/arrowArticle.065005c8.svg) 50% no-repeat;background-size:100%;right:0;top:0;margin:3px -10px 0 0;width:10px;height:10px}.AboutPage{padding:0}.AboutPage .aboutUp{padding:100px 0 0;min-height:745px;background:50% no-repeat #e5d9cb}.AboutPage .aboutUp .textConont:before{content:"";position:absolute;margin:-15px -73px 0 0;width:62px;height:53px;background:url(/static/media/geresh.b3201f41.svg) 50% transparent no-repeat;background-size:cover}.AboutPage .aboutUp .textConont{position:relative;float:left;width:530px;z-index:10}.AboutPage .aboutUp .textConont h2{font-family:FrankRuhlLibreBold,helvetica,arial!important;font-size:28px;color:#53292f;border-bottom:1px solid rgba(83,41,47,.1490196078);padding:0 0 20px}.AboutPage .aboutUp .textConont .text{font-family:fb_regular,Roboto,helvetica,arial;font-size:16px}.AboutPage .aboutUp .textConont .superStrong{font-family:fb_bold,Roboto,helvetica,arial}.AboutPage .MuiContainer-root{position:relative;z-index:10;padding:0 0 100px}.AboutPage .allPictures{text-align:center;padding:100px 0}.AboutPage .allPictures figure{width:136px;vertical-align:top;margin:0 20px;display:inline-block}.AboutPage .allPictures figcaption{font-size:18px;color:404041;text-align:center;line-height:1.2;padding:20px 0 0}.AboutPage .texts{font-family:fb_regular,Roboto,helvetica,arial}.AboutPage .texts .text{color:#58595b;font-size:16px;padding:0 1%;width:48%;float:right}.AboutPage .texts .text:nth-child(2){float:left}.AboutPage .texts .text h2{font-size:21px}.CenterPage header{background:#e9e9e9;padding:20px 0;text-align:center;margin:0 0 50px}.CenterPage header h1{font-size:24px}.CenterPage nav{width:100%;text-align:center}.CenterPage nav a{display:inline-block;vertical-align:top;width:360px;margin:0 20px 20px;padding:0;background:transparent;border:none;cursor:pointer}.CenterPage nav a .text{text-align:center;padding:20px 0 0;min-height:120px}.CenterPage nav a .text h2{font-family:fb,helvetica,arial;font-size:16px;line-height:1;color:#838383}.CenterPage nav a .text h2 span{font-size:20px}.CenterPage nav a .text .fakeBtn{margin:10px 0 0;box-shadow:none;padding:5px 20px;font-family:fb,helvetica,arial;font-size:.875rem;background:#e9e9e9;display:inline-block;border-radius:4px;border:none}.CenterPage nav a .text .fakeBtn:focus{background:#000;color:#fff}.CenterPage nav a:focus .text h2,.CenterPage nav a:hover .text h2{color:#5b5b5b;font-family:fb_regular,helvetica,arial;text-decoration:none}.CenterPage nav a:focus .text .fakeBtn,.CenterPage nav a:hover .text .fakeBtn{background:#9b9b9b;color:#fff}.CenterPage .ShowSelectedProj{background:#efefef;width:1160px;margin:0 auto 50px;padding:80px 0}.CenterPage .ShowSelectedProj.notShow{background:transparent;padding:0}.CenterPage .ShowSelectedProj figure{text-align:center;margin:0 0 70px}.CenterPage .ShowSelectedProj figure img{width:136px}.CenterPage .ShowSelectedProj .tableProj{display:table;width:80%;margin:0 auto}.CenterPage .ShowSelectedProj .tableProj .col{vertical-align:top;width:50%}.CenterPage .ShowSelectedProj .tableProj col.info h2{font-size:25px;margin:0 0 20px;font-family:fb_regular,helvetica,arial}.JobsPage{padding:0 0 50px}.JobsPage header{background:#e9e9e9;padding:20px 0;text-align:center;margin:0 0 50px}.JobsPage header h1{font-size:24px}.JobsPage iframe{margin:0 auto;width:425px;height:110px;border:none;padding:0;overflow:hidden;background:#e9e9e9}.JobsPage .accordion .card{width:800px;margin:0 auto 40px;display:block;border:none}.JobsPage .accordion .card .card-header{padding:0 0 10px;background:#fff;border:none;border-bottom:1px solid #9e9fa0}.JobsPage .accordion .card .card-header button{border:none;background:none;padding:0;cursor:pointer;width:100%;display:block;text-align:right}.JobsPage .accordion .card .card-header:focus button,.JobsPage .accordion .card .card-header:hover button{font-family:fb_regular,helvetica,arial;text-decoration:underline}.JobsPage .accordion .card .card-header button{font-size:18px}.JobsPage .accordion .card .card-body{background:#e9e9e9;padding:0}.JobsPage .accordion .card .card-body>div{padding:20px 50px}.JobsPage .accordion .card .card-header .upDown{width:20px;height:22px;position:absolute;top:0;left:20px;background:url(/static/media/down.cb650eea.svg) 50% no-repeat;background-size:100%}.JobsPage .accordion .card .card-body ul{list-style-type:circle;padding:0 15px 0 0;margin:20px 0}.JobsPage .accordion .card .card-body .DownForm{border-top:1px solid #a9a9aa;padding:30px 50px 0}.JobsPage .accordion .card .card-body .DownForm h3{font-size:16px}.largMagnify{top:0!important;left:0!important;width:100px;height:100px;z-index:20}.PageCalc{padding:50px 0 0}.PageCalc h1{text-align:center;margin:0 0 80px}.PageCalc .sliderTable{display:table;width:60%;margin:0 auto 40px}.PageCalc .sliderTable .col{vertical-align:top}.PageCalc .sliderTable .col h2{font-size:20px;display:inline-block;vertical-align:middle;margin:0;width:150px}.PageCalc .sliderTable .col .MuiInput-root{width:100px;display:inline-block;vertical-align:middle}.PageCalc .sliderTable .col.rightCol{width:45%}.PageCalc .sliderTable .col.leftCol{width:55%;padding:10px 0 0}.PageCalc .totalInput{text-align:center}.PageCalc .totalInput h2{font-family:fb_regular,helvetica,arial;display:inline-block;vertical-align:middle;font-size:30px;margin:0 0 0 20px}.PageCalc .totalInput .MuiInput-underline{text-align:right;width:150px;display:inline-block;vertical-align:bottom}.PageCalc .totalInput .MuiInput-underline:before{display:none}.PageCalc .totalInput input.MuiInputBase-input{letter-spacing:-1px;padding:0 0 2px;font-size:25px;font-family:fb_regular,helvetica,arial;width:100%;color:#3880ff}.PageCalc .text{padding:40px 20%;font-size:14px;text-align:center}.AccPage img.logo{width:100px}.AccPage .columns{padding:50px 0;column-count:2}.AccPage .columns .text1{margin:0 0 20px}.AccPage .columns .text2{margin:20px 0 0}.AccPage .columns .text2 a{margin:0 0 10px}.AccPage .columns h3{font-size:18px;font-family:fb_regular,helvetica,arial}.HomePage .section1{position:relative}.HomePage .section1 .carousel{background:#000}.HomePage .section1 nav.sec1Buttons{position:absolute;z-index:10;bottom:0;width:100%;margin:0 0 4%;text-align:center}.HomePage .section1 nav.sec1Buttons a{display:inline-block;color:#fff;font-size:21px;border:1px solid #fff;padding:10px 20px;margin:0 15px;border-radius:50px;width:229px}.HomePage .section1 nav.sec1Buttons a.whatsapp img{width:25px;display:inline-block;margin:0 13px 0 0;vertical-align:middle}.HomePage .section1 nav.sec1Buttons a:focus,.HomePage .section1 nav.sec1Buttons a:hover{text-decoration:underline}.HomePage .bulletsSec{background:#f2f2f2;padding:80px 0}.HomePage .bulletsSec ul{width:100%;text-align:center}.HomePage .bulletsSec ul li{display:inline-block;vertical-align:top;min-width:130px;margin:0 50px;line-height:1;font-size:18px}.HomePage .bulletsSec ul li strong{font-size:32px;letter-spacing:-2px;font-weight:400}.HomePage .bulletsSec ul li:before{content:"";display:block;width:65px;height:65px;margin:0 auto 10px;background:50% transparent no-repeat;background-size:80%}.HomePage .bulletsSec ul li:first-child:before{background-image:url(/static/media/1.748e5bd5.svg)}.HomePage .bulletsSec ul li:nth-child(2):before{background-image:url(/static/media/2.09929c1b.svg)}.HomePage .bulletsSec ul li:nth-child(3):before{background-size:75%;background-image:url(/static/media/3.6cee4d54.svg)}.HomePage .bulletsSec ul li:nth-child(4):before{background-image:url(/static/media/4.594d6364.svg)}.HomePage section.HomeProjects .HomeProjectsWrap{width:100%;padding:10px 5%;text-align:center}nav.navProj .dropdown{border:none;border-bottom:1px solid #cecece;padding:0;height:49px;margin:0 0 20px;border-radius:0;display:inline-block}nav.navProj .dropdown .dropdown-toggle{border:none;padding:0 0 0 20px;border-radius:0;color:#000}nav.navProj .dropdown .dropdown-toggle:after{margin:0 10px 0 0;font-size:20px;color:grey}nav.navProj .dropdown .dropdown-menu{border-radius:0;background:#e0e0e0;padding:0}nav.navProj .dropdown .dropdown-menu a{padding:10px 0;font-size:16px;text-align:center;width:100%;border:none;border-bottom:1px solid #fff}nav.navProj .dropdown .dropdown-menu a:last-child{border:none}nav.navProj .dropdown .dropdown-menu a.active,nav.navProj .dropdown .dropdown-menu a:focus,nav.navProj .dropdown .dropdown-menu a:hover{color:#000;background:none;text-decoration:underline}nav.navProj .citiesNav{display:inline-block;margin:0}nav.navProj .citiesNav button,nav.navProj .citiesNav span{line-height:1;font-size:16px;margin:0 0 20px;padding:10px 10px 23px;height:53px;display:inline-block;border:none;border-bottom:1px solid #cecece}nav.navProj .citiesNavMobile,nav.navProj .Mobilelupa{display:none}nav.navProj span.divider{border-bottom:1px solid #cecece;padding:0 0 18px 5px;list-style:.8;display:inline-block;font-size:26px}.AllProjectsPage .allCards{padding:20px 0 0;text-align:center}.AllProjectsPage .HomeProjectCard{width:580px;margin:0 0 50px;padding:0 20px;border-bottom:1px solid #cecece;display:inline-block;text-decoration:none}.AllProjectsPage .HomeProjectCard .text{text-align:center;padding:20px 0 0;min-height:130px}.AllProjectsPage .items{text-align:center}.AllProjectsPage .HomeProjectCard img.mainPic{width:100%}.AllProjectsPage .HomeProjectCard img.logo{height:90px;margin:0 0 10px}.AllProjectsPage .HomeProjectCard h2{font-family:fb,helvetica,arial;font-size:16px;line-height:1;color:#989898;float:right}.AllProjectsPage .HomeProjectCard h2 strong{color:#404041;font-size:18px;letter-spacing:1px;margin:0 0 0 5px}.AllProjectsPage .HomeProjectCard h2 small{font-size:16px}.AllProjectsPage .HomeProjectCard:focus h2,.AllProjectsPage .HomeProjectCard:hover h2{color:#5b5b5b;font-family:fb_regular,helvetica,arial;text-decoration:none}.AllProjectsPage .HomeProjectCard button{margin:0;box-shadow:none;padding:5px 20px;font-family:fb,helvetica,arial;background:#e9e9e9;float:left}.AllProjectsPage .HomeProjectCard:hover button{background:#9b9b9b;color:#fff}.AllProjectsPage nav{background:transparent;padding:10px 0;margin:0 0 20px}.AllProjectsPage nav button{font-size:21px;background:none;color:#b9b9b9;padding:0 20px;border:none;border-left:1px solid grey;cursor:default}.AllProjectsPage nav button:last-child{border-left:none}.body-container.welcome_projects .site-header{border:none}.Projects .allCards{padding:50px 10%}.Projects .navProj{margin:20px 0;background:#f7f5f5;padding:10px 0 0}.Projects nav.navProj .citiesNav button,.Projects nav.navProj .dropdown,.Projects nav.navProj span.divider{border:none}.Projects nav.navProj .citiesNav button.active,.Projects nav.navProj .citiesNav button:focus,.Projects nav.navProj .citiesNav button:hover{border-bottom:2px solid #bd1823}.projectView .bullets_advantage{padding:20px 0 50px;border-bottom:1px solid #bcbcbc;margin:0 0 50px}.projectView .bullets_advantage ul{margin:50px 0 0;width:100%;text-align:center}.projectView .bullets_advantage ul li{display:inline-block;vertical-align:top;line-height:1;font-size:16px;width:150px;margin:0 10px}.projectView .bullets_advantage ul li:before{content:"";display:block;margin:0 auto 20px;width:80px;height:50px;background:50% transparent no-repeat;background-size:50%}.projectView.projId32 .bullets_advantage ul li:first-child:before{background-image:url(/static/media/1.7bd2f543.svg)}.projectView.projId32 .bullets_advantage ul li:nth-child(2):before{background-image:url(/static/media/2.483d230c.svg)}.projectView.projId32 .bullets_advantage ul li:nth-child(3):before{background-image:url(/static/media/3.e3ad50e5.svg)}.projectView.projId32 .bullets_advantage ul li:nth-child(4):before{background-image:url(/static/media/4.ea155865.svg)}.projectView.projId32 .bullets_advantage ul li:nth-child(5):before{background-image:url(/static/media/5.d5b9ec02.svg);background-size:80%}.projectView.projId32 .bullets_advantage ul li:nth-child(6):before{background-image:url(/static/media/6.1cfa648c.svg);background-size:80%}a.download{display:block;position:absolute;background:#000;width:60px;height:60px;padding:12px 0 0;bottom:110px;left:0;margin:0 0 0 23%;text-align:center;border-radius:50%}a.download img{display:inline-block;width:31px!important}a.download:focus img,a.download:hover img{width:33px!important}.CenterPage .ShowSelectedProj .tableProj .col.info ul{list-style-type:disc;margin:0 20px 0 0}.ShowPopUp{position:fixed;bottom:10px;right:10px;width:300px;z-index:20;background:hsla(0,0%,40.8%,.9411764706);border:1px solid #000;padding:0 0 10px;border-radius:5px}.ShowPopUp .headerPopUp button{color:#fff;background:none;border:none;font-size:14px}.ShowPopUp .headerPopUp button:focus,.ShowPopUp .headerPopUp button:hover{color:red}.ShowPopUp .textPopUp{color:#fff;text-align:center;padding:0 20px}.ShowPopUp .textPopUp p{margin:0 0 5px;line-height:1.2}.ShowPopUp .link{margin:10px 0 0;text-align:center}.ShowPopUp .link a{display:inline-block;padding:5px 16px;border-radius:10px;background:#5c5c5c;color:#fff;font-size:15px}.ShowPopUp .link a:focus,.ShowPopUp .link a:hover{background:#000}.urbanRenewalPage.projectView .tableProject .col.navProj{position:fixed;min-width:448px;padding:100px 0 0;top:0;bottom:0}.urbanRenewalPage header{padding:20px 0 0}.urbanRenewalPage .tableProject header h1{font-family:fb_bold,helvetica,arial;font-size:34px;letter-spacing:-1px}.urbanRenewalPage .tableProject header hr{border-color:#adadad;width:312px}.urbanRenewalPage .tableProject .navProj header .text{width:352px;font-family:fb_regular,helvetica,arial}.urbanRenewalPage header .text .downMouse{width:25px;margin:20px auto;display:inline-block}.urbanRenewalPage .urbanProjects{padding:30px 0 0;min-width:970px;text-align:center}.urbanRenewalPage .urbanProjects .urbanProject{width:80%;max-width:1200px;min-height:148px;margin:0 auto 60px;position:relative;box-shadow:0 0 13px 5px rgba(0,0,0,.1)}.urbanRenewalPage .urbanProjects .urbanProject .gallery .picturesGal{background:50% no-repeat transparent;background-size:cover;width:100%;height:530px;margin:-1px 0 0}.urbanRenewalPage .urbanProjects .urbanProject .down{position:relative;background:#fff;min-height:144px}.urbanRenewalPage .urbanProjects .urbanProject .down .flach{position:absolute;top:0;right:0;margin:-36px -28px 0 0}.urbanRenewalPage .urbanProjects .urbanProject .down .flach h2{background:#bd1823;padding:17px 30px 21px;font-family:fb_regular,helvetica,arial;font-size:27px;color:#fff;text-align:right;line-height:1;margin:0}.urbanRenewalPage .urbanProjects .urbanProject .down .flach .triangle{display:block;width:28px;height:24px}.urbanRenewalPage .urbanProjects .urbanProject .down .logos{margin:30px 0 0 30px;float:left}.urbanRenewalPage .urbanProjects .urbanProject .down .text{font-family:fb_regular,helvetica,arial;font-size:15px;padding:60px 30px 30px 20px;float:right;text-align:right;max-width:360px}.urbanRenewalPage .urbanProjects .urbanProject.donthave_logos .down .logos{display:none}.urbanRenewalPage .urbanProjects .urbanProject.donthave_logos .down .text{float:none;max-width:80%}.urbanRenewalPage .urbanProjects .urbanProject.donthave_logos .down .text p{margin:0}.urbanRenewalPage .urbanProjects .urbanProject.no_pic{display:inline-block;vertical-align:top;margin:30px 4% 60px}.urbanRenewalPage .urbanProjects .urbanProject.no_pic .down .text{float:none}.avisrorTxt{margin:10px 0 0;font-size:14px;font-family:fb_regular,Roboto,helvetica,arial}.welcome_urbanRenewal .tableProject .col.navProj{background:#f6f6f6}.showWhastapp{position:fixed;bottom:30px;left:20px;width:65px;z-index:20}.showWhastapp img{width:100%}.mobile .showWhastapp{bottom:50px}@media (max-width:1150px){.desktop .site-header .main-menu img.mainLogo{height:20px}footer.site-footer .form-wrapper{width:100%}.projectView .tableProject .navProj .navigateElements.fixMenu{position:relative}}@media (max-width:1300px){.desktop .projectView .tableProject .infoProject section.technics>div{column-count:1;margin:0 auto;width:580px;display:block}}.body-container.accessibility .site-header{background:#000!important}.body-container.accessibility .site-header .main-menu nav .dropdown .dropdown-menu a,.body-container.accessibility .site-header .main-menu nav .dropdown .dropdown-menu button{background:#ff0;color:#000!important;font-weight:700}.body-container.accessibility .site-header .main-menu nav .dropdown button.dropdown-toggle,.body-container.accessibility .site-header .main-menu nav a,.body-container.accessibility span.sitePhone{color:#ff0!important}.body-container.accessibility .site-header .social a img.white{display:inline-block!important}.body-container.accessibility .site-header .social a img.black{display:none!important}.accessibility.welcome_index .section1{background:#000}.accessibility.welcome_index .section1 h1{color:#ff0}.accessibility.welcome_index .section1 img{visibility:hidden}.accessibility .HomePage .MuiBox-root .searchCity .MuiFormLabel-root,.accessibility .HomePage .MuiTabs-flexContainer button.MuiButtonBase-root,.accessibility .HomePage section.HomeProjects .MuiBox-root .HomeProjectCard h2{color:#000;font-family:fb_regular,helvetica,arial}.accessibility .HomePage section.HomeProjects .MuiBox-root .HomeProjectCard button{background:#000;color:#ff0;font-family:fb_regular,helvetica,arial}.accessibility footer.site-footer section.formSec{background:#000!important;color:#ff0}.accessibility footer.site-footer .form-wrapper .MuiFormLabel-root.MuiInputLabel-root.MuiInputLabel-formControl.MuiInputLabel-animated{color:#ff0}.accessibility footer.site-footer .form-wrapper .selectFormGroup select{background-color:#000;color:#ff0}.accessibility footer.site-footer .siteMapTable .col.sites ul li a{color:#000;font-family:fb_regular,helvetica,arial}.accessibility #openAccs{opacity:1}.accessibility .HomePage .bulletsSec{background:#fff;border-bottom:1px solid #000}.accessibility .AllProjectsPage nav,.accessibility .AllProjectsPage nav .dropdown .dropdown-menu{background:#000}.accessibility .AllProjectsPage nav .dropdown .dropdown-toggle,.accessibility .AllProjectsPage nav .dropdown a,.accessibility .AllProjectsPage nav .dropdown a.active,.accessibility .AllProjectsPage nav .dropdown a:focus,.accessibility .AllProjectsPage nav .dropdown a:hover,.accessibility .AllProjectsPage nav button,.accessibility .AllProjectsPage nav span{color:#ff0}.accessibility .AllProjectsPage nav button.active{font-family:fb_regular,helvetica,arial}.accessibility .AllProjectsPage .HomeProjectCard:hover button,.accessibility .AllProjectsPage .HomeProjectCard button{background-color:#000;font-family:fb_regular,helvetica,arial;color:#ff0}.accessibility .AllProjectsPage .HomeProjectCard h2{color:#000;font-family:fb_regular,helvetica,arial}.accessibility .AllProjectsPage .searchCity .MuiFormLabel-root{color:#000}.accessibility .MuiChip-root{background:#000;color:#ff0;font-family:fb_regular,helvetica,arial}.accessibility .CenterPage header,.accessibility .JobsPage header{background:#fff}.accessibility .CenterPage nav a .text h2{color:#000}.accessibility .CenterPage nav a:focus .text h2,.accessibility .CenterPage nav a:hover .text h2{font-family:fb_regular,helvetica,arial}.accessibility .CenterPage button.fakeBtn{background:#000!important;color:#ff0;font-family:fb_regular,helvetica,arial}.accessibility .ArticlePage nav a{color:#000;font-family:fb_regular,helvetica,arial}.accessibility .AboutPage .greyPass{background:#fff}.accessibility .AboutPage .MuiContainer-root .tableAbout .text{color:#000}.accessibility .JobsPage .accordion .card .card-body,.accessibility .JobsPage iframe{background:#fff}.accessibility .projectView .tableProject .col.navProj{background:#fff;color:#000}.accessibility .projectView .tableProject .navProj header .text{color:#000}.accessibility .projectView .tableProject .infoProject section.plans .carousel-item .carousel-caption{background:#000;color:#ff0}.accessibility .projectView .tableProject .infoProject section.technics{background:#000!important}.accessibility .projectView .tableProject .infoProject section.technics h2,.accessibility .projectView .tableProject .infoProject section.technics ul li{color:#ff0}.accessibility .projectView .tableProject .infoProject .gallery h2.textOnGallery{background:#000!important;color:#ff0}.accessibility .ContactPage .text{background:#fff}.accessibility .ShowPopUp{background:#000}.accessibility .ShowPopUp .textPopUp{color:#ff0}.mobile.accessibility .site-header .openIcon span{background:#ff0}.mobile.accessibility .AllProjectsPage nav .dropdown .btn-primary,.mobile.accessibility .AllProjectsPage nav .dropdown .btn-primary:focus,.mobile.accessibility .AllProjectsPage nav .dropdown .btn-primary:hover,.mobile.accessibility .dropdown-menu{background:#000;color:#ff0;font-family:fb_regular,helvetica,arial}.mobile.accessibility footer.site-footer .credit,.mobile.accessibility footer.site-footer .downText{background:#fff}.mobile.accessibility .AllProjectsPage .searchCity .MuiSelect-select{color:#ff0;font-family:fb_regular,helvetica,arial}.mobile.accessibility .AllProjectsPage.Page .searchCity .MuiFormControl-root,.mobile.accessibility .AllProjectsPage.Page .searchCity .MuiFormLabel-root{color:#ff0}.mobile.accessibility .projectView .infoProject section.more .HomeProjectCard h2{color:#000;font-family:fb_regular,helvetica,arial}.mobile.accessibility .projectView .infoProject section.more .HomeProjectCard button{background:#000!important;color:#ff0;font-family:fb_regular,helvetica,arial}.mobile.accessibility .projectView .infoProject section.m_technics{background:#000!important}.mobile.accesibility footer.site-footer .form-wrapper button.sendBtn .mobile.accesibility footer.site-footer .form-wrapper button.sendBtn:hover,.mobile.accessibility .projectView .infoProject section.m_technics h2,.mobile.accessibility .projectView .infoProject section.m_technics h3,.mobile.accessibility .projectView .infoProject section.m_technics ul li{color:#ff0}.mobile.accessibility .CenterPage nav a .text .fakeBtn,.mobile.accessibility .CenterPage nav a:focus .text .fakeBtn,.mobile.accessibility .CenterPage nav a:hover .text .fakeBtn{background:#000;color:#ff0;font-family:fb_regular,helvetica,arial}.mobile.accessibility .AboutPage .MuiContainer-root .tableAbout .text.textBlack h2{color:#ff0}.mobile.accessibility .OpenCalc img.regular{display:none}.mobile.accessibility .OpenCalc img.acc{display:block}.mobile.accessibility .AboutPage .aboutUp{background:#fff}.mobile.accessibility .AboutPage .aboutUp .textConont h2{color:#000}.accessibility .AboutPage .aboutUp{background:#fff!important}.accessibility .AboutPage .aboutUp .textConont h2{color:#000}.mobile.accessibility .AboutPage .geresh{display:none}.accessibility .AboutPage .texts .text{color:#000}.body-container.welcome_index{padding:0!important}.body-container.mobile{padding:58px 0 0}.mobile .content-wrapper{min-height:0}.mobile .site-header{padding:10px}.mobile .site-header .main-menu{width:70%;padding:0}.mobile .site-header .main-menu a{display:inline-block;width:80px;margin:0;vertical-align:middle}.mobile .site-header .main-menu img.mainLogo{width:80px;height:41px;margin:0}.mobile .site-header button.MuiButton-root{outline:none}.mobile .site-header .openIcon{width:30px;margin:4px 0 0}.mobile .site-header .col.open{text-align:right;padding:0}.mobile .site-header .openIcon span{width:100%;height:2px;margin:0 0 5px;display:block}.mobile.welcome_index .site-header .openIcon span{background:#fff}.header-scroll .mobile .site-header .openIcon span,.mobile .site-header .openIcon span{background:#888a8b}.mobileDraw.menuRight .MuiPaper-root ul.MuiList-root{padding:30px 0}.mobileDraw.menuRight .MuiPaper-root ul.MuiList-root li{text-align:center}.mobileDraw.menuRight .MuiPaper-root ul.MuiList-root li a{color:grey;text-align:center;width:100%}.mobileDraw.menuRight .MuiPaper-root ul.MuiList-root li a.is-active{font-family:fb_regular,helvetica,arial;color:#000}.mobileDraw.menuRight .social{text-align:center;width:100%;padding:0}.mobileDraw.menuRight .social a{display:inline-block;margin:0 8px}.mobileDraw.menuRight .social a img{height:25px;vertical-align:middle}.mobileDraw.menuRight .social a.whatsapp img{height:30px}.mobileDraw.menuRight .social span.sitePhone{font-size:20px;color:#000;display:block;padding:15px 0;margin:0 10px 0 0}.mobile footer.site-footer section.formSec{padding:40px 20px}.mobile footer.site-footer section.formSec h2{font-size:18px}.mobile footer.site-footer section.formSec h2 strong{font-size:23px;margin:2px 0;display:inline-block}.mobile footer.site-footer .form-wrapper{width:90%;padding:0 5%;margin:30px auto 0}.mobile footer.site-footer.yes .form-wrapper .sendBtn{margin-top:40px}.mobile footer.site-footer .form-wrapper .MuiInput-root.MuiInput-underline{margin-bottom:0}.mobile footer.site-footer .form-wrapper .MuiFormControl-root{width:100%;position:relative;margin:0}.mobile footer.site-footer .form-wrapper .MuiFormLabel-root.MuiInputLabel-root{width:100%}.mobile .form-wrapper .MuiFormLabel-root.Mui-focused,.mobile .form-wrapper .MuiFormLabel-root.MuiFormLabel-filled{right:-70px!important}.mobile footer.site-footer .form-wrapper .selectFormGroup{width:100%;margin:18px 0 30px 10px}.mobile footer.site-footer .form-wrapper .selectFormGroup select{width:100%;background-color:transparent}footer.site-footer .downText{background:#e9e9e9}footer.site-footer .downText .text{margin:0 0 30px}footer.site-footer .downText .text a{color:#000;text-decoration:underline}.mobile .credit{background:#e9e9e9;text-align:center}.mobile .credit img{width:150px}.mobile .projectView .infoProject section.plans img.lupa{display:none;width:40px!important;bottom:40px;margin:0}.mobile .m_dansLogos{margin:20px 0 0;padding:0 10%}.mobile .m_bdi{margin:20px 0;padding:0 18%}.mobile .projectView.urbanRenewalPage header h1{position:relative;font-family:fb_bold,helvetica,arial;font-size:30px;letter-spacing:-1px}.mobile .projectView.urbanRenewalPage header img.logoCity{width:140px;margin:10px auto 30px;display:block}.mobile .projectView.urbanRenewalPage header hr{border-color:#adadad;width:60%;margin:0 auto}.mobile .projectView.urbanRenewalPage header .text{font-size:15px;font-family:fb_regular,helvetica,arial}.mobile .projectView.urbanRenewalPage .text{margin:20px 0 0;padding:0 15%;text-align:center}.mobile .projectView.urbanRenewalPage .text .showTextGeneral{height:272px;overflow:hidden;margin:0 0 20px}.mobile .projectView.urbanRenewalPage .text .less .showTextGeneral{height:inherit}.mobile .projectView.urbanRenewalPage .text .readMoreBtn{background:none;border:1px solid grey;padding:5px 15px;font-family:fb_bold,helvetica,arial;color:#000}.mobile .projectView.urbanRenewalPage .text .readMoreBtn:focus,.mobile .projectView.urbanRenewalPage .text .readMoreBtn:hover{color:#000}.mobile .urbanRenewalPage .urbanProjects{width:100%;min-width:inherit}.mobile .urbanRenewalPage .urbanProjects .urbanProject .gallery .carouselProj .carousel-control-next span,.mobile .urbanRenewalPage .urbanProjects .urbanProject .gallery .carouselProj .carousel-control-prev span{width:15px;height:42px}.mobile .urbanRenewalPage .urbanProjects .urbanProject .down .flach{margin:-26px -28px 0 0}.mobile .urbanRenewalPage .urbanProjects .urbanProject .down .flach h2{font-size:20px;padding:12px 30px 14px}.mobile .urbanRenewalPage .urbanProjects .urbanProject .down .text{padding:10px 5px}.mobile .urbanRenewalPage .urbanProjects .urbanProject .down .logos{width:60%;margin:0 auto 40px;float:none}.mobile .urbanRenewalPage .urbanProjects .urbanProject .m_pic{margin:-1px 0 0;width:100%}.mobile .urbanRenewalPage .urbanProjects .urbanProject.no_pic{width:80%;display:block;margin:0 auto 60px;min-height:0}.mobile .urbanRenewalPage .urbanProjects .urbanProject .down{min-height:0}.mobile .urbanRenewalPage .urbanProjects .urbanProject.no_pic .down .text{padding-top:33px;padding-bottom:25px;float:none}a.callNow{color:#fff;background:grey;padding:5px 15px;vertical-align:middle;display:inline-block;margin:0 0 0 10px;border-radius:5px}.mobile footer.site-footer.yes .form-wrapper a.callNow,.mobile footer.site-footer.yes .form-wrapper button.sendBtn,.welcome_center.mobile footer.site-footer .form-wrapper a.callNow,.welcome_center.mobile footer.site-footer .form-wrapper button.sendBtn{margin-top:20px}.mobile .HomePage section.section1 h1{margin:20% 0 0;font-size:30px;font-family:fb_regular,helvetica,arial}.mobile .HomePage section.HomeProjects .MuiContainer-root{width:100%}.mobile .HomePage section.HomeProjects{margin:0}.mobile h1.pageTitle{font-size:25px;line-height:1;padding:30px 15% 0;font-family:fb_regular,helvetica,arial;margin:0 0 30px;text-align:center}.mobile .AllProjectsPage nav{background:top no-repeat;background-size:cover}.mobile .AllProjectsPage nav.navProj button.dropdown-toggle{text-decoration:underline}.mobile .AllProjectsPage .items a{width:100%;margin:0 0 20px;padding-bottom:20px}.mobile .AllProjectsPage .HomeProjectCard h2{float:none}.mobile .AllProjectsPage .HomeProjectCard button{position:absolute;top:-40px;left:10px}.mobile .AllProjectsPage .HomeProjectCard .text{min-height:0;position:relative}.mobile .AllProjectsPage .searchCity{margin:0 0 30px}.mobile .AllProjectsPage .MuiFormControl-root{min-width:170px!important;padding:0}.mobile .AllProjectsPage .searchCity .MuiSvgIcon-root{display:none}.AllProjectsPage .searchCity h2{font-size:18px}.mobile .AllProjectsPage.Page{background:no-repeat #fff top;background-size:100%;padding:50px 0 0}.mobile .AllProjectsPage.Page h1{color:#fff;font-size:30px}.mobile .AllProjectsPage.Page nav{margin-bottom:10px;padding-bottom:10px}.mobile .AllProjectsPage.Page nav .dropdown{min-width:210px}.mobile .AllProjectsPage.Page .searchCity{width:210px;margin:0 auto}.mobile .AllProjectsPage.Page .searchCity h2{display:none}.mobile .AllProjectsPage.Page .searchCity .MuiFormControl-root{width:100%;min-width:0;margin:0}.mobile .AllProjectsPage.Page .searchCity .MuiFormLabel-root{color:#fff}.mobile .AllProjectsPage.Page .searchCity svg{display:none}.mobile .AllProjectsPage.Page .MuiInput-underline:before,.mobile .AllProjectsPage.Page .searchCity .MuiInput-underline:after{border-color:#fff!important}.mobile .AllProjectsPage.Page .searchCity img.searchIcon{display:none}.mobile .AllProjectsPage.Page .searchCity img.searchIconMobile{display:block;width:70px;margin:50px auto 90px}.mobile .AllProjectsPage.Page .MuiContainer-root{padding:0}.mobile .projectView header{position:relative}.mobile.welcome_urbanRenewal .projectView header,.mobile.welcome_urbanRenewal .projectView header h1{background:#f6f6f6}.mobile.welcome_urbanRenewal .urbanProjects .urbanProject .down .text{text-align:center;font-size:13px}.mobile.welcome_urbanRenewal .urbanProjects .urbanProject .down .text p{margin:0}.mobile .projectView header h1{position:absolute;width:100%;top:0;z-index:1;text-align:center;background:hsla(0,0%,100%,.8901960784);font-size:18px;padding:10px 0;font-family:fb_regular,helvetica,arial}.mobile .projectView header .statusProj{font-size:16px;text-align:center;color:#000;font-family:fb_regular,helvetica,arial}.mobile .projectView .infoProject{text-align:center}.mobile section.map p{padding:0 5%}.mobile .projectView .infoProject .logo{width:250px;margin:15px auto 0;display:block}.mobile .projectView .infoProject h2.logoDown{margin:15px 0 0}.mobile .projectView .infoProject h2{font-size:25px;line-height:1;padding:0 15%;font-family:fb_regular,helvetica,arial;margin:40px 0 20px}.mobile .projectView .infoProject .text{margin:30px 5%;font-size:16px}.mobile .projectView .infoProject .text a{color:#000;text-decoration:underline;margin:10px 0;display:inline-block}.mobile .projectView .infoProject .text h3{border-top:1px solid #000;border-bottom:1px solid #000;font-size:18px;padding:5px 0;margin:30px 0 10px}.mobile .projectView .infoProject .gallery .owl-dots{margin:5px 0}.mobile .projectView .infoProject .gallery .owl-dots button span{margin:0 2px;border:1px solid grey;background:transparent}.mobile .projectView .infoProject .gallery .owl-dots .owl-dot.active span{background:grey}.mobile .projectView .infoProject section.formSec{margin:20px 0 0}.mobile .projectView .infoProject section.formSec h2{line-height:1.2;font-size:18px;margin:0}.mobile .projectView .infoProject section.formSec h2 a{color:#fff;text-decoration:underline}.mobile .projectView .infoProject section.formSec h2 strong{font-size:22px;margin:0}.mobile .projectView .infoProject section.formSec .form-wrapper{margin:10px auto 0}.mobile .projectView .infoProject section.m_technics h2,.mobile .projectView .infoProject section.m_technics h3{color:#fff}.mobile .projectView .infoProject section.m_technics{padding:10px 10% 10px 5%;margin:40px 0 0}.mobile .projectView .infoProject section.m_technics ul{text-align:right;list-style-type:circle}.mobile .projectView .infoProject section.m_technics p,.mobile .projectView .infoProject section.m_technics span,.mobile .projectView .infoProject section.m_technics ul li{color:#fff;font-size:16px}.mobile .projectView .infoProject section.plans{padding:0 10%}.mobile .projectView .infoProject section.plans .carouselProj .carousel-control-next,.mobile .projectView .infoProject section.plans .carouselProj .carousel-control-prev{width:20px}.mobile .projectView .infoProject section.plans .carouselProj .carousel-control-next span,.mobile .projectView .infoProject section.plans .carouselProj .carousel-control-prev span{width:20px;height:30px}.mobile .projectView .infoProject section.plans .carousel-item{padding:0 0 50px}.mobile .projectView .infoProject section.plans .carousel-indicators{display:none}.mobile .projectView .infoProject section.plans .carousel-item .carousel-caption{background:rgba(0,0,0,.5294117647);padding:5px 0;bottom:0;right:0;line-height:1;width:100%}.mobile .projectView .infoProject section.plans .carousel-item .carousel-caption p{margin:0}.mobile .projectView .infoProject section.more{padding:20px 0 50px}.mobile .projectView .infoProject section.more .HomeProjectCard .text{min-height:0;margin:0}.mobile .projectView .infoProject section.more .HomeProjectCard h2{margin:0 0 15px;padding:0 5%}.mobile .ContactPage .text{position:relative;padding:40px 20px;font-size:15px}.welcome_contact.mobile footer .downText{display:none}.welcome_contact.mobile footer .credit{padding-top:10px}.mobile .ArticlePage nav{column-count:1;padding:0 10% 0 5%}.mobile .AboutPage{padding:0}.mobile .AboutPage .aboutUp{background:#e3d3c3;padding:50px 0 30px;min-height:inherit;text-align:center}.mobile .AboutPage .aboutUp .textConont h2{text-align:center;padding:0 10% 20px;margin:0 auto 25px}.mobile .AboutPage .aboutUp .textConont.less{height:260px;overflow:hidden}.mobile .AboutPage .aboutUp .textConont strong{font-family:fb_bold,Roboto,helvetica,arial}.mobile .AboutPage .geresh{width:70px;display:block;margin:0 auto 20px}.mobile .AboutPage .aboutUp .moreLessBtn{display:inline-block;border:1px solid #58595b;color:#000!important;font-family:fb_bold,Roboto,helvetica,arial;background:none;padding:5px 20px;margin:20px 0 0;font-size:16px}.mobile .AboutPage .aboutUp .textConont{float:none;width:80%;margin:0 auto}.mobile .AboutPage .texts .text{float:none!important;width:100%;text-align:center;padding:20px 10%}.mobile .AboutPage .gallery{padding:50px 0 0}.mobile .AboutPage .picDown{position:relative}.mobile .AboutPage .picDown strong{position:absolute;top:0;right:0;margin:28% 5% 0 0;font-family:fb_bold,Roboto,helvetica,arial;width:85px;font-size:16px;line-height:1.2;text-align:right}.mobile .AboutPage .gallery figcaption{font-size:20px;line-height:1.2;padding:5px 0;text-align:center}.mobile .AboutPage .MuiContainer-root .tableAbout{position:relative;display:block;padding:40px 0 0;text-align:center}.mobile .AboutPage .MuiContainer-root .tableAbout .one figure img{width:40%}.mobile .AboutPage .MuiContainer-root .tableAbout figcaption{line-height:1;padding:10px 0 0}.mobile .AboutPage .MuiContainer-root .tableAbout .two .pictures{margin:40px 0}.mobile .AboutPage .MuiContainer-root .tableAbout .two .pictures figure{display:inline-block;width:25%;margin:0 2%;vertical-align:top}.mobile .AboutPage .MuiContainer-root .tableAbout .two .pictures figure figcaption{font-size:14px}.mobile .AboutPage .MuiContainer-root .tableAbout .text{padding:0 10% 50px}.mobile .AboutPage .MuiContainer-root .tableAbout .text.textBlack{background:#231f20;color:#fff;padding:50px 10%}.mobile .AboutPage .MuiContainer-root .tableAbout .text.textBlack h2{color:#6d6d6d;margin:0 0 20px}.mobile .AboutPage .MuiContainer-root{padding:0}.mobile.welcome_about .formSec{display:none}.mobile .CenterPage nav a{display:block;width:100%;direction:rtl;margin:0}.mobile .CenterPage .tableProj{display:block;width:100%}.mobile .CenterPage .ShowSelectedProj{width:100%;padding:0;margin:0}.mobile .CenterPage .tableProj .col{display:block;width:100%;padding:0 10% 10px}.mobile .CenterPage .ShowSelectedProj figure{margin:0 0 30px;display:none}.mobile .CenterPage .tableProj .col h2{font-size:20px;text-align:center;font-family:fb_regular,helvetica,arial;margin:0 0 20px}.mobile .CenterPage nav a .text{min-height:0}.mobile .CenterPage .tableProj .col.pic{padding:0 0 30px;text-align:center}.mobile .CenterPage .logoHeader{width:40%;margin:20px auto 40px;display:block}.mobile nav a .text h2 span{display:block;margin:0 0 10px}.mobile .JobsPage .accordion .card .card-header button{padding:0 5% 0 0}.mobile .JobsPage .accordion .card .card-body{font-size:16px}.mobile .JobsPage .accordion .card,.mobile .JobsPage iframe{width:100%}.mobile .JobsPage .accordion .card .card-body ul li{font-size:16px}.mobile .JobsPage .accordion .card .card-body .DownForm h3{padding:0 10%;text-align:center;margin:0 0 20px}.mobile .JobsPage .accordion .card .card-body .DownForm{padding:20px 5% 0}.mobile .Page404{padding:40px 0}.mobile .Page404 img{width:70%}.mobile.welcome_project footer.site-footer .formSec{display:none}.mobile.welcome_project footer.site-footer.yes .formSec{display:block}.projMenuFixed{width:100%;position:fixed;padding:15px 0;z-index:10;bottom:0;background-color:rgba(0,0,0,.8);text-align:center;border-top:1px solid hsla(0,0%,100%,.5)}.projMenuFixed a{line-height:45px;width:140px;font-size:17px;font-family:fb,helvetica,arial!important;letter-spacing:1px;margin:0 0 0 4%;color:#fff!important;display:inline-block;padding:0;text-align:center;border-radius:5px;border:1px solid #fff}.projMenuFixed.oneBtn{padding:5px 0}.projMenuFixed.oneBtn a{line-height:1;border:none}.projMenuFixed iframe{display:inline-block;overflow:hidden;-moz-overflow:hidden;vertical-align:top;width:140px;height:50px;background:transparent;border:none;text-align:center}.mobile .PageCalc{padding:20px 5% 30px}.mobile .PageCalc h1{font-size:30px}.mobile .PageCalc .sliderTable{display:table;width:100%;margin:0 auto 40px}.mobile .PageCalc .sliderTable .col.rightCol{width:auto}.mobile .PageCalc .sliderTable .col.leftCol{width:70%;padding:10px 0 0}.mobile .PageCalc .sliderTable .col h2{font-size:18px;width:120px;margin:-35px 0 5px;vertical-align:top}.mobile .PageCalc .sliderTable .col .MuiInput-root{width:80px;display:inline-block;vertical-align:top;margin:-30px 0 0}.mobile .PageCalc .totalInput .MuiInput-underline,.mobile .totalInput h2{width:100%;display:block}.mobile .PageCalc .totalInput .MuiInput-underline input{text-align:center}.mobile .PageCalc .text{font-size:12px;text-align:justify;padding:50px 0 0}.OpenCalc{position:absolute;top:0;right:-5px;margin:45% 0 0;z-index:10}.OpenCalc img{width:120px}.OpenCalc img.acc{display:none}.mobile .AccPage .columns{column-count:1}.mobile .AccPage img.logo{width:50px}.mobile .HomePage .section1 nav.sec1Buttons .btnStyle{width:250px;height:50px;vertical-align:top;margin:0 3%;display:inline-block;color:#fff;font-size:18px;border:1px solid #fff;padding:10px;border-radius:50px}.mobile .HomePage .section1 nav.sec1Buttons .dropdown{margin:0;padding:0;position:relative}.mobile .HomePage .section1 nav.sec1Buttons .dropdown .dropdown-toggle{padding:8px 0;height:50px;width:100%;background:none;color:#fff;font-size:21px}.mobile .HomePage .section1 nav.sec1Buttons .dropdown .dropdown-toggle:after{margin:0 10px 0 0}.mobile .HomePage .section1 nav.sec1Buttons .dropdown .dropdown-menu{border:none;background:#e0e0e0;right:-1px!important;padding:0;margin:5px 0;float:right;width:250px;text-align:center}.mobile .HomePage .section1 nav.sec1Buttons .dropdown .dropdown-menu a{padding:6px 0;font-size:17px;margin:0;width:100%;color:#6d6e70;border:none;border-bottom:1px solid #fff;border-radius:0;text-align:center}.mobile .HomePage .section1 nav.sec1Buttons .dropdown .dropdown-menu a:last-child{border:none}.mobile .HomePage .bulletsSec{background:#fff;padding:60px 0 0}.mobile .HomePage .bulletsSec ul li{margin:0 3% 40px;min-width:0}.mobile .HomePage .bulletsSec ul li:before{margin:0 5% 40px}.mobile .AllProjectsPage nav{background:#404041;color:#fff;padding:15px 0 10px;text-align:center;margin:0}.mobile nav.navProj .citiesNav,.mobile nav.navProj .dropdown .dropdown-toggle:after,.mobile nav.navProj span.divider{display:none}.mobile nav.navProj .dropdown{margin:13px 0 0 10px;border:none;padding:0;display:inline-block;width:auto;vertical-align:middle}.mobile nav.navProj .dropdown .dropdown-toggle{font-size:18px;color:#fff;margin:0;padding:0 0 0 5px}.mobile nav.navProj .citiesNavMobile{display:inline-block}.mobile nav.navProj img.Mobilelupa{width:20px;display:inline-block;vertical-align:middle;margin:0 20px 0 0}.mobile nav.navProj .citiesNavMobile select{background:#404041;border:1px solid #fff;margin:0 5px 0 0;padding:0 10px 0 30px;-webkit-appearance:none;color:#fff;font-size:18px;background:url(/static/media/downSelect.66d378e5.svg) 10px no-repeat;background-size:15px}.mobile nav.navProj .dropdown{background:url(/static/media/downSelect.66d378e5.svg) 18px no-repeat;background-size:15px;width:180px;border:1px solid #fff;text-decoration:none;margin:0;padding:5px 0 0 20px}.mobile .AllProjectsPage nav.navProj .dropdown button.dropdown-toggle{text-decoration:none}.mobile .HomePage .section1 nav.sec1Buttons{margin:0 0 8%}.mobile footer.site-footer img.mainLogo{width:140px}.mobile footer.site-footer .form-wrapper button.sendBtn{margin:0}.mobile footer.site-footer .downText .text,.mobile footer.site-footer .downText .text a{color:#58595b}.mobile footer.site-footer .downText .text strong{font-size:22px}.mobile footer.site-footer .downText .text strong:after{content:"";background:url(/static/media/phoneGrey.0951b0bd.svg) 50% no-repeat;background-size:100%;width:27px;height:27px;display:inline-block;margin:0;vertical-align:middle}.mobile footer.site-footer .downText .text a{text-decoration:none}.mobile footer.site-footer .social a img{height:20px}.mobile footer.site-footer .social a.whatsapp img{height:23px}.mobile.welcome_projects .allCards{padding:100px 0 0}.mobile.welcome_projects .navProj{position:fixed;background:rgba(64,64,65,.9);width:100%;z-index:20}.mobile .projectView .textOnGallery{color:#fff;text-align:center;font-size:20px;padding:10px 5px 12px}.mobile .projectView.projId32 .bullets_advantage ul li{margin:0 0 20px}.mobile a.toBtn{background:#fff;font-size:17px;color:#000;padding:10px 20px;border-radius:10px;border:1px solid #303030;margin:15px 5px;vertical-align:top;height:50px}.mobile a.toBtn,.mobile a.toCatalog{display:inline-block}.mobile .projectView a.whatsapp{padding:5px 20px;vertical-align:middle}.mobile .projectView a.whatsapp span{vertical-align:middle}.mobile .projectView a.whatsapp img{width:30px;margin:2px 10px 0 0;vertical-align:middle}.mobile .accessMenu button.openMenu{opacity:1}.menuRight .accordion{width:100%}.menuRight .accordion .card{border:none}.menuRight .accordion .card .card-header{background:transparent;border:none;padding:0}.menuRight .accordion .card .card-body{padding:5px 0}.menuRight .accordion .card .card-body a{display:block;padding:5px 0}.menuRight .accordion .card .card-header .upDown{width:18px;height:20px;margin:0 10px 0 0;display:inline-block;vertical-align:middle;background:url(/static/media/down.45bb8953.svg) 50% no-repeat;background-size:100%}.menuRight .accordion .card button{width:100%;background:transparent;border:none;color:#000;text-align:center;font-size:18px}.mobileDraw.menuRight .social a.phoneA{display:block}.mobileDraw.menuRight .social a.phoneA span{font-size:26px;color:#58595b}.mobile .CenterPage img.logoHeader{width:100px}.mobile a.download{width:40px;height:40px;padding:5px 0 0;margin:0 0 0 10%;bottom:50px}.mobile a.download img{width:20px!important}.mobile .projectView .infoProject .text a.wazzeBtn{text-decoration:none}.mobile .ShowPopUp{width:96%;right:50%;margin:0 -48% 0 0;background:hsla(0,0%,40.8%,.9803921569)}.mobile .ShowPopUp .headerPopUp{line-height:1}.mobile .ShowPopUp .headerPopUp button{font-size:10px}.mobile .ShowPopUp .textPopUp{font-size:16px}.mobile .ShowPopUp .link a{background:#000;font-size:14px}
/*# sourceMappingURL=main.0c6dad24.chunk.css.map */