/*# sourceMappingURL=/css/frontend/tmp/generate-2166v0t0.map */

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css");

.sprite-remove {
	background-position: 0px 0px;
	width: 31px;
	height: 35px;
	background-image: url("/css/frontend/sprite/default.png");
}

html, body {
	margin: 0;
	padding: 0;
	font-family: "Poppins", sans-serif;
	font-size: 10px;
}

html.large, body.large {
	font-size: 12px;
}

html.largest, body.largest {
	font-size: 14px;
}

* {
	box-sizing: border-box;
}

a, button, input, select, textarea {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-family: "Fira Sans", sans-serif;
}

a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
	outline: 3px solid #000;
	outline-offset: 1px;
}

a, button, span, div, input, textarea {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-family: "Poppins", sans-serif;
}

button {
	cursor: pointer;
}

[v-cloak] {
	display: none !important;
}

.hidden-element {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	background: #000;
	color: #fff;
}

.overflow {
	overflow: hidden;
}

.header__container, .alert__container, .footer__container, .section__container, .menu__container, .search__container {
	max-width: 1300px;
	padding: 0 15px;
	box-sizing: border-box;
	margin: 0 auto;
}

img {
	max-width: 100%;
	height: auto;
}

.header {
	padding: 5px 0;
}

.header__row {
	display: flex;
	justify-content: space-between;
}

@media (max-width: 767px) {
	.header__row {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}

.header__col:nth-child(2) {
	max-width: 253px;
	width: 100%;
}

@media (max-width: 767px) {
	.header__col:nth-child(2) {
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	.header__col {
		text-align: center;
	}
}

@media (max-width: 767px) {
	.header__contact {
		display: none;
	}
}

.header__text {
	font-size: 1.4em;
	color: #222;
	margin: 5px 0;
	text-align: right;
}

.header__text a {
	color: inherit;
}

.header__text a:not(:hover) {
	text-decoration: none;
}

.header__logo {
	text-decoration: none;
	display: inline-block;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.header__logo {
		margin-bottom: 0;
		margin-right: 20px;
	}
}

.header__contrast {
	width: 100%;
	padding-bottom: 5px;
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

@media (min-width: 768px) {
	.header__contrast {
		margin-top: 0;
		justify-content: flex-end;
		border-bottom: 1px solid #232323;
		max-width: 253px;
		margin-bottom: 20px;
	}
}

.bg {
	background: url("/media/default/bg.jpg") no-repeat center center;
	background-size: cover;
	padding: 10px 0;
}

.bg__container {
	max-width: 1405px;
	width: 100%;
	margin: auto;
}

.section__button {
	min-width: 225px;
	color: #fff;
	background: #1e7b26;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	border: 0;
	padding: 10px;
	font-size: 1.4em;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
}

.section__button:hover {
	background: #196720;
}

.alert {
	margin-top: 15px;
}

.alert__row {
	background: #1e7b26;
	border-radius: 5px;
	padding: 20px;
	display: flex;
	align-items: center;
}

@media (max-width: 767px) {
	.alert__row {
		flex-direction: column;
	}
}

@media (min-width: 992px) {
	.alert__col:nth-child(1) {
		max-width: 380px;
		width: 100%;
	}
}

@media (min-width: 768px) {
	.alert__col:nth-child(1) {
		border-right: 2px solid #fff;
		padding-right: 20px;
	}
}

@media (min-width: 992px) {
	.alert__col:nth-child(2) {
		width: calc(100% - 400px);
	}
}

@media (min-width: 768px) {
	.alert__col:nth-child(2) {
		padding-left: 25px;
	}
}

.alert__header {
	color: #fff;
	font-size: 3.6em;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0;
	line-height: 117%;
	text-align: right;
}

@media (max-width: 991px) {
	.alert__header {
		font-size: 3em;
	}
}

@media (max-width: 767px) {
	.alert__header {
		text-align: center;
	}
}

.alert__text {
	font-size: 1.4em;
	color: #fff;
	line-height: 175%;
	font-weight: 400;
}

.footer__top {
	background: #111;
	padding: 50px 0;
}

@media (max-width: 767px) {
	.footer__top {
		padding: 30px 0;
	}
}

.footer__bottom {
	padding: 30px 0;
}

.footer__text {
	font-size: 1.4em;
	color: #111;
}

.footer__text strong {
	font-weight: 600;
}

.footer__text--white {
	color: #fff;
}

.footer__text--center {
	text-align: center;
}

.footer__text a {
	color: inherit;
}

.footer__text a:not(:hover) {
	text-decoration: none;
}

.footer__border {
	border-top: 1px solid #fff;
	padding-top: 20px;
	margin-top: 30px;
}

.footer__row {
	display: flex;
	margin: 0 -20px;
}

@media (max-width: 991px) {
	.footer__row {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}

.footer__col {
	width: 25%;
	padding: 0 20px;
}

@media (max-width: 991px) {
	.footer__col {
		width: 100%;
	}
}

.footer .optimalit {
	position: relative;
	top: 4px;
	margin-left: 5px;
}

.footer__menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-bottom: 3px;
}

.footer__menu li {
	margin: 12px 0;
}

.footer__menu a {
	color: #fff;
	font-size: 1.4em;
}

.footer__menu a:not(:hover) {
	text-decoration: none;
}

.footer__link {
	display: block;
	background: #fff;
	font-size: 1.4em;
	color: #111;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	transition: background .3s ease;
	padding: 8px;
	padding-left: 48px;
	position: relative;
}

@media (max-width: 991px) {
	.footer__link {
		max-width: 225px;
	}
}

.footer__link::before {
	position: absolute;
	left: 7px;
	top: 5px;
}

.footer__link--fb::before {
	content: url("/media/default/fb.png");
}

.footer__link--unit::before {
	content: url("/media/default/jednostka.png");
}

.footer__link:hover {
	background: #ccc;
}

.footer__links {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.footer__links li {
	margin: 15px 0;
}

.searchButton {
	background: #fff;
	border: 0;
	margin-left: 5px;
}

.searchButton i {
	content: url("/media/default/search.png");
}

.components {
	margin: 30px 0;
}

.components--center {
	text-align: center;
}

.components__header {
	margin: 0;
	font-size: 3em;
}

@media (max-width: 991px) {
	.components__header {
		font-size: 2.5em;
	}
}

.components__subheader {
	font-size: 2.2em;
}

.components__list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.components__list li {
	margin: 15px 0;
}

.components__list li a {
	font-size: 1.5em;
	font-weight: bold;
	color: #1e7b26;
	text-decoration: none;
}

.components__list li a:hover {
	text-decoration: underline;
}

.components__text {
	font-size: 1.5em;
	line-height: 160%;
}

.components__text--center {
	text-align: center;
}

.components__text a {
	color: #1e7b26;
	text-decoration: none;
}

.components__text a:hover {
	text-decoration: underline;
}

.components__photo {
	display: inline-block;
	margin: auto;
	text-decoration: none;
	color: #333;
}

.components__photo:hover img {
	opacity: .8;
}

.components__photo img {
	display: block;
	max-width: 100%;
	height: auto;
}

.components__photo span {
	display: block;
	margin: 5px 0;
	font-size: 1.5em;
	text-align: center;
}

.components__iframe {
	max-width: 650px;
	margin: 0px auto;
}

.components__iframe iframe {
	width: 100%;
	height: 350px;
	border: 0;
}

.components__row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -10px;
}

.components__col {
	padding: 5px 10px;
	box-sizing: border-box;
	width: 25%;
}

@media (max-width: 991px) {
	.components__col {
		width: 33.33%;
	}
}

@media (max-width: 767px) {
	.components__col {
		width: 100%;
		text-align: center;
	}
}

.components__title {
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 15px;
}

.components__files {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.components__files li {
	margin-bottom: 10px;
}

.components__files li a {
	text-decoration: none;
	color: inherit;
	display: flex;
	align-items: center;
	font-size: 1.6em;
}

.components__files li a:hover {
	text-decoration: underline;
}

.components__files li a img {
	display: inline-block;
	padding-right: 8px;
	max-width: 30px;
}

.components__map {
	height: 400px;
}

.components__map iframe {
	width: 100%;
	height: 100%;
}

.components__mapPoint {
	z-index: 0;
	position: relative;
}

.components__columns {
	display: flex;
	align-items: flex-start;
	margin: 0 -15px;
}

@media (max-width: 767px) {
	.components__columns {
		flex-direction: column;
	}
}

.components__columns > div {
	width: 50%;
	box-sizing: border-box;
	padding: 0 15px;
}

@media (max-width: 767px) {
	.components__columns > div {
		width: 100%;
		padding-bottom: 15px;
	}
	
	.components__columns > div:last-child {
		padding-bottom: 0;
	}
}

.components__columns > div .components:first-child {
	margin-top: 0;
}

.components__columns > div .components:last-child {
	margin-bottom: 0;
}

.contactFormComponent h2 {
	font-size: 2.6em;
}

.contactFormComponent form {
	max-width: 500px;
	margin: auto;
}

.contactFormComponent form label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold;
	margin-top: 15px;
	font-size: 1.6em;
}

.contactFormComponent form input:not([type="checkbox"]) {
	padding: 5px 10px;
	min-height: 40px;
	box-sizing: border-box;
	width: 100%;
	outline: none;
	border: 1px solid #ccc;
}

.contactFormComponent form input:not([type="checkbox"]):focus {
	border-width: 2px;
}

.contactFormComponent form input[type="file"] {
	border: 0;
}

.contactFormComponent form textarea {
	font-family: "Lato", sans-serif;
	resize: none;
	width: 100%;
	padding: 5px 10px;
	box-sizing: border-box;
	outline: none;
	border: 1px solid #ccc;
}

.contactFormComponent form textarea:focus {
	border-width: 2px;
}

.contactFormComponent__submit {
	border: 0;
	margin: auto;
	cursor: pointer;
	max-width: 150px !important;
	width: auto;
	display: block;
}

.contactFormComponent__fileButton {
	position: relative;
}

.contactFormComponent__fileButton span {
	position: absolute;
	top: -3px;
	left: 0;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	background: #aaa;
	transition: background .3s;
	line-height: 120%;
	box-sizing: border-box;
	border-radius: 4px;
	border: 0;
	text-transform: uppercase;
	cursor: pointer;
	min-width: 97px;
	padding: 10px 3px;
	text-align: center;
}

.contactFormComponent__fileButton span:hover {
	background: #919191;
}

.contactFormComponent__text {
	margin-top: 30px;
	font-size: 1.4em;
	margin: auto;
	text-align: center;
	max-width: 740px;
	margin: auto;
	line-height: 160%;
}

.contactFormComponent__text a {
	color: #1e7b26;
}

.contactFormComponent__text a:hover {
	color: #000;
}

.contactFormComponent__alert {
	text-align: center;
	font-size: 2em;
	color: #36b502;
	border: 3px solid #36b502;
	padding: 20px 15px;
	box-sizing: border-box;
	max-width: 500px;
	margin: 20px auto;
}

@media (max-width: 767px) {
	.contactFormComponent__alert {
		font-size: 1.8em;
		padding: 15px 10px;
		margin: 15px auto;
	}
}

.componentExpandable__link {
	display: block;
	border: 3px solid #1e7b26;
	color: #1e7b26;
	padding: 10px;
	box-sizing: border-box;
	font-size: 2em;
	text-decoration: none;
	transition: background .3s, color .3s;
	padding-right: 40px;
	position: relative;
}

@media (max-width: 767px) {
	.componentExpandable__link {
		font-size: 1.8em;
	}
}

.componentExpandable__link::after {
	content: "";
	display: block;
	border: 3px solid rgba(0, 0, 0, 0);
	border-right-color: #1e7b26;
	border-bottom-color: #1e7b26;
	transform: rotate(45deg);
	width: 10px;
	height: 10px;
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 4px;
	margin: auto;
	border-radius: 2px;
	transition: all .3s;
}

.componentExpandable__link:hover {
	background: #1e7b26;
	color: #fff;
}

.componentExpandable__link:hover::after {
	border-right-color: #fff;
	border-bottom-color: #fff;
}

.componentExpandable__link.active {
	background: #1e7b26;
	color: #fff;
}

.componentExpandable__link.active::after {
	border-right-color: #fff;
	border-bottom-color: #fff;
	transform: rotate(-135deg);
	bottom: -7px;
}

.componentExpandable__content {
	padding: 5px 20px;
	border: 3px solid #1e7b26;
	border-top: 0;
	box-sizing: border-box;
	display: none;
}

.componentExpandable__back {
	display: block;
	color: #fff;
	background: #1e7b26;
	max-width: 300px;
	padding: 15px;
	box-sizing: border-box;
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin: 20px auto;
	transition: background .3s;
}

.componentExpandable__back:hover {
	background: #196720;
}

.grecaptcha-badge {
	display: none;
}

.skipLinks {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.skipLinks li a {
	display: block;
	font-size: 1.4em;
	color: #fff;
	font-weight: bold;
	background: #444;
	text-decoration: none;
	padding: 10px;
	text-align: center;
	width: 250px;
	position: absolute;
	left: -999em;
}

.skipLinks li a:focus {
	text-decoration: none;
	outline: 3px solid blue;
	left: 0;
	outline-offset: 0;
}

.contrast {
	margin-left: 40px;
}

@media (max-width: 991px) {
	.contrast {
		margin-left: 10px;
	}
}

.contrast__button {
	background: #fff;
	border: 0;
	font-size: 1.5em;
	color: #222;
	font-weight: 400;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.contrast__icon {
	margin-left: 5px;
	content: url("/media/default/contrast.png");
}

.section {
	padding: 50px 0;
	overflow-x: hidden;
}

.section--dark {
	background: #eef1f2;
}

.section--bg {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background: url("/media/default/bg2.jpg");
}

@media (min-width: 992px) {
	.section--about {
		padding-bottom: 180px;
	}
}

.section--gallery {
	background: #fdb919;
	position: relative;
}

.section__header {
	color: #000;
	font-size: 4.4em;
	font-weight: 400;
	line-height: 120%;
	position: relative;
	padding-bottom: 30px;
	text-transform: uppercase;
	margin: 0;
	display: inline-block;
}

@media (max-width: 991px) {
	.section__header {
		font-size: 3em;
	}
}

.section__header--center {
	display: flex;
	justify-content: center;
}

.section__header::before {
	content: url("/media/default/badge.png");
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	text-align: center;
}

.section__header--center {
	text-align: center;
}

.section__title {
	color: #30333f;
	font-size: 1.7em;
	text-align: center;
	font-weight: 500;
	line-height: 163%;
	margin-top: 10px;
}

.section__title p {
	margin: 0;
}

.section__container--relative {
	position: relative;
}

@media (max-width: 991px) {
	.section__container--relative {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 20px;
	}
}

.section__list {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	margin: 0 -25px;
	margin-top: 50px;
	flex-wrap: wrap;
}

@media (max-width: 991px) {
	.section__list {
		margin: 0 -8px;
		margin-top: 40px;
	}
}

.section__item {
	padding: 0 25px;
	padding-bottom: 50px;
	width: 33.33%;
}

@media (max-width: 991px) {
	.section__item {
		padding: 0 16px;
		padding-bottom: 32px;
		width: 50%;
	}
}

@media (max-width: 767px) {
	.section__item {
		width: 100%;
	}
}

.section__centered {
	display: flex;
	justify-content: center;
	align-items: center;
}

.section__text {
	color: #30333f;
	font-size: 1.5em;
	font-weight: 300;
	line-height: 160%;
}

.section__text--center {
	text-align: center;
}

.section__block {
	width: 100%;
	max-width: 695px;
	background: #eef1f2;
	padding: 15px 20px;
	border: 2px solid #fff;
	box-shadow: 0 0 10px 0px rgba(119, 119, 119, .3);
}

@media (min-width: 992px) {
	.section__block {
		position: absolute;
		top: 110px;
		right: 15px;
		max-width: 658px;
	}
}

@media (min-width: 768px) {
	.section__block {
		padding: 20px 40px;
	}
}

.section__links {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.section__links li a {
	display: flex;
	gap: 20px;
	align-items: center;
	color: #30333f;
	font-size: 1.5em;
	font-weight: 500;
}

.section__links li a:not(:hover) {
	text-decoration: none;
}

.section__dots {
	position: absolute;
	bottom: 30px;
	left: 100px;
	pointer-events: none;
}

.section__ul li a {
	font-size: 1.5em;
	color: #000;
}

.section__ul li a:not(:hover) {
	text-decoration: none;
}

.menu {
	background: #eaf0f2;
	position: relative;
	z-index: 99;
	padding: 7px 0;
}

.menu__home {
	content: url("/media/default/home.png");
}

@media (max-width: 991px) {
	.menu__container {
		display: none;
	}
}

.menu__row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media (max-width: 991px) {
	.menu__row {
		flex-direction: column;
		gap: 10px;
	}
}

.menu__socialMedia {
	width: 120px;
	border-left: 1px solid #222;
	padding-left: 20px;
	display: flex;
	align-items: center;
}

@media (max-width: 991px) {
	.menu__socialMedia {
		position: absolute;
		border: 0;
		top: 20px;
		left: 0;
	}
}

.menu__nav {
	width: calc(100% - 130px);
}

@media (max-width: 991px) {
	.menu__nav {
		width: 100%;
	}
}

.menu__ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	position: relative;
	align-items: center;
	flex-wrap: wrap;
}

@media (max-width: 991px) {
	.menu__ul {
		flex-direction: column;
	}
}

.menu__li {
	margin-right: 15px;
}

.menu__li.active > a {
	color: #1e7b26;
}

.menu__li:hover > a {
	color: #1e7b26;
}

.menu__li.relative {
	position: relative;
}

.menu__li > a {
	text-decoration: none;
	font-size: 1.4em;
	color: #222;
	font-weight: 400;
	padding: 12px 10px;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	text-align: center;
	line-height: 130%;
	position: relative;
}

.menu__li > a:focus {
	outline-offset: -3px;
	outline-width: 3px;
}

.menu__li.has-children > a::after {
	content: ">";
	display: block;
	transform: rotate(90deg);
	font-size: 1.3em;
	margin-left: 3px;
	margin-top: 2px;
	font-weight: 300;
}

.menu__subList {
	position: absolute;
	left: 0;
	right: 0;
	background: #eaf0f2;
	z-index: 1;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .3);
	transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
	list-style-type: none;
	margin: 0;
	min-width: 260px;
	padding: 15px;
	padding-bottom: 0;
}

@media (min-width: 992px) {
	.menu__subList {
		opacity: 0;
		visibility: hidden;
	}
}

@media (max-width: 991px) {
	.menu__subList {
		position: relative;
		display: none;
		padding: 10px;
		box-shadow: none;
		text-align: center;
		padding-bottom: 0;
	}
	
	.menu__subList.open {
		display: block;
	}
}

.menu__subList--column {
	column-count: 4;
	padding: 30px 80px;
}

@media (max-width: 991px) {
	.menu__subList--column {
		column-count: 1;
		padding: 10px;
	}
}

@media (min-width: 992px) {
	.menu__subList.open {
		opacity: 1;
		visibility: visible;
	}
}

.menu__subList > li {
	margin-bottom: 15px;
	break-inside: avoid;
}

.menu__subList > li.active > a {
	color: #1e7b26;
}

.menu__subList > li > a {
	font-size: 1.4em;
	font-weight: 400;
	line-height: 130%;
	color: #222;
	text-transform: uppercase;
	text-decoration: none;
}

.menu__subList > li ul {
	list-style-type: none;
	margin: 15px 0 0 15px;
	padding: 0;
}

.menu__subList > li ul li {
	margin-bottom: 10px;
}

.menu__subList > li ul li a {
	color: #777;
	font-weight: 400;
	font-size: 1.4em;
}

.menu__subList > li:hover > a {
	color: #1e7b26;
}

.menuButton {
	background: #1e7b26;
	display: none;
	border: 0;
	padding: 7px;
	width: 49px;
	height: 41px;
	margin-left: auto;
	margin-right: 15px;
}

@media (max-width: 991px) {
	.menuButton {
		display: block;
	}
}

.menuButton__straps {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 6px;
}

.menuButton__strap {
	width: 35px;
	height: 5px;
	background: #fff;
	transition: all .3s;
}

.menuButton.active .menuButton__strap {
	position: absolute;
}

.menuButton.active .menuButton__strap:nth-child(2) {
	opacity: 0;
}

.menuButton.active .menuButton__strap:nth-child(1) {
	transform: rotate(45deg);
}

.menuButton.active .menuButton__strap:nth-child(3) {
	transform: rotate(-45deg);
}

.search {
	padding: 20px 0 50px 0;
	background: #fff;
	display: none;
	border-top: 3px solid #1e7b26;
}

@media (max-width: 991px) {
	.search {
		padding: 20px 0;
	}
}

.search.show {
	display: block;
}

.search form {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.search form > div {
	display: flex;
	width: 100%;
	justify-content: center;
}

.search form label {
	font-size: 1.8em;
	margin-bottom: 10px;
	font-weight: bold;
}

.search form input[type="text"] {
	border: 1px solid #333;
	padding: 10px;
	font-size: 1.6em;
	height: 40px;
	width: calc(100% - 100px);
	max-width: 500px;
}

.search__button {
	background: #1e7b26;
	color: #fff;
	font-size: 1.6em;
	text-align: center;
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0;
	cursor: pointer;
	text-transform: uppercase;
	transition: background .3s;
	margin-left: 10px;
}

.search__button--search i {
	content: url("/media/default/search.png");
	filter: invert(1);
}

.search__button--close i {
	display: flex;
	align-items: center;
	justify-content: center;
}

.search__button--close i::before {
	content: "";
	display: block;
	width: 30px;
	height: 3px;
	background: #fff;
	transform: rotate(45deg);
	position: absolute;
}

.search__button--close i::after {
	content: "";
	display: block;
	width: 30px;
	height: 3px;
	background: #fff;
	transform: rotate(-45deg);
	position: absolute;
}
