.buttons-module{display:flex;justify-content:flex-start;width:100%;margin:0}.buttons-module .btn{margin-top:0;margin-left:32px;margin-right:0}.buttons-module .btn:first-child{margin-left:0}.buttons-module--align-right{justify-content:flex-end}.buttons-module--align-right .btn:first-child{margin-left:auto}.buttons-module--align-right .btn:last-child{margin-right:0}.buttons-module--align-left{justify-content:flex-start}.buttons-module--align-left .btn:first-child{margin-left:0}.buttons-module--align-left .btn:last-child{margin-right:auto}.buttons-module--align-center{justify-content:center;margin-left:16px;margin-right:16px}.buttons-module--align-center:last-child{margin-right:unset}.buttons-module--align-center:first-child{margin-left:unset}.popup{overflow-y:auto;display:none;width:100%;height:100%;max-width:100vw;max-height:100vh;top:0;left:0;z-index:301;padding:60px 0 0;background-color:rgba(0,0,0,0.8);position:fixed;opacity:0;transition:250ms all ease-in-out}.popup__content{margin:62px auto;max-width:560px;padding:24px;position:relative;background-color:white;border-radius:8px;box-shadow:0 4px 20px 0 rgba(12,12,13,0.2)}.popup.show{display:block;opacity:1}.popup__close{width:50px;height:50px;position:absolute;top:0;right:0;cursor:pointer}.popup__close:after,.popup__close:before{content:"";width:12px;height:2px;background-color:#919cad;left:50%;top:50%;position:absolute}.popup__close:after{transform:translate(-50%,-50%) rotate(45deg)}.popup__close:before{transform:translate(-50%,-50%) rotate(-45deg)}