.wrap
{
	width:100%;
	height:100%;
	top:0;
	left:0;
	position:fixed;
	z-index:10001;
	    background: rgba(9, 65, 99, 0.17);
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.modal_block
{
	width:auto;
	min-width:100px;
	position: absolute;
	left:50%;
	margin-left:-250px; 
	top:150px;
	height: 100%;
	z-index:10002;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	min-height:100px;
	display:block;
	border-top:none;
	
}

h3.modal-title {
	display: block;
	    padding-left: 191px;
    color: #185a78;
    margin-top: 15px;
        line-height: 24px;
        
    text-transform: uppercase;
    font-family: 'adiBlack';
}
h3.modal-title > span {
    display: block;
   
    position: relative;
}
h3.modal-title > span:before {
    height: 5px;
    width: 180px;
    border: 1px solid #bdd0d8;
    border-top: none;
    border-left: none;
    content: '';
    left: -71px;
    top: -7px;
    content: '';
    position: absolute;
}

h3.modal-title > span > i {
    height: 5px;
    width: 34px;
    border-bottom: 1px solid #fff;
    content: '';
    left: -101px;
    top: -7px;
    position: absolute;
}
h3.modal-title > span > i:before {
    height: 11px;
    width: 11px;
    border: 1px solid #fff;
    border-radius: 100%;
    left: -11px;
    top: -1px;
    position: absolute;
    content: '';
}
h3.modal-title > span > i:after {
    height: 5px;
    width: 5px;
    background: #fff;
    border-radius: 100%;
    left: -8px;
    top: 2px;
    position: absolute;
    content: '';
}

.modal_block>.inset
{
	
	z-index:3;
	box-shadow:0 0 10px rgba(0,0,0,0.2);
	background: url('../images/main1-left-bg.png') left top no-repeat, #fff;
	background-size: auto auto;
	margin:0;

	border-radius: 10px;
}
.modal_block .close
{
		position: absolute;
    cursor: pointer;
    left: 100%;
    top: 14px;
    opacity: 1;
    position: absolute;
    outline: 0;
    width: 40px;
    background: url(../images/error.png) center center no-repeat, #9a2258;
    border-radius: 0 3px 3px 0;
    background-size: auto 59%;
    height: 40px;
    text-align: right;
    z-index: 9999;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.modal_block .close:hover
{
	background: url(../images/error.png) center center no-repeat, #8c1c4e;
   background-size: auto 59%;
}
