.white-popup-block {
	background: #fff;
	max-width: 665px;
	margin: 50px auto;
	padding: 0 0 10px;
	position: relative;
}
.white-popup-block .mfp-close {
	width: 30px !important;
	height: 30px !important;
	line-height: 30px !important;
	padding: 0 !important;
	margin: 0 !important;
	color: black;
	font-size: 20px;
	text-transform: lowercase;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background: rgba(255,255,255,.9) !important;
	top: -35px !important;
	content: 'x';
}
.white-popup-block .prog .cover {
	width: auto;
	height: 289px;
	border: 4px solid #fff;
	background: #fff;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.white-popup-block .prog .cover .num {
	width: auto;
	height: 18px;
	padding: 6px 8px 0 8px;
	background: #c8c6c6;
	color: #fff;
	font-family: "Noto Sans";
	font-weight: 700;
	font-size: 11px;
	line-height: 12px;
	display: block;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	position: absolute;
	top: 8px;
	left: 0;
}
.white-popup-block .prog .cover .closed {
	width: 26px;
	height: 26px;
	background: url(../images/icons/closed.png) left top no-repeat;
	display: block;
	color: #fff;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 34px;
	left: 0;
}

.white-popup-block .prog .cover .img {
	width: 425px;
	/*height: 232px;*/
	display: block;
	float: left;
}
.white-popup-block .prog .cover .map {
	width: 229px;
	height: 289px;
	float: right;
}
.white-popup-block .prog .data {
	width: auto;
	height: 108px;
	padding: 0 20px 0 20px;
	border-top: 2px solid #f2f0f0;
	border-bottom: 2px solid #f2f0f0;
	margin: 0 0 25px;
}
.white-popup-block .prog .data .txt {
	height: 86px;
	padding: 22px 0 0 0;
}
.white-popup-block .prog .data .txt .date {
	width: auto;
	height: 17px;
	padding: 3px 6px 0 6px;
	margin: 0 0 5px;
	display: block;
	float: left;
	font-size: 11px;
	line-height: 13px;
	font-weight: 700;
	color: #fff;
	background: #00af93;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.white-popup-block .prog .data .txt h2 {
	clear: both !important;
	font-size: 14px !important;
	line-height: 16px !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	color: #00af93 !important;
	margin: 0 0 3px !important;
	padding: 0 !important;
	text-align: left !important;
	background: none !important;
	border: 0 !important;
}
.white-popup-block .prog .data .txt h5 {
	font-style: italic;
	font-size: 13px;
	line-height: 15px;
	font-weight: 400;
	color: #565656;
	margin: 0;
	padding: 0;
}
.white-popup-block .prog .data .user {
	width: 225px;
	float: right;
	margin: 20px 0 0 0;
}
.white-popup-block .prog .data .user .img {
	width: 64px;
	height: 64px;
	border: 3px solid #fff;
	-webkit-box-shadow: 0 0 5px 1px #eaeaea;
	box-shadow: 0 0 5px 1px #eaeaea;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background: #fff;
	padding: 0;
	margin: 0 0 20px;
	font-size: 0;
	line-height: 0;
	float: left;
}
.white-popup-block .prog .data .user .info {
	width: 144px;
	float: right;
	font-size: 12px;
	line-height: 15px;
	padding: 15px 0 0 0;
}
.white-popup-block .prog .data .user .info span {
	display: block;
}
.white-popup-block .prog .data .user .info span a,
.white-popup-block .prog .data .user .info span a:hover {
	font-weight: 700;
	text-decoration: underline;
	color: #40c3ae;
}
.white-popup-block .prog .data .user .info span a:hover {
	color: #000;
}
.white-popup-block .prog .description {
	width: auto;
	padding: 0 20px;
	font-size: 14px;
	margin: 0 0 30px;
}
.white-popup-block .prog .description p:last-of-type {
	margin: 0;
}
.white-popup-block .prog .description p.lead {
	font-weight: 700;
}
.white-popup-block .prog .description a,
.white-popup-block .prog .description a:hover {
	font-style: italic;
	font-size: 13px;
	color: #565656;
}
.white-popup-block .prog .description a:hover {
	color: #333;
}
.white-popup-block a.order,
.white-popup-block a:hover.order {
    width: 98px;
    height: 34px;
    padding: 0;
	line-height: 34px;
    display: block;
    background: #a1cb0e;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: "Noto Sans";
    font-size: 12px;
    font-weight: 700;
	text-decoration: none;
	color: white !important;
	text-transform: uppercase;
	font-family: "Noto Sans", Arial, Tahoma !important;
	font-style: normal !important;
}
.white-popup-block a:hover.order {
    background: #98c00d;
}