.slider__icon {
  color: #fa5c20;
  font-size: 24px;
  font-weight: 700;
}

.slider__arrow {
  color: #101010;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: color .2s, background-color .2s;
  display: flex;
  box-shadow: 0 8px 20px #0006;
}

.slider__arrow:hover {
  color: #fff;
  background-color: #000;
}

.slider__arrow.left {
  box-shadow: none;
  background-color: #fff0;
  border: 2px solid #fa5c20;
  border-radius: 12px;
  left: -72px;
  transform: translate(-50%);
}

.slider__arrow.right {
  box-shadow: none;
  background-color: #fff0;
  border: 2px solid #fa5c20;
  border-radius: 12px;
  right: -72px;
  transform: translate(50%);
}

.slider__nav {
  color: #fa5c20;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
}

.text-span {
  font-weight: 200;
}

.slide {
  position: static;
  inset: 0%;
  overflow: visible;
}

.div-block-5 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 94px;
  margin-top: 22px;
  padding: 0 24px 24px;
  display: flex;
  overflow: hidden;
}

.div-block-5.disable {
  display: none;
}

.div-block-3 {
  border-radius: 12px 12px 0;
}

.text-block-4 {
  color: #fff;
  font-family: Inter Tight, sans-serif;
  font-weight: 200;
  line-height: 130%;
}

.slide__image {
  z-index: 1;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  box-shadow: 0 10px 40px #00000080;
}

.slide__image.previous {
  z-index: 0;
  box-shadow: none;
  transform-origin: 50%;
  overflow: hidden;
  transform: translate(-120px)rotate(-3deg)scale(.8);
}

.slide__image.next {
  z-index: 1;
  box-shadow: none;
  transform-origin: 50%;
  overflow: clip;
  transform: translate(120px)rotate(3deg)scale(.8);
}

.slide__image.current {
  z-index: 2;
  box-shadow: none;
  transform-origin: 50%;
  background-color: #1f1f1f;
  background-image: url('../images/bg.png');
  background-position: 0 0;
  background-size: auto;
  border: .5px solid #ffffff40;
  overflow: clip;
}

.slider {
  background-color: #0000;
  width: 800px;
  height: 600px;
}

.page-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.text-block-3 {
  color: #fa5c20;
  text-transform: uppercase;
  padding-bottom: 16px;
  padding-right: 4px;
  font-family: Inter Tight, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 32px;
}

.slider__mask {
  position: static;
  overflow: visible;
}

.body {
  background-color: #000;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  width: 1280px;
  max-width: 1280px;
  margin-left: 0;
  margin-right: 0;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper {
  background-color: #0009;
  border: .5px solid #ffffff40;
  border-radius: 12px;
  width: 798px;
  height: 76px;
  padding: 23px 56px 28px;
  display: block;
  overflow: visible;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.nav-item {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.nav-link.nav-item:hover, .nav-link.nav-item.active {
  color: #fa5c20;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown:hover {
  color: #fa5c20;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #fa5c20;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle.active {
  color: #fa5c20;
}

.nav-dropdown-icon {
  color: #fff;
  margin-right: 10px;
}

.nav-dropdown-icon:hover, .nav-dropdown-icon.active {
  color: #fa5c20;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #0009;
  background-image: url('../images/bg.png');
  background-position: 0 0;
  background-size: auto;
  border: .5px solid #ffffff4d;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 28px 56px;
  display: flex;
  top: 53px;
  left: -49px;
}

.nav-dropdown-link {
  color: #fff;
  width: 282px;
  padding: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.nav-dropdown-link:hover {
  color: #fa5c20;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 20px;
  margin-left: 15px;
  margin-right: 15px;
  display: none;
  overflow: hidden;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  display: none;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.list-item {
  color: #fff;
  font-family: Inter Tight, sans-serif;
  font-weight: 300;
}

.nav-item {
  color: #fff;
  flex-flow: column;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  display: flex;
  position: relative;
}

.text-block-5 {
  color: #fff;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
}

.text-block-5:hover, .text-block-5.active {
  color: #fa5c20;
}

.list-item-2 {
  display: none;
}

.my-nav-meny {
  border-radius: 12px;
  width: auto;
  height: auto;
  display: block;
}

.list-item-3 {
  margin-left: 64px;
}

.list-item-3.en {
  margin-left: 48px;
}

.button {
  background-color: #fa5c20;
  border-radius: 12px;
  padding: 22px;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
}

.button.card {
  text-align: center;
  width: 504px;
}

.button.card.brave {
  color: #ecfe17;
  background-color: #000;
  border: 1px solid #ecfe17;
}

.button.ban {
  text-align: center;
  width: 162px;
}

.btn-hero {
  background-color: #0006;
  border-radius: 18px;
  justify-content: space-between;
  align-items: center;
  width: 206px;
  padding: 6px;
  display: flex;
  position: relative;
}

.btn-hero.en {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  width: auto;
}

.div-block-7 {
  z-index: 2;
  width: 1280px;
  margin-top: 22px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.background-video {
  z-index: 1;
  width: 100vw;
  max-width: 1920px;
  height: 100vh;
  max-height: 1080px;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.section {
  background-color: #000;
  background-image: none;
  background-size: auto;
  min-width: 1280px;
  max-width: 1920px;
  height: 100vh;
  min-height: 720px;
  max-height: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-block-8 {
  z-index: 2;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 1280px;
  height: auto;
  margin-bottom: 153px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 104px;
  font-weight: 600;
  line-height: 94px;
}

.image {
  transition: opacity .2s;
}

.label {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  width: 88px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-6 {
  color: #fff;
  font-family: Inter Tight, sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 10px;
}

.section-black {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  background-color: #000;
  flex-flow: column;
  padding-top: 144px;
  padding-bottom: 144px;
  display: flex;
}

.heading-2 {
  color: #fff;
  text-align: center;
  width: 1280px;
  margin: 0 auto;
  font-family: Inter Tight, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 80px;
}

.heading-2.left {
  text-align: left;
}

.card-row {
  justify-content: space-between;
  align-items: flex-start;
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.card-factage {
  background-color: #ffffff26;
  background-image: url('../images/bg.png');
  background-position: 0 0;
  background-size: auto;
  border: .5px solid #ffffff40;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 420px;
  height: 316px;
  padding: 16px;
  display: flex;
}

.div-block-9 {
  width: 388px;
}

.txt-card-small {
  color: #fff;
  text-align: right;
  width: 388px;
  height: 36px;
  font-family: Inter Tight, sans-serif;
  font-weight: 200;
  line-height: 18px;
}

.txt-card-big {
  color: #fff;
  text-align: right;
  font-family: Orbitron, sans-serif;
  font-size: 96px;
  font-weight: 600;
  line-height: 96px;
}

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

.image-2 {
  margin-right: 12px;
}

.txt-card-big-center {
  color: #fff;
  text-align: left;
  padding-left: 105px;
  font-family: Orbitron, sans-serif;
  font-size: 96px;
  font-weight: 600;
  line-height: 96px;
}

.prod-block {
  border: .5px solid #000;
  border-bottom-color: #ffffff4d;
  flex-flow: row;
  width: 1280px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 88px;
  padding-bottom: 88px;
  display: flex;
}

.prod-block.last {
  border-bottom-style: none;
}

.prod-content {
  grid-column-gap: 135px;
  grid-row-gap: 135px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 585px;
  height: auto;
  display: flex;
}

.prod-title {
  color: #fffdfd;
  font-family: Orbitron, sans-serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 80px;
}

.txt-18 {
  font-family: Inter Tight, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
}

.description {
  color: #fff;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 130%;
}

.bold-text, .bold-text-2, .bold-text-3 {
  color: #fa5c20;
}

.div-block-10 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.prod-row {
  border-bottom: .5px solid #ffffff40;
  justify-content: space-between;
  align-items: flex-start;
  width: 585px;
  height: 53px;
  display: flex;
}

.prod-row.last {
  border-bottom-style: none;
}

.name {
  color: #fff6;
  font-family: Inter Tight, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 24px;
}

.value {
  color: #fff;
  font-family: Inter Tight, sans-serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 29px;
}

.div-block-11 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  margin-bottom: 32px;
  display: flex;
}

.btn-card {
  background-color: #fa5c2033;
  border-radius: 18px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding: 6px;
  display: flex;
  position: relative;
}

.banner {
  grid-column-gap: 88px;
  grid-row-gap: 88px;
  background-color: #000;
  flex-flow: column;
  padding-top: 144px;
  padding-bottom: 144px;
  display: flex;
}

.div-block-12 {
  justify-content: space-between;
  align-items: flex-start;
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.subtitle {
  color: #fa5c20;
  font-family: Inter Tight, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.text-body-l {
  color: #fff;
  width: 532px;
  font-family: Inter Tight, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 150%;
}

.btn-banner {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #fa5c2033;
  border-radius: 18px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding: 6px;
  display: flex;
  position: relative;
}

.about {
  grid-column-gap: 88px;
  grid-row-gap: 88px;
  background-color: #000;
  flex-flow: column;
  padding-top: 0;
  padding-bottom: 82px;
  display: flex;
}

.text-body-xl {
  color: #fff;
  width: 532px;
  font-family: Inter Tight, sans-serif;
  font-size: 64px;
  font-weight: 300;
  line-height: 120%;
}

.text-body-m {
  color: #fff;
  width: 532px;
  padding-top: 0;
  padding-bottom: 22px;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.div-block-13 {
  justify-content: space-between;
  align-items: flex-end;
  width: 1277px;
  height: 726px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-3 {
  object-fit: contain;
  position: absolute;
  left: 35%;
  overflow: visible;
}

.accord-on {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 1366px;
  margin-top: 56px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-75 {
  background-color: #0000;
  width: 854px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.dropdown {
  object-fit: fill;
  width: 854px;
  display: block;
  position: static;
}

.dropdown:hover {
  color: #ff4a33;
}

.dropdown-toggle {
  object-fit: fill;
  border-radius: 32px;
  justify-content: space-between;
  align-items: flex-start;
  width: 854px;
  padding: 48px 0;
  display: flex;
  position: static;
}

.dropdown-toggle:hover {
  color: #ff4a33;
  background-color: #000;
}

.dropdown-toggle.w--open {
  background-color: #f5f5f5;
}

.qtext {
  color: #fff;
  width: 750px;
  margin-left: 0;
  margin-right: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 135%;
}

.dropdown-list {
  background-color: #0000;
  display: none;
  position: relative;
}

.div-block-76 {
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  width: 750px;
  padding: 0;
}

.text-block-21 {
  color: #fff;
  white-space: normal;
  width: 750px;
  margin-right: 42px;
  font-family: Inter Tight, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 150%;
}

.wrapper {
  width: 854px;
  margin-left: auto;
  margin-right: auto;
}

.wr2 {
  border-bottom: .5px solid #ffffff4d;
  padding-top: 48px;
  padding-bottom: 48px;
}

.wr2.last {
  border: 1px #000;
}

.div-block-78 {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-79 {
  width: 750px;
  padding-top: 16px;
  overflow: hidden;
}

.atext {
  color: #fff;
  font-family: Inter Tight, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 150%;
}

.code-embed {
  color: #fa0000;
}

.q-2 {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.atext-2 {
  color: #fff;
  font-family: Inter Tight, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 150%;
}

.code-embed-2 {
  color: #fa0000;
}

.q-3 {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.atext-3 {
  color: #fff;
  font-family: Inter Tight, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 150%;
}

.code-embed-3 {
  color: #fa0000;
}

.q-4 {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.atext-4 {
  color: #fff;
  font-family: Inter Tight, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 150%;
}

.q-5 {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.atext-5 {
  color: #fff;
  font-family: Inter Tight, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 150%;
}

.btn-second {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  object-fit: fill;
  background-color: #fa5c2033;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  width: 275px;
  margin-top: 56px;
  margin-left: auto;
  margin-right: auto;
  padding: 6px;
  display: flex;
}

.btn-second.en {
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 222px;
  max-width: 319px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.button-sec {
  color: #fa5c20;
  background-color: #000;
  border: 1px solid #fa5c20;
  border-radius: 12px;
  padding: 22px;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  display: block;
}

.button-sec.card {
  text-align: center;
  width: 504px;
}

.button-sec.ban {
  text-align: center;
  width: 162px;
}

.section-form {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  background-color: #000;
  border-radius: 12px;
  flex-flow: column;
  padding-top: 144px;
  padding-bottom: 144px;
  display: flex;
}

.heading-2-form {
  color: #fff;
  text-align: left;
  width: 397px;
  margin: 0 auto;
  font-family: Inter Tight, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 80px;
}

.heading-2-form.left {
  text-align: left;
}

.div-block-80 {
  width: 397px;
}

.image-4 {
  margin-top: 88px;
}

.div-block-81 {
  justify-content: space-between;
  align-items: center;
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-field {
  color: #fff;
  background-color: #fff0;
  border: .5px solid #ffffff4d;
  width: 665px;
  margin-bottom: 20px;
  padding: 32px;
  font-family: Inter Tight, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 150%;
}

.text-field:hover, .text-field:focus {
  border-color: #fa5c20;
}

.field-label {
  display: none;
}

.text-field-copy {
  color: #fff;
  object-fit: fill;
  background-color: #fff0;
  border: .5px solid #ffffff4d;
  flex: 0 auto;
  align-self: auto;
  width: 665px;
  height: 256px;
  margin-bottom: 20px;
  padding: 32px;
  font-family: Inter Tight, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 150%;
  text-decoration: none;
  display: block;
}

.text-field-copy:hover, .text-field-copy:focus {
  border-color: #fa5c20;
}

.form {
  flex-flow: column;
  display: flex;
}

.submit-button {
  background-color: #fa5c20;
  border-radius: 12px;
  width: 584px;
  padding: 22px 251px;
  font-family: Inter Tight, sans-serif;
  font-weight: 300;
}

.div-block-82 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #fa5c2033;
  border-radius: 18px;
  justify-content: center;
  align-items: flex-start;
  width: 665px;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
}

.footer {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  background-color: #000;
  background-image: url('../images/footer.png');
  background-position: 50% 35%;
  background-size: auto;
  flex-flow: column;
  padding-top: 152px;
  padding-bottom: 144px;
  display: flex;
}

.body-footer {
  justify-content: space-between;
  align-items: flex-start;
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-footer {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  width: 714px;
  display: flex;
}

.column-footer {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.nav-title-footer {
  color: #000;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  line-height: 19px;
}

.link-block {
  z-index: 2;
  display: block;
  position: absolute;
  inset: 0%;
}

.div-block-83 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.nav-item-footer {
  color: #000;
  flex-flow: column;
  font-family: Inter Tight, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
  display: flex;
  position: relative;
}

.btn-header {
  background-color: #0006;
  border-radius: 18px;
  justify-content: space-between;
  align-items: center;
  width: 206px;
  padding: 6px;
  display: flex;
  position: relative;
}

.btn-header.en {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  width: auto;
}

.link-block-2 {
  z-index: 1;
  display: block;
  position: absolute;
  inset: 0%;
}

.link-block-3 {
  z-index: 1;
  display: none;
  position: absolute;
  inset: 0%;
}

.link-block-4 {
  display: block;
  position: absolute;
  inset: 0%;
}

.text-block-22 {
  color: #fa5c20;
  margin-bottom: 24px;
  font-family: Inter Tight, sans-serif;
  font-size: 64px;
  font-weight: 300;
  line-height: 120%;
}

.text-block-23 {
  color: #fff;
  width: 480px;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.success-message {
  background-color: #000;
  margin-right: 64px;
}

.error-message {
  color: #ff2020;
  background-color: #ff202033;
  border-radius: 12px;
  font-family: Inter Tight, sans-serif;
  font-weight: 300;
}

.list-item-sub, .list-item-5, .image-10 {
  display: none;
}

.image-4-up {
  margin-top: 88px;
  display: none;
}

.hero {
  background-color: #000;
  background-image: url('../images/img-BG-media-kit.png');
  background-size: auto;
  min-width: 1280px;
  max-width: 1920px;
  height: 100vh;
  min-height: 720px;
  max-height: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content-hero {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 1280px;
  height: 295px;
  margin-bottom: 153px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.heading-hero {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 100%;
}

.description-hero {
  color: #fff;
  width: 506px;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 130%;
}

.div-block-89 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  height: 75px;
  display: flex;
}

.btn-second-hero {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  object-fit: fill;
  background-color: #0006;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 6px;
  display: flex;
  position: relative;
}

.button-sec-hero {
  color: #fa5c20;
  background-color: #0000;
  border: 1px solid #fa5c20;
  border-radius: 12px;
  padding: 22px;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  display: block;
}

.button-sec-hero.card {
  text-align: center;
  width: 504px;
}

.button-sec-hero.ban {
  text-align: center;
  width: 162px;
}

.card-value {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: #fff0;
  border: .5px #ffffff40;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 366px;
  height: auto;
  padding: 0;
  display: flex;
}

.text-block-24 {
  color: #fff;
  height: 84px;
  font-family: Inter Tight, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 130%;
}

.text-block-25 {
  color: #fff;
  font-family: Inter Tight, sans-serif;
  font-weight: 300;
  line-height: 130%;
}

.card-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  width: 388px;
  height: auto;
  display: flex;
}

.heading-3 {
  color: #fff;
  text-align: center;
  width: 1280px;
  margin: 0 auto;
  font-family: Inter Tight, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 100%;
}

.heading-3.left {
  text-align: left;
}

.div-block-90 {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-26 {
  color: #fff;
  width: 934px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 130%;
}

.card-advantages {
  background-color: #ffffff26;
  background-image: url('../images/bg.png');
  background-position: 0 0;
  background-size: auto;
  border: .5px solid #ffffff40;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 420px;
  height: 316px;
  padding: 16px;
  display: flex;
}

.content-advantages {
  flex-flow: column;
  width: 388px;
  display: flex;
}

.numbers-advantages {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.txt-card-small-advantages {
  color: #fff;
  text-align: left;
  width: 388px;
  height: 36px;
  font-family: Inter Tight, sans-serif;
  font-weight: 200;
  line-height: 18px;
}

.div-block-who {
  border-bottom: .5px solid #ffffff4d;
  justify-content: space-between;
  align-items: flex-start;
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.div-block-who.last {
  border: 0 solid #000;
}

.subtitle-who {
  color: #fa5c20;
  width: 200px;
  font-family: Inter Tight, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.text-body-l-copy {
  color: #fff;
  width: 924px;
  font-family: Inter Tight, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 150%;
}

.banner-cases {
  grid-column-gap: 88px;
  grid-row-gap: 88px;
  background-color: #000;
  flex-flow: column;
  padding-top: 144px;
  padding-bottom: 144px;
  display: flex;
  position: relative;
}

.image-11 {
  width: 300px;
  position: absolute;
  inset: -5% 35% -44% auto;
}

.image-13 {
  display: none;
}

.text-span-2 {
  font-weight: 300;
}

.table {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.table-head {
  border-bottom: .5px solid #ffffff40;
  justify-content: space-between;
  align-items: center;
  height: 72px;
  padding-bottom: 24px;
  display: flex;
}

.table-cell {
  width: 220px;
}

.table-txt-item {
  color: #fff9;
  text-align: center;
  font-family: Inter Tight, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.table-txt-item.left {
  text-align: left;
}

.section-black-table {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  background-color: #000;
  flex-flow: column;
  padding-top: 144px;
  padding-bottom: 144px;
  display: flex;
}

.table-row {
  border-bottom: .5px solid #ffffff40;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.table-row.last {
  border-bottom-width: 0;
}

.table-txt-value {
  color: #fff;
  text-align: center;
  font-family: Inter Tight, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.table-txt-value.left {
  text-align: left;
}

.text-span-3 {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.text-span-4 {
  font-size: 16px;
  line-height: 20px;
}

.numbers-copy {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.txt-card-small-copy {
  color: #fff;
  text-align: left;
  width: 388px;
  height: 36px;
  font-family: Inter Tight, sans-serif;
  font-weight: 200;
  line-height: 18px;
}

.table-tab {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.table-cell-tab {
  width: 220px;
}

.tabs {
  display: none;
}

.link-block-5 {
  display: block;
  position: absolute;
  inset: 0%;
}

.prod-block-v2 {
  border: .5px solid #000;
  border-bottom-color: #ffffff4d;
  flex-flow: row;
  width: 1280px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 88px;
  padding-bottom: 88px;
  display: flex;
}

.prod-block-v2.last {
  border-bottom-style: none;
}

.prod-block-v2-hide {
  border: .5px solid #000;
  border-bottom-color: #ffffff4d;
  flex-flow: row;
  width: 1280px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 88px;
  padding-bottom: 88px;
  display: none;
}

.prod-block-v2-hide.last {
  border-bottom-style: none;
}

.nav-item-mob {
  color: #fff;
  flex-flow: column;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  display: none;
  position: relative;
}

.link-block-desk {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.nav-item-desk {
  color: #fff;
  flex-flow: column;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  display: flex;
  position: relative;
}

.link-block-6 {
  height: 32px;
  position: absolute;
  inset: 0% 0% auto;
}

.link-block-7 {
  height: 32px;
  display: block;
  position: absolute;
  inset: 0%;
}

.link-block-8, .link-block-9 {
  height: 32px;
  position: absolute;
  inset: 0%;
}

.hero-retrik {
  background-color: #000;
  background-image: url('../images/img-retransmission.png');
  background-size: auto;
  min-width: 1280px;
  max-width: 1920px;
  height: 100vh;
  min-height: 720px;
  max-height: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content-hero-media {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 506px;
  height: 693px;
  margin-bottom: 153px;
  margin-left: 320px;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-89-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-self: stretch;
  height: 75px;
  display: flex;
}

.btn-second-media {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  object-fit: fill;
  background-color: #fa5c2033;
  border-radius: 18px;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 6px;
  display: flex;
  position: relative;
}

.button-sec-hero-media {
  color: #fa5c20;
  text-align: center;
  background-color: #00000080;
  border: 1px solid #fa5c20;
  border-radius: 12px;
  flex: 1;
  padding: 22px;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  display: block;
}

.button-sec-hero-media.card {
  text-align: center;
  width: 504px;
}

.button-sec-hero-media.ban {
  text-align: center;
  width: 162px;
}

.description-hero-kit {
  color: #fff;
  width: 506px;
  margin-bottom: 32px;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 130%;
}

.card-media-contacts {
  background-color: #ffffff26;
  background-image: url('../images/bg.png');
  background-position: 0 0;
  background-size: auto;
  border: .5px solid #ffffff40;
  border-radius: 12px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: auto;
  padding: 40px 32px;
  display: flex;
}

.div-block-91 {
  order: 0;
  align-self: stretch;
  display: flex;
  position: relative;
}

.text-block-27 {
  color: #fff;
  margin-right: 8px;
  font-family: Inter Tight, sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 120%;
}

.div-block-92 {
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.text-block-28 {
  color: #fa5c20;
  padding-bottom: 12px;
  font-family: Inter Tight, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
}

.text-block-29 {
  color: #fff;
  font-family: Orbitron, sans-serif;
  font-size: 56px;
  line-height: 56px;
}

.div-block-93 {
  max-width: 818px;
  position: relative;
}

.text-block-30 {
  color: #fff;
  font-family: Orbitron, sans-serif;
  font-size: 56px;
  line-height: 56px;
}

.text-block-30:hover {
  text-decoration: underline;
}

.div-block-94 {
  max-width: 818px;
}

.div-block-95 {
  max-width: 64px;
  position: relative;
}

.link-block-10 {
  position: absolute;
  inset: 0%;
}

.div-block-96 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.link-block-11 {
  display: block;
  position: absolute;
  inset: 0%;
}

.heading-hero-media {
  color: #fff;
  width: 470px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 100%;
}

.card-row-kit {
  justify-content: space-between;
  align-items: flex-start;
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-contacts {
  background-color: #000;
  background-image: url('../images/img-BG-contacts.png');
  background-size: auto;
  min-width: 1280px;
  max-width: 1920px;
  height: 100vh;
  min-height: 720px;
  max-height: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content-hero-contacts {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 1280px;
  height: auto;
  margin-bottom: 153px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 10%;
}

.card-contact {
  background-color: #0009;
  background-image: url('../images/bg.png');
  background-position: 0 0;
  background-size: auto;
  border: .5px solid #ffffff40;
  border-radius: 12px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  height: auto;
  padding: 40px 32px;
  display: flex;
}

.div-block-93-copy {
  max-width: 818px;
  position: relative;
}

.text-block-28-copy {
  color: #fff;
  padding-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
}

.div-block-97 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.text-block-30-copy {
  color: #fff;
  font-family: Orbitron, sans-serif;
  font-size: 40px;
  line-height: 100%;
}

.div-block-98 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1280px;
  display: flex;
}

.card-contact-2 {
  background-color: #0009;
  background-image: url('../images/bg.png');
  background-position: 0 0;
  background-size: auto;
  border: .5px solid #ffffff40;
  border-radius: 12px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  height: auto;
  padding: 54px 32px;
  display: flex;
  position: relative;
}

.div-block-93-copy-copy {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  max-width: 818px;
  display: flex;
  position: static;
}

.image-17 {
  max-width: 40px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.link-block-3-copy, .link-block-3-new {
  z-index: 1;
  display: block;
  position: absolute;
  inset: 0%;
}

.link-block-12, .link-block-13 {
  height: 32px;
  display: block;
  position: absolute;
  inset: 0%;
}

.link-block-3-copy, .link-block-3-new-copy {
  z-index: 1;
  display: block;
  position: absolute;
  inset: 0%;
}

.card-contact-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0009;
  background-image: url('../images/bg.png');
  background-position: 0 0;
  background-size: auto;
  border: .5px solid #ffffff40;
  border-radius: 12px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  height: auto;
  padding: 32px;
  display: none;
}

.image-19 {
  max-width: 40px;
}

.div-block-99 {
  position: relative;
}

.div-block-100 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.div-block-97-copy {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.nav-dropdown-link-copy {
  color: #fff;
  width: 282px;
  padding: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 300;
  display: none;
}

.nav-dropdown-link-copy:focus-visible, .nav-dropdown-link-copy[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-copy:focus-visible, .nav-dropdown-link-copy[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-copy:focus-visible, .nav-dropdown-link-copy[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-copy {
  color: #fff;
  width: 282px;
  padding: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.nav-dropdown-link-copy:hover {
  color: #fa5c20;
}

.nav-dropdown-link-copy:focus-visible, .nav-dropdown-link-copy[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.list-item-sub-copy {
  display: none;
}

.section-black-4-cases {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  background-color: #000;
  flex-flow: column;
  padding-top: 144px;
  padding-bottom: 144px;
  display: flex;
}

.section-black-4-cases.slider-mobile {
  display: none;
}

.card-contact-phone {
  background-color: #0009;
  background-image: url('../images/bg.png');
  background-position: 0 0;
  background-size: auto;
  border: .5px solid #ffffff40;
  border-radius: 12px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  height: auto;
  padding: 40px 32px;
  display: none;
}

.card-contact-email {
  background-color: #0009;
  background-image: url('../images/bg.png');
  background-position: 0 0;
  background-size: auto;
  border: .5px solid #ffffff40;
  border-radius: 12px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  height: auto;
  padding: 40px 32px;
  display: none;
}

.button-sec-copy {
  color: #fa5c20;
  background-color: #000;
  border: 1px solid #fa5c20;
  border-radius: 12px;
  padding: 22px;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  display: block;
}

.button-sec-copy.card {
  text-align: center;
  width: 504px;
}

.button-sec-copy.ban {
  text-align: center;
  width: 162px;
}

.nav-item-copy {
  color: #fff;
  flex-flow: column;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  display: none;
  position: relative;
}

.div-block-101 {
  border-radius: 12px;
  position: relative;
  overflow: clip;
}

.link-block-14 {
  display: block;
  position: absolute;
  inset: 0%;
}

.label-card {
  border-radius: 12px;
  position: relative;
  top: 95px;
  bottom: auto;
  left: 70%;
  overflow: clip;
}

.btn-card-brave {
  background-color: #ecfe1733;
  border-radius: 18px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding: 6px;
  display: flex;
  position: relative;
}

.div-block-102 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.div-block-10-brave {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  margin-top: -92px;
  display: flex;
}

.text-span-6 {
  color: #fa5c20;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .text-block-4 {
    font-size: 13px;
  }

  .slider {
    width: 520px;
    height: 420px;
  }

  .text-block-3 {
    font-size: 24px;
    line-height: 24px;
  }

  .navbar-logo-left-container {
    width: auto;
    max-width: none;
  }

  .container {
    width: 768px;
    max-width: none;
    padding-left: 24px;
    padding-right: 24px;
  }

  .navbar-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu-wrapper {
    z-index: 3;
    background-color: #0000;
    border-radius: 24px;
    width: 1vw;
    height: auto;
    margin-top: 24px;
    margin-left: 24px;
    margin-right: 24px;
    padding: 0;
  }

  .nav-menu-two {
    z-index: 8;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: #0009;
    background-image: url('../images/bg.png');
    background-position: 0 0;
    background-size: auto;
    border-radius: 24px;
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    width: 720px;
    margin-top: 0;
    padding: 36px 20px 20px 64px;
    display: flex;
    position: relative;
    overflow: visible;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-link.nav-item {
    font-size: 16px;
  }

  .nav-link.nav-item.sub {
    font-size: 14px;
  }

  .nav-dropdown {
    margin-left: 0;
    display: none;
  }

  .nav-dropdown-toggle {
    padding-left: 0;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    z-index: 3;
    background-color: #0006;
    border-radius: 14px;
    padding: 12px;
  }

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

  .my-nav-meny {
    z-index: 3;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-radius: 24px;
    flex-flow: column;
    width: auto;
    display: flex;
    position: relative;
  }

  .list-item-3, .list-item-3.en {
    margin-left: 0;
  }

  .div-block-7 {
    width: auto;
  }

  .section {
    background-position: 50% 0;
    min-width: auto;
    max-width: none;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-8 {
    z-index: 1;
    width: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading {
    font-size: 80px;
    line-height: 88px;
  }

  .section-black {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 96px 24px;
  }

  .heading-2 {
    width: auto;
    font-size: 64px;
    line-height: 72px;
  }

  .card-row {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    width: auto;
  }

  .card-factage {
    width: 336px;
    height: 300px;
  }

  .div-block-9 {
    width: 304px;
  }

  .txt-card-small {
    width: auto;
  }

  .prod-block {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .prod-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
  }

  .div-block-10 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 600px;
  }

  .banner {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .div-block-12 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    width: auto;
  }

  .text-body-l {
    width: 640px;
    font-size: 28px;
  }

  .text-body-xl {
    font-size: 48px;
  }

  .div-block-13 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 700px;
    position: relative;
  }

  .image-3 {
    max-width: 50%;
    inset: 0% 0% auto 32%;
  }

  .accord-on {
    width: auto;
    margin-top: 64px;
  }

  .div-block-75 {
    width: 736px;
  }

  .qtext {
    white-space: normal;
    width: 580px;
    font-size: 28px;
  }

  .text-block-21 {
    width: 666px;
  }

  .wrapper {
    width: 700px;
  }

  .div-block-79 {
    width: auto;
  }

  .atext, .atext-2, .atext-3, .atext-4, .atext-5 {
    font-size: 16px;
  }

  .btn-second {
    margin-top: 32px;
  }

  .btn-second.en {
    width: auto;
    max-width: none;
  }

  .button-sec {
    flex: 1;
  }

  .section-form {
    padding: 96px 24px;
  }

  .heading-2-form {
    text-align: center;
    font-size: 64px;
  }

  .div-block-80 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    display: flex;
  }

  .image-4 {
    max-width: 60%;
    display: none;
  }

  .div-block-81 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    width: 700px;
  }

  .submit-button {
    flex: 1;
    width: auto;
    padding-left: 22px;
    padding-right: 22px;
  }

  .div-block-82 {
    width: auto;
    padding-left: 6px;
    padding-right: 6px;
  }

  .footer {
    background-image: url('../images/footer-img.png');
    background-position: 50% 0;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 132px;
  }

  .body-footer {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    width: 700px;
  }

  .nav-footer {
    flex-flow: column;
    width: 700px;
  }

  .nav-title-footer {
    font-size: 20px;
  }

  .nav-item-footer {
    font-size: 16px;
  }

  .link-block-4 {
    display: block;
    overflow: hidden;
  }

  .icon {
    color: #fff;
    display: none;
  }

  .code-embed-4 {
    color: #fff;
  }

  .div-block-84 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .image-5 {
    max-width: 60%;
  }

  .div-block-85 {
    flex-flow: column;
    display: flex;
  }

  .image-6 {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-7 {
    max-width: 60%;
  }

  .list-item-sub {
    display: block;
  }

  .list-item-4 {
    margin-bottom: 16px;
  }

  .list-item-5 {
    display: block;
  }

  .image-4-up {
    max-width: 60%;
    margin-top: 0;
    margin-bottom: 32px;
    display: block;
  }

  .hero {
    background-position: 50% 0;
    min-width: auto;
    max-width: none;
    padding-left: 24px;
    padding-right: 24px;
  }

  .content-hero {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    width: auto;
    height: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-hero {
    font-size: 80px;
    line-height: 88px;
  }

  .div-block-89 {
    margin-top: 32px;
  }

  .btn-second-hero {
    margin-top: 0;
  }

  .card-value {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 336px;
    height: auto;
  }

  .text-block-24 {
    font-size: 28px;
  }

  .card-content {
    width: 304px;
  }

  .heading-3 {
    width: auto;
    font-size: 64px;
    line-height: 72px;
  }

  .heading-3.left {
    margin-left: 0;
  }

  .div-block-90, .text-block-26 {
    width: auto;
  }

  .card-advantages {
    width: 336px;
    height: 300px;
  }

  .content-advantages {
    width: 304px;
  }

  .txt-card-small-advantages {
    width: auto;
  }

  .div-block-who {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    width: auto;
  }

  .text-body-l-copy {
    width: 640px;
    font-size: 28px;
  }

  .banner-cases {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 96px 24px;
  }

  .image-11 {
    width: 240px;
    max-width: 70%;
    inset: 0% auto auto 55%;
  }

  .image-12 {
    width: auto;
    max-width: 100%;
  }

  .table {
    width: auto;
  }

  .table-cell {
    width: 172px;
  }

  .table-txt-item {
    font-size: 16px;
    line-height: 20px;
  }

  .table-txt-item.left {
    font-size: 16px;
  }

  .section-black-table {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    padding: 96px 24px;
  }

  .table-row {
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .table-txt-value {
    font-size: 16px;
    line-height: 20px;
  }

  .txt-card-small-copy, .table-tab {
    width: auto;
  }

  .table-cell-tab {
    width: 172px;
  }

  .prod-block-v2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding-top: 48px;
    padding-bottom: 48px;
    display: none;
  }

  .prod-block-v2-hide {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding-top: 48px;
    padding-bottom: 48px;
    display: flex;
  }

  .nav-item-mob {
    order: 0;
    display: block;
  }

  .nav-item-desk {
    display: none;
  }

  .hero-retrik {
    background-position: 50% 0;
    min-width: auto;
    max-width: none;
    padding-left: 24px;
    padding-right: 24px;
  }

  .content-hero-media {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    width: auto;
    height: auto;
    margin-left: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-89-copy {
    margin-top: 32px;
  }

  .btn-second-media {
    margin-top: 0;
  }

  .card-media-contacts {
    width: 336px;
    height: auto;
    padding: 32px 24px;
  }

  .div-block-92 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .text-block-30 {
    font-size: 46px;
  }

  .heading-hero-media {
    font-size: 80px;
    line-height: 88px;
  }

  .card-row-kit {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    justify-content: center;
    align-self: stretch;
    align-items: flex-start;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-contacts {
    background-position: 50% 0;
    min-width: auto;
    max-width: none;
    padding-left: 24px;
    padding-right: 24px;
  }

  .content-hero-contacts {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    width: auto;
    height: auto;
    margin-left: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-contact {
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    height: auto;
    padding: 24px 16px;
  }

  .div-block-93-copy {
    max-width: none;
  }

  .text-block-30-copy {
    font-size: 36px;
  }

  .div-block-98 {
    flex-flow: wrap;
    width: auto;
  }

  .card-contact-2 {
    width: auto;
    height: auto;
    padding: 24px 17px;
  }

  .card-contact-3 {
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    padding: 24px 16px;
  }

  .div-block-100 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .div-block-97-copy {
    margin-bottom: 0;
  }

  .list-item-sub-copy {
    display: none;
  }

  .section-black-4-cases {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 96px 24px;
  }

  .card-contact-phone, .card-contact-email {
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    height: auto;
    padding: 24px 16px;
  }

  .button-sec-copy {
    text-align: center;
    flex: 1;
  }

  .text-span-5, .bold-text-4 {
    color: #fa5c20;
  }

  .label-card {
    bottom: -168%;
    left: 64%;
  }

  .div-block-10-brave {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 600px;
  }
}

@media screen and (max-width: 767px) {
  .slider {
    width: 390px;
    height: 360px;
  }

  .page-wrapper {
    width: auto;
  }

  .navbar-logo-left-container {
    max-width: none;
  }

  .container {
    width: auto;
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .nav-menu-wrapper {
    width: auto;
    margin-top: 12px;
    margin-left: 12px;
    margin-right: 12px;
  }

  .nav-menu-two {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    background-color: #000c;
    border-radius: 12px;
    flex-direction: column;
    width: auto;
    margin-left: 0;
    padding: 16px 20px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-link.nav-item {
    font-size: 18px;
  }

  .nav-link.nav-item.sub {
    font-size: 15px;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: none;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .menu-button {
    align-self: center;
    width: 40px;
    height: 40px;
    padding: 4px;
  }

  .button {
    border-radius: 8px;
    padding: 12px;
    font-size: 12px;
    line-height: 15px;
  }

  .button.card {
    flex: 1;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 22px;
    font-size: 16px;
    line-height: 19px;
    display: flex;
  }

  .button.ban {
    flex: 1;
    width: auto;
    padding: 22px;
  }

  .button.normal {
    text-align: center;
    border-radius: 12px;
    flex: 1;
    padding: 22px;
    font-size: 16px;
    line-height: 19px;
  }

  .btn-hero {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    align-self: stretch;
    width: 206px;
  }

  .div-block-7 {
    margin-top: 12px;
  }

  .background-video {
    max-width: none;
    max-height: 700px;
  }

  .section {
    background-position: 50%;
    min-height: auto;
    max-height: 700px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  .div-block-8 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    height: auto;
    margin-bottom: 62px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .heading {
    font-size: 64px;
    line-height: 90%;
  }

  .label {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-bottom: 22px;
  }

  .text-block-6 {
    font-size: 8px;
    line-height: 8px;
  }

  .section-black {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding: 72px 12px;
  }

  .heading-2 {
    font-size: 52px;
    line-height: 52px;
  }

  .card-row {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .card-row.advantages {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .txt-card-small {
    line-height: 130%;
  }

  .txt-card-big {
    font-size: 72px;
  }

  .txt-card-big-center {
    font-size: 72px;
    line-height: 72px;
  }

  .prod-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .prod-title {
    font-size: 52px;
    line-height: 100%;
  }

  .txt-18 {
    line-height: 100%;
  }

  .description {
    font-size: 15px;
  }

  .div-block-10 {
    width: auto;
    height: auto;
  }

  .prod-row {
    width: auto;
    height: 40px;
  }

  .name {
    font-size: 18px;
  }

  .value {
    font-size: 20px;
    line-height: 24px;
  }

  .div-block-11 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    align-self: auto;
    margin-bottom: 24px;
  }

  .btn-card {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex: 1;
    width: auto;
    display: flex;
  }

  .banner {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding: 72px 12px;
  }

  .div-block-12 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    align-self: stretch;
  }

  .subtitle {
    font-size: 14px;
    line-height: 24px;
  }

  .text-body-l {
    width: auto;
    font-size: 24px;
  }

  .btn-banner {
    align-self: stretch;
  }

  .about {
    padding-bottom: 72px;
  }

  .text-body-xl {
    font-size: 40px;
    line-height: 100%;
  }

  .div-block-13 {
    height: auto;
  }

  .image-3 {
    display: none;
  }

  .qtext {
    width: 480px;
    font-size: 20px;
    line-height: 150%;
  }

  .wrapper {
    width: auto;
  }

  .wr2 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .atext {
    font-size: 15px;
  }

  .btn-second {
    width: auto;
    margin-top: 8px;
  }

  .button-sec {
    text-align: center;
    flex: 1;
  }

  .section-form {
    padding: 72px 12px;
  }

  .heading-2-form {
    width: auto;
    font-size: 52px;
  }

  .div-block-81 {
    align-self: stretch;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .text-field {
    width: auto;
    margin-bottom: 8px;
    font-size: 20px;
  }

  .text-field-copy {
    width: auto;
    font-size: 20px;
  }

  .submit-button {
    width: auto;
    padding-left: 22px;
  }

  .div-block-82 {
    width: auto;
  }

  .footer {
    padding: 112px 12px 132px;
  }

  .body-footer {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-footer {
    width: auto;
  }

  .btn-header {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    border-radius: 12px;
    width: auto;
    padding: 4px;
  }

  .link-block-3 {
    display: flex;
  }

  .link-block-4 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .image-5 {
    max-width: 200px;
  }

  .div-block-85 {
    flex: 0 auto;
    align-self: stretch;
    width: auto;
    display: flex;
  }

  .image-6, .image-7 {
    max-width: 200px;
  }

  .image-8 {
    max-width: 39px;
  }

  .image-9 {
    max-width: 63px;
  }

  .div-block-86, .div-block-87 {
    align-self: stretch;
  }

  .image-10 {
    display: block;
  }

  .div-block-88 {
    align-self: stretch;
  }

  .hero {
    background-position: 50%;
    min-height: auto;
    max-height: 700px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  .content-hero {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    height: auto;
    margin-bottom: 62px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .heading-hero {
    font-size: 64px;
    line-height: 90%;
  }

  .description-hero {
    font-size: 15px;
  }

  .div-block-89 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .btn-second-hero {
    width: auto;
    margin-top: 0;
  }

  .button-sec-hero {
    text-align: center;
    flex: 1;
  }

  .text-block-24 {
    height: auto;
  }

  .heading-3 {
    font-size: 52px;
    line-height: 52px;
  }

  .txt-card-small-advantages {
    line-height: 130%;
  }

  .div-block-who {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    align-self: stretch;
  }

  .subtitle-who {
    font-size: 14px;
    line-height: 24px;
  }

  .text-body-l-copy {
    width: auto;
    font-size: 24px;
  }

  .banner-cases {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding: 72px 12px;
  }

  .image-11 {
    width: 220px;
    max-width: 60%;
    left: 59%;
  }

  .table {
    display: none;
  }

  .section-black-table {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding: 72px 12px;
  }

  .table-row {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    justify-content: flex-start;
    align-items: center;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .txt-card-small-copy {
    line-height: 130%;
  }

  .text-tab {
    color: #fff9;
    text-align: center;
    font-family: Inter Tight, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
  }

  .text-tab:active, .text-tab.current {
    color: #fa5c20;
  }

  .tab-link-tab-1 {
    background-color: #c8c8c800;
  }

  .tab-link-tab-1:active {
    color: #fa5c20;
  }

  .tab-link-tab-1.w--current {
    color: #fa5c20;
    background-color: #000;
    border-bottom: .5px solid #fa5c20;
    font-family: Inter Tight, sans-serif;
  }

  .tab-link-tab-2 {
    background-color: #000;
  }

  .tab-link-tab-2.w--current {
    background-color: #000;
    border-bottom: .5px solid #fa5c20;
  }

  .tab-link-tab-3 {
    background-color: #000;
  }

  .tab-link-tab-3.w--current {
    background-color: #000;
    border-bottom: .5px solid #fa5c20;
  }

  .table-cell-tab {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tabs-menu {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .tabs {
    display: block;
  }

  .hero-retrik {
    background-position: 50%;
    min-height: auto;
    max-height: 700px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  .content-hero-media {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    height: auto;
    margin-bottom: 62px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .div-block-89-copy {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .btn-second-media {
    width: auto;
    margin-top: 0;
  }

  .button-sec-hero-media {
    text-align: center;
    flex: 1;
  }

  .description-hero-kit {
    width: auto;
    margin-bottom: 40px;
    font-size: 16px;
  }

  .div-block-91 {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .text-block-27 {
    max-width: 153px;
    font-size: 32px;
  }

  .div-block-92 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-bottom: 0;
  }

  .text-block-28 {
    font-size: 16px;
    line-height: 16px;
  }

  .text-block-30 {
    font-size: 20px;
    line-height: 100%;
  }

  .div-block-95 {
    max-width: 40px;
  }

  .heading-hero-media {
    width: auto;
    font-size: 52px;
    line-height: 90%;
  }

  .card-row-kit {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .card-row-kit.advantages {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .hero-contacts {
    background-position: 50%;
    min-height: auto;
    max-height: 700px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  .content-hero-contacts {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    height: auto;
    margin-bottom: 62px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .card-contact {
    padding: 12px;
  }

  .text-block-28-copy {
    font-size: 12px;
    line-height: 12px;
  }

  .text-block-30-copy {
    font-size: 18px;
    line-height: 100%;
  }

  .div-block-98 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .card-contact-2 {
    padding: 12px;
  }

  .image-18 {
    max-width: 20px;
  }

  .link-block-3-copy, .link-block-3-new, .link-block-3-copy, .link-block-3-new-copy {
    display: flex;
  }

  .card-contact-3 {
    padding: 12px;
  }

  .div-block-100 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .section-black-4-cases {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding: 72px 12px;
  }

  .card-contact-phone, .card-contact-email {
    padding: 12px;
  }

  .button-sec-copy {
    text-align: center;
    flex: 1;
  }

  .label-card {
    bottom: -116%;
    left: 72%;
  }

  .btn-card-brave {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex: 1;
    width: auto;
    display: flex;
  }

  .div-block-10-brave {
    width: auto;
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .slider__arrow.left {
    width: 40px;
    height: 40px;
    left: -24px;
  }

  .slider__arrow.right {
    width: 40px;
    height: 40px;
    right: -24px;
  }

  .div-block-5 {
    padding-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .slider {
    width: 300px;
    height: 320px;
  }

  .text-block-3 {
    font-size: 20px;
  }

  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .button.card {
    border-radius: 12px;
  }

  .button.ban {
    border-radius: 12px;
    font-size: 16px;
    line-height: 19px;
  }

  .btn-hero {
    width: auto;
  }

  .div-block-8 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .section-black.slider-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .subtitle {
    font-size: 14px;
    line-height: 24px;
  }

  .about {
    padding-left: 12px;
    padding-right: 12px;
  }

  .text-body-xl {
    width: auto;
  }

  .text-body-m {
    width: auto;
    padding-bottom: 0;
  }

  .div-block-13 {
    height: auto;
  }

  .accord-on {
    height: auto;
    margin-top: 40px;
  }

  .div-block-75 {
    width: auto;
  }

  .dropdown-toggle {
    padding-left: 16px;
    padding-right: 16px;
  }

  .qtext {
    white-space: normal;
    flex-flow: column;
    align-items: flex-start;
    width: 325px;
    margin-left: 0;
    margin-right: 16px;
    font-size: 18px;
    display: flex;
    position: static;
  }

  .div-block-76 {
    padding-left: 16px;
    padding-right: 0;
  }

  .text-block-21 {
    width: 325px;
    margin-right: 20px;
    font-size: 18px;
  }

  .footer {
    padding-top: 92px;
  }

  .link-block-3 {
    flex: 1;
  }

  .hero {
    background-position: 75% 40%;
  }

  .content-hero {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .heading-hero {
    font-size: 52px;
  }

  .description-hero {
    width: auto;
    font-size: 16px;
  }

  .div-block-89 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    align-self: stretch;
    height: auto;
  }

  .btn-second-hero {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: space-between;
    align-self: stretch;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-3.left {
    width: 199px;
  }

  .div-block-who {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .subtitle-who {
    font-size: 18px;
    line-height: 24px;
  }

  .image-11 {
    width: 210px;
    inset: -1% 0% 0% auto;
  }

  .image-12 {
    display: none;
  }

  .image-13 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-14 {
    max-width: 64px;
    max-height: 56px;
  }

  .image-15 {
    max-width: 56px;
    max-height: 56px;
  }

  .image-16 {
    max-width: 56px;
  }

  .section-black-table.slider-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .text-tab {
    font-size: 14px;
  }

  .tab-link-tab-1, .tab-link-tab-2, .tab-link-tab-3, .tab-link-tab-3.w--current {
    padding: 8px 12px;
  }

  .table-cell-tab {
    justify-content: flex-start;
    align-items: center;
  }

  .hero-retrik {
    background-position: 75% 40%;
  }

  .content-hero-media {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .div-block-89-copy {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    align-self: stretch;
    height: auto;
  }

  .btn-second-media {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: space-between;
    align-self: stretch;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .description-hero-kit {
    width: auto;
    font-size: 16px;
  }

  .text-block-28 {
    padding-bottom: 16px;
  }

  .div-block-96 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .heading-hero-media {
    font-size: 52px;
  }

  .hero-contacts {
    background-position: 60%;
  }

  .content-hero-contacts {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    bottom: 5%;
  }

  .image-17 {
    max-width: 40px;
  }

  .link-block-3-copy, .link-block-3-new, .link-block-3-copy, .link-block-3-new-copy {
    flex: 1;
  }

  .card-contact-3 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .image-19 {
    max-width: 40px;
  }

  .div-block-100 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .image-20 {
    max-width: 20px;
  }

  .image-21 {
    max-width: 40px;
  }

  .section-black-4-cases.slider-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-101 {
    max-width: 65%;
  }

  .label-card {
    max-width: 32%;
    position: relative;
    top: 58px;
    bottom: 0%;
    left: 70%;
  }
}


