.SlideRightMenuOverlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;background:rgba(0,0,0,0.6)}
.MainSlideRightMenu{display:none;position:fixed;width:calc(450px + 1vw);max-height:100%;min-height:100vh;z-index:1000;right:0;top:0;background:rgba(255,255,255,.95);}
.insMainSlideRightMenu{min-width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow-y:scroll;}
.RightCloseBtn{display:block;background:#186EA6;cursor:pointer;top:0;right:0;position:absolute;height:35px;width:35px;transition:all 0.3s;border-radius:0 0 0 1em}
.RightCloseBtn:after{transition:all 0.3s;height:2px;width:20px;content:"";display:block;position:absolute;top:50%;left:19px;background:#fff;margin:-1px -10px;transform:rotate(-45deg)}
.RightCloseBtn:before{transition:all 0.3s;height:2px;width:20px;content:"";display:block;position:absolute;top:50%;left:19px;background:#fff;margin:-1px -10px;transform:rotate(45deg)}
.RightCloseBtn:hover{-webkit-filter:brightness(125%);filter:brightness(125%)}
.FormWrapper{padding:1em;display:none;}
#SitePopupFancy{max-width:400px}
.cPoint{cursor:pointer}

.parallax{
background-image:url("/images/ParalaxFirst.jpg");opacity:0.9;
min-height:750px;width:100%;overflow:hidden;
background-attachment:fixed;background-position:center;background-repeat:no-repeat;background-size:cover}
.TopBotWhiteGradient{position:relative;width:100%;height:100%;}
.TopBotWhiteGradient::after{content:'';position:absolute;top:0;left:0;background:linear-gradient(to bottom,#fff,rgba(255,255,255,0));width:100%;height:40%;}
.TopBotWhiteGradient::before{content:'';position:absolute;bottom:0;left:0;background:linear-gradient(to  top,#f4f9fd,rgba(255,255,255,0));width:100%;height:40%;}

.parallax2{
background-image:url("/images/ParalaxSecond.jpg");opacity:0.9;
min-height:750px;width:100%;overflow:hidden;
background-attachment:fixed;background-position:center;background-repeat:no-repeat;background-size:cover}

@media(max-width:500px){
.MainSlideRightMenu{width:100%;}
}