:root {
	--accent: #1E3685;
	--color-accent: var(--accent);
	--color-accent-dark: #1E3685;
	--color-txt: #333;
	--color-txt-gray: #949494;
}

.header .btn,
.wpcf7 .wpcf7-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 0.5em;
	background: var(--color-accent);
	color: #fff;
	border-radius: 2em;
	border: 1px solid var(--color-accent);
	padding: 0.7em 1em;
	line-height: 1;
	font-weight: bold;
	cursor: pointer;
	min-height: auto;
	min-width: auto;
	text-transform: none;
}

span.btn {
	cursor: pointer;
}

.header .btn:hover,
.wpcf7 .wpcf7-submit:hover,
.header a.btn:focus,
.wpcf7 .wpcf7-submit:focus,
.header .btn.active {
	background: var(--color-btn-hover);
	border-color: var(--color-btn-hover);
	color: #fff;
}

.header .btn--border {
	border: 1px solid;
	background: none;
	color: var(--color-accent);
}

.header .btn i {
	margin: 0;
}

@media (max-width: 1260px) {
	header :is(.header__filter, .header__bar__actions, .header__filter__active) {
		font-size: 10px;
	}
	header :is(.header__filter, .header__bar__actions, .header__filter__active) .btn {
		font-size: inherit;
	}
}

@media (max-width: 1023px) {
	header :is(.header__filter, .header__bar__actions, .header__filter__active, .header__location, .header__location .btn) {
		font-size: 10px;
	}
}