.section_form_popup{
    position: absolute;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background: #6E7082;
 	z-index: 100000;
}


.form_popup_form{
    border-radius: 0.3vw;
    background: white;
    padding: 4vh 3vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 45%;
}

.form_popup_title{
    color: rgb(0, 0, 0);
    font-size: 1vw;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1%;
    text-align: left;
    margin-bottom: 2vh;
}

.form_popup_el{
    display: block;
    margin-bottom: 2vh;
}


.form_popup_el label{
    font-size: 1vw;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0%;
    text-align: left;
    display: block;
    margin-bottom: 1vh;
}

.form_popup_el input{
    padding: 1vh 1vw;
    box-sizing: border-box;
    border: 0.1vw solid rgb(110, 112, 130);
    border-radius: 0.3vw;
    width: 100%;
}

.form_popup_btn{
    margin-top: 2vh;
    width: 100%;
    box-sizing: border-box;
/* Yellow */
    border-radius: 0.3vw;

    /* Yellow */
    background: rgb(255, 230, 0) !important;
    text-align: center;
    padding: 0.8vh 0;
}

.consult-form__personal{
font-size: 1vw;
font-weight: 400;
line-height: normal;
letter-spacing: 0%;
text-align: left;
}



.consult-form__personal a:hover{
	color: grey;
}

.form-bpla button{
	position: absolute;
	z-index: 99999999;
}

@media screen and (orientation: portrait){
	.form_popup_title {
		font-size: 4.5vw;
		margin-bottom: 3vw;
	}
	.form_popup_el input {
		font-size: 4.5vw;
		padding: 1vw 2vw;
		border-radius: 1.3vw;
	}
	.consult-form__personal {
		font-size: 4.5vw;
	}
	.form_popup_btn {
		margin-top: 2vw;
		border-radius: 1.3vw;
	}
	.form_popup_el label {
		font-size: 4.5vw;
		margin-bottom: 1vw;
	}
}