 /*Modal*/
.layout_pop_up {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(https://img.informer.com/images/v2/bgfrm.png) repeat 0 0;
    z-index: 1000;
}
.layout_pop_up .pop_up {
    position: relative;
    width: 520px;
	padding:10px 80px 0 80px;
    background:url(https://img.informer.com/images/v2/pop_up_bg2_1.png) repeat-y #00A3E3;
    /*top: 15%;*/
	margin:7% auto 0;
/*    left: 50%;
    margin-top: -232px;
    margin-left: -365px;*/
}
 .layout_pop_up .pop_up::before{
	 content: '';
	 height: 100%;
	 width: 10px;
	 position: absolute;
	 z-index: 90;
	 right: 0;
	 top: 0;
	 bottom: 0;
	 background:url(https://img.informer.com/images/v2/pop_up_bg2_1.png) repeat-y #00A3E3;
 }


.pop_up_top, .pop_up_bottom {
	/*width:760px;*/
	height:10px;
	position:absolute;
	left:20px;
	top:0;
	background:url(https://img.informer.com/images/v2/pop_up_bg2_2.png) 0 0 repeat-x;
}
.pop_up_bottom {
	top: auto;
	bottom:0;
	left:0;
	/*width:800px;*/
}
.pop_up_logo {
	margin:40px auto 0;
	width:241px;
	height:25px;
	background:url(https://img.informer.com/images/v2/pop_up_sprite.png) 0 0 no-repeat;
}
.pop_up h1 {
	color: #fff;
	font-size: 50px;
	margin: 45px auto 10px;
	display: block;
	overflow: inherit;
	white-space: normal;
	width: 100%;
	line-height: 55px;
	text-align: center;
	max-width: none;
	height: auto;
}
.pop_up p {
    font-size: 28px;
    line-height: 30px;
    font-family: "segoe ui light", "segoe ui",Helvetica,arial,sans-serif;
	font-weight:100;
	text-align:center; 
	color:#fff;
	margin:0 auto 35px;
	padding:0;
	width:350px;
}
.pop_up .close_btn{
    background: url(https://img.informer.com/images/v2/pop_up_sprite.png) -261px 0 no-repeat;
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    right: 27px;
    top: 27px;
}
.links_wrapper {
	text-align:center;
	width:100%;
	padding-bottom:32px;
}
.links_wrapper div {
	border-radius:7px;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
    -o-border-radius:7px;
    -ms-border-radius:7px;
}
.links_wrapper .btn_find {
    background: #f3f3f3;
	padding:5px;
	margin-bottom:42px;
}
.links_wrapper .btn_find a{
    background: #6bbb0c;
    color: #f3f3f3;
    font: 600 36px/1 "segoe ui",Helvetica,arial,sans-serif;;
	display:block;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    overflow: hidden;
    height: 36px;
    padding: 4px 0 8px;
}
.links_wrapper .btn_find a:hover{
    text-decoration: none;
	background:#94cc0e;
}
.links_wrapper a.link_decline {
    text-decoration: underline;
    font-size: 13px;
    color: #fff;
}

@media all and (max-width: 600px){
	.layout_pop_up .pop_up {
		width: 100%;
		padding-left: 40px;
		padding-right: 40px;
	}
	.pop_up p {
		width: auto;
	}
}

 @media all and (max-width: 370px) {
	 .pop_up_logo {
		 background-size: 286px;
		 width: 190px;
	 }
 }

 @media all and (max-height: 800px), all and (max-width: 500px) {
	 .layout_pop_up {
		 display: flex;
		 align-items: center;
		 justify-content: center;
		 padding: 40px 0;
		 overflow-y: auto;
	 }

	 .layout_pop_up .pop_up {
		 margin: 0;
		 height: auto;
		 overflow-y: auto;
		 overflow-x: hidden;
		 display: flex;
		 flex-direction: column;
		 justify-content: center;
	 }

	 .pop_up h1 {
		 overflow: hidden;
		 font-size: 30px;
		 line-height: 1.2;
		 margin-bottom: 20px;
	 }

	 .pop_up p {
		 font-size: 18px;
		 line-height: 22px;
	 }

	 .links_wrapper .btn_find a {
		 font-size: 28px;
		 line-height: 38px;
	 }

	 .links_wrapper .btn_find {
		 max-width: 250px;
		 margin: 0 auto 36px;
	 }
 }

 @media all and (max-height: 540px) {
	 .layout_pop_up {
		 align-items: start;
		 padding: 0;
	 }
 }