.content ul li.img-file {
    background: url(../img/icons/img-file.png) 0 4px no-repeat;
}

.content ul li.img-file::before {
	display: none;
}

.content ul li[style="list-style-type: none;"]::before {
	display: none;
}

.search-form {
	z-index: 999;
}

.page-content-wrap a.search-button:hover {
	fill: #ffffff;
}

#searchform #search-icon:hover path {
    fill: gray;
    transition: fill .3s ease-in-out;
}

input#s:focus::placeholder,
input#s:hover::placeholder {
	color: gray;
}
.pagination a.current,
.pagination span.current,
.pagination a:hover,
.pagination span:hover {
	color: #06b0ef;
}
.sidebar-menu > li > a::before {
	background-position: 0 -3px;
}

.sidebar-menu > li.current-menu-item >  a::before,
.sidebar-menu > li > a:hover::before {
	background-position: 0 -35px;
}

.error-link {
	display: inline-block;
	margin-top: 15px;
}


/* Contact Form 7 Styles */

.wpcf7-form p {
	margin-bottom: 20px;
}

.wpcf7-form label {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #232C40;
	margin-bottom: 5px;
}

.wpcf7-form-control-wrap {
	display: block;
	margin-top: 5px;
}

.wpcf7-form-control {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #dadada;
	border-radius: 3px;
	font-size: 14px;
	line-height: 20px;
	font-family: 'Roboto', sans-serif;
	color: #232C40;
	background: #fff;
	transition: all 0.25s ease;
    	display: block;
	box-sizing: border-box;
}

.wpcf7-form-control:focus {
	outline: none;
	border-color: #3b5d99;
	background-color: rgba(0, 0, 0, 0.02);
}

.wpcf7-textarea {
	min-height: 120px;
	resize: vertical;
}

.wpcf7-file {
	padding: 8px;
	font-size: 13px;
}

.wpcf7-selected-files li {
	display: flex;
	align-items: center;
	gap: 7px;
}

.wpcf7-selected-files .remove-file {
	background: none;
	color: #3b5d99;
	border: none;
	width: auto;
	height: auto;
	cursor: pointer;
	font-size: 18px;
	line-height: 1;
	padding: 0;
	display: inline-block;
	transition: color 0.2s ease;
	flex-shrink: 0;
}

.wpcf7-selected-files .remove-file:hover {
	color: #06AFED;
}


.wpcf7-submit {
	display: inline-block;
	padding: 10px 30px;
	background: #efefef;
	border: 1px solid #3b5d99;
	border-radius: 3px;
	color: #232C40;
	font-size: 14px;
	line-height: 20px;
	font-family: 'Roboto', sans-serif;
	cursor: pointer;
	transition: all 0.25s ease;
	text-transform: none;
}

.wpcf7-submit:hover {
	background-color: #c6c6c6;
}

.wpcf7-submit:active {
	background-color: #b0b0b0;
}

.wpcf7-acceptance {
	margin: 15px 0;
}

.wpcf7-acceptance label {
	display: flex;
	align-items: flex-start;
	font-size: 13px;
	line-height: 18px;
	cursor: pointer;
}

.wpcf7-acceptance input[type="checkbox"] {
	margin-right: 8px;
	margin-top: 2px;
	flex-shrink: 0;
}

.wpcf7-list-item-label {
	flex: 1;
}

.wpcf7-response-output {
	margin-top: 20px;
	padding: 10px 15px;
	border-radius: 3px;
	font-size: 14px;
	line-height: 20px;
}

.wpcf7-mail-sent-ok {
	background: #d4edda;
	border: 1px solid #c3e6cb;
	color: #155724;
}

.wpcf7-mail-sent-ng,
.wpcf7-aborted {
	background: #f8d7da;
	border: 1px solid #f5c6cb;
	color: #721c24;
}

.wpcf7-spam {
	background: #fff3cd;
	border: 1px solid #ffeaa7;
	color: #856404;
}

.wpcf7-validation-errors {
	background: #f8d7da;
	border: 1px solid #f5c6cb;
	color: #721c24;
}

.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 12px;
	margin-top: 5px;
	display: block;
}

.wpcf7-form-control.wpcf7-not-valid {
	border-color: #f00;
}

.hidden-fields-container {
	display: none;
}

.wpcf7-spinner,
.wpcf7-response-output{
	display: none;
}




/* Contact Form 7 Popups */
.cf7-popup {
	max-width: 400px;
	margin: 0 auto;
	padding: 40px 30px;
	background: #fff;
	border-radius: 10px;
	text-align: center;
	position: relative;
}

.cf7-popup svg {
	margin: 0 auto 20px;
	display: block;
}

.cf7-popup__title h3 {
	font-size: 24px;
	line-height: 1.3;
	font-weight: 700;
	color: #232C40;
	margin: 0 0 10px 0;
	font-family: 'Roboto', sans-serif;
}

.cf7-popup__title p {
	font-size: 16px;
	line-height: 1.4;
	color: #666;
	margin: 0;
	font-family: 'Roboto', sans-serif;
}

/* Скрываем стандартное сообщение CF7 при использовании попапов */
.wpcf7-form.use-popup .wpcf7-response-output {
	display: none !important;
}