.w-form-formrecaptcha {
  margin-bottom: 8px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #343434;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #a6a6a6;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #a6a6a6;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-align: left;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #a6a6a6;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

p {
  margin-bottom: 0px;
  color: #666;
  font-size: 16px;
  text-decoration: none;
}

a {
  color: #727272;
  text-decoration: none;
}

a:hover {
  color: #ff3e50;
}

.s-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  max-height: 1000px;
  padding-top: 100px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fcfcfc;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-color: #000;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  background-color: #fcfcfc;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-link {
  margin-left: 40px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
}

.nav-link:hover {
  color: #ff3e50;
}

.nav-link.w--current {
  color: #000;
}

.image {
  padding-left: 279px;
}

.h1-l_w {
  color: #fff;
  white-space: normal;
}

.h1-l_w.space_b_12 {
  margin-bottom: 12px;
  color: #fff;
}

.h1-l_w.space_b_12-copy {
  margin-bottom: 12px;
  color: #1a1a1a;
}

.h4-l_w {
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.h4-l_w.space_b_32 {
  margin-bottom: 32px;
}

.button-hero {
  padding: 15px 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 2px;
  background-color: rgba(255, 62, 80, 0);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.button-hero:hover {
  background-color: #fff;
}

.s-why {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 1300px;
  padding: 100px 55px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f7f7f7;
}

.h1-c_b {
  padding-left: 0px;
  text-align: center;
}

.h1-c_b.space_b_12 {
  margin-bottom: 12px;
}

.h2-l-b {
  width: 443px;
  margin-right: 24px;
  color: #343434;
  text-transform: uppercase;
}

.h2-l-b.text1 {
  width: auto;
  max-width: 463px;
}

.h2-l-b.text2 {
  width: auto;
  max-width: 400px;
}

.h2-l-b.text3 {
  width: auto;
  max-width: 443px;
}

.h4-l_g {
  color: #666;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.h4-l_g.space_b_24 {
  margin-bottom: 24px;
}

.square {
  display: block;
  margin-top: 8px;
  margin-right: 8px;
  background-color: #000;
}

._w-title-hero {
  position: absolute;
  left: 0%;
  right: auto;
  bottom: auto;
  z-index: 99;
  display: inline-block;
  margin-top: 60px;
}

.c-temporary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.c-temporary.spe {
  margin-top: -113px;
}

.background-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 96vw;
  height: 80vh;
  max-height: 668px;
  max-width: 1440px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #ff3e50;
}

.container-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-card-why {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 800px;
  margin-top: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #000;
  background-color: #fff;
}

.main-card-why.space_top {
  margin-top: 64px;
}

._w-card-why {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._w-info-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._w-icn-why {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 124px;
  height: 124px;
  margin-top: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
}

._w-text-why {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main-card-why-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 800px;
  margin-top: 48px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: transparent;
}

.h3-span_b {
  color: #000;
}

.s-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background-color: #ccc;
}

.product-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  height: auto;
  max-width: 1440px;
  margin-top: 160px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #000;
  background-color: #fff;
  box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.5);
}

._w-content-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  margin-top: 62px;
  padding-left: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.text-span-2 {
  color: #ff3e50;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: none;
}

.button-products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 340px;
  padding: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 2px;
  background-color: #ff3e50;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.button-products.space-t-32 {
  margin-top: 40px;
  padding-top: 14px;
  padding-bottom: 14px;
  border: 1px solid #ff3e50;
}

._w-product-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

._w-product-3 {
  display: block;
  margin-right: 80px;
  margin-left: 80px;
}

.column-items {
  display: block;
  padding-right: 43px;
  padding-left: 0px;
}

._w-product-item {
  margin-top: 48px;
}

._w-product-icn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 60px;
  margin-bottom: 8px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

._w-product-icn.special {
  width: 220px;
}

.text-button {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.h6-l_b {
  color: #000;
}

._w-content-1-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 80px;
  padding-right: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.s-we_want {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f7;
}

._w-content-1-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  padding-left: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

._w-content-1-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  margin-top: 200px;
  margin-bottom: 200px;
  padding-right: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._w-contact-us {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  min-width: 940px;
  margin-top: 96px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  background-color: #fff;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.h2-span {
  padding-right: 0px;
  text-transform: capitalize;
}

.c-we_want {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

._w-product-1-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.background_we_want {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95vw;
  height: auto;
  max-width: 1440px;
  margin-top: 96px;
  padding-bottom: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #f7f7f7;
}

.s-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f7;
}

._w-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  padding-right: 503px;
  padding-left: 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.background_about {
  margin-top: 48px;
  padding-bottom: 96px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #f7f7f7;
}

.s-footer {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.c-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin-top: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.logo {
  width: 142px;
}

.footer-columns {
  width: 94vw;
  padding-right: 12px;
  padding-left: 12px;
}

.p2-l {
  margin-top: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #000;
  font-size: 14px;
  line-height: 24px;
}

.p2-r {
  margin-top: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  text-align: right;
}

._w-icn-footer-1 {
  height: 32px;
}

._w-icn-footer-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.linkedin_icn_conteiner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  margin-left: 12px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: grey;
}

.linkedin_icn_conteiner:hover {
  background-color: #000;
}

.p3-r {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #000;
  font-size: 12px;
  line-height: 24px;
  text-align: right;
}

.p3-c {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #000;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
}

.space_b_4 {
  margin-bottom: 4px;
  color: #666;
}

.space_b_4.special {
  margin-bottom: 12px;
}

.space_b_24 {
  margin-bottom: 24px;
}

.title-feature {
  margin-bottom: 4px;
  letter-spacing: 0.2px;
}

.image-product1 {
  width: 50%;
}

.dropdown-style.w--open {
  padding-bottom: 8px;
  background-color: #fff;
  box-shadow: 0 6px 6px -6px #000;
}

.drop-link:hover {
  margin-right: 8px;
  margin-left: 8px;
  padding-right: 12px;
  padding-left: 12px;
  border-radius: 2px;
  background-color: #e0e0e0;
}

.drop-link.w--current {
  color: #000;
}

.icon {
  margin-right: 0px;
}

.dropdown-toggle {
  padding-right: 20px;
}

.dropdown-toggle:hover {
  color: #ff3e50;
}

.heading-4 {
  color: #908f8f;
}

.heading-5 {
  color: #8f8f8f;
}

.form-block {
  width: 600px;
  max-width: 600px;
  min-height: 200px;
  padding-top: 0px;
}

.h1-l_w-copy {
  color: #fff;
  white-space: normal;
}

.h1-l_w-copy.space_b_12 {
  margin-bottom: 12px;
  color: #000;
}

.h4-l_w-copy {
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.h4-l_w-copy.space_b_32 {
  margin-bottom: 32px;
  color: #000;
}

.s-contact_us {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding-top: 132px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2 {
  margin-top: 120px;
  margin-bottom: 100px;
}

.navbar-copy {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #000;
  background-color: #fff;
}

.p2-l-copy {
  margin-top: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #000;
  font-size: 16px;
  line-height: 26px;
}

.logo-copy {
  width: 200px;
}

._w-title-products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  max-width: 1440px;
  margin-top: 120px;
}

.button_contact {
  margin-top: 79px;
  margin-bottom: 79px;
  padding: 16px 120px;
  border: 1px solid #ff3e50;
  border-radius: 2px;
  background-color: #ff3e50;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 16px;
  font-weight: 700;
}

.button_contact:hover {
  background-color: #fff;
  color: #ff3e50;
}

._w-hero-animation {
  position: relative;
  overflow: visible;
  width: 940px;
  height: 668px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: rgba(255, 255, 255, 0);
}

.image_hero {
  position: absolute;
  left: 71%;
  top: auto;
  bottom: 0%;
  z-index: 1;
  width: 42%;
  margin-top: -11px;
}

._w-animation {
  position: absolute;
  left: 19px;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  width: 746px;
  height: 380px;
}

.r1 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
}

.r2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-bottom: 20px;
  margin-left: 20px;
}

.r3 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-bottom: 40px;
  margin-left: 40px;
}

.r4 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-bottom: 60px;
  margin-left: 60px;
}

.r5 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-bottom: 80px;
  margin-left: 80px;
}

.r6 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-bottom: 100px;
  margin-left: 100px;
}

.r7 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-bottom: 120px;
  margin-left: 120px;
}

.r8 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-bottom: 140px;
  margin-left: 140px;
}

.r9 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-bottom: 160px;
  margin-left: 160px;
}

.r10 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-bottom: 180px;
  margin-left: 180px;
}

.bottom_pattern-elemet {
  position: absolute;
  left: auto;
  top: auto;
  right: -40px;
  bottom: 0%;
  z-index: 1;
  display: block;
  overflow: visible;
  width: 100vw;
  height: 60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffb0bf), to(#ff3e50));
  background-image: linear-gradient(90deg, #ffb0bf, #ff3e50);
  opacity: 0.4;
}

._w-bottom_pattern {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.bottom_pattern-elemet2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -40px;
  z-index: 2;
  display: block;
  overflow: visible;
  width: 100vw;
  height: 60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffb0bf), to(#ff3e50));
  background-image: linear-gradient(90deg, #ffb0bf, #ff3e50);
  opacity: 0.4;
}

.bottom_pattern-elemet3 {
  position: absolute;
  left: auto;
  top: auto;
  right: -20px;
  bottom: -20px;
  z-index: 2;
  display: block;
  overflow: visible;
  width: 100vw;
  height: 60px;
  margin-left: 20px;
  padding-top: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffb0bf), to(#ff3e50));
  background-image: linear-gradient(90deg, #ffb0bf, #ff3e50);
  opacity: 0.4;
}

.image-6 {
  position: absolute;
  left: auto;
  top: 33%;
  right: 21.9vw;
  bottom: 0%;
}

.div-block-3 {
  position: -webkit-sticky;
  position: sticky;
  top: 220px;
}

.heading-3-copy {
  margin-top: 140px;
  padding-top: 0px;
  color: #919191;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

._w-product-1-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-4 {
  height: 1px;
  margin: 24px 60px;
  background-color: #afafaf;
}

.div-block-4-copy {
  height: 1px;
  margin: 60px 60px 100px;
  background-color: #ccc;
}

.h2-l-b-copy {
  color: #262626;
  font-size: 24px;
  line-height: 28px;
  text-align: left;
  text-transform: uppercase;
}

.text-button-copy {
  margin-top: 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #747474;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

._w-bottom-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 80px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.e-small {
  text-transform: none;
}

.text-span-5 {
  text-transform: none;
}

._w-product-covid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1060px;
  margin: 24px 60px;
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: rgba(255, 62, 80, 0.08);
  color: #ff3e50;
}

._w-covid {
  width: 50%;
  padding-right: 40px;
}

.heading-3 {
  padding: 0px 80px 80px 76px;
  color: #919191;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

.heading-3.special {
  padding-left: 40px;
  font-weight: 700;
}

.h3-span_r {
  color: #ff3e50;
}

.title-covid-text {
  margin-bottom: 16px;
}

.link-special {
  text-decoration: underline;
}

.textfield {
  height: 50px;
}

.lebel {
  color: #262626;
  font-size: 16px;
  line-height: 20px;
}

.textarea {
  min-height: 200px;
}

.container-4 {
  padding-right: 0px;
  padding-left: 0px;
}

.button_submit {
  width: 100%;
  margin-top: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  border: 1px solid #ff3e50;
  border-radius: 2px;
  background-color: #ff3e50;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 16px;
  font-weight: 700;
}

.button_submit:hover {
  background-color: #fff;
  color: #ff3e50;
}

.body2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ccc;
}

.form {
  padding: 24px 24px 48px;
  border: 1px solid #000;
  background-color: #fff;
}

.success-message {
  border: 1px solid #000;
  background-color: #fff;
}

.back-home {
  margin-top: 16px;
  padding-top: 0px;
}

.link {
  font-size: 16px;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 52.3%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-span-6 {
  text-transform: none;
}

.s-footer-copy {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.capcha {
  margin-top: 32px;
  margin-bottom: 32px;
}

.image-product2 {
  width: 100%;
}

.nav-link-tablet {
  display: none;
  margin-left: 40px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
}

.nav-link-tablet:hover {
  color: #ff3e50;
}

.nav-link-tablet.w--current {
  color: #000;
}

.nav-link-tablet-title {
  display: none;
  margin-left: 40px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
}

.nav-link-tablet-title:hover {
  color: #ff3e50;
}

.nav-link-tablet-title.w--current {
  color: #000;
}

.paragraph-3 {
  margin-bottom: 8px;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 14px;
}

.heading-c {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.c-wraper-c {
  position: fixed;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 999;
  display: none;
  width: 60%;
  padding: 12px 20px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #252525;
  box-shadow: 1px 1px 13px -7px #000;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-6 {
  width: 80%;
  padding-right: 40px;
}

.heading-c-button {
  padding: 6px 14px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: hsla(0, 0%, 100%, 0.06);
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  cursor: pointer;
}

.heading-c-button:hover {
  background-color: hsla(0, 0%, 100%, 0.16);
}

.heading-c-button-copy {
  padding-bottom: 6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.link-2 {
  padding-left: 0px;
}

@media screen and (min-width: 1280px) {
  .main-card-why {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .main-card-why-copy {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  ._w-product-item.specialf {
    margin-top: 68px;
  }

  .p3-c {
    text-align: center;
  }

  .image-6 {
    right: 20vw;
  }
}

@media screen and (min-width: 1440px) {
  .navbar {
    margin-right: auto;
    margin-left: auto;
  }

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

  .background-hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  ._w-product-item.special {
    margin-top: 68px;
  }

  ._w-contact-us {
    width: 60vw;
  }

  .background_we_want {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .background_about {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .linkedin_icn_conteiner:hover {
    background-color: #000;
  }

  .image-product1 {
    width: 50%;
  }

  .s-contact_us {
    position: relative;
  }

  .navbar-copy {
    margin-right: auto;
    margin-left: auto;
  }

  ._w-hero-animation {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-6 {
    right: 23.7vw;
  }

  ._w-product-covid {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .container-4 {
    position: relative;
    z-index: 10;
  }

  .image-product2 {
    width: 90%;
  }

  .text-span-7 {
    color: #fff;
  }

  .text-span-8 {
    color: #fff;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    color: #fff;
  }

  .image {
    padding-left: 0px;
  }

  .h1-l_w.space_b_12 {
    font-size: 50px;
    line-height: 50px;
  }

  .s-why {
    height: 1500px;
  }

  .h1-c_b.space_b_12 {
    padding: 0px;
    font-size: 50px;
    line-height: 50px;
  }

  .h2-l-b {
    max-width: 370px;
    margin-right: 0px;
    font-size: 26px;
    line-height: 32px;
  }

  .h2-l-b.text1 {
    width: 398px;
    max-width: 335px;
    font-size: 26px;
  }

  .h2-l-b.text2 {
    width: 330px;
    font-size: 26px;
  }

  ._w-title-hero {
    left: 2%;
  }

  .background-hero {
    width: auto;
  }

  .main-card-why {
    min-width: 740px;
  }

  .main-card-why.space_top {
    min-width: 740px;
  }

  ._w-content-1 {
    padding-left: 20px;
  }

  .button-products.space-t-32 {
    width: 260px;
  }

  ._w-product-3 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .column-items {
    padding-right: 20px;
  }

  ._w-product-item.tablet-space {
    margin-top: 70px;
  }

  ._w-content-1-2 {
    padding-right: 20px;
  }

  ._w-contact-us {
    width: 70vw;
    min-width: 730px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .h2-span {
    padding-right: 0px;
  }

  .s-about {
    width: 100%;
  }

  ._w-about {
    width: auto;
    padding-right: 60px;
    padding-left: 60px;
  }

  .footer-columns {
    width: 96vw;
  }

  .icon {
    color: #fff;
  }

  .dropdown-toggle {
    display: none;
    padding-left: 0px;
  }

  ._w-hero-animation {
    width: 760px;
  }

  .image_hero {
    right: 4%;
  }

  ._w-animation {
    left: -143px;
  }

  .heading-3-copy {
    font-size: 20px;
    line-height: 28px;
  }

  .div-block-4 {
    margin-right: 20px;
    margin-left: 20px;
  }

  ._w-product-covid {
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .heading-3.special {
    padding-right: 0px;
    padding-left: 0px;
  }

  .h1-tablet {
    font-size: 40px;
    line-height: 45px;
  }

  .paragraph {
    font-size: 15px;
  }

  .nav-menu {
    padding-top: 58px;
    padding-right: 100px;
    background-color: #474747;
    box-shadow: -4px 0 9px 4px rgba(0, 0, 0, 0.48);
  }

  .text-block {
    color: #fff;
  }

  .menu:active {
    background-color: transparent;
  }

  .nav-link-tablet {
    display: block;
    margin-left: 60px;
    color: #fff;
  }

  .nav-link-tablet-title {
    display: block;
    color: #fff;
  }

  .nav-link-tablet-title:hover {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .h1-l_w.space_b_12 {
    font-size: 40px;
  }

  .s-why {
    height: 1780px;
  }

  .h1-c_b.space_b_12 {
    padding-right: 4px;
    padding-left: 4px;
    font-size: 40px;
  }

  .h2-l-b {
    text-align: center;
  }

  .h2-l-b.text1 {
    max-width: 379px;
    text-align: center;
  }

  .h2-l-b.text2 {
    text-align: center;
  }

  ._w-title-hero {
    position: static;
  }

  .background-hero {
    height: auto;
  }

  .main-card-why {
    min-width: auto;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-card-why.space_top {
    min-width: auto;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._w-card-why {
    width: auto;
  }

  ._w-text-why {
    width: auto;
    padding-right: 24px;
  }

  .main-card-why-copy {
    min-width: auto;
  }

  ._w-content-1 {
    width: auto;
    margin-top: 40px;
    padding-left: 0px;
  }

  .button-products.space-t-32 {
    margin-top: 30px;
  }

  ._w-product-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._w-content-1-2 {
    width: auto;
    padding-right: 0px;
  }

  ._w-content-1-2-copy {
    width: auto;
    margin-top: 80px;
    margin-bottom: 0px;
  }

  ._w-contact-us {
    min-width: 460px;
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._w-product-1-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-block {
    width: auto;
  }

  .button_contact {
    margin-top: 24px;
    margin-bottom: 0px;
  }

  ._w-hero-animation {
    position: static;
    width: auto;
    height: 350px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .image_hero {
    display: none;
  }

  ._w-animation {
    display: none;
  }

  .div-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-3-copy {
    margin-top: 40px;
    padding-left: 20px;
  }

  ._w-product-covid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._w-covid {
    width: auto;
  }

  .heading-3.special {
    padding-bottom: 20px;
    font-size: 20px;
  }

  .image-product2 {
    width: 80%;
  }
}

@media screen and (max-width: 479px) {
  .h1-l_w.space_b_12-copy {
    font-size: 50px;
  }

  .s-why {
    height: 2220px;
  }

  .h2-l-b {
    width: 270px;
    max-width: 328px;
    text-align: center;
  }

  .h2-l-b.text1 {
    width: 300px;
    max-width: 330px;
  }

  .h2-l-b.text2 {
    width: auto;
    max-width: 310px;
  }

  .h2-l-b.text3 {
    max-width: 290px;
    text-align: center;
  }

  .main-card-why {
    width: 320px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .main-card-why.space_top {
    margin-right: auto;
    margin-left: auto;
  }

  ._w-card-why {
    padding-right: 10px;
    padding-left: 10px;
  }

  .product-card {
    width: 100%;
  }

  ._w-product-1 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._w-content-1-copy {
    width: auto;
    padding-left: 0px;
  }

  ._w-contact-us {
    width: auto;
    min-width: auto;
    padding-right: 4px;
    padding-left: 4px;
  }

  .h2-span {
    font-size: 22px;
    text-align: center;
  }

  ._w-about {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-columns {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer_column_1 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .p2-r {
    margin-bottom: 20px;
    text-align: left;
  }

  ._w-icn-footer-2 {
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
  }

  .div-block-2 {
    padding-right: 4px;
    padding-left: 4px;
  }

  .button_contact {
    padding-right: 100px;
    padding-left: 100px;
  }

  ._w-hero-animation {
    height: 500px;
  }

  .heading-3-copy {
    padding-right: 10px;
    padding-left: 10px;
  }

  .h2-l-b-copy {
    font-size: 20px;
  }

  ._w-bottom-card {
    margin-right: 0px;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  ._w-product-covid {
    margin-right: 10px;
    margin-left: 10px;
  }

  ._w-covid {
    padding-right: 0px;
  }

  .form {
    padding-right: 10px;
    padding-left: 10px;
  }

  .brand {
    width: 70%;
  }

  .image-product2 {
    width: 80%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .c-wraper-c {
    width: 100%;
  }
}