.popup-modal-block{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:9999;
	padding:50px;
	display:none;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
	    background: rgba(11, 11, 11,0.6);
}
.popup-modal-block.show-popup-moda{
	display:flex;
}
.popup-modal-block .content-popup{
	width:526px;
	background-color:rgba(255,255,255,1);
	padding:15px;
	border-radius:5px;
}
.popup-modal-block .wpcf7-form,
.popup-modal-block .content-popup .body-popup{
	position:relative;
}

.popup-modal-block .cloes-popup{
	position:absolute;
	top:0px;
	right:0px;
	width:30px;
	height:30px;
	z-index:1;
		display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
	    cursor: pointer;
}
.popup-modal-block .cloes-popup svg{
	width:20px;
	height:20px;
}
.popup-modal-block .title-popup{
	font-size:21px;
	margin-bottom:10px;
	color:#f5b64a;
	font-weight:bolder;
	text-align:center;
}

.popup-modal-block .title-popup-sub{
	    font-style: italic;
	font-weight:bolder;
	font-size:15px;
	text-align:center;
	margin-bottom:10px;
}
.popup-modal-block input:not(input[type="radio"], input[type="checkbox"],input[type="submit"]),
.popup-modal-block select{
	background-color: #fff;
    border: 1px solid #ddd;
	color: #333;
	height:35px;
	padding:0 10px;
	font-size:14px;
	margin-bottom:10px;
	width:100%;
}
.popup-modal-block .wpcf7-form p{
	margin-bottom:0;
}
.popup-modal-block input[type="submit"]{
	background-color: #003478;
	width:100%;
	margin-right:0;
	    margin-top: 10px;
	color:#fff;
	    height: 42px;
}

.popup-modal-block .wpcf7-spinner{
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
}
.popup-modal-block label{
	font-size:14px;
	margin-bottom:5px;
	width:100%;
}
.popup-modal-block .wpcf7-form-control-wrap{
	display:block;
	width:100%;
}
.block-highlight-popup{
	    padding: 20px;
    margin: 20px auto;
    border: 3px dotted #32580f;
    border-radius: 15px;
}

.block-highlight-popup .title-heading{
	    font-weight: bold;
    color: #e74c3c;
    text-align: center;
    margin-bottom: 10px;
	font-size:20px;
}
.block-highlight-popup .title-heading span{
	color: #288ad6;
}
.block-highlight-popup .title-sub{
	font-style: italic;
    text-align: center;
    color: #000;
    opacity: 1;
	margin-bottom:8px;
	font-size:16px;
}

.block-highlight-popup .content-popup ol li{
	    box-sizing: border-box;
    font-size: 15px;
    margin-bottom: 16px;
    counter-increment: my-awesome-counter 1;
    position: relative;
    display: block;
    padding-left: 30px;
	    margin-top: 20px;
}
.block-highlight-popup .content-popup ol li::before {
    content: counter(my-awesome-counter);
    background: #0094da;
    position: absolute;
    left: 0;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}

.block-highlight-popup .botton-popup{
	display:flex;
	    justify-content: center;
	flex-wrap:wrap;
}
.block-highlight-popup .botton-popup .botton{
    width: 323px;
    margin-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
    max-width: 100%;
}
.block-highlight-popup .botton-popup a{
	display: block;
    overflow: hidden;
    padding: 9px 0;
    border-radius: 4px;
	text-align:center;
	    color: #fff;
	    background-color: #e30613;
	text-decoration: none;
	line-height: normal;
}
.block-highlight-popup .botton-popup a.bt-forn.click-modal{
	    background-color: #002c5f;
}
.block-highlight-popup .botton-popup a > *{
	display:block;
}
.block-highlight-popup .botton-popup a > strong{
	font-size: 19px;
}
.block-highlight-popup .botton-popup a > span{
	font-size: 12px;
    margin-top: 3px;
}

.popup-modal-block form.wpcf7-form.init{
	    border: none;
    background: transparent;
}

.popup-modal-block input.wpcf7-form-control{
	text-align:left;
}

.popup-modal-block input.wpcf7-form-control.wpcf7-submit.has-spinner{
	text-align:center;
}

@media (max-width: 550px){
	.block-highlight-popup .botton-popup .botton{
		width:100%;
	}
	.popup-modal-block {
		padding: 50px 16px;
	}
}