* {margin:0;padding:0}
.litera {
    color: #bb4c4c;
}
.litera img{
    max-width: 20%;
    margin-bottom: 10px;
}
.litera-modal-shadow{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
    display: none;
    z-index: 2;
}

.litera-modal-window {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40%;
    display: none;
    background: #ffffff;
    z-index: 200;
    color: #423e3e !important;
    /*   box-shadow: 0px 0px 13px #000;*/
    animation-name: litera-modal-window;
    animation-duration: .5s;
    animation-timing-function: ease-in-out;
    transform-origin: center;
}
.litera-modal-window:not() {
    animation-name: litera-modal-window;
    animation-duration: .5s;
    animation-timing-function: ease-in-out;
}
@keyframes litera-modal-window {
    0% {
        transform: scale(0) translate(-50%, -50%);
        opacity: 0.0;
    }
    60% {
        transform: scale(1.1) translate(-50%, -50%);
    }
    80% {
        transform: scale(0.9) translate(-50%, -50%);
        opacity: 1;
    }
    100% {
        transform: scale(1) translate(-50%, -50%);
        opacity: 1;
    }
}
.litera-modal-header {
    text-align: center;
    background: var(--color);
    padding: 15px;
}
.litera-close {
    position: absolute;
    top: 0;
    right: 15px;
    color: #fff;
    font-size: 35px;
    cursor: pointer;
}
.litera-close:after {
    font-family: ProTo;
    content: "+";
    color: #fff !important;
    padding-left: 2rem;
}
.litera-modal-content {
    padding: 25px 0;
}
.litera-header {
    text-transform: uppercase;
    color: #736060 !important;
    font-size: 13px;
    padding: 10px 0;
    font-weight: bold;
    text-align: center;
    display: inherit;
}
.litera textarea {
color: #000 !important;
    min-height: 100px;
    width: 90%;
    margin: auto;

}
input.litera-bottom {
/*    box-shadow: 0 0 3px #b1b1b1;
 *        color: #fff;
 *            background: var(--color);*/
    cursor: pointer;
    margin: 1rem auto;
    display: block;
    color: var(--color);

}
/*input.litera-bottom:hover {
 *
 *     cursor: pointer;
 *     }*/
.litera-error-text {
    color: #bb4c4c !important;
    background: transparent;
    width: 100%;
    margin: 0 0 10px;
    border: 0;
    display: block;
    height: 80px;
    overflow-y: auto;
    font-size: 15px;
}
