.bgShadow.activefck{
    background: rgba(0,0,0,.8);
    flex-direction: column;
    align-items: center
}

.activefck .text{
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    color: #fff;
    text-align: center
}

.activefck .text+img{
    margin: 15px 0;
    width: auto;
    height: auto;
    max-width: 92%;
    max-height: 70%
}

.activefck .but.flex{
    justify-content: center;
    align-items: center
}

.activefck .but svg{
    width: 18px;
    margin: 0 12px 0 0
}

.activefck .close{
    width: 30px;
    height: 30px;
    top: 20px;
    right: 20px
}

.activefck .close:before, .activefck .close:after{
    background: #fff;
    height: 2px
}

@media (max-width: 560px){
    .activefck .text{
        font-size: 20px;
        line-height: 30px
    }
}