.ba__block{-webkit-animation-duration:1s;animation-duration:1s}
.ba__section,.ba__section > *, .ba__section > * > *{display: -webkit-box;display: -ms-flexbox;display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.ba__root---body > :first-child > * > .ba__section---body, .ba__popup-body-inside{height:100%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-line-pack: start; align-content: flex-start;-ms-flex-wrap: wrap;flex-wrap: wrap;padding: 0;margin: 0;}
.ba__section > *, .ba__section > * > *{-webkit-box-pack:inherit;-ms-flex-pack:inherit;justify-content:inherit; -webkit-box-align: inherit; -ms-flex-align: inherit; align-items: inherit;}
div[class*="---body"]{display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%;}
[data-batype*="spacer"]{overflow: hidden; min-height: 0 !important;}

.ba__popup-wrapper{display:none;position:fixed;left:0;top:0;z-index:1000;max-width: 100%; max-height: 100%;}
.ba__popup-wrapper, .ba__popup-wrapper *{-webkit-box-sizing:border-box;box-sizing:border-box;}
.ba__popup-wrapper img, .ba__popup-wrapper svg{max-width: 100%; height: auto;}
.ba__popup-backdrop{left:50%;top:50%;width:0;height:0;position:absolute;background-color:rgba(0,0,0,.5);content:"";z-index:-999;cursor:default;opacity: 0;-webkit-transition:opacity .1s;transition:opacity .1s;}
.ba__popup-main{padding:0;position:relative;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;animation-fill-mode: both;max-width: 100%; max-height: 100%;}
.ba__popup-main > *{width: 100%; height: 100%; display: -webkit-box;display: -ms-flexbox;display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: inherit; -ms-flex-pack: inherit; justify-content: inherit; -webkit-box-align: inherit; -ms-flex-align: inherit; align-items: inherit;-ms-flex-line-pack: start;align-content: flex-start;}
.ba__popup-close{width:42px;height:42px;overflow:hidden;position:absolute;top:-15px;right:-15px;z-index:3;cursor:pointer;background: #f00;padding:6px;color: #fff;border-radius: 50%; border:2px solid; opacity:0; -webkit-transition: opacity .5s; transition: opacity .5s;}
.ba__popup-wrapper.active{pointer-events:auto;}
.ba__popup-wrapper.active + .ba__popup-backdrop{opacity:1;left:0;top:0;width:100%;height:100%;z-index: 99;}
.ba__popup-fullscreen > *{-webkit-box-align: center;-ms-flex-align: center;align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
.ba__popup-fullscreen > * > *{max-width: 768px;}
[class^="ba__content-"], .ba__content-button > *{display: block; width: 100%;}
.ba__content-image > *, .ba__content-icon > *,
.ba__content-image > :hover, .ba__content-icon >:hover{display: inline-block; color: currentColor;}
.ba__content-button > *, .ba__content-button >:hover, .ba__content-button >:focus{color: currentColor; text-decoration: none;}
.ba__block{width:100%; position: relative; display: block; margin: 0; padding: 0; float: left;}
.ba__block[class*="button"], .ba__block[data-name*="button"]{border: 1px solid;}
[data-batype*="video"], [data-batype*="video"] .block-content *{display: block; width: 100%; height: 100%;}
[data-batype*="text"] iframe{border: 0;max-width: 100% !important;}
.ratio{position: relative; width: 100%;}
.ratio-16x9::before{content: ""; display: block; padding-top: 56.25%; z-index:2;}
.ratio>*{height:100%;left:0;position:absolute;top:0;width:100%;border:0;z-index:1;}
.controls .input-prepend > *{height: auto;}