#static {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.popup-fade {
	position: fixed;
	display: block;
	width: 99%;
	height: 99%;
	top: 0;
	left: 0;
	opacity: 0;
}

.popup-content {
	display: block;
	width: 1004px;
	padding: 20px 0 10px;
	background: #101314 url(/images/popup.png) repeat center;
	border: 1px solid #373333;
	top: 20%;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 30px;
}

.popup-content .popup-close {
	position: absolute;
	display: block;
	width: 36px;
	height: 36px;
	background: url(/images/close.png) no-repeat;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	top: -16px;
	right: -16px;
	cursor: pointer;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.popup-content .popup-close:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.popup-content .popup-title {
	position: relative;
	display: block;
	text-align: center;
	margin: 0 auto 20px;
}

.popup-content .popup-title span {
	position: relative;
	display: block;
	text-align: center;
	margin: 0 auto 4px;
	color: #ffb400;
	font-size: 24px;
    font-family: montserrat-black;
}

.popup-content .popup-title p {
	position: relative;
	display: block;
	text-align: center;
	margin: 0 auto;
	color: #564e48;
	text-shadow: 0 0 0 #564e48;
	font-size: 14px;
}

.popup-content .popup-block {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0;
}


.popup-content .popup-block .popup-left {
	position: relative;
	display: inline-block;
	float: left;
	width: 450px;
	margin-left: 30px;
}
.popup-content .popup-block .popup-left span {

	color: red;
    font-size: 20px;
}
.popup-content .popup-block .popup-left .item {
	position: relative;
	display: block;
	width: 450px;
	padding: 18px 0;
	border-bottom: 1px solid #2b2626;
}

.popup-content .popup-block .popup-left .item:last-child {
	border-bottom: none;
}

.popup-content .popup-block .popup-left .item .text {
	position: relative;
	display: block;
	color: #ffffff;
	font-size: 14px;
	width: 300px;
}

.popup-content .popup-block .popup-left .item .text span {
	color: #ffb400;
}
.popup-content .popup-block .popup-left .item .text2 {
	position: relative;
    display: block;
    color: #9a9892;
    font-size: 11px;
    margin: 3px 0 -8px 10px;
    width: 300px;
}

.popup-content .popup-block .popup-left .item .text2 span {
	color: #ffb400;
}

.popup-content .popup-block .popup-left .item a.link {
	position: absolute;
	display: block;
	width: 141px;
	height: 39px;
	top: 8px;
	right: 0;
	bottom: 0;
	margin: auto;
	background: url(/images/popup-btn.png) no-repeat;
	line-height: 39px;
	color: #ffb400;
	font-size: 14px;
}

.popup-content .popup-block .popup-left .item a.link span {
	position: relative;
	margin-left: 53px;
	color: green;
    font-size: 15px;
	
}

.popup-content .popup-block .popup-left .item a.link:before {
	content: '';
	position: absolute;
	display: block;
	width: 36px;
	height: 31px;
	background: url(/images/popup-icon.png) no-repeat;
	top: 0;
	left: 12px;
	bottom: 0;
	margin: auto;
}

.popup-content .popup-block .popup-left .item a.link:hover {
	color: #ebff60;
}

.popup-content .popup-block .popup-left .item a.link:hover:before {
	-webkit-animation-name: box;
	-webkit-animation-duration: 0.3s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: ease-in-out;

	-moz-animation-name: box;
	-moz-animation-duration: 0.3s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: alternate;
	-moz-animation-timing-function: ease-in-out;

	-o-animation-name: box;
	-o-animation-duration: 0.3s;
	-o-animation-iteration-count: infinite;
	-o-animation-direction: alternate;
	-o-animation-timing-function: ease-in-out;

	animation-name: box;
	animation-duration: 0.3s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;
}

.popup-content .popup-block .popup-right {
	position: relative;
	display: inline-block;
	float: right;
	width: 465px;
	margin-right: 15px;
}

.popup-content .popup-block .popup-right span {
	/*position: relative;
	display: block;
	width: 100%;
	margin: 15px auto 25px;
	color: #ffffff;
	font-size: 18px;*/
	color: red;
    font-size: 20px;
}

.popup-content .popup-block .popup-right ul {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
}

.popup-content .popup-block .popup-right ul span {
	position: relative;
	display: block;
	width: 100%;
	margin: 15px auto 25px;
	color: #ffffff;
	font-size: 18px;
}

.popup-content .popup-block .popup-right ul li {
	position: relative;
	display: block;
	margin: 0 auto 10px;
}

.popup-content .popup-block .popup-right ul li a {
	position: relative;
	display: block;
	color: #b0c042;
	font-size: 13px;
	text-decoration: none;
}

.popup-content .popup-block .popup-right ul li a:hover {
	text-decoration: underline;
}

.popup-content .popup-block .popup-right .clear-space {
	position: relative;
	display: block;
	width: 100%;
	height: 20px;
	margin: 0 auto;
}

.popup-content .popup-block .popup-right {
	position: relative;
	display: inline-block;
	float: left;
	width: 450px;
	margin-left: 30px;
}

.popup-content .popup-block .popup-right .item {
	position: relative;
	display: block;
	width: 450px;
	padding: 18px 0;
	border-bottom: 1px solid #2b2626;
}

.popup-content .popup-block .popup-right .item:last-child {
	border-bottom: none;
}

.popup-content .popup-block .popup-right .item .text {
	position: relative;
	display: block;
	color: #ffffff;
	font-size: 14px;
	width: 300px;
}

.popup-content .popup-block .popup-right .item .text span {
	color: #ffb400;
}
.popup-content .popup-block .popup-right .item .text2 {
	position: relative;
    display: block;
    color: #9a9892;
    font-size: 11px;
    margin: 3px 0 -8px 10px;
    width: 300px;
}

.popup-content .popup-block .popup-right .item .text2 span {
	color: #ffb400;
}

.popup-content .popup-block .popup-right .item a.link {
	position: absolute;
	display: block;
	width: 141px;
	height: 39px;
	top: 8px;
	right: 0;
	bottom: 0;
	margin: auto;
	background: url(/images/popup-btn.png) no-repeat;
	line-height: 39px;
	color: #ffb400;
	font-size: 14px;
}

.popup-content .popup-block .popup-right .item a.link span {
	position: relative;
	margin-left: 53px;
	color: green;
    font-size: 15px;
}

.popup-content .popup-block .popup-right .item a.link:before {
	content: '';
	position: absolute;
	display: block;
	width: 36px;
	height: 31px;
	background: url(/images/popup-icon.png) no-repeat;
	top: 0;
	left: 12px;
	bottom: 0;
	margin: auto;
}

.popup-content .popup-block .popup-right .item a.link:hover {
	color: #ebff60;
}

.popup-content .popup-block .popup-right .item a.link:hover:before {
	-webkit-animation-name: box;
	-webkit-animation-duration: 0.3s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: ease-in-out;

	-moz-animation-name: box;
	-moz-animation-duration: 0.3s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: alternate;
	-moz-animation-timing-function: ease-in-out;

	-o-animation-name: box;
	-o-animation-duration: 0.3s;
	-o-animation-iteration-count: infinite;
	-o-animation-direction: alternate;
	-o-animation-timing-function: ease-in-out;

	animation-name: box;
	animation-duration: 0.3s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;
}
