﻿#alertActive{z-index:100;position:fixed;top:25%;right:20%;width:60%;}#alertActive .alertBigImg{display:block;max-width:900px;margin:0 auto;position:relative;}#alertActive .alertBigImg a{font-size:0;display:block;}#alertActive .alertBigImg a .bigImg{width:100%;}#alertActive .alertBigImg .closeIcon{display:block;position:absolute;top:6%;right:-.3%;border-radius:50%;width:3%;cursor:pointer;}#alertActive .alertSmallImg{display:block;width:0;height:0;position:relative;}#alertActive .alertSmallImg a{display:block;cursor:pointer;}#alertActive .alertSmallImg a .smallImg{width:100%;}#alertActive .alertSmallImg .closeIcon{width:12%;display:block;position:absolute;right:2%;top:0%;cursor:pointer;}@keyframes toRight{100%{right:0%;bottom:50%;width:8%;max-width:224px;}}@keyframes showSmall{90%{width:0%;}100%{width:100%;height:auto;}}@keyframes hideBig{40%{transform:scale(0);}100%{transform:scale(0);}}@keyframes toBottom{0%{right:0%;bottom:50%;width:8%;}}