.scrollbar {
  scrollbar-color: #eee #212121;
  scrollbar-width: thin;
}
.scrollbar::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.scrollbar::-webkit-scrollbar-track {
  background: #eee;
}
.scrollbar::-webkit-scrollbar-thumb {
  background: #212121;
}
.scrollbar-hidden::-webkit-scrollbar {
  display: none;
}
.h1 {
  font-size: 90px;
  line-height: 0.88;
  font-weight: 700;
}
@media (max-width: 820px) {
  .h1 {
    font-size: 50px;
  }
}
.h2 {
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 820px) {
  .h2 {
    font-size: 40px;
  }
}
.h3 {
  font-size: 46px;
  line-height: 1.3;
  font-weight: 700;
}
@media (max-width: 820px) {
  .h3 {
    font-size: 32px;
    line-height: 1.3;
  }
}
.h4 {
  font-size: 36px;
  line-height: 1.4;
  font-weight: 700;
}
@media (max-width: 820px) {
  .h4 {
    font-size: 28px;
    line-height: 1.4;
  }
}
.h5 {
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
}
@media (max-width: 820px) {
  .h5 {
    font-size: 26px;
    line-height: 1.4;
  }
}
.h6 {
  font-size: 1rem;
  font-weight: 700;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scrollbar-color: #eee #212121;
  scrollbar-width: thin;
}
*::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
*::-webkit-scrollbar-track {
  background: #eee;
}
*::-webkit-scrollbar-thumb {
  background: #212121;
}
*:after,
*:before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
html {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: touch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 26px;
  position: relative;
}
@media (max-width: 1199px) {
  html {
    font-size: 24px;
  }
}
body {
  font-family: 'futura-pt', sans-serif;
  color: #000;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background-color: white;
  overflow: hidden;
  min-width: 414px;
  line-height: 1.4;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  position: relative;
  height: auto;
}
a {
  color: #77675F;
  text-decoration: none;
}
a:focus,
a:active {
  outline: none;
}
b,
strong {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
input,
button,
select,
textarea {
  color: #000;
  font: inherit;
  margin: 0;
}
input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none;
}
input {
  padding-top: 0;
  padding-bottom: 0;
}
::-moz-placeholder {
  color: #999;
}
:-ms-input-placeholder {
  color: #999;
}
::-webkit-input-placeholder {
  color: #999;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}
button[disabled],
input[disabled] {
  cursor: default;
}
img {
  border: 0;
  max-width: 100%;
}
ul {
  list-style: none;
}
.container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 821px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 1000px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
.container .container {
  width: 100%;
  padding: 0;
}
.clearfix:after {
  display: table;
  line-height: 0;
  content: '';
  clear: both;
}
.flex-row {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-row-item {
  padding-left: 15px;
  padding-right: 15px;
}
use {
  fill: currentColor;
}
@media (max-width: 1023px) {
  .hidden-tablet {
    display: none!important;
  }
}
@media (max-width: 820px) {
  .hidden-mobile {
    display: none!important;
  }
}
@media (min-width: 821px) {
  .visible-mobile {
    display: none!important;
  }
}
@media (min-width: 1024px) {
  .visible-tablet {
    display: none!important;
  }
}
.content-text {
  line-height: 1.5;
}
.content-text:after {
  display: table;
  line-height: 0;
  content: '';
  clear: both;
}
.content-text p {
  margin-bottom: 30px;
}
@media (max-width: 820px) {
  .content-text p {
    margin-bottom: 30px;
  }
}
.content-text p:last-child {
  margin-bottom: 0;
}
.content-text b,
.content-text strong {
  font-weight: 700;
}
.content-text h1,
.content-text h2,
.content-text h3,
.content-text h4,
.content-text h5,
.content-text h6 {
  margin-bottom: 30px;
  font-weight: 700;
}
@media (max-width: 820px) {
  .content-text h1,
  .content-text h2,
  .content-text h3,
  .content-text h4,
  .content-text h5,
  .content-text h6 {
    margin-bottom: 30px;
  }
}
.content-text h1:last-child,
.content-text h2:last-child,
.content-text h3:last-child,
.content-text h4:last-child,
.content-text h5:last-child,
.content-text h6:last-child {
  margin-bottom: 0;
}
.content-text h1 {
  font-size: 90px;
  line-height: 0.88;
  font-weight: 700;
  margin-bottom: 50px;
}
@media (max-width: 820px) {
  .content-text h1 {
    font-size: 50px;
  }
}
@media (max-width: 1023px) {
  .content-text h1 {
    margin-bottom: 40px;
  }
}
@media (max-width: 820px) {
  .content-text h1 {
    margin-bottom: 30px;
  }
}
.content-text h2 {
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 50px;
}
@media (max-width: 820px) {
  .content-text h2 {
    font-size: 40px;
  }
}
@media (max-width: 1023px) {
  .content-text h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 820px) {
  .content-text h2 {
    margin-bottom: 30px;
  }
}
.content-text h3 {
  font-size: 46px;
  line-height: 1.3;
  font-weight: 700;
}
@media (max-width: 820px) {
  .content-text h3 {
    font-size: 32px;
    line-height: 1.3;
  }
}
.content-text h4 {
  font-size: 36px;
  line-height: 1.4;
  font-weight: 700;
}
@media (max-width: 820px) {
  .content-text h4 {
    font-size: 28px;
    line-height: 1.4;
  }
}
.content-text h5 {
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
}
@media (max-width: 820px) {
  .content-text h5 {
    font-size: 26px;
    line-height: 1.4;
  }
}
.content-text h6 {
  font-size: 1rem;
  font-weight: 700;
}
.content-text .wp-block-image {
  margin-bottom: 30px;
}
@media (max-width: 820px) {
  .content-text .wp-block-image {
    margin-bottom: 30px;
  }
}
.content-text .wp-block-image:last-child {
  margin-bottom: 0;
}
.content-text a {
  text-decoration: underline;
}
.content-text a:hover {
  text-decoration: none;
}
.content-text ol {
  list-style: none;
  counter-reset: counter;
  overflow: hidden;
  margin-bottom: 30px;
}
@media (max-width: 820px) {
  .content-text ol {
    margin-bottom: 30px;
  }
}
.content-text ol:last-child {
  margin-bottom: 0;
}
.content-text ol li {
  padding-left: 45px;
  position: relative;
  margin-bottom: 10px;
}
.content-text ol li:last-child {
  margin-bottom: 0;
}
.content-text ol li:before {
  content: counters(counter, '.') '\002E';
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: counter;
  font-weight: 700;
}
.content-text ul {
  overflow: hidden;
  margin-bottom: 30px;
}
@media (max-width: 820px) {
  .content-text ul {
    margin-bottom: 30px;
  }
}
.content-text ul:last-child {
  margin-bottom: 0;
}
.content-text ul li {
  position: relative;
  padding-left: 45px;
  margin-bottom: 10px;
}
.content-text ul li:last-child {
  margin-bottom: 0;
}
.content-text ul li:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  left: 0;
  top: 0.6em;
  background-color: currentColor;
  border-radius: 50%;
}
.content-text blockquote {
  padding: 40px;
  margin: 2.22rem 0;
  background: #F9F9F9;
}
.content-text table {
  width: 100%;
}
.content-text table td,
.content-text table th {
  padding: 10px 20px;
  border-bottom: solid 1px #3E3D4B;
  height: 60px;
  text-align: left;
}
.content-text table td:last-child,
.content-text table th:last-child {
  padding-right: 20px;
}
.content-text table thead {
  font-size: 12px;
  text-transform: uppercase;
  color: #7D7BA1;
  letter-spacing: 1.5px;
}
.content-text table img {
  display: block;
  margin: auto;
}
.content-text img {
  height: auto;
}
.wp-block-group {
  padding: 90px 0;
}
.wp-block-group:after {
  display: table;
  line-height: 0;
  content: '';
  clear: both;
}
@media (max-width: 820px) {
  .wp-block-group {
    padding: 50px 0;
  }
}
.wp-block-group:first-child {
  padding-top: 0;
}
.wp-block-group:last-child {
  padding-bottom: 0;
}
.wp-block-group__inner-container:after {
  display: table;
  line-height: 0;
  content: '';
  clear: both;
}
.wp-block-table {
  overflow: visible;
}
@media (max-width: 820px) {
  .wp-block-table {
    overflow-y: auto;
    scrollbar-color: #eee #212121;
    scrollbar-width: thin;
  }
  .wp-block-table::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  .wp-block-table::-webkit-scrollbar-track {
    background: #eee;
  }
  .wp-block-table::-webkit-scrollbar-thumb {
    background: #212121;
  }
  .wp-block-table table {
    table-layout: auto;
    white-space: nowrap;
  }
  .wp-block-table table tbody tr:last-child td {
    border-bottom: 0;
  }
}
.wp-block-image .alignright {
  margin-bottom: 30px;
  max-width: 50%;
  margin-left: 48px;
}
@media (max-width: 1199px) {
  .wp-block-image .alignright {
    margin-left: 30px;
  }
}
@media (max-width: 820px) {
  .wp-block-image .alignright {
    float: none;
    margin: 0;
    display: block;
    max-width: none;
  }
  .wp-block-image .alignright img {
    display: block;
    margin: auto;
  }
}
.wp-block-image .alignleft {
  margin-bottom: 30px;
  max-width: 50%;
  margin-right: 48px;
}
@media (max-width: 1199px) {
  .wp-block-image .alignleft {
    margin-right: 30px;
  }
}
@media (max-width: 820px) {
  .wp-block-image .alignleft {
    float: none;
    margin: 0;
    display: block;
    max-width: none;
  }
  .wp-block-image .alignleft img {
    display: block;
    margin: auto;
  }
}
.wp-block-image img {
  display: block;
}
@media (max-width: 820px) {
  .wp-block-table .has-fixed-layout {
    table-layout: auto;
  }
}
@media (max-width: 820px) {
  .wp-block-table .has-fixed-layout td,
  .wp-block-table .has-fixed-layout th {
    word-break: normal;
  }
}
.wp-block-columns {
  margin: 0 -24px -50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 50px;
}
@media (max-width: 820px) {
  .wp-block-columns {
    padding-bottom: 30px;
    margin-bottom: -30px;
  }
}
.wp-block-columns:last-child {
  padding-bottom: 0;
}
.wp-block-column {
  margin: 0!important;
  padding: 0 24px 50px;
  width: 50%;
}
@media (max-width: 820px) {
  .wp-block-column {
    width: 100%;
    padding-bottom: 30px;
  }
}
/* home */
.header-col-menu-open,
.header-logo {
  z-index: 6000;
}
.glass {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 666666;
  pointer-events: none;
  background-position: right top;
  background-size: cover;
}
.glass:after {
  content: "";
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  height: 4px;
  background-image: url(../img/line.svg);
  background-size: 100% 100%;
  opacity: 0.46;
}
@media (max-width: 820px) {
  .glass:after {
    height: 2px;
  }
}
.full {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media (min-width: 1940px) {
  .hd_holder {
    top: -60px;
    position: relative;
    width: 100%;
    margin: auto;
    max-width: 1920px;
    z-index: 20 !important;
    -webkit-filter: drop-shadow(0 -5px 24px rgba(0, 0, 0, 0.54));
            filter: drop-shadow(0 -5px 24px rgba(0, 0, 0, 0.54));
    margin-bottom: -120px;
    background-color: white;
  }
}
.glass-effects {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 520;
  pointer-events: none;
}
.glass-effects .glass-reflect {
  z-index: 1;
  background-image: url("../img/photo-reflect.jpg");
  background-size: 100% 100%;
  background-position: center bottom;
  opacity: 0.12;
  display: none;
}
.glass-effects .glass-large-glare {
  z-index: 1;
  background-image: url("../img/glass-large-glare.png");
  background-size: auto 98%;
  background-position: left top;
  background-repeat: no-repeat;
  opacity: 0.08;
  -webkit-filter: blur(1px);
          filter: blur(1px);
}
.glass-effects .glass-small-glare {
  z-index: 1;
  height: 96px;
  background-image: url("../img/glare-small-top.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left bottom;
  opacity: 0.09;
}
.glass-effects .glass-mid-glare {
  z-index: 1;
  background-image: url("../img/glare-small-mid.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left 96px;
  opacity: 0.09;
}
.glass-effects .low-score {
  top: calc(100% - 80px);
  height: 4px;
  background-image: url(../img/line.svg);
  background-size: 100% 100%;
  opacity: 0.46;
  background-repeat: no-repeat;
}
@media (max-width: 820px) {
  .glass-effects .glass-small-glare {
    height: 64px;
  }
  .glass-effects .glass-mid-glare {
    background-position: left 64px;
  }
}
.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 500;
  padding: 0 80px;
  color: #fff;
}
@media (max-width: 1199px) {
  .header {
    padding: 0 15px;
  }
}
@media (max-width: 820px) {
  .header {
    background-color: rgba(75, 75, 75, 0.16);
  }
}
@media (min-width: 821px) {
  .header .glass-top-contrast {
    background: -webkit-radial-gradient(bottom, ellipse, rgba(255, 255, 255, 0.2) 0%, rgba(183, 203, 203, 0.3) 10%, rgba(44, 103, 72, 0.32) 30%, #01382b 100%);
    background: -o-radial-gradient(bottom, ellipse, rgba(255, 255, 255, 0.2) 0%, rgba(183, 203, 203, 0.3) 10%, rgba(44, 103, 72, 0.32) 30%, #01382b 100%);
    background: radial-gradient(ellipse at bottom, rgba(255, 255, 255, 0.2) 0%, rgba(183, 203, 203, 0.3) 10%, rgba(44, 103, 72, 0.32) 30%, #01382b 100%);
    background-size: 160% 100%;
    background-position: center;
    opacity: 0.5;
    pointer-events: none;
  }
  .header .glass-top-privacy {
    background-color: #cbc5bc;
    opacity: 0;
    pointer-events: none;
  }
}
@media (min-width: 1024px) {
  .header:hover {
    color: #5b5b5b;
  }
  .header:hover .glass-top-privacy {
    opacity: 1;
  }
  .header:hover .glass-top-contrast {
    opacity: 0;
  }
  .header:hover .header-logo {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .header:hover .header-logo:hover img {
    mix-blend-mode: normal;
  }
  .header:hover .header-logo img {
    mix-blend-mode: difference;
  }
}
.header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background-image: url(../img/line.svg);
  background-size: 100% 100%;
  opacity: 0.46;
}
@media (max-width: 820px) {
  .header:after {
    height: 2px;
  }
}
.header-row {
  height: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 820px) {
  .header-row {
    height: 80px;
  }
}
@media (min-width: 1440px) {
}
@media (max-width: 820px) {
  .header-col-menu {
    position: fixed;
    top: 80px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 666;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background-color: #eeeeee;
    padding: 0;
  }
}
@media (min-width: 821px) {
  .header-col-menu-open {
    display: none;
  }
}
.header-logo {
  display: block;
  margin-top: -15px;
  position: relative;
}
@media (max-width: 820px) {
  .header-logo {
    width: 82px;
  }
}
.header-logo img {
  display: block;
}
.header-logo-mobile {
  position: absolute;
  left: 0;
  top: -5px;
  opacity: 0;
}
@media (max-width: 820px) {
  .header-menu-opened .header-col-menu {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
}
@media (max-width: 820px) {
  .header-menu-is-open {
    overflow: hidden;
  }
  .header-menu-is-open .header-col-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .header-menu-is-open .header-menu-body {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .header-menu-is-open .header {
    color: #77675f;
    background-color: #eeeeee;
  }
  .header-menu-is-open .header-logo-default {
    opacity: 0;
  }
  .header-menu-is-open .header-logo-mobile {
    opacity: 1;
  }
}
@media (max-width: 820px) {
  .header-menu-body {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    overflow: hidden;
    overflow-y: auto;
    padding: 60px 90px 60px 60px;
    -webkit-transform: translateY(-80px);
        -ms-transform: translateY(-80px);
            transform: translateY(-80px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.header-menu {
  margin: 0 -17px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'din-2014', sans-serif;
  font-weight: 600;
}
@media (min-width: 821px) {
  .header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 820px) {
  .header-menu {
    text-align: right;
    color: #77675f;
    text-transform: uppercase;
    font-size: inherit;
    font-family: 'din-2014', sans-serif;
    font-weight: 400;
    margin: -25px -17px;
  }
}
.header-menu > li > a {
  padding: 17px;
  height: 100px;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media (min-width: 821px) {
  .header-menu > li > a:before {
    content: "";
    position: absolute;
    height: 25px;
    right: 10px;
    left: 10px;
    top: -10px;
    background-color: currentColor;
    opacity: 0;
  }
  .header-menu > li > a:hover:before {
    opacity: 0.5;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media (max-width: 820px) {
  .header-menu > li > a {
    padding: 25px 0 17px;
    height: auto;
  }
}
.header-menu > li > a:hover {
  color: #77675F;
}
.header-menu > li.current-menu-item {
  pointer-events: auto;
}
.header-menu > li.current-menu-item > a {
  pointer-events: auto;
}
.header-menu > li.current-menu-item > a:before {
  opacity: 1;
}
.header-menu-open {
  display: block;
  width: 26px;
  height: 22px;
  position: relative;
  color: inherit;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin: 0 15px;
}
.header-menu-open:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
}
.header-menu-open i {
  width: 12px;
  top: 0;
  bottom: 0;
  position: absolute;
}
.header-menu-open i:before,
.header-menu-open i:after,
.header-menu-open i span {
  position: absolute;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 1px;
  background-color: currentColor;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.35, -0.64, 0.35, 1.18);
  transition: -webkit-transform 0.6s cubic-bezier(0.35, -0.64, 0.35, 1.18);
  -o-transition: transform 0.6s cubic-bezier(0.35, -0.64, 0.35, 1.18);
  transition: transform 0.6s cubic-bezier(0.35, -0.64, 0.35, 1.18);
  transition: transform 0.6s cubic-bezier(0.35, -0.64, 0.35, 1.18), -webkit-transform 0.6s cubic-bezier(0.35, -0.64, 0.35, 1.18);
}
.header-menu-open i:before {
  content: "";
  top: 0;
}
.header-menu-open i:after {
  content: "";
  bottom: 0;
}
.header-menu-open i span {
  top: 50%;
  margin-top: -2px;
}
.header-menu-open i:first-child {
  left: 0;
}
.header-menu-open i:last-child {
  right: 0;
}
.header-menu-open.active i:before,
.header-menu-open.active i:after,
.header-menu-open.active i span {
  -webkit-transform: rotate(-40deg);
      -ms-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.main {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.product-promo .container,
.applications-promo .container,
.about-promo .container {
  -webkit-filter: drop-shadow(0 4px 6px #00000073);
          filter: drop-shadow(0 4px 6px #00000073);
}
.home-promo,
.applications-promo {
  height: 100vh;
  background-color: white;
  color: #fff;
}
.home-promo .container,
.applications-promo .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media (max-width: 820px) {
  .home-promo,
  .applications-promo {
    height: 100vh;
  }
}
.home-promo-bg,
.applications-promo-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home-promo-bg img,
.applications-promo-bg img,
.home-promo-bg video,
.applications-promo-bg video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center top;
     object-position: center top;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-promo-body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  min-height: 100vh;
  position: relative;
  z-index: 6;
}
@media (max-width: 820px) {
  .home-promo-body {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding: 30px 15px;
    height: 100vh;
    z-index: 0;
  }
}
.explore-btn-wrap {
  position: absolute;
  bottom: 0;
}
.explore-btn-wrap .explore-btn {
  background-color: #000;
  color: #fff;
  padding: 20px 50px 45px;
  display: inline-block;
  font-size: 25px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .explore-btn-wrap .explore-btn {
    padding: 15px 40px 30px;
    font-size: 20px;
  }
}
.explore-btn-wrap .down_arrow {
  position: absolute;
  top: 63%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 13px;
  -webkit-animation: 2s 3 explore-btn-move;
          animation: 2s 3 explore-btn-move;
  animation-delay: 2s;
  animation-timing-function: ease-in-out, linear;
  -webkit-animation-delay: 2s;
  -webkit-animation-timing-function: ease-in-out, linear;
}
@keyframes explore-btn-move {
  0% {
    top: 63%;
  }
  70% {
    opacity: 1;
    -webkit-opacity: 1;
  }
  100% {
    top: 80%;
    opacity: 0;
    -webkit-opacity: 0;
  }
}
@-webkit-keyframes explore-btn-move {
  0% {
    top: 63%;
  }
  70% {
    opacity: 1;
    -webkit-opacity: 1;
  }
  100% {
    top: 80%;
    opacity: 0;
    -webkit-opacity: 0;
  }
}
.home-promo-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 821px) {
  .home-promo-content {
    margin-top: -120px;
  }
}
.home-promo-content .text-headline {
  position: relative;
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.8s cubic-bezier(0.65, 0.51, 0.53, 1.37) 0.7s;
  -o-transition: all 0.8s cubic-bezier(0.65, 0.51, 0.53, 1.37) 0.7s;
  transition: all 0.8s cubic-bezier(0.65, 0.51, 0.53, 1.37) 0.7s;
  -webkit-filter: invert(1);
          filter: invert(1);
}
.home-promo-content .text-headline.pre-start {
  top: 50px;
  opacity: 0;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.home-promo-content .home-promo-logo img {
  -webkit-filter: drop-shadow(0 4px 6px #00000073);
          filter: drop-shadow(0 4px 6px #00000073);
  display: block;
  position: relative;
  top: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.65, 0.51, 0.53, 1.37) 0.1s;
  -o-transition: all 0.8s cubic-bezier(0.65, 0.51, 0.53, 1.37) 0.1s;
  transition: all 0.8s cubic-bezier(0.65, 0.51, 0.53, 1.37) 0.1s;
  opacity: 1;
}
.home-promo-content .home-promo-logo img.pre-start {
  top: -150px;
  opacity: 0;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.home-promo-content .home-promo-title {
  font-size: 60px;
  font-weight: 300;
  line-height: 1.3;
}
@media (max-width: 820px) {
  .home-promo-content .home-promo-title {
    font-size: 36px;
  }
}
.home-panel-trigger {
  height: 100vh;
}
@media (max-width: 820px) {
  .home-panel-trigger {
    height: 200vh;
  }
}
.home-promo-panel {
  margin: 40px auto 0;
  width: 720px;
  max-width: 100%;
  padding: 60px;
  font-size: 36px;
  color: #77675f;
  text-align: center;
  line-height: 1.16;
  position: relative;
  margin-bottom: 50vh;
  -webkit-filter: drop-shadow(0 0 3px #000000);
          filter: drop-shadow(0 0 3px #000000);
}
@media (max-width: 820px) {
}
.home-promo-panel:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: solid 5px rgba(114, 114, 114, 0.32);
  border-radius: 2px;
  background-color: #e5e5e5;
  pointer-events: none;
}
.home-promo-panel-content {
  position: relative;
}
.home-promo-panel-content p {
  margin-bottom: 40px;
}
.home-promo-panel-content p:last-child {
  margin-bottom: 0;
}
.home-promo-panel-content b,
.home-promo-panel-content span {
  font-weight: inherit;
  color: #11cc93;
}
.home-applications {
  padding: 130px 60px 200px;
  background-color: #fff;
  position: relative;
}
@media (max-width: 1199px) {
  .home-applications {
    padding: 90px 15px 100px;
  }
}
@media (max-width: 820px) {
  .home-applications {
    padding: 30px 15px 50px;
  }
}
.home-applications-title {
  text-align: center;
  color: #a79d95;
  font-size: 90px;
  line-height: 1;
  margin-bottom: 80px;
  font-weight: 900;
}
@media (max-width: 1199px) {
  .home-applications-title {
    margin-bottom: 60px;
  }
}
@media (max-width: 1023px) {
  .home-applications-title {
    font-size: 70px;
  }
}
@media (max-width: 820px) {
  .home-applications-title {
    font-size: 50px;
    margin-bottom: 15px;
  }
}
.home-applications-row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px -40px;
}
@media (max-width: 1199px) {
  .home-applications-row {
    margin: 0 -15px -30px;
  }
}
@media (max-width: 820px) {
  .home-applications-row {
    margin-bottom: -20px;
  }
}
@media (max-width: 479px) {
  .home-applications-row {
    margin-bottom: -10px;
  }
}
.home-applications-col {
  width: 50%;
  padding: 0 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1199px) {
  .home-applications-col {
    padding: 0 15px 30px;
  }
}
@media (max-width: 820px) {
  .home-applications-col {
    padding-bottom: 20px;
    width: 100%;
  }
}
@media (max-width: 479px) {
  .home-applications-col {
    padding-bottom: 10px;
  }
}
.home-application {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 52%;
  position: relative;
  background-color: #77675F;
  overflow: hidden;
  will-change: transform;
}
.home-application:hover .applications-img-active {
  opacity: 1;
}
.home-application-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.home-application-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.home-application-title {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 40px;
  color: #fff;
  text-shadow: 0px -5px 7px #0000001c;
  font-size: 90px;
  line-height: 0.88;
  z-index: 6;
  font-weight: 900;
}
@media (max-width: 1400px) {
  .home-application-title {
    font-size: 80px;
  }
}
@media (max-width: 1370px) {
  .home-application-title {
    font-size: 60px;
  }
}
@media (max-width: 1023px) {
  .home-application-title {
    font-size: 50px;
  }
}
@media (max-width: 820px) {
  .home-application-title {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 10px;
  }
}
.home-build {
  background: -webkit-gradient(linear, left top, left bottom, from(#706059), to(#212121));
  background: -webkit-linear-gradient(top, #706059, #212121);
  background: -o-linear-gradient(top, #706059, #212121);
  background: linear-gradient(to bottom, #706059, #212121);
  color: #d1d1d1;
  position: relative;
  -webkit-box-shadow: 0px 10px 21px #0000008c;
          box-shadow: 0px 10px 21px #0000008c;
  z-index: 1;
}
.home-build .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-build-body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 160px 0;
  text-align: center;
  max-width: 970px;
  margin: 0 auto;
  min-height: 100vh;
}
@media (max-width: 820px) {
  .home-build-body {
    min-height: auto;
    padding: 50px 0 20px;
  }
}
.section-title {
  line-height: 0.86;
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 80px;
  line-height: 0.88;
}
@media (max-width: 820px) {
  .section-title {
    font-size: 50px;
    margin-bottom: 20px;
  }
}
.home-build-desc {
  font-weight: 300;
}
@media (max-width: 820px) {
  .home-build-desc p {
    margin-bottom: 20px;
  }
}
.home-build-desc p:last-child {
  margin-bottom: 0;
}
@mixin footer-gradient() {
  background: -webkit-gradient(linear, left top, right top, from(#ae97b8), color-stop(#ae97b8), color-stop(#a69fbf), color-stop(#9da6bf), color-stop(#97aabf), color-stop(#90afc0), to(#7fc1c1));
  background: -webkit-linear-gradient(left, #ae97b8, #ae97b8, #a69fbf, #9da6bf, #97aabf, #90afc0, #7fc1c1);
  background: -o-linear-gradient(left, #ae97b8, #ae97b8, #a69fbf, #9da6bf, #97aabf, #90afc0, #7fc1c1);
  background: linear-gradient(90deg, #ae97b8, #ae97b8, #a69fbf, #9da6bf, #97aabf, #90afc0, #7fc1c1);
}
.footer {
  margin: -1px 0;
  color: #fff;
  padding: 180px 0 100px;
  position: relative;
  z-index: 0;
}
.footer:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 110vh;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, from(#ae97b8), color-stop(#ae97b8), color-stop(#a69fbf), color-stop(#9da6bf), color-stop(#97aabf), color-stop(#90afc0), to(#7fc1c1));
  background: -webkit-linear-gradient(left, #ae97b8, #ae97b8, #a69fbf, #9da6bf, #97aabf, #90afc0, #7fc1c1);
  background: -o-linear-gradient(left, #ae97b8, #ae97b8, #a69fbf, #9da6bf, #97aabf, #90afc0, #7fc1c1);
  background: linear-gradient(90deg, #ae97b8, #ae97b8, #a69fbf, #9da6bf, #97aabf, #90afc0, #7fc1c1);
  -webkit-filter: drop-shadow(0 -6px 6px #0a000078);
          filter: drop-shadow(0 -6px 6px #0a000078);
}
@media (max-width: 820px) {
  .footer {
    padding: 100px 0 115px;
  }
}
.footer-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
  font-weight: 300;
  font-size: 16px;
}
@media (max-width: 820px) {
  .footer-body {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.footer-logo {
  margin-bottom: 15px;
}
@media (max-width: 820px) {
  .footer-logo {
    margin-bottom: 5px;
  }
}
.footer-logo img {
  display: block;
}
.footer-developer {
  font-size: 16px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media (max-width: 820px) {
  .footer-developer {
    margin-bottom: 3px;
  }
}
.footer-developer b {
  font-weight: 400;
}
.footer-developer-link {
  color: inherit;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.footer-developer-link:hover {
  opacity: 0.8;
}
.footer-copyright {
  font-size: 12px;
  margin-top: 50px;
  text-transform: uppercase;
}
@media (max-width: 820px) {
  .footer-copyright {
    margin-top: 40px;
  }
}
/* product */
.product-promo {
  height: 100vh;
  text-align: center;
  background-color: #000;
}
@media (min-width: 821px) {
  .product-promo {
    color: #3b3b3b;
  }
}
.product-promo-img {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.product-promo-img img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 820px) {
  .product-promo-img img {
    -o-object-position: center center;
       object-position: center center;
  }
}
.product-promo-img.active .product-promo-img-active {
  opacity: 1;
}
.product-promo-img-active {
  opacity: 0;
}
.product-promo-body {
  padding: 30px 15px;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  position: relative;
}
@media (min-width: 821px) {
  .product-promo-body {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
  }
}
.promo-title {
  font-weight: 700;
  font-size: 92px;
  line-height: 0.88;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: white;
}
@media (max-width: 820px) {
  .promo-title {
    font-size: 60px;
  }
}
.promo-desc {
  font-size: 26px;
  line-height: 1;
  color: white;
}
@media (min-width: 821px) {
  .promo-desc {
    font-weight: 700;
    font-size: 36px;
  }
}
.product-test {
  padding-bottom: 70px;
}
.product-test-body {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
  background-color: white;
  -webkit-filter: drop-shadow(0 0 12px #555555);
          filter: drop-shadow(0 0 12px #555555);
  padding: 30px;
  padding-top: 120px;
  padding-bottom: 120px;
  margin-bottom: 100vh;
  border-radius: 2px;
}
@media (max-width: 1023px) and (min-width: 821px) {
}
@media (min-width: 821px) {
}
.toggle-buttons {
  margin: auto;
  width: 100%;
  height: 60px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 80px;
}
.toggle-buttons > div {
  position: relative;
  width: 200px;
  height: 60px;
  margin-left: 20px;
  margin-right: 20px;
  font-weight: 700;
  -webkit-filter: drop-shadow(0 0 12px hsla(240, 100%, 50%, 0.05));
          filter: drop-shadow(0 0 12px hsla(240, 100%, 50%, 0.05));
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.85;
}
.toggle-buttons > div:hover {
  opacity: 1;
}
.toggle-buttons > div.active {
  color: #333333;
  -webkit-filter: drop-shadow(0 0 32px hsla(240, 100%, 50%, 0.34));
          filter: drop-shadow(0 0 32px hsla(240, 100%, 50%, 0.34));
  pointer-events: none;
}
.toggle-buttons > div:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(-20deg);
      -ms-transform: skew(-20deg);
          transform: skew(-20deg);
  border: 4px solid white;
  border-radius: 2px;
  z-index: -1;
}
.toggle-buttons > div.active:before {
  border: none;
  background-color: white;
}
.product-test-content {
  -webkit-filter: drop-shadow(0 0 24px hsla(0, 0%, 0%, 0.27));
          filter: drop-shadow(0 0 24px hsla(0, 0%, 0%, 0.27));
  max-width: 720px;
  margin: 0 auto;
}
@media (max-width: 820px) {
  .product-test-head {
    margin: 0 -15px 60px;
    padding: 50px 15px 80px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 6px #000000ad;
            box-shadow: 0px 0px 6px #000000ad;
    color: #77675f;
  }
}
.product-test-title {
  color: #707070;
  font-weight: 700;
  font-size: 60px;
  line-height: 0.76;
  margin-bottom: 40px;
  text-transform: uppercase;
}
@media (max-width: 820px) {
  .product-test-title {
    font-size: 36px;
  }
}
@media (min-width: 821px) {
  .product-test-desc {
    font-size: 36px;
    line-height: 1.16;
    margin-bottom: 110px;
  }
}
@media (min-width: 821px) {
  .product-test-desc b {
    font-weight: inherit;
  }
}
@media (max-width: 820px) {
  .product-test-desc b {
    color: #000;
  }
}
.product-test-desc p {
  margin-bottom: 30px;
}
.product-test-desc p:last-child {
  margin-bottom: 0;
}
@media (max-width: 820px) {
  .product-test-less {
    width: 374px;
    margin: auto;
    position: relative;
    padding: 40px 20px;
  }
  .product-test-less:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../img/product-test-less.svg);
    background-size: 100% 100%;
    opacity: 0.6;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
  }
  .product-test-less.active:before {
    opacity: 1;
  }
}
@media (min-width: 821px) {
  .product-test-less-body {
    max-width: 480px;
    margin: 0 auto 50px;
    padding: 55px 55px 45px;
    background-color: #f6f6f6;
    -webkit-box-shadow: 0px 3px 6px #0000009c;
            box-shadow: 0px 3px 6px #0000009c;
    border-radius: 6px;
  }
}
@media (max-width: 820px) {
  .product-test-less-body {
    position: relative;
    z-index: 1;
  }
}
.product-test-less-info {
  width: 260px;
  height: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 40px;
  position: relative;
  padding-bottom: 20px;
}
@media (max-width: 820px) {
  .product-test-less-info {
    width: 175px;
    height: 206px;
    padding: 30px 0 0;
  }
}
.product-test-less-img {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.product-test-less-img img {
  display: block;
  width: 100%;
}
.product-test-less-info-content {
  position: relative;
  z-index: 1;
  color: #77675f;
  font-weight: 300;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 820px) {
  .product-test-less-info-content {
    font-size: 14px;
    font-weight: 400;
    text-transform: lowercase;
  }
}
@media (min-width: 821px) {
  .product-test-less-title {
    max-width: 60px;
  }
}
.product-test-less-number {
  font-size: 73px;
  line-height: 1;
  margin: 5px 0;
}
@media (max-width: 820px) {
  .product-test-less-number {
    font-size: 48px;
    color: #fff;
  }
}
.product-test-less-btn {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border: 4px solid #f8c222;
  border-radius: 10px;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1;
  color: #fc9d0c;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  letter-spacing: 2.88px;
}
.product-test-less-btn:hover {
  color: #000;
  background-color: #f8c222;
}
@media (max-width: 820px) {
  .product-test-less-btn {
    width: 270px;
    height: 48px;
    background-color: #eeeeee;
    -webkit-box-shadow: 0px 3px 6px #00000029;
            box-shadow: 0px 3px 6px #00000029;
    border-radius: 2px;
    font-size: 18px;
    color: #77675f;
    border: 0;
    margin: auto;
  }
  .product-test-less-btn:hover {
    color: #000;
    background-color: #eeeeee;
  }
}
.product-test-effect-title {
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
  margin-bottom: 40px;
}
@media (max-width: 820px) {
}
@media (min-width: 821px) {
  .product-test-effect-desc {
    font-size: 36px;
    line-height: 1.16;
  }
}
@media (max-width: 820px) {
  .product-test-effect-desc {
    margin-bottom: 20px;
    color: #77675f;
  }
}
.product-test-effect-desc p {
  margin-bottom: 30px;
}
.product-test-effect-desc p:last-child {
  margin-bottom: 0;
}
.product-perfect {
  position: relative;
  z-index: 1;
  min-height: 1280px;
  background-color: #fff;
  border-top: solid 1px #707070;
  border-bottom: solid 1px #707070;
}
@media (max-width: 1439px) {
  .product-perfect {
    min-height: 1000px;
  }
}
@media (max-width: 1199px) {
  .product-perfect {
    min-height: 0;
  }
}
@media (max-width: 820px) {
  .product-perfect {
    background-color: #bdbfbe;
    overflow: hidden;
    min-height: 1280px;
  }
}
.product-perfect.active .product-perfect-img-default {
  opacity: 0;
}
.product-perfect.active .product-perfect-switch:before {
  opacity: 0;
}
.product-perfect.active .product-perfect-switch img:first-child {
  opacity: 0;
}
.product-perfect.active .product-perfect-switch img:last-child {
  opacity: 1;
}
.product-perfect-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 820px) {
  .product-perfect-img {
    left: -46px;
  }
}
.product-perfect-img img {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-position: right top;
     object-position: right top;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 820px) {
  .product-perfect-img img {
    -o-object-position: center bottom;
       object-position: center bottom;
  }
}
.product-perfect-body {
  max-width: 550px;
  position: relative;
  z-index: 1;
  text-align: right;
  padding: 195px 0;
}
@media (max-width: 1199px) {
  .product-perfect-body {
    padding: 80px 0;
    max-width: 490px;
  }
}
@media (max-width: 1023px) {
  .product-perfect-body {
    max-width: 380px;
  }
}
@media (max-width: 820px) {
  .product-perfect-body {
    max-width: 380px;
    margin: auto;
    text-align: center;
    padding: 140px 0;
  }
}
.product-perfect-title {
  font-size: 90px;
  font-weight: 700;
  text-transform: uppercase;
  color: #77675f;
  line-height: 0.88;
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  .product-perfect-title {
    font-size: 70px;
    margin-bottom: 40px;
  }
}
@media (max-width: 820px) {
  .product-perfect-title {
    font-size: 50px;
    color: #707070;
    margin-bottom: 30px;
  }
}
.product-perfect-desc {
  font-size: 36px;
  line-height: 1.6;
}
@media (max-width: 1023px) {
  .product-perfect-desc {
    font-size: 1rem;
  }
}
@media (max-width: 820px) {
  .product-perfect-desc {
    color: #393939;
  }
  .product-perfect-desc b {
    color: #fff;
  }
}
.product-perfect-desc p {
  margin-bottom: 60px;
}
@media (max-width: 1023px) {
  .product-perfect-desc p {
    margin-bottom: 40px;
  }
}
@media (max-width: 820px) {
  .product-perfect-desc p {
    margin-bottom: 30px;
  }
}
.product-perfect-desc p:last-child {
  margin-bottom: 0;
}
.product-perfect-switcher {
  position: absolute;
  right: 80px;
  top: 46%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 150px;
}
@media (max-width: 1199px) {
  .product-perfect-switcher {
    right: 15px;
  }
}
@media (max-width: 1023px) {
  .product-perfect-switcher {
    width: 120px;
  }
}
@media (max-width: 820px) {
  .product-perfect-switcher {
    width: 80px;
    height: 200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    right: 45px;
    bottom: 240px;
    top: auto;
  }
}
.product-perfect-switch {
  position: relative;
  margin-bottom: 55px;
}
@media (max-width: 1023px) {
  .product-perfect-switch {
    width: 40px;
  }
}
@media (max-width: 820px) {
  .product-perfect-switch {
    margin: auto auto 0;
  }
}
.product-perfect-switch:before {
  content: "";
  position: absolute;
  width: 75px;
  height: 242px;
  left: 40%;
  top: 50%;
  margin-top: -121px;
  background-image: url(../img/perfect-switch-decor.svg);
  background-size: 100% 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 1023px) {
  .product-perfect-switch:before {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media (max-width: 820px) {
  .product-perfect-switch:before {
    display: none;
  }
}
.product-perfect-switch img {
  display: block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.product-perfect-switch img:last-child {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.product-perfect-switch-title {
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 115px;
  color: #727272;
  line-height: 1;
}
@media (max-width: 1023px) {
  .product-perfect-switch-title {
    font-size: 18px;
    width: 80px;
  }
}
@media (max-width: 820px) {
  .product-perfect-switch-title {
    font-size: 16px;
    -ms-flex-item-align: center;
        align-self: center;
    position: relative;
  }
  .product-perfect-switch-title:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 70px;
    left: 50%;
    top: 100%;
    margin: 5px 0 0 -6px;
    background-color: #707070;
  }
}
.product-benefits {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(#ae97b8), color-stop(#ae97b8), color-stop(#a69fbf), color-stop(#9da6bf), color-stop(#97aabf), color-stop(#90afc0), to(#7fc1c1));
  background: -webkit-linear-gradient(left, #ae97b8, #ae97b8, #a69fbf, #9da6bf, #97aabf, #90afc0, #7fc1c1);
  background: -o-linear-gradient(left, #ae97b8, #ae97b8, #a69fbf, #9da6bf, #97aabf, #90afc0, #7fc1c1);
  background: linear-gradient(90deg, #ae97b8, #ae97b8, #a69fbf, #9da6bf, #97aabf, #90afc0, #7fc1c1);
  color: #fff;
  padding: 300px 0;
}
@media (max-width: 820px) {
  .product-benefits {
    min-height: 0;
    padding: 80px 0 130px;
  }
}
.product-benefits-title {
  position: relative;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 0.88;
  font-size: 90px;
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  .product-benefits-title {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 50px;
  }
}
.product-benefits-body {
  position: relative;
  min-height: 860px;
}
.product-benefits-img {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 960px;
}
@media (min-width: 821px) {
  .product-benefit {
    position: absolute;
    -webkit-filter: drop-shadow(0 0 12px #ffffff);
            filter: drop-shadow(0 0 12px #ffffff);
    width: 320px;
    left: calc(50% + 140px);
    text-align: left;
  }
  .product-benefit:nth-child(1) {
    top: 15%;
  }
  .product-benefit:nth-child(2) {
    top: 55%;
  }
  .product-benefit:nth-child(2) .product-benefit-icon {
    height: 76px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .product-benefit:nth-child(3) {
    top: 35%;
  }
  .product-benefit:nth-child(3) .product-benefit-icon {
    height: 160px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .product-benefit:nth-child(4) {
    width: 490px;
    left: 50%;
    bottom: -2%;
    text-align: center;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (min-width: 821px) and (max-width: 1023px) {
  .product-benefit {
    left: calc(45% + 10px);
  }
}
@media (max-width: 820px) {
  .product-benefit {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 80px;
  }
  .product-benefit:last-child {
    margin-bottom: 0;
  }
}
.product-benefit-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 820px) {
  .product-benefit-icon {
    height: 90px;
    padding-bottom: 20px;
  }
}
@media (min-width: 821px) {
  .product-benefit-icon img {
    max-height: 100%;
  }
}
.product-benefit-desc {
  font-size: 30px;
  line-height: 36px;
}
@media (max-width: 820px) {
  .product-benefit-desc {
    font-size: 26px;
  }
  .product-benefit-desc b {
    color: #ff0492;
  }
}
.main-product + .footer .footer-body {
  position: relative;
}
.main-product + .footer .footer-body:before {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  top: -70px;
  background-color: #fff;
}
@media (max-width: 820px) {
  .main-product + .footer .footer-body:before {
    right: -20px;
    left: -20px;
    background-color: rgba(36, 36, 36, 0.48);
  }
}
/* how */
.how-promo {
  height: calc(100vh + 130px);
  text-align: center;
  color: #fff;
  background-color: #000;
}
@media (max-width: 1439px) {
  .how-promo {
    height: calc(100vh + 120px);
  }
}
@media (max-width: 1199px) {
  .how-promo {
    height: calc(100vh + 110px);
  }
}
@media (max-width: 1023px) {
  .how-promo {
    height: calc(100vh + 80px);
  }
}
@media (max-width: 1023px) {
  .how-promo {
    height: calc(100vh + 50px);
  }
}
.how-promo-img {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
}
.how-promo-body {
  padding: 30px 15px;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}
.how-promo-body .promo-desc {
  font-weight: 300;
}
.technology-wrapp {
  background: transparent -webkit-radial-gradient(50% 50%, closest-side, #d894ff 0%, #10819a 100%) 0% 0% no-repeat padding-box;
  background: transparent -o-radial-gradient(50% 50%, closest-side, #d894ff 0%, #10819a 100%) 0% 0% no-repeat padding-box;
  background: transparent radial-gradient(closest-side at 50% 50%, #d894ff 0%, #10819a 100%) 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 6px -8px 7px #0000006b;
          box-shadow: 6px -8px 7px #0000006b;
  position: relative;
  z-index: 1;
  color: #fff;
}
.how-technology {
  padding-bottom: 60px;
}
.how-technology .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.how-technology-title {
  margin: -128px -60px 160px;
  text-align: center;
  letter-spacing: -6.44px;
  color: #0f819b;
  text-shadow: 6px -8px 7px #0000006b;
  font-size: 174px;
  line-height: 0.8;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 1439px) {
  .how-technology-title {
    font-size: 160px;
    margin-top: -116px;
  }
}
@media (max-width: 1199px) {
  .how-technology-title {
    font-size: 140px;
    margin: -100px 0 120px;
  }
}
@media (max-width: 1023px) {
  .how-technology-title {
    font-size: 105px;
    margin-top: -75px;
  }
}
@media (max-width: 820px) {
  .how-technology-title {
    font-size: 70px;
    margin-top: -50px;
    margin-bottom: 80px;
  }
}
@media (max-width: 479px) {
  .how-technology-title {
    font-size: 64px;
    margin-top: -45px;
    margin-bottom: 60px;
  }
}
.how-technology-title b {
  font-size: 0.86em;
  color: #32ffff;
  text-shadow: none;
}
@media (max-width: 820px) {
  .how-technology-tabs-row {
    display: block;
  }
}
@media (min-width: 821px) {
  .how-technology-tabs-col {
    width: 50%;
  }
}
.how-technology-tabs-col-content {
  position: relative;
  z-index: 6;
}
.tabs-wrapp {
  position: relative;
}
.tab-block {
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}
.tab-block:not(.active) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
.how-technology-tab-img {
  height: 693px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1023px) {
  .how-technology-tab-img {
    height: 550px;
  }
}
@media (max-width: 820px) {
  .how-technology-tab-img {
    height: 462px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: -30px;
  }
}
.how-technology-tab-img img {
  max-height: 100%;
  max-width: none;
  margin: -85px 0 0 -85px;
}
@media (max-width: 1199px) {
  .how-technology-tab-img img {
    margin-left: -140px;
  }
}
@media (max-width: 1023px) {
  .how-technology-tab-img img {
    margin-top: -65px;
  }
}
@media (max-width: 820px) {
  .how-technology-tab-img img {
    margin: -60px 0 0 -10px;
  }
}
.how-technology-tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .how-technology-tabs-nav {
    font-size: 26px;
  }
}
@media (max-width: 820px) {
  .how-technology-tabs-nav {
    font-size: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.how-technology-tabs-nav li:first-child a {
  padding-right: 83px;
  position: relative;
}
@media (max-width: 820px) {
  .how-technology-tabs-nav li:first-child a {
    padding-right: 70px;
  }
}
.how-technology-tabs-nav li:first-child a:before {
  content: "";
  position: absolute;
  width: 130px;
  left: 100%;
  margin-left: -65px;
  top: 0;
  bottom: 0;
  border: 2px solid #ffffff91;
  border-radius: 23px;
  background-color: #318fc2;
  pointer-events: none;
}
@media (max-width: 820px) {
  .how-technology-tabs-nav li:first-child a:before {
    width: 110px;
    margin-left: -55px;
  }
}
.how-technology-tabs-nav li:first-child a i {
  content: "";
  position: absolute;
  width: 50px;
  top: 5px;
  bottom: 5px;
  -webkit-box-shadow: 0px 0px 6px #303030e3;
          box-shadow: 0px 0px 6px #303030e3;
  border-radius: 15px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  left: 100%;
  margin-left: -25px;
  background-color: #fff;
  -webkit-transform: translateX(30px);
      -ms-transform: translateX(30px);
          transform: translateX(30px);
  pointer-events: none;
}
@media (max-width: 820px) {
  .how-technology-tabs-nav li:first-child a i {
    width: 42px;
    margin-left: -21px;
    -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
            transform: translateX(26px);
  }
}
.how-technology-tabs-nav li:first-child a i:before,
.how-technology-tabs-nav li:first-child a i:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 14px;
  left: 50%;
  top: 50%;
  margin-top: -7px;
  background-color: #6c757c;
}
.how-technology-tabs-nav li:first-child a i:before {
  margin-left: -4px;
}
.how-technology-tabs-nav li:first-child a i:after {
  margin-left: 1px;
}
.how-technology-tabs-nav li:first-child.active a i {
  -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
          transform: translateX(-30px);
}
@media (max-width: 820px) {
  .how-technology-tabs-nav li:first-child.active a i {
    -webkit-transform: translateX(-26px);
        -ms-transform: translateX(-26px);
            transform: translateX(-26px);
  }
}
.how-technology-tabs-nav li:last-child a {
  padding-left: 83px;
}
@media (max-width: 820px) {
  .how-technology-tabs-nav li:last-child a {
    padding-left: 70px;
  }
}
.how-technology-tabs-nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 37px;
  color: inherit;
}
.how-technology-desc {
  font-size: 30px;
  line-height: 2;
  max-width: 425px;
}
@media (max-width: 1023px) {
  .how-technology-desc {
    font-size: 26px;
  }
}
@media (max-width: 820px) {
  .how-technology-desc {
    text-align: center;
    margin: 0 auto;
    font-size: 24px;
    line-height: 1.5;
  }
}
.how-construction {
  padding: 180px 0 90px;
  padding-bottom: 240px;
  border-top: solid 1px #707070;
  position: relative;
}
@media (max-width: 820px) {
  .how-construction {
    padding: 120px 0;
  }
  .how-construction:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#09277d), to(#9eb6d2));
    background-image: -webkit-linear-gradient(top, #09277d, #9eb6d2);
    background-image: -o-linear-gradient(top, #09277d, #9eb6d2);
    background-image: linear-gradient(to bottom, #09277d, #9eb6d2);
  }
}
.how-construction .container {
  position: relative;
  z-index: 2;
}
.how-construction-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0.15;
  background-position: left top;
  background-size: cover;
}
@media (max-width: 820px) {
  .how-construction-bg {
    height: 520px;
    bottom: auto;
    opacity: 1;
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0.6;
  }
}
.how-construction-title {
  text-align: center;
  font-size: 63px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 0.88;
  margin-bottom: 70px;
}
@media (max-width: 820px) {
  .how-construction-title {
    font-size: 50px;
    margin-bottom: 30px;
  }
}
.how-construction-desc {
  font-size: 30px;
  line-height: 2;
  text-align: center;
  max-width: 960px;
  margin: 0 auto 70px;
}
@media (max-width: 820px) {
  .how-construction-desc {
    font-size: 24px;
    margin-bottom: 1.5;
    margin-bottom: 30px;
  }
}
.how-construction-benefits {
  position: relative;
}
.how-construction-benefits-img {
  height: 351px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 821px) {
  .how-construction-benefits-img {
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    padding-right: 100px;
  }
}
@media (max-width: 479px) {
  .how-construction-benefits-img {
    margin: 0 -50px;
    -webkit-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
            transform: rotate(-15deg);
    height: 280px;
  }
}
.how-construction-benefits-img img {
  max-height: 100%;
  max-width: none;
}
.how-construction-benefit {
  position: relative;
  padding-left: 50px;
  color: #340f56;
  font-size: 36px;
  line-height: 1.16;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .how-construction-benefit {
    font-size: 26px;
  }
}
@media (max-width: 820px) {
  .how-construction-benefit {
    font-size: 1rem;
    margin-bottom: 30px;
    color: #fff;
    padding: 40px 0 0;
    text-align: center;
  }
}
@media (min-width: 821px) {
  .how-construction-benefit:first-child {
    margin-bottom: 70px;
  }
  .how-construction-benefit:nth-child(3n-1) {
    margin-left: 50%;
  }
  .how-construction-benefit:nth-child(3n) {
    margin-left: 70px;
  }
}
.how-construction-benefit:last-child {
  margin-bottom: 0;
}
.how-construction-benefit:before {
  content: "";
  position: absolute;
  width: 32px;
  height: 38px;
  left: 0;
  top: 0;
  background-image: url(../img/how-construction-benefit.svg);
  background-size: 100% 100%;
}
@media (max-width: 820px) {
  .how-construction-benefit:before {
    left: 50%;
    top: 0;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
    width: 24px;
    height: 28px;
    margin-left: -12px;
  }
}
.how-construction-benefit-title {
  font-weight: 700;
}
.how-clearly {
  padding: 170px 0 100px;
  position: relative;
  z-index: 1;
  border-top: solid 1px #707070;
  background-color: #fff;
}
@media (max-width: 820px) {
  .how-clearly {
    padding: 90px 0 160px;
  }
}
.how-clearly .container {
  position: relative;
  z-index: 1;
}
.how-clearly-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (max-width: 820px) {
  .how-clearly-bg {
    bottom: auto;
    height: 850px;
  }
}
.how-clearly-title {
  text-align: center;
  font-size: 90px;
  line-height: 0.88;
  color: #707070;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: white;
  mix-blend-mode: soft-light;
  -webkit-filter: drop-shadow(0 -5px 10px hsla(0, 0%, 0%, 0.39)) drop-shadow(0 0 16px #34cebfab);
          filter: drop-shadow(0 -5px 10px hsla(0, 0%, 0%, 0.39)) drop-shadow(0 0 16px #34cebfab);
}
@media (max-width: 820px) {
  .how-clearly-title {
    font-size: 50px;
    margin-bottom: 50px;
  }
}
.how-clearly-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 820px) {
}
.how-clearly-img img {
  max-height: 100%;
}
.how-clearly-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 30px;
  text-align: center;
  width: 80%;
  max-width: 680px;
  margin: auto;
}
@media (max-width: 820px) {
  .how-clearly-info {
    font-size: 24px;
  }
}
.how-clearly-info li:nth-child(1) {
  text-align: left;
}
.how-clearly-info li:nth-child(2) {
  text-align: right;
}
@media (max-width: 820px) {
}
@media (min-width: 821px) {
  .how-clearly-info span {
    font-weight: 300;
  }
}
.how-clearly-desc {
  font-size: 30px;
  max-width: 670px;
  margin: 50px auto 0;
  text-align: center;
}
@media (max-width: 820px) {
  .how-clearly-desc {
    font-size: 24px;
  }
}
.how-activation {
  padding: 160px 0 70px;
  position: relative;
  z-index: 1;
  border-top: solid 1px #707070;
  background-color: #fff;
}
@media (max-width: 820px) {
  .how-activation {
    padding: 140px 0 240px;
  }
}
.how-activation .container {
  position: relative;
  z-index: 1;
}
.how-activation-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1023px) {
  .how-activation-bg {
    background-size: 100% 100%;
  }
}
@media (max-width: 479px) {
  .how-activation-bg {
    background-size: 140% 105%;
  }
}
.how-activation-body {
  max-width: 950px;
  margin: auto;
  text-align: center;
  color: #333;
}
.how-activation-forehead {
  font-size: 30px;
  margin-bottom: 20px;
}
@media (max-width: 820px) {
  .how-activation-forehead {
    margin-bottom: 10px;
  }
}
.how-activation-title {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 40px;
}
@media (max-width: 820px) {
  .how-activation-title {
    font-size: 50px;
    line-height: 1.1;
    margin-bottom: 20px;
  }
}
.how-activation-desc {
  font-size: 30px;
}
@media (max-width: 820px) {
  .how-activation-desc {
    font-size: 24px;
  }
}
.how-activation-speed {
  margin: 70px auto 0;
  max-width: 600px;
  font-size: 25px;
  font-weight: 700;
  color: #ffa024;
}
@media (max-width: 820px) {
  .how-activation-speed {
    color: #77675f;
  }
}
.how-activation-speed div {
  position: relative;
}
.how-activation-speed div:before {
  content: "";
  position: absolute;
  background-color: currentColor;
  height: 7px;
}
.how-activation-speed div:first-child {
  padding-bottom: 20px;
  text-align: right;
}
.how-activation-speed div:first-child:before {
  bottom: 0;
  left: 0;
  right: 0;
}
.how-activation-speed div:last-child {
  padding-top: 20px;
  margin-top: 15px;
  text-align: left;
}
.how-activation-speed div:last-child:before {
  top: 0;
  left: 0;
  width: 10%;
}
.how-hardware {
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-top: solid 1px #707070;
  padding: 70px 0 0;
}
@media (max-width: 820px) {
  .how-hardware {
    padding: 20px 0;
  }
}
@media (min-width: 821px) {
  .how-hardware .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.how-hardware-img-first {
  width: 660px;
  margin-left: -380px;
  -webkit-filter: blur(1px);
          filter: blur(1px);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media (max-width: 1199px) {
  .how-hardware-img-first {
    width: 560px;
    margin-left: -280px;
  }
}
@media (max-width: 820px) {
  .how-hardware-img-first {
    margin: 0 auto -30px;
    width: 260px;
    -webkit-filter: unset;
            filter: unset;
  }
}
.how-hardware-img-first img {
  display: block;
}
.how-hardware-body {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  min-width: 1px;
  padding: 90px 0 140px;
  min-width: 600px;
}
@media (max-width: 1199px) {
  .how-hardware-body {
    min-width: 460px;
  }
}
@media (max-width: 820px) {
  .how-hardware-body {
    min-width: 0;
    padding: 20px 0;
    position: relative;
    text-align: center;
  }
}
.how-hardware-img-last {
  width: 460px;
  margin-right: -220px;
  -webkit-filter: blur(1px);
          filter: blur(1px);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media (max-width: 1199px) {
  .how-hardware-img-last {
    width: 400px;
    margin-right: -160px;
  }
}
@media (max-width: 820px) {
  .how-hardware-img-last {
    margin: -30px auto -20px;
    width: 320px;
    -webkit-filter: blur(1px);
            filter: blur(1px);
  }
}
.how-hardware-img-last img {
  display: block;
}
.how-hardware-title {
  font-size: 90px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.13;
  color: #76c9b5;
}
@media (max-width: 1199px) {
  .how-hardware-title {
    font-size: 60px;
  }
}
@media (max-width: 820px) {
  .how-hardware-title {
    font-size: 50px;
    margin-bottom: 20px;
    line-height: 1;
  }
}
.how-hardware-desc {
  font-size: 20px;
  color: #77675f;
  line-height: 2;
}
.how-smart {
  position: relative;
  padding: 120px 0 100px;
  z-index: 1;
  background-color: #fff;
  border-top: solid 1px #707070;
}
@media (max-width: 820px) {
  .how-smart {
    padding: 60px 0 170px;
    border-top: 0;
    margin-top: -1px;
  }
}
.how-smart .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 820px) {
  .how-smart .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.how-smart-icons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.how-smart-icons i {
  margin-right: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 87px;
  height: 87px;
}
@media (max-width: 1023px) {
  .how-smart-icons i {
    margin-right: 60px;
  }
}
@media (max-width: 820px) {
  .how-smart-icons i {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 479px) {
  .how-smart-icons i {
    width: 40px;
    height: 40px;
    margin-right: 40px;
  }
}
.how-smart-icons i:last-child {
  margin-right: 0;
}
.how-smart-icons i img {
  max-height: 100%;
}
.how-smart-icons-top {
  margin: 0 0 20px 210px;
}
@media (max-width: 1023px) {
  .how-smart-icons-top {
    margin-left: 160px;
  }
}
@media (max-width: 820px) {
  .how-smart-icons-top {
    margin: 0 10px 10px 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.how-smart-icons-bottom {
  margin: 40px 0 0 210px;
}
@media (max-width: 1023px) {
  .how-smart-icons-bottom {
    margin-left: 160px;
  }
}
@media (max-width: 820px) {
  .how-smart-icons-bottom {
    margin: 10px 0 0 0;
  }
}
.how-smart-img {
  width: 597px;
  margin: 10px -30px -65px -130px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .how-smart-img {
    width: 400px;
    margin-left: -60px;
  }
}
@media (max-width: 820px) {
  .how-smart-img {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto 30px;
    -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}
.how-smart-img img {
  display: block;
}
.how-smart-body {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  min-width: 1px;
  width: calc(100% - 757px);
  padding: 60px 0 40px 60px;
  position: relative;
}
@media (max-width: 1023px) {
  .how-smart-body {
    padding-left: 30px;
    width: calc(100% - 490px);
  }
}
@media (max-width: 820px) {
  .how-smart-body {
    width: 100%;
    padding: 30px;
  }
}
.how-smart-body:before {
  content: "";
  position: absolute;
  width: 540px;
  top: 0;
  bottom: 0;
  left: -380px;
  border: solid 2px #76c9b5;
  border-right: 0;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .how-smart-body:before {
    width: 400px;
    left: -200px;
  }
}
@media (max-width: 820px) {
  .how-smart-body:before {
    width: 200px;
    height: 90px;
    left: auto;
    bottom: auto;
    right: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: solid 2px #76c9b5;
  }
}
@media (max-width: 820px) {
  .how-smart-body:after {
    content: "";
    position: absolute;
    width: 200px;
    height: 90px;
    left: 0;
    bottom: 0;
    border-left: solid 2px #76c9b5;
    border-bottom: solid 2px #76c9b5;
  }
}
.how-smart-title {
  font-size: 90px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 0.88;
  background: -webkit-linear-gradient(top, #62cc8c, #90ba6e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1199px) {
  .how-smart-title {
    font-size: 70px;
  }
}
@media (max-width: 1023px) {
  .how-smart-title {
    font-size: 55px;
  }
}
@media (max-width: 820px) {
  .how-smart-title {
    font-size: 50px;
    margin-bottom: 0;
    line-height: 1;
    text-align: center;
  }
}
.how-smart-desc {
  font-size: 20px;
  color: #77675f;
  line-height: 2;
}
@media (max-width: 820px) {
  .how-smart-desc {
    margin-top: 30px;
    text-align: center;
    color: #aab05e;
  }
}
.how-stack-v2 {
  position: relative;
  overflow: hidden;
  height: auto;
  z-index: 1;
  background-color: #ecebe8;
  border-top: solid 1px #707070;
  border-bottom: solid 1px #707070;
  width: 100%;
  padding-bottom: 120px;
  text-align: center;
}
.how-stack-v2 .stack-back {
  padding-top: 56vw;
  position: relative;
  height: auto;
  width: 150%;
  left: -25%;
  background-size: 100% auto;
  background-image: url("../img/stack_enlarge.jpg");
  background-position: center -30vw;
  background-repeat: repeat-x;
  padding-left: 25%;
  padding-right: 25%;
}
.how-stack-v2 .stack-back > .container {
  height: 0;
}
.how-stack-v2 .stack-back:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 40px;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff00), to(#ecebe8));
  background: -webkit-linear-gradient(#ffffff00, #ecebe8);
  background: -o-linear-gradient(#ffffff00, #ecebe8);
  background: linear-gradient(#ffffff00, #ecebe8);
}
@media (min-width: 1940px) {
  .how-stack-v2 .stack-back {
    width: 150%;
    left: -25%;
    opacity: 1;
    padding-top: 0;
    background-position: center -600px;
    height: 1000px;
  }
  .how-stack-v2 .stack-back h2.how-stack-title-v2 {
    top: 120px;
  }
}
@media (max-width: 1439px) {
  .how-stack-v2 .stack-back {
    background-size: 2400px auto;
    background-position: center -500px;
    height: 800px;
  }
}
@media (max-width: 1199px) {
  .how-stack-v2 .stack-back {
    background-size: 2400px auto;
    background-position: center -500px;
    height: 800px;
  }
}
@media (max-width: 1023px) {
  .how-stack-v2 .stack-back {
    background-size: 2000px auto;
    background-position: center -300px;
    height: 800px;
  }
}
@media (max-width: 820px) {
  .how-stack-v2 .stack-back {
    background-size: 960px auto;
    background-image: url("../img/stack_micro.jpg");
    background-position: center -200px;
    height: 720px;
  }
  .how-stack-v2 .stack-back h2.how-stack-title-v2 {
    font-size: 60px;
  }
}
.how-stack-v2 h2.how-stack-title-v2 {
  display: block;
  position: relative;
  top: -50vw;
  font-size: 90px;
  color: #fff;
  margin: auto;
  line-height: 0.88;
  font-weight: 700;
}
.how-stack {
  position: relative;
  z-index: 1;
  background-color: #e5e5e5;
  border-bottom: solid 1px #707070;
  background-size: 3200px auto;
  background-repeat: repeat-x;
  background-position: center bottom;
  padding-bottom: 540px;
  height: auto;
  /*
	@media @md{
			background-size: 2200px auto;
			background-image:url("../img/stack_enlarge.jpg");

		}
		@media @sm{
			background-size: 1040px auto;
			background-image:url("../img/stack_micro.jpg");
			padding-bottom: 400px;
			//padding-bottom: 300px;
		}
		*/
}
@media (max-width: 1199px) {
  .how-stack {
    background-size: 2800px auto;
  }
}
@media (max-width: 479px) {
  .how-stack {
    background-size: 800px auto;
  }
}
.how-stack-img {
  width: 1920px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
}
@media (max-width: 1023px) {
  .how-stack-img {
    width: 1400px;
  }
}
@media (max-width: 820px) {
  .how-stack-img {
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.how-stack-img img {
  display: block;
  width: 100%;
}
@media (max-width: 820px) {
  .how-stack-img img {
    height: 100%;
    -o-object-position: center top;
       object-position: center top;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.how-stack-title {
  margin-bottom: 30px;
  font-size: 90px;
  color: #fff;
  margin: auto;
  line-height: 0.88;
  text-align: center;
  font-weight: 700;
  padding-top: 240px;
  padding-bottom: 500px;
  position: relative;
}
@media (max-width: 1199px) {
  .how-stack-title {
    padding-top: 120px;
    padding-bottom: 300px;
  }
}
@media (max-width: 1023px) {
  .how-stack-title {
    padding-bottom: 240px;
  }
}
@media (max-width: 820px) {
  .how-stack-title {
    padding-top: 80px;
    padding-bottom: 500px;
  }
}
.how-stack-desc {
  max-width: 660px;
  height: 360px;
  text-align: center;
  font-size: 30px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199px) {
  .how-stack-desc {
    height: 310px;
  }
}
@media (max-width: 1023px) {
  .how-stack-desc {
    height: 240px;
  }
}
@media (max-width: 820px) {
  .how-stack-desc {
    font-size: 24px;
    height: 300px;
  }
}
/* applications */
.applications-promo {
  height: 100vh;
  text-align: center;
  color: #fff;
  background-color: #000;
}
.applications-promo-img {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 820px) {
  .applications-promo-img {
    background-position: right center;
  }
}
.applications-promo-body {
  padding: 30px 15px;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}
.applications-body_ {
  position: relative;
  z-index: 2;
}
.applications-body_:before {
  content: "";
  position: absolute;
  bottom: 100%;
  height: 100vh;
  left: 0;
  right: 0;
  pointer-events: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(210, 210, 210, 0)), to(rgba(210, 210, 210, 0.3)));
  background-image: -webkit-linear-gradient(top, rgba(210, 210, 210, 0), rgba(210, 210, 210, 0.3));
  background-image: -o-linear-gradient(top, rgba(210, 210, 210, 0), rgba(210, 210, 210, 0.3));
  background-image: linear-gradient(to bottom, rgba(210, 210, 210, 0), rgba(210, 210, 210, 0.3));
  margin-bottom: -110px;
}
.applications-body_:after {
  content: "";
  position: absolute;
  top: 110px;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#cbc5bc00), to(#847b75)), radial-gradient(closest-side at 24% 280%, #dc7172 0%, #ff85eb6b 34%, #87bcf229 100%), #4ab198;
  background: -webkit-linear-gradient(bottom, #cbc5bc00 0%, #847b75 100%), -webkit-radial-gradient(24% 280%, closest-side, #dc7172 0%, #ff85eb6b 34%, #87bcf229 100%), #4ab198;
  background: -o-linear-gradient(bottom, #cbc5bc00 0%, #847b75 100%), -o-radial-gradient(24% 280%, closest-side, #dc7172 0%, #ff85eb6b 34%, #87bcf229 100%), #4ab198;
  background: linear-gradient(to top, #cbc5bc00 0%, #847b75 100%), radial-gradient(closest-side at 24% 280%, #dc7172 0%, #ff85eb6b 34%, #87bcf229 100%), #4ab198;
}
.applications-content {
  margin: 0 60px;
  background-color: #fff;
  max-width: 1800px;
  margin: auto;
  -webkit-filter: drop-shadow(0 0 13px #00000029);
          filter: drop-shadow(0 0 13px #00000029);
  border-radius: 2px;
  position: relative;
  z-index: 6;
  padding: 40px 0;
}
@media (max-width: 1023px) {
  .applications-content {
    padding: 20px 0;
    margin: 0 30px;
  }
}
@media (max-width: 820px) {
  .applications-content {
    margin: 0 15px;
    padding: 0;
  }
}
@media (max-width: 479px) {
  .applications-content {
    margin: 0 7px;
  }
}
.applications-section {
  padding: 55px 60px;
  border-top: solid 2px #9f9f9f;
}
@media (max-width: 1439px) {
  .applications-section {
    padding: 50px 30px;
  }
}
@media (max-width: 820px) {
  .applications-section {
    padding: 40px 13px;
  }
}
.applications-section:first-child {
  border-top: 0;
}
@media (min-width: 1024px) {
  .applications-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .applications-section:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .applications-section:nth-child(odd) .applications-imgs {
    margin: 0 0 0 60px;
  }
  .applications-section:nth-child(odd) .applications-imgs-comment {
    text-align: right;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .applications-section:nth-child(odd) .applications-imgs {
    margin-left: 30px;
  }
}
.applications-imgs {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  max-width: 1140px;
  margin-right: 60px;
}
@media (max-width: 1439px) {
  .applications-imgs {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .applications-imgs {
    margin: 0 0 30px;
  }
}
.applications-img {
  position: relative;
}
@media (max-width: 820px) {
  .applications-img {
    margin: 0 -13px;
  }
}
.applications-img img {
  display: block;
}
.applications-img-active {
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.applications-img-active.active {
  opacity: 1;
}
.applications-imgs-comment {
  font-size: 16px;
  margin-top: 20px;
  text-transform: uppercase;
  color: #77675f;
}
@media (max-width: 1023px) {
  .applications-imgs-comment {
    text-align: center;
  }
}
.applications-section-body {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 455px;
  font-weight: 300;
  color: #77675f;
}
@media (max-width: 1439px) {
  .applications-section-body {
    width: 420px;
  }
}
@media (max-width: 1023px) {
  .applications-section-body {
    width: 100%;
    text-align: center;
  }
  .applications-section-body .applications-section-title {
    display: none;
  }
}
.applications-section-title {
  font-size: 41px;
  margin-bottom: 40px;
  line-height: 1;
}
.applications-section-desc {
  line-height: 1.5;
  font-size: 24px;
}
.applications-section-desc p {
  margin-bottom: 35px;
}
@media (max-width: 820px) {
  .applications-section-desc p {
    margin-bottom: 30px;
  }
}
.applications-section-desc p:last-child {
  margin-bottom: 0;
}
.applications-section-title-top {
  text-align: center;
  margin-bottom: 40px;
  color: #77675f;
  font-weight: 300;
}
@media (max-width: 820px) {
  .applications-section-title-top {
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .applications-section-title-top {
    display: none;
  }
}
/* faq */
.faq-body {
  padding: 120px 60px 60px;
  position: relative;
  z-index: 2;
  background: -webkit-gradient(linear, left top, right top, color-stop(B8, #ae97), color-stop(#ae97b8), color-stop(#a69fbf), color-stop(#9da6bf), color-stop(#97aabf), color-stop(#90afc0), to(#7fc1c1));
  background: -webkit-linear-gradient(left, #ae97 B8, #ae97b8, #a69fbf, #9da6bf, #97aabf, #90afc0, #7fc1c1);
  background: -o-linear-gradient(left, #ae97 B8, #ae97b8, #a69fbf, #9da6bf, #97aabf, #90afc0, #7fc1c1);
  background: linear-gradient(90deg, #ae97 B8, #ae97b8, #a69fbf, #9da6bf, #97aabf, #90afc0, #7fc1c1);
  background: -webkit-gradient(linear, left top, right top, from(#ae97b8), color-stop(#ae97b8), color-stop(#a69fbf), color-stop(#9da6bf), color-stop(#97aabf), color-stop(#90afc0), to(#7fc1c1));
  background: -webkit-linear-gradient(left, #ae97b8, #ae97b8, #a69fbf, #9da6bf, #97aabf, #90afc0, #7fc1c1);
  background: -o-linear-gradient(left, #ae97b8, #ae97b8, #a69fbf, #9da6bf, #97aabf, #90afc0, #7fc1c1);
  background: linear-gradient(90deg, #ae97b8, #ae97b8, #a69fbf, #9da6bf, #97aabf, #90afc0, #7fc1c1);
}
@media (max-width: 1199px) {
  .faq-body {
    padding: 160px 60px 0;
  }
}
@media (max-width: 1023px) {
  .faq-body {
    padding: 60px 30px 0;
  }
}
@media (max-width: 820px) {
  .faq-body {
    padding: 60;
  }
}
.faq-content {
  max-width: 1200px;
  margin: auto;
  padding: 120px 120px 400px;
  background-color: #fff;
  -webkit-filter: drop-shadow(0 0 13px #00000029);
          filter: drop-shadow(0 0 13px #00000029);
}
@media (max-width: 1199px) {
  .faq-content {
    padding: 100px 60px 200px;
  }
}
@media (max-width: 1023px) {
  .faq-content {
    padding: 60px 30px 150px;
  }
}
@media (max-width: 820px) {
  .faq-content {
    padding: 60;
  }
}
@media (max-width: 820px) {
  .faq-promo {
    height: 100vh;
    text-align: center;
    color: #fff;
  }
}
@media (max-width: 820px) {
  .faq-promo-body {
    padding: 30px 15px;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
  }
}
.faq-title,
.files-title,
.patents-title {
  text-align: center;
  font-weight: 700;
  font-size: 92px;
  line-height: 0.85;
  color: #4a4a4a;
  margin-bottom: 20px;
}
@media (max-width: 820px) {
  .faq-title,
  .files-title,
  .patents-title {
    font-size: 60px;
  }
  .faq-title.files-title,
  .files-title.files-title,
  .patents-title.files-title {
    color: #4a4a4a;
  }
}
.faq-desc,
.files-desc,
.patents-desc {
  text-align: center;
  font-size: 46px;
  text-transform: uppercase;
  font-weight: 700;
  color: #4a4a4a;
}
@media (max-width: 820px) {
  .faq-desc,
  .files-desc,
  .patents-desc {
    font-size: 20px;
  }
  .faq-desc.files-desc,
  .files-desc.files-desc,
  .patents-desc.files-desc {
    color: #4a4a4a;
  }
}
.faq {
  font-size: 22px;
  border-bottom: solid 2px #b8b4b1;
  margin-top: 140px;
}
@media (max-width: 1199px) {
  .faq {
    margin-top: 90px;
  }
}
@media (max-width: 820px) {
  .faq {
    margin: -110px 15px 0;
    border: 0;
    background-color: #fff;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0px 8px 13px #00000029;
            box-shadow: 0px 8px 13px #00000029;
    border-radius: 2px;
  }
}
@media (max-width: 479px) {
  .faq {
    margin: -110px 7px 0;
    padding: 60px 0;
  }
}
@media (max-height: 399px) {
  .faq {
    margin-top: 0;
  }
}
.faq-item {
  padding: 45px 0;
  border-top: solid 2px #b8b4b1;
  width: calc(100% - 40px);
  max-width: 900px;
  margin: auto;
}
@media (max-width: 820px) {
  .faq-item {
    padding: 60px 15px;
    text-align: center;
  }
  .faq-item:last-child {
    border-bottom: solid 2px #b8b4b1;
  }
  .faq-item:first-child {
    border-top: 0;
  }
}
.faq-item.active .faq-item-question i {
  color: inherit;
}
.faq-item.active .faq-item-question i svg {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.faq-item-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  color: #77675f;
}
@media (max-width: 820px) {
  .faq-item-question:first-child span {
    margin: 0;
  }
  .faq-item-question:first-child i {
    display: none;
  }
  .faq-item-question:last-child {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 35px;
  }
}
.faq-item-question:hover i {
  color: inherit;
}
.faq-item-question sup {
  font-weight: 300;
  font-size: 0.5em;
}
.faq-item-question span {
  min-width: 1px;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin-right: 30px;
  -ms-flex-item-align: center;
      align-self: center;
}
.faq-item-question i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 48px;
  height: 48px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border: solid 1px;
}
@media (min-width: 821px) {
  .faq-item-question i {
    color: #c7c7c7;
  }
}
.faq-item-question i svg {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq-item-question i path {
  fill: currentColor;
}
.faq-item-answer {
  display: none;
}
.faq-item-answer-body {
  padding-top: 45px;
  line-height: 1.5;
  color: #77675f;
}
@media (max-width: 820px) {
  .faq-item-answer-body {
    padding-top: 35px;
  }
}
.faq-item-answer-body p {
  margin-bottom: 20px;
}
.faq-item-answer-body p:last-child {
  margin-bottom: 0;
}
/* files */
.temp {
  height: 200vh;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(151, 170, 191, 0)), color-stop(#90afc0), to(#7fc1c1));
  background: -webkit-linear-gradient(top, rgba(151, 170, 191, 0), #90afc0, #7fc1c1);
  background: -o-linear-gradient(top, rgba(151, 170, 191, 0), #90afc0, #7fc1c1);
  background: linear-gradient(180deg, rgba(151, 170, 191, 0), #90afc0, #7fc1c1);
  -webkit-filter: none;
          filter: none;
}
@media (min-width: 1940px) {
}
@media (min-width: 1940px) {
  .page-template-page-how .footer:before {
    height: 0vh;
  }
}
.page-template-page-applications .footer:before,
.page-template-page-about .footer:before {
  height: 150vh;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(151, 170, 191, 0)), color-stop(#90afc0), to(#7fc1c1));
  background: -webkit-linear-gradient(top, rgba(151, 170, 191, 0), #90afc0, #7fc1c1);
  background: -o-linear-gradient(top, rgba(151, 170, 191, 0), #90afc0, #7fc1c1);
  background: linear-gradient(180deg, rgba(151, 170, 191, 0), #90afc0, #7fc1c1);
  -webkit-filter: none;
          filter: none;
}
.page-template-page-files .footer:before,
.page-template-page-faq .footer:before,
.page-template-page-contact .footer:before,
.page-template-page-patents .footer:before {
  height: 500vh;
}
.plate {
  z-index: 1;
  background-color: white;
  height: auto;
  margin: auto;
  margin-top: 120px;
  width: 96%;
  max-width: 1200px;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-filter: drop-shadow(0 0 13px #00000029);
          filter: drop-shadow(0 0 13px #00000029);
}
@media (max-width: 820px) {
  .plate {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.files-repeater,
.faq-repeater {
  margin-top: 120px;
}
@media (max-width: 820px) {
  .files-repeater,
  .faq-repeater {
    margin-top: 60px;
  }
}
.files-item {
  position: relative;
  width: calc(100% - 40px);
  max-width: 900px;
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  color: #77675f;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px grey;
  margin: auto;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.files-item:first-of-type {
  border-top: 1px solid gray;
}
.files-item .download-icon {
  position: absolute;
  right: 10px;
  bottom: calc(50% - 15px);
  height: 35px;
  width: 30px;
  background-image: url("../img/icon_down_arrow.png");
  background-size: auto 20px;
  background-position: center top;
  background-repeat: no-repeat;
  border-bottom: 3px solid grey;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.48, 0.48, 1.36) 0.4s;
  -o-transition: all 0.3s cubic-bezier(0.39, 0.48, 0.48, 1.36) 0.4s;
  transition: all 0.3s cubic-bezier(0.39, 0.48, 0.48, 1.36) 0.4s;
}
@media (max-width: 820px) {
  .files-item {
    text-align: center;
  }
  .files-item .file_title {
    font-size: 30px;
    margin-bottom: 10px;
    max-width: 80%;
    margin: auto;
  }
  .files-item .info-line {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .files-item .download-icon {
    -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
  }
}
.files-item:hover {
  background-color: aliceblue;
  padding-top: 30px;
  padding-bottom: 30px;
}
.files-item:hover .download-icon {
  height: 25px;
  bottom: calc(50% - 10px);
}
.info-line {
  margin-left: 5px;
  margin-right: 5px;
  line-height: 24px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.info-line > div:first-child {
  padding-left: 20px;
}
.info-line > div:first-child:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 100%;
  background-image: url("../img/icon_file.png");
  background-size: 12px auto;
  background-position: left center;
  background-repeat: no-repeat;
}
.info-line > div:not(:last-child) {
  margin-right: 20px;
  position: relative;
}
.info-line > div:not(:last-child):after {
  display: block;
  content: "";
  position: absolute;
  left: calc(100% + 10px);
  top: 2px;
  width: 2px;
  height: 20px;
  background-color: #909090;
}
/* about */
.about-promo {
  height: 100vh;
  text-align: center;
  color: #fff;
  background-color: #000;
}
.about-promo-img {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
}
.about-promo-body {
  padding: 30px 15px;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}
.about-body {
  position: relative;
  z-index: 2;
  padding: 0 60px;
}
@media (max-width: 1023px) {
  .about-body {
    padding: 0 30px;
  }
}
@media (max-width: 820px) {
  .about-body {
    padding: 0 15px;
  }
}
@media (max-width: 479px) {
  .about-body {
    padding: 0 7px;
  }
}
.about-body:before_ {
  content: "";
  position: absolute;
  bottom: 100%;
  height: 100vh;
  left: 0;
  right: 0;
  pointer-events: none;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#3b96b8), color-stop(20%, rgba(59, 150, 184, 0.3)), to(rgba(59, 150, 184, 0)));
  background-image: -webkit-linear-gradient(bottom, #3b96b8, rgba(59, 150, 184, 0.3) 20%, rgba(59, 150, 184, 0));
  background-image: -o-linear-gradient(bottom, #3b96b8, rgba(59, 150, 184, 0.3) 20%, rgba(59, 150, 184, 0));
  background-image: linear-gradient(to top, #3b96b8, rgba(59, 150, 184, 0.3) 20%, rgba(59, 150, 184, 0));
  margin-bottom: -110px;
}
.about-body:after_ {
  content: "";
  position: absolute;
  top: 110px;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#cbc5bc00), to(#3b96b8)), radial-gradient(closest-side at 24% 280%, #dc7172 0%, #ff85eb6b 34%, #87bcf229 100%), #4ab198;
  background: -webkit-linear-gradient(bottom, #cbc5bc00 0%, #3b96b8 100%), -webkit-radial-gradient(24% 280%, closest-side, #dc7172 0%, #ff85eb6b 34%, #87bcf229 100%), #4ab198;
  background: -o-linear-gradient(bottom, #cbc5bc00 0%, #3b96b8 100%), -o-radial-gradient(24% 280%, closest-side, #dc7172 0%, #ff85eb6b 34%, #87bcf229 100%), #4ab198;
  background: linear-gradient(to top, #cbc5bc00 0%, #3b96b8 100%), radial-gradient(closest-side at 24% 280%, #dc7172 0%, #ff85eb6b 34%, #87bcf229 100%), #4ab198;
}
.about-content {
  margin: 0 auto;
  background-color: #fff;
  -webkit-filter: drop-shadow(0 0 13px #00000029);
          filter: drop-shadow(0 0 13px #00000029);
  border-radius: 2px;
  position: relative;
  z-index: 6;
  max-width: 1200px;
  padding: 230px 60px;
}
@media (max-width: 1199px) {
  .about-content {
    padding: 120px 60px;
  }
}
@media (max-width: 1023px) {
  .about-content {
    padding: 90px 30px;
  }
}
@media (max-width: 820px) {
  .about-content {
    padding: 60px 15px;
  }
}
.about-container {
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .about-container {
    padding: 0 15px;
  }
}
.about-title {
  text-align: center;
  font-size: 90px;
  margin-bottom: 30px;
  color: #a79d95;
  line-height: 0.88;
  text-transform: uppercase;
}
@media (max-width: 820px) {
  .about-title {
    font-size: 50px;
  }
}
.about-content-text {
  color: #a79d95;
}
.about-contacts {
  margin-top: 110px;
}
.about-contacts .jot-holder {
  margin-bottom: 80px;
}
.about-contacts-title {
  text-align: center;
  font-size: 46px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  color: #a79d95;
  margin-bottom: 30px;
}
.form {
  color: #77675f;
}
.form.sent .form-sent {
  display: block;
}
.form.sent .form-body {
  display: none;
}
.form-sent {
  display: none;
}
.form-block {
  display: block;
  margin-bottom: 30px;
}
.form-block-title {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
}
.input-block {
  display: block;
}
.input {
  display: block;
  width: 100%;
  height: 60px;
  border: 0;
  background: #cbc5bc;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 20px;
}
.textarea {
  height: 320px;
  padding-top: 15px;
  padding-bottom: 15px;
  resize: none;
}
@media (max-width: 820px) {
  .textarea {
    height: 260px;
  }
}
.submit-wrapp {
  margin-top: 40px;
}
.btn {
  padding: 5px 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
  height: 60px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  max-width: 100%;
  background-color: #77675f;
  text-align: center;
  line-height: 1;
}
.btn:hover {
  background-color: #928077;
}
.btn[disabled],
.btn.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.btn svg {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.btn-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
/* default */
.page-body {
  padding: 260px 60px 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .page-body {
    padding: 160px 60px 0;
  }
}
@media (max-width: 1023px) {
  .page-body {
    padding: 160px 30px 0;
  }
}
@media (max-width: 820px) {
  .page-body {
    padding: 100px 15px 0;
  }
}
@media (max-width: 479px) {
  .page-body {
    padding: 80px 7px 0;
  }
}
.page-content {
  max-width: 1200px;
  margin: auto;
  padding: 150px 60px;
  background-color: #fff;
}
@media (max-width: 1199px) {
  .page-content {
    padding: 120px 60px;
  }
}
@media (max-width: 1023px) {
  .page-content {
    padding: 90px 30px;
  }
}
@media (max-width: 820px) {
  .page-content {
    padding: 50px 15px;
  }
}
.page-container {
  max-width: 960px;
  margin: auto;
}
.page-title {
  text-align: center;
  font-size: 90px;
  margin-bottom: 50px;
  line-height: 0.88;
  text-transform: uppercase;
}
@media (max-width: 820px) {
  .page-title {
    font-size: 50px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1940px) {
  .header-row {
    margin-left: auto;
    margin-right: auto;
    max-width: 2400%;
  }
}
@media (min-width: 6000px) {
  html {
    background-color: #fff;
  }
  body {
    background-color: #fff;
    background: #fff;
    /* max-width: 1920px !important; */
    margin-left: auto;
    margin-right: auto;
  }
  /* .header {
    max-width: 1920px !important;
    margin-left: auto;
    margin-right: auto;
  } */
  .header-row {
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
  }
  .header-col {
    margin-left: 15px;
    margin-right: 15px;
  }
  .glass-container {
    display: block;
    max-width: 1920px;
    max-height: 100vh;
    margin-left: auto;
    margin-right: auto;
    width: 1920px;
    height: 100%;
    position: relative;
    pointer-events: none;
  }
  .glass-container::before {
    position: absolute !important;
    width: 2520px;
    height: 999999px;
    top: 0;
    content: "";
    left: -300px;
    border-left: 300px solid #fff;
    z-index: 1;
    border-right: 300px solid #fff;
  }
  .footer,
  .footer::before {
    z-index: 1 !important;
  }
  .footer-body,
  .footer-body::before {
    z-index: 1 !important;
    position: relative;
  }
  /*.main > section:last-child, .main > div:last-child {
    z-index: 2 !important;
  }*/
  .main > section,
  .main > div {
    z-index: 2 !important;
  }
  .applications-promo-body .container,
  .product-promo-body .container {
    background: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 50px 50px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 50px 50px rgba(0, 0, 0, 0.5);
  }
  .applications-img img {
    width: 100% !important;
  }
  /* .header-col {
    margin-left: 0 !important;
  } */
  /* .footer {
    max-width: 1920px !important;
  } */
  /*End*/
}
@media (min-width: 768px) {
  .product-benefits {
    padding: 100px 0 !important;
  }
  .product-benefits-img {
    right: 320px !important;
    left: unset !important;
    bottom: 20px !important;
    width: 660px !important;
  }
  .product-benefits-body {
    min-height: 660px !important;
  }
  .product-benefits-title {
    margin-bottom: 0 !important;
  }
  .product-benefit {
    left: calc(50% + 60px) !important;
  }
  .product-benefit:nth-child(1) {
    top: 20% !important;
  }
  .how-clearly-desc {
    max-width: 870px !important;
  }
  .how-clearly-title {
    margin-bottom: 40px !important;
  }
  .how-stack-desc {
    max-width: 960px !important;
    height: 300px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-benefits-img {
    right: 140px !important;
  }
}
.product-test-desc b,
.home-promo-panel-content b {
  font-weight: 700 !important;
}
.product-test .home-promo-panel {
  pointer-events: all !important;
}
.promo-desc {
  font-weight: 300 !important;
}
.home-promo-logo > img {
  width: 200px;
}
.faq-item-question b {
  text-transform: none !important;
  /* color: #000 !important; */
}
.faq-item {
  padding: 20px 0 !important;
}
.form-textarea,
.form-input-wide {
  border: solid 1px #444444 !important;
}
.email-block,
.phone-block {
  color: #a79d95;
  width: 49%;
  display: inline-block;
  margin-top: 2rem;
  text-align: center;
}
.product-test b,
.product-test-title {
  color: #11cc93;
  line-height: 1.1;
}
.toggle-buttons > div.active::before {
  background-color: #77675f !important;
  border: 4px solid #77675f !important;
}
.toggle-buttons > div::before {
  /* background-color: #fff !important; */
  border: 4px solid #77675f !important;
}
.toggle-buttons > div.active {
  color: #fff !important;
}
@media (max-width: 767px) {
  .toggle-buttons {
    font-size: 18px !important;
  }
  .product-test-body {
    max-width: 100%;
  }
  .how-clearly-bg {
    background-size: cover !important;
  }
  /*.faq-item-question,
  .faq-item-question.visible-mobile,
  .faq-item-question.visible-mobile i {
    display: inline !important;
  }*/
  .faq-item-question:last-child {
    -webkit-box-pack: right !important;
        -ms-flex-pack: right !important;
            justify-content: right !important;
    padding-top: 0 !important;
  }
  .faq-item-question {
    text-align: left !important;
    padding-left: 30px;
    max-width: 80%;
  }
  .faq-item-question.visible-mobile i {
    padding: 1px 10px 4px 10px !important;
    position: absolute;
    right: 4%;
    top: 15px;
  }
  .faq-item {
    position: relative;
  }
  .main-faq {
    z-index: 3;
  }
  .faq-item-answer-body {
    text-align: justify !important;
    padding-left: 10px;
    padding-right: 10px;
  }
  .how-stack-desc {
    font-size: 20px !important;
    height: 0 !important;
  }
  .how-stack {
    padding-bottom: 0 !important;
  }
  /* 	.how-stack-img {
		transform: scale(1.5) !important;
	} */
  .how-stack .container {
    height: 500px !important;
  }
  .how-stack-title {
    /* 		display: none; */
    font-size: 30px !important;
  }
  .how-stack-img img {
    height: unset !important;
  }
  .email-block,
  .phone-block {
    width: 100% !important;
  }
}
/* Patents */
.main-patents {
  z-index: 1;
}
.plate-patents .patents-title {
  text-transform: uppercase;
}
.patents-content-text {
  color: #a79d95;
  width: calc(100% - 40px);
  max-width: 900px;
  margin: auto;
  margin-top: 100px;
}
@media (max-width: 820px) {
  .patents-content-text {
    margin-top: 60px;
  }
}
.patents-content-text ul li {
  padding-left: 20px;
}
/****contact*page****/
.contact-info {
  margin: 50px auto 0;
  max-width: 700px;
}
@media (max-width: 767px) {
  .contact-info {
    padding: 0 15px;
  }
}
.contact-info .title {
  font-weight: 700;
  padding-right: 15px;
  text-transform: uppercase;
}
.contact-info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #a79d95;
  margin-top: 50px;
}
.contact-info-box a {
  color: #77675F;
  text-decoration: underline;
}
.contact-info-box a:hover {
  text-decoration: none;
}
@media (max-width: 820px) {
  .contact-info-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
  }
}
.contact-info-box p {
  width: 50%;
}
@media (max-width: 820px) {
  .contact-info-box p {
    width: 100%;
  }
}
/***end**********/
.innovation-clic {
  background-color: #fff;
  position: relative;
  padding: 130px 0 10px;
}
@media (max-width: 820px) {
  .innovation-clic {
    padding: 50px 0 10px;
  }
}
.innovation-clic .patents-title {
  color: #707070;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.1;
  margin-bottom: 80px;
  text-transform: uppercase;
}
@media (max-width: 820px) {
  .innovation-clic .patents-title {
    font-size: 36px;
    margin-bottom: 15px;
  }
}
.innovation-clic .image-wrap {
  position: relative;
}
.innovation-clic .image-wrap .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
  max-width: 130px;
}
@media (max-width: 820px) {
  .innovation-clic .image-wrap .play-icon {
    max-width: 50px;
  }
}
.innovation-clic #video-innovation {
  width: 100%;
  display: none;
}
