.popup-overlay{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: rgba(0,0,0,0.9);
	z-index: 9999999;
}
.popup-contrainer1,.popup-contrainer2{
	margin: auto;
	width: 60%;
    padding: 20px 15px;
	background: white;
	margin-top: 25px;
	border-radius: 10px;
	left: 0;
    right: 0;
    position: fixed;
}
.popup-left
{
	width: 60%;
	float: left;
	text-align: center;
}
.popup-header
{
	display: block;
	color: rgb(41,182,30);
	font-size: 45px;
	font-weight: bolder;
}
.popup-text
{
	font-size: 25px;
    color: #333;
	display: block;
	margin-top: 15px;
	line-height: 42px;
}
.popup-text-small
{
	font-size: 21px;
    color: #333;
	display: block;
	margin-top: 40px;
}
.popup-link-button
{
	display: block;
	width: 75%;
	padding: 15px 20px;
	border-radius: 10px;
	margin: auto;
	color: white;
	font-size: 25px;
	background: rgb(0,176,42);
	font-weight: bolder;
	margin-top: 45px;
	text-decoration: none;
	cursor: pointer;
}
.popup-text-small2
{
	font-size: 18px;
    color: #333;
	display: block;
	margin-top: 15px;
	cursor: pointer;
}
.popup-right
{
    right: 0;
    width: 40%;
    float: left;
    text-align: center;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.popup-right img
{
	max-width: 300px;
    margin-left: -100px;
}
@media only screen and (max-width: 1736px) {
.popup-link-button
{
	padding: 10px 20px;
	font-size: 16px;
	margin-top: 35px;
}
}
@media only screen and (max-width: 1474px) {
.popup-header
{
	font-size: 40px;
	margin-top: 35px;
}
.popup-text
{
	font-size: 31px;
	margin-top: 15px;
}
.popup-text-small
{
	font-size: 16px;
	margin-top: 40px;
}
.popup-link-button
{
	padding: 10px 20px;
	font-size: 20px;
	margin-top: 35px;
}
.popup-text-small2
{
	font-size: 13px;
	margin-top: 10px;
}
}
@media only screen and (max-width: 1383px) {
.popup-link-button
{
	padding: 10px 20px;
	font-size: 16px;
	margin-top: 35px;
}
}
@media only screen and (max-width: 1474px) {
.popup-header
{
	font-size: 35px;
	margin-top: 35px;
}
.popup-text
{
	font-size: 26px;
	margin-top: 15px;
}
.popup-text-small
{
	font-size: 16px;
	margin-top: 25px;
}
.popup-link-button
{
	padding: 10px 20px;
	font-size: 13px;
	margin-top: 20px;
}
.popup-text-small2
{
	font-size: 16px;
	margin-top: 16px;
}
}
@media only screen and (max-width: 1304px) {
.popup-header
{
	font-size: 35px;
	margin-top: 20px;
}
.popup-text
{
	font-size: 20px;
	margin-top: 10px;
}
.popup-text-small
{
	font-size: 12px;
	margin-top: 5px;
}
.popup-link-button
{
	padding: 10px 20px;
	font-size: 13px;
	margin-top: 5px;
}
.popup-text-small2
{
	font-size: 16px;
    margin-top: 16px;
}

.popup-center-info-left {
    float: left;
    width: 50%;
}

.popup-center-info-img {
    float: left;
    width: 50%;
}
}
@media only screen and (max-width: 1100px) {
.popup-contrainer1, .popup-contrainer2
{
	width: 100%;
}
.popup-left
{
	margin: auto;
	width: 100%;
}
.popup-right
{
	display: none;
}
.hiddenimage
{
	display: block;
}
}






.popup-center
{
	text-align: center;
}
.popup-center-header
{
	display: block;
	color: rgb(216,43,10);
	font-size: 45px;
	font-weight: bolder;
	line-height: 42px;
}
.popup-center-blacktext
{
	display: block;
	font-weight: bolder;
	font-size: 30px;
	margin-top: 15px;
}
#exit-timer
{
	color: rgb(216,43,10);
	font-size: 34px;
	font-weight: bolder;
	display: block;
	margin-top: 25px;
}
.popup-center-info
{
	display: block;
    margin: auto;
    width: 100%;
	position: relative;
}
.popup-center-info-text
{
	margin-top: 2%;
}
.popup-center-info-left
{
	float: left;
	width: 45%;
}
.popup-center-info-img 
{
	float: left;
	width: 55%;
}
.popup-center-info-img img
{
	height: auto;
	margin-left: -100px;
	width: 500px;
}
.popup-center-info-textsmall
{
	display: block;
	font-size: 25px;
}
.popup-center-info-textbig
{
	display: block;
	font-size: 30px;
	margin-top: 15px;
	line-height: 32px;
	color: rgb(51,51,51);
}
.popup-center-info-textbig s
{
	color: rgb(51,51,51);
}
.popup-center-info-textbig b
{
	color: red;
}
.popup-text-underimage
{
	font-size: 24px;
	display: block;
	width: 80%;
	text-align: left;
	margin: auto;
	clear: both;
}
.popup-text-order
{
    text-align: center;
	font-size: 25px;
	margin-top: 40px;
	margin-bottom: 10px;
}
.popup-text-order a
{
	padding: 15px;
	background: rgb(216,43,10);
	color: white;
	text-decoration: none;
	border-radius: 8px;
	border: 1px solid rgb(51,51,51);
	margin: auto;
}
.popup-text-red
{
	text-align: center;
	color: red;
}
.popup-s-close
{
	position: absolute;
	right: 10px;
	top: 10px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
@media only screen and (max-width: 1633px) {
.popup-center-header
{
	font-size: 45px;
}
.popup-center-blacktext
{
	font-size: 30px;
	margin-top: 15px;
}
#exit-timer
{
	font-size: 34px;
	margin-top: 25px;
}
.popup-center-info-textsmall
{
	font-size: 21px;
}
.popup-center-info-textbig
{
	font-size: 25px;
	margin-top: 15px;
}
.popup-text-underimage
{
	font-size: 18px !important;
}
.popup-text-order
{
	font-size: 20px;
	margin-top: 40px;
}
}
@media only screen and (max-width: 1250px) {
.popup-center-header
{
	font-size: 30px;
}
.popup-center-blacktext
{
	font-size: 25px;
	margin-top: 15px;
}
#exit-timer
{
	font-size: 29px;
	margin-top: 25px;
}
.popup-center-info-textsmall
{
	font-size: 15px;
}
.popup-center-info-textbig
{
	font-size: 20px;
	margin-top: 15px;
}
.popup-text-underimage
{
	font-size: 20px;
}
.popup-text-order
{
	font-size: 20px;
	margin-top: 40px;
}
}

@media only screen and (max-width: 730px) {
.popup-center-info-text 
{
    width: 100%;
    float: none;
	margin: auto;
    margin-top: 25px;
}
.popup-text-order 
{
    font-size: 15px;
}
.popup-text-underimage 
{
    font-size: 14px;
}
.popup-center-info-textbig 
{
    margin-top: 0;
}
.popup-center-header 
{
    font-size: 21px;
}
.popup-center-blacktext 
{
    font-size: 17px;
    margin-top: 0px;
}
}
@media only screen and (max-height: 653px) {
.popup-contrainer2
{
	padding: 0;
}
#exit-timer
{
	margin-top: 10px;
}
.popup-center-info-text
{
	margin-top: 10px;
}
.popup-text-order
{
	margin-top: 15px;
}
}