.th3_popup{
	/*display:none;*/
	visibility: hidden;
	opacity: 0;
	position: fixed;
	width: 100vw;
	height: 0vh;
	z-index: 2000000;
	top:0;
	transition: opacity .8s ease-in;
	background-color: rgba(255,255,255,0.7);
}


.th3_popup_content{
	position: relative;
	width: 100%;
	min-height: 300px;
	max-height: calc(100vh - 300px);
	max-width: 700px;
	margin: 90px auto 0 auto;
	padding: 65px 35px 45px 35px;
	background-color: #A5213D;
	overflow: auto;
	overflow-x: hidden;
	color: #fff!important;
	-webkit-box-shadow:  0px 0px 3px 0px #333333;
	-moz-box-shadow:  0px 0px 3px 0px #333333;
	box-shadow:  0px 0px 3px 0px #333333; 
	transition: margin 1s ease;
}


.modalShow{
	height: 100vh;
	visibility: visible;
	opacity: 1;
}


.modalShow .th3_popup_content{
	position: relative;
		margin: 150px auto 0 auto;

}


.th3_popup_content h1,
.th3_popup_content p{
	font-size: 1.1em;
	color: #fff!important;
}



.th3_popup_content p a{
	color: #fff;
}


.th3_popup_content span{
	display: inline;
	margin-left: 0;
}


.th3_popup_content h1{
	font-size: 4.1em;
	color: #fff!important;
}


.th3_popup_close{
	position: absolute;
	top:7px;
	right: 7px;
	cursor: pointer;
	background-image: url('./close.svg');
	width: 42px;
	height: 42px;
	
}



@media screen and (max-width: 1024px) {


.th3_popup_content{
	min-height: 300px;
	max-width: 85%;
	margin: 50px auto 0 auto;
}




}
@media screen and (max-width: 800px) {


.th3_popup{
	display:none;
	position: absolute;
	width: 100vw;
	height: 100vh;
	z-index: 2000000;
	top:0;
	background-color: rgba(255,255,255,0.7);
}





.th3_popup_content{
	position: relative;
	width: 100%;
	min-height: 300px;
	max-width: 80%;
	margin: 50px auto 0 auto;
	padding: 65px 35px 45px 35px;
}

.th3_popup_content h1,
.th3_popup_content p{
	font-size: 1.1em;
	color: #fff!important;
}


.th3_popup_content span{
	display: inline;
	margin-left: 0;
}


.th3_popup_content h1{
	font-size: 8vw;
	line-height: 1.1em;
	color: #fff!important;
}


.th3_popup_content p{
	font-size: 3vw;
	line-height: 1.6em;
	color: #fff!important;
}



}