/*# sourceMappingURL=/css/frontend/tmp/generate-34934v0t0.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;
}

body.compensate-for-scrollbar {
	overflow: hidden;
}

.fancybox-active {
	height: auto;
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute;
	top: -9999px;
	visibility: hidden;
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

.fancybox-container * {
	box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
	direction: ltr;
	opacity: 0;
	position: absolute;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible;
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-toolbar {
	right: 0;
	top: 0;
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	transform: translateZ(0);
	z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: transform, opacity;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

.fancybox-slide:before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
	display: block;
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0;
}

.fancybox-slide--image:before {
	display: none;
}

.fancybox-slide--html {
	padding: 6px;
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	transform-origin: top left;
	transition-property: transform, opacity;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
	cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
	cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
	cursor: text;
}

.fancybox-image, .fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.fancybox-slide--video .fancybox-content {
	background: #000;
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
}

.fancybox-iframe, .fancybox-video {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0;
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
	color: #ccc;
}

.fancybox-button:hover {
	color: #fff;
}

.fancybox-button:focus {
	outline: none;
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none;
}

.fancybox-button div {
	height: 100%;
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
	display: none;
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: 0;
	transition-property: transform;
	transition-timing-function: linear;
	z-index: 99998;
}

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401;
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none;
}

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px;
}

.fancybox-navigation .fancybox-button div {
	padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right);
}

.fancybox-caption {
	background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
}

@supports (padding:max(0px)) {
	.fancybox-caption {
		padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
	}
}

.fancybox-caption--separate {
	margin-top: -50px;
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}

.fancybox-loading {
	animation: a 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999;
}

@keyframes a {
	to {
		transform: rotate(1turn);
	}
}

.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px;
	}
	
	.fancybox-slide--image {
		padding: 6px 0;
	}
	
	.fancybox-close-small {
		right: -6px;
	}
	
	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px;
	}
	
	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px;
	}
	
	@supports (padding:max(0px)) {
		.fancybox-caption {
			padding-left: max(12px, env(safe-area-inset-left));
			padding-right: max(12px, env(safe-area-inset-right));
		}
	}
}

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
	color: #fff;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

.fancybox-thumbs__list a:before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
	opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
	opacity: 1;
}

@media (max-width: 576px) {
	.fancybox-thumbs {
		width: 110px;
	}
	
	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}
	
	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px);
	}
}

.fancybox-stage {
	background: #fff;
}

.fancybox-caption {
	background: rgba(0, 0, 0, 0);
}

.fancybox-caption__body {
	background: #fff;
	color: #000;
}

.fancybox-button {
	color: #fff;
}

.fancybox-button--close {
	background: #000;
}

.fancybox-button--close:focus {
	outline: 2px solid #000;
	outline-offset: 2px;
}

.fancybox-button:disabled {
	display: none;
}

.fancybox-button > div {
	background: #000;
}

.fancybox-button:focus > div {
	outline: 2px solid #000;
	outline-offset: 2px;
}
