/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*! 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 {
  -webkit-box-sizing: content-box;
  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 {
  -webkit-box-sizing: border-box;
  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"] {
  -webkit-box-sizing: border-box;
  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;
}

/* End Normalize.css */

/* Start Main style */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 1px;
}

body {
  font-family: "Manrope", Arial, sans-serif;
  background-color: #F2F2F2;
  color: #1E2A38;
  overflow-x: auto;
  font-size: 18rem;
  font-weight: 500;
  line-height: normal;
  min-height: 100vh;
  position: relative;
}

.body__inner {
  overflow-x: hidden;
}

.container {
  max-width: 1440rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 40rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a {
  color: inherit !important;
  margin-top: 0;
  /* line-height: 130%; */
}

h1 {
  font-size: 50rem;
  font-weight: 700;
  margin: 0 0 20rem;
}

h2 {
  font-size: 36rem;
  font-weight: 700;
  margin: 0 0 20rem;
}

h3,
h4 {
  margin-bottom: 15rem;
}

h3 {
  font-weight: 500;
}

p {
  margin-bottom: 10rem;
}

a {
  text-decoration: none !important;
  color: inherit !important;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

a:hover {
  color: #2986CC !important;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  outline: inherit;
}

.button {
  background-color: #2986CC;
  color: #fff !important;
  border-radius: 10rem;
  padding: 15.5rem 34rem !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: inherit;
  line-height: 28.8rem;
  text-align: center;
  cursor: pointer;
  gap: 12rem;
  border: 1px solid transparent;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.button:hover {
  background-color: #1E2A38;
  color: #fff !important;
}

.button--white {
  background-color: #F2F2F2;
  border-color: #1E2A3833;
  color: #1E2A38 !important;
  padding: 15.5rem 32.5rem !important;
}

.button--white:hover {
  background-color: #2986CC;
  color: #fff !important;
  border-color: #2986CC;
}

.button svg {
  display: block;
  width: 21.6rem;
  height: auto;
}

.button--white path {
  -webkit-transition: stroke 0.3s;
  -o-transition: stroke 0.3s;
  transition: stroke 0.3s;
}

.button--white:hover path {
  stroke: #fff;
}

input {
  border: 1px solid transparent;
  background: #1515150D;
  border-radius: 10rem;
  display: block;
  padding: 0 20rem 0 40rem !important;
  height: 73rem;
  width: 100%;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none;
  line-height: normal;
  font-weight: 500;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

input::-webkit-input-placeholder {
  font-weight: 500;
  color: #1E2A3880 !important;
}

input::-moz-placeholder {
  font-weight: 500;
  color: #1E2A3880 !important;
}

input:-ms-input-placeholder {
  font-weight: 500;
  color: #1E2A3880 !important;
}

input::-ms-input-placeholder {
  font-weight: 500;
  color: #1E2A3880 !important;
}

input::placeholder {
  font-weight: 500;
  color: #1E2A3880 !important;
}

input:hover,
input:focus {
  background-color: #1515151A;
}

textarea {
  resize: none;
}

/* End Main style */

/* Start Header Section */
.header {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30rem;
}

.header__container {
  width: 49%;
  padding: 26rem 0rem 40rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15rem;
}

.logo {
  display: block;
  max-width: 117rem;
  width: 100%;
}

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

.header__nav {
  max-width: 370rem;
  width: 100%;
  margin: 0;
}

.header__nav-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin: 0;
}

.header__nav li {
  line-height: normal;
}

.header__nav a,
.header__lang {
  font-size: 14rem;
  line-height: 31rem;
  vertical-align: middle;
}

.header__nav-link {
  color: #1b1c1e;
  text-decoration: none;
  font-weight: 500;

}

.header__lang-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
  gap: 10rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header__lang-switcher--mobile {
  display: none;
}

.header__lang {
  display: block;
}

.header__fake-box {
  width: 51%;
}

.header__burger {
  display: none;
}

/* End Header Section */

/* Start Hero Section */
.hero {
  padding-right: 0 !important;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30rem;
}

.hero__content {
  padding-top: 142rem;
  width: 49%;
}

.hero__image {
  width: 51%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 0 0 0 50rem;
}

.hero__subtitle {
  max-width: 560rem;
  margin-bottom: 60rem;
}

.hero__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
  margin-bottom: 20rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hero__note {
  font-size: 16rem;
  max-width: 410rem;
  color: #1E2A38CC;
  margin-bottom: 0;
}

/* End Hero Section */

/* Start About Section */
.about {
  padding-top: 100rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30rem;
}

.about__content {
  width: 51%;
}

.about__subtitle {
  max-width: 510rem;
  margin-bottom: 0;
}

.about__features {
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10rem;
}

.about__feature {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(50% - 10rem);
  flex: 1 1 calc(50% - 10rem);
  background-color: #2986CC;
  color: #fff;
  border-radius: 10rem;
  padding: 34rem 15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.about__feature--dark {
  background-color: #1b1c1e;
}

.about__feature--light {
  background-color: #fff;
  color: inherit;
}

.about__feature--wide {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

/* End About Section */

/* Start Products Section */
.products {
  padding-top: 100rem;
}

.products__title {
  max-width: 630rem;
  margin-bottom: 32rem;
}

.products__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20rem 1fr 20rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20rem;
  margin-bottom: 60rem;
}

.products__item {
  background-color: #fff;
  border-radius: 10rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.products__image {
  width: 100%;
  height: 77%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.products__name {
  padding: 29rem 10rem;
  text-align: center;
  margin-bottom: 0;
  height: 23%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.products__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* End Products Section */

/* Start Footer Section */
.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20rem;
  padding-top: 100rem;
  margin-bottom: 60rem;
}

.footer-left {
  padding: 40rem 15px;
  background-color: #fff;
  border-radius: 10rem;
  width: 67.5%;
}

.footer-left__inner {
  max-width: 820rem;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-left__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 50%;
  max-width: 395rem;
}

.contact-form {
  width: 50%;
  max-width: 367rem;
}

.contact-form p {
  margin-bottom: 0 !important;
}

.contact-form br {
  display: none;
}

.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-not-valid {
  border-color: #f00;
}

.wpcf7-spinner {
  position: absolute;
  bottom: 24rem;
  left: 50%;
  width: 24rem;
  height: 24rem;
  transform: translateX(-50%);
  margin: 0 !important;
}

.contact-form__input {
  margin-bottom: 4rem !important;
}

.wpcf7-response-output {
  position: absolute;
  bottom: -55rem;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  /* bottom: -60rem; */
  margin: 0 !important;
  background: #fff;
  font-size: 14rem;
  line-height: normal;
  border-width: 1px !important;
  z-index: 2;
  padding: 5rem 10rem !important;
}

.contact-form__button {
  width: 100%;
  color: #fff !important;
  font-weight: 700;
  font-size: inherit;
  text-transform: uppercase;
}

.footer__right {
  padding: 40rem 15px;
  width: 32.5%;
  background-color: #fff;
  border-radius: 10rem;
}

.footer__right-inner {
  max-width: 360rem;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.footer__right-logo {
  display: none;
}

.footer__contact-title {
  margin-bottom: 20rem;
}

.footer__phone {
  font-weight: 700;
  font-size: 40rem;
  margin-bottom: 20rem;
  display: block;
}

.footer__email {
  display: block;
  margin-bottom: 20rem;

}

.footer__address {
  display: block;
}

/* End Footer Section */

@media (max-width: 1400px) {
  html {
    font-size: 0.95px;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1300px) {
  html {
    font-size: 0.9px;
  }
}

@media (max-width: 1025px) {

  /* Start Main style */
  html {
    font-size: 0.8px;
  }

  h1,
  h2,
  h3 {
    margin-bottom: 15px;
  }

  .container {
    max-width: 600px;
  }

  p {
    margin-bottom: 10px;
  }

  .button {
    border-radius: 10px;
  }

  /* End Main style */

  /* Start Header Section */
  .header {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .header__container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px 15px 20px;
    gap: 20px;
  }

  .logo {
    max-width: 117px;
  }

  .header__logo {
    max-width: 100px;
  }

  .header__nav {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    background-color: #fff;
    padding: 30px 55px;
    z-index: 2;
    -webkit-transform: translateY(-100%) translate(-50%);
    -ms-transform: translateY(-100%) translate(-50%);
    transform: translateY(-100%) translate(-50%);
    opacity: 0;
    border-bottom: 2px solid #2986CC;
    -webkit-transition: .3s transform, .3s opacity;
    -o-transition: .3s transform, .3s opacity;
    transition: .3s transform, .3s opacity;
  }

  .header__nav--active {
    -webkit-transform: translateY(0%) translate(-50%);
    -ms-transform: translateY(0%) translate(-50%);
    transform: translateY(0%) translate(-50%);
    opacity: 1;
  }

  .header__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
  }

  .header__nav a,
  .header__lang {
    font-size: 14px;
    line-height: 31px;
  }

  .header__lang-switcher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10rem;
    padding: 0 10rem;
  }

  .header__lang-switcher--desktop {
    display: none;
  }

  .header__lang {
    display: block;
  }

  .header__fake-box {
    display: none;
  }

  .header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    outline: none;
    background-color: transparent;
    max-width: 48px;
    width: 100%;
    height: 100%;
    padding: 0;
    position: relative;
    cursor: pointer;
    z-index: 2;
  }

  .header__burger svg {
    width: 100% !important;
    display: block;
    pointer-events: none;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
  }

  .header__burger path {
    -webkit-transition: stroke .3s, fill .3s;
    -o-transition: stroke .3s, fill .3s;
    transition: stroke .3s, fill .3s;
  }

  .header__burger:hover path {
    stroke: #2986CC;
    fill: #2986CC;
  }

  .header__burger--hide {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
  }

  .header__burger--active .header__burger--show {
    opacity: 0;
  }

  .header__burger--active .header__burger--hide {
    opacity: 1;
  }

  /* End Header Section */

  /* Start Hero Section */
  .hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20rem;
    padding-left: 0 !important;
  }

  .hero__content {
    padding-top: 85px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero__image {
    width: 100%;
    border-radius: 0 0 0 100px;
  }

  .hero__title br {
    display: none;
  }

  .hero__subtitle {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .hero__buttons {
    gap: 8px;
    margin-bottom: 15px;
  }

  .hero__note {
    max-width: 100%;
  }

  /* End Hero Section */

  /* Start About Section */
  .about {
    padding-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }

  .about__content {
    width: 100%;
  }

  .about__subtitle {
    max-width: 100%;
  }

  .about__features {
    width: 100%;
  }

  .about__feature {
    border-radius: 10px;
    padding: 30px 10px;
  }

  /* End About Section */

  /* Start Products Section */
  .products {
    padding-top: 50px;
  }

  .products__title {
    margin-bottom: 20px;
  }

  .products__grid {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 30px;
  }

  .products__item {
    border-radius: 10px;
  }

  .products__name {
    padding: 40rem 10px;
  }

  .products__buttons {
    gap: 10px;
  }

  /* End Products Section */

  /* Start Footer Section */
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    padding-top: 50px;
    margin-bottom: 60px;
  }

  .footer-left,
  .footer__right {
    padding: 15px;
    border-radius: 10px;
    width: 100%;
  }

  .footer-left {
    position: relative;
    z-index: 1;
  }

  .footer-left__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }

  .footer-left__content {
    width: 100%;
    max-width: 100%;
  }

  .footer-left__title {
    margin-bottom: 0;
  }

  .footer-left__title br {
    display: none;
  }

  .footer-left__logo {
    display: none;
  }

  .contact-form {
    width: 100%;
    max-width: 100%;
  }

  .contact-form__input {
    margin-bottom: 4px !important;
  }

  .contact-form__button {
    padding: 10rem 24rem !important;
  }

  .wpcf7-response-output {
    bottom: -55rem;
    font-size: 14px;
  }

  .footer__right-inner {
    max-width: 100%;
  }

  .footer__right-logo {
    display: block;
    margin-bottom: 40px;
  }

  .footer__contact-title {
    margin-bottom: 30px;
  }

  .footer__phone,
  .footer__email {
    margin-bottom: 15px;
  }

  /* End Footer Section */
}

@media (max-width: 600px) {
  html {
    font-size: 1px;
  }

  body {
    font-size: 14rem;
  }

  h1 {
    font-size: 26rem;
  }

  h2 {
    font-size: 22rem;
  }

  h3 {
    font-size: 16px;
  }

  input {
    height: 62px;
  }

  .button {
    padding: 15rem 24rem !important;
  }

  .button--white {
    padding: 15rem 20rem !important;
  }

  .hero__note {
    font-size: 14rem;
  }

  .products__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .products__name {
    font-size: 16rem;
  }

  .wpcf7-response-output {
    bottom: -65px;
    padding: 5px !important;
  }

  .footer__phone {
    font-size: 36rem;
  }

  .footer__email,
  .footer__address {
    font-size: 16rem;
  }
}

@media (max-width: 380px) {
  html {
    font-size: 0.9px;
  }

  .footer__phone {
    font-size: 34rem;
  }
}

@media (min-width: 2100px) {
  html {
    font-size: 1.3px;
  }
}

@media (min-width: 3100px) {
  html {
    font-size: 1.8px;
  }
}

@media (min-width: 3800px) {
  html {
    font-size: 2.4px;
  }
}