.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}

.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 15px;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

header .current_page_item:not(.no) > a, header .current-post-ancestor:not(.no) > a, header .current-menu-item:not(.no) > a,
header .current-page-ancestor:not(.no) > a, header .current-menu-ancestor:not(.no) > a, header .current-menu-parent:not(.no) > a
{ color: #0e2198 !important; }

header .current_page_item:not(.no) > span > a, header .current-post-ancestor:not(.no) > span  > a, header .current-menu-item:not(.no) > span > a,
header .current-page-ancestor:not(.no) > span > a, header .current-menu-ancestor:not(.no) > span > a, header .current-menu-parent:not(.no) > span > a
{ color: #0e2198 !important; }

header .current_page_item:not(.no) > span:hover > a, header .current-post-ancestor:not(.no) > span:hover  > a, 
header .current-menu-item:not(.no) > span:hover > a, header .current-page-ancestor:not(.no) > span:hover > a, 
header .current-menu-ancestor:not(.no) > span:hover > a, header .current-menu-parent:not(.no) > span:hover > a
{ color: #ffffff !important; }

footer .current_page_item:not(.no) > a, footer .current-post-ancestor:not(.no) > a, footer .current-menu-item:not(.no) > a,
footer .current-page-ancestor:not(.no) > a, footer .current-menu-ancestor:not(.no) > a, footer .current-menu-parent:not(.no) > a
{ color: #737582 !important; }

.wpcf7-not-valid-tip { display:none !important; }
.wpcf7-response-output { margin:15px 0 0 0 !important; text-align:center; font-size: 12px;}
.wpcf7-not-valid { border-bottom: 1px solid #C00 !important; }

.input_file_wr >p {order: -1;}


.mfcf7-zl-multifile-name {color: #609657;font-size: 16px; line-height: 20px}
.input_file_wr .delete-file {
    position: absolute;
    width: 14px;
    height: 14px;
    right: 0;
    top: 50%;    
    transform: translate(0,-50%);
    background-image: url(img/icons/icon_del.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
    outline: 0;
    z-index: 2;
    color: transparent;
}
.input_file_wr .delete-file img {display: none !important;}
.input_file_wr>p input  { width: 0;height: 0; opacity: 0}
.wp-file_btn {display: flex;align-items: center;font-size: 15px;line-height: 18px;text-decoration: none;color: #262626;cursor: pointer; white-space: nowrap;}
.wp-file_btn:hover {color: #35439a;}
.wp-file_btn:hover .wp-file_btn__icon{color: #35439a;}
.wp-file_btn__icon svg {width: 20px;height: 20px;fill: currentColor;}
.wp-file_btn__icon {position: relative;top: -2px; flex-shrink: 0;margin-right: 13px;display: flex;justify-content: center;align-items: center;color: #434343;}
#mfcf7_zl_multifilecontainer {
	max-width: 100% !important;
	overflow: hidden;
}
.input_file_wr div#mfcf7_zl_multifilecontainer {
    margin-top: 0;
}
.input_file_wr > p .wpcf7-form-control-wrap {display: block; width: 0 !important;height: 0 !important; opacity: 0}
.mfcf7-zl-multifile-name {
	display: flex;
	flex-direction: column;
	gap: 3px;
	max-width: 100% !important;
	min-width: 0 !important;
	overflow: hidden;	
    
}
.mfcf7-zl-multifile-name .mf_tr {
	display: block;
	overflow: hidden;
	padding-right: 16px;
	white-space: nowrap;  
    text-overflow: ellipsis;
}
.input_file_wr {
	gap: 0 17px ;
}
@media screen and (max-width: 767.98px) {
    .input_file_wr {
		gap: 10px 17px;
	}
  }
.input_file_wr div#mfcf7_zl_multifilecontainer p {margin-bottom: 0;}