/*
Theme Name: ksukraine
*/
.wpcf7-not-valid{
	border:1px solid red!important;
}
.wpcf7-not-valid-tip, .wpcf7-validation-errors{
	display:none!important;
}

@keyframes loading {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}
.loading .listitems {
	opacity: 0.3;
}.loading {
	 position: relative;
 }
.loading:after {
	content: '';
	position: absolute;
	border-radius: 50px;
	animation: loading 2s linear infinite;
	filter: none;
	background-image: none !important;
	width: 3.04167vw;
	height: 3.04167vw;
	left: 0px;
	right: 0px;
	top: 150px;
	margin: auto;
	border: 11px solid #005ea1;
	border-top-color: #008831;
	z-index: 10;
}
.not_found {
	text-align: center;
	font-size: 30px;
}
.other-article{
	margin-bottom: 20px;
}