.b-pricing-popup__inner{position:fixed;z-index:101;top:0;left:0;overflow:auto;width:100%;height:100%;background-color:rgba(0,0,0,.4);visibility:hidden}.b-pricing-popup__content{position:relative;top:50%;max-width:1452px;max-height:90%;padding:1rem;border-radius:.5rem;margin:auto;background:#fafafa;box-shadow:0 8px 40px rgba(0,0,0,.08);overflow-y:scroll;transform:translateY(-50%)}.b-pricing-popup__content .c-acc-menu
ul{transition:none}.b-pricing-popup__content .c-acc-menu-link--active{color:#fd822c}.b-pricing-popup.js-popup-open .b-pricing-popup__inner{opacity:1;visibility:visible}.b-pricing-popup.js-popup-open .b-pricing-popup__content{opacity:1}.b-pricing-popup__top-content{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.b-pricing-popup__title{margin:0;font-size:1.5rem;font-weight:700}.b-pricing-popup__close{cursor:pointer}.b-pricing-popup__close svg
path{transition:fill .3s ease-out}.b-pricing-popup__close svg
rect{transition:stroke .3s ease-out}.b-pricing-popup__close:hover
rect{stroke:#fd5e2c}.b-pricing-popup__close:hover svg
path{fill:#fd5e2c}.b-pricing-popup ::-webkit-scrollbar{width:0}.b-pricing-popup.js-popup-open .b-pricing-popup__loader{position:absolute;z-index:10;top:calc(50% - 3.75rem);left:calc(8.44rem + 50%);width:7.5rem;height:7.5rem;border-radius:50%;border:1rem solid #f0f0f0;border-top-color:#fd822c;animation:spin 2s linear infinite;opacity:0;visibility:hidden}.b-pricing-popup.js-popup-open .b-pricing-popup__loader.b-pricing-popup__loader--show{opacity:1;visibility:visible}.b-pricing-popup.js-popup-open .b-pricing-popup__loader.b-pricing-popup__loader--show+.l-container--aside .l-content .b-section-wrapper{opacity:0;visibility:hidden}@keyframes
spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.js-popup-opened{overflow:hidden}