.pop_up_link {
	cursor: pointer;
}
.overlay, .pop_up_body, .pop_up {
	visibility: hidden;
	opacity: 0;
}
.body_fix {
    overflow: hidden;
}
.overlay {
    background-color: rgba(15,27,33,0.9);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 300;
}
.pop_up_body {
	height: 100%;
    left: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 300;
    padding: 0 13px;
	transition-delay: .2s;
	-webkit-transform: translate(0,-30px);
	-moz-transform: translate(0,-30px);
	-o-transform: translate(0,-30px);
	transform: translate(0,-30px);
}
.pop_up {
	background-color:#fff;
	position: relative;
	max-width: 790px;
	color:#333333;
	height: 0;
	overflow: hidden;
}
.pop_up.min {
	max-width: 550px;
}
.pop_up.mini {
	max-width: 445px;
}
.pop_up .s_title {
	margin-top: 0;
	padding-right: 40px;
}
.pop_up .btn {
	display: block;
}
.pop_up  .ban {
	margin-bottom: 0;
}
.pop_up .close {
	background-position:-115px -655px;
	width: 18px;
	height: 18px;
	cursor: pointer;
	display: block;
	position: absolute;
	right: 30px;
	top: 40px;
	z-index: 2;
	text-indent: -99999px;
	overflow: hidden;
}
.overlay.act, .pop_up_body.act, .pop_up.act {
	opacity: 1;
	visibility: visible;
	height:  auto;
	transition: all 0.4s ease 0s;
}

.pop_up.act {
	margin: 60px auto 70px;
	transition: transform 0.4s ease, opacity .4s ease;
	overflow: visible;
	padding: 35px;
}
.pop_up_body.act {
	height: 100%;
}
.pop_up_body.act {
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
}
.pop_up hr {
	clear: both;
	margin-bottom: 30px;
}
.pop_up .bottom {
	margin: 35px -35px -35px;
	padding: 35px;
	background-color:#ebf6fd;
	clear: both;
}
.pop_up.subscr {
	max-width: 525px;
	padding: 30px;
	border-radius: 10px;
	overflow: hidden;
}
.pop_up.subscr .graf_wrap {
	background-color: #f3f4f4;
	padding: 30px 0;
	margin-bottom: 30px;
}
.pop_up.subscr .s_title {
    font-size: 16px;
    margin: -30px -30px 30px;
    background-color: #ccc;
    color: #fff;
    padding: 25px 30px;
}
.pop_up.subscr .close {
	background-position: -157px -876px;
	top: 27px;
	right: 30px;
}
.pop_up.subscr .match {
    text-align: center;
    border-right: 1px solid #d1d1d1;
}
.pop_up.subscr .match .ttl {
	color: #a0a0a0;
	font-family: 'FuturaBook';
	display: block;
	margin-bottom: 20px;
}
.pop_up.subscr .match + .match {
	border: none;
}