.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.tawk-custom-color {
  border: 1px solid #fff !important;
  background: linear-gradient(90deg, #20c8bf, #f8e07c) !important;

}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  background-color: #f5f5f5;
  font-family: bilo;
  color: #2d2d2d;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 60px;
  font-family: contralto-big;
  color: #111;
  font-size: 95px;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 0.03em;
}

h2 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: contralto-big;
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: 3px;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  line-height: 1.4em;
}

a {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: underline;
}

.footer {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-right: 80px;
  padding-bottom: 20px;
  padding-left: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url('../images/noise.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: hsla(0, 0%, 100%, 0.7);
}

.content {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  text-decoration: none;
}

.content.mod--copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__columns {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section {
  position: relative;
  padding: 75px 80px;
}

.section.section--hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 110px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.section.section--runline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 154px;
  margin-top: 75px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.section.section--slider {
  z-index: 0;
  overflow: hidden;
  padding: 0px;
}

.section.section--solutions {
  overflow: hidden;
  padding-right: 0px;
  padding-left: 0px;
}

.hero__content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer__columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  -ms-grid-columns: auto auto auto auto;
  grid-template-columns: auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.header__logos {
  display: inline-block;
  color: #111;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.header__nav-link {
  position: relative;
  display: inline-block;
  margin-right: 24px;
  margin-left: 24px;
  color: #2d2d2d;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.header {
  position: fixed;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: auto;
  z-index: 90;
  padding-top: 35px;
  padding-right: 80px;
  padding-left: 80px;
  background-color: #f5f5f5;
}

.header__login {
  position: relative;
  display: inline-block;
  margin-left: 44px;
  padding-left: 26px;
  background-image: url('../images/ico_login.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #111;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.btn-cube__front {
  position: relative;
  top: 0px;
  z-index: 2;
  display: block;
  padding: 22px 30px;
  border: 2px solid #000;
  border-radius: 0px;
  background-color: #fff;
  color: #000;
  font-size: 18px;
  font-weight: 700;
}

.btn-cube__front.active {
  top: -14px;
}

.hero__over-heading {
  margin-bottom: 56px;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero__elements {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 650px;
  height: 580px;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero__elements-wrap {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero__elem {
  position: absolute;
  z-index: 0;
  max-width: none;
  -webkit-transition: all 400ms cubic-bezier(.25, .46, .45, .94);
  transition: all 400ms cubic-bezier(.25, .46, .45, .94);
}

.hero__elem.mod--1 {
  -webkit-transition-duration: 1000ms;
  transition-duration: 1000ms;
}

.hero__elem.mod--2 {
  left: 105px;
  top: 0px;
  right: auto;
  bottom: auto;
  -webkit-transition-duration: 700ms;
  transition-duration: 700ms;
}

.hero__elem.mod--3 {
  left: auto;
  top: 51px;
  right: 0px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 242px;
  height: 295px;
  padding-bottom: 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/code1.png');
  background-position: 50% 0%;
  background-size: 240px;
  background-repeat: no-repeat;
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
}

.hero__elem.mod--4 {
  left: 34px;
  top: auto;
  right: auto;
  bottom: 167px;
}

.hero__elem.mod--5 {
  left: auto;
  top: 314px;
  right: -27px;
  bottom: auto;
  -webkit-transition-duration: 700ms;
  transition-duration: 700ms;
}

.hero__elem.mod--6 {
  left: auto;
  top: auto;
  right: 101px;
  bottom: 0px;
}

.hero__btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.hero__price-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 110px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__contact {
  position: relative;
  display: inline-block;
  color: #111;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.hero__price {
  position: relative;
  margin-bottom: 12px;
  font-family: contralto-big;
  color: #111;
  font-size: 80px;
  line-height: 1em;
  letter-spacing: 0.01em;
}

.hero__price-desc {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero__price-dollar {
  position: absolute;
  margin-top: -5px;
  margin-left: 10px;
  font-size: 34px;
}

.hero__heading-star {
  position: relative;
  top: 15px;
  display: inline-block;
  width: 34px;
  height: 34px;
  background-image: url('../images/star_black.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 45px;
}

.hero__arrow {
  position: absolute;
  left: 400px;
  top: 5px;
  right: auto;
  bottom: auto;
  width: 54px;
  height: 88px;
  background-image: url('../images/hero_arrow.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.solutions__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn2 {
  position: relative;
  display: inline-block;
  padding-top: 6px;
  padding-right: 27px;
  padding-bottom: 6px;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  -webkit-transition-duration: 100ms;
  transition-duration: 100ms;
  color: #111;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.btn2:hover {
  padding-top: 10px;
  padding-bottom: 10px;
}

.solutions__heading-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 110px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.solutions__desc {
  width: 100%;
  max-width: 490px;
  margin-bottom: 0px;
  color: rgba(45, 45, 45, 0.8);
  font-size: 18px;
  line-height: 1.8em;
}

.solutions__desc.mod--mob {
  display: none;
}

.argument__columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -32px;
  margin-bottom: -30px;
}

.argument__col.col--right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 16px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.argument__col.col--left {
  position: relative;
}

.argument__card {
  width: 33.333333333333336%;
  margin-bottom: 33px;
  padding-left: 16px;
}

.argument__card.mod--mob {
  display: none;
}

.argument__img {
  margin-bottom: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #111;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.argument__img:hover {
  -webkit-filter: none;
  filter: none;
}

.argument__img.mod--first {
  border-width: 0px;
}

.argument__title {
  margin-bottom: 5px;
  font-weight: 700;
  text-transform: uppercase;
}

.argument__cube {
  height: 100%;
  max-height: 240px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.argument__cube.hide {
  display: none;
}

.argument__cube-front {
  position: relative;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-bottom: 24px;
  padding-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border: 1px solid #000;
  background-image: url('../images/ico_arrow-top-right.svg'), url('../images/cube-dots.svg'), -webkit-gradient(linear, left top, right top, from(#20c8bf), to(#f8e07c));
  background-image: url('../images/ico_arrow-top-right.svg'), url('../images/cube-dots.svg'), linear-gradient(90deg, #20c8bf, #f8e07c);
  background-position: 89% 11%, 24px 24px, 0px 0px;
  background-size: auto, auto, auto;
  background-repeat: no-repeat, no-repeat, repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.argument__cube-front.active {
  bottom: -20px;
}

.argument__cube-side {
  z-index: -1;
  border: 1px solid #000;
  background-color: #f5f5f5;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.argument__cube-side.mod--3 {
  position: absolute;
  left: 9px;
  top: auto;
  right: -11px;
  bottom: -20px;
  height: 20px;
  -webkit-transform: skew(45deg, 0deg);
  -ms-transform: skew(45deg, 0deg);
  transform: skew(45deg, 0deg);
}

.argument__cube-side.mod--3.active {
  bottom: 20px;
}

.argument__cube-side.mod--2 {
  position: absolute;
  left: auto;
  top: 9px;
  right: -20px;
  bottom: -10px;
  z-index: 0;
  width: 20px;
  -webkit-transform: skew(0deg, 45deg);
  -ms-transform: skew(0deg, 45deg);
  transform: skew(0deg, 45deg);
}

.argument__cube-side.mod--2.active {
  top: -10px;
  bottom: 9px;
  -webkit-transform: skew(0deg, -45deg);
  -ms-transform: skew(0deg, -45deg);
  transform: skew(0deg, -45deg);
}

.argument__cube-side.mod--1 {
  position: absolute;
  left: 9px;
  top: 20px;
  right: -10px;
  bottom: auto;
  height: 20px;
  -webkit-transform: skew(-45deg, 0deg);
  -ms-transform: skew(-45deg, 0deg);
  transform: skew(-45deg, 0deg);
}

.argument__cube-side.mod--1.active {
  top: -20px;
}

.argument__cube-title {
  margin-bottom: 5px;
  color: #111;
  font-size: 18px;
  line-height: 1em;
  font-weight: 700;
}

.runtext__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.runtext__img-star {
  position: relative;
}

.runtext__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.swiper {
  overflow: hidden;
  width: 100%;
}

.swiper.swiper--reviews {
  overflow: hidden;
  width: auto;
  margin-bottom: -1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.swiper.swiper--reviews-numb {
  overflow: hidden;
  width: 100%;
  height: 100px;
}

.swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.swiper-slide {
  position: relative;
  display: block;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.swiper-slide.slide--reviews {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.swiper-slide.slide--reviews-numb {
  width: 100%;
  height: 100%;
}

.slide__columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #000;
}

.slide__col.col--1 {
  width: 32vw;
  height: 100%;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

.slide__col.col--2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #000;
}

.slide__col.col--3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 17vw;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.slide__desc {
  margin-bottom: 0px;
  color: rgba(45, 45, 45, 0.8);
  line-height: 1.8em;
}

.slide__block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}

.slide__block.mod--1 {
  width: 100%;
  height: 50%;
  color: #f5f5f5;
  font-size: 95px;
  font-weight: 500;
  text-shadow: -1px 0 0 #000, 0 1px 0 #000, 1px 0 0 #000, 0 -1px 0 #000;
}

.slide__block.mod--2 {
  width: 50%;
  height: 50%;
}

.slide__block.mod--2.mod--next {
  overflow: hidden;
  background-image: url('../images/ico_arrow-slide.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

.slide__block.mod--2.mod--dark {
  background-image: url('../images/solutions_bg-02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide__block.mod--2.mod--dark2 {
  background-image: url('../images/solutions_bg-022.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide__txt-wrap {
  width: 100%;
  max-width: 512px;
  margin-right: auto;
  margin-left: auto;
}

.slide__img-cone {
  position: relative;
  width: 40%;
}

.heading--size-50 {
  font-size: 50px;
  letter-spacing: 0.03em;
}

.heading--size-50.mod--footer {
  margin-bottom: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
}

.heading--size-50.mod--slider {
  margin-bottom: 30px;
}

.slide__next {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin: -1px;
  background-image: url('../images/ico_arrow-slide.svg'), -webkit-gradient(linear, left top, right top, from(#20c8bf), to(#f8e07c));
  background-image: url('../images/ico_arrow-slide.svg'), linear-gradient(90deg, #20c8bf, #f8e07c);
  background-position: 50% 50%, 0px 0px;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat;
  opacity: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.slide__next:hover {
  opacity: 1;
}

.btn-cube {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.btn-cube__side {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  border: 2px solid #000;
  background-color: #f5f5f5;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.btn-cube__side.mod--1 {
  left: 7.5px;
  top: -14px;
  right: -6px;
  height: 16px;
  -webkit-transform: skew(-45deg, 0deg);
  -ms-transform: skew(-45deg, 0deg);
  transform: skew(-45deg, 0deg);
}

.btn-cube__side.mod--1.active {
  top: 0px;
}

.btn-cube__side.mod--2 {
  left: auto;
  top: -7px;
  right: -14px;
  bottom: 7px;
  z-index: 1;
  width: 16px;
  -webkit-transform: skew(0deg, -45deg);
  -ms-transform: skew(0deg, -45deg);
  transform: skew(0deg, -45deg);
}

.btn-cube__side.mod--2.active {
  -webkit-transform: skew(0deg, 45deg);
  -ms-transform: skew(0deg, 45deg);
  transform: skew(0deg, 45deg);
}

.btn-cube__side.mod--3 {
  left: 7.5px;
  top: auto;
  right: -6px;
  bottom: 14px;
  height: 16px;
  -webkit-transform: skew(45deg, 0deg);
  -ms-transform: skew(45deg, 0deg);
  transform: skew(45deg, 0deg);
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}

.btn-cube__side.mod--3.active {
  bottom: 0px;
  -webkit-transform: skew(45deg, 0deg);
  -ms-transform: skew(45deg, 0deg);
  transform: skew(45deg, 0deg);
}

.footer__line {
  height: 1px;
  margin-right: -80px;
  margin-left: -80px;
  background-color: #c4c4c4;
}

.footer__title {
  margin-bottom: 35px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.footer__desc {
  width: 100%;
  max-width: 210px;
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.7);
  line-height: 1.5em;
}

.footer__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer__nav-link {
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
  color: hsla(0, 0%, 100%, 0.7);
  letter-spacing: 0.02em;
  text-decoration: none;
}

.footer__nav-link:hover {
  color: #fff;
}

.footer__list {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.footer__list-item {
  margin-bottom: 12px;
}

.footer__link {
  display: inline-block;
  color: hsla(0, 0%, 100%, 0.7);
  text-decoration: none;
}

.footer__link:hover {
  color: #fff;
}

.footer__form-block {
  position: relative;
  width: 350px;
  margin-top: -17px;
  margin-bottom: 36px;
}

.footer__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.input {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.input.input--subs {
  width: 100%;
  height: 54px;
  margin-bottom: 0px;
  padding-left: 0px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #c4c4c4;
  background-color: transparent;
  font-size: 16px;
  letter-spacing: 0.02em;
}

.input.input--subs:focus {
  border-bottom-color: #fff;
  color: #fff;
}

.input.input--subs::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.7);
}

.input.input--subs:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.7);
}

.input.input--subs::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.7);
}

.input.input--subs::placeholder {
  color: hsla(0, 0%, 100%, 0.7);
}

.footer__form-submit {
  position: absolute;
  right: 0px;
  z-index: 2;
  width: 40px;
  height: 40px;
  background-color: #fff;
  background-image: url('../images/ico_arrow-top-right.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.footer__form-success {
  background-color: #20c8bf;
  color: #fff;
  font-weight: 700;
}

.footer__social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -8px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__soc-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  margin-left: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #fff;
}

.footer__soc-link:hover {
  background-color: #fff;
}

.footer__copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 22px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 14px;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.solutions__columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #000;
}

.solutions__col.col--1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 8.333333333333334%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.solutions__col.col--2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #000;
}

.solutions__col.col--3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16.666666666666668%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.solutions__block {
  position: relative;
  overflow: hidden;
  height: 9vw;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

.solutions__block.mod--2 {
  width: 50%;
}

.solutions__block.mod--2.mod--dark3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 18vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/solutions_bg-03.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.solutions__block.mod--2.mod--scan {
  background-color: #fff;
  background-image: url('../images/solutions_7solutions_06.png');
  background-position: 50% 50%;
  background-size: 60px;
  background-repeat: no-repeat;
}

.solutions__block.mod--2.mod--wite {
  background-color: #fff;
}

.solutions__block.mod--3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.solutions__block.mod--3.mod--fix-border {
  border-right-width: 0px;
}

.solutions__block.mod--3.mod--arrow2 {
  border-right-width: 0px;
  background-color: #fff;
}

.solutions__block.mod--3.mod--arrow1 {
  border-right-width: 0px;
  background-color: #fff;
}

.solutions__block.mod--3.mod--arow3 {
  background-color: #fff;
}

.solutions__block.mod--3.mod--dark2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/solutions_bg-02.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.solutions__block.mod--3.mod--key {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#20c8bf), to(#f8e07c));
  background-image: linear-gradient(180deg, #20c8bf, #f8e07c);
}

.solutions__block.mod--3.mod--wite {
  background-color: #fff;
}

.solutions__block.mod--dark1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 18vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/solutions_bg-01.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.solutions__block.mod--wite {
  background-color: #fff;
}

.solutions__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.solutions__row.mod--bottom {
  border-top: 1px solid #000;
}

.solutions__btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 45px;
  margin-top: -15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/ico_arrow-btn.svg');
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.hero__elem-card-title {
  margin-bottom: 6px;
  color: #111;
  font-weight: 700;
}

.hero__elem-card-desc {
  color: rgba(17, 17, 17, 0.5);
  font-size: 12px;
  letter-spacing: 0.02em;
}

.runtext__txt {
  margin-top: -2px;
  padding-right: 40px;
  padding-left: 40px;
  color: #f5f5f5;
  font-size: 72.5px;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: -1px 0 0 #000, 0 1px 0 #000, 1px 0 0 #000, 0 -1px 0 #000;
}

.solutions__img {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.solutions__img.mod--hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.solutions__img.mod--hover:hover {
  opacity: 1;
}

.solutions__img.mod--ico {
  width: auto;
  height: auto;
  max-width: none;
  background-color: transparent;
}

.solutions__img.mod--ico.mod--1 {
  margin-top: -100px;
  margin-left: -20px;
}

.solutions__img.mod--ico.mod--2 {
  margin-right: -62px;
  margin-bottom: -27px;
}

.solutions__img.mod--ico.mod--3 {
  margin-bottom: -141px;
  margin-left: -28px;
}

.solutions__img.mod--ico.mod--5 {
  margin-top: -114px;
  margin-right: -9px;
}

.solutions__img.mod--ico.mod--6 {
  margin-bottom: -89px;
  margin-left: -115px;
}

.solutions__img.mod--ico.mod--7 {
  margin-right: -136px;
  margin-bottom: -159px;
}

.menu__nav-link {
  display: inline-block;
  margin-right: 40px;
  box-shadow: inset 0 0 0 0 #97c680;
  color: #1e1e2f;
  text-align: center;
  text-decoration: none;
}

.menu__nav-link:hover {
  box-shadow: inset 0 -9px 0 0 #97c680;
}

.menu {
  display: none;
}

.header__btn-menu {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__humburger {
  display: none;
}

.header__humburger-wrap {
  display: none;
}

.hero__mob-elemenents-wrap {
  display: none;
}

.slide__block-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading2__arrow {
  position: relative;
  top: auto;
  bottom: auto;
  display: inline-block;
  width: 34px;
  margin-left: 42px;
  background-image: url('../images/ico_arrow-top-right.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: brightness(0%) invert(100%);
  filter: brightness(0%) invert(100%);
}

.footer__drop {
  display: block;
}

.footer__drop-btn {
  display: inline-block;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  cursor: auto;
}

.footer__drop-arrow {
  display: none;
  margin-right: 0px;
}

.footer__drop-content {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: transparent;
}

.footer__drop-lists {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__soc-img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.footer__soc-img:hover {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.solutions__mob-blocks {
  display: none;
}

.footer__heading-fix {
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  cursor: auto;
}

.btn-cube-wrap {
  margin-bottom: -20px;
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
}

.footer__form-submit-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/ico_arrow-top-right.svg'), linear-gradient(141deg, #20c8bf 20%, #f8e07c);
  background-position: 50% 50%, 0px 0px;
  background-size: 16px, auto;
  background-repeat: no-repeat, repeat;
  opacity: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.footer__form-submit-hover:hover {
  opacity: 1;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.page404__desc {
  margin-bottom: 43px;
}

.footer__copyright-logo {
  margin-right: 6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.header__logo {
  width: 100%;
  max-width: 120px;
}

.btn2__line {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, from(#20c8bf), to(#f8e07c));
  background-image: linear-gradient(90deg, #20c8bf, #f8e07c);
}

.btn2__line.mod--2 {
  top: auto;
  bottom: 0px;
}

.footer__get {
  display: block;
  margin-right: -80px;
  margin-left: -80px;
  text-decoration: none;
}

.footer__get-link {
  position: relative;
  z-index: 1;
  display: block;
  padding-top: 40px;
  padding-bottom: 35px;
  text-decoration: none;
}

.solutions__img-parallax {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide__nav.col--1 {
  width: 32vw;
  height: 100%;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

.slide__nav.col--2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #000;
}

.slide__nav.col--3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 17vw;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.slider__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.slide__numb {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide__numb.mod--1 {
  width: 100%;
  height: 100%;
  color: #f5f5f5;
  font-size: 95px;
  font-weight: 500;
  text-shadow: -1px 0 0 #000, 0 1px 0 #000, 1px 0 0 #000, 0 -1px 0 #000;
}

.slide__numb.mod--2 {
  width: 50%;
  height: 50%;
}

.slide__numb.mod--2.mod--next {
  overflow: hidden;
  background-image: url('../images/ico_arrow-slide.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

.slide__numb.mod--2.mod--dark {
  background-image: url('../images/solutions_bg-02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide__numb.mod--2.mod--dark2 {
  background-image: url('../images/solutions_bg-022.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading {
  font-size: 60px;
}

.pop-up-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-right: 80px;
  margin-left: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.95);
}

.text-block {
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.ck-attr-btn {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
}

.ck-modal__btns-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0rem 0rem 0.5rem 0.5rem;
  background-color: #f3f7f2;
}

.ck-modal__btns-w.is--small {
  padding: 1.5rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.ck-modal__btns-w.in-pref-manger {
  margin: 2rem -2rem -2.25rem;
}

.ck-txt-link {
  -webkit-transition: color 150ms cubic-bezier(.25, .46, .45, .94);
  transition: color 150ms cubic-bezier(.25, .46, .45, .94);
  color: #515750;
  font-weight: 400;
}

.ck-txt-link:hover {
  color: #262926;
}

.ck-title {
  margin-bottom: 0.1875em;
  color: #262926;
  font-size: 1.25rem;
  font-weight: 700;
}

.ck-title.is--small {
  font-size: 1.1875rem;
}

.ck-modal {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 32rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 0.5rem;
  background-color: #fff;
  box-shadow: 0 4px 1rem 0 rgba(38, 41, 38, 0.05);
  color: #515750;
  font-size: 0.9375rem;
  line-height: 1.4;
}

.ck-button-w {
  padding: 0.875em 1.5em 1rem;
  border-radius: 0.25rem;
  background-color: #515750;
  -webkit-transition: color 200ms cubic-bezier(.25, .46, .45, .94), background-color 200ms cubic-bezier(.25, .46, .45, .94);
  transition: color 200ms cubic-bezier(.25, .46, .45, .94), background-color 200ms cubic-bezier(.25, .46, .45, .94);
  color: #fff;
  font-size: 0.9375rem;
  text-align: center;
  text-decoration: none;
}

.ck-button-w:hover {
  background-color: #262926;
}

.ck-button-w.is--secondary {
  margin-right: -1.25em;
  padding-right: 1.25em;
  padding-left: 1.25em;
  background-color: transparent;
  color: #515750;
  font-size: 0.875rem;
  font-weight: 700;
}

.ck-button-w.is--secondary:hover {
  color: #262926;
  text-decoration: underline;
}

.ck-button-w.is--secondary.is--fullwidth {
  margin-top: 0.75rem;
  margin-right: 0em;
  margin-bottom: -1rem;
}

.ck-button-w.is--fullwidth {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.ck__exitbtn__line {
  position: absolute;
  width: 1rem;
  height: 2px;
  background-color: #515750;
}

.ck__exitbtn__line.is--left {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ck__exitbtn__line.is--right {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ck-sr__only {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
}

.ck-modal__exit-btn {
  position: -webkit-sticky;
  position: sticky;
  top: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.25rem;
  background-color: #f3f7f2;
  -webkit-transition: background-color 200ms cubic-bezier(.25, .46, .45, .94);
  transition: background-color 200ms cubic-bezier(.25, .46, .45, .94);
  cursor: pointer;
}

.ck-modal__exit-btn:hover {
  background-color: #515750;
}

.ck-modal__content-w {
  padding: 1.75rem 2rem;
}

.ck-modal__content-w.is--small {
  padding: 1.5rem;
}

.cookie-widget {
  position: fixed;
  left: auto;
  top: auto;
  right: 1.25%;
  bottom: 1.25%;
  z-index: 999;
  max-width: 25rem;
}

.ck-prefmanager-w {
  position: fixed;
  left: 1.25rem;
  bottom: 0rem;
  z-index: 9475;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #262926;
  text-decoration: none;
}

.ck-prefmanager-w:hover {
  text-decoration: underline;
}

.ck-preference__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -0.125rem;
  padding: 0.75em 1em 0.875em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.5rem 0.5rem 0rem 0rem;
  background-color: #fff;
  -webkit-transition: margin-bottom 200ms cubic-bezier(.25, .46, .45, .94);
  transition: margin-bottom 200ms cubic-bezier(.25, .46, .45, .94);
  color: #262926;
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
}

.ck-preference__btn:hover {
  margin-bottom: 0rem;
  text-decoration: underline;
}

.ck-preference__icon {
  width: 1.125rem;
  height: 1.125rem;
  margin-right: 0.375rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.ck-css-styles {
  display: none;
}

.ck-cookie-w {
  position: fixed;
  left: auto;
  top: auto;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 9500;
  max-width: 25rem;
}

.ck-preference__bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(215, 231, 213, 0.5);
  opacity: 1;
  cursor: pointer;
}

.ck-radio-w {
  margin-top: 1rem;
  margin-bottom: 0rem;
  padding-left: 1.75rem;
  -webkit-transition: color 150ms cubic-bezier(.25, .46, .45, .94);
  transition: color 150ms cubic-bezier(.25, .46, .45, .94);
  color: #999c98;
  cursor: pointer;
}

.ck-radio-w:hover {
  color: #515750;
}

.ck-radio-w.is--not-allowed {
  cursor: not-allowed;
}

.ck-preference-w {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9525;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.ck-form-w {
  margin-bottom: 0rem;
}

.ck-preference__scroll-w {
  position: relative;
  overflow: auto;
  width: 100%;
  max-height: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
}

.ck-radio__btn {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0px;
  margin-left: -1.75rem;
  float: left;
  border-style: solid;
  border-width: 1.75px;
  border-color: #999c98;
  border-radius: 0.375rem;
  -webkit-transition: background-color 200ms cubic-bezier(.25, .46, .45, .94);
  transition: background-color 200ms cubic-bezier(.25, .46, .45, .94);
}

.ck-radio__btn.w--redirected-checked {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0rem;
  border-style: solid;
  border-width: 1px;
  border-color: #515750;
  border-radius: 0.375rem;
  background-color: #515750;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 50% 50%;
  background-size: 0.625rem;
  background-repeat: no-repeat;
}

.ck-radio__btn.is--checked {
  border-color: #515750;
  background-color: #515750;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 45% 50%;
  background-size: 0.625rem;
  background-repeat: no-repeat;
}

.ck-radio__desc {
  font-size: 0.875rem;
  font-weight: 400;
  cursor: pointer;
}

.ck-radio__label {
  margin-bottom: 0.25rem;
  color: #262926;
  font-size: 0.9375rem;
  font-weight: 600;
  cursor: pointer;
}

.ck-form {
  padding-top: 1.25rem;
  padding-bottom: 0.5rem;
}

.text-block-2 {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
}

.h5_alt {
  color: #696969;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.check {
  width: 16px;
  height: 16px;
  border-radius: 0px;
  background-color: transparent;
}

.check.off {
  width: 14px;
  background-color: transparent;
  background-image: url('../images/Cross.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.check.on {
  width: 16px;
  height: 16px;
  border-radius: 0px;
  background-color: transparent;
  background-image: url('../images/Check.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.accordion_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  margin-top: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.list_datatable {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 16px;
  color: #696969;
  font-size: 12px;
  line-height: 20px;
}

.datatable_line_atom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: auto;
  padding: 16px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.datatable_line_atom.data_collect {
  width: 25%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.datatable_line_atom.service_provider {
  width: 18%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.datatable_line_atom.key_cookies {
  width: 30%;
}

.datatable_line_atom.purpose {
  width: 50%;
}

.datatable_line_atom.purpose.third_party {
  width: 34%;
}

.datatable_line_atom.place_processing {
  width: 22%;
}

.datatable_line_atom.data_collected_shared {
  width: 26%;
}

.datatable_line_atom.data_give {
  width: 25%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.sticky_menu_wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 182px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 450px;
  margin-bottom: 0vh;
  padding: 0px 24px 0px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
}

.datatable_mobile {
  display: none;
}

.data_reason_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-bottom: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.legal_basis_text {
  margin-top: 0px;
  margin-right: 4px;
  margin-bottom: 0px;
  color: #696969;
  line-height: 1.6;
  font-weight: 700;
}

.mini_button {
  margin-right: 4px;
  margin-left: 4px;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #20c8bf;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: #fff;
  font-size: 10px;
  line-height: 1.4;
  cursor: pointer;
}

.mini_button:hover {
  background-color: #eff2ff;
  color: #1d1d1d;
}

.mini_button.privacy_policy {
  margin-top: 4px;
  margin-right: 0px;
  margin-left: 0px;
}

.datatable_line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.small_dt_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: hsla(0, 0%, 41.2%, 0.1);
}

.legal_bases_meaning_wrapper {
  overflow: hidden;
  height: auto;
  margin-top: 0px;
  padding-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.content_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.read_more_content_wrapper {
  overflow: hidden;
  padding-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.datatable_header_atom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22%;
  height: 100%;
  margin-right: 0px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.datatable_header_atom.data_give {
  width: 25%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.datatable_header_atom.purpose {
  width: 50%;
  height: 100%;
}

.datatable_header_atom.purpose.third_party {
  width: 34%;
}

.datatable_header_atom.service_provider {
  width: 20%;
  height: 100%;
}

.datatable_header_atom.service_provider.third_party {
  width: 18%;
}

.datatable_header_atom.data_collect {
  width: 25%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.datatable_header_atom.data_collected_shared {
  width: 26%;
}

.datatable_header_atom.key_cookie {
  width: 30%;
  height: 100%;
}

.item_icon_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sticky_menu_item {
  margin-bottom: 12px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #696969;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 600;
  text-decoration: none;
}

.sticky_menu_item:hover {
  color: #1d1d1d;
}

.sticky_menu_item.w--current {
  cursor: pointer;
}

.legal_basis_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.read_more_line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 8px;
  margin-left: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 16px;
  background-color: #eff2ff;
  -o-object-fit: none;
  object-fit: none;
  -o-object-position: 100% 0%;
  object-position: 100% 0%;
}

.intro_wrapper {
  text-align: center;
}

.item_icon_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-bottom: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.legal_bases_meaning_tilte_wrapper {
  margin-bottom: 22px;
}

.privacy_grid {
  grid-column-gap: 0px;
  grid-template-areas: "Lateral-Menu Content";
  -ms-grid-columns: 0.5fr 0px 1.25fr;
  grid-template-columns: 0.5fr 1.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.datatable_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: hsla(0, 0%, 41.2%, 0.1);
}

.privacy_icon {
  width: auto;
  height: auto;
  max-height: 32px;
  max-width: 32px;
  margin-right: 16px;
}

.privacy_icon.top-margin {
  margin-top: 6px;
}

.privacy_icon.top-margin.big {
  margin-top: 10px;
}

.small_datatable_line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.small_data_table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.privacy-bloc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.privacy-bloc.our-role {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.privacy-bloc.privacy_choices_rights {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.privacy-bloc.how_and_why {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.privacy-bloc.data_storage {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.privacy-bloc.making_policy_great {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.privacy-bloc.collect-data {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.privacy-bloc.third_parties {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.privacy-bloc.datatype {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.privacy-bloc.cookies {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.accordion_trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.datatable_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.privacy_content_wrapper {
  padding: 24px 40px;
  border: 1px none #000;
  border-radius: 0px;
  background-color: transparent;
}

.list_item_privacy {
  padding-bottom: 0px;
  color: #696969;
  font-size: 15px;
  line-height: 22px;
}

.list_item_privacy.datatable_text {
  font-size: 12px;
  line-height: 1.8;
}

.arrow {
  width: 10px;
  height: 10px;
  margin-left: 4px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.small_datatable_header_atom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.small_datatable_header_atom.action {
  width: 50%;
  padding: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.privacy_section {
  margin-top: 80px;
  padding: 41px 0px 100px;
  background-color: transparent;
}

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

.divider {
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0.5px solid #000;
  border-radius: 0px;
  background-color: hsla(0, 0%, 41.2%, 0.15);
}

.divider.datatable {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.datatable_category_name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #696969;
  font-size: 9px;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.small_datatable_line_atom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.small_datatable_line_atom.action {
  width: 50%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.item_icon_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph_centered {
  text-align: center;
}

.read_more_text {
  color: #1d1d1d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0px;
  text-decoration: underline;
  text-transform: none;
}

.datatable_text {
  margin-bottom: 0px;
  padding: 0px;
  color: #696969;
  font-size: 12px;
  line-height: 1.8;
}

.datatable_text.bold {
  font-weight: 700;
}

.read_more_data_wrapper {
  display: block;
  padding-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list-item {
  color: #2d2d2d;
}

.link-block {
  width: 100%;
  height: 100%;
}

.heading-2 {
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  h2 {
    margin-bottom: 30px;
  }

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

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

  .section.section--hero {
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section.section--slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__columns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header__nav {
    display: none;
  }

  .footer__col {
    width: 50%;
    margin-bottom: 40px;
  }

  .header__col.col--login {
    display: none;
  }

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

  .btn-cube__front:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .btn-cube__front.active {
    top: 10px;
  }

  .hero__over-heading {
    margin-bottom: 40px;
    color: rgba(45, 45, 45, 0.7);
  }

  .hero__elements {
    width: 38vw;
    height: 400px;
  }

  .hero__elem.mod--1 {
    max-width: 400px;
  }

  .hero__elem.mod--2 {
    left: 37px;
    top: 31px;
    max-width: 130px;
  }

  .hero__elem.mod--3 {
    display: none;
  }

  .hero__elem.mod--4 {
    left: -70px;
    bottom: 97px;
    max-width: 70px;
  }

  .hero__elem.mod--5 {
    top: 238px;
    max-width: 60px;
  }

  .hero__elem.mod--6 {
    bottom: -39px;
    max-width: 70px;
  }

  .hero__price-wrap {
    margin-right: 80px;
  }

  .hero__arrow {
    left: 377px;
  }

  .solutions__content {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }

  .solutions__heading-wrap {
    margin-right: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .solutions__desc {
    display: none;
  }

  .solutions__desc.mod--mob {
    display: block;
    margin-bottom: 35px;
  }

  .argument__columns {
    margin-right: -10px;
    margin-left: -10px;
  }

  .argument__col.col--right {
    padding-left: 0px;
  }

  .argument__col.col--left {
    display: none;
  }

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

  .argument__card.mod--mob {
    position: relative;
    display: block;
  }

  .argument__cube {
    max-height: none;
    padding-bottom: 80px;
  }

  .swiper.swiper--reviews {
    width: 100%;
    margin-bottom: 0px;
  }

  .slide__columns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .slide__col.col--1 {
    height: auto;
  }

  .slide__col.col--2 {
    padding: 55px 20px 55px 40px;
  }

  .slide__col.col--3 {
    width: 100%;
    min-height: 17vw;
  }

  .slide__block.mod--1 {
    width: 20%;
    height: auto;
  }

  .slide__block.mod--2 {
    width: 25%;
    height: auto;
  }

  .slide__txt-wrap {
    margin-left: 0px;
  }

  .slide__img-cone {
    width: 40%;
  }

  .slide__next {
    opacity: 1;
  }

  .btn-cube {
    margin-left: 12px;
  }

  .btn-cube__side.mod--1 {
    left: -5px;
    top: 10px;
    right: 5px;
    height: 12px;
    -webkit-transform: skew(45deg, 0deg);
    -ms-transform: skew(45deg, 0deg);
    transform: skew(45deg, 0deg);
  }

  .btn-cube__side.mod--1.active {
    -webkit-transform: skew(45deg, 0deg);
    -ms-transform: skew(45deg, 0deg);
    transform: skew(45deg, 0deg);
  }

  .btn-cube__side.mod--2 {
    left: -10px;
    top: 5px;
    right: auto;
    bottom: -5px;
    width: 12px;
  }

  .btn-cube__side.mod--3 {
    left: -4px;
    top: auto;
    right: 5px;
    bottom: -10px;
    height: 12px;
    -webkit-transform: skew(-45deg, 0deg);
    -ms-transform: skew(-45deg, 0deg);
    transform: skew(-45deg, 0deg);
  }

  .solutions__columns {
    border-top-width: 0px;
  }

  .solutions__col.col--1 {
    display: none;
  }

  .solutions__col.col--2 {
    border-right-width: 0px;
  }

  .solutions__col.col--3 {
    display: none;
  }

  .solutions__block {
    display: none;
  }

  .solutions__row {
    display: none;
  }

  .solutions__row.mod--bottom {
    border-top-width: 0px;
  }

  .menu__nav-link {
    width: 50%;
    margin-right: 0px;
    padding-top: 26px;
    padding-bottom: 25px;
    padding-left: 20px;
    border-bottom: 1px solid #000;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
  }

  .menu__nav-link:hover {
    box-shadow: none;
  }

  .menu__nav-link.mod--even {
    border-left: 1px solid #000;
  }

  .menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0px;
    z-index: 89;
    overflow: hidden;
  }

  .menu__content {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    padding-top: 86px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
  }

  .menu__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #000;
  }

  .header__btn-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    cursor: pointer;
  }

  .header__humburger {
    position: relative;
    z-index: 0;
    display: block;
    width: 24px;
    height: 24px;
    padding: 0px;
  }

  .menu__bg {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    padding: 0px;
    background-image: url('../images/noise.jpg');
    background-position: 50% 100%;
    background-size: auto;
    opacity: 0.6;
  }

  .header__humburger-wrap {
    position: relative;
    display: block;
    width: 24px;
    cursor: pointer;
  }

  .header__humburger-close {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    padding: 0px;
  }

  .argument__card-zeros {
    position: absolute;
    left: auto;
    top: 0%;
    right: 10px;
    bottom: auto;
    z-index: 2;
  }

  .slide__block-grid {
    height: auto;
  }

  .heading2__arrow {
    margin-left: 24px;
  }

  .solutions__mob-blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 55px;
    margin-right: -1px;
  }

  .solutions__mob-block {
    position: relative;
    width: 16.666666666666668%;
    height: 16vw;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
  }

  .solutions__mob-block.mod--eye {
    background-color: #fff;
  }

  .solutions__mob-block.mod--keys {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#20c8bf), to(#f8e07c));
    background-image: linear-gradient(180deg, #20c8bf, #f8e07c);
  }

  .solutions__mob-block.mod--wite {
    background-color: #fff;
  }

  .footer__get {
    margin-right: -20px;
    margin-left: -20px;
  }

  .footer__get-link {
    padding-right: 24px;
    padding-left: 24px;
  }

  .slide__nav.col--1 {
    height: auto;
  }

  .slide__nav.col--2 {
    padding: 55px 20px 55px 40px;
  }

  .slide__nav.col--3 {
    width: 100%;
    min-height: 17vw;
  }

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

  .slide__numb.mod--1 {
    width: 20%;
    height: auto;
  }

  .slide__numb.mod--2 {
    width: 25%;
    height: auto;
  }

  .datatable_line_atom {
    width: 24%;
  }

  .datatable_line_atom.service_provider {
    width: 26%;
  }

  .datatable_line_atom.purpose {
    width: 46%;
  }

  .datatable_line_atom.purpose.third_party {
    width: 30%;
  }

  .datatable_line_atom.place_processing {
    width: 18%;
  }

  .container {
    width: 90%;
  }

  .sticky_menu_wrapper {
    display: none;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .datatable_mobile {
    display: none;
  }

  .datatable_header_atom.place_processing {
    width: 18%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .datatable_header_atom.purpose {
    width: 46%;
  }

  .datatable_header_atom.purpose.third_party {
    width: 30%;
  }

  .datatable_header_atom.service_provider {
    width: 24%;
  }

  .datatable_header_atom.service_provider.third_party {
    overflow: visible;
    width: 26%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .datatable_header_atom.data_collected_shared {
    width: 26%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .item_icon_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .privacy_grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    grid-template-areas: "Lateral-Menu"
      "Content";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .datatable_header {
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .privacy_icon.top-margin {
    margin-top: 8px;
  }

  .small_data_table {
    display: none;
  }

  .privacy_section {
    margin-top: 99px;
    padding-top: 80px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .datatable_category_name {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 10px;
    line-height: 12px;
  }

  .item_icon_header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 20px;
  }

  .footer {
    background-image: url('../images/noise-mob.jpg');
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
  }

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

  .section.section--runline {
    height: 115px;
  }

  .footer__columns {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .header__logos {
    font-size: 20px;
  }

  .footer__col {
    width: 100%;
  }

  .header {
    top: 22px;
  }

  .hero__over-heading {
    margin-bottom: 15px;
    font-size: 12px;
  }

  .hero__elements-wrap {
    display: none;
  }

  .hero__price-wrap {
    display: none;
    margin-right: 80px;
  }

  .hero__price-wrap.mod--mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
  }

  .hero__price {
    margin-bottom: 0px;
    font-size: 40px;
  }

  .hero__price-desc {
    font-size: 9px;
    font-weight: 400;
  }

  .hero__price-dollar {
    position: relative;
    top: -7px;
    display: inline-block;
    margin-left: 3px;
    font-size: 20px;
  }

  .argument__col.col--right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .argument__card {
    min-width: 180px;
    margin-bottom: 32px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .argument__cube-front {
    padding-bottom: 15px;
    padding-left: 14px;
    background-position: 90% 7%, 14px 12px, 0px 0px;
    background-size: auto, 36px, auto;
  }

  .swiper-slide {
    width: 100%;
  }

  .swiper-slide.slide--reviews {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slide__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .slide__col.col--1 {
    width: 100%;
    height: 240px;
    border-right-width: 0px;
  }

  .slide__col.col--2 {
    padding-left: 20px;
  }

  .slide__col.col--3 {
    min-height: auto;
  }

  .slide__block.mod--1 {
    width: 50%;
    height: 50vw;
    border-left-width: 0px;
  }

  .slide__block.mod--2 {
    width: 50%;
    height: 50%;
  }

  .slide__txt-wrap {
    max-width: 100%;
  }

  .heading--size-50 {
    font-size: 40px;
  }

  .footer__line {
    display: none;
  }

  .footer__title {
    margin-bottom: 15px;
  }

  .footer__desc {
    max-width: 460px;
  }

  .footer__form-block {
    width: 100%;
    max-width: 350px;
  }

  .footer__soc-link {
    border-width: 0px;
  }

  .runtext__txt {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 60px;
  }

  .solutions__img {
    max-height: 60px;
    max-width: 60px;
  }

  .solutions__img.mod--hover {
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
  }

  .menu__nav-link:hover {
    background-image: -webkit-gradient(linear, left top, right top, from(#20c8bf), to(#f8e07c));
    background-image: linear-gradient(90deg, #20c8bf, #f8e07c);
  }

  .menu__nav-link:focus {
    background-image: -webkit-gradient(linear, left top, right top, from(#20c8bf), to(#f8e07c));
    background-image: linear-gradient(90deg, #20c8bf, #f8e07c);
  }

  .menu__content {
    padding-top: 68px;
  }

  .hero__mob-elemenents-wrap {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 200px;
  }

  .hero__mob-elemenents {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -20px;
    margin-left: -20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .hero__mob-block {
    position: relative;
    z-index: 2;
    width: 25%;
    height: 20vw;
    padding: 0px;
    border-style: solid;
    border-width: 1px 1px 1px 0px;
    border-color: #000;
    background-color: #f5f5f5;
  }

  .hero__mob-block.mod--single {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero__mob-block.mod--scan {
    background-color: #fff;
  }

  .hero__mob-block.mod--wite {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }

  .hero__mob-elem1 {
    position: absolute;
    left: auto;
    top: auto;
    right: -130px;
    bottom: 0px;
    width: 340px;
    max-width: none;
  }

  .hero__mob-elem2 {
    position: absolute;
    left: auto;
    top: auto;
    right: 20px;
    bottom: 170px;
    width: 120px;
  }

  .hero__mob-blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .hero__mob-smile {
    position: absolute;
    left: auto;
    top: -68px;
    right: -60px;
    bottom: auto;
    width: 60px;
  }

  .footer__drop-btn {
    cursor: pointer;
  }

  .solutions__mob-blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .solutions__mob-block {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    height: 20vw;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px 1px 1px 0px;
    border-color: #000;
    background-color: #f5f5f5;
  }

  .solutions__mob-block.mod--1 {
    display: none;
  }

  .solutions__mob-block.mod--keys {
    background-size: 40px, auto;
  }

  .solutions__mob-block.mod--wite {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header__logo {
    max-width: 94px;
  }

  .slide__nav.col--1 {
    width: 100%;
    height: 240px;
    border-right-width: 0px;
  }

  .slide__nav.col--2 {
    padding-left: 20px;
  }

  .slide__nav.col--3 {
    min-height: auto;
  }

  .slide__numb.mod--1 {
    width: 50%;
    height: 50vw;
    border-left-width: 0px;
  }

  .slide__numb.mod--2 {
    width: 50%;
    height: 50%;
  }

  .ck-modal__btns-w {
    padding: 1.5rem;
  }

  .ck-modal__btns-w.in-pref-manger {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0rem;
    margin: 1.5rem -1.5rem -2rem;
    padding-top: 1.25rem;
  }

  .ck-modal__exit-btn {
    top: -1rem;
    margin-right: 1.25rem;
  }

  .ck-modal__content-w {
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
  }

  .ck-preference__icon {
    margin-right: 0rem;
  }

  .ck-preference-txt {
    display: none;
  }

  .ck-preference__scroll-w {
    padding-top: 2rem;
  }

  .ck-form {
    padding-top: 0.75rem;
  }

  .list_datatable.mobile {
    margin-bottom: 24px;
  }

  .container {
    width: 90%;
  }

  .datatable_mobile {
    display: block;
    width: 100%;
  }

  .small_dt_header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 8px;
    background-color: hsla(0, 0%, 41.2%, 0.1);
  }

  .legal_bases_meaning_wrapper {
    padding-left: 16px;
  }

  .datatable_header_mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content_wrapper {
    padding-left: 40px;
  }

  .read_more_content_wrapper {
    padding-left: 16px;
  }

  .privacy_grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
  }

  .privacy_icon {
    width: auto;
    max-height: 24px;
    max-width: 24px;
  }

  .small_datatable_line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .small_data_table {
    display: block;
    width: 100%;
  }

  .datatable_wrapper {
    display: none;
  }

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

  .h5_top_margin {
    margin-top: 24px;
  }

  .small_datatable_header_atom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    padding: 8px 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .small_datatable_header_atom.action {
    width: 50%;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

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

  .datatable_category_name.mobile {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .small_datatable_line_atom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    padding: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .small_datatable_line_atom.action {
    width: 50%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .datatable_text.mobile {
    margin-bottom: 24px;
  }

  .read_more_data_wrapper {
    padding-left: 16px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 60px;
  }

  h2 {
    margin-bottom: 20px;
  }

  .section.section--hero {
    min-height: 100vh;
    padding-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .section.section--runline {
    margin-top: 35px;
  }

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

  .footer__col {
    width: auto;
    margin-right: -20px;
    margin-bottom: 20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer__col.col--1 {
    margin-bottom: 0px;
  }

  .footer__col.col--2 {
    border-bottom: 1px solid #818181;
  }

  .footer__col.col--3 {
    padding-bottom: 20px;
    border-bottom: 1px solid #818181;
  }

  .btn-cube__front {
    padding: 12px 16px;
    font-size: 14px;
  }

  .hero__heading-star {
    left: 0px;
    width: 15px;
    height: 15px;
  }

  .hero__arrow {
    left: 245px;
    width: 30px;
    height: 42px;
    background-size: 28px;
  }

  .solutions__desc.mod--mob {
    font-size: 14px;
    line-height: 1.6em;
  }

  .argument__card {
    width: 50%;
    min-width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .argument__title {
    margin-bottom: 2px;
    font-size: 14px;
  }

  .argument__cube {
    padding-right: 15px;
    padding-bottom: 71px;
  }

  .argument__cube-front.active {
    bottom: -14px;
  }

  .argument__cube-side.mod--3 {
    left: 6px;
    right: -7px;
    bottom: -15px;
    height: 15px;
  }

  .argument__cube-side.mod--2 {
    top: 7px;
    right: -15px;
    bottom: -7px;
    width: 15px;
  }

  .argument__cube-side.mod--2.active {
    top: -7px;
    bottom: 7px;
  }

  .argument__cube-side.mod--1 {
    right: -7px;
    height: 15px;
  }

  .argument__cube-side.mod--1.active {
    left: 7px;
    top: -15px;
    right: -7px;
  }

  .swiper.swiper--reviews {
    width: 100%;
  }

  .swiper.swiper--reviews-numb {
    width: 100%;
  }

  .swiper-slide {
    width: 100%;
  }

  .slide__desc {
    font-size: 14px;
    line-height: 1.6em;
  }

  .slide__img-cone {
    width: auto;
  }

  .footer__line {
    display: none;
  }

  .footer__title.mod--drop {
    margin-bottom: 0px;
  }

  .footer__nav {
    margin-bottom: -12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__nav-link {
    width: 50%;
  }

  .footer__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__list-item {
    width: 50%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .footer__list-item.mod--2 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .footer__list-item.mod--1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .footer__list-item.mod--3 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .footer__list-item.mod--4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .footer__form-block {
    max-width: none;
    margin-bottom: 26px;
  }

  .footer__social {
    margin-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .solutions__img {
    max-height: 40px;
    max-width: 40px;
  }

  .hero__mob-elemenents-wrap {
    margin-top: 180px;
  }

  .hero__mob-block {
    height: 25vw;
  }

  .hero__mob-block.mod--single {
    width: 25%;
    margin-bottom: -1px;
  }

  .hero__mob-elem1 {
    width: 360px;
  }

  .hero__mob-blocks {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .heading2__arrow {
    width: 22px;
    margin-left: 10px;
  }

  .footer__drop-btn {
    display: block;
    margin-right: -20px;
    margin-left: -20px;
    padding: 20px;
    border-top: 1px solid #818181;
  }

  .footer__drop-arrow {
    display: block;
    margin-right: 20px;
  }

  .footer__drop-lists {
    padding-bottom: 20px;
  }

  .solutions__mob-blocks {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .solutions__mob-block {
    height: 25vw;
  }

  .solutions__mob-block.mod--2 {
    display: none;
  }

  .footer__get-link {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .slider__content {
    display: block;
  }

  .ck-modal__btns-w.is--small {
    padding: 1.25rem;
  }

  .ck-modal {
    max-width: 100%;
  }

  .ck-button-w {
    padding-right: 1.25em;
    padding-left: 1.25em;
  }

  .ck-modal__exit-btn {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .ck-modal__content-w.is--small {
    padding-right: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
  }

  .ck-prefmanager-w {
    left: 1rem;
  }

  .ck-cookie-w {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    max-width: 100%;
  }

  .ck-preference-w {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .ck-preference__scroll-w {
    max-width: 100%;
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .container {
    width: 90%;
  }

  .datatable_mobile {
    width: auto;
  }

  .legal_bases_meaning_wrapper {
    padding-left: 24px;
  }

  .content_wrapper {
    padding-left: 24px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .read_more_content_wrapper {
    padding-left: 24px;
  }

  .read_more_line {
    margin-left: 0px;
  }

  .item_icon_wrapper {
    margin-top: 12px;
    margin-bottom: 4px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .privacy_grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
  }

  .privacy_icon {
    max-height: 16px;
    max-width: 16px;
    margin-right: 8px;
  }

  .privacy_icon.top-margin {
    margin-top: 12px;
  }

  .privacy_icon.top-margin.big {
    margin-top: 15px;
  }

  .privacy_content_wrapper {
    max-width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }

  .privacy_section {
    margin-top: 78px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .header_section_wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .datatable_category_name {
    font-size: 9px;
  }

  .datatable_category_name.center {
    font-size: 9px;
  }

  .item_icon_header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .read_more_data_wrapper {
    padding-left: 24px;
  }
}

#w-node-d19e0c26-3067-5709-9612-8dde6318d1d2-4fac4c78 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Lateral-Menu;
}

#w-node-d19e0c26-3067-5709-9612-8dde6318d1e9-4fac4c78 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Content;
}

@media screen and (max-width: 991px) {
  #w-node-d19e0c26-3067-5709-9612-8dde6318d1d2-4fac4c78 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-d19e0c26-3067-5709-9612-8dde6318d1e9-4fac4c78 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}

