:root {
  --white-smoke: #f1f1f1;
  --black: black;
  --dim-grey: #707070;
  --dark-orange: #fe8f3e;
  --light-grey: #d1d0d0;
  --white: white;
}

body {
  background-color: var(--white-smoke);
  color: var(--black);
  font-family: Fellix, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

p {
  margin-bottom: 20px;
}

a {
  color: var(--black);
  text-decoration: underline;
}

.navbar {
  border-bottom: 1px solid var(--dim-grey);
  background-color: rgba(0, 0, 0, 0);
  padding-top: 30px;
  padding-bottom: 30px;
  transition: background-color .4s, transform .4s;
}

.navbar.sticky-visible-navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navbar.scrolled {
  transition-duration: .1s, .1s;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  transform: translate(0, -100%);
}

.navbar.scrolled.sticky-visible-navbar {
  background-color: var(--white-smoke);
  transition-duration: .4s, .4s;
  transform: translate(0);
}

.navlink {
  color: var(--black);
  text-transform: uppercase;
  margin-left: 65px;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  transition: color .5s;
  display: block;
}

.navlink.w--current {
  color: var(--dark-orange);
}

.navmenu {
  align-items: center;
  display: flex;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.div-flex-nav {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.img-logo-brand {
  height: 30px;
}

.hero_section {
  min-height: 100vh;
  padding-top: 30px;
  padding-bottom: 60px;
}

.div-img-hero {
  padding-bottom: 40%;
  position: relative;
}

.img-hero {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: z-index .2s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-slider {
  height: auto;
  transform-origin: 50% 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
}

.arrow-none {
  display: none;
}

.div-hero-box {
  z-index: 1;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.heading-hero {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 500;
  line-height: 50px;
}

.div-content-box-hero {
  width: 66.66%;
  padding-left: 5px;
}

.tb-short-hero {
  max-width: 535px;
  margin-top: 20px;
  font-size: 26px;
  font-weight: 500;
  line-height: 35px;
}

.section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section.read-more-section {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.newest-products {
  padding-top: 20px;
  padding-bottom: 0;
}

.section.footer-section {
  z-index: 1;
  border-top: 1px solid var(--dim-grey);
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.products-header {
  padding-top: 60px;
  padding-bottom: 140px;
}

.section.products-header.tech-header {
  padding-bottom: 100px;
}

.section.products-grid {
  padding-top: 0;
  padding-bottom: 0;
}

.section.product-single {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.technologies-section {
  padding-top: 0;
}

.section.about-page {
  border-bottom: 1px none var(--dim-grey);
  padding-top: 60px;
  padding-bottom: 120px;
}

.section.contact-page {
  padding-top: 60px;
  padding-bottom: 100px;
}

.section.privacy-page, .section.category-header {
  padding-top: 60px;
  padding-bottom: 60px;
}

.tb-hero-newest {
  z-index: 1;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  position: relative;
}

.div-newest-flex {
  border-top: 1px solid var(--dim-grey);
  border-bottom: 1px solid var(--dim-grey);
  flex-wrap: wrap;
  margin-left: -60px;
  margin-right: -60px;
  padding: 0 50px 100px;
  display: flex;
}

.div-newest-flex.mobile-products {
  display: none;
}

.div-item-newest {
  width: 33.33%;
  padding: 20px 10px;
}

.a-product-photo {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 51%;
  display: block;
  position: relative;
  overflow: hidden;
}

.img-newest {
  width: 100%;
  height: 100%;
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-button-newest {
  z-index: 1;
  margin-top: 10px;
  position: relative;
}

.a-link-newest-more {
  width: auto;
  color: var(--black);
  align-items: center;
  text-decoration: none;
  display: inline-block;
}

.div-flex-button-more {
  align-items: center;
  display: flex;
}

.h3-project {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  transition: color .7s;
}

.img-arrow-more {
  width: 58px;
}

.div-read-more-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.a-link-read-more {
  z-index: 1;
  color: var(--black);
  align-items: center;
  text-decoration: none;
  transition: color .4s;
  display: inline-block;
  position: relative;
}

.tb-read-more {
  text-transform: uppercase;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
}

.div-flex-footer {
  align-items: stretch;
  display: flex;
}

.div-footer-col {
  width: 25%;
}

.div-footer-col.col-logo-center {
  align-self: center;
}

.img-footer-brand {
  height: 30px;
}

.tb-footer-details {
  font-weight: 500;
  line-height: 19px;
}

.a-link-footer {
  color: var(--black);
  text-decoration: none;
}

.div-flex-products-inline {
  z-index: 1;
  justify-content: space-between;
  display: flex;
}

.div-inline-item-left {
  width: 25%;
  min-width: 250px;
}

.div-inline-item-left.full-inline-box {
  width: 100%;
  min-width: 100%;
}

.div-inline-desc {
  width: 66.66%;
  flex: 0 auto;
  padding-left: 5px;
}

.tb-products-page {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}

.rich-main {
  z-index: 1;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  position: relative;
}

.rich-main.bigger-rich-about {
  font-size: 26px;
  font-weight: 500;
  line-height: 35px;
}

.rich-main p {
  transition: opacity .2s;
}

.div-block-rich-notfull {
  width: 100%;
  max-width: 865px;
}

.div-product-element {
  border-top: 1px solid var(--dim-grey);
  border-bottom: 0px solid var(--dim-grey);
  padding-top: 30px;
  padding-bottom: 120px;
}

.div-flex-product {
  justify-content: space-between;
  display: flex;
}

.div-product-name {
  z-index: 1;
  width: 33.33%;
  position: relative;
}

.div-product-content {
  width: 66.66%;
  padding-left: 5px;
}

.h3-product-name {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
}

.div-product-content-flex {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.div-product-photo {
  width: 49%;
}

.div-product-short-description {
  z-index: 1;
  width: 40%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.a-link-more-product {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: color .4s;
  display: flex;
  position: relative;
}

.tb-read-more-product {
  text-transform: uppercase;
  flex: none;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
}

.div-prod-desc {
  width: 100%;
  align-self: stretch;
}

.img-big-main-product-photo {
  width: 100%;
  display: block;
}

.div-flex-product-single {
  z-index: 1;
  justify-content: space-between;
  display: flex;
}

.div-flex-product-single.right-single {
  justify-content: flex-end;
}

.div-product-name-single {
  z-index: 1;
  width: 25%;
  position: relative;
}

.div-product-content-single {
  width: 66.66%;
  flex: 0 auto;
  padding-left: 5px;
  overflow: hidden;
}

.div-short-descriptions-single {
  margin-top: 60px;
}

.div-rich-single {
  z-index: 1;
  max-width: 525px;
  position: relative;
}

.div-big-photo-el {
  margin-top: 60px;
  overflow: hidden;
}

.div-big-photo-el.about-border-top {
  border-top: 1px solid var(--dim-grey);
  padding-top: 25px;
}

.img-big-photo-single {
  width: 100%;
  object-fit: cover;
  display: block;
}

.img-big-photo-single.about-border-top {
  border-top: 1px solid var(--dim-grey);
  padding-top: 25px;
}

.div-product-details-single {
  margin-top: 60px;
}

.tb-details-single {
  z-index: 1;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  position: relative;
}

.div-details-single {
  z-index: 1;
  position: relative;
}

.tb-detail-single {
  border-bottom: 1px solid var(--dim-grey);
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

.div-details-table-cont {
  z-index: 1;
  max-width: 885px;
  position: relative;
}

.img-product-scetch {
  max-height: 500px;
  margin-top: 60px;
  display: block;
}

.div-destinations-single {
  z-index: 1;
  margin-top: 60px;
  position: relative;
}

.div-rich-destinations {
  margin-top: 20px;
}

.div-back-to-products {
  justify-content: flex-end;
  padding-right: 105px;
  display: flex;
}

.div-inline-item-tech-left {
  z-index: 1;
  width: 33.33%;
  max-width: 320px;
  min-width: 330px;
  position: relative;
}

.div-inline-desc-tech {
  width: 66.66%;
  padding-left: 5px;
}

.div-technology-item {
  border-top: 1px solid var(--dim-grey);
  border-bottom: 1px none var(--dim-grey);
  padding-top: 30px;
  padding-bottom: 50px;
}

.div-technology-item.last-tech-secure {
  border-bottom-style: none;
  padding-bottom: 0;
}

.div-flex-technology {
  z-index: 1;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.div-flex-technolgy-name {
  width: 33.33%;
}

.div-flex-technolgy-content {
  width: 66.66%;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 5px;
  display: flex;
}

.h3-technolgy-name {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

.div-max-width-tech {
  max-width: 690px;
  flex: 1;
  justify-content: space-between;
  display: block;
}

.div-tech-short-desc {
  width: 64%;
}

.div-more-tech {
  flex: none;
  justify-content: flex-end;
  display: flex;
}

.div-max-width-secure {
  width: 100%;
  max-width: 690px;
  justify-content: space-between;
  display: block;
}

.a-read-more-hidden {
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: color .4s;
  display: flex;
}

.div-hidden-secure {
  align-self: flex-end;
  margin-bottom: 30px;
  display: block;
}

.div-about-el-header {
  z-index: 1;
  width: 100%;
  max-width: 700px;
  position: relative;
}

.div-about-el-right {
  margin-top: 60px;
}

.div-about-el-right.content-z-index {
  z-index: 1;
}

.div-flex-about-el-right {
  justify-content: space-between;
  display: flex;
}

.div-flex-about-el-right.right-single {
  z-index: 1;
  justify-content: flex-end;
  position: relative;
}

.div-product-content-about {
  z-index: 1;
  width: 66.66%;
  flex: 0 auto;
  padding-left: 5px;
}

.div-details-max-about {
  max-width: 885px;
}

.div-photo-left-box {
  overflow: hidden;
}

.img-photo-full {
  z-index: 0;
  width: 100%;
  object-fit: cover;
  display: block;
  position: relative;
}

.div-content-contact-item {
  width: 33.33%;
  padding-left: 10px;
  padding-right: 10px;
}

.div-content-contact-item.map-item-embed {
  width: 66.66%;
}

.div-flex-contact {
  z-index: 1;
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  position: relative;
}

.div-flex-contact.right-single {
  justify-content: flex-end;
}

.div-flex-contact.map-flex {
  z-index: 0;
  justify-content: flex-end;
  margin-top: 60px;
}

.div-flex-contact.distributors-div {
  margin-top: 60px;
  padding-top: 30px;
}

.tb-contact-details {
  font-size: 26px;
  font-weight: 500;
  line-height: 35px;
}

.a-email-contact {
  border-bottom: 1px none var(--dim-grey);
  color: var(--black);
  text-decoration: none;
  transition: color .5s;
  display: inline;
}

.a-email-contact:hover {
  color: var(--dark-orange);
}

.a-link-contact-color {
  color: var(--black);
  text-decoration: none;
}

.div-flex-socials {
  margin-top: 35px;
  display: flex;
}

.a-link-social {
  margin-right: 20px;
}

.html-embed {
  width: 100%;
  padding-bottom: 50%;
  position: relative;
}

.tb-contact-text {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 500;
  line-height: 33px;
}

.div-flex-contact-distributors {
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.div-flex-contact-distributors.right-single {
  justify-content: flex-end;
}

.div-flex-contact-distributors.map-flex {
  justify-content: flex-end;
  margin-top: 60px;
}

.div-flex-contact-distributors.distributors-div {
  z-index: 1;
  position: relative;
}

.div-border-contact {
  z-index: 1;
  border-top: 1px solid var(--dim-grey);
  margin-top: 80px;
  padding-top: 30px;
  position: relative;
}

.div-content-flex-ditributors {
  width: 66.66%;
  flex-wrap: wrap;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-content-flex-ditributors.map-item-embed {
  width: 66.66%;
}

.div-item-distributor {
  width: 50%;
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

.tb-dostributor {
  height: 100%;
  border-bottom: 0px solid var(--dim-grey);
  padding-bottom: 40px;
  font-size: 20px;
  line-height: 27px;
}

.a-link-num {
  color: var(--black);
  text-decoration: none;
}

.background-gradient {
  z-index: -1;
  width: 40vh;
  height: 40vh;
  background-color: var(--dark-orange);
  filter: blur(25vh);
  border-radius: 100%;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.div-slider-overflow {
  margin-bottom: 30px;
  overflow: hidden;
}

.div-preloader {
  z-index: 2000;
  width: 100%;
  height: 100%;
  background-color: var(--white-smoke);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-flex-preloader {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-preloader-cont {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.img-logo-preloader {
  width: 200px;
  display: block;
  position: relative;
}

.div-preloader-lines {
  width: 100%;
  height: 100%;
  border-top: 1px solid var(--dim-grey);
  border-bottom: 1px solid var(--dim-grey);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.div-flex-preloader-image {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.img-preloader {
  height: 75vh;
  opacity: .3;
  display: block;
}

.div-overflow-logo {
  overflow: hidden;
}

.div-it-prod.product-view {
  border-top: 1px solid var(--dim-grey);
  padding-top: 30px;
}

.div-flex-newest {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-transition {
  z-index: 3000;
  width: 100%;
  height: 0%;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-transition-content {
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
}

.div-lines-transtion {
  width: 0%;
  height: 1px;
  border-top: 1px solid var(--dim-grey);
  border-bottom: 1px solid var(--dim-grey);
}

.div-hidden-tech {
  height: 0;
  overflow: hidden;
}

.div-hidden-content.div-secure-padding {
  padding-top: 20px;
}

.div-hidden-content.flex-hidden {
  flex-wrap: wrap;
  display: flex;
}

.div-visible-image {
  flex: 1;
}

.div-flex-sec {
  display: flex;
}

.bg-gradient-navbar {
  z-index: -1;
  width: 35vw;
  height: 35vw;
  background-color: var(--dark-orange);
  filter: blur(20vw);
  border-radius: 100%;
  display: none;
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0%;
}

.div-navlinks-container {
  align-items: center;
  display: block;
}

.div-flex-navs {
  align-items: center;
  display: flex;
}

.div-cookies-box {
  z-index: 1999;
  background-color: var(--black);
  color: var(--white);
  padding-top: 30px;
  padding-bottom: 30px;
  transition: all .5s;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0, 100%);
}

.div-cookies-box.visible-cookies {
  transform: translate(0);
}

.div-box-container {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.tb-cookies {
  font-size: 16px;
  line-height: 21px;
}

.div-flex-cookies-buttons {
  width: 85%;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.a-link-cookies {
  z-index: 1;
  color: var(--white);
  align-items: center;
  text-decoration: none;
  transition: color .4s;
  display: inline-block;
  position: relative;
}

.a-link-cookies:hover {
  color: var(--dark-orange);
}

.img-close-cookies {
  z-index: 20;
  cursor: pointer;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 60px;
}

.div-heading-page {
  margin-bottom: 260px;
}

.div-flex-page-p {
  z-index: 1;
  border-top: 1px solid var(--dim-grey);
  justify-content: space-between;
  padding-top: 30px;
  display: flex;
  position: relative;
}

.div-privacy-left {
  width: 35%;
  max-width: 400px;
}

.div-privacy-content {
  width: 60%;
}

.tb-title-privacy {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 33px;
  transition: left .2s, top .2s;
}

.div-hidden-text {
  height: 0;
  overflow: hidden;
}

.div-more-privacy {
  justify-content: flex-end;
  align-self: flex-end;
  margin-top: 20px;
  display: flex;
}

.div-heading-inline {
  margin-bottom: 20px;
}

.div-category-products {
  width: 66.66%;
  flex: 0 auto;
  margin-top: -50px;
  padding-left: 5px;
}

.div-flex-category-view {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-items-category {
  width: 25%;
  padding-bottom: 50px;
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}

.div-item-cat-product {
  width: 50%;
  padding: 50px 10px;
}

.div-rich-sticky-cat {
  width: 100%;
  max-width: 865px;
  margin-top: 100px;
}

.div-catpage-box {
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.div-bg-video {
  padding-bottom: 55%;
  position: relative;
}

.bg-vid {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-flex-technolgy-desc {
  z-index: 1;
  justify-content: space-between;
  margin-top: 60px;
  display: flex;
  position: relative;
}

.img-about-main {
  width: 100%;
  display: block;
}

.div-inline-desc-about {
  width: 66.66%;
  flex: 0 auto;
  padding-left: 5px;
}

.div-inline-item-about-left {
  width: 30%;
}

.div-more-contact {
  width: 100%;
  justify-content: flex-end;
  align-self: flex-end;
  display: block;
}

.div-contact-more-box {
  padding-left: 10px;
  padding-right: 10px;
}

.div-hidden-contact {
  width: 100%;
  height: 0;
  flex: 0 auto;
  overflow: hidden;
}

@media screen and (min-width: 1280px) {
  .heading-hero {
    font-size: 50px;
    line-height: 50px;
  }

  .div-inline-item-left {
    min-width: 320px;
  }

  .h3-product-name {
    font-size: 50px;
    line-height: 50px;
  }

  .div-inline-item-tech-left {
    max-width: 370px;
    min-width: 370px;
  }

  .h3-technolgy-name {
    font-size: 25px;
    line-height: 35px;
  }
}

@media screen and (min-width: 1440px) {
  .heading-hero, .h3-product-name {
    font-size: 60px;
    line-height: 60px;
  }

  .div-inline-item-tech-left {
    max-width: 440px;
    min-width: 440px;
  }

  .h3-technolgy-name {
    font-size: 30px;
    line-height: 40px;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navbar.scrolled {
    background-color: var(--white-smoke);
    transform: translate(0);
  }

  .navlink {
    text-transform: none;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 36px;
    line-height: 48px;
  }

  .navmenu {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .a-brand, .a-brand.w--current {
    z-index: 2;
  }

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

  .div-flex-nav {
    flex-wrap: wrap;
  }

  .hero_section {
    min-height: auto;
    padding-bottom: 30px;
  }

  .div-content-box-hero {
    margin-left: 20px;
  }

  .section.read-more-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.newest-products {
    overflow: hidden;
  }

  .section.footer-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.products-header {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.products-header.tech-header {
    padding-bottom: 40px;
  }

  .section.category-header {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-newest-flex {
    padding-bottom: 0;
  }

  .div-flex-products-inline {
    display: block;
  }

  .div-inline-item-left {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 5px;
  }

  .div-inline-desc {
    width: 100%;
    padding-left: 0;
  }

  .rich-main {
    font-size: 18px;
    line-height: 25px;
  }

  .div-product-content {
    width: 70%;
  }

  .h3-product-name {
    font-size: 45px;
    line-height: 45px;
  }

  .div-big-photo-el {
    margin-top: 40px;
  }

  .div-big-photo-el.about-border-top {
    margin-top: 20px;
  }

  .div-inline-item-tech-left {
    width: 100%;
    max-width: 100%;
    min-width: auto;
  }

  .div-inline-desc-tech {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
  }

  .div-about-el-right {
    margin-top: 40px;
  }

  .div-flex-about-el-right {
    display: block;
  }

  .div-product-content-about {
    width: 100%;
    padding-left: 0;
  }

  .div-content-contact-item.map-item-embed {
    width: 100%;
  }

  .div-content-contact-item.detail-content {
    width: 50%;
  }

  .div-content-contact-item.heading-contact {
    width: 100%;
    margin-bottom: 20px;
  }

  .div-flex-contact {
    flex-wrap: wrap;
  }

  .div-item-distributor {
    width: 100%;
  }

  .tb-dostributor {
    padding-bottom: 40px;
  }

  .menu-button {
    z-index: 2;
    padding: 10px 0;
    position: relative;
  }

  .menu-button.w--open {
    color: var(--black);
    background-color: rgba(0, 0, 0, 0);
  }

  .bg-gradient-navbar {
    z-index: 0;
    width: 25vw;
    height: 80vw;
    display: block;
  }

  .div-menu-button {
    height: 12px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
  }

  .menu-button-line {
    width: 32px;
    height: 4px;
    background-color: var(--black);
    padding: 0;
  }

  .menu-button-line.smaller-line {
    width: 22px;
  }

  .div-navlinks-container {
    width: 100%;
    height: 100%;
    background-color: var(--white-smoke);
    padding: 150px 20px 100px;
    display: block;
    position: relative;
  }

  .div-flex-navs {
    display: block;
  }

  .div-cookies-box {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-box-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .img-close-cookies {
    top: 10px;
    right: 20px;
  }

  .div-heading-page {
    margin-bottom: 60px;
  }

  .tb-title-privacy {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
  }

  .div-category-products {
    width: 100%;
    margin-top: -30px;
    padding-left: 0;
  }

  .div-flex-category-view {
    display: block;
  }

  .div-items-category {
    width: 100%;
    position: relative;
    top: 0;
  }

  .div-item-cat-product {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-rich-sticky-cat {
    margin-top: 40px;
  }

  .div-flex-technolgy-desc {
    margin-top: 40px;
    display: block;
  }

  .div-inline-desc-about {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
  }

  .div-inline-item-about-left, .div-contact-more-box {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    width: 100%;
    border-bottom-style: none;
    padding-top: 15px;
    padding-bottom: 15px;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .navbar.scrolled {
    background-color: var(--white-smoke);
    position: fixed;
    transform: translate(0);
  }

  .navlink {
    border-bottom: 1px solid #969696;
  }

  .a-brand {
    padding-left: 0;
  }

  .hero_section {
    padding-top: 0;
  }

  .div-img-hero {
    min-height: 450px;
    padding-bottom: 0%;
  }

  .div-hero-box {
    display: block;
  }

  .heading-hero {
    font-size: 36px;
    line-height: 48px;
  }

  .div-content-box-hero {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }

  .tb-short-hero {
    margin-top: 10px;
    font-size: 20px;
    line-height: 24px;
  }

  .section.read-more-section {
    border-top: 1px solid #969696;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.newest-products {
    padding-top: 10px;
  }

  .section.footer-section {
    border-top-color: #969696;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .section.products-header {
    padding-top: 82px;
    padding-bottom: 20px;
  }

  .section.product-single {
    padding-top: 82px;
    padding-bottom: 40px;
  }

  .section.about-page {
    border-bottom-style: none;
    padding-top: 82px;
    padding-bottom: 20px;
  }

  .section.contact-page, .section.privacy-page {
    padding-top: 82px;
    padding-bottom: 30px;
  }

  .section.category-header {
    padding-top: 82px;
    padding-bottom: 20px;
  }

  .tb-hero-newest {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
  }

  .div-newest-flex {
    border-top-style: none;
    border-bottom-style: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .div-newest-flex.mobile-products {
    margin-bottom: 40px;
    display: flex;
  }

  .div-item-newest {
    width: 100%;
    border-top: 1px solid #969696;
    padding-left: 0;
    padding-right: 0;
  }

  .a-link-newest-more {
    width: 100%;
  }

  .h3-project {
    font-size: 23px;
    line-height: 31px;
  }

  .tb-read-more {
    font-size: 12px;
    line-height: 16px;
  }

  .div-flex-footer {
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-footer-col {
    width: auto;
  }

  .div-footer-col.col-logo-center {
    width: 74px;
    align-self: flex-start;
  }

  .div-footer-col.addcress-col {
    display: none;
  }

  .tb-footer-details {
    font-size: 12px;
    line-height: 16px;
  }

  .div-flex-products-inline {
    display: block;
  }

  .div-inline-item-left {
    border-bottom: 1px solid #969696;
    margin-bottom: 10px;
  }

  .div-inline-desc {
    width: 100%;
  }

  .tb-products-page {
    font-size: 12px;
    line-height: 16px;
  }

  .rich-main {
    font-size: 15px;
    line-height: 21px;
  }

  .rich-main.bigger-rich-about p {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 24px;
  }

  .rich-main p {
    margin-bottom: 15px;
  }

  .div-product-element {
    border-top-color: var(--light-grey);
  }

  .div-flex-product {
    display: block;
  }

  .div-product-name {
    width: 100%;
  }

  .div-product-content {
    width: 100%;
    padding-left: 0;
  }

  .h3-product-name {
    font-size: 37px;
    line-height: 40px;
  }

  .div-products-list {
    display: none;
  }

  .div-flex-product-single {
    flex-direction: row;
    display: block;
  }

  .div-flex-product-single.header-single {
    border-top: 1px solid #969696;
    flex-direction: column-reverse;
    padding-top: 25px;
    display: flex;
  }

  .div-product-name-single {
    width: 100%;
    margin-top: 20px;
  }

  .div-product-content-single {
    width: 100%;
    padding-left: 0;
  }

  .div-short-descriptions-single {
    margin-top: 20px;
  }

  .div-big-photo-el {
    margin-top: 10px;
  }

  .div-big-photo-el.mob-margins {
    margin-left: -20px;
    margin-right: -20px;
  }

  .div-big-photo-el.about-border-top {
    border-top-color: #969696;
  }

  .img-big-photo-single.single-photo-el {
    min-height: 355px;
  }

  .img-big-photo-single.about-border-top {
    border-top-color: #969696;
  }

  .div-product-details-single {
    margin-top: 40px;
  }

  .tb-details-single {
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
  }

  .tb-detail-single {
    border-bottom-color: #969696;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 21px;
  }

  .img-product-scetch, .div-destinations-single {
    margin-top: 20px;
  }

  .div-back-to-products {
    display: none;
  }

  .div-inline-item-tech-left {
    width: 100%;
    border-bottom: 1px solid #969696;
    margin-bottom: 10px;
    padding-bottom: 5px;
  }

  .div-inline-desc-tech {
    width: 100%;
    margin-top: 20px;
  }

  .div-technology-item {
    border-top-color: #969696;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-flex-technology {
    display: block;
  }

  .div-flex-technolgy-name {
    width: 100%;
    padding-right: 0;
  }

  .div-flex-technolgy-content {
    width: 100%;
    padding-left: 0;
    display: block;
  }

  .h3-technolgy-name {
    margin-bottom: 10px;
  }

  .div-tech-short-desc {
    width: 100%;
  }

  .div-max-width-secure {
    margin-top: 10px;
  }

  .div-about-el-right {
    margin-top: 30px;
  }

  .div-flex-about-el-right.right-single {
    display: block;
  }

  .div-product-content-about {
    width: 100%;
  }

  .div-content-contact-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-flex-contact {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-flex-contact.map-flex {
    margin-top: 30px;
  }

  .tb-contact-details {
    font-size: 20px;
    line-height: 27px;
  }

  .div-flex-socials {
    margin-top: 20px;
  }

  .tb-contact-text {
    border-bottom: 1px solid #969696;
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-size: 12px;
    line-height: 16px;
  }

  .div-flex-contact-distributors.distributors-div {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .div-border-contact {
    border-top-style: none;
    margin-top: 40px;
    padding-top: 0;
  }

  .div-content-flex-ditributors {
    width: auto;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 0;
    padding-right: 0;
  }

  .tb-dostributor {
    border-bottom-color: #969696;
    padding-bottom: 30px;
    font-size: 15px;
    line-height: 21px;
  }

  .div-slider-overflow {
    margin-bottom: 20px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .img-logo-preloader {
    width: 150px;
  }

  .img-preloader {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-it-prod.product-view {
    border-top-style: none;
    padding-top: 0;
  }

  .div-navlinks-container {
    height: 100%;
    padding-top: 100px;
  }

  .div-flex-navs {
    overflow: auto;
  }

  .div-cookies-box {
    padding-top: 40px;
  }

  .div-box-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .tb-cookies {
    font-size: 14px;
  }

  .div-flex-cookies-buttons {
    width: 100%;
  }

  .div-heading-page {
    border-bottom: 1px solid #969696;
    margin-bottom: 20px;
    padding-bottom: 30px;
  }

  .div-flex-page-p {
    border-top-style: none;
    padding-top: 0;
    display: block;
  }

  .div-privacy-left {
    width: 100%;
    margin-bottom: 30px;
  }

  .div-privacy-content {
    width: 100%;
  }

  .tb-title-privacy {
    font-size: 14px;
    line-height: 16px;
  }

  .div-heading-inline {
    margin-bottom: 10px;
  }

  .div-category-products {
    width: 100%;
    margin-top: 0;
  }

  .div-flex-category-view {
    display: block;
  }

  .div-items-category {
    padding-bottom: 0;
  }

  .div-item-cat-product {
    width: 100%;
    border-top: 1px solid #969696;
    padding-left: 0;
    padding-right: 0;
  }

  .div-rich-sticky-cat {
    margin-top: 0;
  }

  .div-catpage-box {
    margin-left: 0;
    margin-right: 0;
  }

  .div-flex-technolgy-desc {
    margin-top: 20px;
    display: block;
  }

  .div-inline-desc-about {
    width: 100%;
    margin-top: 20px;
  }

  .div-inline-item-about-left {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .img-logo-brand {
    height: 24px;
  }

  .section.products-header {
    padding-bottom: 0;
  }

  .section.about-page {
    padding-bottom: 20px;
  }

  .div-newest-flex.mobile-products {
    margin-bottom: 20px;
  }

  .img-footer-brand {
    height: 24px;
  }

  .tb-read-more-product {
    font-size: 12px;
    line-height: 18px;
  }

  .img-big-photo-single {
    min-height: 175px;
  }

  .h3-technolgy-name {
    font-size: 22px;
    line-height: 30px;
  }

  .div-hidden-secure {
    margin-bottom: 20px;
  }

  .img-photo-full {
    min-height: 175px;
  }

  .div-content-contact-item.detail-content {
    width: 100%;
    margin-bottom: 30px;
  }

  .div-flex-contact {
    display: block;
  }

  .img-social {
    max-height: 23px;
  }

  .html-embed {
    min-height: 200px;
  }

  .div-item-distributor {
    margin-bottom: 20px;
  }

  .tb-dostributor {
    padding-bottom: 0;
  }

  .img-logo-preloader {
    width: 120px;
  }

  .div-navlinks-container {
    padding-top: 90px;
  }

  .div-flex-cookies-buttons {
    display: block;
  }

  .a-link-cookies.bottom-cookies {
    margin-top: 20px;
  }

  .div-heading-page {
    margin-bottom: 15px;
    padding-bottom: 25px;
  }

  .tb-title-privacy {
    font-size: 12px;
    font-weight: 500;
  }
}


@font-face {
  font-family: 'Fellix';
  src: url('../fonts/Fellix-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fellix';
  src: url('../fonts/Fellix-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fellix';
  src: url('../fonts/Fellix-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}