html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	margin: 0;
}
body {
	margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
	display: block;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
figcaption,
figure,
main {
	display: block;
}
figure {
	margin: 1em 40px;
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
	outline-width: 0;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: inherit;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace;
	font-size: 1em;
}
dfn {
	font-style: italic;
}
mark {
	background-color: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
audio,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
img {
	border-style: none;
}
svg:not(:root) {
	overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	display: inline-block;
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details,
menu {
	display: block;
}
summary {
	display: list-item;
}
canvas {
	display: inline-block;
}
template {
	display: none;
}
[hidden] {
	display: none;
}
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}
body input:focus:required:invalid,
body textarea:focus:required:invalid {
	color: #666;
}
body input:required:valid,
body textarea:required:valid {
	color: #666;
}
.visuallyhidden {
	display: none;
}
svg {
	display: inline;
}
#baseline {
	position: relative;
	background-image: linear-gradient(
		to bottom,
		cyan 0,
		rgba(255, 255, 255, 0) 1px
	);
	background:
		linear-gradient(rgba(0, 119, 179, 0.2) 1px, transparent 1px) left top / 24px
		24px;
}
.text-block {
	display: block;
}
@media only screen and (max-width: 767px) {
	.text-block {
		display: inline;
	}
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-bold {
	font-weight: 700;
}
.table {
	display: table;
	width: 100%;
}
.table-cell {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.block {
	display: block;
}
@media only screen and (max-width: 75em) {
	.block {
		display: inline;
	}
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.button-registration.row-wrap {
	flex-flow: row wrap;
}
.section-img {
	background-size: cover;
	background-repeat: no-repeat;
}
.part-img {
	text-align: center;
}
img {
	max-width: 100%;
}
iframe {
	max-width: 100%;
}
.fas,
.far {
	font-family: FontAwesome;
	font-style: normal;
}
html,
.root {
	font-size: 16px;
	line-height: 22px;
}
@media only screen and (max-width: 75em) {
	html,
	.root {
		font-size: 16px;
		line-height: 24px;
	}
}
html,
body {
	height: 100%;
}
body {
	display: flex;
	flex-direction: column;
	height: 100%;
	font-family: "OpenSans", sans-serif;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.5em;
	letter-spacing: 0.25px;
	color: #444444;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
	color: #444;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
p,
ul {
	margin: 0;
	padding: 0;
}
h1,
.h1 {
	font-size: 3.1875em;
	line-height: 1.41176471em;
	margin-top: 0em;
	margin-bottom: 0.47058824em;
}
h2,
.h2 {
	font-size: 2.375em;
	line-height: 1.26315789em;
	margin-top: 0.63157895em;
	margin-bottom: 0.63157895em;
	font-weight: bold;
}
h3,
.h3 {
	font-size: 1.44444444em;
	line-height: 1.03846154em;
	margin-top: 1.03846154em;
	margin-bottom: 0em;
}
h4,
.h4 {
	font-size: 1.25em;
	line-height: 1.6em;
	margin-top: 1.6em;
	margin-bottom: 0em;
}
h5,
.h5 {
	font-size: 1em;
	line-height: 1.5em;
	margin-top: 1.5em;
	margin-bottom: 0em;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
	font-family: "OpenSans", sans-serif;
}
p,
ul,
ol,
pre,
table,
blockquote {
	margin-top: 0em;
	list-style: none !important;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-top: 0em;
	margin-bottom: 0em;
}
p {
	font-size: 0.95em;
}
hr,
.hr {
	border: 1px solid;
	margin: -1px auto;
}
a,
b,
i,
strong,
em,
small,
code {
	line-height: 0;
}
sub,
sup {
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
.btn {
	display: block;
	color: #666;
	font-family: "RobotoCondensed", sans-serif;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	background: transparent;
	line-height: 1;
	border: 2px solid #ccc;
	padding: 11px 2.3em;
	width: auto;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.btn.btn-override-blue {
	color: white;
	background-color: #72c2d4;
	border: none;
	border-radius: 6px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: initial;
	word-wrap: break-word;
}
.btn.btn-width-100 {
	width: 100%;
}
.btn.btn-override-gray {
	color: #000000;
	background-color: #ededed;
	border: none;
	border-radius: 6px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: initial;
	word-wrap: break-word;
}
.btn:hover,
.btn:active {
	text-decoration: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
}

.btn.btn-override-gray:hover,
.btn.btn-override-gray:active {
	color: #000000;
	background-color: #ededed;
}

.btn.btn-override-blue:hover,
.btn.btn-override-blue:active {
	color: white;
	background-color: #72c2d4;
}

.btn:focus {
	outline: 0;
}
@media only screen and (max-width: 75em) {
	.btn {
		font-size: 12px;
	}
}
@media only screen and (max-width: 767px) {
	.btn {
		width: 100%;
		padding: 11px 1.125em;
	}
}
.btn-area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
@media only screen and (max-width: 767px) {
	.btn-area {
		width: 100%;
	}
}
.btn-send {
	background-color: #f37067;
	border-color: #f37067;
	color: #fff;
	width: 123px;
	padding: 0;
	height: 57px;
}
.btn-send:hover,
.btn-send:active {
	color: #50c6d9;
	background: 0;
}
@media only screen and (max-width: 767px) {
	.btn.btn-send {
		width: 100%;
	}
}
.btn-area-find {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 2em;
}
@media only screen and (max-width: 767px) {
	.btn-area-find {
		margin-left: -15px;
		margin-right: -15px;
	}
}
.btn-separator {
	background-color: #f9f9f9;
	color: #222222;
	font-size: 14px;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(0, 0, 0, 0)),
		color-stop(50%, rgba(0, 0, 0, 0.1)),
		to(rgba(0, 0, 0, 0.1))
	);
	background-image: -o-linear-gradient(
		rgba(0, 0, 0, 0),
		rgba(0, 0, 0, 0.1) 50%,
		rgba(0, 0, 0, 0.1)
	);
	background-image: linear-gradient(
		rgba(0, 0, 0, 0),
		rgba(0, 0, 0, 0.1) 50%,
		rgba(0, 0, 0, 0.1)
	);
	background-repeat: repeat-x;
	background-size: 200%;
	background-position: 0 -100%;
	border: none;
	margin-top: 1em;
}
.btn--login {
	padding: 16px 2.3em;
}
.btn--news {
	padding: 0 1em;
	width: auto;
}
.button-registration {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	margin-top: 1.875em;
	padding-bottom: 3em;
}
@media only screen and (max-width: 767px) {
	.button-registration {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
}
.btn--work {
	padding: 11px 2.125em;
	border: 0;
}
.btn-attention {
	background: #f37067;
	color: #fff;
	border-color: #f37067;
}
.btn-attention:hover,
.btn-attention:active {
	color: #50c6d9;
	background: 0;
}
.btn--margin {
	margin-bottom: 1em;
}
.btn-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.btn.btn-success {
	background: 0;
}
.btn.btn-success:hover,
.btn.btn-success:active {
	border-color: #48d848;
	color: #48d848;
}
.btn.btn-success:focus {
	border-color: #48d848;
	color: #48d848;
}
@media only screen and (max-width: 62em) {
	body {
		padding-top: 85px;
	}
}
@media only screen and (max-width: 767px) {
	body {
		padding-top: 70px;
	}
}
@media (min-width: 1300px) {
	.container {
		width: 1270px;
	}
}
@media (min-width: 1650px) {
	.container {
		width: 1600px;
	}
}
@media only screen and (max-width: 62em) {
	.site-header {
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 999;
	}
}
.site-header-wrapper {
	background: #fff;
	position: relative;
	z-index: 25;
	padding-top: 1.875em;
}
@media only screen and (max-width: 767px) {
	.site-header-wrapper {
		padding: 0.5em 0;
	}
}
.site-header-logo {
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
}
.site-header-logo__instagram-link {
	min-height: 20px;
	min-width: 20px;
	cursor: pointer;
	z-index: 999;
}

.site-header-logo__img {
	display: block;
	line-height: 3.5em;
}
.site-header-logo__img:focus {
	outline: 0;
}
.site-header-logo__img img {
	padding-bottom: 1em;
}
@media only screen and (max-width: 62em) {
	.site-header-logo__img img {
		padding-bottom: 0.5em;
	}
}
@media only screen and (max-width: 767px) {
	.site-header-logo__img img {
		width: 175px;
		padding-bottom: 0;
	}
}

@media only screen and (max-width: 440px) {
	.header-by-logo {
		max-width: 100px;
	}
}
.site-header__link {
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	line-height: 3.5em;
	font-size: 1.2em;
	font-weight: 700;
	color: #222;
	text-transform: capitalize;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	font-family: "RobotoCondensed", sans-serif;
	-webkit-transition:
		color,
		0.35s ease;
	-o-transition:
		color,
		0.35s ease;
	transition:
		color,
		0.35s ease;
}
.site-header__link:hover,
.site-header__link:active {
	text-decoration: none;
	color: #50c6d9;
}
.site-header__link:focus {
	outline: 0;
	text-decoration: none;
}
@media only screen and (max-width: 1900px) {
	.site-header__link {
		font-size: 15px;
	}
}
@media only screen and (max-width: 100em) {
	.site-header__link {
		font-size: 0.9em;
	}
}
@media only screen and (max-width: 75em) {
	.site-header__link {
		line-height: 4.5em;
		font-size: 0.7em;
		padding-left: 15px;
		padding-right: 15px;
	}
}
.header-link--l {
	font-size: 1.2em;
}
.site-header-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.site-header__item {
	position: relative;
}
.site-header-box {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.site-header-box form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.header-box-search,
.header-box-login__btn {
	line-height: 55px;
	padding: 0 15px;
	-webkit-transition:
		color,
		0.35s ease;
	-o-transition:
		color,
		0.35s ease;
	transition:
		color,
		0.35s ease;
}
.header-box-search:hover,
.header-box-search:active,
.header-box-login__btn:hover,
.header-box-login__btn:active {
	text-decoration: none;
	color: #333;
}
.header-box-search:focus,
.header-box-login__btn:focus {
	outline: 0;
}
.header-box-login__btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 15px;
	font-weight: 700;
	padding: 0;
	text-transform: uppercase;
	font-family: "RobotoCondensed", sans-serif;
}
.header-box-login__btn i {
	margin-left: 0.8em;
}
@media only screen and (max-width: 75em) {
	.header-box-login__btn {
		font-size: 12px;
	}
}
.header-box-login__btn:focus {
	text-decoration: none;
	color: #50c6d9;
}
.header-box-search__btn,
.header-box-login__btn {
	color: #666;
}
.header-box-login {
	position: relative;
}
.header-box-login:before {
	content: "";
	width: 1px;
	height: 24px;
	background: #e1e1e1;
	position: absolute;
	top: 30%;
	right: -14px;
}
.header-box-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.site-mobile-wrapper {
	position: fixed;
	z-index: 24;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
}
.header-mobile-btn {
	position: relative;
	height: 41px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: right;
	z-index: 999;
	padding-top: 1em;
}
.header-mobile-btn.open .header-mobile__burger {
	-webkit-transition: background 0.3s 0s ease-in-out;
	-o-transition: background 0.3s 0s ease-in-out;
	transition: background 0.3s 0s ease-in-out;
	background: 0 0;
}
.header-mobile-btn.open .header-mobile__burger:before,
.header-mobile-btn.open .header-mobile__burger:after {
	transition:
		top 0.3s ease-in-out,
		transform 0.3s 0.5s ease-in-out,
		-webkit-transform 0.3s 0.5s ease-in-out;
	top: 0;
	width: 30px;
}
.header-mobile-btn.open .header-mobile__burger:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}
.header-mobile-btn.open .header-mobile__burger:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}
.header-mobile__burger {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 2px;
	border-radius: 5px;
	background: #333;
	opacity: 1;
}
.header-mobile__burger:before,
.header-mobile__burger:after {
	content: "";
	position: absolute;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 2px;
	border-radius: 5px;
	background-clip: padding-box;
	background: #333;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition:
		top 0.3s 0.6s ease-in-out,
		-webkit-transform 0.3s ease-in-out;
	transition:
		top 0.3s 0.6s ease-in-out,
		-webkit-transform 0.3s ease-in-out;
	-o-transition:
		top 0.3s 0.6s ease-in-out,
		transform 0.3s ease-in-out;
	transition:
		top 0.3s 0.6s ease-in-out,
		transform 0.3s ease-in-out,
		-webkit-transform 0.3s ease-in-out;
}
.header-mobile__burger:before {
	top: 10px;
}
.header-mobile__burger:after {
	top: -10px;
}
.header-mobile-nav {
	position: absolute;
	left: 0;
	width: 100%;
	top: 72px;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all 0.55s ease;
	-o-transition: all 0.55s ease;
	transition: all 0.55s ease;
}
@media only screen and (max-width: 75em) {
	.header-mobile-nav.open {
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
		top: 100px;
	}
}
@media only screen and (max-width: 62em) {
	.header-mobile-nav.open {
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
		top: 85px;
	}
}
@media only screen and (max-width: 767px) {
	.header-mobile-nav.open {
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
		top: 69px;
	}
}
.header-mobile__item {
	position: relative;
	background-color: #efefef;
}
.header-mobile__link {
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 1.5;
	padding: 15px;
	color: #333;
	-webkit-transition:
		color,
		0.35s ease;
	-o-transition:
		color,
		0.35s ease;
	transition:
		color,
		0.35s ease;
}
.header-mobile__link:hover,
.header-mobile__link:active {
	text-decoration: none;
	color: #50c6d9;
}
.header-mobile__link:focus {
	outline: 0;
}
@media only screen and (max-width: 75em) {
	.header-mobile__link {
		text-align: center;
	}
}
.section-wa {
	position: relative;
	height: 42.5em;
}
.wa--single {
	background-image: url("/img/header/bg-header.jpg");
	max-height: 142px;
	text-align: center;
	padding: 3.75em 0;
}
.wa--single:after {
	content: "";
	width: 100%;
	height: 100%;
	opacity: 0.9;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #50c6d9;
	background-repeat: no-repeat;
	background-position: center center;
}
.page-title {
	position: relative;
	color: #fff;
	margin: 0;
	float: left;
	text-align: left;
	font-size: 1.625em;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 22px;
	z-index: 10;
}
@media only screen and (max-width: 767px) {
	.page-title {
		font-size: 1em;
		line-height: 26px;
		width: 100%;
	}
}
.page-breadcrumb {
	position: relative;
	color: #fff;
	text-align: right;
	font-size: 0.9375em;
	line-height: 22px;
	z-index: 10;
}
.page-breadcrumb a {
	color: #f37067;
	-webkit-transition:
		color,
		0.35s ease;
	-o-transition:
		color,
		0.35s ease;
	transition:
		color,
		0.35s ease;
}
.page-breadcrumb a:hover,
.page-breadcrumb a:active {
	text-decoration: none;
	color: #f09d18;
}
@media only screen and (max-width: 767px) {
	.page-breadcrumb {
		font-size: 13px;
		line-height: 21px;
		text-align: left;
	}
}
.welcome-area__bgheader {
	position: absolute;
	width: 100%;
	height: 42.5em;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 2;
}
.welcome-area__bgheader:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.35);
	z-index: 1;
}
.welcome-area__bgheader img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
@media only screen and (max-width: 767px) {
	.welcome-area__bgheader img {
		width: 100%;
	}
}
.wa-parallax-wrapper {
	position: absolute;
	display: block;
	visibility: visible;
	left: 29%;
	top: 53px;
	z-index: 50;
}
.wrapper-two {
	left: 7%;
	top: 56%;
}
.wrapper-three {
	left: 40%;
	top: 49%;
}
.wrapper-four {
	left: 37%;
	top: 73%;
}
.wrapper-five {
	left: 28%;
	top: 80%;
}
.wa-parallax-box {
	display: block;
	position: relative;
	z-index: 10;
	cursor: pointer;
	visibility: inherit;
	text-align: inherit;
	line-height: 0;
	margin: 0;
	padding: 0;
	letter-spacing: 0;
	font-weight: 400;
	font-size: 14px;
	white-space: nowrap;
	min-height: 0;
	min-width: 0;
	max-height: none;
	max-width: none;
	opacity: 1;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: 50% 50% 0;
	-ms-transform-origin: 50% 50% 0;
	transform-origin: 50% 50% 0;
	color: #444;
	-webkit-box-shadow: #999 0 0 0 0;
	box-shadow: #999 0 0 0 0;
	border-radius: 0;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.wa-parallax-box img {
	width: 160px;
	height: 160px;
	-webkit-transition: none 0s ease 0s;
	-o-transition: none 0s ease 0s;
	transition: none 0s ease 0s;
	text-align: inherit;
	line-height: 0;
	border-width: 0;
	margin: 0;
	padding: 0;
	letter-spacing: 0;
	font-weight: 400;
	font-size: 14px;
}
.wa-parallax-box:hover {
	cursor: pointer;
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.box-two img {
	width: 84px;
	height: 84px;
}
.box-three img {
	width: 68px;
	height: 68px;
}
.box-four img {
	width: 25px;
	height: 25px;
}
.box-five img {
	width: 50px;
	height: 50px;
}
.wa-inner {
	position: absolute;
	height: 100%;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 20;
	width: 100%;
}
.wa-title {
	font-size: 2.625em;
	line-height: 65px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0;
	font-family: "RobotoCondensed", sans-serif;
	text-align: left;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
@media only screen and (max-width: 62em) {
	.wa-title {
		font-size: 35px;
		line-height: 55px;
		-webkit-animation: none;
		animation: none;
		padding-left: 1.2em;
	}
}
@media only screen and (max-width: 767px) {
	.wa-title {
		font-size: 22px;
		line-height: 36px;
		-webkit-animation: none;
		animation: none;
		padding-left: 1.2em;
	}
}
.wa-subtitle {
	font-size: 1.25em;
	line-height: 1.4;
	font-weight: 400;
	color: #fff;
	font-family: "RobotoCondensed", sans-serif;
	text-align: left;
	margin: 0.5em 0 1em;
}
.hero-community-text {
	font-size: 0.75rem;
	line-height: 1.4;
	color: #4d4d4f;
	text-align: center;
	margin: 1rem auto;
	max-width: 640px;
}
.wa-sub {
	z-index: 7;
	white-space: nowrap;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 0;
	visibility: inherit;
	text-align: left;
	margin: 0;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
	-webkit-animation-delay: 1.3s;
	animation-delay: 1.3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(136%);
		transform: translateX(136%);
	}
	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}
@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(136%);
		transform: translateX(136%);
	}
	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}
.section-form-wrapper {
	width: 575px;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
	.section-form-wrapper {
		width: 320px;
	}
}
.form-send {
	background: rgba(255, 255, 255, 0.85);
	padding: 1.5em 2.5em;
}
@media only screen and (max-width: 767px) {
	.form-send {
		padding: 1.5em;
	}
}
.input--nomargin {
	margin-left: -15px;
	margin-right: -15px;
}
@media only screen and (width: 48em) {
	.input--nomargin {
		margin-left: -15px;
		margin-right: -15px;
	}
}
@media only screen and (max-width: 767px) {
	.input--nomargin {
		margin: 0;
	}
}
.input-name__title {
	display: block;
	padding-bottom: 5px;
}
.form-input-radio {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	text-align: left;
}
.form-input-radio label {
	margin-bottom: 0;
	line-height: 0.95;
	width: 50%;
}
.form-input-radio input[type="radio"] {
	display: none;
}
.form-input-radio input[type="radio"]:checked + .form-input-radio__box {
	background-color: #ccc;
	border: solid 2px #50c6d9;
}
.form-input-radio
	input[type="radio"]:checked
	+ .form-input-radio__box
	.box__size {
	color: #fff;
	font-weight: 900;
}
.form-input-radio
	input[type="radio"]:checked
	+ .form-input-radio__box
	.box__size
	.box__size--opt {
	color: #fff;
}
.form-input-radio
	input[type="radio"]:checked
	+ .form-input-radio__box
	.box__opt {
	color: #fff;
}
.form-input-radio
	input[type="radio"]:checked
	+ .form-input-radio__box
	.box__opt
	svg {
	fill: #fff;
}
.form-input-radio
	input[type="radio"]:checked
	+ .form-input-radio__box
	.box__opt:before {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}
.form-input-radio__box {
	width: 129px;
	height: 57px;
	background-color: #fff;
	-webkit-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
	will-change: transition;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	position: relative;
	font-weight: 400;
	overflow: hidden;
	margin-right: 2px;
}
.form-input-radio__box:active {
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
}
@media only screen and (max-width: 767px) {
	.form-input-radio__box {
		width: 135px;
	}
}
.box--dog {
	height: 40px;
}
.box--dog .box__opt:before {
	background-image: url("/img/wa/dog.svg");
}
.box--cat {
	height: 40px;
}
.box--cat .box__opt:before {
	background-image: url("/img/wa/cat.svg");
}
.box--walk {
	height: 40px;
}
.box--walk .box__opt:before {
	background-image: url("./img/wa/walking.svg");
}
.box--over {
	height: 40px;
}
.box--over .box__opt:before {
	background-image: url("/img/wa/feeding.svg");
}
.box__opt {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 12px;
	line-height: 1.25;
	height: 100%;
}
.box__opt svg {
	margin-right: 0.5em;
	-webkit-transition:
		fill,
		0.35s ease;
	-o-transition:
		fill,
		0.35s ease;
	transition:
		fill,
		0.35s ease;
}
@media only screen and (max-width: 75em) {
	.box__opt {
		font-size: 10px;
	}
}
.form-input-wrapper {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
}
.form-input-wrapper label {
	color: #666;
	line-height: 1.7;
	font-weight: 400;
}
.date-wrapper {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.date-wrapper span {
	margin: 0 0.5em;
}
.date-wrapper-range {
	position: relative;
	width: 50%;
}
@media only screen and (max-width: 767px) {
	.range--size {
		width: 135px;
	}
}
.form__input {
	display: block;
	width: 100%;
	height: 40px;
	padding: 6px 12px;
	font-size: 12px;
	line-height: 1.5;
	color: #555555;
	background: rgba(255, 255, 255, 0.85);
	border: 1px solid #dadada;
	border-radius: 0;
	-webkit-transition: border-color ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s;
}
.form__input:focus {
	outline: 0;
	border-color: #50c6d9;
}
.input--date {
	font-size: 12px;
}
@media only screen and (max-width: 75em) {
	.input--date {
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.input--date {
		width: 100%;
	}
}
.form-input__addon {
	position: absolute;
	right: 6%;
	top: 21%;
}
.form-input__addon .far {
	font-size: 18px;
	color: #cfd7de;
}
.input--margintop {
	margin-top: 2px;
}
@media only screen and (max-width: 767px) {
	.input--margintop {
		margin-left: 0;
	}
}
.form__select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	width: 100%;
}
.box__size--opt {
	display: block;
	font-size: 10px;
	font-weight: 400;
	color: #f37067;
	line-height: 1;
}
.box__size {
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	left: 0;
	right: 0;
	height: 100%;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	font-size: 12px;
	line-height: 1.25;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.box--size {
	width: 103px;
}
@media only screen and (max-width: 767px) {
	.box--size {
		width: 134px;
	}
}
.text-important {
	font-weight: 600;
	color: #f37067;
}

/* html, body {
  font-family: 'Rounded Mplus 1c', sans-serif;
} */

/* h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: 'Rounded Mplus 1c', sans-serif; 
} */

.new-header .section-wa {
	position: relative;
	height: auto !important;
}

.new-header .mt-0 {
	margin-top: 0;
}

.new-header .mt-20 {
	margin-top: 20px;
}

.new-header .wa--single {
	background-image: url("/img/header/bg-header.jpg");
	max-height: 142px;
	text-align: center;
	padding: 3.75em 0;
}

.new-header .radio--size label {
	width: calc(25% - 5px);
}

.new-header .radio--size .form-input-radio__box {
	width: 100%;
}

.new-header .radio--size .form-input-radio__box {
	background: #ededed;
	border-radius: 6px;
	height: 40px;
}

.new-header .radio--size .box__size span {
	display: none;
}

.new-header .radio--size .box__size span.box__size--opt {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	color: rgba(0, 0, 0, 0.5);
}

.new-header .wa-inner {
	position: relative;

	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	z-index: 20;
	width: 100%;
	background-image: url("../../img/wa/new-bg.webp");
	background-color: rgba(0, 0, 0, 0.35);
	background-repeat: no-repeat;
	/* background-position: center; */
	background-position: top;
	background-size: cover;
	padding-top: 220px;
}

html[lang="pl-PL"] .new-header .wa-inner {
	background-image: url("../../img/wa/new-by-bg.webp");
	/* background-image: url("../../img/wa/thomas/thomas-mobile.webp"); */
}

.new-header .site-header-wrapper {
	background: #fff;
	position: relative;
	z-index: 1025;
	padding: 16px 0;
}

.new-header .site-header-wrapper .container .row {
	display: flex;
	align-items: center;
}

.new-header .wa-inner-row {
	position: relative;
}

.new-header .wa-inner-content {
	position: relative;
	padding: 20px 45px 30px;
}

.new-header .section-form-wrapper {
	position: relative;
	z-index: 1;
	width: 100%;
	margin: 0 auto;
}

.new-header .wa-inner-blur {
	position: absolute;
	top: 0;
	left: 15px;
	width: calc(100% - 30px);
	height: 100%;
	background: rgba(0, 0, 0, 0.01);
	-webkit-backdrop-filter: blur(30px);
	backdrop-filter: blur(30px);
	border-radius: 30px 30px 0 0;
}

.new-header .wa-title {
	font-weight: 800;
	font-size: 24px;
	line-height: 130%;
	color: #ffffff;
	animation: none;
	margin-bottom: 20px;
	padding: 0 !important;
	/* font-family: 'Rounded Mplus 1c', sans-serif; */
}

.new-header
	.form-input-radio
	input[type="radio"]:checked
	+ .form-input-radio__box
	.box__size
	.box__size--opt {
	color: rgba(0, 0, 0, 0.5);
}

.new-header
	.form-input-radio
	input[type="radio"]:checked
	+ .form-input-radio__box
	.box__opt {
	color: rgba(0, 0, 0, 0.5);
}

.new-header
	.form-input-radio
	input[type="radio"]:checked
	+ .form-input-radio__box
	.box__opt
	svg {
	fill: rgba(0, 0, 0, 0.5);
}

.new-header .form-input-radio__box .box__opt svg {
	fill: rgba(0, 0, 0, 0.5);
}

.new-header .box__opt {
	background: #ededed;
}

.new-header
	.form-input-radio
	input[type="radio"]:checked
	+ .form-input-radio__box
	.box__opt:before {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}

.new-header .input-name__title {
	display: block;
	margin-bottom: 8px;
	margin: 12px;
}

.new-header .form-input-radio.radio--size label {
	width: calc(25% - 6px);
}

.new-header .form-input-radio {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	text-align: left;
	justify-content: space-between;
}

.new-header .form-input-radio label {
	margin-bottom: 0;
	line-height: 0.95;
	width: calc(50% - 6px);
}

.new-header .form-input-radio input[type="radio"] {
	display: none;
}

.new-header .form-input-radio__box {
	border-radius: 6px;
	background: #ededed;
}

.new-header
	.form-input-radio
	input[type="radio"]:checked
	+ .form-input-radio__box {
	background: #ededed;
	border: solid 2px #50c6d9;
}

.new-header
	.form-input-radio
	input[type="radio"]:checked
	+ .form-input-radio__box
	.box__size {
	color: #fff;
	font-weight: 900;
	color: rgba(0, 0, 0, 0.5);
}

.new-header .btn-area-new {
	background: #52c5d7;
	border-radius: 6px;
	display: block;
	width: 100%;
	height: 40px;
	text-align: center;
	font-weight: 800;
	font-size: 18px;
	text-transform: uppercase;
	color: #ffffff;
	border: none;
	/* font-family: 'Rounded Mplus 1c', sans-serif; */
}

.new-header .box__size--opt {
	display: block;
	font-size: 10px;
	font-weight: 400;
	color: #f37067;
	line-height: 1;
}

.new-header .box__size {
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	left: 0;
	right: 0;
	height: 100%;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	font-size: 12px;
	line-height: 1.25;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.new-header .date-wrapper {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
}

.new-header .date-wrapper span {
	margin: 0 0.5em;
}

.new-header .date-wrapper-range {
	position: relative;
	width: 50%;
}

.new-header .range--size {
	width: calc(50% - 6px);
}

.new-header .form__input {
	display: block;
	width: 100%;
	height: 40px;
	padding: 6px 12px;
	font-size: 12px;
	line-height: 1.5;
	color: rgba(0, 0, 0, 0.5);
	background: #ededed;
	border-radius: 6px;
	border: none;
}
.new-header .form__input::placeholder {
	color: rgba(0, 0, 0, 0.5);
}
.new-header .form__input:focus {
	outline: 0;
	border-color: #50c6d9;
}
.new-header .input--date {
	font-size: 12px;
}
.new-header .form-send {
	background: #ffffff;
	border-radius: 10px;
	padding: 20px 15px;
}
.new-header .input--nomargin {
	margin-left: -15px;
	margin-right: -15px;
}
.new-header .form-input__addon {
	position: absolute;
	right: 6%;
	top: 21%;
}
.new-header .form-input__addon .far {
	font-size: 18px;
	color: #040606;
	opacity: 0.5;
}
.new-header .input--margintop {
	margin-top: 2px;
}
.new-header .form__select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	background: #ededed !important;
	border-radius: 5px !important;
	border: none !important;
}
.new-header .text-important {
	font-weight: 600;
	color: #f37067;
}
.new-header .site-header__item ul {
	position: absolute;
	margin: 0;
	border: solid 1px white;
	border-radius: 3px;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
}
.new-header .site-header__item > ul {
	left: -40px;
}
.new-header .site-header__item ul li a {
	font-weight: bold;
}
.new-header .site-header__item ul li a:hover {
	color: #50c6d9;
	background-color: inherit;
}
.new-header .lvl-two {
	left: 100%;
	top: 0;
}
.new-header .arrow-up:before {
	content: "";
	position: absolute;
	top: -10px;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent white transparent;
	width: 0;
	height: 0;
	right: 50%;
	transform: translateX(50%);
}
.new-header .arrow-left:before {
	content: "";
	position: absolute;
	left: -13px;
	border-style: solid;
	border-width: 9px 13px 9px 0;
	border-color: transparent white transparent transparent;
	width: 0;
	height: 0;
}
.new-header .header-mobile__item > ul {
	display: none;
}
.new-header .header-mobile__item > ul {
	margin-top: -20px;
}
.new-header .header-mobile__item > ul li a {
	padding: 0;
}
.new-header .header-mobile__item > ul > li:last-child a {
	padding-bottom: 20px;
}
.new-header .sitting-link:hover {
	color: #50c6d9;
}
.new-header .h2-title {
	font-size: 2em;
	line-height: 1;
	color: #50c6d9;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 12px;
	position: relative;
	text-align: left;
	display: inline-block;
}
.new-header div > span.why-list__item-title {
	border: none;
}

.new-header .form-send .form__select {
	opacity: 1 !important;
}

.new-header .selectric {
	border: none !important;
	background: #ededed;
	border-radius: 5px;
}

.new-header .selectric .label {
	border-radius: 5px;
	background: #ededed;
	height: 40px;
	line-height: 35px;
}

.new-header .selectric .button {
	background-color: #ededed;
}

.new-header .selectric-wrapper {
	border-radius: 5px;
	/* overflow: hidden; */
	height: 40px;
	position: relative;
	z-index: 1;
}

.new-header .selectric-wrapper::after {
	content: "";
	position: absolute;
	z-index: 10;
	right: 12px;
	top: 41%;
	border: 6px solid transparent;
	border-top: 8px solid #a6a6a6;
}

.new-header .btn-separator {
	background-color: #f9f9f9;
	color: #222222;
	font-size: 14px;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(0, 0, 0, 0)),
		color-stop(50%, rgba(0, 0, 0, 0.1)),
		to(rgba(0, 0, 0, 0.1))
	);
	background-image: -o-linear-gradient(
		rgba(0, 0, 0, 0),
		rgba(0, 0, 0, 0.1) 50%,
		rgba(0, 0, 0, 0.1)
	);
	background-image: linear-gradient(
		rgba(0, 0, 0, 0),
		rgba(0, 0, 0, 0.1) 50%,
		rgba(0, 0, 0, 0.1)
	);
	background-repeat: repeat-x;
	background-size: 200%;
	background-position: 0 -100%;
	border: none;
	margin-top: 1em;
}

.new-header .site-header-logo__img img {
	padding: 0 !important;
}

@media only screen and (max-width: 767px) {
	.new-header .input--margintop {
		margin-left: 0;
	}
}

@media only screen and (width: 48em) {
	.new-header .input--nomargin {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media only screen and (max-width: 767px) {
	.new-header .input--nomargin {
		margin: 0;
	}
}

@media (min-width: 375px) {
	.new-header .wa-inner {
		padding-top: 270px;
	}
}

@media (min-width: 768px) {
	.new-header .section-form-wrapper {
		margin: 0 auto;
	}
	.new-header .form-send {
		min-height: auto;
	}

	.new-header .wa-inner {
		background-image: url("../../img/wa/new-bg-desk.webp");
	}

	html[lang="pl-PL"] .new-header .wa-inner {
		background-image: url("../../img/wa/new-by-bg-desk.webp");
		/* background-image: url("../../img/wa/thomas/thomas-main.webp"); */
		background-position: left;
	}

	/* html.avif .new-header .wa-inner {
    background-image: url("../../img/wa/new-bg-desk.avif");
  } */

	.new-header .form-input-radio .btn-area {
		margin-top: 0 !important;
		width: calc(50% - 15px);
		margin-left: 30px;
		flex: none;
	}
	.new-header .form-input-radio {
		justify-content: space-between;
		flex-wrap: nowrap;
	}
	.new-header .radio--size label {
		margin-right: 10px;
	}
	.new-header .radio--size label:last-of-type {
		margin-right: 0;
	}
}

@media (min-width: 1024px) {
	.new-header .section-form-wrapper {
		max-width: 800px;
		margin: 0;
	}

	.new-header .selectric .label {
		height: 50px;
		line-height: 45px;
		font-size: 14px;
	}

	.new-header .selectric .button {
		height: 50px;
	}

	.new-header .wa-inner-blur {
		left: 0;
		width: 100%;
		border-radius: 30px 0 0 30px;
		-webkit-backdrop-filter: blur(50px);
		backdrop-filter: blur(50px);
	}

	.new-header .wa-inner-content {
		padding: 77px 27px 54px 27px;
	}

	.new-header .wa-title {
		font-size: 46px;
		margin-bottom: 50px;
	}

	.new-header .wa-inner {
		padding-top: 0;
	}

	.new-header .form-send {
		background: #ffffff;
		border-radius: 10px;
		padding: 12px 40px;
		border-radius: 18px !important;
	}

	.new-header .radio--size .form-input-radio__box {
		height: 50px;
	}

	.new-header .form-input-radio__box {
		height: 50px !important;
	}
	.new-header .form__input {
		height: 50px !important;
	}

	.new-header .btn-area-new {
		height: 50px;
		font-size: 25px;
	}

	.new-header .input-name__title {
		font-size: 18px !important;
	}

	.new-header .form__input::placeholder,
	.new-header .box__size--opt,
	.new-header .box__opt {
		font-size: 14px !important;
	}

	.new-header .selectric-wrapper {
		height: 50px;
		font-size: 14px;
	}

	.new-header .selectric-wrapper select {
		height: 50px;
		font-size: 14px;
	}

	.new-header .form-input__addon {
		top: 27%;
	}

	.new-header .form-input__addon .far {
		font-size: 23px;
	}
}

@media (min-width: 1200px) {
	.new-header .wa-inner-content,
	.new-header .wa-inner-row {
		height: 698px;
	}
}

@media only screen and (max-width: 75em) {
	.new-header .btn {
		font-size: 12px;
	}
}

@media only screen and (max-width: 767px) {
	.new-header .btn {
		width: 100%;
		padding: 11px 1.125em;
	}
}

.new-header .btn-area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

@media only screen and (max-width: 767px) {
	.new-header .btn-area {
		width: 100%;
	}
}

.new-header .btn-send {
	background-color: #f37067;
	border-color: #f37067;
	color: #fff;
	width: 123px;
	padding: 0;
	height: 57px;
}

.new-header .btn-send:hover,
.new-header .btn-send:active {
	color: #50c6d9;
	background: 0;
}

@media only screen and (max-width: 767px) {
	.new-header .btn.btn-send {
		width: 100%;
	}
}

.new-header .btn-area-find {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 2em;
}

@media only screen and (max-width: 767px) {
	.new-header .btn-area-find {
		margin-left: -15px;
		margin-right: -15px;
	}
}

.new-header .form-send .form__select {
	opacity: 1 !important;
}

.new-header .btn--login {
	padding: 16px 2.3em;
}

.new-header .btn--news {
	padding: 0 1em;
	width: auto;
}

.new-header .button-registration {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	margin-top: 1.875em;
}

@media only screen and (max-width: 767px) {
	.new-header .button-registration {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
}

.new-header .btn--work {
	padding: 0;
	border: 0;
	margin-left: 30px;
	font-weight: 600;
	font-size: 16px;
	text-transform: none;
}

.new-header .btn-attention {
	background: #f37067;
	color: #fff;
	border-color: #f37067;
}

.new-header .btn-attention:hover,
.new-header .btn-attention:active {
	color: #50c6d9;
	background: 0;
}

.new-header .btn--margin {
	margin-bottom: 1em;
}

.new-header .btn-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.new-header .btn.btn-success {
	background: 0;
}

.new-header .form-input-wrapper.wrapper--check {
	flex-direction: row;
}

.new-header .btn.btn-success:hover,
.new-header .btn.btn-success:active {
	border-color: #48d848;
	color: #48d848;
}

.new-header .btn.btn-success:focus {
	border-color: #48d848;
	color: #48d848;
}

@media only screen and (max-width: 62em) {
	body {
		padding-top: 70px;
	}
}

@media only screen and (max-width: 767px) {
	body {
		padding-top: 70px;
	}
}

@media (min-width: 1300px) {
	.new-header .container {
		width: 1270px;
	}
}

@media (min-width: 1650px) {
	.new-header .container {
		width: 1600px;
	}
}

@media only screen and (max-width: 62em) {
	.new-header.site-header {
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 1999;
	}
}

.new-header .desk-tel {
	display: none;
}

@media only screen and (min-width: 1200px) {
	.new-header .desk-tel {
		white-space: nowrap;
		display: block;
		color: #4d4d4f;
		font-weight: 600;
		line-height: 1;
		margin-right: 45px;
	}
}

.new-header .site-header-logo__img {
	display: block;
}

.new-header .site-header-logo__img img {
	display: block;
	width: 160px;
}

.new-header .site-header-logo__img:focus {
	outline: 0;
}

.new-header .site-header__link {
	line-height: 1;
	font-size: 16px;
	color: #4d4d4f;
	white-space: nowrap;
	position: relative;
	-webkit-transition:
		color,
		0.35s ease;
	-o-transition:
		color,
		0.35s ease;
	transition:
		color,
		0.35s ease;
}

.new-header .site-header__link:hover,
.new-header .site-header__link:active {
	text-decoration: none;
	color: #50c6d9;
}

.new-header .site-header__link:focus {
	outline: 0;
	text-decoration: none;
}

.new-header .header-link--l {
	font-size: 1.2em;
}

.new-header .site-header-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.new-header .site-header__item {
	position: relative;
}

.new-header .site-header-box {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.new-header .site-header-box form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.new-header .header-box-search,
.new-header .header-box-login__btn {
	padding: 0 15px;
	-webkit-transition:
		color,
		0.35s ease;
	-o-transition:
		color,
		0.35s ease;
	transition:
		color,
		0.35s ease;
}

.header-box-login__btn {
	white-space: nowrap;
}

.new-header .header-box-search:hover,
.new-header .header-box-search:active,
.new-header .header-box-login__btn:hover,
.new-header .header-box-login__btn:active {
	text-decoration: none;
	color: #333;
}

.new-header .header-box-search:focus,
.new-header .header-box-login__btn:focus {
	outline: 0;
}

.new-header .header-box-login__btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	font-weight: 600;
	padding: 0;
}

.new-header .header-box-login__btn svg {
	margin-left: 11px;
	width: 21px;
	height: 21px;
	display: block;
}

.new-header .header-box-login__btn:focus {
	text-decoration: none;
	color: #50c6d9;
}

.new-header .header-box-search__btn,
.new-header .header-box-login__btn {
	color: #4d4d4f;
}

.new-header .header-box-login {
	position: relative;
}

.new-header .header-box-login:before {
	content: "";
	width: 1px;
	height: 29px;
	background: #4d4d4f;
	position: absolute;
	top: 50%;
	right: -16px;
	transform: translateY(-50%);
}

.new-header .header-box-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.new-header .site-mobile-wrapper {
	position: fixed;
	z-index: 24;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
}

.new-header .header-mobile-btn {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: right;
	z-index: 1999;
	padding: 0;
}

.new-header .header-mobile-btn.open .header-mobile__burger {
	-webkit-transition: background 0.3s 0s ease-in-out;
	-o-transition: background 0.3s 0s ease-in-out;
	transition: background 0.3s 0s ease-in-out;
	background: 0 0;
}

.new-header .header-mobile-btn.open .header-mobile__burger:before,
.new-header .header-mobile-btn.open .header-mobile__burger:after {
	transition:
		top 0.3s ease-in-out,
		transform 0.3s 0.5s ease-in-out,
		-webkit-transform 0.3s 0.5s ease-in-out;
	top: 0;
	width: 30px;
}

.new-header .new-header .header-mobile-btn.open .header-mobile__burger:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}

.new-header .header-mobile-btn.open .header-mobile__burger:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}

.new-header .header-mobile__burger {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 2px;
	border-radius: 5px;
	background: #333;
	opacity: 1;
}

.new-header .header-mobile__burger:before,
.new-header .header-mobile__burger:after {
	content: "";
	position: absolute;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 2px;
	border-radius: 5px;
	background-clip: padding-box;
	background: #333;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition:
		top 0.3s 0.6s ease-in-out,
		-webkit-transform 0.3s ease-in-out;
	transition:
		top 0.3s 0.6s ease-in-out,
		-webkit-transform 0.3s ease-in-out;
	-o-transition:
		top 0.3s 0.6s ease-in-out,
		transform 0.3s ease-in-out;
	transition:
		top 0.3s 0.6s ease-in-out,
		transform 0.3s ease-in-out;
	transition:
		top 0.3s 0.6s ease-in-out,
		transform 0.3s ease-in-out,
		-webkit-transform 0.3s ease-in-out;
}

.new-header .header-mobile__burger:before {
	top: 10px;
}

.new-header .header-mobile__burger:after {
	top: -10px;
}

.new-header .header-mobile-nav {
	position: absolute;
	left: 0;
	width: 100%;
	top: 70px;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all 0.55s ease;
	-o-transition: all 0.55s ease;
	transition: all 0.55s ease;
}

@media only screen and (max-width: 75em) {
	.new-header .header-mobile-nav.open {
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
	}
}

@media only screen and (max-width: 62em) {
	.new-header .header-mobile-nav.open {
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
	}
}

@media only screen and (max-width: 767px) {
	.new-header .header-mobile-nav.open {
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
		top: 69px;
	}
}

.new-header .header-mobile__item {
	position: relative;
	background-color: #efefef;
}

.new-header .header-mobile__link {
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 1.5;
	padding: 15px;
	color: #333;
	-webkit-transition:
		color,
		0.35s ease;
	-o-transition:
		color,
		0.35s ease;
	transition:
		color,
		0.35s ease;
}

.new-header .header-mobile__link:hover,
.new-header .header-mobile__link:active {
	text-decoration: none;
	color: #50c6d9;
}

.new-header .header-mobile__link:focus {
	outline: 0;
}

@media only screen and (max-width: 75em) {
	.new-header .header-mobile__link {
		text-align: center;
	}
}

.new-header .wa--single:after {
	content: "";
	width: 100%;
	height: 100%;
	opacity: 0.9;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #50c6d9;
	background-repeat: no-repeat;
	background-position: center center;
}

.new-header .page-title {
	position: relative;
	color: #fff;
	margin: 0;
	float: left;
	text-align: left;
	font-size: 1.625em;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 22px;
	z-index: 10;
}

@media only screen and (max-width: 767px) {
	.new-header .page-title {
		font-size: 1em;
		line-height: 26px;
		width: 100%;
	}
}

.new-header .page-breadcrumb {
	position: relative;
	color: #fff;
	text-align: right;
	font-size: 0.9375em;
	line-height: 22px;
	z-index: 10;
}

.new-header .page-breadcrumb a {
	color: #f37067;
	-webkit-transition:
		color,
		0.35s ease;
	-o-transition:
		color,
		0.35s ease;
	transition:
		color,
		0.35s ease;
}

.page-breadcrumb a:hover,
.page-breadcrumb a:active {
	text-decoration: none;
	color: #f09d18;
}

@media only screen and (max-width: 767px) {
	.page-breadcrumb {
		font-size: 13px;
		line-height: 21px;
		text-align: left;
	}
}

.welcome-area__bgheader {
	position: absolute;
	width: 100%;
	height: 42.5em;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 2;
}

.welcome-area__bgheader:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.35);
	z-index: 1;
}

.welcome-area__bgheader img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

@media only screen and (max-width: 767px) {
	.welcome-area__bgheader img {
		width: 100%;
	}
}

.wa-parallax-wrapper {
	position: absolute;
	display: block;
	visibility: visible;
	left: 29%;
	top: 53px;
	z-index: 50;
}

.wrapper-two {
	left: 7%;
	top: 56%;
}

.wrapper-three {
	left: 40%;
	top: 49%;
}

.wrapper-four {
	left: 37%;
	top: 73%;
}

.wrapper-five {
	left: 28%;
	top: 80%;
}

.wa-parallax-box {
	display: block;
	position: relative;
	z-index: 10;
	cursor: pointer;
	visibility: inherit;
	text-align: inherit;
	line-height: 0;
	margin: 0;
	padding: 0;
	letter-spacing: 0;
	font-weight: 400;
	font-size: 14px;
	white-space: nowrap;
	min-height: 0;
	min-width: 0;
	max-height: none;
	max-width: none;
	opacity: 1;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: 50% 50% 0;
	-ms-transform-origin: 50% 50% 0;
	transform-origin: 50% 50% 0;
	color: #444;
	-webkit-box-shadow: #999 0 0 0 0;
	box-shadow: #999 0 0 0 0;
	border-radius: 0;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.wa-parallax-box img {
	width: 160px;
	height: 160px;
	-webkit-transition: none 0s ease 0s;
	-o-transition: none 0s ease 0s;
	transition: none 0s ease 0s;
	text-align: inherit;
	line-height: 0;
	border-width: 0;
	margin: 0;
	padding: 0;
	letter-spacing: 0;
	font-weight: 400;
	font-size: 14px;
}

.wa-parallax-box:hover {
	cursor: pointer;
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.box-two img {
	width: 84px;
	height: 84px;
}

.box-three img {
	width: 68px;
	height: 68px;
}

.box-four img {
	width: 25px;
	height: 25px;
}

.box-five img {
	width: 50px;
	height: 50px;
}

.pet-size {
	display: block !important;
}

.wa-sub {
	z-index: 7;
	white-space: nowrap;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 0;
	visibility: inherit;
	text-align: left;
	margin: 0;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
	-webkit-animation-delay: 1.3s;
	animation-delay: 1.3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(136%);
		transform: translateX(136%);
	}
	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(136%);
		transform: translateX(136%);
	}
	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.new-header .form-input-radio__box {
	width: 100%;
	height: 57px;
	background-color: #fff;
	-webkit-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
	will-change: transition;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	position: relative;
	font-weight: 400;
	overflow: hidden;
	margin-right: 2px;
}

.new-header .form-input-radio__box:active {
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
}

.new-header .form-input-radio .btn-area {
	margin-top: 20px;
}

.new-header .box--dog {
	height: 40px;
}

.new-header .box--dog .box__opt:before {
	background-image: url("/img/wa/dog.svg");
}

.new-header .box--cat {
	height: 40px;
}

.new-header .box--cat .box__opt:before {
	background-image: url("/img/wa/cat.svg");
}

.new-header .box--walk {
	height: 40px;
}

.new-header .box--walk .box__opt:before {
	background-image: url("./img/wa/walking.svg");
}

.new-header .box--over {
	height: 40px;
}

.new-header .box--over .box__opt:before {
	background-image: url("/img/wa/feeding.svg");
}

.new-header .box__opt {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 12px;
	line-height: 1.25;
	height: 100%;
}

.new-header .box__opt svg {
	margin-right: 0.5em;
	-webkit-transition:
		fill,
		0.35s ease;
	-o-transition:
		fill,
		0.35s ease;
	transition:
		fill,
		0.35s ease;
}

div.mfp-wrap,
div.mfp-bg {
	z-index: 2000;
}
.btn-override-blue.text-transform-inherit {
	text-transform: inherit;
}

@media only screen and (max-width: 75em) {
	.new-header .box__opt {
		font-size: 10px;
	}
}

.new-header .form-input-wrapper {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
}

.new-header .form-input-wrapper label {
	color: #666;
	line-height: 1.7;
	font-weight: 400;
}

.new-header.white-on-grey .box__opt {
	background: white;
}

@media only screen and (max-width: 75em) {
	.new-header .input--date {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.new-header .input--date {
		width: 100%;
	}
}

@media (min-width: 1650px) {
	.site-footer-top .container {
		width: 1650px;
	}
}
