.popup-before-go {
	position: relative;
	z-index: 1000;
	display: none;
}

.popup-before-go-fullscreen {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.7);
	display: flex;
	align-items: center;
	justify-content: center;
}

.popup-before-go .inner {
	position: relative;
	background-color: #247bbd;
	padding: 45px;
	border: 5px solid #fff;
	border-radius: 15px;
	color: #fff;
	max-width: 710px;
	width: 100%;
}

.popup-before-go .close {
	position: absolute;
	top: 25px;
	right: 25px;
	font-size: 42px;
	line-height: 1;
	opacity: 0.5;
	transition: opacity 0.2s ease-out;
	cursor: pointer;
	color: #fff;
}
.popup-before-go .close:hover {
	opacity: 1;
}

.popup-before-go .popup-row {
	display: flex;
	justify-content: space-between;
}

.popup-before-go .popup-row .left {
	width: 45%;
}

.popup-before-go .popup-row .right {
	width: 45%;
}

.popup-before-go .text1 {
	text-align: center;
	font-family: 'Lato', Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 46px;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 6px;
}

.popup-before-go .text2 {
	text-align: center;
	font-family: 'Lato', Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 22px;
	margin-bottom: 12px;
}

.popup-before-go .text3 {
	text-align: center;
	font-size: 18px;
	max-width: 480px;
	margin: 0 auto 60px auto;
}

.popup-before-go .wpcf7-not-valid-tip {
    color: #ffb900;
    font-size: 1em;
    font-weight: normal;
    display: block;
}

.popup-before-go .text-left1 {
	font-size: 18px;
	margin-bottom: 10px;
}

.popup-before-go .left a {
	display: inline-block;
	color: #fff;
	font-family: 'Lato', Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 24px;
  font-weight: 300;
  margin-bottom: 10px;
}

.popup-before-go .left span {
	display: inline-block;
	margin-right: 15px;
}

.popup-before-go .flip-x {
	transform: scaleX(-1);
}

.popup-before-go .popup-logo {
	width: 120px;
	margin-top: 40px;
}

.popup-before-go .submit-align-right {
	text-align: right;
	display: flex;
  flex-direction: row-reverse;
}

.popup-before-go input[type="submit"] {
	background-color: #b0d039;
	padding: 0.74em;
	width: 70%;
	font-weight: 600;
}

.popup-before-go input[type="submit"]:hover {
	background-color: #11275d;
}

.popup-before-go input[type="text"],
.popup-before-go input[type="email"],
.popup-before-go input[type="tel"] {
	width: 100%;
	font-size: 18px;
  padding: 0.7em 0.8em;
  box-sizing: border-box;
}

.popup-before-go .wpcf7-response-output {
    margin: 1em 0em 1em;
}
    
@media screen and (max-width: 850px) { .popup-before-go .inner {transform: scale(0.7); }}    
@media screen and (max-height: 700px) { .popup-before-go .inner {transform: scale(0.7); }}
@media screen and (max-height: 520px) { .popup-before-go .inner {transform: scale(0.5); }}