/* FBlock */
#fblock_bg{width:100%; height:100%; background:#000; opacity:0.8; top:0; left:0; position:fixed; z-index:99999; display:none;}
.fblock_style{z-index:999999; position:fixed; background:#fff; padding:20px 30px; width:660px; top:0; left:50%; margin:50px 0 0 -360px; display:none;padding-top:72px;background:url(/images/logos/fbgd.jpg) no-repeat;background-size: cover;}
.fblock_style h3{ margin:0 0 35px 0; position:relative; text-align:center; padding:0 0 15px 0; font-weight:400;
    color: #152F66;
font-family: Inter;
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 1.08px;
text-transform: uppercase;
}
.fblock_style .ct_fblock{
    position:absolute; margin:0; right:0; top:0;display: flex;
    justify-content: center;
    align-items: center;text-decoration:none;font-size:16px;width: 68px;
height: 68px; text-align:center; z-index:1; cursor:pointer;background: #152F66;

	-webkit-transition:0.3s ease-in-out;
	-moz-transition:0.3s ease-in-out;
	-o-transition:0.3s ease-in-out;
	transition:0.3s ease-in-out;
}
.fblock_style .ct_fblock:hover{background:#d22c12;}
.fblock_style .inp_text{
    padding: 20px 25px;
    margin:0 0 20px 0; height:35px; width:100%;max-width:450px; padding:0 10px; box-sizing:border-box;
    border-radius: 4px;
border: 2px solid #152F66;
background: #FFF;
    
}
.form_ajax {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.fblock_style .inp_textarea{height:143px;max-width:450px; margin:0; width:100%; padding:10px; box-sizing:border-box; margin:0 0 20px;
        border-radius: 4px;
border: 2px solid #152F66;
background: #FFF;margin-bottom:35px;
}
.fblock_style .inp_sub{height:35px; cursor:pointer; border-radius:10px; border:none; margin:0 auto; width:200px; background:#585b63; color:#fff; display:block;margin-bottom:20px;
	-webkit-transition:0.3s ease-in-out;
	-moz-transition:0.3s ease-in-out;
	-o-transition:0.3s ease-in-out;
	transition:0.3s ease-in-out;
	display: flex;
width: 236px;
padding: 14px 35px;
justify-content: center;
align-items: center;
border-radius: 4px;
background:#152F66;
}
.privpol_block {
    max-width: 450px;
    color: #152F66;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.privpol_block a {color: #152F66;text-decoration:underline}
.fblock_style .inp_sub:hover{background:#d22c12;}
@media(max-width:640px){
    .fblock_style .inp_sub{width:100%;max-width:450px;}
    .fblock_style .ct_fblock{width:40px;height:40px}
	.fblock_style{padding:54px 20px 20px; width:100%; height:100%; top:0; left:0; margin:0 !important; box-sizing:border-box; overflow-y:auto;background:url(/images/logos/fbgm.jpg) no-repeat;background-size: cover;}
	.fblock_style h3{font-size:18px;}
}
@media(max-height:690px){
	.fblock_style{margin:0 0 0 -375px; height:100%; overflow:auto; box-sizing:border-box;}
}

