:root {
  --dark-grey: #50565d;
  --line: #50565d1a;
  --global-blach: #000;
  --global-white-border: #fff3;
  --subor-red: #e43e30;
  --global-white: #fff;
  --subor-color-2: #003c5b;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.header {
  z-index: 10;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: .5rem;
  padding-right: 80px;
  display: flex;
  position: fixed;
}

.hero {
  z-index: 6;
  background-color: var(--dark-grey);
  background-image: url('../images/line.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 600px;
  height: 100vh;
  position: relative;
}

.section-one {
  background-color: var(--dark-grey);
  flex-flow: column;
  padding-right: 80px;
  display: flex;
}

.section-two {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 4rem 9rem 4rem 4rem;
  display: flex;
}

.footer {
  border-top: 1px solid var(--line);
  padding: 2rem 10rem 1rem 4rem;
}

.section-tree {
  justify-content: center;
  align-items: flex-start;
  padding: 4rem 10rem 4rem 4rem;
  display: flex;
}

.body {
  letter-spacing: -.5px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

.tabs {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.tabs-menu {
  z-index: 1;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: none;
  height: 100px;
  margin-bottom: 0;
  padding-left: 4rem;
  padding-right: 8rem;
  display: flex;
  position: absolute;
  inset: auto auto 4rem;
}

.tabs-content {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.v-tab_pan {
  z-index: auto;
  height: 100vh;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.standard-tab {
  color: #ffffff78;
  cursor: pointer;
  background-color: #ddd0;
  width: 20%;
  min-width: 150px;
  max-width: 250px;
  height: 50%;
  padding: 0 1rem;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.3;
  transition: all .2s;
  display: flex;
}

.standard-tab:hover {
  color: #ffffffb3;
}

.standard-tab.w--current {
  color: #fff;
  background-color: #c8c8c800;
  width: 20%;
  min-width: 200px;
  height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.3;
  transition: all .2s;
  display: flex;
}

.hs-picture-wrapper {
  z-index: 0;
  background-color: var(--global-blach);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hs-images {
  opacity: .5;
  border-radius: 0;
  width: 100%;
  min-width: 100%;
  max-width: none;
  height: auto;
  min-height: 100%;
  position: absolute;
  inset: auto;
}

.hd-line {
  background-color: var(--global-white-border);
  justify-content: center;
  align-items: flex-end;
  width: 1px;
  height: 100%;
  margin-right: 0;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.line-full {
  background-color: var(--subor-red);
  width: 1px;
  height: 100%;
}

.fixed-right-menu {
  z-index: 9;
  border-left: .5px none var(--global-white-border);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff0;
  flex-flow: column;
  align-items: stretch;
  width: 80px;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.fixed-menu-part {
  border: .3px solid var(--global-white-border);
  color: var(--global-white);
  cursor: pointer;
  mix-blend-mode: normal;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.fixed-menu-part:hover {
  color: #ffffff80;
}

.fixed-menu-part.other {
  background-color: var(--subor-color-2);
  height: 80px;
}

.center-text {
  white-space: nowrap;
  mix-blend-mode: normal;
  width: 100%;
  transform: rotate(-90deg);
}

.hs-head-wrapper {
  z-index: 1;
  opacity: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: auto;
  margin-bottom: 220px;
  padding-left: 4rem;
  padding-right: 10rem;
  display: flex;
  position: absolute;
  inset: auto auto 0;
}

.heading {
  color: var(--global-white);
  width: 70%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 4rem;
  font-size: 4.5vw;
  line-height: 1.1;
}

.heading._001 {
  font-size: 3vw;
  position: relative;
}

.slider-cta {
  border: 1px solid var(--global-white-border);
  color: var(--global-white);
  background-image: url('../images/arrow-w.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 19px;
  border-radius: 100px;
  margin-top: 1rem;
  margin-left: -.6rem;
  padding: .5rem 2.5rem .5rem 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.slider-cta:hover {
  border-color: var(--global-white);
  background-position: 95%;
  background-size: 25px;
  padding-right: 3rem;
}

.slider-cta.color {
  border-color: var(--subor-red);
  background-color: var(--subor-red);
}

.slider-cta._001 {
  position: relative;
}

.category-part {
  justify-content: center;
  align-items: center;
  width: 20%;
  min-height: 700px;
  padding: 4rem 2rem;
  display: flex;
  position: relative;
}

.spec-part {
  background-color: var(--subor-red);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 500px;
  max-width: none;
  height: auto;
  min-height: 500px;
  max-height: none;
  margin: 1rem;
  padding-top: 0;
  padding-left: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.spec-part.other {
  background-color: var(--subor-color-2);
  height: 500px;
}

.spec-images {
  z-index: 0;
  -webkit-text-fill-color: inherit;
  background-color: #f87c7c00;
  background-clip: content-box;
  border-radius: 0;
  width: 750px;
  min-width: auto;
  max-width: none;
  height: 750px;
  min-height: auto;
  transition: all 1s cubic-bezier(.455, .03, .515, .955);
  position: absolute;
  inset: auto;
  overflow: visible;
}

.spec-images:hover {
  border-radius: 1000px;
}

.spect-title {
  z-index: 1;
  color: var(--global-white);
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1.2;
  position: relative;
}

.spect-info {
  z-index: 2;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 600px;
  padding: 0;
  display: flex;
  position: absolute;
  inset: auto;
}

.spect-arow {
  background-color: var(--subor-red);
  background-image: url('../images/arrow-w.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  margin-top: auto;
  margin-left: auto;
}

.image-overlay {
  z-index: 1;
  background-color: #0000004d;
  display: flex;
  position: absolute;
  inset: 0%;
}

.spect-info2 {
  z-index: 3;
  background-color: var(--subor-red);
  text-align: center;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 700px;
  height: 700px;
  padding: 3rem;
  display: flex;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.spect-info2.other {
  background-color: var(--subor-color-2);
  width: 600px;
  height: 600px;
}

.spec-btn {
  border: 1px solid var(--global-white-border);
  color: var(--global-white);
  cursor: pointer;
  background-image: url('../images/arrow-w.svg');
  background-position: 200%;
  background-repeat: no-repeat;
  background-size: 23px;
  border-radius: 100px;
  width: 48%;
  margin: 0 0 .25rem;
  padding: .5rem 1.5rem;
  font-size: .8rem;
  text-decoration: none;
  transition: all .2s;
}

.spec-btn:hover {
  border-color: var(--global-white);
  background-image: none;
  padding-right: 1.5rem;
}

.spec-btn-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  margin-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.text-areas {
  z-index: 3;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 6rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.spec-images-small {
  z-index: 0;
  transform-origin: 50%;
  -webkit-text-fill-color: inherit;
  background-color: #f87c7c00;
  background-clip: content-box;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 150px;
  max-width: none;
  height: auto;
  min-height: 150px;
  margin-top: 0%;
  margin-bottom: 2rem;
  transition: all .5s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: relative;
  inset: auto;
  overflow: hidden;
}

.spec-images-small:hover {
  border-radius: 1000px;
}

.text-areas-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.spect-title2 {
  z-index: 1;
  color: var(--global-white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1.2;
  position: relative;
}

.spec-images-smal-bg {
  z-index: 0;
  transform-origin: 50%;
  -webkit-text-fill-color: inherit;
  background-color: #f87c7c00;
  background-clip: content-box;
  border-radius: 0;
  width: 300px;
  min-width: auto;
  max-width: none;
  height: 300px;
  min-height: auto;
  margin-top: 0%;
  margin-bottom: 2rem;
  transition: all .5s cubic-bezier(.455, .03, .515, .955);
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.spec-images-smal-bg:hover {
  border-radius: 1000px;
}

.spec-line {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  display: flex;
}

.fixed-bg {
  z-index: 7;
  background-color: var(--global-white);
  width: 5rem;
  display: block;
  position: fixed;
  inset: 0% 0% 0% auto;
  transform: translate(100%);
}

.up-arrow {
  transform-origin: 50% 100%;
  width: 30px;
  margin-left: 2rem;
  position: absolute;
  inset: auto 0% 0%;
}

.main-menu-wrapper {
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: auto;
  font-size: 1rem;
  display: block;
  position: static;
}

.dropcontent {
  min-width: auto;
  padding-top: 1.5rem;
  top: 40px;
}

.dropcontent.w--open {
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #50565d1a;
  border-radius: 10px;
  width: auto;
  min-width: auto;
  max-height: 100vh;
  padding-top: 1.5rem;
  top: 40px;
  left: -20px;
  box-shadow: 0 7px 11px -5px #0003;
}

.droparea {
  border: 1px none var(--global-white-border);
  color: #636363;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  align-items: flex-start;
  min-width: 300px;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 1em;
  display: flex;
  position: relative;
}

.nav-point-wrapper {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.nav-point-wrapper.dropdown {
  color: #fff;
  margin-left: .5rem;
  margin-right: .5rem;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.dropicon {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: -6px;
  font-size: .8rem;
}

.droplink {
  color: #fff;
  cursor: pointer;
  align-items: center;
  height: 40px;
  padding-left: .5rem;
  padding-right: 1rem;
  font-family: Inter, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.droplink:hover {
  opacity: 1;
  color: var(--global-white);
}

.droplink.w--open {
  color: #fff;
  font-weight: 400;
}

.button3_icon {
  width: 1em;
  height: 1em;
}

.button3 {
  border: 1px solid var(--global-white-border);
  background-color: #e43e3000;
  border-radius: 99px;
  justify-content: space-between;
  align-items: center;
  margin-left: .25rem;
  padding: .25em 1em;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo-white {
  transform-origin: 0%;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
}

.dropdown-item {
  opacity: 1;
  text-align: center;
  object-fit: fill;
  background-color: #0000;
  border-right: 1px #ffffff4d;
  flex-wrap: wrap;
  flex: 0 auto;
  place-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 250px;
  padding-right: 0;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  position: relative;
  overflow: clip;
}

.dropdown-item:hover {
  background-color: #0000;
}

.droptext {
  white-space: nowrap;
  width: auto;
  margin-bottom: 0;
  font-weight: 400;
}

.dropnavwrap {
  color: #004d90;
  align-items: center;
  height: 40px;
  margin-left: .5rem;
  margin-right: .5rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  display: flex;
}

.menu-head-text {
  border-bottom: 1px solid var(--subor-red);
  color: var(--subor-red);
  text-transform: none;
  background-color: #003c5b00;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  padding: 2rem 3rem 1rem 2rem;
  font-family: Inter, sans-serif;
  font-size: 1.2em;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.button3_text-wrap {
  grid-column-gap: .75em;
  color: #fff;
  align-items: center;
  display: flex;
}

.button3_text-wrap.is-2 {
  z-index: 1;
  opacity: 0;
  color: #1a1a1a;
  position: absolute;
}

.button3_text-wrap.is-1 {
  display: flex;
}

.button3_background {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
}

.logo-wrapper {
  align-self: center;
  margin-right: 42px;
  padding-left: 0;
}

.logo-wrapper.page-transition {
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  height: auto;
  min-height: 60px;
  margin-right: .5rem;
  display: flex;
}

.logo-wrapper.page-transition.w--current {
  min-width: 150px;
}

.nav-main {
  z-index: 99;
  background-color: #0000;
  border-bottom: 1px #b8b8b826;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.menu-button {
  margin-left: 24px;
  padding: 0;
}

.menu-button:hover {
  opacity: .7;
}

.menu-button.w--open {
  background-color: #0000;
}

.dropsublink {
  color: #000;
  cursor: pointer;
  background-image: url('../images/arrow-red.svg');
  background-position: -8px;
  background-repeat: no-repeat;
  background-size: 2px;
  border: 1px solid #fff;
  border-radius: 100px;
  align-items: center;
  width: auto;
  min-height: 30px;
  margin-bottom: 0;
  margin-left: -15px;
  margin-right: 15px;
  padding: .5rem 15px;
  font-family: Inter, sans-serif;
  font-size: .9em;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.dropsublink:hover {
  border-width: 1px;
  border-color: var(--subor-red);
  color: var(--subor-red);
  background-color: #fff;
  background-position: 18px;
  background-size: 7px;
  padding-left: 2rem;
  text-decoration: none;
  transform: translate(15px);
}

.dropsublink.large {
  flex-flow: row;
  padding-right: .5rem;
  display: flex;
}

.dropsublink.large:hover {
  position: static;
}

.button3_text {
  font-size: .9rem;
}

.menugroup {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  padding: 1rem 2rem 2rem;
  display: flex;
  position: relative;
}

.menu-bg {
  z-index: 0;
  border: 1px solid var(--subor-red);
  background-color: var(--subor-red);
  transform-origin: 50%;
  border-radius: 500px;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: auto -15px auto auto;
}

.text-block-3 {
  z-index: 1;
  position: relative;
}

.menu-pict {
  max-width: none;
  height: 100%;
  position: absolute;
}

.pict-mask-1, .pict-mask-2, .pict-mask-3, .pict-mask-4 {
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100px;
  min-width: 100px;
  height: 100px;
  min-height: 100px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: absolute;
  inset: -50px 2rem auto auto;
  overflow: hidden;
}

.pict-mask-5 {
  border: 1px #50565d33;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100px;
  min-width: 100px;
  height: 100px;
  min-height: 100px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: absolute;
  inset: -50px 2rem auto auto;
  overflow: hidden;
}

.map-head {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.section-text {
  color: var(--global-blach);
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
}

.section-head {
  color: var(--subor-red);
  font-weight: 800;
}

.map-container {
  width: 100%;
  max-width: 1400px;
  position: relative;
}

.maps {
  width: 100%;
}

.map-footer {
  width: 65%;
}

.bottom-desc {
  color: var(--global-blach);
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.3;
}

.bottom-desc.display {
  display: none;
}

.left {
  width: 65%;
}

.all-refrences {
  color: var(--dark-grey);
  background-image: url('../images/grey-arrow.svg');
  background-position: 200%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #50565d1a;
  border-radius: 100px;
  padding: .5rem 1rem;
  text-decoration: none;
  transition: all .2s;
}

.all-refrences:hover {
  border-color: var(--subor-red);
  color: var(--subor-red);
  background-image: url('../images/red-arow.svg');
  background-position: 90%;
  padding-right: 3rem;
}

.bottom-text {
  text-align: center;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 75%;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-size: .9rem;
  font-weight: 400;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.globepincircle {
  z-index: 1;
  background-color: var(--subor-red);
  border: 1px #fff;
  border-radius: 100px;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  position: absolute;
}

.globepincircle:hover {
  background-color: #333;
}

.circleanimate {
  background-color: var(--subor-red);
  border-radius: 100px;
  width: 30px;
  height: 30px;
}

.globedesc {
  border: 1px solid var(--line);
  background-color: var(--global-white);
  letter-spacing: 0;
  border-radius: 5px;
  width: 100%;
  padding: .5rem;
  font-size: .9rem;
  line-height: 1.2;
}

.globetooltipcontent {
  cursor: pointer;
  background-color: #0000;
  border: 1px #e4e5e6;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  line-height: 24px;
  transition: all .2s;
  display: flex;
  position: static;
}

.globetooltipcontent:hover {
  border-color: #dadadb;
}

.globettbg {
  z-index: 3;
  color: #555;
  text-align: center;
  background-color: #fff0;
  border: 1px #50565d4d;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 200px;
  margin-top: -102px;
  padding: .5rem .5rem .25rem;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  position: absolute;
}

.globettarrow {
  z-index: 2;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-left: 2px none var(--line);
  background-color: #fff;
  border-radius: 0 0 2px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  position: relative;
  transform: rotate(45deg);
}

.globetooltip {
  z-index: 1;
  color: #024a98;
  width: 80px;
  height: 80px;
  min-height: auto;
  max-height: none;
  padding-bottom: 0;
  font-size: 11px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 31% 0% 0% 57%;
}

.globetooltip.color-1, .globetooltip.color-2 {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 19%;
  left: 50%;
}

.globetttext {
  background-color: #f3f3f300;
  border-radius: 0;
  width: 100%;
  display: flex;
}

.footer-one-wrapper {
  display: flex;
}

.footer-block {
  width: 30%;
  margin-right: 0;
  padding-right: 2rem;
}

.footer-block.second {
  padding-left: 2rem;
}

.f-small-head {
  opacity: .5;
  color: var(--dark-grey);
  margin-bottom: 1rem;
  font-size: .8rem;
  font-weight: 800;
}

.f-small-head.xs {
  font-size: .8rem;
  font-weight: 400;
}

.f-product {
  color: var(--dark-grey);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1.2rem;
  font-weight: 800;
  text-decoration: none;
  display: block;
}

.f-product:hover {
  color: var(--subor-red);
}

.footer-block-small {
  flex-flow: wrap;
  width: 70%;
  margin-right: 0;
  display: flex;
}

.f-small-link {
  color: var(--dark-grey);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: .8rem;
  text-decoration: none;
  display: block;
}

.f-small-link:hover {
  color: var(--subor-red);
}

.footer-tile-parts {
  width: 25%;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.footer-center-wraper {
  border-top: 1px solid var(--line);
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.adress {
  color: var(--dark-grey);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  display: block;
}

.adress:hover {
  color: var(--dark-grey);
}

.adress.h-link {
  font-size: .9rem;
}

.adress.h-link:hover {
  color: var(--subor-red);
}

.social {
  margin-top: 1rem;
}

.social-link {
  border: 1px solid var(--line);
  border-radius: 7px;
  width: 40px;
  height: 40px;
  margin-right: .25rem;
  overflow: hidden;
}

.social-link:hover {
  border: 1px solid #50565d4d;
}

.footer-bottom-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.f-botoom-left {
  grid-column-gap: 1rem;
  grid-row-gap: .2rem;
  flex-flow: wrap;
  width: 100%;
  margin-bottom: 1rem;
  padding-top: 0;
  font-size: 1rem;
  display: flex;
}

.f-bottom-link {
  color: var(--dark-grey);
  margin-right: 0;
  font-size: .7rem;
  text-decoration: none;
}

.f-bottom-link:hover {
  color: var(--subor-color-2);
  text-decoration: underline;
}

.copyright {
  color: var(--dark-grey);
  width: 50%;
  font-size: .8rem;
  font-weight: 400;
}

.mocha {
  color: var(--dark-grey);
  text-align: right;
  width: 50%;
  font-size: .7rem;
  font-weight: 400;
}

.mocha-link {
  color: var(--dark-grey);
  text-decoration: none;
}

.mocha-link:hover {
  color: var(--subor-red);
}

.menu-sticky {
  background-color: #fff0;
  padding-right: 80px;
  position: absolute;
  inset: 0%;
}

.sticky-full {
  background-color: var(--subor-red);
  width: 0%;
  height: 100%;
}

.column {
  border-right: .1px solid var(--dark-grey);
  border-left: .1px solid var(--dark-grey);
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  padding: 4rem 2.5rem 2.05rem;
  transition: width 1s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.column:hover {
  flex: 0 auto;
  width: 75%;
  padding-bottom: 4rem;
}

.center-text1 {
  white-space: nowrap;
  mix-blend-mode: normal;
  width: 100%;
  transform: rotate(-90deg);
}

.fixed-menu-part--2 {
  border: .3px solid var(--global-white-border);
  color: var(--global-white);
  cursor: pointer;
  mix-blend-mode: normal;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25%;
  text-decoration: none;
  display: flex;
}

.fixed-menu-part--2.cta {
  background-color: var(--subor-red);
  height: 20%;
  padding-bottom: 0;
  transition: all .5s cubic-bezier(.455, .03, .515, .955);
  position: relative;
}

.fixed-menu-part--2.cta:hover {
  color: #fff;
  background-position: 50% 40%;
  background-size: 60px;
  padding-left: 0;
  font-size: 1rem;
}

.first {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.just-link {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.just-link.display {
  display: none;
}

.head-link {
  color: var(--global-white);
  justify-content: flex-start;
  align-items: center;
  height: 30px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1rem;
  padding-right: .5rem;
  font-size: .9rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.head-link:hover {
  text-decoration: underline;
}

.all-menus {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.page-top {
  z-index: 5;
  background-color: var(--dark-grey);
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-right: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-top-images {
  z-index: 0;
  width: auto;
  min-width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0% auto;
}

.image-overlay-product {
  z-index: 2;
  background-color: #000000a6;
  display: block;
  position: absolute;
  inset: 0%;
}

.page-content {
  z-index: 6;
  background-color: #fff0;
  min-height: 600px;
  margin-top: -30vh;
  padding-right: 80px;
  display: flex;
  position: relative;
}

.product-head-content {
  z-index: 4;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  position: relative;
}

.peoduct-head-block {
  z-index: 4;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 70vh;
  padding-top: 0;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.breadcrumb {
  opacity: .8;
  color: var(--global-white);
  justify-content: flex-end;
  align-items: center;
  width: 40%;
  padding: 0;
  font-size: .7rem;
  text-decoration: none;
  display: flex;
}

.breadcrom-link {
  color: var(--global-white);
  text-decoration: none;
}

.breadcrom-link:hover {
  text-decoration: underline;
}

.breadcrumb-arrow {
  margin-left: .5rem;
  margin-right: .5rem;
}

.page-name {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  padding-left: 0;
  padding-right: 2.5rem;
  display: flex;
}

.page-head {
  color: var(--global-white);
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 100%;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 3em;
  font-style: normal;
  line-height: 1;
}

.page-desc {
  color: var(--global-white);
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.2;
}

.icon-content {
  outline-offset: 0px;
  border: .5px #ffffff21;
  outline: .5px #333;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.icon-content.display {
  display: none;
}

.card-text {
  color: #fff;
  text-align: center;
  text-transform: none;
  border-top: 1px #fff;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 48px;
}

.sub-link {
  color: var(--global-blach);
  text-align: right;
  letter-spacing: -.9px;
  cursor: pointer;
  background-color: #e43e3000;
  border-top: 1px solid #e43e3000;
  border-bottom: 1px solid #e43e3000;
  border-left: 1px solid #e43e3000;
  border-radius: 100px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding: .25rem 0 .25rem 1rem;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.3;
  transition: all .5s cubic-bezier(.455, .03, .515, .955);
}

.sub-link:hover {
  color: var(--subor-red);
  font-size: .9rem;
  font-weight: 600;
}

.sub-link:active {
  color: var(--subor-red);
  font-size: 1rem;
  font-weight: 600;
}

.sub-link:focus {
  color: var(--subor-red);
  border-bottom-color: #e43e3000;
  border-left-color: #e43e3000;
  font-size: 1rem;
  font-weight: 600;
}

.sub-link.w--current {
  border: 1px solid var(--subor-red);
  background-color: var(--global-white);
  color: var(--subor-red);
  letter-spacing: -1.2px;
  background-image: none;
  border-radius: 100px;
  margin-left: 0;
  margin-right: -1rem;
  padding: .5rem 1rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
}

.sub-link.w--current:hover {
  color: var(--subor-red);
  font-size: 1.1rem;
  font-weight: 600;
}

.sub-link.w--current:active {
  font-size: 1.2rem;
  font-weight: 600;
}

.sub-part {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 2px none var(--line);
  background-color: #f7f7f7;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding: 2rem 4rem 4rem;
  display: flex;
  position: relative;
}

.sub-part.list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.sub-part.list.bg-1 {
  background-image: linear-gradient(90deg, #f7f7f7, #fff0), url('../images/01.webp');
  background-position: 0 0, 120%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 120%;
  padding-right: 8rem;
  transition: all .5s cubic-bezier(.645, .045, .355, 1);
}

.sub-part.list.bg-1:hover {
  background-image: linear-gradient(90deg, #f7f7f7, #fff0), url('../images/01.webp'), linear-gradient(#50565d33, #50565d33);
  background-position: 0 0, 110%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, auto 120%, auto;
}

.sub-part.list.bg-2 {
  background-image: linear-gradient(90deg, #f7f7f7, #fff0), url('../images/03.webp');
  background-position: 0 0, 120%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 120%;
  transition: all .5s cubic-bezier(.645, .045, .355, 1);
}

.sub-part.list.bg-2:hover {
  background-image: linear-gradient(90deg, #f7f7f7, #fff0), url('../images/03.webp'), linear-gradient(#50565d33, #50565d33);
  background-position: 0 0, 110%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, auto 120%, auto;
}

.sub-part.list.bg-3 {
  background-image: linear-gradient(90deg, #f7f7f7, #fff0), url('../images/02.webp');
  background-position: 0 0, 120%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 120%;
  padding-right: 8rem;
  transition: all .5s cubic-bezier(.645, .045, .355, 1);
}

.sub-part.list.bg-3:hover {
  background-image: linear-gradient(90deg, #f7f7f7, #fff0), url('../images/02.webp'), linear-gradient(#50565d33, #50565d33);
  background-position: 0 0, 110%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, auto 120%, auto;
}

.sub-part.list.bg-4 {
  background-image: linear-gradient(90deg, #f7f7f7, #fff0), url('../images/04.webp');
  background-position: 0 0, 120%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 120%;
  padding-right: 8rem;
  transition: all .5s cubic-bezier(.645, .045, .355, 1);
}

.sub-part.list.bg-4:hover {
  background-image: linear-gradient(90deg, #f7f7f7, #fff0), url('../images/04.webp'), linear-gradient(#50565d33, #50565d33);
  background-position: 0 0, 110%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, auto 120%, auto;
}

.sub-part.list.bg-5 {
  background-image: linear-gradient(90deg, #f7f7f7, #fff0), url('../images/05.webp');
  background-position: 0 0, 120%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 120%;
  padding-right: 8rem;
  transition: all .5s cubic-bezier(.645, .045, .355, 1);
}

.sub-part.list.bg-5:hover {
  background-image: linear-gradient(90deg, #f7f7f7, #fff0), url('../images/05.webp'), linear-gradient(#50565d33, #50565d33);
  background-position: 0 0, 110%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, auto 120%, auto;
}

.sub-part.number {
  padding-bottom: 2rem;
}

.contenth3 {
  color: var(--subor-red);
  letter-spacing: -1.5px;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
}

.content-section {
  z-index: 1;
  background-color: #fff;
  border: 1px #ffffff21;
  width: 100%;
  padding: 0 2rem 0 4rem;
  display: flex;
  position: relative;
}

.card-content {
  cursor: pointer;
  background-color: #0000;
  width: 100%;
  min-width: 250px;
  max-width: 250px;
  height: 250px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  position: relative;
  inset: 0;
}

.icon {
  background-color: #0000;
  border-radius: 10px;
  width: 100px;
  margin-bottom: 0;
}

.icon.white {
  filter: brightness(2000%);
  width: 50%;
  line-height: 1.4;
}

.container-2 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.faq-item {
  cursor: pointer;
  background-color: #9801cb00;
  border-left: 3px #d20b12;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.6em;
}

.right-nav-menu {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.page-inner-bg-image-color {
  z-index: 0;
  width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: auto;
}

.sub-header-2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
}

.sub-header-2.first-top {
  margin-top: -2.1rem;
  padding-top: 0;
}

.card-back-text {
  color: #fff;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
}

.menu-sub-group {
  border-right: 1px none var(--subor-red);
  border-bottom: 1px #68bd49;
  border-left: 1px none var(--subor-red);
  flex-flow: column;
  align-items: flex-start;
  width: auto;
  height: auto;
  max-height: none;
  margin-right: -1px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.content-part {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 3rem;
  margin-left: 0%;
  padding: 0;
  display: flex;
  position: relative;
}

.head-link-2 {
  color: var(--global-blach);
  text-align: right;
  letter-spacing: -.9px;
  cursor: pointer;
  background-image: url('../images/line_1.svg');
  background-position: -100%;
  background-repeat: no-repeat;
  background-size: auto 3px;
  border-left: 1px #72727200;
  border-right: 0 #68bd49;
  width: auto;
  min-width: 150px;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 0 .5rem 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.2;
  transition: all .2s;
}

.head-link-2:hover {
  color: var(--subor-red);
}

.head-link-2:focus {
  color: var(--subor-red);
  border-left-color: #72727200;
}

.head-link-2.w--current {
  border-style: none;
  border-width: 1px;
  border-color: black var(--subor-red) black black;
  background-color: var(--subor-red);
  color: var(--global-white);
  text-align: right;
  -webkit-text-stroke-color: var(--subor-red);
  text-transform: none;
  cursor: pointer;
  background-image: url('../images/down-arrow.svg');
  background-position: 13px;
  background-size: auto 30px;
  border-radius: 100px;
  width: 118%;
  margin: 0 -1rem 0 0;
  padding: 1rem 1rem 1rem 3rem;
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.4;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(.455, .03, .515, .955);
}

.head-link-2.w--current:hover {
  color: var(--global-white);
  background-image: url('../images/down-arrow.svg');
  background-position: 13px;
  background-size: auto 30px;
  padding-left: 3.5rem;
}

.right-nav {
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.subheader-line-2 {
  background-color: var(--subor-red);
  width: 1px;
  height: 5px;
  position: absolute;
}

.subheader-line-1 {
  background-color: #ffffff21;
  width: 117%;
  height: 1px;
  margin-left: -2rem;
  position: absolute;
}

.image-mask-2 {
  z-index: 2;
  perspective-origin: 0%;
  transform-origin: 0%;
  text-align: right;
  background-color: #424141b8;
  width: 100%;
  margin-top: 0%;
  position: absolute;
  inset: 0%;
}

.submenu-space {
  border-right: 1px none var(--subor-red);
  border-left: 1px none var(--subor-red);
  text-align: right;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  padding: .5rem 0;
  display: flex;
}

.menu-group {
  border: 1px none var(--subor-red);
  text-align: left;
  background-color: #fff0;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  overflow: visible;
}

.card-back {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #68bd49;
  border-radius: 500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
  position: absolute;
  inset: 0;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.page-html-content {
  color: #333;
  border: 1px solid #ffffff21;
  width: 100%;
  margin-left: auto;
  padding: 2rem;
  font-size: 1rem;
  overflow: hidden;
}

.page-html-content.no-text {
  border-style: none;
  border-color: var(--line);
  border-radius: 0;
  flex-flow: column;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.pict-image {
  z-index: 0;
  opacity: 0;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.pict-image.fittings {
  background-image: linear-gradient(#00000080, #00000080), url('../images/image.webp');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-inner-picture {
  z-index: 0;
  background-color: #6b6b6b;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 450px;
  margin: 0 0%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-inner-picture.mobile {
  display: none;
}

.icon-card {
  perspective: 1000px;
  cursor: alias;
  width: auto;
  min-width: auto;
  margin: .5rem;
  position: static;
}

.card-front {
  box-shadow: none;
  backface-visibility: hidden;
  background-image: url('../images/kalisa-veer-349467-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.card-front.third {
  box-shadow: none;
  cursor: alias;
  background-color: #424141;
  background-image: none;
  border: 1px solid #ffffff42;
  border-radius: 500px;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.sticky {
  z-index: 998;
  background-color: #fff;
  border-top: 3px solid #c10c15;
  border-radius: 2px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: 1400px;
  height: auto;
  min-height: auto;
  margin-top: -102px;
  padding: 0 40px 0 0;
  display: flex;
  position: relative;
  top: 0;
  box-shadow: 0 30px 40px 14px #00000021;
}

.sticky.navigation {
  z-index: 5;
  border-right: 1px solid var(--line);
  box-shadow: none;
  background-color: #fff0;
  border-top-style: none;
  border-left: 1px #72727233;
  border-radius: 0;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 92vh;
  margin-top: 0;
  margin-left: 0;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-right: 2rem;
  transition: all .6s cubic-bezier(.645, .045, .355, 1);
  position: sticky;
  top: 70px;
}

.picture-block {
  z-index: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.page-text {
  color: var(--global-blach);
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  display: inline-block;
}

.page-text.first {
  color: var(--subor-color-2);
  background-color: #0033a100;
  width: 100%;
  margin-bottom: 0;
  padding: 0 4rem 2rem 0;
  font-family: Inter, sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.3;
}

.page-text.first.display {
  color: var(--subor-red);
  margin-bottom: 2rem;
  padding: 0 4rem 0 0;
  font-size: 2em;
}

.page-text.space {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 4rem;
  padding-right: 4rem;
  font-size: 1.2rem;
}

.section-wrapper {
  background-color: #fff0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 75%;
  padding: 4rem 2rem 4rem 0;
  font-size: 1rem;
  display: flex;
}

.sidebar {
  z-index: 4;
  border-right: 1px #72727233;
  border-left: 1px solid var(--line);
  background-color: #fff;
  justify-content: flex-end;
  align-items: flex-start;
  width: 25%;
  padding-left: 2rem;
  display: flex;
  position: relative;
}

.field-area {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.field-area.space {
  padding-left: 4rem;
  padding-right: 2rem;
}

.picture-content {
  color: var(--subor-red);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 500px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-head {
  opacity: .5;
  color: var(--global-blach);
  text-align: right;
  width: 100%;
  margin-bottom: .5rem;
  padding-right: 0;
  font-size: .8rem;
  font-weight: 600;
}

.div-block-155 {
  color: var(--dark-grey);
  background-color: #f8f8f8;
  border: 1px solid #f8f8f8;
  border-radius: 5px;
  justify-content: space-between;
  width: 100%;
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding: 1rem 2rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
}

.div-block-155:hover {
  border-color: var(--subor-red);
}

.image-13 {
  mix-blend-mode: multiply;
  height: 200px;
}

.text-block-8 {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.effect {
  z-index: 3;
  background-color: var(--subor-color-2);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.s-head-span {
  color: var(--global-blach);
  font-weight: 800;
}

.sub-head-span {
  color: var(--subor-red);
}

.code-embed {
  width: 100%;
  height: auto;
  padding-bottom: 4rem;
}

.mobile {
  display: none;
}

.lang-dropdown-1 {
  text-transform: uppercase;
  border: 1px #ffffff4d;
  border-radius: 0;
  flex-direction: column;
  align-items: stretch;
  width: auto;
  margin-bottom: 0;
  font-weight: 700;
}

.lang-dropdown-1:hover {
  border-color: #fff;
  border-top-style: none;
  border-radius: 0;
}

.lang-dd-1-togle {
  z-index: 1;
  color: #fff;
  border-radius: 100px;
  flex-direction: column;
  width: 100%;
  padding: .25rem 1rem;
  font-size: .9rem;
  font-weight: 400;
}

.lang-dd-1-togle:hover {
  color: #fff;
  background-color: #0000;
}

.lang-dd-1-togle.w--open {
  border-top: 1px #000;
  border-radius: 0;
}

.lang-dd-1-togle.w--open:hover {
  background-color: #0000;
  border: 1px #000;
  border-radius: 0;
}

.wg-selector-text-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.wg-flag {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 16px;
  margin-right: 10px;
  display: flex;
}

.wg-flag-ico {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.lang-dd-1-list {
  background-color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: hidden;
  box-shadow: 0 -13px 50px 3px #11179c12;
}

.lang-dd-1-list.lang-dropdown-link-flag.w--open {
  border-radius: 7px;
  padding-top: 0;
  padding-bottom: 0;
}

.lang-dropdown-1-link {
  color: #000;
  background-color: #fff;
  border-top: .1px solid #0000001a;
  border-bottom: .1px solid #0000001a;
  width: 10051900%;
  padding: .5rem 1rem;
  font-size: .8rem;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .1s;
}

.lang-dropdown-1-link:hover {
  background-color: var(--subor-red);
  color: #fff;
}

.fixed-icon {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  display: flex;
  position: absolute;
}

.page-first-text {
  color: var(--subor-red);
  width: auto;
  font-size: 1.1rem;
  font-weight: 600;
}

.page-first-text.head-red {
  color: var(--subor-red);
  background-color: #f7f7f7;
  margin-top: -14px;
  margin-bottom: .5rem;
  padding-left: 0;
  padding-right: 1rem;
  font-size: 1.4rem;
}

.page-first-text.black {
  color: var(--global-blach);
}

.page-second-text {
  color: var(--global-blach);
  font-size: 1rem;
}

.form-link {
  border: 1px solid var(--subor-red);
  color: var(--subor-red);
  border-radius: 100px;
  padding-left: .5rem;
  padding-right: .5rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.form-link:hover {
  border-color: var(--subor-color-2);
  color: var(--subor-color-2);
}

.youtube {
  border-radius: .5rem;
  overflow: hidden;
}

.picture-name {
  z-index: 4;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--subor-red);
  border-bottom: 1px #fff;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  padding-top: .5rem;
  padding-bottom: 0;
  display: flex;
  position: relative;
  inset: 0 auto auto 0;
}

.pahe-h3 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
}

.head-ikon {
  border: 1px #000;
  border-radius: 100px;
  width: 30px;
}

.page-sect-image {
  z-index: 1;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0% auto;
}

.sect-image-overlay {
  z-index: 2;
  background-image: linear-gradient(#000, #0000 57%);
  position: absolute;
  inset: 0%;
}

.s-faq-divider {
  padding-left: 20px;
  padding-right: 20px;
}

.s-faq-q-text {
  color: #0033a1;
  flex: 1;
  padding: .5rem 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.faq-divider {
  border-top: 1px dashed #ffffff40;
  height: 0;
}

.faq-stripe-1 {
  background-color: var(--subor-red);
  width: 1px;
  height: 100%;
}

.faq-q {
  border-bottom: 1px solid var(--line);
  align-items: center;
  font-size: 1rem;
  display: flex;
}

.faq-a-text {
  color: var(--global-blach);
  justify-content: center;
  margin-bottom: 0;
  font-size: .9rem;
  line-height: 1.6em;
  display: flex;
}

.faq-2 {
  border-top: 1px solid var(--line);
  width: 100%;
  font-size: 1rem;
}

.s-faq-icon {
  justify-content: center;
  align-items: center;
  padding: 20px 0 20px 20px;
  position: relative;
}

._w-faq-icon {
  mix-blend-mode: normal;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  display: flex;
  position: relative;
}

.faq-q-text {
  color: #333;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.3em;
}

.s-faq-a-text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--subor-red);
  border-left: 1px solid var(--subor-red);
  color: #333;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1rem 0 1rem 1rem;
  display: flex;
}

.faq-stripe-2 {
  background-color: var(--subor-red);
  width: 100%;
  height: 1px;
  position: absolute;
}

.text-bullet {
  color: var(--global-blach);
  text-indent: 19px;
  background-image: url('../images/menu-arrow.svg');
  background-position: -6px;
  background-repeat: no-repeat;
  background-size: 22px;
  margin-top: 0;
  margin-bottom: .5rem;
  padding-left: 15px;
  font-size: 1rem;
  font-weight: 400;
}

.faq-a {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.table-content {
  border: .1px solid var(--line);
  border-radius: 0;
  flex-flow: column;
  width: 100%;
  font-size: .8rem;
  line-height: 1.3;
  display: flex;
  overflow: auto;
}

.table-2 {
  border: .5px solid #0033a1;
  width: 50%;
  padding: .5rem 1rem;
}

.table-2.left {
  border: .1px solid var(--line);
  align-items: center;
  width: 30%;
  min-width: 100px;
  font-weight: 500;
  display: flex;
}

.table-2.right {
  border: .1px solid var(--line);
  color: var(--global-white);
  border: .1px solid var(--line);
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  min-width: 100px;
  font-weight: 500;
  display: flex;
}

.table-2.right-2 {
  border: .1px solid var(--line);
  color: var(--global-blach);
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  display: flex;
}

.table-1 {
  color: var(--global-blach);
  width: 100%;
  transition: all .2s;
  display: flex;
}

.table-1:hover {
  background-color: #f3f5f8;
}

.table-1.head {
  border-bottom: 1px solid var(--line);
  background-color: var(--subor-red);
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
}

.page-top-line {
  background-color: var(--subor-red);
  width: 100px;
  height: 2px;
  position: absolute;
  inset: 0% auto auto 4rem;
}

.code-embed-2 {
  width: 100%;
  margin-bottom: 0;
}

.inline-big {
  background-color: var(--subor-red);
  color: var(--global-white);
  border-radius: 100px;
  margin-top: .5rem;
  padding: .25rem .5rem;
  font-size: 1rem;
  text-decoration: none;
  transition: all .2s;
}

.inline-big:hover {
  background-color: var(--subor-color-2);
}

.bottom-cta {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid var(--subor-red);
  color: var(--dark-grey);
  background-color: #f7f7f7;
  border-radius: .5rem;
  flex-flow: column;
  padding: 2rem;
  display: flex;
  position: relative;
}

.cta-icon {
  color: var(--subor-red);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.product-picture {
  color: var(--subor-red);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-pict {
  z-index: 1;
  width: 100%;
  max-width: none;
  height: auto;
  position: static;
  inset: 0% auto;
  overflow: visible;
}

.s-tabs-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column-reverse wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.s-tabs {
  background-color: #ebebeb;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 0 1rem;
  font-weight: 600;
  display: flex;
}

.s-tabs.w--current {
  background-color: var(--subor-red);
  color: var(--global-white);
}

.s-tabs-menu {
  border-radius: 10px;
  width: auto;
  height: 50px;
  display: flex;
  overflow: hidden;
}

.s-tabs-content {
  background-color: #f7f7f7;
  width: 100%;
}

.s-tabs-wraper {
  background-color: #f7f7f7;
}

.h3-inline-head {
  color: #333;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.3em;
}

.inline-view-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--subor-red);
  background-color: var(--global-white);
  color: var(--subor-red);
  border-radius: .5rem;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.inline-view-link:hover {
  border-color: var(--subor-red);
  background-color: var(--subor-red);
  color: var(--global-white);
}

.btn-icon {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.file-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--global-blach);
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: .5rem;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
}

.file-wrapper:hover {
  border: 1px solid var(--subor-red);
  color: var(--subor-red);
}

.file-wrapper.small {
  width: 48%;
}

.file-name {
  width: 100%;
  margin-right: auto;
}

.icon-flag {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.file-size {
  white-space: nowrap;
}

.file-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.other-language {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 2px solid var(--subor-red);
  background-color: #fff0;
  border-radius: 10px;
  flex-flow: wrap;
  margin-top: 1rem;
  padding: 2.5rem 2rem 2rem;
  display: flex;
  position: relative;
}

.file-cat-name {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--subor-red);
  background-color: #f7f7f7;
  width: auto;
  margin-left: 1rem;
  margin-right: auto;
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: 1.1rem;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: -12px auto auto 0%;
}

.content-section-base {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 900px;
  transition: all .2s;
  display: flex;
}

.embeds {
  z-index: 1;
  background-color: #fff0;
  background-image: linear-gradient(#fff, #fff0);
  border-radius: .5rem;
  width: 100%;
  position: relative;
}

.embeds.bg-none {
  background-color: #ededed00;
  background-image: none;
}

.div-block-156 {
  z-index: 2;
  background-image: linear-gradient(#f7f7f7, #f7f7f700);
  height: 70px;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-157 {
  width: 100%;
  height: auto;
  position: relative;
}

.page-seperate {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  border-radius: .5rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1rem;
  display: flex;
}

.page-inline-img {
  border-radius: .5rem;
  width: 150px;
}

.page-sepertor-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.link-block {
  text-decoration: none;
}

.link-block:hover {
  color: var(--subor-red);
}

.inline-seperate {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid var(--subor-red);
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 1rem;
  padding-bottom: 2rem;
  display: flex;
}

.ctextwrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #242424;
  background-color: #fff;
  border-radius: .5rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
}

.group-contact {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.group-contact.one {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.contactminiicon {
  background-color: var(--global-white);
  color: var(--subor-red);
  border: .5px #242424;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  padding: 0;
  display: flex;
}

.contacttext {
  color: var(--global-blach);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3rem;
  display: flex;
}

.maps-embed {
  mix-blend-mode: normal;
  background-color: #f7f7f7;
  border-radius: .5rem;
  width: 47%;
  min-width: 47%;
  height: 250px;
  overflow: hidden;
}

.contact-header {
  color: var(--global-blach);
  width: 100%;
  margin-bottom: auto;
  padding-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: 600;
}

.contac-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 45%;
  min-width: 45%;
  height: 100%;
  display: flex;
}

.text-span {
  color: var(--subor-red);
  text-decoration: underline;
}

.check-list {
  background-image: url('../images/checks-icon.svg');
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: 1.5rem;
  display: inline-flex;
}

.inline-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 0;
  display: flex;
}

.code-embed-3 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  width: 100%;
  display: flex;
}

.number-block {
  font-size: 1.3rem;
  font-weight: 800;
}

.text-wrapper-line {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--line);
  justify-content: flex-start;
  align-items: center;
  width: 47%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.icon-number {
  color: var(--subor-red);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.main-menu-link {
  z-index: 10;
  position: absolute;
  inset: 0%;
}

.video-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.video-part {
  border-radius: 1rem;
  width: 50%;
}

.visual {
  border: 1px solid var(--dark-grey);
  border-radius: .5rem;
  width: 100%;
  margin: 0%;
  text-decoration: none;
  transition: opacity .2s;
  position: relative;
  overflow: hidden;
}

.visual:hover {
  opacity: 1;
  color: #d79e20;
}

.visual-image {
  justify-content: center;
  align-items: center;
  height: 167.414px;
  display: flex;
  overflow: hidden;
}

.visual-list-image {
  width: auto;
  min-width: 100%;
  max-width: none;
  height: auto;
  min-height: 100%;
  max-height: none;
  position: static;
  inset: auto;
}

.zoom-overlay {
  color: #fff;
  background-color: #1d191700;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  padding-right: 0;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.zoom-overlay:hover {
  color: #fff;
  background-color: #1d19179c;
}

.zoom-icon {
  background-color: #e43e30b8;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.online-text {
  background-color: var(--subor-color-2);
  transform-origin: 100%;
  white-space: nowrap;
  mix-blend-mode: normal;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-right: 80px;
  padding: .5rem;
  font-size: .7rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.fixed-icons-abs {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: static;
}

.new-menu {
  border: .3px solid var(--global-white-border);
  color: var(--global-white);
  cursor: pointer;
  mix-blend-mode: normal;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.new-menu:hover {
  color: #ffffff80;
}

.new-menu.other {
  background-color: var(--subor-color-2);
  height: 80px;
}

@media screen and (min-width: 1280px) {
  .heading._001 {
    font-size: 4vw;
  }

  .spec-part.other {
    height: auto;
  }

  .spec-images {
    width: 750px;
    height: 750px;
  }

  .spect-title {
    font-size: 1.6em;
    font-weight: 600;
    line-height: 1.2;
  }

  .spect-info {
    width: auto;
    min-width: 500px;
    height: auto;
    min-height: 500px;
  }

  .spect-info2.other {
    width: auto;
    min-width: 700px;
    height: auto;
    min-height: 700px;
  }

  .spec-btn {
    font-size: .8rem;
  }

  .text-areas {
    padding: 3rem;
  }

  .spect-title2 {
    font-size: 1.6em;
    font-weight: 800;
  }

  .main-menu-wrapper {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .droplink {
    font-size: 1rem;
  }

  .dropnavwrap {
    padding-left: 0;
    padding-right: 0;
    font-size: 1em;
  }

  .menu-head-text {
    font-size: 1.3em;
  }

  .logo-wrapper.page-transition.w--current {
    min-width: 175px;
  }

  .dropsublink {
    font-size: 1em;
  }

  .button3_text {
    font-size: 1rem;
  }

  .first {
    justify-content: flex-end;
    align-items: center;
  }

  .head-link {
    font-size: 1rem;
  }

  .all-menus {
    justify-content: flex-end;
    align-items: center;
  }

  .product-head-content {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .page-head {
    font-size: 3.5em;
  }

  .page-desc {
    font-size: 1.2rem;
  }

  .sub-link {
    background-position: 150% 9px;
  }

  .sub-link.w--current {
    background-position: 97% 9px;
  }

  .page-inner-bg-image-color {
    width: 110%;
  }

  .pict-image {
    opacity: 0;
  }

  .sticky.navigation {
    padding-right: 2rem;
    top: 70px;
  }

  .page-text.first.display {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    width: auto;
    margin-right: auto;
    padding-right: 4rem;
  }

  .picture-content {
    min-height: 550px;
  }

  .page-first-text {
    font-size: 1.2rem;
  }

  .page-second-text {
    font-size: 1rem;
  }

  .picture-name {
    padding-top: .5rem;
    padding-bottom: 0;
  }

  .pahe-h3 {
    font-size: 1.6rem;
  }

  .faq-q-text {
    font-size: 1.3rem;
  }

  .product-picture {
    min-height: auto;
  }

  .h3-inline-head {
    font-size: 1.3rem;
  }

  .contact-header {
    font-size: 1rem;
  }

  .video-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 1440px) {
  .footer {
    border-top: 1px solid var(--line);
  }

  .tabs {
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .tabs-menu {
    width: auto;
    max-width: none;
    left: auto;
    right: auto;
  }

  .heading._001 {
    font-size: 4.5vw;
  }

  .spec-part {
    width: auto;
    min-width: 600px;
    min-height: 600px;
  }

  .spec-part.other {
    width: auto;
    min-width: 600px;
    height: auto;
    min-height: 600px;
  }

  .spec-images {
    width: 900px;
    height: auto;
  }

  .spect-title {
    font-size: 1.8em;
  }

  .spect-info {
    width: auto;
    min-width: 600px;
    height: auto;
    min-height: 600px;
  }

  .spect-info2 {
    width: 120%;
    height: auto;
    min-height: 700px;
    display: block;
  }

  .spect-info2.other {
    width: auto;
    min-width: 800px;
    height: auto;
    min-height: 800px;
    display: flex;
  }

  .spec-btn {
    font-size: .9rem;
  }

  .spec-btn-group {
    font-size: 1.1rem;
  }

  .text-areas {
    width: 600px;
    height: 600px;
    padding: 4rem;
  }

  .spec-images-small {
    min-width: 200px;
    min-height: 200px;
  }

  .spec-images-smal-bg {
    width: 400px;
    height: 400px;
  }

  .dropcontent.w--open {
    padding-top: 1.5rem;
  }

  .droplink {
    padding: 0 1rem;
    font-size: 1.1em;
  }

  .button3 {
    font-size: 1.1rem;
  }

  .logo-wrapper.page-transition.w--current {
    min-width: 200px;
  }

  .dropsublink {
    font-size: 1em;
  }

  .map-container {
    max-width: none;
  }

  .globepincircle.color-2, .circleanimate.color-2 {
    background-color: #1fc1ac;
  }

  .globetooltip.color-2 {
    top: 28%;
    left: 22%;
  }

  .head-link {
    font-size: 1.1rem;
  }

  .product-head-content {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .page-head {
    font-size: 4em;
  }

  .page-desc {
    font-size: 1.3rem;
  }

  .sub-link {
    background-position: -100%;
  }

  .sub-link.w--current {
    background-position: 0%;
  }

  .contenth3 {
    font-size: 2.2rem;
  }

  .content-section {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .page-inner-bg-image-color {
    width: 100%;
  }

  .sticky.navigation {
    padding-right: 2rem;
  }

  .page-text.first {
    color: var(--subor-color-2);
    padding: 0 4rem 2rem 0;
    font-size: 1.8rem;
  }

  .page-text.first.display {
    font-size: 2.5em;
  }

  .section-wrapper {
    width: 80%;
    padding-right: 4rem;
  }

  .sidebar {
    width: 20%;
    padding-left: 2rem;
  }

  .picture-content {
    min-height: 600px;
  }

  .page-first-text {
    font-size: 1.3rem;
  }

  .page-second-text {
    font-size: 1.1rem;
  }

  .picture-name {
    padding-top: .5rem;
    padding-bottom: 0;
  }

  .pahe-h3 {
    font-size: 1.7rem;
  }

  .faq-q-text {
    font-size: 1.4rem;
  }

  .s-faq-a-text {
    justify-content: center;
    display: flex;
  }

  .product-picture {
    min-height: auto;
  }

  .h3-inline-head {
    font-size: 1.4rem;
  }

  .contact-header {
    font-size: 1.1rem;
  }

  .video-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .visual-image {
    height: 140px;
  }

  .visual-list-image {
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .hs-head-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 250px;
    padding-bottom: 0;
  }

  .heading._001 {
    font-size: 4.7vw;
  }

  .spec-part {
    width: auto;
    min-width: 700px;
    min-height: 700px;
  }

  .spec-part.other {
    min-width: 700px;
    height: auto;
    min-height: 700px;
  }

  .spec-images {
    width: 900px;
  }

  .spect-title {
    font-size: 2.2em;
  }

  .spect-info {
    min-width: 700px;
    min-height: 700px;
  }

  .spect-arow {
    width: 50px;
    height: 50px;
    transform: scale(1.3);
  }

  .spect-info2 {
    width: 900px;
    min-height: 900px;
  }

  .spect-info2.other {
    width: auto;
    min-width: 900px;
    min-height: 900px;
    display: flex;
  }

  .spec-btn {
    font-size: 1rem;
  }

  .text-areas {
    width: 700px;
    height: 700px;
    padding: 5rem;
    inset: 0%;
  }

  .spec-images-small {
    min-width: 200px;
    min-height: 200px;
  }

  .spect-title2 {
    font-size: 2.2em;
  }

  .spec-images-smal-bg {
    width: 350px;
    height: 350px;
  }

  .nav-point-wrapper.dropdown {
    font-size: 1.2rem;
  }

  .droplink {
    font-size: 1.2em;
  }

  .button3 {
    font-size: 1.2rem;
  }

  .product-head-content {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .page-head {
    font-size: 4.5em;
  }

  .page-desc {
    font-size: 1.4rem;
  }

  .sub-link.w--current {
    background-position: 5%;
  }

  .contenth3 {
    font-size: 2.5rem;
  }

  .content-section {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .page-text.first.display {
    font-size: 3em;
  }

  .picture-content {
    min-height: 650px;
  }

  .page-first-text {
    font-size: 1.4rem;
  }

  .page-second-text {
    font-size: 1.2rem;
  }

  .picture-name {
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .pahe-h3 {
    font-size: 1.8rem;
  }

  .faq-q-text {
    font-size: 1.5rem;
  }

  .product-picture {
    min-height: auto;
  }

  .h3-inline-head {
    font-size: 1.5rem;
  }

  .contact-header {
    font-size: 1.2rem;
  }

  .video-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .visual-image {
    height: 120px;
  }
}

@media screen and (max-width: 991px) {
  .header {
    height: 70px;
    padding-bottom: 0;
    padding-right: 50px;
  }

  .hero {
    height: 800px;
  }

  .section-one {
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 50px;
  }

  .section-two {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-right: 7rem;
  }

  .footer {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    padding-right: 4rem;
    display: flex;
  }

  .section-tree {
    padding-right: 7rem;
  }

  .tabs-menu {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
  }

  .v-tab_pan {
    height: 100%;
  }

  .standard-tab {
    justify-content: flex-start;
    align-items: center;
    width: 60px;
    min-width: auto;
    max-width: none;
    height: 60px;
    padding-top: 0;
    padding-bottom: 2rem;
    padding-left: 1rem;
    font-size: 1rem;
  }

  .standard-tab.w--current {
    justify-content: flex-start;
    align-items: center;
    width: 60px;
    min-width: auto;
    max-width: none;
    height: 60px;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 2rem;
    padding-left: 1rem;
    font-size: 1.2rem;
  }

  .hs-images {
    width: auto;
    height: 100%;
    min-height: auto;
  }

  .hd-line {
    margin-right: 1rem;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .fixed-right-menu {
    z-index: 10;
    width: 50px;
  }

  .fixed-menu-part {
    font-size: 1rem;
  }

  .center-text {
    display: block;
  }

  .hs-head-wrapper {
    flex-flow: column;
    padding-right: 100px;
  }

  .heading {
    width: 100%;
  }

  .spec-part {
    width: 100%;
    height: 600px;
    min-height: auto;
    margin: 0;
  }

  .spec-part.other {
    width: 100%;
    height: 600px;
    min-height: auto;
  }

  .spect-info {
    width: 100%;
  }

  .spect-info2 {
    width: 100%;
    height: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .spect-info2.other {
    width: 100%;
    height: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .spec-btn-group {
    padding-left: 0;
    padding-right: 0;
  }

  .text-areas {
    padding: 8rem 4rem 4rem;
  }

  .text-areas-2 {
    padding: 2rem;
  }

  .spec-line {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .spec-line.reverse {
    flex-flow: wrap-reverse;
  }

  .fixed-bg {
    background-color: var(--dark-grey);
    width: 50px;
    transform: none;
  }

  .up-arrow {
    width: 15px;
    margin-left: 1rem;
    inset: auto auto 0 0;
  }

  .main-menu-wrapper {
    z-index: 2;
    background-color: #424141;
    justify-content: center;
    align-items: flex-start;
    min-width: 100%;
    max-width: 100%;
    height: 100vh;
    min-height: 100vh;
    max-height: none;
    padding-bottom: 100px;
    position: absolute;
    inset: 70px 0% auto;
    overflow: auto;
  }

  .main-menu-wrapper.w--open {
    background-color: #e8eaee;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: 600px;
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
    position: static;
    top: 220px;
    overflow: auto;
  }

  .dropcontent.w--open {
    box-shadow: none;
    border-style: none;
    border-radius: 0;
    width: 100%;
    min-width: auto;
    padding-top: 0;
    top: 50px;
    left: auto;
    right: auto;
  }

  .droparea {
    border-radius: 0;
  }

  .nav-point-wrapper {
    border: 1px #e7eaee;
    align-items: center;
    height: auto;
    display: flex;
  }

  .nav-point-wrapper:hover {
    border: 1px #000;
  }

  .nav-point-wrapper.dropdown {
    border-style: solid none;
    border-top-width: .3px;
    border-top-color: #ffffff21;
    border-bottom-width: .3px;
    border-bottom-color: #ffffff21;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.2rem;
  }

  .nav-point-wrapper.dropdown:hover {
    border-style: none;
  }

  .dropicon {
    margin-right: 25px;
  }

  .droplink {
    color: #fff;
    width: 100%;
    height: 50px;
    padding: 1rem 4rem;
    font-size: 1.2rem;
    font-weight: 600;
  }

  .droplink:hover {
    color: var(--subor-red);
  }

  .droplink.w--open {
    font-size: 1.2rem;
    font-weight: 600;
  }

  .button3 {
    width: auto;
    max-width: 150px;
    margin: 0 1rem 0 0;
  }

  .line-3 {
    background-color: #fff;
    width: 40px;
    height: 1px;
    margin: 5px auto 20px;
    padding-bottom: 0;
    padding-right: 0;
    position: static;
    inset: 0%;
  }

  .line-3.black {
    background-color: #fff;
    border-radius: 10px;
    width: 3px;
    height: 3px;
    margin: 0;
  }

  .line-2 {
    background-color: #fff;
    width: 40px;
    height: 1px;
    margin: 5px auto;
    padding-bottom: 0;
    padding-right: 0;
    position: static;
    inset: 0%;
  }

  .line-2.black {
    background-color: #fff;
    border-radius: 10px;
    width: 3px;
    height: 3px;
    margin: 0 5px 0 0;
  }

  .logo-white {
    width: 180px;
    margin-top: 0;
    margin-bottom: .5rem;
    margin-left: 0;
    padding-left: 0%;
  }

  .dropdown-item {
    border: 1px #000;
    flex-flow: wrap;
    width: 33.3%;
    min-width: auto;
    max-width: none;
    height: auto;
    min-height: 120px;
    margin-left: 0%;
  }

  .dropnavwrap {
    color: #424141;
    border-top: .3px solid #ffffff21;
    border-bottom: .3px solid #ffffff21;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.2rem;
    display: block;
  }

  .menu-head-text {
    padding-left: 4rem;
    font-size: 1.2em;
  }

  .logo-wrapper {
    flex: 1;
    margin-top: 1px;
  }

  .logo-wrapper.page-transition {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: 150px;
    min-height: 70px;
    margin-top: 0;
    margin-right: 0;
  }

  .logo-wrapper.page-transition.w--current {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-main {
    flex-flow: row;
    justify-content: flex-start;
    padding-left: 4rem;
    padding-right: 0;
  }

  .line-1 {
    background-color: #fff;
    width: 40px;
    height: 1px;
    margin: 20px auto 5px;
    padding-bottom: 0;
    padding-right: 0;
    position: static;
    inset: 0%;
  }

  .line-1.black {
    background-color: #fff;
    border-radius: 10px;
    width: 3px;
    height: 3px;
    margin: 0 5px 0 0;
  }

  .menu-button {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 70px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 7px;
    display: flex;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .menu-button.circ {
    text-align: left;
    background-color: #fff0;
    border: 1px #cbd6e4;
    border-bottom: 1px solid #fff3;
    border-radius: 0;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 60px;
    margin-left: 0%;
    margin-right: 0;
    padding-top: 0;
    font-size: .9rem;
    display: flex;
  }

  .menu-button.circ.w--open {
    background-color: var(--dark-grey);
    color: #0033a1;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 60px;
    margin-left: 0%;
    padding-left: 0;
    font-size: .9rem;
    display: flex;
  }

  .dropsublink:hover, .dropsublink:focus {
    color: #68bd49;
  }

  .menugroup {
    padding-left: 4rem;
  }

  .menu-bg {
    display: none;
  }

  .map-head {
    flex-flow: column;
    justify-content: flex-start;
  }

  .section-text {
    font-size: 1.6rem;
  }

  .map-footer {
    width: 100%;
  }

  .bottom-desc {
    font-size: 1.1rem;
  }

  .left {
    width: 100%;
  }

  .bottom-text {
    font-size: .8rem;
    display: none;
  }

  .globepincircle {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
  }

  .globedesc {
    padding: .25rem 0;
    font-size: .7rem;
  }

  .globettbg {
    width: 150px;
    margin-top: -192px;
    padding-bottom: .25rem;
    padding-left: .5rem;
    padding-right: .5rem;
    display: flex;
  }

  .globetooltip {
    top: 31%;
    left: 52%;
  }

  .globetooltip.color-1, .globetooltip.color-2 {
    display: flex;
    top: 16%;
  }

  .globetttext {
    padding: 5px;
    display: block;
  }

  .footer-one-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .footer-block {
    grid-column-gap: 1rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
    width: 100%;
    display: flex;
  }

  .footer-block.second {
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .f-small-head {
    width: 100%;
    margin-bottom: 0;
  }

  .f-product {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-block-small {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    width: 100%;
  }

  .f-small-link {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-tile-parts {
    grid-column-gap: 1rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .footer-center-wraper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .adress {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-bottom-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .f-botoom-left {
    margin-bottom: 0;
  }

  .mocha {
    display: flex;
  }

  .menu-sticky {
    background-color: var(--subor-red);
    padding-right: 50px;
  }

  .column {
    width: 100%;
    height: 50vh;
    padding-bottom: 2.5rem;
  }

  .center-text1 {
    display: block;
  }

  .fixed-menu-part--2.cta {
    font-size: 1rem;
  }

  .fixed-menu-part--2.cta:hover {
    background-size: 40px;
  }

  .first {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .just-link {
    z-index: 9;
    width: auto;
    margin-left: auto;
    margin-right: 5rem;
    position: relative;
    left: auto;
    right: 0;
  }

  .head-link {
    width: 100%;
    height: 50px;
    padding-left: 4rem;
    font-size: 1.2rem;
    font-weight: 600;
  }

  .head-link:hover {
    color: var(--subor-red);
  }

  .all-menus {
    flex-flow: column;
  }

  .page-top {
    background-size: cover;
    justify-content: center;
    align-items: center;
    height: 600px;
    padding-right: 50px;
    display: flex;
  }

  .page-top-images {
    width: auto;
    height: 100%;
  }

  .image-overlay-product {
    background-size: 500px;
  }

  .page-content {
    margin-top: 0;
    padding-right: 50px;
  }

  .product-head-content {
    height: 100%;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .peoduct-head-block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100%;
    padding-bottom: 4rem;
  }

  .breadcrumb {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .page-name {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
  }

  .page-head {
    margin-bottom: 0;
    font-size: 2em;
  }

  .page-desc {
    font-size: 1rem;
  }

  .mobilemenustyle {
    color: #333;
    background-color: #42414100;
    border: 1px solid #ffffff21;
    border-radius: 100px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 20px;
    margin: 21px 0 0 4rem;
    padding-bottom: 0;
    display: flex;
    position: absolute;
    inset: 0 0% 0%;
  }

  .sub-link {
    color: var(--global-white);
    text-align: left;
    background-image: none;
    border: 1px #000;
    border-radius: 0;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 40px;
    padding: 0;
    display: flex;
  }

  .sub-link:hover {
    color: var(--subor-red);
  }

  .sub-link.w--current {
    color: #fff;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    text-decoration: underline;
  }

  .sub-part {
    margin-top: 0;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .content-section {
    flex-flow: wrap-reverse;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    padding: 0;
    display: flex;
    position: relative;
  }

  .card-content {
    margin-top: 0;
    margin-bottom: 0;
  }

  .container-2 {
    z-index: auto;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: 60px;
    padding-left: 0;
    display: flex;
    position: relative;
  }

  .right-nav-menu {
    z-index: auto;
    background-color: var(--dark-grey);
    border: 2px #000;
    border-radius: 0;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .sub-header-2.first-top {
    margin-top: 0;
  }

  .menu-sub-group {
    border-bottom-style: none;
    border-right-style: none;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .content-part {
    margin-bottom: 0;
  }

  .head-link-2 {
    background-color: var(--dark-grey);
    color: #fff;
    text-align: left;
    background-image: url('../images/menu-passive.svg');
    background-position: 9%;
    background-repeat: no-repeat;
    background-size: 30px;
    border-top: .5px solid #ffffff21;
    border-bottom: .5px solid #ffffff21;
    border-radius: 0;
    width: 100%;
    min-width: auto;
    margin-left: 0;
    padding: 1rem 4rem 1rem 6.2rem;
    font-size: 1.2rem;
    font-weight: 600;
    text-decoration: none;
  }

  .head-link-2:hover {
    color: #fff;
    background-color: #ffffff08;
    background-image: url('../images/menu-active.svg');
    text-decoration: none;
  }

  .head-link-2:focus {
    background-color: #424141;
  }

  .head-link-2.w--current {
    background-color: var(--dark-grey);
    color: var(--subor-red);
    text-align: left;
    background-image: url('../images/down-arrow.svg');
    background-position: 9%;
    background-repeat: no-repeat;
    background-size: 30px;
    border-style: none;
    border-width: 1px;
    border-radius: 0;
    margin-right: 0;
    padding-left: 6.2rem;
    padding-right: 4rem;
    font-size: 1.2rem;
    text-decoration: none;
  }

  .head-link-2.w--current:hover {
    background-position: 9%;
    background-size: 30px;
    padding-left: 6.2rem;
  }

  .right-nav {
    z-index: 999;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 60px;
    padding-left: 4rem;
    padding-right: 4rem;
    display: flex;
  }

  .submenu-space {
    background-color: var(--dark-grey);
    border-right-style: none;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 1rem 4rem;
  }

  .menu-group {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-text {
    color: #fff;
    align-items: center;
    width: 100%;
    height: 60px;
    padding-left: 112px;
    font-size: 1.1rem;
    font-weight: 600;
    display: flex;
  }

  .page-html-content {
    padding-top: 4rem;
  }

  .page-html-content.no-text {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .page-inner-picture {
    width: 100%;
    height: 400px;
  }

  .page-inner-picture.mobile {
    display: flex;
  }

  .icon-card {
    width: auto;
  }

  .sticky {
    flex-direction: column;
    padding-right: 0;
  }

  .sticky.navigation {
    z-index: auto;
    background-color: var(--dark-grey);
    border: 1px #000;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 60px;
    margin-top: 0;
    margin-left: 0;
    padding: 0;
    display: flex;
    position: relative;
    top: 0;
  }

  .sticky.navigation:hover {
    background-color: var(--subor-color-2);
  }

  .picture-block {
    display: none;
  }

  .page-text {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .page-text.first {
    text-align: left;
    margin-top: 0;
    font-size: 1.5rem;
  }

  .page-text.space {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-wrapper {
    z-index: auto;
    border-left: 1px #72727233;
    width: 100%;
    margin-left: 0;
    padding: 4rem;
    position: relative;
  }

  .sidebar {
    z-index: 998;
    background-color: #fff0;
    border-bottom: 1px solid #ffffff21;
    border-left-style: none;
    border-right-style: none;
    width: 100%;
    height: auto;
    padding-left: 0;
    display: flex;
    position: sticky;
    inset: 70px 0% auto;
    overflow: visible;
  }

  .field-area.space {
    padding-left: 0;
    padding-right: 0;
  }

  .picture-content {
    min-height: 400px;
    margin-bottom: 0;
  }

  .nav-head {
    color: var(--global-white);
    text-align: left;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 4rem;
  }

  .effect {
    background-color: var(--dark-grey);
    display: block;
  }

  .code-embed {
    padding-bottom: 0;
  }

  .mobile {
    display: block;
  }

  .web {
    display: none;
  }

  .fixed-icon {
    width: 70%;
    inset: auto auto 0%;
  }

  .page-first-text {
    font-size: 1.1rem;
  }

  .page-second-text {
    font-size: 1rem;
  }

  .pahe-h3 {
    font-size: 1.4rem;
  }

  .faq-2 {
    width: 100%;
  }

  .text-bullet {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .table-2.left {
    padding: .25rem .5rem;
  }

  .table-2.right, .table-2.right-2 {
    min-width: 100px;
    padding: .25rem .5rem;
  }

  .table-1.head {
    border-bottom-style: none;
  }

  .product-picture {
    min-height: 400px;
    margin-bottom: 0;
  }

  .ctextwrap {
    justify-content: space-between;
    padding: 2rem 4rem;
  }

  .contact-header {
    font-size: 1rem;
  }

  .text-wrapper-line, .visual {
    width: 100%;
  }

  .visual-image {
    height: 200px;
  }

  .visual-list-image {
    min-width: 100%;
    min-height: 100%;
    max-height: none;
  }

  .online-text {
    text-align: center;
    white-space: pre-wrap;
    width: 50px;
    display: flex;
  }

  .fixed-icons-abs {
    width: 70%;
    inset: auto auto 0%;
  }

  .new-menu {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding-right: 50px;
  }

  .hero {
    height: 600px;
  }

  .section-two {
    padding: 2rem 5rem 2rem 2rem;
  }

  .footer, .section-tree {
    padding-left: 2rem;
    padding-right: 5rem;
  }

  .tabs-menu {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 2rem;
    padding-right: 140px;
  }

  .fixed-right-menu {
    z-index: 10;
  }

  .hs-head-wrapper {
    justify-content: flex-end;
    align-items: flex-start;
    height: 90%;
    padding-bottom: 200px;
    padding-left: 2rem;
    padding-right: 140px;
  }

  .heading {
    font-size: 6vw;
  }

  .spec-part, .spec-part.other {
    min-width: auto;
    height: 500px;
  }

  .spec-btn {
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: .8rem;
  }

  .spec-btn-group {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 1rem;
  }

  .spec-images-small {
    min-width: 100px;
    min-height: 100px;
    margin-bottom: 1rem;
  }

  .droplink, .droplink.w--open {
    padding-left: 2rem;
  }

  .button3 {
    min-width: auto;
    max-width: 150px;
    margin-right: .5rem;
  }

  .logo-white {
    width: 180px;
    margin-left: 0;
  }

  .dropdown-item {
    min-height: 100px;
  }

  .menu-head-text {
    padding-left: 2rem;
  }

  .logo-wrapper.page-transition {
    margin-left: 0%;
    margin-right: 0;
  }

  .nav-main {
    justify-content: flex-start;
    align-items: center;
    height: 70px;
    padding-left: 2rem;
    display: flex;
  }

  .menu-button {
    margin-left: 0;
    margin-right: 0;
    padding-top: 8px;
  }

  .menu-button.circ {
    width: 100%;
    margin-left: 0;
  }

  .menu-button.circ.w--open {
    background-color: var(--dark-grey);
    width: 100%;
    margin-left: 0%;
  }

  .menugroup {
    padding-left: 2rem;
  }

  .globetooltip {
    top: 34%;
    left: 4%;
  }

  .globetooltip.color-1, .globetooltip.color-2 {
    top: 14%;
  }

  .menu-sticky {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .head-link {
    padding-left: 2rem;
  }

  .page-top {
    height: 500px;
  }

  .product-head-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .peoduct-head-block {
    padding-bottom: 2rem;
  }

  .page-head {
    font-size: 1.5em;
  }

  .mobilemenustyle {
    margin-left: 2rem;
  }

  .card-text {
    font-size: 1rem;
  }

  .sub-part {
    padding: 1rem;
  }

  .content-section {
    padding: 0;
  }

  .card-content {
    min-width: 200px;
    max-width: 200px;
    height: 200px;
  }

  .icon {
    width: 80px;
  }

  .container-2 {
    width: 100%;
  }

  .right-nav-menu {
    margin-top: 0;
  }

  .page-inner-bg-image-color {
    width: auto;
    height: 100%;
  }

  .card-back-text {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1rem;
  }

  .head-link-2 {
    background-position: 5%;
    padding-left: 4.2rem;
  }

  .head-link-2.w--current {
    background-position: 6%;
    padding-left: 4.2rem;
    font-size: 1.1rem;
  }

  .head-link-2.w--current:hover {
    background-position: 6%;
    padding-left: 4.2rem;
  }

  .right-nav {
    z-index: 998;
  }

  .submenu-space {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .menu-text {
    padding-left: 5.4rem;
  }

  .page-html-content {
    padding: 4rem 1.5rem 1.5rem;
  }

  .page-html-content.no-text {
    margin-top: 0;
  }

  .page-inner-picture {
    height: auto;
    min-height: 300px;
  }

  .sticky.navigation {
    background-color: var(--dark-grey);
    width: 100%;
  }

  .page-text.first {
    font-size: 1.4rem;
  }

  .section-wrapper {
    padding: 1.5rem;
  }

  .sidebar {
    padding-left: 0;
  }

  .picture-content {
    min-height: 300px;
  }

  .code-embed {
    padding-bottom: 0;
  }

  .page-first-text {
    font-size: 1.1rem;
  }

  .page-second-text {
    font-size: 1rem;
  }

  .pahe-h3 {
    font-size: 1.3rem;
  }

  .faq-2 {
    width: 100%;
  }

  .product-picture {
    min-height: 300px;
  }

  .file-wrapper {
    flex-flow: wrap;
    justify-content: space-between;
  }

  .file-cat-name {
    margin-left: 0;
    padding-left: 0;
    position: static;
  }

  .ctextwrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .group-contact {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .contactminiicon {
    display: flex;
  }

  .contacttext {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .contact-header {
    font-size: 1rem;
  }

  .video-grid {
    grid-template-columns: 1fr;
  }

  .visual {
    width: 100%;
    margin: .5rem 0%;
  }

  .visual-image {
    height: 300px;
  }

  .visual-list-image {
    min-width: 100%;
    min-height: 100%;
    max-height: none;
    overflow: clip;
  }
}

@media screen and (max-width: 479px) {
  .tabs-menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
    bottom: 2rem;
  }

  .standard-tab, .standard-tab.w--current {
    width: 50px;
    height: 50px;
  }

  .fixed-right-menu {
    z-index: 10;
  }

  .hs-head-wrapper {
    padding-right: 100px;
  }

  .heading {
    padding-right: 0;
    font-size: 7vw;
  }

  .slider-cta {
    margin-left: 0;
  }

  .spec-btn {
    width: 100%;
  }

  .spec-btn-group {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    flex-flow: column;
  }

  .nav-point-wrapper.dropdown {
    padding-left: 0;
    padding-right: 0;
  }

  .button3 {
    padding-left: .5em;
    padding-right: .5em;
  }

  .logo-white {
    width: auto;
    margin-left: 0;
  }

  .dropdown-item {
    min-height: 80px;
  }

  .logo-wrapper.page-transition {
    width: 100px;
  }

  .nav-main {
    height: 70px;
  }

  .menu-button {
    justify-content: center;
    width: 40px;
    min-width: 40px;
    height: 70px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: absolute;
  }

  .menu-button.circ {
    color: #333;
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    padding-left: 65px;
    font-size: .9rem;
    position: relative;
  }

  .menu-button.circ.w--open {
    color: #333;
    background-color: #424141;
    justify-content: flex-start;
    align-items: center;
    padding-left: 65px;
    font-size: .9rem;
  }

  .button3_text {
    white-space: nowrap;
    font-size: .8rem;
  }

  .globetooltipcontent {
    width: 80px;
  }

  .globettbg {
    width: 150px;
    margin-top: -170px;
    display: none;
  }

  .globetooltip {
    top: 21%;
    left: -1%;
  }

  .globetooltip.color-1, .globetooltip.color-2 {
    top: 10%;
    left: 36%;
  }

  .column {
    height: 20rem;
    padding-bottom: 2rem;
    padding-left: 1.5rem;
    padding-right: 2rem;
    transition: none;
  }

  .column:hover {
    width: 100%;
    padding-bottom: 2rem;
  }

  .just-link {
    margin-left: .5rem;
    margin-right: 3rem;
  }

  .page-top {
    height: 400px;
  }

  .product-head-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .peoduct-head-block {
    padding-bottom: 1rem;
  }

  .breadcrumb {
    flex-flow: wrap;
  }

  .page-head {
    font-size: 1.4em;
  }

  .mobilemenustyle {
    z-index: auto;
    border-style: solid;
    margin-left: 1rem;
  }

  .card-text {
    font-size: .8rem;
    line-height: 1;
  }

  .sub-part {
    margin-top: 1rem;
  }

  .content-section {
    padding: 0;
  }

  .card-content {
    width: auto;
    min-width: 150px;
    max-width: 150px;
    height: 150px;
  }

  .icon {
    width: 60px;
  }

  .icon.white {
    width: 40%;
  }

  .container-2 {
    width: 100%;
  }

  .right-nav-menu {
    margin-top: 0;
  }

  .card-back-text {
    margin-top: .5rem;
    margin-bottom: .5rem;
    font-size: .8rem;
    line-height: 1.1;
  }

  .head-link-2 {
    padding-left: 3.4rem;
    font-size: .9rem;
  }

  .head-link-2.w--current {
    padding-left: 3.4rem;
    font-size: 1rem;
  }

  .right-nav {
    z-index: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .submenu-space {
    padding-left: 1rem;
  }

  .menu-text {
    align-items: center;
    height: 60px;
    padding-left: 0;
    display: flex;
  }

  .card-back {
    padding: 1rem;
    font-size: .8rem;
  }

  .page-html-content {
    padding: 4rem 1rem 1rem;
  }

  .page-html-content.no-text {
    margin-top: 1rem;
  }

  .page-inner-picture {
    height: auto;
    min-height: 200px;
  }

  .icon-card {
    margin: .25rem;
  }

  .card-front.third {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .sticky.navigation {
    z-index: 998;
    padding-left: 0;
    padding-right: 0;
  }

  .page-text {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .page-text.first {
    padding: 1rem;
    font-size: 1.3rem;
  }

  .section-wrapper {
    padding: 1rem;
  }

  .sidebar {
    z-index: 998;
  }

  .picture-content {
    min-height: 200px;
  }

  .code-embed {
    padding-bottom: 0;
  }

  .lang-dd-1-togle {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: .9rem;
  }

  .wg-flag, .wg-flag-ico {
    display: none;
  }

  .page-first-text, .page-second-text {
    font-size: 1rem;
  }

  .pahe-h3 {
    font-size: 1.2rem;
  }

  .s-faq-q-text {
    flex: 0 auto;
    width: 100%;
    display: block;
  }

  .faq-q, .faq-2 {
    width: 100%;
  }

  .faq-q-text {
    font-size: .8em;
    line-height: 1.4em;
  }

  .product-picture {
    min-height: 200px;
  }

  .h3-inline-head {
    font-size: .8em;
    line-height: 1.4em;
  }

  .ctextwrap {
    padding: 1rem;
  }

  .contact-header {
    font-size: 1rem;
  }

  .visual-image {
    height: 220px;
  }
}


