.popup-layout.that_popup .white-box{
	padding: 36px;
	width: 520px;
	position: absolute;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	left: 50%;
	top: 50%;
	margin: -140px 0px 0px -260px;
}

.that_phone_buttons .soc_authorize,
.that_phone_buttons .reauthorize {
	width:209px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 0 0 #757a3b;
	box-shadow: 0 1px 0 0 #757a3b;
	background-color: #939c3e;
	height:40px;
	line-height: 44px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.3px;
	display:block;
	text-decoration: none;
	border:none;
	cursor:pointer;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 1px;
}
.that_phone_buttons .soc_authorize:hover,
.that_phone_buttons .reauthorize {
	color:#fff;
}

.that_phone_buttons .reauthorize {
	font-size: 13px;
}

.that_phone_buttons .that_mail_another_phone{
	width:209px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 0 0 #c55029;
	box-shadow: 0 1px 0 0 #c55029;
	background-color: #f26a36;
	height:40px;
	line-height: 44px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.3px;
	display:block;
	text-decoration: none;
	border:none;
	cursor:pointer;
	text-transform: uppercase;
	color: #ffffff;
}
.that_phone_buttons .that_mail_another_phone:hover{
	color:#fff;
}
@media (max-width: 767px) {
	.popup-layout.that_popup .white-box{
		padding: 20px;
		left: auto;
		width: auto;
		margin-left: 15px;
		margin-right: 15px;
		top: 10%;
		margin-top: 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.that_phone_caption{
		padding-bottom:14px;
		font-size: 18px;
	}
	.that_phone_buttons{
		flex-wrap: wrap;
		justify-content: center;
	}
	.that_mail_my{
		margin-bottom:10px;
	}
	.that_phone_mail{
		margin-bottom:14px;
		word-break: break-all;
	}
}