:root {
  --blue: #2fa4ab;
  --white: #fff;
  --green-text-button: #59af2a;
  --green-primary: #71bf46;
  --green-light: #dbefd1;
  --gray-icon: #b5c1cf;
  --gray-stroke: #d6dde2;
  --gray-background: #f1f5fd;
  --gray-rectangle: #f6f9ff;
  --gray-input: #f3f7ff;
  --text-black: #18191b;
  --text-gray: #4b4e52;
  --text-gray-middle: #818b95;
  --orange-primary: #fdb000;
  --orange-light: #fee7b3;
  --yellow-stroke: #fae73a;
  --yellow-fill: #fcee6d;
  --hover-transition: 0.3s ease-in-out;
  --font-hind: "Hind", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-neue: "Neue Montreal", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

@font-face {
  font-family: "Neue Montreal";
  src: url("../fonts/NeueMontreal-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

details, main {
  display: block;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  feight: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  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-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, ::after, ::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img, svg {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

* {
  padding: 0;
  margin: 0;
  border: none;
}

a, a:link, a:visited {
  text-decoration: none;
}

aside, footer, header, main, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6, p {
  font-size: inherit;
  font-weight: inherit;
}

address {
  font-style: normal;
}

ul {
  list-style: none;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button, input[type=submit] {
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0;
  cursor: pointer;
}

button:active, button:focus, input:active, input:focus {
  outline: 0;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button, label {
  cursor: pointer;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 77.5rem;
  padding: 0 1.25rem;
}
.container.container--small {
  max-width: 51.25rem;
}
@media (max-width: 768px) {
  .container {
    padding: 0 16px;
  }
}

body {
  margin: 0;
  font-family: var(--font-hind);
  font-weight: 400;
  font-size: max(1rem, 12px);
  line-height: 140%;
  color: var(--text-gray);
  font-style: normal;
}
@media (max-width: 768px) {
  body {
    line-height: 145%;
  }
}
body.menu-open, body.filters-open {
  overflow: hidden;
}

.title-big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 4.375rem;
  color: var(--text-black);
  line-height: 110%;
}
.title-h1 {
  font-size: 3.5rem;
  line-height: 105%;
}
.title-h2 {
  font-size: 3rem;
  line-height: 114%;
}
.title-h3 {
  font-size: 2rem;
  line-height: normal;
}
.title-h4 {
  line-height: 100%;
  font-weight: 600;
  font-size: 1.5rem;
  font-family: var(--font-hind);
  color: var(--text-black);
}
.title-h5 {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 140%;
  color: var(--text-black);
}
.title-big, .title-h1, .title-h2, .title-h3 {
  font-family: var(--font-neue);
  color: var(--text-black);
  font-weight: 500;
}
.title-big *, .title-h1 *, .title-h2 *, .title-h3 * {
  font-family: inherit;
  line-height: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: normal;
}
.title--white {
  color: var(--gray-input);
}
.title--center {
  text-align: center;
}
@media (max-width: 768px) {
  .title-big {
    font-size: 30px;
    line-height: 115%;
  }
  .title-h1 {
    font-size: 30px;
    line-height: 115%;
  }
  .title-h2 {
    font-size: 30px;
  }
  .title-h3 {
    font-size: 22px;
    line-height: 110%;
  }
  .title-h4 {
    line-height: 135%;
    font-size: 20px;
    font-weight: 600 !important;
  }
}

.subtitle {
  font-size: 1.375rem;
  line-height: 135%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-gray);
  margin-bottom: 3.75rem;
}
@media (max-width: 768px) {
  .subtitle {
    margin-bottom: 16px;
    font-size: 16px;
  }
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: none;
  text-align: center;
  background-color: var(--green-primary);
  border-radius: 2.25rem;
  padding: 0.75rem 1.5625rem;
  font-weight: 500;
  font-size: max(1rem, 12px);
  line-height: 140%;
  color: var(--white);
  -webkit-transition: color var(--hover-transition), background-color var(--hover-transition);
  transition: color var(--hover-transition), background-color var(--hover-transition);
}
@media (any-hover: hover) {
  .btn:hover {
    background-color: #4ca819;
  }
}
.btn.disabled, .btn[disabled] {
  background: #e5ecf3;
  cursor: not-allowed;
}
.btn.btn--light {
  background: var(--green-light);
  color: var(--green-text-button);
}
@media (any-hover: hover) {
  .btn.btn--light:hover {
    background-color: #c6e5b5;
    color: #4ca819;
  }
}
.btn.btn--orange {
  background: var(--orange-primary);
  color: var(--white);
  padding: 0.625rem 1.25rem;
  line-height: 135%;
}
@media (any-hover: hover) {
  .btn.btn--orange:hover {
    background-color: #fd8900;
  }
}
.btn.btn--white {
  -webkit-box-shadow: 0 2px 12px 0 rgba(105, 122, 143, 0.06);
  box-shadow: 0 2px 12px 0 rgba(105, 122, 143, 0.06);
  background: var(--white);
  color: var(--text-gray-middle);
  padding: 0.625rem 1.25rem;
  line-height: 135%;
}
.btn.btn--border {
  border: 1px solid #4ca819;
  background-color: var(--white);
  color: var(--text-gray);
}
@media (any-hover: hover) {
  .btn.btn--border:hover {
    background-color: #4ca819;
    color: var(--white);
  }
}
@media (max-width: 768px) {
  .btn {
    width: 100%;
  }
  .btn.btn--light, .btn.btn--orange, .btn.btn--white {
    width: unset;
  }
}

.logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 4.5rem;
}
.logo > * {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 768px) {
  .logo {
    height: 53px;
  }
}

@media (max-width: 1280px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 1080px) {
  html {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 16px;
  }
}
/*# sourceMappingURL=critical.css.map */
/*# sourceMappingURL=critical.css.map */