.opup {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 49;
}

.opup.hidden {
    display: none;
}

.opup .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: #1f1f1f;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    padding: 30px;
    border: 1px solid #bf3d30;
    background: #271315cf;
}

.opup .opup-close {
    width: 32px;
    color: red;
    position: fixed;
    right: 10%;
    cursor: pointer;
    z-index: 999;
    top:0;
}

.opup .inner .indexScreen1__form .inputWrap {
    width: 100%;
}

body.opup-active {
    overflow: hidden;
}

.margin15 {
    margin-top: 15px;
}

.indexScreen1__form .inputWrap input.error, .indexScreen1__form .inputWrap select.error {
    border-bottom: solid 1px rgba(255, 0, 0, 0.69);
}
