.popup-bg{position:fixed;top:0;left:0;right:0;background-color:rgba(0,0,0,.5);z-index:999;padding:2rem 1.5rem;display:none;overflow-y:auto;height:100%}.popup-bg.show{display:block}.popup-bg.popup-bg--contacts{background-color:rgba(0,0,0,.2);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);padding:6rem 1.5rem}.popup{display:none;background-color:#fff;border-radius:16px;max-width:780px;position:relative;margin:0 auto}.popup.show{display:block}.popup-wrap{min-height:100%;display:flex;align-items:center}.popup__wrap{padding:40px 20px 20px;width:100%}.popup__close{position:absolute;top:.8rem;right:.8rem;cursor:pointer;width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;z-index:1;border-radius:.4rem;transition:.2s ease-in-out}.popup__close:hover{background-color:#f5f5f5}.popup__img{width:100%}.popup__img img{width:100%;height:auto}.popup__title{font-size:20px;font-weight:600;text-align:center}.popup__subtitle{font-size:1.4rem;margin-top:1.4rem;text-align:center}.popup__descr{font-size:1.4rem;line-height:120%;margin-top:2rem;text-align:center}.popup__descr-short{font-weight:500;font-size:1.2rem;line-height:120%;letter-spacing:-.02em;color:#7c858e;margin-top:3.2rem;text-align:center;max-width:50rem}.popup__form{margin-top:3.2rem}.popup--thanks{text-align:center;padding:7rem 1rem 5rem}.popup--thanks .popup__title{font-size:2.4rem;margin-right:0}.popup--thanks .popup__subtitle{margin-top:.8rem}.popup--thanks .popup__bttn{margin-top:3rem}.popup--thanks .popup__img{display:block;margin:-6rem auto 0}.popup--thanks .popup__img img{max-width:28rem;height:auto}.popup--img{padding:0!important}.popup--img .popup__close svg{filter:invert(1)}.popup--img .popup__close:hover{background-color:rgba(255,255,255,.25)}.popup--img .popup__img{border-radius:12px 12px 0 0;overflow:hidden}.popup--switch .popup__bttns{grid-gap:1rem}.popup--switch .popup__bttns img{max-width:2rem;margin-right:.5rem;vertical-align:top}.popup--contact{background-color:#fff;border:1px solid #eee;border-radius:8px;color:#121212;padding:40px 20px 20px;max-width:1040px!important}.popup--contact .popup__close{top:-4.5rem;right:0}.popup--contact .popup__close svg path{fill:#fff}.popup--contact .popup__close:hover{background-color:rgba(255,255,255,.05)}.popup--contact .popup__wrapper{display:flex;flex-direction:column;gap:1.4rem}.popup--contact .popup__content{padding:0;width:100%;max-width:32rem}.popup--contact .popup__content-title{font-size:1.4rem;font-weight:500;line-height:100%;letter-spacing:-.02em;color:#06b2e3;text-transform:uppercase}.popup--contact .popup__content-descr{margin-top:1.2rem;font-size:1.8rem;font-weight:300;line-height:160%;list-style-type:none;color:#121212;display:block}.popup--contact .popup__content-descr a,.popup--contact .popup__content-descr li{font-size:inherit;line-height:inherit;font-weight:inherit;color:inherit}.popup--contact .popup__content-descr+.popup__content-title{margin-top:4rem}.popup--contact .popup__map{max-width:643px;height:480px;width:100%;border-radius:4px;overflow:hidden;background:#f6f5f5}.popup--contact .popup__map iframe{width:100%;height:100%}@media only screen and (min-width:992px){.popup-bg.show{animation:popupBg .2s linear forwards}@keyframes popupBg{from{opacity:0}to{opacity:1}}.popup.show{animation:popupShow .15s linear forwards}@keyframes popupShow{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.popup__wrap{padding:46px 60px}.popup__title{font-size:22px}.popup__subtitle{font-size:1.6rem;margin-top:1.6rem}.popup__descr-short{margin:2rem auto 1.4rem}.popup--thanks{padding:6rem 3.2rem 6rem}.popup--thanks .popup__img img{max-width:40rem}.popup--img .popup__head{background-color:#f7f7f7;padding-bottom:3.2rem}.popup--img .popup__img{margin:0 auto}.popup--img .popup__wrap{padding-top:0}.popup--img .popup__title{margin:1.6rem 0 0;text-align:center}.popup--contact{padding:30px}.popup--contact .popup__wrapper{flex-direction:row;align-items:center}.popup--contact .popup__map{width:643px}}@media only screen and (max-width:576px){.popup--switch .popup__bttns .bttn{font-size:1.2rem}}