.opShad{
position:fixed;
left:0;
top:0;
width:100%;
height:100%;
z-index:101;
background:rgba(17,54,109,0.5);
}

.opWnd{
position:fixed;
left:50%;
top:50%;
transform:translateX(-50%) translateY(-50%);
z-index:102;
background:#fff;
padding:20px;
border-radius:25px;
min-width:330px;
}

.wndHdr{
font-family: 'Forum-Regular';
font-size:26px;
color:#11366D;
margin-bottom:20px;
}

.clsBtn{
position:absolute;
right:10px;
top:10px;
width:40px;
height:40px;
cursor:pointer;
}

.clsBtn::before, .clsBtn::after{
position:absolute;
content:"";
width:60%;
height:2px;
background:#11366D;
left:50%;
top:50%;
transform:translateX(-50%) translateY(-50%) rotate(45deg);
}

.clsBtn::after{
transform:translateX(-50%) translateY(-50%) rotate(-45deg);
}

.opWnd input{
font-size:16px;
width:100%;
padding:14px;
border-radius:25px;
border:1px solid #11366D;
margin-bottom:20px;
}

.opWnd .btn{
font-family: 'Forum-Regular';
font-size:24px;
color:#fff;
width:100%;
padding:14px;
border-radius:25px;
border:1px solid #11366D;
background:#11366D;
margin-bottom:20px;
cursor:pointer;
text-align:center;
}

.wndMess{
font-family:'Roboto-Light';
font-size: 16px;
color: #11366D;
padding:20px;
min-width:200px;
}