.mobile-modals{bottom:60px;display:none;font-family:Gilroy,sans-serif;left:0;pointer-events:none;position:fixed;-webkit-transition:bottom .3s;transition:bottom .3s;width:100%;z-index:111}.mobile-modals__layers{height:calc(100vh - 60px);height:calc(var(--vh, 1vh)*100 - 60px);overflow:hidden;pointer-events:none;position:relative;-webkit-transition:background-color .3s ease-out;transition:background-color .3s ease-out;width:100%;z-index:1}.mobile-modals__layers.shadowed{background-color:rgba(0,0,0,.533);pointer-events:all}.mobile-modals__layer{background-color:#fff;bottom:0;left:0;max-height:100%;overflow:hidden;pointer-events:all;position:absolute;-ms-touch-action:none;touch-action:none;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);width:100%;will-change:transform}.mobile-modals__layer.navigation__layer--feature.active-layer{bottom:60px}.mobile-modals__layer--contacts,.mobile-modals__layer--flats,.mobile-modals__layer--form,.mobile-modals__layer--projects,.mobile-modals__layer--share{overflow:hidden}.mobile-modals__layer--flats .navigation__layer-body{max-height:calc(var(--vh, 1vh)*100 - 104px)}.mobile-modals__layer:after{background:-webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.05)));background:linear-gradient(180deg,transparent,rgba(0,0,0,.05));content:"";display:block;height:20px;opacity:0;pointer-events:none;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;width:100%}.mobile-modals__layer.active-layer{-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0)}.mobile-modals__layer.active-layer:after{opacity:1}.mobile-modals__layer.full{height:100%}.mobile-modals__layer-header{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;color:#2b2b2b;font-size:18px;font-weight:600;height:44px;justify-content:center;letter-spacing:.04em;line-height:20px}.mobile-modals__layer-header:after{background:#c7c7c7;content:"";display:block;height:5px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:135px;z-index:5}.mobile-modals__layer-body{height:100%;max-height:calc(var(--vh, 1vh)*100 - 104px);overflow:auto;width:100%}@media (min-width:1px) and (max-width:768px){.mobile-modals{display:block}}