:root {
	/* my var */
	/*-------------*/
	--body-bg: #ffffff;
	--body-color: #484C33;
	/*-------------*/
	--1-rem: 16px;
	--body-fw: 400;
	/*-------------*/
	--body-ff: "Hubballi", sans-serif;
	--2-ff: "Poiret One", sans-serif;
	/*-------------*/
	--body-lh: 1.4;
	/*-------------*/
	--text-left: left;
	--text-center: center;
	--text-right: right;
	/*-------------*/
	--0-ls: 0px;
	/*-------------*/
	--1-color: #484C33;
	--2-color: #ffffff;
	--3-color: #E8E1D9;
	--3-color-30: rgba(232, 225, 217, 0.3);
	--light-text-color: #ffffff;
	--light-bg-color: #ffffff;
	--button-outline: none;
	/*-------------*/
	--animation-default: .25s ease-in-out;
	--animation-primary: .4s cubic-bezier(.7, 0, .3, 1);
	--animation-fast: .3s cubic-bezier(.7, 0, .3, 1);
	--animation-smooth: .6s cubic-bezier(.7, 0, .3, 1);
	--animation-slow: .8s cubic-bezier(.7, 0, .3, 1);
	--animation-power4Out: 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	--power4Out: cubic-bezier(0.165, 0.84, 0.44, 1);
	/*-------------*/
	--vh: 1vh;
	--vh-2: 1vh;
	--window-height: 100dvh;
	--window-height-mob: calc(var(--vh-2, 1vh) * 100);
	--header-height: 99px;
}
.button-reset {
	padding: 0;
	background: none;
	border: none;
	font-family: var(--body-ff);
	font-size: 16px;
	cursor: pointer;
	color: currentColor;
}
.ff-body {
	font-family: var(--body-ff);
}
.ff-second {
	font-family: var(--2-ff);
}
.fz-body {
	font-size: var(--1-rem);
}
.fz-10 {
	font-size: calc(var(--1-rem) * 0.625);
}
.fz-extra-small {
	font-size: calc(var(--1-rem) * 0.75);
}
.fz-small {
	font-size: calc(var(--1-rem) * 0.875);
}
.fz-large {
	font-size: calc(var(--1-rem) * 1.125);
}
.fz-big {
	font-size: calc(var(--1-rem) * 1.25);
}
.fz-extra-large {
	font-size: calc(var(--1-rem) * 1.3125);
}
.fz-22 {
	font-size: calc(var(--1-rem) * 1.375);
}
.fz-extra-large-second {
	font-size: calc(var(--1-rem) * 1.44);
}
.opacity-50 {
	opacity: .5;
}
.opacity-60 {
	opacity: .6;
}
.opacity-70 {
	opacity: .7;
}
.opacity-80 {
	opacity: .8;
}
.br-small-second {
	border-radius: 5px;
}
.br-small {
	border-radius: 10px;
}
.br-main {
	border-radius: 10px;
}
.br-big {
	border-radius: 20px;
}
a,
.link-inner-text {
	text-decoration: none !important;
	color: currentColor;
	background-image: -o-linear-gradient(left, currentColor 0%, currentColor 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
	background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
	background-size: 100% 1px;
	background-repeat: no-repeat;
	background-position: 0 100%;
	padding-bottom: 0.1rem;
	vertical-align: baseline;
	-webkit-transition: background-size var(--animation-fast);
	-o-transition: background-size var(--animation-fast);
	transition: background-size var(--animation-fast);
}
a:hover {
	background-position: 100% 100%;
	background-size: 0 1px;
}
.link,
.link-inner-text {
	background-size: 0 1px;
	background-position: 100% 100%;
	color: currentColor;
}
.link-inner {
	color: currentColor;
	background: none;
}
.link:hover,
.link-inner:hover .link-inner-text {
	background-position: 0 100%;
	background-size: 100% 1px;
}
.link-bg-none {
	background: none;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block
}
[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important
}
html {
	font-size: var(--1-rem);
	font-family: var(--body-ff);
	line-height: var(--body-lh);
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}
body {
	margin: 0;
	font-family: var(--body-ff);
	font-size: var(--1-rem);
	font-weight: var(--body-fw);
	line-height: var(--body-lh);
	letter-spacing: var(--0-ls);
	color: var(--body-color);
	text-align: var(--text-left);
	background-color: var(--body-bg);
}
.theme-second {
	--body-bg: var(--3-color);
	--body-color: var(--1-color);
	background: var(--body-bg);
	color: var(--body-color);
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 16px;
}
main {
	min-height: 50vh;
}
p {
	margin-top: 0;
	margin-bottom: 25px;
}
address {
	margin-bottom: 16px;
	font-style: normal;
	line-height: inherit;
}
dt {
	font-weight: 700
}
dd {
	margin-bottom: 8px;
	margin-left: 0
}
blockquote,
.blockquote {
	margin: 0;
	font-size: calc(var(--1-rem) * .87);
}
blockquote p, .quote {
	quotes: "\201c" "\201d";
}
q::before {
	margin-right: -3px;
}
q::after {
	margin-left: -3px;
}
cite {
	font-style: normal;
}
blockquote p:before, .quote:before {
	content: open-quote;
}
blockquote p:after, .quote:after {
	content: close-quote;
}
b, strong {
	font-weight: bolder
}
small {
	font-size: 80%
}
sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}
sub {
	bottom: -.25rem
}
sup {
	top: -.5rem
}
a {
	color: currentColor;
	text-decoration: none;
}
a.hover-text-underline {
	text-decoration: none;
}
.hover-text-underline:hover, a:hover {
	text-decoration: underline;
}
a:not([href]):not([class]) {
	color: inherit;
	text-decoration: none;
}
a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none;
}
code, kbd, pre, samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: var(--1-rem);
}
pre {
	margin-top: 0;
	margin-bottom: 16px;
	overflow: auto;
	-ms-overflow-style: scrollbar;
}
figure {
	margin: 0 0 16px;
}
img, video, iframe {
	display: inline-block;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border-style: none;
}
svg {
	overflow: hidden;
	vertical-align: middle;
}
table {
	border-collapse: collapse;
}
caption {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #6c757d;
	text-align: var(--text-left);
	caption-side: bottom;
}
th {
	text-align: inherit;
	text-align: -webkit-match-parent
}
button {
	border-radius: 0;
	background: none;
	border: none;
	color: currentColor;
	padding: 1px 6px;
	outline: var(--button-outline);
	outline-offset: 1px;
}
button:focus,
[role=button]:focus {
	outline: var(--button-outline);
}
button, input, optgroup, select, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
form {
	margin-bottom: 0;
}
button, input {
	overflow: visible;
}
button, select {
	text-transform: none;
}
[role=button] {
	cursor: pointer;
}
select {
	word-wrap: normal;
}
button {
	-webkit-appearance: button;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
	cursor: pointer
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
	padding: 0;
	border-style: none
}
input[type=checkbox], input[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}
textarea {
	color: currentColor;
	height: 70px;
	resize: none;
	outline: none !important;
}
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}
legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: 8px;
	font-size: calc(var(--1-rem) * 1.5);
	line-height: inherit;
	color: inherit;
	white-space: normal
}
progress {
	vertical-align: baseline
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto
}
[type=search] {
	-webkit-appearance: none
}
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}
::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}
output {
	display: inline-block
}
summary {
	display: list-item;
	cursor: pointer
}
template {
	display: none
}
[hidden] {
	display: none !important
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	margin-bottom: 20px;
}
.h1, h1, .h2, h2 {
	font-weight: 400;
	font-family: var(--2-ff);
	text-transform: uppercase;
}
.h1, h1 {
	font-size: calc(var(--1-rem) * 5);
	line-height: 0.9;
}
.h2, h2 {
	font-size: calc(var(--1-rem) * 3.625);
	line-height: 0.9;
}
.h3, h3 {
	font-size: calc(var(--1-rem) * 2);
}
.h4, h4 {
	font-size: calc(var(--1-rem) * 1.5);
}
.h5, h5 {
	font-size: calc(var(--1-rem) * 1.06);
}
.h6, h6 {
	font-size: var(--1-rem);
}
hr {
	margin-top: 16px;
	margin-bottom: 16px;
	border: 0;
	border-top: 1px solid currentColor;
}
.small, small {
	font-size: calc(var(--1-rem) * .75);
	font-weight: var(--body-fw);
}
.mark, mark {
	padding: 5px;
	color: var(--body-bg);
	background-color: var(--body-color);
}
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.nav li {
	padding-left: 0;
}
.nav a {
	font-weight: inherit;
	text-decoration: none;
}
.nav a:hover {
	text-decoration: underline;
}
.nav li:before {
	content: none;
}
.img-fluid {
	max-width: 100%;
	height: auto;
}
code {
	font-size: 87.5%;
	color: #e83e8c;
	word-wrap: break-word
}
a > code {
	color: inherit
}
kbd {
	padding: 8px;
	font-size: 87.5%;
	color: #ffffff;
	background-color: #212529;
	border-radius: 10px
}
kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700
}
pre {
	display: block;
	font-size: 87.5%;
	color: #212529
}
pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal
}
.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}
.no-gutters {
	margin-right: 0;
	margin-left: 0
}
.no-gutters > .col, .no-gutters > [class*=col-] {
	padding-right: 0;
	padding-left: 0
}
.footer__form {
	max-width: 466px;
}
.form-control {
	display: block;
	border: none;
	background: #0000;
	width: 100%;
	border-radius: 0;
	padding: 1px 0 3px;
	color: var(--body-color);
	border-bottom: 1px solid;
	font-size: calc(var(--1-rem) * 1.25);

}
.form-control:focus {
	border-bottom-color: currentColor !important;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}
@media (prefers-reduced-motion: reduce) {
	.form-control {
		-webkit-transition: none;
		-o-transition: none;
		transition: none
	}
}
.form-control::-ms-expand {
	background-color: transparent;
	border: 0
}
.form-control:-moz-focusring {
	color: transparent;
}
.form-control:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-control:focus::-webkit-input-placeholder {
	opacity: 0;
}
.form-control:focus::-moz-placeholder {
	opacity: 0;
}
.form-control:focus:-ms-input-placeholder {
	opacity: 0;
}
.form-control:focus::-ms-input-placeholder {
	opacity: 0;
}
.form-control:focus::placeholder {
	opacity: 0;
}
.form-control::-webkit-input-placeholder {
	color: currentColor;
	opacity: 1;
	text-transform: uppercase;
}
.form-control::-moz-placeholder {
	color: currentColor;
	opacity: 1;
	text-transform: uppercase;
}
.form-control:-ms-input-placeholder {
	color: currentColor;
	opacity: 1;
	text-transform: uppercase;
}
.form-control::-ms-input-placeholder {
	color: currentColor;
	opacity: 1;
	text-transform: uppercase;
}
.form-control::placeholder {
	color: currentColor;
	opacity: 1;
	text-transform: uppercase;
}
.form-control::-webkit-input-placeholder {
	-webkit-transition: all .15s ease-in;
	transition: all .15s ease-in;
}
.form-control::-moz-placeholder {
	-moz-transition: all .15s ease-in;
	transition: all .15s ease-in;
}
.form-control:-ms-input-placeholder {
	-ms-transition: all .15s ease-in;
	transition: all .15s ease-in;
}
.form-control::-ms-input-placeholder {
	-ms-transition: all .15s ease-in;
	transition: all .15s ease-in;
}
.form-control:disabled,
.form-control[readonly],
.sf-input-text[readonly] {
	background-color: var(--body-bg);
	opacity: .2
}
input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.fade {
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}
@media (prefers-reduced-motion: reduce) {
	.fade {
		-webkit-transition: none;
		-o-transition: none;
		transition: none
	}
}
.fade:not(.show) {
	opacity: 0
}
.collapse:not(.show) {
	display: none
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	-o-transition: height .35s ease;
	transition: height .35s ease
}
@media (prefers-reduced-motion: reduce) {
	.collapsing {
		-webkit-transition: none;
		-o-transition: none;
		transition: none
	}
}
.visible {
	visibility: visible !important;
	opacity: 1 !important;
}
.invisible {
	opacity: 0 !important;
	visibility: hidden !important;
}
/* my style */
/*-------------------helpers-----------------------*/
.transition-default {
	transition: all var(--animation-fast);
}
.ls-02em {
	letter-spacing: calc(var(--0-ls) + 0.02em);
}
.after-el-absolute:after {
	content: "";
	display: block;
	position: absolute;
}
.pointer-evnt-none {
	pointer-events: none;
}
.cursor-pointer {
	cursor: pointer;
}
.link-hover-underline {
	text-decoration: none;
}
.link-hover-underline:hover {
	text-decoration: underline;
}
.color-1 {
	color: var(--1-color);
}
.color-2 {
	color: var(--2-color);
}
.btn {
	display: inline-block;
	font-size: calc(var(--1-rem) * 1.3125);
	padding: 10px;
	font-weight: 400;
	text-align: var(--text-center);
	background: var(--2-color);
	color: var(--1-color);
	border: 1px solid var(--2-color);
	cursor: pointer;
	min-width: 270px;
	transition: background var(--animation-fast), color var(--animation-fast), border-color var(--animation-fast);
}
.btn:hover {
	background: var(--1-color);
	color: var(--2-color);
}
.btn-secondary {
	color: var(--1-color);
	background: transparent;
	border-color: var(--1-color);
}
.footer__logo-link {
	position: absolute;
	top: 2px;
	bottom: 0;
	margin: auto;
	left: 0;
	max-width: unset;
	width: 100%;
	height: auto;
	opacity: 0;
	visibility: hidden;
}
.switchLogo:hover .footer__logo-link {
	opacity: 1;
	visibility: visible;
}
.switchLogo:hover .switchLogo__text {
	opacity: 0;
	visibility: hidden;
}
.link-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: none;
}
.hide-scrollbar {
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.hide-scrollbar::-webkit-scrollbar {
	display: none;
}
.container {
	position: relative;
	z-index: 1;
}
.container-anim-js {
	opacity: 0;
	visibility: hidden;
}
/*-------------------helpers-----------------------*/
/* header style */
.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	padding: 53px 50px;
	color: var(--2-color);
}
.header__btn-icon {
	margin-left: 10px;
}
/* footer style */
.footer {
	padding: 91px 0 0;
}
.footer__bottom-content {
	padding: 123px 24px 26px;
}
.footer__content-copy-divider {
	margin: 0 7px;
}
.form-control-wrap,
.form-control-wrap-textarea {
	margin-bottom: 35px;
}
.form-control-wrap-second {
	margin-bottom: 17px;
}
.form-control-wrap-checkbox {
	margin-bottom: 40px;
}
.footer__help-list-item:not(:last-child) {
	margin-right: 7px;
}
.footer__content-logs img {
	background: none;
}
.footer__form-btn {
	font-size: calc(var(--1-rem) * 0.9375);
	padding: 9px;
	min-width: 232px;
	text-transform: uppercase;
}
.form-checkbox {
	margin-bottom: 19px;
	width: calc(50% - 11px);
}
.form-checkbox {
	width: 100%;
}
.form-checkbox input {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 20px;
}
.form-checkbox__text {
	position: relative;
	cursor: pointer;
	min-height: 20px;
	padding: 0 0 0 22px;
	font-size: calc(var(--1-rem) * 0.75);
}
.form-checkbox__text:before {
	content: "";
	position: absolute;
	top: 1px;
	left: 0;
	width: 13px;
	height: 13px;
	border: 1px solid currentColor;
	border-radius: 2px;
}
.form-checkbox input:checked + .form-checkbox__text:before {
	opacity: 1;
	background: var(--1-color);
	border-color: var(--1-color);
}
.form-checkbox__text:after {
	content: "";
	position: absolute;
	opacity: 0;
	visibility: hidden;
	top: 3px;
	left: 5px;
	width: 4px;
	height: 7px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-bottom: 1px solid var(--2-color);
	border-right: 1px solid var(--2-color);
}
.form-checkbox input:checked + .form-checkbox__text:after {
	opacity: 1;
	visibility: visible;
}
.last-el-mb-0 > *:last-child {
	margin-bottom: 0;
}
.min-z-index {
	z-index: 0 !important;
}
.pointer-events-none {
	pointer-events: none;
}
.object-pos-bottom {
	-o-object-position: bottom;
	object-position: bottom;
}
.footer__contact-list {
	margin-bottom: 16px;
}
.footer__content-social {
	padding-left: 4px;
	margin-bottom: 57px;
}
.footer__logo-link {
	position: absolute;
	top: 2px;
	bottom: 0;
	margin: auto;
	left: 0;
	max-width: unset;
	width: 100%;
	height: auto;
	opacity: 0;
	visibility: hidden;
}
.last-p p:last-child {
	margin-bottom: 0;
}
/*------------------------------------------------------------*/
.link-mask:focus {
	outline: none;
}
.before-el-absolute:before {
	content: "";
	position: absolute;
}
.pseudo-full:after,
.pseudo-full:before,
.s-hero__bg-pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.pseudo-after:after,
.pseudo-before:before {
	content: "";
}
.s-hero__bg-pic:before {
	background: rgba(72, 76, 51, 0.29);
	z-index: 2;
}
.s-hero__bg-pic:after {
	background: rgba(72, 76, 51, 0.8);
	z-index: 2;
}
.s-hero__bg-pic {
	left: 15px;
	top: 15px;
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	border-radius: 5px;
}
.s-hero__row {
	padding: 170px 0 50px;
	height: 100dvh;
	min-height: 630px;
}
.s-hero__kicker {
	border-radius: 40px;
	background: var(--3-color-30);
	padding: 1px 23px;
	margin-bottom: 39px;
}
.s-hero {
	color: var(--2-color);
}
.s-hero__heading {
	margin-bottom: 29px;
}
.s-hero__description {
	margin-bottom: 73px;
	max-width: 430px;
}
.s-heading {
	padding: 125px 0 64px;
}
.s-heading__heading {
	max-width: 1161px;
	letter-spacing: 0.2px;
}
.description {
	line-height: 1;
}
.footer__heading {
	line-height: 1;
	margin-bottom: 45px;
}
.footer__contact-list-item-heading {
	margin-bottom: 4px;
}
.footer__contact-list-item:not(:last-child) {
	margin-bottom: 7px;
}
.link-social {
	transition: color var(--animation-fast);
}
.link-social:hover {
	color: var(--2-color);
}
.link-second {
	text-decoration: underline !important;
}
.link-second:hover {
	text-decoration: none !important;
}
.footer__content-social-item:not(:last-child) {
	margin-right: 17px;
}
.footer__col-content {
	padding-left: 17px;
}
.footer__logo-wrap {
	margin-bottom: 53px;
}
.footer__subheading {
	margin-bottom: 70px;
}
.s-switchback__img-wrap {
	box-shadow: 0 4px 12px -1px #c9bcab;
}
.s-switchback {
	padding: 80px 0 171px;
}
.s-switchback__heading {
	max-width: 400px;
	margin-bottom: 29px;
}
.s-switchback__description {
	max-width: 450px;
	margin-bottom: 65px;
}
.s-switchback__img-wrap-1 {
	max-width: 291px;
	height: 410px;
	margin-left: auto;
	margin-bottom: 20px;
}
.s-switchback__img-wrap-2 {
	max-width: 421px;
	height: 257px;
}
.s-switchback__img-wrap-3 {
	max-width: 328px;
	height: 385px;
}
.s-switchback__col-img {
	padding-left: 6px;
	gap: 10px;
}
.s-switchback__inner-col-img-1 {
	padding-right: 9px;
}
.s-switchback__inner-col-img-2 {
	padding-top: 204px;
}
.footer__time-work {
	line-height: 1.2;
}
@media (min-width: 576px) {
	.form-style .form-50 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: calc(50% - 15px);
	}
}
@media (min-width: 768px) {
	.header__logo-wrap {
		position: absolute;
		left: 50%;
		top: 59px;
		transform: translateX(-50%);
	}
}
@media (min-width: 992px) {
	.w-lg-auto {
		width: auto !important;
	}
	.w-lg-50 {
		width: 50% !important;
	}
	.position-lg-static {
		position: static !important;
	}
	.footer .form-control-row {
		max-width: 540px;
		margin-left: auto;
		margin-right: auto;
	}
	.footer__content-copy {
		position: absolute;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	.s-switchback__col-content {
		padding-top: 56px;
		padding-left: 26px;
	}
}
@media (min-width: 1200px) {
	.footer__content {
		padding: 0;
	}
	.form-control-row {
		margin-bottom: 48px;
	}
	.form-group--last {
		margin-bottom: 25px !important;
	}
}
@media (min-width: 1440px) {
	.s-switchback__img-wrap-3 {
		width: 328px;
	}
}
@media (max-width: 1439px) {}
@media (max-width: 1199px) {
	.h1, h1 {
		font-size: calc(var(--1-rem) * 4.25);
	}
	.h2, h2 {
		font-size: calc(var(--1-rem) * 3);
	}
	.h3, h3 {
		font-size: calc(var(--1-rem) * 1.7);
	}
	.footer {
		padding: 50px 0 0;
	}
	.s-switchback__img-wrap-1 {
		max-width: 247px;
		height: 348px;
	}
	.s-switchback__img-wrap-2 {
		max-width: 357px;
		height: 218px;
	}
	.s-switchback__img-wrap-3 {
		max-width: 278px;
		height: 327px;
	}
	.s-switchback__inner-col-img-2 {
		padding-top: 173px;
	}
}
@media (max-width: 991px) {
	.h1, h1 {
		font-size: calc(var(--1-rem) * 3.61);
	}
	.h2, h2 {
		font-size: calc(var(--1-rem) * 2.55);
	}
	.h3, h3 {
		font-size: calc(var(--1-rem) * 1.445);
	}
	:root {
		--header-height: 109px;
	}
	.footer__content-copy {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.s-hero__bg-pic {
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		border-radius: 0;
	}
	.footer__contact-list {
		margin-bottom: 30px;
	}
	.s-switchback {
		padding: 50px 0;
	}
	.footer__content-social,
	.footer__logo-wrap,
	.footer__col-form,
	.s-switchback__col-content,
	.s-switchback__description {
		margin-bottom: 30px;
	}
	.footer__bottom-content {
		padding: 50px 0 26px;
	}
	.footer__content-copy,
	.footer__logo-second-wrap {
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) {
	.h1, h1 {
		font-size: calc(var(--1-rem) * 3);
	}
	.h2, h2 {
		font-size: calc(var(--1-rem) * 2.16);
	}
	.h3, h3 {
		font-size: calc(var(--1-rem) * 1.23);
	}
	p {
		margin-bottom: 15px;
	}
	.s-hero__row {
		height: auto;
		min-height: 100dvh;
		padding: 130px 0 50px;
	}
	.header__logo-wrap {
		max-width: 80px;
	}
	.header {
		padding: 23px;
	}
	.form-control {
		font-size: var(--1-rem);
	}
	.s-switchback__img-wrap-1 {
		max-width: 210px;
		height: 295px;
	}
	.s-switchback__img-wrap-2 {
		max-width: 303px;
		height: 185px;
	}
	.s-switchback__img-wrap-3 {
		max-width: 236px;
		height: 278px;
	}
	.s-switchback__inner-col-img-2 {
		padding-top: 147px;
	}
}
@media (max-width: 575px) {
	.h1, h1 {
		font-size: calc(var(--1-rem) * 2.55);
	}
	.h2, h2 {
		font-size: calc(var(--1-rem) * 1.83);
	}
	:root {
		--header-height: 83px;
	}
	.h1, h1,
	.h2, h2,
	.h4, h4,
	.h5, h5 {
		margin-bottom: 15px;
	}
	.form-style .form-50 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}
	.form-control-wrap,
	.form-control-wrap-textarea,
	.form-style .form-50:first-child {
		margin-bottom: 28px;
	}
	.footer__content-copy {
		font-size: calc(var(--1-rem) * .87);
		margin: 0 0 38px;
	}
	.s-hero__row {
		padding: 100px 0 50px;
	}
	.fz-22,
	.fz-large {
		font-size: var(--1-rem);
	}
	.s-switchback__img-wrap-1 {
		max-width: 71%;
		height: auto;
		aspect-ratio: 210/295;
	}
	.s-switchback__img-wrap-2 {
		max-width: 100%;
		height: auto;
		aspect-ratio: 303/185;
	}
	.s-switchback__img-wrap-3 {
		max-width: 100%;
		height: auto;
		aspect-ratio: 236/278;
	}
	.s-switchback__inner-col-img-2 {
		padding-top: 28%;
	}
	.header {
		padding: 15px 12px;
	}
	.header__logo-wrap {
		max-width: 70px;
	}
}
label.error, #error-msg{
	color: red;
}
.frmfootercontact input, .frmfootercontact textarea,
.frmcontact2 input, .frmcontact2 textarea{
	color: var(--body-color) !important;
}
