

.help.show{
display:flex;
    align-items: center;
    justify-content: center;
}
.help{
display:none;
z-index:1000;
position:fixed;
background:#00000077;
text-align:center;
top:0;
left:0;
width:100%;
height:100%;


}
.help_block{

padding: 50px 10px;
border-radius:10px;
background:#fff;
}







.help_ico{
    animation: scale-pulse-1 2s ease-in-out infinite;
width: 24px;
    height: 24px;
    display: inline-flex;
	display:none;
    border-radius: 100%;
    background: #003080;
	
    color: #fff;
    font-size: 19px;
   
    align-content: center;
    align-items: center;
    justify-content: center;
	cursor:pointer;
	transition:0.3s;
}


.help_ico:hover{

background: #2f93ff;


}



.help{

}





.dev_4543636222 .help_ico{


    display: inline-flex;

}