/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

/* Single property */
/* Multiple properties with same values */
/*
This .scss loop will create "relative margin helpers" and "relative padding helpers" for use in your web projects.
To convert a "px" value to "vh" based on size of website mockup.
It will generate several classes such as:

.vh-m-r-10 which gives margin-right relative-vh(10px)
.vh-m-r-15 gives MARGIN to the RIGHT relative-vh(15px)
.vw-t-15 gives MARGIN to the TOP relative-vw(15px) and so on

.vw-p-b-5 gives PADDING to the BOTTOM of relative-vw(5px)
.vh-p-l-40 gives PADDING to the LEFT of relative-vh(40px)

The first letters are "vh" and "vw" for relative height and width of the viewport 
Second letter is "m" or "p" for MARGIN or PADDING
Third letter is "t", "b", "l", or "r" for TOP, BOTTOM, LEFT, or RIGHT
Fourth letter is the number of spacing in relative units. Adjust the amounts generated by editing the $spaceamounts variable below.

*/
.vh-m-t-5 {
  margin-top: 0.625vh !important;
}

.vw-m-t-5 {
  margin-top: 0.3125vw !important;
}

.vh-p-t-5 {
  padding-top: 0.625vh !important;
}

.vw-p-t-5 {
  padding-top: 0.3125vw !important;
}

.vh-m-b-5 {
  margin-bottom: 0.625vh !important;
}

.vw-m-b-5 {
  margin-bottom: 0.3125vw !important;
}

.vh-p-b-5 {
  padding-bottom: 0.625vh !important;
}

.vw-p-b-5 {
  padding-bottom: 0.3125vw !important;
}

.vh-m-l-5 {
  margin-left: 0.625vh !important;
}

.vw-m-l-5 {
  margin-left: 0.3125vw !important;
}

.vh-p-l-5 {
  padding-left: 0.625vh !important;
}

.vw-p-l-5 {
  padding-left: 0.3125vw !important;
}

.vh-m-r-5 {
  margin-right: 0.625vh !important;
}

.vw-m-r-5 {
  margin-right: 0.3125vw !important;
}

.vh-p-r-5 {
  padding-right: 0.625vh !important;
}

.vw-p-r-5 {
  padding-right: 0.3125vw !important;
}

.vh-m-t-10 {
  margin-top: 1.25vh !important;
}

.vw-m-t-10 {
  margin-top: 0.625vw !important;
}

.vh-p-t-10 {
  padding-top: 1.25vh !important;
}

.vw-p-t-10 {
  padding-top: 0.625vw !important;
}

.vh-m-b-10 {
  margin-bottom: 1.25vh !important;
}

.vw-m-b-10 {
  margin-bottom: 0.625vw !important;
}

.vh-p-b-10 {
  padding-bottom: 1.25vh !important;
}

.vw-p-b-10 {
  padding-bottom: 0.625vw !important;
}

.vh-m-l-10 {
  margin-left: 1.25vh !important;
}

.vw-m-l-10 {
  margin-left: 0.625vw !important;
}

.vh-p-l-10 {
  padding-left: 1.25vh !important;
}

.vw-p-l-10 {
  padding-left: 0.625vw !important;
}

.vh-m-r-10 {
  margin-right: 1.25vh !important;
}

.vw-m-r-10 {
  margin-right: 0.625vw !important;
}

.vh-p-r-10 {
  padding-right: 1.25vh !important;
}

.vw-p-r-10 {
  padding-right: 0.625vw !important;
}

.vh-m-t-15 {
  margin-top: 1.875vh !important;
}

.vw-m-t-15 {
  margin-top: 0.9375vw !important;
}

.vh-p-t-15 {
  padding-top: 1.875vh !important;
}

.vw-p-t-15 {
  padding-top: 0.9375vw !important;
}

.vh-m-b-15 {
  margin-bottom: 1.875vh !important;
}

.vw-m-b-15 {
  margin-bottom: 0.9375vw !important;
}

.vh-p-b-15 {
  padding-bottom: 1.875vh !important;
}

.vw-p-b-15 {
  padding-bottom: 0.9375vw !important;
}

.vh-m-l-15 {
  margin-left: 1.875vh !important;
}

.vw-m-l-15 {
  margin-left: 0.9375vw !important;
}

.vh-p-l-15 {
  padding-left: 1.875vh !important;
}

.vw-p-l-15 {
  padding-left: 0.9375vw !important;
}

.vh-m-r-15 {
  margin-right: 1.875vh !important;
}

.vw-m-r-15 {
  margin-right: 0.9375vw !important;
}

.vh-p-r-15 {
  padding-right: 1.875vh !important;
}

.vw-p-r-15 {
  padding-right: 0.9375vw !important;
}

.vh-m-t-20 {
  margin-top: 2.5vh !important;
}

.vw-m-t-20 {
  margin-top: 1.25vw !important;
}

.vh-p-t-20 {
  padding-top: 2.5vh !important;
}

.vw-p-t-20 {
  padding-top: 1.25vw !important;
}

.vh-m-b-20 {
  margin-bottom: 2.5vh !important;
}

.vw-m-b-20 {
  margin-bottom: 1.25vw !important;
}

.vh-p-b-20 {
  padding-bottom: 2.5vh !important;
}

.vw-p-b-20 {
  padding-bottom: 1.25vw !important;
}

.vh-m-l-20 {
  margin-left: 2.5vh !important;
}

.vw-m-l-20 {
  margin-left: 1.25vw !important;
}

.vh-p-l-20 {
  padding-left: 2.5vh !important;
}

.vw-p-l-20 {
  padding-left: 1.25vw !important;
}

.vh-m-r-20 {
  margin-right: 2.5vh !important;
}

.vw-m-r-20 {
  margin-right: 1.25vw !important;
}

.vh-p-r-20 {
  padding-right: 2.5vh !important;
}

.vw-p-r-20 {
  padding-right: 1.25vw !important;
}

.vh-m-t-25 {
  margin-top: 3.125vh !important;
}

.vw-m-t-25 {
  margin-top: 1.5625vw !important;
}

.vh-p-t-25 {
  padding-top: 3.125vh !important;
}

.vw-p-t-25 {
  padding-top: 1.5625vw !important;
}

.vh-m-b-25 {
  margin-bottom: 3.125vh !important;
}

.vw-m-b-25 {
  margin-bottom: 1.5625vw !important;
}

.vh-p-b-25 {
  padding-bottom: 3.125vh !important;
}

.vw-p-b-25 {
  padding-bottom: 1.5625vw !important;
}

.vh-m-l-25 {
  margin-left: 3.125vh !important;
}

.vw-m-l-25 {
  margin-left: 1.5625vw !important;
}

.vh-p-l-25 {
  padding-left: 3.125vh !important;
}

.vw-p-l-25 {
  padding-left: 1.5625vw !important;
}

.vh-m-r-25 {
  margin-right: 3.125vh !important;
}

.vw-m-r-25 {
  margin-right: 1.5625vw !important;
}

.vh-p-r-25 {
  padding-right: 3.125vh !important;
}

.vw-p-r-25 {
  padding-right: 1.5625vw !important;
}

.vh-m-t-30 {
  margin-top: 3.75vh !important;
}

.vw-m-t-30 {
  margin-top: 1.875vw !important;
}

.vh-p-t-30 {
  padding-top: 3.75vh !important;
}

.vw-p-t-30 {
  padding-top: 1.875vw !important;
}

.vh-m-b-30 {
  margin-bottom: 3.75vh !important;
}

.vw-m-b-30 {
  margin-bottom: 1.875vw !important;
}

.vh-p-b-30 {
  padding-bottom: 3.75vh !important;
}

.vw-p-b-30 {
  padding-bottom: 1.875vw !important;
}

.vh-m-l-30 {
  margin-left: 3.75vh !important;
}

.vw-m-l-30 {
  margin-left: 1.875vw !important;
}

.vh-p-l-30 {
  padding-left: 3.75vh !important;
}

.vw-p-l-30 {
  padding-left: 1.875vw !important;
}

.vh-m-r-30 {
  margin-right: 3.75vh !important;
}

.vw-m-r-30 {
  margin-right: 1.875vw !important;
}

.vh-p-r-30 {
  padding-right: 3.75vh !important;
}

.vw-p-r-30 {
  padding-right: 1.875vw !important;
}

.vh-m-t-35 {
  margin-top: 4.375vh !important;
}

.vw-m-t-35 {
  margin-top: 2.1875vw !important;
}

.vh-p-t-35 {
  padding-top: 4.375vh !important;
}

.vw-p-t-35 {
  padding-top: 2.1875vw !important;
}

.vh-m-b-35 {
  margin-bottom: 4.375vh !important;
}

.vw-m-b-35 {
  margin-bottom: 2.1875vw !important;
}

.vh-p-b-35 {
  padding-bottom: 4.375vh !important;
}

.vw-p-b-35 {
  padding-bottom: 2.1875vw !important;
}

.vh-m-l-35 {
  margin-left: 4.375vh !important;
}

.vw-m-l-35 {
  margin-left: 2.1875vw !important;
}

.vh-p-l-35 {
  padding-left: 4.375vh !important;
}

.vw-p-l-35 {
  padding-left: 2.1875vw !important;
}

.vh-m-r-35 {
  margin-right: 4.375vh !important;
}

.vw-m-r-35 {
  margin-right: 2.1875vw !important;
}

.vh-p-r-35 {
  padding-right: 4.375vh !important;
}

.vw-p-r-35 {
  padding-right: 2.1875vw !important;
}

.vh-m-t-40 {
  margin-top: 5vh !important;
}

.vw-m-t-40 {
  margin-top: 2.5vw !important;
}

.vh-p-t-40 {
  padding-top: 5vh !important;
}

.vw-p-t-40 {
  padding-top: 2.5vw !important;
}

.vh-m-b-40 {
  margin-bottom: 5vh !important;
}

.vw-m-b-40 {
  margin-bottom: 2.5vw !important;
}

.vh-p-b-40 {
  padding-bottom: 5vh !important;
}

.vw-p-b-40 {
  padding-bottom: 2.5vw !important;
}

.vh-m-l-40 {
  margin-left: 5vh !important;
}

.vw-m-l-40 {
  margin-left: 2.5vw !important;
}

.vh-p-l-40 {
  padding-left: 5vh !important;
}

.vw-p-l-40 {
  padding-left: 2.5vw !important;
}

.vh-m-r-40 {
  margin-right: 5vh !important;
}

.vw-m-r-40 {
  margin-right: 2.5vw !important;
}

.vh-p-r-40 {
  padding-right: 5vh !important;
}

.vw-p-r-40 {
  padding-right: 2.5vw !important;
}

.vh-m-t-45 {
  margin-top: 5.625vh !important;
}

.vw-m-t-45 {
  margin-top: 2.8125vw !important;
}

.vh-p-t-45 {
  padding-top: 5.625vh !important;
}

.vw-p-t-45 {
  padding-top: 2.8125vw !important;
}

.vh-m-b-45 {
  margin-bottom: 5.625vh !important;
}

.vw-m-b-45 {
  margin-bottom: 2.8125vw !important;
}

.vh-p-b-45 {
  padding-bottom: 5.625vh !important;
}

.vw-p-b-45 {
  padding-bottom: 2.8125vw !important;
}

.vh-m-l-45 {
  margin-left: 5.625vh !important;
}

.vw-m-l-45 {
  margin-left: 2.8125vw !important;
}

.vh-p-l-45 {
  padding-left: 5.625vh !important;
}

.vw-p-l-45 {
  padding-left: 2.8125vw !important;
}

.vh-m-r-45 {
  margin-right: 5.625vh !important;
}

.vw-m-r-45 {
  margin-right: 2.8125vw !important;
}

.vh-p-r-45 {
  padding-right: 5.625vh !important;
}

.vw-p-r-45 {
  padding-right: 2.8125vw !important;
}

.vh-m-t-50 {
  margin-top: 6.25vh !important;
}

.vw-m-t-50 {
  margin-top: 3.125vw !important;
}

.vh-p-t-50 {
  padding-top: 6.25vh !important;
}

.vw-p-t-50 {
  padding-top: 3.125vw !important;
}

.vh-m-b-50 {
  margin-bottom: 6.25vh !important;
}

.vw-m-b-50 {
  margin-bottom: 3.125vw !important;
}

.vh-p-b-50 {
  padding-bottom: 6.25vh !important;
}

.vw-p-b-50 {
  padding-bottom: 3.125vw !important;
}

.vh-m-l-50 {
  margin-left: 6.25vh !important;
}

.vw-m-l-50 {
  margin-left: 3.125vw !important;
}

.vh-p-l-50 {
  padding-left: 6.25vh !important;
}

.vw-p-l-50 {
  padding-left: 3.125vw !important;
}

.vh-m-r-50 {
  margin-right: 6.25vh !important;
}

.vw-m-r-50 {
  margin-right: 3.125vw !important;
}

.vh-p-r-50 {
  padding-right: 6.25vh !important;
}

.vw-p-r-50 {
  padding-right: 3.125vw !important;
}

.vh-m-t-75 {
  margin-top: 9.375vh !important;
}

.vw-m-t-75 {
  margin-top: 4.6875vw !important;
}

.vh-p-t-75 {
  padding-top: 9.375vh !important;
}

.vw-p-t-75 {
  padding-top: 4.6875vw !important;
}

.vh-m-b-75 {
  margin-bottom: 9.375vh !important;
}

.vw-m-b-75 {
  margin-bottom: 4.6875vw !important;
}

.vh-p-b-75 {
  padding-bottom: 9.375vh !important;
}

.vw-p-b-75 {
  padding-bottom: 4.6875vw !important;
}

.vh-m-l-75 {
  margin-left: 9.375vh !important;
}

.vw-m-l-75 {
  margin-left: 4.6875vw !important;
}

.vh-p-l-75 {
  padding-left: 9.375vh !important;
}

.vw-p-l-75 {
  padding-left: 4.6875vw !important;
}

.vh-m-r-75 {
  margin-right: 9.375vh !important;
}

.vw-m-r-75 {
  margin-right: 4.6875vw !important;
}

.vh-p-r-75 {
  padding-right: 9.375vh !important;
}

.vw-p-r-75 {
  padding-right: 4.6875vw !important;
}

.vh-m-t-100 {
  margin-top: 12.5vh !important;
}

.vw-m-t-100 {
  margin-top: 6.25vw !important;
}

.vh-p-t-100 {
  padding-top: 12.5vh !important;
}

.vw-p-t-100 {
  padding-top: 6.25vw !important;
}

.vh-m-b-100 {
  margin-bottom: 12.5vh !important;
}

.vw-m-b-100 {
  margin-bottom: 6.25vw !important;
}

.vh-p-b-100 {
  padding-bottom: 12.5vh !important;
}

.vw-p-b-100 {
  padding-bottom: 6.25vw !important;
}

.vh-m-l-100 {
  margin-left: 12.5vh !important;
}

.vw-m-l-100 {
  margin-left: 6.25vw !important;
}

.vh-p-l-100 {
  padding-left: 12.5vh !important;
}

.vw-p-l-100 {
  padding-left: 6.25vw !important;
}

.vh-m-r-100 {
  margin-right: 12.5vh !important;
}

.vw-m-r-100 {
  margin-right: 6.25vw !important;
}

.vh-p-r-100 {
  padding-right: 12.5vh !important;
}

.vw-p-r-100 {
  padding-right: 6.25vw !important;
}

/*
This .scss loop will create "margin helpers" and "padding helpers" for use in your web projects.
It will generate several classes such as:

.m-r-10 which gives MARGIN-RIGHT 10 pixels.
.m-r-15 gives MARGIN to the RIGHT 15 pixels.
.m-t-15 gives MARGIN to the TOP 15 pixels and so on.

.p-b-5 gives PADDING to the BOTTOM of 5 pixels
.p-l-40 gives PADDING to the LEFT of 40 pixels

The first letter is "m" or "p" for MARGIN or PADDING
Second letter is "t", "b", "l", or "r" for TOP, BOTTOM, LEFT, or RIGHT
Third letter is the number of spacing in pixels. Adjust the amounts generated by editing the $spaceamounts variable below.

*/
.m-5 {
  margin: 5px !important;
}

.p-5 {
  padding: 5px !important;
}

.m-t-5 {
  margin-top: 5px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

.m-10 {
  margin: 10px !important;
}

.p-10 {
  padding: 10px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.m-15 {
  margin: 15px !important;
}

.p-15 {
  padding: 15px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.p-r-15 {
  padding-right: 15px !important;
}

.m-20 {
  margin: 20px !important;
}

.p-20 {
  padding: 20px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.m-25 {
  margin: 25px !important;
}

.p-25 {
  padding: 25px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

.m-l-25 {
  margin-left: 25px !important;
}

.p-l-25 {
  padding-left: 25px !important;
}

.m-r-25 {
  margin-right: 25px !important;
}

.p-r-25 {
  padding-right: 25px !important;
}

.m-30 {
  margin: 30px !important;
}

.p-30 {
  padding: 30px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.m-35 {
  margin: 35px !important;
}

.p-35 {
  padding: 35px !important;
}

.m-t-35 {
  margin-top: 35px !important;
}

.p-t-35 {
  padding-top: 35px !important;
}

.m-b-35 {
  margin-bottom: 35px !important;
}

.p-b-35 {
  padding-bottom: 35px !important;
}

.m-l-35 {
  margin-left: 35px !important;
}

.p-l-35 {
  padding-left: 35px !important;
}

.m-r-35 {
  margin-right: 35px !important;
}

.p-r-35 {
  padding-right: 35px !important;
}

.m-40 {
  margin: 40px !important;
}

.p-40 {
  padding: 40px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.p-l-40 {
  padding-left: 40px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

.p-r-40 {
  padding-right: 40px !important;
}

.m-45 {
  margin: 45px !important;
}

.p-45 {
  padding: 45px !important;
}

.m-t-45 {
  margin-top: 45px !important;
}

.p-t-45 {
  padding-top: 45px !important;
}

.m-b-45 {
  margin-bottom: 45px !important;
}

.p-b-45 {
  padding-bottom: 45px !important;
}

.m-l-45 {
  margin-left: 45px !important;
}

.p-l-45 {
  padding-left: 45px !important;
}

.m-r-45 {
  margin-right: 45px !important;
}

.p-r-45 {
  padding-right: 45px !important;
}

.m-50 {
  margin: 50px !important;
}

.p-50 {
  padding: 50px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

.p-l-50 {
  padding-left: 50px !important;
}

.m-r-50 {
  margin-right: 50px !important;
}

.p-r-50 {
  padding-right: 50px !important;
}

.m-60 {
  margin: 60px !important;
}

.p-60 {
  padding: 60px !important;
}

.m-t-60 {
  margin-top: 60px !important;
}

.p-t-60 {
  padding-top: 60px !important;
}

.m-b-60 {
  margin-bottom: 60px !important;
}

.p-b-60 {
  padding-bottom: 60px !important;
}

.m-l-60 {
  margin-left: 60px !important;
}

.p-l-60 {
  padding-left: 60px !important;
}

.m-r-60 {
  margin-right: 60px !important;
}

.p-r-60 {
  padding-right: 60px !important;
}

.m-75 {
  margin: 75px !important;
}

.p-75 {
  padding: 75px !important;
}

.m-t-75 {
  margin-top: 75px !important;
}

.p-t-75 {
  padding-top: 75px !important;
}

.m-b-75 {
  margin-bottom: 75px !important;
}

.p-b-75 {
  padding-bottom: 75px !important;
}

.m-l-75 {
  margin-left: 75px !important;
}

.p-l-75 {
  padding-left: 75px !important;
}

.m-r-75 {
  margin-right: 75px !important;
}

.p-r-75 {
  padding-right: 75px !important;
}

.m-90 {
  margin: 90px !important;
}

.p-90 {
  padding: 90px !important;
}

.m-t-90 {
  margin-top: 90px !important;
}

.p-t-90 {
  padding-top: 90px !important;
}

.m-b-90 {
  margin-bottom: 90px !important;
}

.p-b-90 {
  padding-bottom: 90px !important;
}

.m-l-90 {
  margin-left: 90px !important;
}

.p-l-90 {
  padding-left: 90px !important;
}

.m-r-90 {
  margin-right: 90px !important;
}

.p-r-90 {
  padding-right: 90px !important;
}

.m-100 {
  margin: 100px !important;
}

.p-100 {
  padding: 100px !important;
}

.m-t-100 {
  margin-top: 100px !important;
}

.p-t-100 {
  padding-top: 100px !important;
}

.m-b-100 {
  margin-bottom: 100px !important;
}

.p-b-100 {
  padding-bottom: 100px !important;
}

.m-l-100 {
  margin-left: 100px !important;
}

.p-l-100 {
  padding-left: 100px !important;
}

.m-r-100 {
  margin-right: 100px !important;
}

.p-r-100 {
  padding-right: 100px !important;
}

/*
.m-r-1em which gives MARGIN-RIGHT 1 em.
.m-t-1_5em gives MARGIN to the TOP 1.5 em and so on.

.p-b-2em gives PADDING to the BOTTOM of 2 em
.p-l-0_5 gives PADDING to the LEFT of 0.5 em

The first letter is "m" or "p" for MARGIN or PADDING
Second letter is "t", "b", "l", or "r" for TOP, BOTTOM, LEFT, or RIGHT
Third letter is the number of spacing in em. Adjust the amounts generated by editing the $spaceamounts variable below.

*/
.m-0_5em {
  margin: 0.5em !important;
}

.p-0_5em {
  padding: 0.5em !important;
}

.m-t-0_5em {
  margin-top: 0.5em !important;
}

.p-t-0_5em {
  padding-top: 0.5em !important;
}

.m-b-0_5em {
  margin-bottom: 0.5em !important;
}

.p-b-0_5em {
  padding-bottom: 0.5em !important;
}

.m-l-0_5em {
  margin-left: 0.5em !important;
}

.p-l-0_5em {
  padding-left: 0.5em !important;
}

.m-r-0_5em {
  margin-right: 0.5em !important;
}

.p-r-0_5em {
  padding-right: 0.5em !important;
}

.m-1em {
  margin: 1em !important;
}

.p-1em {
  padding: 1em !important;
}

.m-t-1em {
  margin-top: 1em !important;
}

.p-t-1em {
  padding-top: 1em !important;
}

.m-b-1em {
  margin-bottom: 1em !important;
}

.p-b-1em {
  padding-bottom: 1em !important;
}

.m-l-1em {
  margin-left: 1em !important;
}

.p-l-1em {
  padding-left: 1em !important;
}

.m-r-1em {
  margin-right: 1em !important;
}

.p-r-1em {
  padding-right: 1em !important;
}

.m-1_5em {
  margin: 1.5em !important;
}

.p-1_5em {
  padding: 1.5em !important;
}

.m-t-1_5em {
  margin-top: 1.5em !important;
}

.p-t-1_5em {
  padding-top: 1.5em !important;
}

.m-b-1_5em {
  margin-bottom: 1.5em !important;
}

.p-b-1_5em {
  padding-bottom: 1.5em !important;
}

.m-l-1_5em {
  margin-left: 1.5em !important;
}

.p-l-1_5em {
  padding-left: 1.5em !important;
}

.m-r-1_5em {
  margin-right: 1.5em !important;
}

.p-r-1_5em {
  padding-right: 1.5em !important;
}

.m-2em {
  margin: 2em !important;
}

.p-2em {
  padding: 2em !important;
}

.m-t-2em {
  margin-top: 2em !important;
}

.p-t-2em {
  padding-top: 2em !important;
}

.m-b-2em {
  margin-bottom: 2em !important;
}

.p-b-2em {
  padding-bottom: 2em !important;
}

.m-l-2em {
  margin-left: 2em !important;
}

.p-l-2em {
  padding-left: 2em !important;
}

.m-r-2em {
  margin-right: 2em !important;
}

.p-r-2em {
  padding-right: 2em !important;
}

.m-2_5em {
  margin: 2.5em !important;
}

.p-2_5em {
  padding: 2.5em !important;
}

.m-t-2_5em {
  margin-top: 2.5em !important;
}

.p-t-2_5em {
  padding-top: 2.5em !important;
}

.m-b-2_5em {
  margin-bottom: 2.5em !important;
}

.p-b-2_5em {
  padding-bottom: 2.5em !important;
}

.m-l-2_5em {
  margin-left: 2.5em !important;
}

.p-l-2_5em {
  padding-left: 2.5em !important;
}

.m-r-2_5em {
  margin-right: 2.5em !important;
}

.p-r-2_5em {
  padding-right: 2.5em !important;
}

.m-3em {
  margin: 3em !important;
}

.p-3em {
  padding: 3em !important;
}

.m-t-3em {
  margin-top: 3em !important;
}

.p-t-3em {
  padding-top: 3em !important;
}

.m-b-3em {
  margin-bottom: 3em !important;
}

.p-b-3em {
  padding-bottom: 3em !important;
}

.m-l-3em {
  margin-left: 3em !important;
}

.p-l-3em {
  padding-left: 3em !important;
}

.m-r-3em {
  margin-right: 3em !important;
}

.p-r-3em {
  padding-right: 3em !important;
}

html {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

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

figure {
  margin: 0;
  padding: 0;
}

strong {
  font-weight: bolder;
}

a {
  color: #a1bc31;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #a1bc31;
  text-decoration: underline;
}
a:focus {
  outline: 0;
}

form,
label {
  font-size: 4.8888888889px;
}
@media (min-height: 320px) {
  form,
  label {
    font-size: calc(4.8888888889px + 17.1111111111 * (100vh - 320px) / 1120);
  }
}
@media (min-height: 1440px) {
  form,
  label {
    font-size: 22px;
  }
}

*:focus {
  outline: 0;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-transition: background-color 9999s ease-in-out 0s, color 9999s ease-in-out 0s !important;
  transition: background-color 9999s ease-in-out 0s, color 9999s ease-in-out 0s !important;
}

@font-face {
  font-family: "Montserrat";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("../../assets/fonts/Montserrat-Light.eot");
  src: url("../../assets/fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Montserrat-Light.woff2") format("woff2"), url("../../assets/fonts/Montserrat-Light.woff") format("woff"), url("../../assets/fonts/Montserrat-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../../assets/fonts/Montserrat-Regular.eot");
  src: url("../../assets/fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Montserrat-Regular.woff2") format("woff2"), url("../../assets/fonts/Montserrat-Regular.woff") format("woff"), url("../../assets/fonts/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../../assets/fonts/Montserrat-Medium.eot");
  src: url("../../assets/fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Montserrat-Medium.woff2") format("woff2"), url("../../assets/fonts/Montserrat-Medium.woff") format("woff"), url("../../assets/fonts/Montserrat-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../../assets/fonts/Montserrat-SemiBold.eot");
  src: url("../../assets/fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../../assets/fonts/Montserrat-SemiBold.woff") format("woff"), url("../../assets/fonts/Montserrat-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../../assets/fonts/Montserrat-Bold.eot");
  src: url("../../assets/fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/Montserrat-Bold.woff2") format("woff2"), url("../../assets/fonts/Montserrat-Bold.woff") format("woff"), url("../../assets/fonts/Montserrat-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat Alternates";
  font-weight: 200;
  font-style: normal;
  font-display: swap;
  src: url("../../assets/fonts/MontserratAlternates-ExtraLight.eot");
  src: url("../../assets/fonts/MontserratAlternates-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/MontserratAlternates-ExtraLight.woff2") format("woff2"), url("../../assets/fonts/MontserratAlternates-ExtraLight.woff") format("woff"), url("../../assets/fonts/MontserratAlternates-ExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat Alternates";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("../../assets/fonts/MontserratAlternates-Light.eot");
  src: url("../../assets/fonts/MontserratAlternates-Light.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/MontserratAlternates-Light.woff2") format("woff2"), url("../../assets/fonts/MontserratAlternates-Light.woff") format("woff"), url("../../assets/fonts/MontserratAlternates-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat Alternates";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../../assets/fonts/MontserratAlternates-Regular.eot");
  src: url("../../assets/fonts/MontserratAlternates-Regular.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/MontserratAlternates-Regular.woff2") format("woff2"), url("../../assets/fonts/MontserratAlternates-Regular.woff") format("woff"), url("../../assets/fonts/MontserratAlternates-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat Alternates";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../../assets/fonts/MontserratAlternates-SemiBold.eot");
  src: url("../../assets/fonts/MontserratAlternates-SemiBold.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/MontserratAlternates-SemiBold.woff2") format("woff2"), url("../../assets/fonts/MontserratAlternates-SemiBold.woff") format("woff"), url("../../assets/fonts/MontserratAlternates-SemiBold.ttf") format("truetype");
}
html {
  font-family: "Montserrat", "Open Sans", "Arial", sans-serif;
  font-size: 62.5%;
  color: #3d3d3d;
}

.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.container {
  max-width: 1180px; /* 1 */
  margin-left: auto; /* 2 */
  margin-right: auto; /* 2 */
  padding-left: 20px; /* 3 */
  padding-right: 20px; /* 3 */
  width: 100%; /* 1 */
}

.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visibility_hidden {
  visibility: hidden;
}

.display_none {
  display: none;
}

.grid_center {
  align-items: center;
}

.grid-2 {
  display: grid;
  grid-template-columns: 50% 50%;
}
.grid-2__item {
  position: relative;
  width: 100%;
}
.grid-2__item:nth-child(1) {
  grid-column: 1;
}
.grid-2__item:nth-child(2) {
  grid-column: 2;
}

.grid-3 {
  display: grid;
  grid-template-columns: 33.3333333333% 33.3333333333% 33.3333333333%;
}
.grid-3__item {
  position: relative;
  width: 100%;
}
.grid-3__item:nth-child(1) {
  grid-column: 1;
}
.grid-3__item:nth-child(2) {
  grid-column: 2;
}
.grid-3__item:nth-child(3) {
  grid-column: 3;
}

.page {
  background-color: #ffffff;
}

.header {
  display: block;
  overflow: hidden;
  background-color: #3d3d3d;
  height: 100vh;
  min-height: 700px;
}
@media (max-width: 1023px) {
  .header {
    min-height: auto;
    height: auto;
  }
}
.header__wrapper {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #3d3d3d;
  height: 75px;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
}
@media (max-width: 768px) {
  .header__wrapper {
    height: 55px;
  }
}

.section {
  display: flex;
  position: relative;
  overflow: hidden;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  padding: 9.375vw 0;
}
@media (max-width: 1023px) {
  .section {
    padding: 13.0208333333vw 0;
  }
}
@media (max-width: 768px) {
  .section {
    padding: 15.625vw 0;
  }
}
.section__layout {
  position: relative;
  width: 75vw;
  z-index: 10;
}
@media (max-width: 1023px) {
  .section__layout {
    width: 73.9583333333vw;
  }
}
@media (max-width: 768px) {
  .section__layout {
    width: 84.375vw;
  }
}
.section__heading {
  display: flex;
  align-items: center;
  font-size: 16px;
}
@media (min-width: 320px) {
  .section__heading {
    font-size: calc(16px + 3.5 * (100vw - 320px) / 2240);
  }
}
@media (min-width: 2560px) {
  .section__heading {
    font-size: 19.5px;
  }
}
.section__heading {
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 2.8125vw 0;
}
@media (max-width: 1023px) {
  .section__heading {
    margin: 0 0 5.859375vw 0;
  }
}
@media (max-width: 768px) {
  .section__heading {
    margin: 0 0 14.0625vw 0;
  }
}
.section__heading_light {
  color: #a1bc31;
}
.section__heading-icon {
  fill: #3d3d3d;
  width: 16px;
}
@media (min-width: 320px) {
  .section__heading-icon {
    width: calc(16px + 3.5 * (100vw - 320px) / 2240);
  }
}
@media (min-width: 2560px) {
  .section__heading-icon {
    width: 19.5px;
  }
}
.section__heading-icon {
  height: auto;
  margin: 0 1.25vw 0 0;
}
.section__heading-icon_light {
  fill: #a1bc31;
}
.section__description {
  display: inline-block;
  width: 21.875vw;
  font-size: 14px;
}
@media (min-width: 320px) {
  .section__description {
    font-size: calc(14px + 5.5 * (100vw - 320px) / 2240);
  }
}
@media (min-width: 2560px) {
  .section__description {
    font-size: 19.5px;
  }
}
.section__description {
  font-weight: 400;
  line-height: 1.8;
}
@media (max-width: 1023px) {
  .section__description {
    width: 100%;
    margin: 0 0 9.765625vw 0;
  }
}
@media (max-width: 768px) {
  .section__description {
    margin: 0 0 15.625vw 0;
  }
}
.section__description p {
  margin-top: 0;
}
.section__description_light {
  color: #ffffff;
}

.section_dark {
  background-color: #3d3d3d;
}

.section_comparison {
  display: block;
  overflow-y: auto;
  padding-top: 0;
}

.section-grid {
  position: relative;
}
@media (max-width: 1023px) {
  .section-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1023px) {
  .section-grid__item {
    grid-column: 1 !important;
    padding: 0 !important;
  }
}

.footer {
  display: flex;
  position: relative;
  overflow: hidden;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  padding: 9.375vw 0 3.125vw 0;
  background-color: #3d3d3d;
}
@media (max-width: 1023px) {
  .footer {
    padding: 13.0208333333vw 0 6.5104166667vw 0;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 15.625vw 0 15.625vw 0;
  }
}
.footer__layout {
  position: relative;
  width: 75vw;
  z-index: 10;
}
@media (max-width: 1023px) {
  .footer__layout {
    width: 73.9583333333vw;
    margin-top: 150px;
  }
}
@media (max-width: 768px) {
  .footer__layout {
    width: 84.375vw;
    margin-top: 150px;
  }
}
.footer__title {
  font-family: "Montserrat Alternates";
  font-weight: 200;
  font-size: 30px;
}
@media (min-height: 320px) {
  .footer__title {
    font-size: calc(30px + 10.5 * (100vh - 320px) / 1120);
  }
}
@media (min-height: 1440px) {
  .footer__title {
    font-size: 40.5px;
  }
}
.footer__title {
  color: #a1bc31;
  padding: 0 0 3.125vw 0;
}
@media (max-width: 1023px) {
  .footer__title {
    padding: 13.0208333333vw 0 6.5104166667vw;
  }
}
@media (max-width: 768px) {
  .footer__title {
    padding: 15.625vw 0 7.8125vw;
  }
}
.footer__text {
  font-size: 14px;
}
@media (min-height: 320px) {
  .footer__text {
    font-size: calc(14px + 7 * (100vh - 320px) / 1120);
  }
}
@media (min-height: 1440px) {
  .footer__text {
    font-size: 21px;
  }
}
.footer__text {
  line-height: 1.8;
  color: #ffffff;
}
.footer__email-link {
  font-size: 14px;
}
@media (min-height: 320px) {
  .footer__email-link {
    font-size: calc(14px + 7 * (100vh - 320px) / 1120);
  }
}
@media (min-height: 1440px) {
  .footer__email-link {
    font-size: 21px;
  }
}
.footer__email-link {
  color: #ffffff;
}
.footer__socials-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.5625vw 0 0 0;
  padding: 0;
}
@media (max-width: 1023px) {
  .footer__socials-list {
    margin: 3.90625vw 0 0 0;
  }
}
@media (max-width: 768px) {
  .footer__socials-list {
    margin: 25px 0 0 0;
  }
}
.footer__social-item {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 10px;
}
@media (min-height: 320px) {
  .footer__social-item {
    font-size: calc(10px + 4 * (100vh - 320px) / 1120);
  }
}
@media (min-height: 1440px) {
  .footer__social-item {
    font-size: 14px;
  }
}
.footer__social-item {
  list-style: none;
  margin: 0 0.625vw;
}
@media (max-width: 1023px) {
  .footer__social-item {
    margin: 0 10px;
  }
}
@media (max-width: 768px) {
  .footer__social-item {
    margin: 0 15px;
  }
}
.footer__social-icon {
  fill: #ffffff;
  width: 1.75vw;
  height: 1.75vw;
}
.footer__social-icon:hover, .footer__social-icon:active, .footer__social-icon:focus {
  fill: #a1bc31;
}
@media (max-width: 1023px) {
  .footer__social-icon {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 768px) {
  .footer__social-icon {
    width: 36px;
    height: 36px;
  }
}
.footer__form-group {
  max-width: 33.33vw;
  min-width: 270px;
  margin-left: auto;
  margin-right: auto;
}
.footer__button {
  margin: 3.125vw 0 0 0;
}
@media (max-width: 1023px) {
  .footer__button {
    margin: 6.5104166667vw 0 0 0;
  }
}
@media (max-width: 768px) {
  .footer__button {
    margin: 15.625vw 0 0 0;
  }
}
.footer__logo {
  margin: 3.125vw 0 0 0;
}
@media (max-width: 1023px) {
  .footer__logo {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0;
    transform: translate(-50%, -100%);
  }
}
.footer__logo-image {
  width: 150px;
  height: 150px;
}
.footer__copyright {
  text-align: center;
  color: #ffffff;
  font-size: 12px;
}
@media (min-height: 320px) {
  .footer__copyright {
    font-size: calc(12px + 7 * (100vh - 320px) / 1120);
  }
}
@media (min-height: 1440px) {
  .footer__copyright {
    font-size: 19px;
  }
}
.footer__copyright {
  margin: 4.6875vw 0 0 0;
}
@media (max-width: 1023px) {
  .footer__copyright {
    margin: 9.765625vw 0 0 0;
  }
}
@media (max-width: 768px) {
  .footer__copyright {
    margin: 23.4375vw 0 0 0;
  }
}
.footer__watermark-1 {
  bottom: 0;
  right: 0;
  fill: #535353 !important;
  transform: translate(20%, 15%) rotate(-160deg);
  width: 9.6875vw;
  height: 10.0625vw;
}
@media (max-width: 1023px) {
  .footer__watermark-1 {
    width: 20.1822916667vw;
    height: 20.9635416667vw;
  }
}
@media (max-width: 768px) {
  .footer__watermark-1 {
    width: 48.4375vw;
    height: 50.3125vw;
  }
}

.watermark {
  display: block;
  position: absolute;
  fill: #e3ebc2;
  z-index: 1;
}

.header-contact {
  display: inline-block;
  position: relative;
}
@media (max-width: 1023px) {
  .header-contact {
    display: none;
  }
}
.header-contact__list {
  display: flex;
  align-items: center;
  margin-right: 6.25vw;
}
.header-contact__item {
  display: flex;
  align-items: center;
  list-style: none;
  white-space: nowrap;
  color: #ffffff;
  font-size: 10px;
}
@media (min-height: 320px) {
  .header-contact__item {
    font-size: calc(10px + 4 * (100vh - 320px) / 1120);
  }
}
@media (min-height: 1440px) {
  .header-contact__item {
    font-size: 14px;
  }
}
.header-contact__item {
  margin-left: 2.5vw;
}
.header-contact__item_phone {
  margin-left: 0;
}
.header-contact__item_telegram, .header-contact__item_viber {
  margin: 0;
}
.header-contact__item_telegram {
  margin: 0 0.9375vw;
}
.header-contact__item-icon {
  fill: #ffffff;
}
.header-contact__item-icon:hover, .header-contact__item-icon:active, .header-contact__item-icon:focus {
  fill: #a1bc31;
}
.header-contact__item-link, .header-contact__item-text {
  display: inline-block;
  margin: 0 0.9375vw;
}
.header-contact__item-link {
  color: #ffffff;
  font-size: 8px;
}
@media (min-height: 320px) {
  .header-contact__item-link {
    font-size: calc(8px + 8 * (100vh - 320px) / 1120);
  }
}
@media (min-height: 1440px) {
  .header-contact__item-link {
    font-size: 16px;
  }
}
.header-contact__item-phone_2 {
  margin: 0;
}

.nav-mobile {
  position: fixed;
  clip-path: circle(0% at 100% 0%);
  top: 75px;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: right;
  background-color: #3d3d3d;
  color: #ffffff;
  z-index: 1000;
}
@media (min-width: 1024px) {
  .nav-mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  .nav-mobile {
    top: 55px;
  }
}
@media (max-width: 1023px) {
  .nav-mobile {
    padding: 0 6.5104166667vw 0 0;
  }
}
@media (max-width: 768px) {
  .nav-mobile {
    padding: 0 7.8125vw 0 0;
  }
}
.nav-mobile__button {
  position: relative;
  width: 55px;
  height: 55px;
  cursor: pointer;
  z-index: 1000;
}
@media (min-width: 1024px) {
  .nav-mobile__button {
    display: none;
  }
}
@media (max-width: 1023px) {
  .nav-mobile__button {
    margin: 0 2.6041666667vw 0 0;
  }
}
@media (max-width: 768px) {
  .nav-mobile__button {
    margin: 0 3.125vw 0 0;
  }
}
.nav-mobile__button-line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 2px;
  width: 50%;
  background-clip: padding-box;
  background: #ffffff;
  transition: all 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}
.nav-mobile__button-line:nth-child(1) {
  transform: translate(-50%, calc(-50% - 8px));
}
.nav-mobile__button-line:last-child {
  transform: translate(-50%, calc(-50% + 8px));
}
.nav-mobile__button_active .nav-mobile__button-line {
  background: #ffffff;
}
.nav-mobile__button_active .nav-mobile__button-line:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.nav-mobile__button_active .nav-mobile__button-line:nth-child(2) {
  opacity: 0;
}
.nav-mobile__button_active .nav-mobile__button-line:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.nav-mobile__list {
  display: block;
  width: 100%;
  text-align: right;
  font-size: 10px;
}
@media (min-height: 320px) {
  .nav-mobile__list {
    font-size: calc(10px + 30 * (100vh - 320px) / 1120);
  }
}
@media (min-height: 1440px) {
  .nav-mobile__list {
    font-size: 40px;
  }
}
.nav-mobile__list {
  line-height: 2;
  padding-top: 1em;
  z-index: 1100;
}
.nav-mobile__item {
  list-style: none;
  opacity: 0;
}
.nav-mobile__link {
  color: #ffffff;
}
.nav-mobile__contact {
  position: relative;
  z-index: 1100;
  font-size: 10px;
}
@media (min-height: 320px) {
  .nav-mobile__contact {
    font-size: calc(10px + 14 * (100vh - 320px) / 1120);
  }
}
@media (min-height: 1440px) {
  .nav-mobile__contact {
    font-size: 24px;
  }
}
.nav-mobile__contact {
  line-height: 1.8;
}
.nav-mobile__contact-phone {
  margin: 3em 0 0 0;
  opacity: 0;
}
.nav-mobile__contact-email {
  margin: 1em 0 3em 0;
  opacity: 0;
}
.nav-mobile__contact-email-link {
  color: #ffffff;
  font-size: 10px;
}
@media (min-height: 320px) {
  .nav-mobile__contact-email-link {
    font-size: calc(10px + 14 * (100vh - 320px) / 1120);
  }
}
@media (min-height: 1440px) {
  .nav-mobile__contact-email-link {
    font-size: 24px;
  }
}
.nav-mobile__contact-socials {
  display: flex;
  justify-content: flex-end;
  opacity: 0;
}
.nav-mobile__social-item {
  list-style: none;
  margin-left: 2rem;
}
.nav-mobile__social-icon {
  fill: #ffffff;
}
.nav-mobile__watermark {
  bottom: 0;
  fill: #535353;
  transform: translate(-25%, 10%) scaleX(-1);
  z-index: 1000;
}
@media (max-width: 1023px) {
  .nav-mobile__watermark {
    width: 41.6666666667vw;
    height: 67.1875vw;
  }
}
@media (max-width: 768px) {
  .nav-mobile__watermark {
    width: 50vw;
    height: 80.625vw;
  }
}

.hero {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background-position: center -10%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 100;
}
@media (max-width: 1023px) {
  .hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    background: unset;
  }
}
.hero__layout {
  position: absolute;
  display: flex;
  width: 50%;
  height: 100%;
  background-color: rgba(61, 61, 61, 0.75);
  justify-content: flex-end;
  align-items: center;
  z-index: 200;
}
@media (max-width: 1023px) {
  .hero__layout {
    position: relative;
    display: block;
    background-color: unset;
    width: 73.9583333333vw;
  }
}
@media (max-width: 768px) {
  .hero__layout {
    width: 84.375vw;
  }
}
@media (max-width: 1023px) {
  .hero__logo {
    display: none;
  }
}
.hero__logo-image {
  height: 10vw;
  width: 10vw;
}
@media (max-width: 1023px) {
  .hero__image-wrapper {
    display: block !important;
    width: 100%;
  }
}
.hero__image {
  width: 100%;
  height: auto;
  margin-top: 75px;
}
@media (max-width: 768px) {
  .hero__image {
    margin-top: 55px;
  }
}
@media (max-width: 1023px) {
  .hero__slider {
    display: none;
  }
}
.hero__content {
  position: relative;
  width: 37.5vw;
}
@media (max-width: 1023px) {
  .hero__content {
    width: 100%;
    padding: 0;
  }
}
.hero__heading {
  font-family: "Montserrat Alternates";
  font-weight: 300;
  color: #ffffff;
  font-size: 32px;
}
@media (min-width: 320px) {
  .hero__heading {
    font-size: calc(32px + 43.75 * (100vw - 320px) / 2240);
  }
}
@media (min-width: 2560px) {
  .hero__heading {
    font-size: 75.75px;
  }
}
.hero__heading {
  line-height: 1.2;
  margin: 1.5625vw 0;
  padding: 0 1.875vw 0 0;
}
@media (max-width: 1023px) {
  .hero__heading {
    margin: 13.0208333333vw 0 6.5104166667vw 0;
  }
}
@media (max-width: 768px) {
  .hero__heading {
    margin: 7.8125vw 0;
  }
}
.hero__description {
  font-weight: 300;
  color: #ffffff;
  font-size: 14px;
}
@media (min-width: 320px) {
  .hero__description {
    font-size: calc(14px + 7 * (100vw - 320px) / 2240);
  }
}
@media (min-width: 2560px) {
  .hero__description {
    font-size: 21px;
  }
}
.hero__description {
  line-height: 1.8;
  max-width: 400px;
}
.hero__button {
  margin-top: 3.125vw;
}
@media (max-width: 1023px) {
  .hero__button {
    margin: 9.765625vw 0 13.0208333333vw 0;
  }
}
@media (max-width: 768px) {
  .hero__button {
    margin: 15.625vw 0;
  }
}

.button {
  display: inline-block;
  border: none;
  line-height: 1;
  padding: 0 2.5em;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
}
@media (min-height: 320px) {
  .button {
    font-size: calc(14px + 4 * (100vh - 320px) / 1120);
  }
}
@media (min-height: 1440px) {
  .button {
    font-size: 18px;
  }
}
.button {
  height: 50px;
}
@media (min-height: 320px) {
  .button {
    height: calc(50px + 16 * (100vh - 320px) / 1120);
  }
}
@media (min-height: 1440px) {
  .button {
    height: 66px;
  }
}
.button {
  line-height: 50px;
}
@media (min-height: 320px) {
  .button {
    line-height: calc(50px + 16 * (100vh - 320px) / 1120);
  }
}
@media (min-height: 1440px) {
  .button {
    line-height: 66px;
  }
}

.button_primary {
  color: #ffffff;
  background-color: #a1bc31;
}
.button_primary:hover, .button_primary:active, .button_primary:focus {
  text-decoration: none;
  color: #ffffff;
}
.button_primary {
  position: relative;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-property: color;
  transition-duration: 0.3s;
}
.button_primary::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  visibility: hidden;
  background-color: #3d3d3d;
  transition-property: height, visibility;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.button_primary::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  visibility: hidden;
  background-color: #3d3d3d;
  transition-property: height, visibility;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.button_primary:hover::before, .button_primary:active::before, .button_primary:hover::after, .button_primary:active::after {
  height: 50.1%;
  visibility: visible;
}
.button_primary:focus:not(:hover) {
  color: #ffffff;
  background-color: #a1bc31;
}
.button_primary:active, .button_primary:active:not(:hover) {
  background-color: #3d3d3d;
  box-shadow: 0px 0px 0px 5px #a1bc31;
}
.button_primary:disabled {
  color: #ffffff;
  background-color: #a1bc31;
}
.button_primary:disabled::before, .button_primary:disabled::after {
  content: none;
}

.button_primary-light {
  color: #ffffff;
  background-color: #a1bc31;
}
.button_primary-light:hover, .button_primary-light:active, .button_primary-light:focus {
  text-decoration: none;
  color: #ffffff;
}
.button_primary-light {
  position: relative;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-property: color;
  transition-duration: 0.3s;
}
.button_primary-light::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  visibility: hidden;
  background-color: #ffffff;
  transition-property: height, visibility;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.button_primary-light::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  visibility: hidden;
  background-color: #ffffff;
  transition-property: height, visibility;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.button_primary-light:hover::before, .button_primary-light:active::before, .button_primary-light:hover::after, .button_primary-light:active::after {
  height: 50.1%;
  visibility: visible;
}
.button_primary-light:hover, .button_primary-light:focus {
  color: #3d3d3d;
}
.button_primary-light:focus:not(:hover) {
  color: #ffffff;
  background-color: #a1bc31;
}
.button_primary-light:active, .button_primary-light:active:not(:hover) {
  background-color: #3d3d3d;
  box-shadow: 0px 0px 0px 5px #a1bc31;
}
.button_primary-light:disabled {
  color: #ffffff;
  background-color: #a1bc31;
}
.button_primary-light:disabled::before, .button_primary-light:disabled::after {
  content: none;
}

.button_secondary {
  color: #ffffff;
  background-color: #3d3d3d;
}
.button_secondary:hover, .button_secondary:active, .button_secondary:focus {
  text-decoration: none;
  color: #ffffff;
}
.button_secondary {
  position: relative;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-property: color;
  transition-duration: 0.3s;
}
.button_secondary::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  visibility: hidden;
  background-color: #a1bc31;
  transition-property: height, visibility;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.button_secondary::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  visibility: hidden;
  background-color: #a1bc31;
  transition-property: height, visibility;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.button_secondary:hover::before, .button_secondary:active::before, .button_secondary:hover::after, .button_secondary:active::after {
  height: 50.1%;
  visibility: visible;
}
.button_secondary:hover, .button_secondary:focus {
  color: #ffffff;
}
.button_secondary:focus:not(:hover) {
  color: #ffffff;
  background-color: #3d3d3d;
}
.button_secondary:active, .button_secondary:active:not(:hover) {
  background-color: #a1bc31;
  box-shadow: 0px 0px 0px 5px #3d3d3d;
}
.button_secondary:disabled {
  color: #ffffff;
  background-color: #3d3d3d;
}
.button_secondary:disabled::before, .button_secondary:disabled::after {
  content: none;
}

.button_ghost {
  color: #a1bc31;
  border: 1px solid #a1bc31;
  background-color: #3d3d3d;
}
.button_ghost:hover, .button_ghost:active, .button_ghost:focus {
  text-decoration: none;
  color: #a1bc31;
}
.button_ghost {
  position: relative;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-property: color;
  transition-duration: 0.3s;
}
.button_ghost::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  visibility: hidden;
  background-color: #ffffff;
  transition-property: height, visibility;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.button_ghost::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  visibility: hidden;
  background-color: #ffffff;
  transition-property: height, visibility;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.button_ghost:hover::before, .button_ghost:active::before, .button_ghost:hover::after, .button_ghost:active::after {
  height: 50.1%;
  visibility: visible;
}
.button_ghost:hover, .button_ghost:focus {
  color: #3d3d3d;
  border: 1px solid #a1bc31;
}
.button_ghost:focus:not(:hover) {
  color: #a1bc31;
  border: 1px solid #a1bc31;
  background-color: #3d3d3d;
}
.button_ghost:active, .button_ghost:active:not(:hover) {
  box-shadow: 0px 0px 0px 5px #a1bc31;
}
.button_ghost:disabled {
  color: #a1bc31;
}
.button_ghost:disabled::before, .button_ghost:disabled::after {
  content: none;
}

.button_ghost-light {
  color: #3d3d3d;
  border: 1px solid #3d3d3d;
  background-color: #ffffff;
}
.button_ghost-light:hover, .button_ghost-light:active, .button_ghost-light:focus {
  text-decoration: none;
  color: #3d3d3d;
}
.button_ghost-light {
  position: relative;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-property: color;
  transition-duration: 0.3s;
}
.button_ghost-light::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  visibility: hidden;
  background-color: #3d3d3d;
  transition-property: height, visibility;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.button_ghost-light::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  visibility: hidden;
  background-color: #3d3d3d;
  transition-property: height, visibility;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.button_ghost-light:hover::before, .button_ghost-light:active::before, .button_ghost-light:hover::after, .button_ghost-light:active::after {
  height: 50.1%;
  visibility: visible;
}
.button_ghost-light:hover, .button_ghost-light:focus {
  color: #ffffff;
  border: 1px solid #3d3d3d;
}
.button_ghost-light:focus:not(:hover) {
  color: #3d3d3d;
  border: 1px solid #3d3d3d;
  background-color: #ffffff;
}
.button_ghost-light:active, .button_ghost-light:active:not(:hover) {
  box-shadow: 0px 0px 0px 5px #3d3d3d;
}
.button_ghost-light:disabled {
  color: #3d3d3d;
}
.button_ghost-light:disabled::before, .button_ghost-light:disabled::after {
  content: none;
}

.feature__list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .feature__list {
    display: block;
    grid-template-columns: 1fr;
  }
}
.feature__item {
  text-align: center;
  width: 14.0625vw;
  min-width: 225px;
}
@media (max-width: 1023px) {
  .feature__item {
    grid-column: 1 !important;
    padding: 0 !important;
    width: 100%;
  }
}
.feature__count {
  font-family: "Montserrat Alternates";
  font-weight: 600;
  font-size: 48px;
}
@media (min-width: 320px) {
  .feature__count {
    font-size: calc(48px + 15.75 * (100vw - 320px) / 2240);
  }
}
@media (min-width: 2560px) {
  .feature__count {
    font-size: 63.75px;
  }
}
.feature__count {
  color: #a1bc31;
}
@media (max-width: 1023px) {
  .feature__count {
    margin: 6.5104166667vw 0 0 0;
  }
}
@media (max-width: 768px) {
  .feature__count {
    margin: 15.625vw 0 0 0;
  }
}
.feature__title {
  text-transform: uppercase;
  font-size: 16px;
}
@media (min-width: 320px) {
  .feature__title {
    font-size: calc(16px + 3.5 * (100vw - 320px) / 2240);
  }
}
@media (min-width: 2560px) {
  .feature__title {
    font-size: 19.5px;
  }
}
.feature__title {
  line-height: 1.2;
  color: #a1bc31;
  margin: 0.625vw 0 1.25vw 0;
}
@media (max-width: 1023px) {
  .feature__title {
    margin: 1.3020833333vw 0 2.6041666667vw 0;
  }
}
@media (max-width: 768px) {
  .feature__title {
    margin: 3.125vw 0 6.25vw 0;
  }
}
.feature__description {
  text-align: center;
  font-size: 14px;
}
@media (min-width: 320px) {
  .feature__description {
    font-size: calc(14px + 7 * (100vw - 320px) / 2240);
  }
}
@media (min-width: 2560px) {
  .feature__description {
    font-size: 21px;
  }
}
.feature__description {
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .feature__description {
    width: 29.296875vw;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .feature__description {
    width: 100%;
  }
}

.form {
  width: 100%;
}
.form__field:required ~ .form__label::after {
  content: "*";
  color: #a1bc31;
}
.form__label {
  display: block;
  position: absolute;
  top: 1.4340344168vh;
  transform: translateY(-60%);
  left: 0.68em;
  transition: 0.2s;
  line-height: 1;
  color: #a1bc31;
  pointer-events: none;
}
.form__label_light {
  color: #3d3d3d;
  background-color: #ffffff;
  padding: 0 0.2em;
}
.form__label {
  font-size: 9.45px;
}
@media (min-height: 320px) {
  .form__label {
    font-size: calc(9.45px + 3.15 * (100vh - 320px) / 1120);
  }
}
@media (min-height: 1440px) {
  .form__label {
    font-size: 12.6px;
  }
}
.form__group {
  position: relative;
  padding: 1.4340344168vh 0;
  margin-bottom: 0.4780114723vh;
  width: 100%;
  font-size: 10px;
}
@media (min-height: 320px) {
  .form__group {
    font-size: calc(10px + 12 * (100vh - 320px) / 1120);
  }
}
@media (min-height: 1440px) {
  .form__group {
    font-size: 22px;
  }
}
.form__group-caption {
  width: 100%;
  color: #a1bc31;
  font-size: 10px;
}
@media (min-height: 320px) {
  .form__group-caption {
    font-size: calc(10px + 6 * (100vh - 320px) / 1120);
  }
}
@media (min-height: 1440px) {
  .form__group-caption {
    font-size: 16px;
  }
}
.form__group-caption {
  line-height: 1.5;
}
.form__field {
  width: 100%;
  border: 0;
  outline: 0;
  color: #ffffff;
  padding: 0 0.68em;
  background: #3d3d3d;
  box-shadow: inset 0px -1px 0px 0px #535353;
  border-bottom-color: #535353;
  font-size: 13.5px;
}
@media (min-height: 320px) {
  .form__field {
    font-size: calc(13.5px + 4.5 * (100vh - 320px) / 1120);
  }
}
@media (min-height: 1440px) {
  .form__field {
    font-size: 18px;
  }
}
.form__field {
  height: 37px;
}
@media (min-height: 320px) {
  .form__field {
    height: calc(37px + 13 * (100vh - 320px) / 1120);
  }
}
@media (min-height: 1440px) {
  .form__field {
    height: 50px;
  }
}
.form__field {
  line-height: 1;
}
.form__field::-moz-placeholder {
  color: transparent;
}
.form__field::placeholder {
  color: transparent;
}
.form__field:-moz-placeholder ~ .form__label {
  cursor: text;
  top: 50%;
  transform: translateY(-50%);
}
.form__field:placeholder-shown ~ .form__label {
  cursor: text;
  top: 50%;
  transform: translateY(-50%);
}
.form__field:-moz-placeholder ~ .form__label {
  font-size: 13.5px;
}
.form__field:placeholder-shown ~ .form__label {
  font-size: 13.5px;
}
@media (min-height: 320px) {
  .form__field:-moz-placeholder ~ .form__label {
    font-size: calc(13.5px + 4.5 * (100vh - 320px) / 1120);
  }
  .form__field:placeholder-shown ~ .form__label {
    font-size: calc(13.5px + 4.5 * (100vh - 320px) / 1120);
  }
}
@media (min-height: 1440px) {
  .form__field:-moz-placeholder ~ .form__label {
    font-size: 18px;
  }
  .form__field:placeholder-shown ~ .form__label {
    font-size: 18px;
  }
}
.form__field:focus {
  box-shadow: inset 0px -1px 0px 0px #a1bc31;
  border-bottom-color: #a1bc31;
}
.form__field:focus ~ .form__label {
  display: block;
  position: absolute;
  top: 1.4340344168vh;
  transform: translateY(-60%);
  transition: 0.2s;
}
.form__field:focus ~ .form__label {
  font-size: 9.45px;
}
@media (min-height: 320px) {
  .form__field:focus ~ .form__label {
    font-size: calc(9.45px + 3.15 * (100vh - 320px) / 1120);
  }
}
@media (min-height: 1440px) {
  .form__field:focus ~ .form__label {
    font-size: 12.6px;
  }
}
.form__field_button {
  padding-right: 4.7801147228vh;
}
.form__field_light {
  color: #3d3d3d;
  background: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: inset 0px -1px 0px 0px #bbbbbb;
}
.form__field-error {
  display: block;
  position: absolute;
  bottom: 0;
  transform: translateY(45%);
  color: #ed5454;
  font-size: 10px;
}
@media (min-height: 320px) {
  .form__field-error {
    font-size: calc(10px + 6 * (100vh - 320px) / 1120);
  }
}
@media (min-height: 1440px) {
  .form__field-error {
    font-size: 16px;
  }
}
.form__field-error + .form__field {
  box-shadow: inset 0px -2px 0px 0px #ed5454;
  border-bottom: unset !important;
  padding-bottom: 1px;
}

.form__field:not(.form__field_light) {
  border: 1px solid transparent;
}

.logo {
  opacity: 0;
  transition: opacity 400ms;
  margin-left: 5vw;
}
@media (max-width: 1023px) {
  .logo {
    visibility: visible !important;
    opacity: 1;
  }
}
.logo__image {
  width: 40px;
  height: 40px;
}

.text_left {
  text-align: left !important;
}
.text_center {
  text-align: center !important;
}
.text_right {
  text-align: right !important;
}

.paragraph {
  line-height: 1.8;
  margin: 0 0 1em 0;
  font-size: 14px;
}
@media (min-width: 320px) {
  .paragraph {
    font-size: calc(14px + 3.5 * (100vw - 320px) / 2240);
  }
}
@media (min-width: 2560px) {
  .paragraph {
    font-size: 17.5px;
  }
}

.block {
  display: block;
  width: 100%;
}

.block_hidden {
  display: none !important;
}

.callback__button {
  position: fixed;
  right: 0;
  bottom: 0;
  transform: translate(-50%, -50%);
  cursor: pointer;
  text-align: center;
  background: #a1bc31;
  border: 2px solid #a1bc31;
  border-radius: 50%;
  box-shadow: 0 8px 10px rgba(161, 188, 49, 0.3);
  height: 68px;
  width: 68px;
  z-index: 1000;
  transition: 0.3s;
  animation: hoverWave linear 1s infinite;
}
.callback__button:hover {
  background: #ffffff;
  color: transparent;
  transition: 0.3s;
  z-index: 100;
}
.callback__button-icon {
  fill: #ffffff;
  transition: 0.5s ease-in-out;
  animation: 1.2s ease 0s infinite running shake;
}
.callback__button-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.callback__button-text {
  opacity: 0;
  text-align: center;
  text-transform: uppercase;
  color: #a1bc31;
  font-size: 0;
  font-weight: 600;
  line-height: 1.5;
  transition: opacity 0.3s linear;
}
.callback__button-inner:hover .callback__button-text {
  font-size: 9px;
  opacity: 1;
}
.callback__button:hover .callback__button-icon {
  display: none;
}
.callback__button-request_modal, .callback__button-cancel_modal {
  width: 100%;
  text-align: center;
  margin: 20px auto 0 auto !important;
}
@keyframes hoverWave {
  0% {
    box-shadow: 0 8px 10px rgba(161, 188, 49, 0.3), 0 0 0 0 rgba(161, 188, 49, 0.2), 0 0 0 0 rgba(161, 188, 49, 0.2);
  }
  40% {
    box-shadow: 0 8px 10px rgba(161, 188, 49, 0.3), 0 0 0 15px rgba(161, 188, 49, 0.2), 0 0 0 0 rgba(161, 188, 49, 0.2);
  }
  80% {
    box-shadow: 0 8px 10px rgba(161, 188, 49, 0.3), 0 0 0 30px rgba(161, 188, 49, 0), 0 0 0 26.7px rgba(161, 188, 49, 0.067);
  }
  100% {
    box-shadow: 0 8px 10px rgba(161, 188, 49, 0.3), 0 0 0 30px rgba(161, 188, 49, 0), 0 0 0 40px rgba(161, 188, 49, 0);
  }
}
@keyframes shake {
  0% {
    transform: rotateZ(0deg);
  }
  10% {
    transform: rotateZ(-30deg);
  }
  20% {
    transform: rotateZ(15deg);
  }
  30% {
    transform: rotateZ(-10deg);
  }
  40% {
    transform: rotateZ(7.5deg);
  }
  50% {
    transform: rotateZ(-6deg);
  }
  60% {
    transform: rotateZ(5deg);
  }
  70% {
    transform: rotateZ(-4.28571deg);
  }
  80% {
    transform: rotateZ(3.75deg);
  }
  90% {
    transform: rotateZ(-3.33333deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1072;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal__dialog {
  position: relative;
  width: auto;
  min-height: calc(100% - 3.5rem);
  margin: 1.75rem auto;
  pointer-events: none;
  color: #3d3d3d;
}
.modal__dialog_centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 3.5rem);
}
.modal__dialog, .modal__dialog_md {
  max-width: 500px;
}
.modal__dialog_sm {
  max-width: 320px;
}
.modal__dialog_lg {
  max-width: 800px;
}
.modal__content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  border: 1px solid #a1bc31;
  outline: 0;
}
.modal__header {
  display: flex;
  font-size: 14px;
}
@media (min-height: 320px) {
  .modal__header {
    font-size: calc(14px + 10 * (100vh - 320px) / 1120);
  }
}
@media (min-height: 1440px) {
  .modal__header {
    font-size: 24px;
  }
}
.modal__header {
  font-weight: 600;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.9120458891vh;
  border-bottom: 1px solid #ffffff;
}
.modal__title {
  margin: 0;
  line-height: 1.5;
}
.modal__body {
  position: relative;
  flex: 1 1 auto;
  padding: 1.9120458891vh;
  font-size: 12px;
}
@media (min-height: 320px) {
  .modal__body {
    font-size: calc(12px + 6 * (100vh - 320px) / 1120);
  }
}
@media (min-height: 1440px) {
  .modal__body {
    font-size: 18px;
  }
}
.modal__heading_2, .modal__heading_3, .modal__heading_4 {
  display: block;
  text-align: center;
  font-weight: 600;
  line-height: 1.5em;
  padding: 0 0 1.2em 0;
}
.modal__heading_2 {
  font-size: 14px;
}
@media (min-height: 320px) {
  .modal__heading_2 {
    font-size: calc(14px + 6 * (100vh - 320px) / 1120);
  }
}
@media (min-height: 1440px) {
  .modal__heading_2 {
    font-size: 20px;
  }
}
.modal__heading_3 {
  font-size: 12px;
}
@media (min-height: 320px) {
  .modal__heading_3 {
    font-size: calc(12px + 6 * (100vh - 320px) / 1120);
  }
}
@media (min-height: 1440px) {
  .modal__heading_3 {
    font-size: 18px;
  }
}
.modal__heading_4 {
  font-size: 10px;
}
@media (min-height: 320px) {
  .modal__heading_4 {
    font-size: calc(10px + 6 * (100vh - 320px) / 1120);
  }
}
@media (min-height: 1440px) {
  .modal__heading_4 {
    font-size: 16px;
  }
}
.modal__paragraph {
  font-size: 10px;
}
@media (min-height: 320px) {
  .modal__paragraph {
    font-size: calc(10px + 6 * (100vh - 320px) / 1120);
  }
}
@media (min-height: 1440px) {
  .modal__paragraph {
    font-size: 16px;
  }
}
.modal__paragraph {
  line-height: 1.5em;
  padding: 0 0 0.8em 0;
}
.modal__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1.9120458891vh;
  border-top: 1px solid #ffffff;
}
.modal__footer > :not(:first-child) {
  margin-left: 0.5254860746vw;
}
.modal__footer > :not(:last-child) {
  margin-right: 0.5254860746vw;
}
.modal__close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
  font-size: 35px;
  font-weight: normal;
  line-height: 0.6;
  color: #3d3d3d;
  opacity: 0.65;
  text-decoration: none;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal__close:hover, .modal__close:focus {
  color: #3d3d3d;
  text-decoration: none;
  opacity: 0.95;
}
.modal__close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.modal__message {
  padding-top: 2rem;
  padding-bottom: 2rem;
  line-height: 1.5;
}
.modal_open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal_fade .modal__dialog {
  transition: opacity 0.3s linear;
  opacity: 0;
}
.modal_show .modal__dialog {
  opacity: 1;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #3d3d3d;
}
.modal-backdrop.modal_fade {
  opacity: 0;
}
.modal-backdrop.modal_show {
  opacity: 0.95;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.gallery {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.gallery__item {
  font-size: 0;
  margin: 3.125vw 0;
  opacity: 0;
}
.gallery__item:nth-last-child(1) {
  margin: 3.125vw 0 0 0;
}
.gallery__image {
  width: 100%;
}

.deferred-image {
  width: 100%;
  height: auto;
  filter: blur(6px);
}
.deferred-image__container {
  position: relative;
  width: 100%;
  font-size: 0;
}

.deferred-image_new {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.slider__slides-list {
  position: relative;
  width: 100%;
  height: 100%;
}
.slider__slide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.slider__slide-1 {
  background-image: url("../img/hero_1.jpg");
}
.slider__navigation {
  width: 21px;
  height: 21.875vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% - 5vw);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.slider__count {
  color: #3d3d3d;
}
.slider__bar {
  width: 2px;
  height: 15.625vw;
  position: relative;
}
.slider__bar-dynamic {
  width: 100%;
  height: 100%;
  background-color: #a1bc31;
  transform-origin: top center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.slider__bar-static {
  width: 100%;
  height: 100%;
  background-color: #3d3d3d;
  position: absolute;
  top: 0;
  left: 0;
}

.about__signature {
  display: block;
  fill: #a1bc31;
  width: 9.0625vw;
  height: 3.75vw;
  margin: 3.125vw 0 0 auto;
}
@media (max-width: 1023px) {
  .about__signature {
    width: 14.1927083333vw;
    height: 5.859375vw;
    margin: 6.5104166667vw 0 0 auto;
  }
}
@media (max-width: 768px) {
  .about__signature {
    width: 34.0625vw;
    height: 14.0625vw;
    margin: 15.625vw 0 0 auto;
  }
}
.about__watermark {
  left: 0;
  bottom: 0;
  transform: translate(-10%, 10%);
  width: 15.3125vw;
  height: 20.8125vw;
}
@media (max-width: 1023px) {
  .about__watermark {
    width: 25.5208333333vw;
    height: 34.6354166667vw;
    transform: translate(-30%, 10%);
  }
}
@media (max-width: 768px) {
  .about__watermark {
    width: 61.25vw;
    height: 83.125vw;
    transform: translate(-30%, 10%);
  }
}

.services__list-wrapper {
  width: 100%;
}
.services__list {
  width: 100%;
  height: auto;
}
.services__pointer-icon {
  transform-origin: 50% 50%;
  transition: all 1s ease-in-out;
}
.services__button {
  margin: 4.6875vw 0 0 0;
}
@media (max-width: 1023px) {
  .services__button {
    margin: 13.0208333333vw 0 0 0;
  }
}
@media (max-width: 768px) {
  .services__button {
    margin: 15.625vw 0 0 0;
  }
}
.services__watermark-1, .services__watermark-2 {
  left: 0;
  bottom: 0;
  fill: #535353;
}
.services__watermark-1 {
  transform: translate(-15%, 5%);
  width: 11.5vw;
  height: 18.125vw;
}
@media (max-width: 1023px) {
  .services__watermark-1 {
    width: 23.9583333333vw;
    height: 37.7604166667vw;
  }
}
@media (max-width: 768px) {
  .services__watermark-1 {
    width: 45.9375vw;
    height: 72.5vw;
  }
}
.services__watermark-2 {
  transform: translate(90%, 5%);
  width: 8.3125vw;
  height: 13.125vw;
}
@media (max-width: 1023px) {
  .services__watermark-2 {
    width: 17.3177083333vw;
    height: 27.34375vw;
  }
}
@media (max-width: 768px) {
  .services__watermark-2 {
    width: 33.125vw;
    height: 52.5vw;
  }
}

.services__icon-background {
  transition: fill 400ms;
}

.services__icon:hover .services__icon-background {
  fill: #a1bc31;
}

.services__icon:hover {
  pointer-events: all;
  cursor: pointer;
}

.promote__heading {
  text-align: center;
  font-family: "Montserrat Alternates";
  font-weight: 300;
  color: #a1bc31;
  font-size: 20px;
}
@media (min-width: 320px) {
  .promote__heading {
    font-size: calc(20px + 64.75 * (100vw - 320px) / 2240);
  }
}
@media (min-width: 2560px) {
  .promote__heading {
    font-size: 84.75px;
  }
}
.promote__heading {
  line-height: 1.2;
  margin: 0 0 1.5625vw 0;
  padding: 0 14.0625vw;
}
@media (max-width: 1023px) {
  .promote__heading {
    font-weight: 400;
    margin: 0 0 3.2552083333vw 0;
    padding: 0 6.5104166667vw;
  }
}
@media (max-width: 768px) {
  .promote__heading {
    margin: 0 0 7.8125vw 0;
    padding: 0;
  }
}
.promote__description {
  text-align: center;
  font-size: 14px;
}
@media (min-width: 320px) {
  .promote__description {
    font-size: calc(14px + 7 * (100vw - 320px) / 2240);
  }
}
@media (min-width: 2560px) {
  .promote__description {
    font-size: 21px;
  }
}
.promote__description {
  padding: 0 17.8125vw 6.25vw;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .promote__description {
    padding: 0;
  }
}
.promote__watermark-1, .promote__watermark-2 {
  bottom: 0;
  left: 50%;
  width: 11.5625vw;
  height: 20.625vw;
}
@media (max-width: 1023px) {
  .promote__watermark-1, .promote__watermark-2 {
    width: 24.0885416667vw;
    height: 42.96875vw;
  }
}
@media (max-width: 768px) {
  .promote__watermark-1, .promote__watermark-2 {
    width: 46.25vw;
    height: 82.5vw;
  }
}
.promote__watermark-1 {
  transform: translateX(-180%);
}
@media (max-width: 1023px) {
  .promote__watermark-1 {
    left: 0;
    right: auto;
    transform: translateX(-15%);
  }
}
.promote__watermark-2 {
  transform: translateX(80%) scaleX(-1);
}
@media (max-width: 1023px) {
  .promote__watermark-2 {
    left: auto;
    right: 0;
    transform: translateX(15%) translateY(-110%) scaleX(-1);
  }
}

.landscaping__steps-list {
  counter-reset: step;
  text-align: left;
}
.landscaping__step {
  position: relative;
  padding: 1.25vw 5.3125vw;
  margin: 0;
  border-color: #535353;
  border-style: solid;
  border-width: 0 0 2px 2px;
}
@media (max-width: 1023px) {
  .landscaping__step {
    padding: 2.6041666667vw 11.0677083333vw;
  }
}
.landscaping__step::before {
  counter-increment: step;
  content: counter(step);
  display: flex;
  position: absolute;
  width: 5.625vw;
  left: 0;
  top: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat Alternates";
  color: #535353;
  font-size: 32px;
}
@media (min-width: 320px) {
  .landscaping__step::before {
    font-size: calc(32px + 35 * (100vw - 320px) / 2240);
  }
}
@media (min-width: 2560px) {
  .landscaping__step::before {
    font-size: 67px;
  }
}
.landscaping__step::before {
  line-height: 1em;
  margin: 0;
}
@media (max-width: 1023px) {
  .landscaping__step::before {
    width: 11.71875vw;
  }
}
@media (max-width: 768px) {
  .landscaping__step::before {
    width: 9.375vw;
  }
}
.landscaping__step:nth-child(even) {
  border-width: 0 2px 2px 0;
}
@media (max-width: 768px) {
  .landscaping__step:nth-child(even) {
    padding: 6.25vw 10.9375vw 6.25vw 0;
  }
}
.landscaping__step:nth-child(even)::before {
  left: auto;
  right: 0;
}
@media (max-width: 768px) {
  .landscaping__step:nth-child(odd) {
    padding: 6.25vw 0 6.25vw 10.9375vw;
  }
}
.landscaping__step:nth-child(1) {
  border-width: 2px 0 2px 2px;
}
.landscaping__step-number:nth-child(even) {
  right: 0;
}
.landscaping__step-title {
  font-family: "Montserrat Alternates";
  font-weight: 300;
  color: #a1bc31;
  font-size: 14px;
}
@media (min-width: 320px) {
  .landscaping__step-title {
    font-size: calc(14px + 18 * (100vw - 320px) / 2240);
  }
}
@media (min-width: 2560px) {
  .landscaping__step-title {
    font-size: 32px;
  }
}
.landscaping__step-title {
  margin: 0;
  padding: 0 0 0.9375vw 0;
}
@media (max-width: 1023px) {
  .landscaping__step-title {
    padding: 0 0 1.953125vw 0;
  }
}
@media (max-width: 768px) {
  .landscaping__step-title {
    padding: 0 0 4.6875vw 0;
  }
}
.landscaping__step-description {
  color: #ffffff;
  font-size: 14px;
}
@media (min-width: 320px) {
  .landscaping__step-description {
    font-size: calc(14px + 4 * (100vw - 320px) / 2240);
  }
}
@media (min-width: 2560px) {
  .landscaping__step-description {
    font-size: 18px;
  }
}
.landscaping__step-description {
  line-height: 1.6;
  margin: 0;
  padding: 0;
}
.landscaping__button {
  margin: 4.6875vw 0;
}
@media (max-width: 1023px) {
  .landscaping__button {
    margin: 13.0208333333vw 0;
  }
}
@media (max-width: 768px) {
  .landscaping__button {
    margin: 15.625vw 0;
  }
}
.landscaping__watermark-1, .landscaping__watermark-2, .landscaping__watermark-3 {
  fill: #444444;
}
.landscaping__watermark-1 {
  top: 20%;
  right: 0;
  width: 9.6875vw;
  height: 10.054375vw;
  transform: translateX(30%) rotate(-40deg) scaleX(-1);
}
@media (max-width: 1023px) {
  .landscaping__watermark-1 {
    width: 20.1822916667vw;
    height: 20.9466145833vw;
  }
}
@media (max-width: 768px) {
  .landscaping__watermark-1 {
    width: 48.4375vw;
    height: 50.271875vw;
  }
}
.landscaping__watermark-2 {
  top: 50%;
  left: 0;
  width: 13.4375vw;
  height: 13.4375vw;
  transform: translateX(-20%) rotate(50deg);
}
@media (max-width: 1023px) {
  .landscaping__watermark-2 {
    width: 27.9947916667vw;
    height: 27.9947916667vw;
  }
}
@media (max-width: 768px) {
  .landscaping__watermark-2 {
    width: 67.1875vw;
    height: 67.1875vw;
  }
}
.landscaping__watermark-3 {
  bottom: 0;
  left: 50%;
  width: 7.5vw;
  height: 7.784375vw;
  transform: translate(-200%, 20%) rotate(160deg);
}
@media (max-width: 1023px) {
  .landscaping__watermark-3 {
    width: 15.625vw;
    height: 16.2174479167vw;
  }
}
@media (max-width: 768px) {
  .landscaping__watermark-3 {
    width: 37.5vw;
    height: 38.921875vw;
  }
}

.lawn__cards-list {
  margin: 6.25vw 0 0 0;
}
@media (max-width: 1023px) {
  .lawn__cards-list {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .lawn__cards-list {
    margin-bottom: -15.625vw;
  }
}
.lawn__card {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  border: #cdcdcd solid 1px;
  align-items: center;
  width: 21.875vw;
  margin: 3.125vw 0 0 0;
}
@media (max-width: 1023px) {
  .lawn__card {
    width: 45.5729166667vw;
    margin: 0 auto 6.5104166667vw auto;
  }
}
@media (max-width: 768px) {
  .lawn__card {
    width: 100%;
    margin: 0 auto 15.625vw auto;
  }
}
.lawn__card_premium {
  background-color: #3d3d3d;
  margin: 0;
}
@media (max-width: 1023px) {
  .lawn__card_premium {
    width: 45.5729166667vw;
    margin: 0 auto 6.5104166667vw auto;
  }
}
@media (max-width: 768px) {
  .lawn__card_premium {
    width: 100%;
    margin: 0 auto 15.625vw auto;
  }
}
.lawn__offer-name {
  font-family: "Montserrat Alternates";
  font-weight: 600;
  font-size: 28px;
}
@media (min-width: 320px) {
  .lawn__offer-name {
    font-size: calc(28px + 7 * (100vw - 320px) / 2240);
  }
}
@media (min-width: 2560px) {
  .lawn__offer-name {
    font-size: 35px;
  }
}
.lawn__offer-name {
  line-height: 1em;
  color: #3d3d3d;
  margin: 3.125vw 0;
}
@media (max-width: 1023px) {
  .lawn__offer-name {
    margin: 6.5104166667vw 0;
  }
}
@media (max-width: 768px) {
  .lawn__offer-name {
    margin: 10.9375vw 0;
  }
}
.lawn__offer-name_premium {
  line-height: 1.5em;
  text-align: center;
  color: #ffffff;
  background-color: #a1bc31;
  width: 100%;
  padding: 0.625vw 2.5vw;
  margin: 0 0 3.125vw 0;
}
.lawn__card-mark {
  color: #a1bc31;
  font-size: 14px;
}
@media (min-width: 320px) {
  .lawn__card-mark {
    font-size: calc(14px + 3.5 * (100vw - 320px) / 2240);
  }
}
@media (min-width: 2560px) {
  .lawn__card-mark {
    font-size: 17.5px;
  }
}
.lawn__card-mark {
  line-height: 1em;
  margin: 0.9375vw 0;
}
@media (max-width: 1023px) {
  .lawn__card-mark {
    margin: 1.953125vw 0;
  }
}
@media (max-width: 768px) {
  .lawn__card-mark {
    margin: 4.6875vw 0;
  }
}
.lawn__card-mark-icon {
  fill: #a1bc31;
  width: 0.75vw;
  height: 0.75vw;
  margin: 0 0.3125vw;
}
@media (max-width: 1023px) {
  .lawn__card-mark-icon {
    width: 1.5625vw;
    height: 1.5625vw;
    margin: 0 0.6510416667vw;
  }
}
@media (max-width: 768px) {
  .lawn__card-mark-icon {
    width: 3.125vw;
    height: 3.125vw;
    margin: 0 1.5625vw;
  }
}
.lawn__offer-advantages-list {
  font-size: 14px;
}
@media (min-width: 320px) {
  .lawn__offer-advantages-list {
    font-size: calc(14px + 2 * (100vw - 320px) / 2240);
  }
}
@media (min-width: 2560px) {
  .lawn__offer-advantages-list {
    font-size: 16px;
  }
}
.lawn__offer-advantages-list {
  line-height: 1.5em;
  text-align: center;
  width: 16.875vw;
  margin: 0;
  padding: 0;
}
@media (max-width: 1023px) {
  .lawn__offer-advantages-list {
    width: 35.15625vw;
  }
}
@media (max-width: 768px) {
  .lawn__offer-advantages-list {
    width: 100%;
    padding: 0 1.5625vw;
  }
}
.lawn__offer-advantage {
  display: block;
  list-style: none;
  padding: 0.9375vw 5px;
}
@media (max-width: 1023px) {
  .lawn__offer-advantage {
    padding: 1.953125vw 5px;
  }
}
@media (max-width: 768px) {
  .lawn__offer-advantage {
    padding: 4.6875vw 5px;
  }
}
.lawn__offer-advantage_ordinary:nth-child(odd) {
  background-color: #f5f5f5;
}
.lawn__offer-advantage_premium {
  color: #ffffff;
  background-color: #3d3d3d;
}
.lawn__offer-advantage_premium:nth-child(even) {
  border-color: #535353;
  border-style: solid;
  border-width: 2px 0 2px 0;
}
.lawn__offer-watermark {
  position: absolute;
  left: 0;
  bottom: 0;
  fill: #efefef;
}
.lawn__offer-watermark_premium {
  fill: #535353;
}
.lawn__card-button {
  margin: 3.125vw 0;
}
@media (max-width: 1023px) {
  .lawn__card-button {
    width: auto;
    margin: 6.5104166667vw 0;
  }
}
@media (max-width: 768px) {
  .lawn__card-button {
    margin: 10.9375vw 0;
  }
}
.lawn__offer-watermark {
  bottom: 0;
  left: 0;
  width: 6.25vw;
  height: 5vw;
  transform: translate(10%, 5%);
}
@media (max-width: 1023px) {
  .lawn__offer-watermark {
    width: 13.0208333333vw;
    height: 10.4166666667vw;
  }
}
@media (max-width: 768px) {
  .lawn__offer-watermark {
    width: 31.25vw;
    height: 25vw;
  }
}
.lawn__watermark {
  fill: #efefef;
  bottom: 0;
  left: 0;
  width: 11.0625vw;
  height: 9.375vw;
  transform: translate(25%, 5%);
}
@media (max-width: 1023px) {
  .lawn__watermark {
    width: 23.046875vw;
    height: 19.53125vw;
  }
}
@media (max-width: 768px) {
  .lawn__watermark {
    display: none;
  }
}

.care__cards-list {
  position: relative;
  margin: 6.25vw 0 0 0;
}
@media (max-width: 1023px) {
  .care__cards-list {
    margin: 0 0 -13.0208333333vw 0;
  }
}
@media (max-width: 768px) {
  .care__cards-list {
    margin: 0 0 -31.25vw 0;
  }
}
.care__card {
  font-size: 14px;
}
@media (min-width: 320px) {
  .care__card {
    font-size: calc(14px + 3.5 * (100vw - 320px) / 2240);
  }
}
@media (min-width: 2560px) {
  .care__card {
    font-size: 17.5px;
  }
}
.care__card {
  line-height: 2;
  color: #ffffff;
  text-align: center;
  width: 21.875vw;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .care__card {
    width: 45.5729166667vw;
    margin: 0 auto 6.5104166667vw auto;
  }
}
@media (max-width: 768px) {
  .care__card {
    width: 100%;
    margin: 0 auto 15.625vw auto;
  }
}
@media (max-width: 1023px) {
  .care__offer_empty {
    display: none;
  }
}
.care__offer-period {
  font-family: "Montserrat Alternates";
  font-size: 17px;
}
@media (min-width: 320px) {
  .care__offer-period {
    font-size: calc(17px + 4.5 * (100vw - 320px) / 2240);
  }
}
@media (min-width: 2560px) {
  .care__offer-period {
    font-size: 21.5px;
  }
}
.care__offer-period {
  line-height: 1;
}
.care__offer-type {
  font-size: 24px;
}
@media (min-width: 320px) {
  .care__offer-type {
    font-size: calc(24px + 7 * (100vw - 320px) / 2240);
  }
}
@media (min-width: 2560px) {
  .care__offer-type {
    font-size: 31px;
  }
}
.care__offer-type {
  font-weight: 300;
  line-height: 1;
  color: #a1bc31;
  padding: 1.875vw 0;
}
@media (max-width: 1023px) {
  .care__offer-type {
    padding: 3.90625vw 0;
  }
}
@media (max-width: 768px) {
  .care__offer-type {
    padding: 9.375vw 0;
  }
}
.care__offers-list {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.care__card-button {
  margin: 3.125vw 0 0 0;
}
@media (max-width: 1023px) {
  .care__card-button {
    width: auto;
    margin: 6.5104166667vw 0 13.0208333333vw;
  }
}
@media (max-width: 768px) {
  .care__card-button {
    margin: 15.625vw 0 15.625vw;
  }
}
.care .cares__card-watermark-1,
.care .cares__card-watermark-2,
.care .cares__card-watermark-3,
.care .cares__card-watermark-4,
.care .cares__card-watermark-5,
.care .cares__card-watermark-6 {
  top: 35%;
  width: 1.710625vw;
  height: 7.5vw;
  fill: #535353;
}
@media (max-width: 1023px) {
  .care .cares__card-watermark-1,
  .care .cares__card-watermark-2,
  .care .cares__card-watermark-3,
  .care .cares__card-watermark-4,
  .care .cares__card-watermark-5,
  .care .cares__card-watermark-6 {
    width: 3.5638020833vw;
    height: 15.625vw;
  }
}
@media (max-width: 768px) {
  .care .cares__card-watermark-1,
  .care .cares__card-watermark-2,
  .care .cares__card-watermark-3,
  .care .cares__card-watermark-4,
  .care .cares__card-watermark-5,
  .care .cares__card-watermark-6 {
    width: 5.625vw;
    height: 24.0625vw;
  }
}
.care .cares__card-watermark-1,
.care .cares__card-watermark-2,
.care .cares__card-watermark-3 {
  left: 0;
}
.care .cares__card-watermark-4,
.care .cares__card-watermark-5,
.care .cares__card-watermark-6 {
  right: 0;
}
.care .cares__card-watermark-1 {
  transform: translate(-50%, 100%);
}
@media (max-width: 1023px) {
  .care .cares__card-watermark-1 {
    top: 0;
    bottom: auto;
    left: 50%;
    right: auto;
    transform: rotate(-90deg) translate(470%, -65%);
  }
}
@media (max-width: 768px) {
  .care .cares__card-watermark-1 {
    transform: rotate(-90deg) translate(470%, -65%);
  }
}
.care .cares__card-watermark-2 {
  transform: translate(-50%, 0);
}
@media (max-width: 1023px) {
  .care .cares__card-watermark-2 {
    top: 0;
    bottom: auto;
    left: 50%;
    right: auto;
    transform: rotate(90deg) translate(-450%, -50%);
  }
}
@media (max-width: 768px) {
  .care .cares__card-watermark-2 {
    transform: rotate(90deg) translate(-450%, -50%);
  }
}
.care .cares__card-watermark-3 {
  transform: translate(-50%, -100%);
}
@media (max-width: 1023px) {
  .care .cares__card-watermark-3 {
    top: auto;
    bottom: 0;
    left: 50%;
    right: auto;
    transform: rotate(-90deg) translate(50%, -65%);
  }
}
@media (max-width: 768px) {
  .care .cares__card-watermark-3 {
    transform: rotate(-90deg) translate(50%, -65%);
  }
}
.care .cares__card-watermark-4 {
  transform: translate(50%, 100%);
}
@media (max-width: 1023px) {
  .care .cares__card-watermark-4 {
    top: auto;
    bottom: 0;
    left: 50%;
    right: auto;
    transform: rotate(90deg) translate(-50%, -50%);
  }
}
@media (max-width: 768px) {
  .care .cares__card-watermark-4 {
    transform: rotate(90deg) translate(-50%, -50%);
  }
}
.care .cares__card-watermark-5 {
  transform: translate(50%, 0);
}
@media (max-width: 1023px) {
  .care .cares__card-watermark-5 {
    display: none;
  }
}
.care .cares__card-watermark-6 {
  transform: translate(50%, -100%);
}
@media (max-width: 1023px) {
  .care .cares__card-watermark-6 {
    display: none;
  }
}
.care .cares__watermark-1,
.care .cares__watermark-2,
.care .cares__watermark-3 {
  fill: #535353;
}
@media (max-width: 768px) {
  .care .cares__watermark-1,
  .care .cares__watermark-2,
  .care .cares__watermark-3 {
    display: none;
  }
}
.care .cares__watermark-1 {
  top: 50%;
  left: 0;
  width: 7.5vw;
  height: 21.5625vw;
  transform: translate(40%, -75%) rotate(225deg);
}
@media (max-width: 1023px) {
  .care .cares__watermark-1 {
    width: 12.5vw;
    height: 35.9375vw;
  }
}
.care .cares__watermark-2 {
  right: 0;
  bottom: 50%;
  width: 8.4375vw;
  height: 18.8125vw;
  transform: translate(-10%, 150%) rotate(225deg);
}
@media (max-width: 1023px) {
  .care .cares__watermark-2 {
    width: 14.0625vw;
    height: 31.3802083333vw;
  }
}
.care .cares__watermark-3 {
  left: 50%;
  bottom: 0;
  width: 8.125vw;
  height: 15.75vw;
  transform: translate(-200%, 25%) rotate(45deg);
}
@media (max-width: 1023px) {
  .care .cares__watermark-3 {
    width: 13.5416666667vw;
    height: 26.3020833333vw;
  }
}

.advertising__heading {
  font-family: "Montserrat Alternates";
  font-size: 20px;
}
@media (min-width: 320px) {
  .advertising__heading {
    font-size: calc(20px + 64.75 * (100vw - 320px) / 2240);
  }
}
@media (min-width: 2560px) {
  .advertising__heading {
    font-size: 84.75px;
  }
}
.advertising__heading {
  font-weight: 400;
  line-height: 1.2;
  color: #a1bc31;
  margin: 0;
  padding: 0;
}
.advertising__button {
  margin: 3.125vw 0 0 0;
}
@media (max-width: 1023px) {
  .advertising__button {
    margin: 6.5104166667vw 0 0 0;
  }
}
@media (max-width: 768px) {
  .advertising__button {
    margin: 15.625vw 0 0 0;
  }
}
.advertising__watermark-1 {
  bottom: 0;
  left: 0;
  width: 3.345625vw;
  height: 6.25vw;
  transform: translate(400%, -100%) rotate(-30deg);
}
.advertising__watermark-2 {
  bottom: 0;
  right: 0;
  width: 3.3125vw;
  height: 7.5vw;
  transform: translate(-550%, 20%) rotate(60deg);
}
.advertising__watermark-3 {
  left: 0;
  bottom: 0;
  width: 3.5vw;
  height: 3.125vw;
  transform: translate(-30%, -500%) scaleX(-1);
}
.advertising__watermark-4 {
  left: 0;
  top: 0;
  width: 8.75vw;
  height: 7.8125vw;
  transform: translate(200%, -20%) scaleX(-1);
}
.advertising__watermark-5 {
  right: 0;
  top: 0;
  width: 3.125vw;
  height: 3.125vw;
  transform: translate(-400%, 100%) scaleX(-1);
}
.advertising__watermark-6 {
  right: 0;
  top: 0;
  width: 4.55vw;
  height: 4.0625vw;
  transform: translate(-50%, 450%) rotate(45deg);
}
.advertising__watermark-7 {
  left: 0;
  bottom: 0;
  width: 4.55vw;
  height: 4.0625vw;
  transform: translate(600%, 40%) rotate(145deg);
}

.watering__plans-list {
  margin: 3.125vw 0 0 0;
}
@media (max-width: 1023px) {
  .watering__plans-list {
    margin: 6.5104166667vw 0 0 0;
  }
}
@media (max-width: 768px) {
  .watering__plans-list {
    margin: 15.625vw 0 0 0;
  }
}
.watering__plan {
  position: relative;
  padding: 0 5.625vw;
  margin: 0;
  border-color: #535353;
  border-style: solid;
}
@media (max-width: 1023px) {
  .watering__plan {
    padding: 0 11.71875vw;
  }
}
@media (max-width: 768px) {
  .watering__plan {
    padding: 0 9.375vw;
  }
}
.watering__plan:nth-child(1) {
  border-width: 0 0.625vw 0 0;
  margin: 0 0 0.9375vw 0;
}
@media (max-width: 1023px) {
  .watering__plan:nth-child(1) {
    border-width: 0 0.6510416667vw 0 0;
    margin: 0 0 1.3020833333vw 0;
  }
}
@media (max-width: 768px) {
  .watering__plan:nth-child(1) {
    border-width: 0 1.5625vw 0 0;
    margin: 0 0 3.125vw 0;
  }
}
.watering__plan:nth-child(1)::before {
  content: "";
  display: block;
  position: absolute;
  width: 25%;
  height: 1.875vw;
  top: -1.875vw;
  right: -0.625vw;
  border-color: #535353;
  border-style: solid;
  border-width: 0.625vw 0.625vw 0 0;
  border-radius: 0 1.875vw 0 0;
}
@media (max-width: 1023px) {
  .watering__plan:nth-child(1)::before {
    height: 1.953125vw;
    top: -1.953125vw;
    right: -0.6510416667vw;
    border-width: 0.6510416667vw 0.6510416667vw 0 0;
    border-radius: 0 1.953125vw 0 0;
  }
}
@media (max-width: 768px) {
  .watering__plan:nth-child(1)::before {
    height: 4.6875vw;
    top: -4.6875vw;
    right: -1.5625vw;
    border-width: 1.5625vw 1.5625vw 0 0;
    border-radius: 0 4.6875vw 0 0;
  }
}
.watering__plan:nth-child(2) {
  border-width: 0.625vw 0 0.625vw 0.625vw;
  border-radius: 1.875vw 0 0 1.875vw;
  margin-right: 1.875vw;
}
@media (max-width: 1023px) {
  .watering__plan:nth-child(2) {
    border-width: 0.6510416667vw 0 0.6510416667vw 0.6510416667vw;
    border-radius: 1.953125vw 0 0 1.953125vw;
    margin-right: 1.953125vw;
  }
}
@media (max-width: 768px) {
  .watering__plan:nth-child(2) {
    border-width: 1.5625vw 0 1.5625vw 1.5625vw;
    border-radius: 4.6875vw 0 0 4.6875vw;
    margin-right: 4.6875vw;
  }
}
.watering__plan:nth-child(2)::before {
  content: "";
  display: block;
  position: absolute;
  width: 1.875vw;
  height: 1.875vw;
  bottom: -1.875vw;
  right: -1.875vw;
  border-color: #535353;
  border-style: solid;
  border-width: 0.625vw 0.625vw 0 0;
  border-radius: 0 1.875vw 0 0;
}
@media (max-width: 1023px) {
  .watering__plan:nth-child(2)::before {
    width: 1.953125vw;
    height: 1.953125vw;
    bottom: -1.953125vw;
    right: -1.953125vw;
    border-width: 0.6510416667vw 0.6510416667vw 0 0;
    border-radius: 0 1.953125vw 0 0;
  }
}
@media (max-width: 768px) {
  .watering__plan:nth-child(2)::before {
    width: 4.6875vw;
    height: 4.6875vw;
    bottom: -4.6875vw;
    right: -4.6875vw;
    border-width: 1.5625vw 1.5625vw 0 0;
    border-radius: 0 4.6875vw 0 0;
  }
}
.watering__plan:nth-child(2)::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.875vw;
  height: 1.875vw;
  top: -1.875vw;
  right: -1.875vw;
  border-color: #535353;
  border-style: solid;
  border-width: 0 0.625vw 0.625vw 0;
  border-radius: 0 0 1.875vw 0;
}
@media (max-width: 1023px) {
  .watering__plan:nth-child(2)::after {
    width: 1.953125vw;
    height: 1.953125vw;
    top: -1.953125vw;
    right: -1.953125vw;
    border-width: 0 0.6510416667vw 0.6510416667vw 0;
    border-radius: 0 0 1.953125vw 0;
  }
}
@media (max-width: 768px) {
  .watering__plan:nth-child(2)::after {
    width: 4.6875vw;
    height: 4.6875vw;
    top: -4.6875vw;
    right: -4.6875vw;
    border-width: 0 1.5625vw 1.5625vw 0;
    border-radius: 0 0 4.6875vw 0;
  }
}
.watering__plan:nth-child(3) {
  border-width: 0 0.625vw 0.625vw 0;
  border-radius: 0 0 1.875vw 0;
  margin: 0.9375vw 0 0 0;
}
@media (max-width: 1023px) {
  .watering__plan:nth-child(3) {
    border-width: 0 0.6510416667vw 0 0;
    border-radius: 0;
    margin: 1.3020833333vw 0 0 0;
    padding-bottom: 19.53125vw;
  }
}
@media (max-width: 599px) {
  .watering__plan:nth-child(3) {
    padding-bottom: 52.0833333333vw;
  }
}
@media (max-width: 768px) {
  .watering__plan:nth-child(3) {
    border-width: 0 1.5625vw 0 0;
    border-radius: 0;
    margin: 3.125vw 0 0 0;
    padding-bottom: 93.75vw;
  }
}
@media (max-width: 1023px) {
  .watering__plan:nth-child(3)::before {
    content: "";
    display: block;
    position: absolute;
    width: 2.0833333333vw;
    border-color: #535353;
    border-style: solid;
    height: 1.953125vw;
    bottom: -1.953125vw;
    right: -0.6510416667vw;
    border-width: 0 0.6510416667vw 0.6510416667vw 0;
    border-radius: 0 0 1.953125vw 0;
  }
}
@media (max-width: 768px) {
  .watering__plan:nth-child(3)::before {
    width: 5vw;
    height: 4.6875vw;
    bottom: -4.6875vw;
    right: -1.5625vw;
    border-width: 0 1.5625vw 1.5625vw 0;
    border-radius: 0 0 4.6875vw 0;
  }
}
.watering__plan-title {
  font-family: "Montserrat Alternates";
  font-weight: 300;
  font-size: 24px;
}
@media (min-height: 320px) {
  .watering__plan-title {
    font-size: calc(24px + 7 * (100vh - 320px) / 1120);
  }
}
@media (min-height: 1440px) {
  .watering__plan-title {
    font-size: 31px;
  }
}
.watering__plan-title {
  line-height: 1;
  color: #a1bc31;
  padding: 3.125vw 0 1.875vw 0;
}
@media (max-width: 1023px) {
  .watering__plan-title {
    padding: 6.5104166667vw 0 3.90625vw 0;
  }
}
@media (max-width: 768px) {
  .watering__plan-title {
    padding: 15.625vw 0 9.375vw 0;
  }
}
.watering__plan-description {
  font-size: 14px;
}
@media (min-width: 320px) {
  .watering__plan-description {
    font-size: calc(14px + 3.5 * (100vw - 320px) / 2240);
  }
}
@media (min-width: 2560px) {
  .watering__plan-description {
    font-size: 17.5px;
  }
}
.watering__plan-description {
  color: #ffffff;
  line-height: 1.8;
}
.watering__plan-button {
  margin: 3.125vw 0;
}
@media (max-width: 1023px) {
  .watering__plan-button {
    margin: 6.5104166667vw 0;
  }
}
@media (max-width: 768px) {
  .watering__plan-button {
    margin: 15.625vw 0;
  }
}
.watering__hunter {
  display: block;
  position: absolute;
  left: -100%;
  bottom: 0%;
  transform: translateY(-15.625vw);
}
@media (max-width: 1023px) {
  .watering__hunter {
    left: 0;
    transform: translateY(1.953125vw);
  }
}
@media (max-width: 599px) {
  .watering__hunter {
    left: 0;
    transform: translate(11.71875vw, -13.0208333333vw);
  }
}
@media (max-width: 768px) {
  .watering__hunter {
    left: 0;
    transform: translate(9.375vw, -31.25vw);
  }
}
.watering__hunter-logo {
  fill: #fff;
  width: 9.375vw;
  height: 2.125vw;
  margin: 0 0 1.5625vw 0;
}
@media (max-width: 1023px) {
  .watering__hunter-logo {
    width: 15.625vw;
    height: 3.515625vw;
    margin: 0 0 3.2552083333vw 0;
  }
}
@media (max-width: 768px) {
  .watering__hunter-logo {
    width: 37.5vw;
    height: 8.4375vw;
    margin: 0 0 7.8125vw 0;
  }
}
.watering__hunter-description {
  width: 18.75vw;
  font-size: 14px;
}
@media (min-width: 320px) {
  .watering__hunter-description {
    font-size: calc(14px + 3.5 * (100vw - 320px) / 2240);
  }
}
@media (min-width: 2560px) {
  .watering__hunter-description {
    font-size: 17.5px;
  }
}
.watering__hunter-description {
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .watering__hunter-description {
    width: 32.5520833333vw;
  }
}
@media (max-width: 768px) {
  .watering__hunter-description {
    width: 56.25vw;
  }
}
.watering__watermark-1 {
  bottom: 0;
  left: 0;
  width: 38.875vw;
  height: 14.6875vw;
  transform: translate(-99.9%, 0.875vw);
  fill: #535353;
}
@media (max-width: 1023px) {
  .watering__watermark-1 {
    left: auto;
    right: 0;
    width: 40.4947916667vw;
    height: 15.3645833333vw;
    transform: translate(-1.953125vw, 2.9947916667vw);
  }
}
@media (max-width: 768px) {
  .watering__watermark-1 {
    width: 97.1875vw;
    height: 36.875vw;
    transform: translate(-4.6875vw, 7.1875vw);
  }
}
.watering__watermark-2 {
  top: 0;
  right: 24.5%;
  width: 3.8125vw;
  height: 2.125vw;
  transform: translateY(0.5vw);
  fill: #535353;
}
@media (max-width: 1023px) {
  .watering__watermark-2 {
    width: 3.90625vw;
    height: 2.2135416667vw;
    transform: translateY(3.7760416667vw);
  }
}
@media (max-width: 768px) {
  .watering__watermark-2 {
    width: 9.375vw;
    height: 5.3125vw;
    transform: translateY(9.0625vw);
  }
}

@media (min-width: 1024px) {
  .trees .gallery {
    margin-top: 100px;
  }
}
.trees__pruning {
  text-align: center;
}
.trees__pruning-title {
  font-size: 24px;
}
@media (min-width: 320px) {
  .trees__pruning-title {
    font-size: calc(24px + 7 * (100vw - 320px) / 2240);
  }
}
@media (min-width: 2560px) {
  .trees__pruning-title {
    font-size: 31px;
  }
}
.trees__pruning-title {
  color: #a1bc31;
  margin: 3.125vw 0;
  padding: 0;
}
@media (max-width: 1023px) {
  .trees__pruning-title {
    margin: 3.125vw 0;
  }
}
@media (max-width: 768px) {
  .trees__pruning-title {
    margin: 3.125vw 0;
  }
}
.trees__pruning-description {
  text-align: left;
  font-size: 14px;
}
@media (min-width: 320px) {
  .trees__pruning-description {
    font-size: calc(14px + 5.5 * (100vw - 320px) / 2240);
  }
}
@media (min-width: 2560px) {
  .trees__pruning-description {
    font-size: 19.5px;
  }
}
.trees__pruning-image-wrapper {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-end;
}
.trees__pruning-image {
  fill: #cdcdcd;
}
.trees__pruning-image-1 {
  width: 5.8125vw;
  height: 17.375vw;
}
@media (max-width: 1023px) {
  .trees__pruning-image-1 {
    width: 6.1197916667vw;
    height: 18.0989583333vw;
  }
}
@media (max-width: 768px) {
  .trees__pruning-image-1 {
    width: 14.6875vw;
    height: 43.4375vw;
  }
}
.trees__pruning-image-2 {
  width: 8.625vw;
  height: 18.75vw;
}
@media (max-width: 1023px) {
  .trees__pruning-image-2 {
    width: 8.984375vw;
    height: 19.53125vw;
  }
}
@media (max-width: 768px) {
  .trees__pruning-image-2 {
    width: 21.5625vw;
    height: 46.875vw;
  }
}
.trees__pruning-image-3, .trees__pruning-image-4 {
  width: 11.6875vw;
  height: 18.75vw;
}
@media (max-width: 1023px) {
  .trees__pruning-image-3, .trees__pruning-image-4 {
    width: 12.2395833333vw;
    height: 19.53125vw;
  }
}
@media (max-width: 768px) {
  .trees__pruning-image-3, .trees__pruning-image-4 {
    width: 29.375vw;
    height: 46.875vw;
  }
}
.trees__pruning-image-5 {
  width: 12.625vw;
  height: 18.75vw;
}
@media (max-width: 1023px) {
  .trees__pruning-image-5 {
    width: 13.1510416667vw;
    height: 19.53125vw;
  }
}
@media (max-width: 768px) {
  .trees__pruning-image-5 {
    width: 31.5625vw;
    height: 46.875vw;
  }
}
.trees__pruning-image-6 {
  width: 8.625vw;
  height: 17.125vw;
}
@media (max-width: 1023px) {
  .trees__pruning-image-6 {
    width: 8.984375vw;
    height: 17.8385416667vw;
  }
}
@media (max-width: 768px) {
  .trees__pruning-image-6 {
    width: 21.5625vw;
    height: 42.8125vw;
  }
}
.trees__button {
  margin: 3.125vw 0 0 0;
}
@media (max-width: 1023px) {
  .trees__button {
    margin: 3.2552083333vw 0 6.5104166667vw 0;
  }
}
@media (max-width: 768px) {
  .trees__button {
    margin: 15.625vw 0 15.625vw 0;
  }
}