#popup_cont{
	height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.53);
    position: fixed;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    z-index: 5004;
}	
.fastorderbut{
    padding: 6px 15px;
    border: 0;
    background: #01a802;
    color: #fff;
    font-size: 14px;
}
.fastorderb{
	color: #fff;
    font-size: 14px;
    background: #01a802;
    border: none;
}
.popup_cont_block{
	display: flex;
    background: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.22);
    flex-direction: column;
}
.topline{
	
    background: #01a802;
    color: #fff;
    border-radius: 5px 5px 0px 0px;
    text-align: right;
    padding: 10px;
	width: 100%;
	flex-direction: row;
    display: flex;
    justify-content: space-between;
}
.topline a{
    color: #fff;
    text-decoration: none;
    font-size: 20px;
	padding: 0;
    margin: 0;
    line-height: 10px;
}
.popup_cont_block form{
	margin-bottom: 10px;
	display: flex;
    flex-direction: column;
}
.popup_cont_block form input{
    width: 200px;
    margin: 5px;
	border: 1px solid rgb(189, 194, 201);
    height: 30px;
    padding: 0 10px;
}
.popup_cont_block .messege{
	padding: 0px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	text-align: center;
}
.messege span:before{
	font-family: "FontAwesome";
    content: "\f098";
    font-size: 107px;
    line-height: 124px;
    color: rgb(1, 168, 2);
}
.topline p{
    line-height: 0;
    padding-left: 8px;
    margin: 9px;
    font-size: 14px;
	}