font-face {
	font-family: Roboto-Regular;
	src: url(../fonts/Roboto-Regular.ttf);
	
}
@font-face {
	font-family: Roboto-Black;
	src: url(../fonts/Roboto-Black.ttf);	
	
}
@font-face {
	font-family: Roboto-Bold;
	src: url(../fonts/Roboto-Bold.ttf);

}

.pop_box_wrap {
	text-align: center;
	max-width: 812px;
}

.pop_box_wrap_pop_up_3 {
	text-align: center;
	max-width: 874px;
}

.pop_first_p {
	margin-top: 28px;
	padding-bottom: 1px ;
	padding-left: 0px;
}

.pop_first_p_pop_up_3 {
	font-family: Roboto-Black, sans-serif;
	font-size: 58px;
	color: #39375e;
	margin-top: 10px;
}

.pop_red {
	color: #ef483b;
}

.pop_first_p_purple_pop_up_3 {
	padding-bottom: 0px;
	margin:  0px;
}

.pop_first_p_black_pop_up_3 {
	font-family: Roboto-Bold, sans-serif;
	font-size: 24px;
	color: #151515;
}

.pop_first_p_black_pop_up_3_second {
	margin-bottom: -2px;
}

.pop_first_p_purple {
	padding-top: 10px;
	font-family: Roboto-Black, sans-serif;
	font-size: 36px;
	color: #39375e;
}

.pop_center {
	width: 500px;
	margin: 0 auto;
}

.pop_first_p_img {
	float: left;
	padding-right: 19px;
}

.pop_container_bg {
	background-color: #facf5f;
	width: 941px;
	height: 660px;
	margin: auto;
}

.pop_first_p_black {
	font-family: Roboto-Regular, sans-serif;
	font-size: 24px;
	color: #151515;
	max-width: 787px;
	margin-bottom: 0px;
}

.pop_first_p_black_bold {
	font-family: Roboto-Bold, sans-serif;
}

.pop_form_box {
	margin-top: 44px;
}

.pop_form_input {
	display: block;
	margin: auto;
	margin-bottom: 16px;
	height: 88px;
	width: 85%;
	text-align: center;
	border-width: 2px;
	border-color: #e1e1e1;
	border-style: solid;
	border-radius: 15px;
	font-size: 24px;
	font-family: Roboto-Regular, sans-serif;
	color: #7e7e7e;
	max-width: 778px;
}

.pop_form_button {
	display: block;
	color: #ffffff;
	margin: auto;
	max-width: 778px;
	width: 90%;
	height: 90px;
	border-radius: 15px;
	border: none;
	text-align: center;
	text-transform: uppercase;
	background-image: url(../images/button.png);
	background-position: center center ;
	background-size: 104% 136%;
	font-family: Roboto-Black, sans-serif;
	font-size: 60px;
	text-shadow: 1px 1px 1px #000000; 
}

.pop_form_button_img {
	display: inline-block;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	height: 35px;
	width: 35px;
	position: relative;
	vertical-align: middle;
	bottom: 5px;
}

.pop_second_p_black {
	font-family: Roboto-Regular, sans-serif;
	font-size: 14px;
	margin-top: 30px;
	max-width: 382px;
	color: #151515;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.pop_partners_img {
	margin-left: 149px;
	margin-right: auto;
}

.pop_close {
	position:absolute;
	top: 27px;
	right: 0px;
}

.pop_form_box_pop_up{
	margin-top: 5px;
}

.pop_partners_img_pop_up{
	margin: auto;
}
/*=====================*/
.popup_wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background-color: rgba(0,0,0,0.8);
}
.popup_form_row {
    width: 100%;
    height: 100%;
    display: table;
    /* left: 0; */
}
.popup_form_centering {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.hover-modal {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 10px;
    z-index: 8;
}
.pop_first_p_pop_up_3 > p {
	color: #39375e;
}