.l-popup{position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,0.6);overflow:hidden;z-index:-1;opacity:0;visibility:hidden;-webkit-transition:all 0.4s;transition:all 0.4s;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;backdrop-filter:blur(10px);-webkit-transform:translateY(-100%);transform:translateY(-100%)}.l-popup.activ{z-index:101;opacity:1;visibility:visible;-webkit-transform:translateY(0%);transform:translateY(0%)}.l-popup .close{position:relative;display:block;width:40px;height:40px;cursor:pointer;-webkit-transition:all 0.2s;transition:all 0.2s;z-index:99}.l-popup .close:after,.l-popup .close:before{content:"";position:absolute;top:0px;left:0;margin-left:20px;width:1px;height:calc(100% - 0px);background:white;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all 0.2s;transition:all 0.2s}.l-popup .close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.l-popup .close:hover:after,.l-popup .close:hover:before{background:rgba(255,255,255,0.8)}.l-popup .swiper-button-next,.l-popup .swiper-button-prev{color:#fff;-webkit-transition:all 0.2s;transition:all 0.2s}.l-popup .swiper-button-next:after,.l-popup .swiper-button-prev:after{content:"";display:block;width:30px;height:30px;border:1px solid #fff;border-right:none;border-bottom:none;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.l-popup .swiper-button-next.swiper-button-next:after,.l-popup .swiper-button-prev.swiper-button-next:after{-webkit-transform:rotate(135deg);transform:rotate(135deg)}.l-popup .swiper-button-next:hover,.l-popup .swiper-button-prev:hover{color:rgba(255,255,255,0.4)}.l-popup .l-popup_controls{position:absolute;bottom:15px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);height:40px;width:200px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:99;gap:20px}.l-popup_gallery{position:relative;opacity:0;padding:0;margin:0;overflow:hidden;height:100vh;width:100%;-webkit-transition:opacity 0.4s;transition:opacity 0.4s}.activ .l-popup_gallery{opacity:1}.l-popup_gallery .swiper-slide{height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:0;-webkit-transition:opacity 0.2s;transition:opacity 0.2s}.l-popup_gallery .swiper-slide.swiper-slide-active{opacity:1;-webkit-transition:opacity 2s;transition:opacity 2s}.l-popup_gallery .swiper-slide .galler_title{font-size:10px;color:var(--page-font-color)}.l-popup_gallery img{width:auto;height:auto;max-width:calc(100% - 40px);max-height:calc(100vh - 140px);margin:0 auto}.l-popup_gallery .galler_title{display:inline-block;color:#fff;margin-left:20px;margin-top:10px;line-height:1;font-size:18px}.l-popup_content{position:relative;display:block;width:calc(100% - 80px);max-width:1116px;background-size:cover;border-radius:25px;overflow:hidden;padding:80px 40px 44px 20px}@media only screen and (min-width:768px){.l-popup_content{padding:88px 40px}}.l-popup_content .close{position:absolute;top:21px;right:23px;width:40px;height:40px;background-color:var(--btn1-bckg);border-radius:50%}.l-popup_content .close:after,.l-popup_content .close:before{width:2px;height:50%;top:10px}.l-popup_content .close:hover{background-color:var(--btn1-hover-bckg)}.l-popup_content .content{width:100%;text-align:center;padding:0 20px;max-height:50vh;overflow-y:auto;--scroll-bar-color:#3176FF;--scroll-bar-bckg:#fff;--scroll-bar-width:8px}.l-popup_content .content::-webkit-scrollbar{position:absolute;left:0;width:var(--scroll-bar-width);height:5px;background:var(--scroll-bar-bckg)}.l-popup_content .content::-webkit-scrollbar-track{display:none}.l-popup_content .content::-webkit-scrollbar-thumb{background:var(--scroll-bar-color)}.l-popup_content .content .ce-application-success-popup__title{line-height:1.1}.l-popup_content .content .ce-application-success-popup__text{max-width:664px;margin:57px auto}.ce-application-success-popup.is-saving .btn,.ce-application-success-popup.is-saving .close{pointer-events:none;opacity:0.55}.gallery_popup_gallery{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:var(--elements-padding,10vh 0);padding-top:0}.gallery_popup_gallery .content{width:100%}.gallery_popup_gallery .gallery_popup_gallery__thumbs{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;gap:20px;width:100%;margin:0;padding:0;list-style:none}@media only screen and (min-width:600px){.gallery_popup_gallery .gallery_popup_gallery__thumbs{-ms-grid-columns:1fr 90px 1fr;grid-template-columns:repeat(2,1fr);grid-auto-flow:dense;gap:90px}}.gallery_popup_gallery .gallery_popup_gallery__thumb{position:relative;aspect-ratio:16/10;overflow:hidden;cursor:pointer;-webkit-transition:opacity 0.2s,-webkit-transform 0.2s;transition:opacity 0.2s,-webkit-transform 0.2s;transition:opacity 0.2s,transform 0.2s;transition:opacity 0.2s,transform 0.2s,-webkit-transform 0.2s}@media only screen and (min-width:600px){.gallery_popup_gallery .gallery_popup_gallery__thumb:nth-child(6n+1){-ms-grid-row-span:2;grid-row:span 2;aspect-ratio:auto;height:100%;-ms-grid-row-align:stretch;align-self:stretch}.gallery_popup_gallery .gallery_popup_gallery__thumb:nth-child(6n+4),.gallery_popup_gallery .gallery_popup_gallery__thumb:nth-child(6n+5){-ms-grid-column:1;grid-column:1}.gallery_popup_gallery .gallery_popup_gallery__thumb:nth-child(6n){-ms-grid-column:2;grid-column:2;-ms-grid-row-span:2;grid-row:span 2;aspect-ratio:auto;height:100%;-ms-grid-row-align:stretch;align-self:stretch}}.gallery_popup_gallery .gallery_popup_gallery__thumb:hover{opacity:0.9;-webkit-transform:scale(1.02);transform:scale(1.02)}.gallery_popup_gallery .gallery_popup_gallery__thumb:hover img{-webkit-filter:grayscale(0%);filter:grayscale(0%)}.gallery_popup_gallery .gallery_popup_gallery__thumb:focus{outline:2px solid var(--color-custom-1,#333);outline-offset:2px}.gallery_popup_gallery .gallery_popup_gallery__thumb img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:-webkit-filter 0.2s;transition:-webkit-filter 0.2s;transition:filter 0.2s;transition:filter 0.2s,-webkit-filter 0.2s}@media only screen and (min-width:600px){.gallery_popup_gallery .gallery_popup_gallery__thumbs[data-count="1"] .gallery_popup_gallery__thumb{grid-column:1/-1;grid-row:auto;aspect-ratio:16/9;height:auto}}@media only screen and (min-width:600px){.gallery_popup_gallery .gallery_popup_gallery__thumbs[data-count="2"] .gallery_popup_gallery__thumb{grid-row:auto;aspect-ratio:16/10;height:auto}}