:root {
  --content-container: 1340px;
  --header-top-height: 60px;
  --header-middle-height: 80px;
  --header-height: calc(var(--header-top-height) + var(--header-middle-height));
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Thin.woff2") format("woff2"), url("../fonts/Lato-Thin.woff") format("woff"), url("../fonts/Lato-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Light.woff2") format("woff2"), url("../fonts/Lato-Light.woff") format("woff"), url("../fonts/Lato-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Regular.woff2") format("woff2"), url("../fonts/Lato-Regular.woff") format("woff"), url("../fonts/Lato-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Medium.woff2") format("woff2"), url("../fonts/Lato-Medium.woff") format("woff"), url("../fonts/Lato-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Semibold.woff2") format("woff2"), url("../fonts/Lato-Semibold.woff") format("woff"), url("../fonts/Lato-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Bold.woff2") format("woff2"), url("../fonts/Lato-Bold.woff") format("woff"), url("../fonts/Lato-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Black.woff2") format("woff2"), url("../fonts/Lato-Black.woff") format("woff"), url("../fonts/Lato-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-ThinItalic.woff2") format("woff2"), url("../fonts/Lato-ThinItalic.woff") format("woff"), url("../fonts/Lato-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-LightItalic.woff2") format("woff2"), url("../fonts/Lato-LightItalic.woff") format("woff"), url("../fonts/Lato-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Italic.woff2") format("woff2"), url("../fonts/Lato-Italic.woff") format("woff"), url("../fonts/Lato-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-MediumItalic.woff2") format("woff2"), url("../fonts/Lato-MediumItalic.woff") format("woff"), url("../fonts/Lato-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-SemiboldItalic.woff2") format("woff2"), url("../fonts/Lato-SemiboldItalic.woff") format("woff"), url("../fonts/Lato-SemiboldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-BoldItalic.woff2") format("woff2"), url("../fonts/Lato-BoldItalic.woff") format("woff"), url("../fonts/Lato-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-BlackItalic.woff2") format("woff2"), url("../fonts/Lato-BlackItalic.woff") format("woff"), url("../fonts/Lato-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
body {
  font-family: "Lato", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Minimal reset / normalize */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

img {
  border-style: none;
  max-width: 100%;
  height: auto;
  display: block;
}

button,
input,
textarea,
select {
  font: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

blockquote,
figure {
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --input-text-color: #222;
  --input-placeholder-text-color: #222;
  --input-background-color: #fff;
  --input-border-color: #777;
  --input-border-focused-color: #D99728;
  --checkbox-text-color: #222;
  --checkbox-background-color: #fff;
  --checkbox-border-color: #999;
  --checkbox-icon-color: #222;
  --button-text-color: #fff;
  --button-background-color: #FC5A0A;
  --button-border-color: #FC5A0A;
  --button-hover-text-color: #fff;
  --button-hover-background-color: rgba(252, 90, 10, 0.7);
  --button-hover-border-color: rgba(252, 90, 10, 0.7);
  --button-disabled-text-color: #aaa;
  --button-disabled-background-color: #666;
  --button-disabled-border-color: #666;
  --error-color: red;
}

.wpcf7 {
  display: block;
  position: relative;
}
.wpcf7 * {
  font-family: "Lato", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-text {
  display: block;
  width: 100%;
  height: 48px;
  padding: 0 16px;
  color: var(--input-text-color);
  font-size: 14px;
  font-weight: 400;
  background: var(--input-background-color);
  border-radius: 8px;
  border: 1px solid var(--input-border-color);
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-text:focus {
  border-color: var(--input-border-focused-color);
  outline: none;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-text::placeholder {
  color: var(--input-placeholder-text-color);
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-acceptance {
  display: block;
  padding-top: 8px;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-acceptance > .wpcf7-list-item {
  margin: 0;
  padding: 0;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-acceptance label {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 28px;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-acceptance label input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-acceptance label > .wpcf7-list-item-label {
  display: block;
  position: relative;
  padding-left: 52px;
  min-height: 24px;
  color: var(--checkbox-text-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-acceptance label > .wpcf7-list-item-label a {
  color: inherit;
  text-decoration: underline;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-acceptance label > .wpcf7-list-item-label a:hover {
  text-decoration: none;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-acceptance label > .wpcf7-list-item-label:before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: var(--checkbox-background-color);
  border: 1px solid var(--checkbox-border-color);
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-acceptance label > .wpcf7-list-item-label:after {
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-color: var(--checkbox-icon-color);
  opacity: 0;
  mask: url("../img/checkbox.svg") no-repeat center/100% auto;
  -webkit-mask: url("../img/checkbox.svg") no-repeat center/100% auto;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-acceptance label input:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  margin: 6px 0 0 0;
  padding: 0;
  color: var(--error-color);
  font-size: 12px;
  line-height: 140%;
}
.wpcf7 .wpcf7-form .wpcf7-spinner {
  display: none !important;
}
.wpcf7 .wpcf7-form .wpcf7-submit {
  display: block;
  box-sizing: border-box;
  padding: 0 40px;
  width: 100%;
  height: 48px;
  color: var(--button-text-color);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 115%;
  text-transform: uppercase;
  border-radius: 8px;
  background: var(--button-background-color);
  border: 1px solid var(--button-border-color);
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
.wpcf7 .wpcf7-form .wpcf7-submit:hover {
  color: var(--button-hover-text-color);
  background: var(--button-hover-background-color);
  border: 1px solid var(--button-hover-border-color);
}
.wpcf7 .wpcf7-form .wpcf7-submit:disabled {
  color: var(--button-disabled-text-color);
  background: var(--button-disabled-background-color);
  border: 1px solid var(--button-disabled-border-color);
}
.wpcf7 .wpcf7-form .wpcf7-response-output {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 8px 0 0;
  font-size: 12px;
  padding: 6px;
  border-radius: 4px;
  border: 1px solid;
  z-index: 5;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
  background: #f8d7da;
  color: #721c24;
  border-color: #f5c6cb;
}
.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  background: #d4edda;
  color: #155724;
  border-color: #c3e6cb;
}

html,
body {
  min-height: 100%;
}

body {
  padding-top: var(--header-height);
}

@media (min-width: 1200px) {
  .desktop-hide {
    display: none !important;
  }
}

@media (max-width: 767.99px) {
  .mobile-hide {
    display: none !important;
  }
}

/*# sourceMappingURL=global-critical.css.map */
