@import url("https://fonts.googleapis.com/css?family=Roboto:300,400&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700,900&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Catamaran:400,700&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Raleway:200,300&subset=latin-ext");
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

html {
  font-size: 62.5%;
  overflow-x: hidden; }

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  overflow-x: hidden; }

ul {
  margin: 0;
  padding: 0; }

li {
  list-style-type: none; }

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease; }
  a:hover {
    text-decoration: none;
    color: inherit; }
  a:focus {
    text-decoration: none;
    outline: none;
    color: inherit; }

p, h1, h2, h3, h4, h5, h6 {
  margin: 0; }

img {
  max-width: 100%; }

input:focus, select:focus {
  outline: none; }

.outline {
  position: absolute;
  clip: rect(0px 0px 0px 0px);
  *clip: rect(0 0 0 0);
  font-size: 0;
  line-height: 0; }

::-webkit-input-placeholder {
  opacity: 1 !important;
  color: inherit !important; }

::-moz-placeholder {
  opacity: 1 !important;
  color: inherit !important; }

::-ms-input-placeholder {
  opacity: 1 !important;
  color: inherit !important; }

/*.container-fluid, .container,
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12,
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	padding: 0;
}
.row { margin: 0; }*/
.container {
  max-width: 1306px;
  width: 100%; }

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }
.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  overflow: hidden;
  transition: all 0.5s ease; }
  .header .left-header {
    width: 50%;
    height: 127px;
    float: left;
    position: relative;
    z-index: 2;
    transition: all 0.2s ease; }
    .header .left-header .inner {
      float: right; }
  .header .right-header {
    background: #0fbaee;
    height: 127px;
    width: 50%;
    float: left;
    position: relative;
    z-index: 2; }
    .header .right-header:before {
      background: #0fbaee;
      width: 200px;
      height: 127px;
      position: absolute;
      top: 0;
      left: -75px;
      display: block;
      content: "";
      transform: skewX(46deg);
      z-index: 1; }
  .header .inner {
    max-width: 634px;
    width: 100%;
    position: relative;
    z-index: 2; }
  .header .logo {
    max-width: 145px;
    margin-top: 28px; }
  .header .home-icon {
    width: 22px;
    margin-top: -5px; }
  .header nav {
    margin-top: 50px;
    margin-left: 20px;
    float: left; }
    .header nav li {
      display: inline-block;
      margin-right: 38px;
      overflow: hidden;
      padding-bottom: 15px; }
      .header nav li:last-child {
        margin-right: 0; }
    .header nav a {
      font-weight: 700;
      font-size: 1.6rem;
      color: #ffffff;
      position: relative;
      display: inline-block; }
      .header nav a:after {
        background: #ffffff;
        width: 100%;
        height: 3px;
        content: "";
        display: block;
        position: absolute;
        right: 0;
        bottom: -8px;
        left: -100%;
        transition: all 0.2s ease; }
      .header nav a:hover:after {
        left: 0; }
    .header nav .text-mobile {
      display: none; }
    .header nav ul {
      float: left; }
    .header nav .lang {
      float: right;
      margin-left: 70px;
      position: relative; }
      .header nav .lang li {
        margin-right: 0; }
      .header nav .lang .top {
        position: absolute;
        top: 0;
        left: 0;
        margin-top: 0;
        opacity: 0;
        transition: all 0.2s ease; }
      .header nav .lang .active a {
        opacity: 1; }
      .header nav .lang .bottom {
        position: absolute;
        top: 0;
        left: 0;
        margin-top: 0;
        opacity: 0;
        transition: all 0.2s ease; }
      .header nav .lang:hover a {
        opacity: 0.5; }
      .header nav .lang:hover .top {
        margin-top: -22px;
        opacity: 1; }
      .header nav .lang:hover .bottom {
        margin-top: 22px;
        opacity: 1; }
      .header nav .lang a {
        opacity: 0.5; }
        .header nav .lang a:after {
          content: none; }
        .header nav .lang a:hover {
          opacity: 1; }
  .header.is-scroll .left-header {
    background: rgba(0, 0, 0, 0.3); }
  .header.hide-header {
    top: -100%; }

.hamburger {
  width: 30px;
  height: 30px;
  transition: all .25s ease;
  position: absolute;
  margin: 26px 45px 0 0;
  display: none;
  float: right;
  top: 0;
  right: 0; }
  .hamburger:hover {
    cursor: pointer; }
  .hamburger .menu-bar {
    width: 30px;
    position: absolute;
    transition: .25s;
    -webkit-transition: .25s; }
  .hamburger .menu-bar-top {
    border: 2px solid #ffffff;
    border-bottom: none;
    top: 0;
    transition: .25s ease-in; }
  .hamburger .menu-bar-middle {
    height: 2px;
    background-color: #ffffff;
    top: 8px;
    transition: .25s ease-in; }
  .hamburger .menu-bar-bottom {
    border: 2px solid #ffffff;
    border-top: none;
    top: 16px;
    transition: .25s ease-in; }

.nav-mobile-open {
  height: 30px; }
  .nav-mobile-open .menu-bar-top {
    top: 1px;
    transform: rotate(45deg) translate(8px, 8px);
    -webkit-transform: rotate(45deg) translate(8px, 8px);
    transition: .25s;
    -webkit-transition: .25s;
    border-color: #231f20 #231f20 -moz-use-text-color; }
  .nav-mobile-open .menu-bar-middle {
    top: 5px;
    transform: translate(230px);
    -webkit-transform: translate(230px);
    transition: .25s ease-in;
    -webkit-transition: .1s ease-in;
    opacity: 0; }
  .nav-mobile-open .menu-bar-bottom {
    transform: rotate(-45deg) translate(8px, -7px);
    -webkit-transform: rotate(-45deg) translate(8px, -7px);
    transition: .25s;
    -webkit-transition: .25s;
    border-color: -moz-use-text-color #231f20 #231f20;
    top: 23px; }

.head-section {
  font-family: 'Montserrat';
  font-weight: 900;
  font-size: 9.4rem;
  color: #0fbaee;
  text-transform: uppercase;
  margin-bottom: 40px; }

.head-section-light {
  font-family: 'Raleway';
  font-weight: 200;
  font-size: 9.4rem;
  color: #ffffff; }

.subhead-section {
  font-family: 'Montserrat';
  font-weight: 900;
  font-size: 4.98rem;
  color: #ffffff;
  text-transform: uppercase; }

.head-box {
  font-family: 'Montserrat';
  font-weight: 900;
  font-size: 6rem;
  color: #0fbaee;
  text-transform: uppercase; }

.head-smallbox {
  font-family: 'Montserrat';
  font-weight: 900;
  font-size: 3rem;
  color: #0fbaee;
  text-transform: uppercase; }

.smallhead-section {
  font-family: 'Catamaran';
  font-weight: 700;
  font-size: 1.8rem; }

p {
  font-size: 1.6rem;
  line-height: 1.6; }
  p a {
    color: #0fbaee; }

.btn {
  padding: 34px 45px;
  font-family: 'Montserrat';
  font-weight: 700;
  border-radius: 0;
  text-transform: uppercase;
  border: none;
  transition: all 0.2s ease;
  position: relative; }
  .btn.arrow-down {
    padding-right: 95px;
    overflow: hidden; }
    .btn.arrow-down:before {
      background: url(../images/icon/arrow-down.svg) center center no-repeat;
      width: 42px;
      height: 44px;
      display: block;
      content: "";
      position: absolute;
      top: 50%;
      right: 36px;
      transform: translateY(-50%);
      transition: all 0.5s ease; }
    .btn.arrow-down:after {
      background: url(../images/icon/arrow-down.svg) center center no-repeat;
      width: 42px;
      height: 44px;
      display: block;
      content: "";
      position: absolute;
      top: -130%;
      right: 36px;
      transform: translateY(-50%);
      transition: all 0.5s ease; }
    .btn.arrow-down:hover:before {
      top: 130%; }
    .btn.arrow-down:hover:after {
      top: 50%; }
  .btn.sqr {
    padding-right: 85px; }
    .btn.sqr:before {
      background: url(../images/icon/sqr.svg) center center no-repeat;
      background-size: cover;
      width: 27px;
      height: 27px;
      display: block;
      content: "";
      position: absolute;
      top: 50%;
      right: 30px;
      transform: translateY(-50%); }
  .btn.arrow-right {
    padding-right: 95px;
    overflow: hidden; }
    .btn.arrow-right:before {
      background: url(../images/icon/arrow-down.svg) center center no-repeat;
      width: 42px;
      height: 44px;
      display: block;
      content: "";
      position: absolute;
      top: 50%;
      right: 25px;
      transform: translateY(-50%) rotate(-90deg);
      transition: all 0.5s ease; }
    .btn.arrow-right:after {
      background: url(../images/icon/arrow-down.svg) center center no-repeat;
      width: 42px;
      height: 44px;
      display: block;
      content: "";
      position: absolute;
      top: -130%;
      right: 25px;
      transform: translateY(-50%) rotate(-90deg);
      transition: all 0.5s ease; }
    .btn.arrow-right:hover:before {
      top: 130%; }
    .btn.arrow-right:hover:after {
      top: 50%; }

.btn-primary {
  background: #76ce00; }
  .btn-primary:focus, .btn-primary:hover, .btn-primary:active:hover {
    background: #6ab504;
    color: #ffffff;
    box-shadow: none; }

.btn-secoundary {
  background: #ffffff;
  color: #0fbaee; }
  .btn-secoundary:focus, .btn-secoundary:hover, .btn-secoundary:active:hover {
    background: #f2f2f2;
    color: #0fbaee;
    box-shadow: none; }

/* ========= slide hero ========= */
.slide-hero-section {
  position: relative;
  overflow: hidden; }
  .slide-hero-section:before {
    background: #ffffff;
    width: 205px;
    height: 210px;
    display: block;
    content: "";
    position: absolute;
    bottom: 95px;
    left: -104px;
    z-index: 9;
    transform: skewX(45deg);
    z-index: 3; }
  .slide-hero-section .container {
    max-width: 1920px;
    padding: 0;
    position: relative;
    z-index: 2; }
    .slide-hero-section .container .row {
      margin: 0; }
      .slide-hero-section .container .row .col-md-12 {
        padding: 0; }
  .slide-hero-section .background-parallax {
    background-image: url(../images/slider-home-2.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    height: 808px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    overflow: hidden; }
    .slide-hero-section .background-parallax:after {
      background: url(../images/pattern-landing-banner.png) center center no-repeat;
      width: 399px;
      height: 206px;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 1;
      display: block;
      content: "";
      z-index: 6; }
    .slide-hero-section .background-parallax:before {
      background: url(../images/pattern-hero-slider.png) center center no-repeat;
      width: 1178px;
      height: 410px;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1;
      display: block;
      content: ""; }
    .slide-hero-section .background-parallax .gif-icon {
      position: absolute;
      bottom: 143px;
      left: 202px;
      z-index: 9; }
    .slide-hero-section .background-parallax video {
      width: 100%;
      margin: 0 auto;
      display: block;
      position: absolute;
      top: 50%;
      right: 0;
      left: 0;
      transform: translateY(-50%); }
  .slide-hero-section .hero-mask-top {
    position: absolute;
    top: -20px;
    right: 0; }
  .slide-hero-section .hero-mask-bottom {
    position: absolute;
    left: 0;
    bottom: -6px; }
  .slide-hero-section .swiper-wrapper {
    z-index: 3; }
  .slide-hero-section .swiper-slide {
    overflow: hidden; }
  .slide-hero-section .button-container {
    max-width: 1306px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9; }
  .slide-hero-section .arrow-down {
    position: absolute;
    right: 260px;
    bottom: 175px; }

.slide-hero .images {
  height: 810px;
  overflow: hidden;
  margin-bottom: 35px; }
.slide-hero .content-hero-slider {
  max-width: 1320px;
  margin: 250px auto 0 auto;
  padding: 0 15px;
  text-align: right; }
.slide-hero .head-section {
  color: #ffffff;
  position: relative;
  z-index: 2;
  display: block;
  text-align: right;
  margin-bottom: 60px; }
  .slide-hero .head-section.bg-image {
    background: url(../images/head-img.png) center center no-repeat;
    background-size: cover;
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 40px; }
  .slide-hero .head-section small {
    background: #0fbaee;
    font-size: 5.6rem;
    font-family: 'Montserrat';
    font-weight: 900;
    color: #ffffff;
    padding: 15px 35px;
    position: relative;
    top: -12px; }
  .slide-hero .head-section strong {
    background: #0fbaee;
    font-family: 'Montserrat';
    font-weight: 900;
    padding: 10px 35px; }
.slide-hero .swiper-button-container {
  max-width: 1320px;
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto; }
.slide-hero .swiper-pagination {
  display: none; }

.slide-progress {
  background: #0fbaee;
  max-width: 860px;
  width: 0;
  height: 14px;
  position: absolute;
  z-index: 2;
  bottom: 80px;
  left: 278px;
  transform: skewX(45deg);
  display: none; }

.swiper-button-prev,
.swiper-button-next {
  background: url(../images/icon/next.svg) center center no-repeat rgba(0, 0, 0, 0.5);
  background-size: 41px 89px;
  width: 88px;
  height: 88px;
  top: auto;
  bottom: 175px;
  transform: none;
  transition: all 0.2s ease; }
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    background-color: black; }

.swiper-button-prev {
  right: 103px;
  left: auto;
  transform: rotate(180deg); }

.swiper-button-next {
  right: 15px;
  left: auto; }

.swiper-pagination .swiper-pagination-bullet {
  background: #ffffff;
  width: 15px;
  height: 15px;
  border: 2px #0fbaee solid;
  opacity: 1; }
.swiper-pagination .swiper-pagination-bullet-active {
  background: #0fbaee; }

/* ========= smart mobile house ========= */
.smart-mobile-section {
  width: 100%;
  margin: 0 auto 0 auto;
  padding-bottom: 50px;
  position: relative;
  padding-top: 112px;
  top: -67px;
  z-index: 10; }
  .smart-mobile-section .pattern-we-create-section {
    background: url(../images/pattern-smart-mobile.png) no-repeat;
    width: 842px;
    height: 892px;
    display: block;
    content: "";
    position: absolute;
    right: 0;
    bottom: -465px;
    pointer-events: none;
    z-index: 3; }
  .smart-mobile-section .container {
    overflow: hidden;
    position: relative;
    z-index: 2; }
  .smart-mobile-section p {
    max-width: 510px;
    width: 100%;
    margin-left: 140px; }
  .smart-mobile-section a {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 1.6rem;
    color: #0fbaee;
    margin-top: 35px;
    margin-left: 140px;
    display: inline-block; }
    .smart-mobile-section a svg {
      width: 11px;
      height: 11px;
      margin-right: 8px; }
      .smart-mobile-section a svg path {
        transition: all 0.2s ease; }
    .smart-mobile-section a:hover {
      color: #000000; }
      .smart-mobile-section a:hover svg path {
        fill: #000000; }
  .smart-mobile-section .picture-right {
    position: absolute;
    top: -190px;
    right: 115px; }

.count-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px; }
  .count-row .swiper-pagination {
    display: none; }

.count-box {
  text-align: center; }
  .count-box p {
    margin-left: 0; }
  .count-box .count-iteral {
    font-family: 'Montserrat';
    font-weight: 900;
    font-size: 7.2rem;
    color: #0fbaee;
    margin-top: 30px;
    line-height: 1; }
  .count-box .st {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 1.2rem;
    color: #828282;
    margin-top: 8px; }

/* ========= we create ========= */
.we-create-section {
  width: 100%;
  margin: 0 auto 195px auto;
  position: relative;
  z-index: 9; }
  .we-create-section .container {
    max-width: 100%;
    padding: 0;
    position: relative;
    z-index: 5; }
    .we-create-section .container .row {
      margin: 0; }
      .we-create-section .container .row .col-md-12 {
        padding: 0; }
  .we-create-section .pattern-we-create-section-2 {
    background: url(../images/pattern-we-created.png) -7px 0 no-repeat;
    width: 981px;
    height: 483px;
    display: block;
    content: "";
    position: absolute;
    bottom: -145px;
    left: 0;
    pointer-events: none;
    z-index: 6; }
  .we-create-section .swiper-slide .background-text-block {
    transform: translateX(-100%);
    transition: all 1s ease; }
    .we-create-section .swiper-slide .background-text-block .icon {
      transform: translateX(150%);
      opacity: 0;
      transition: all 2s ease; }
  .we-create-section .swiper-slide .btn {
    opacity: 0;
    transition: all 1s ease; }
  .we-create-section .swiper-slide-active .background-text-block {
    transform: translateX(0); }
    .we-create-section .swiper-slide-active .background-text-block .icon {
      transform: translateX(0);
      opacity: 1; }
  .we-create-section .swiper-slide-active .btn {
    opacity: 1; }
  .we-create-section .head-section {
    max-width: 1306px;
    width: 100%;
    color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 115px auto 0 auto;
    z-index: 9;
    display: block;
    padding: 0 15px; }
  .we-create-section .top-mask {
    top: -25px;
    right: -100px;
    position: absolute;
    z-index: 5;
    pointer-events: none; }
  .we-create-section .bottom-mask {
    bottom: 13px;
    height: 223px;
    left: -77px;
    position: absolute;
    z-index: 5;
    pointer-events: none; }

.slide-create-section {
  padding-bottom: 14px;
  overflow: visible; }
  .slide-create-section .swiper-wrapper {
    z-index: 4; }
  .slide-create-section .swiper-slide {
    overflow: hidden; }
  .slide-create-section .images {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 694px;
    overflow: hidden; }
  .slide-create-section .content-slide {
    max-width: 1306px;
    margin: 259px auto 0 auto; }
  .slide-create-section .background-text-block {
    background: rgba(15, 186, 238, 0.9);
    max-width: 825px;
    width: 100%;
    position: relative;
    color: #ffffff;
    padding: 35px 30px 40px 15px; }
    .slide-create-section .background-text-block:before {
      background: rgba(15, 186, 238, 0.9);
      width: 300%;
      height: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: -300%;
      display: block;
      content: "";
      z-index: 1; }
    .slide-create-section .background-text-block:after {
      background: url(../images/icon/tripple.png) center center no-repeat;
      width: 213px;
      height: 100%;
      display: block;
      content: "";
      position: absolute;
      top: 0;
      right: -213px;
      bottom: 0; }
    .slide-create-section .background-text-block .inner {
      position: relative;
      z-index: 2;
      margin-left: 140px; }
    .slide-create-section .background-text-block .icon {
      min-width: 210px;
      text-align: center;
      position: absolute;
      top: 100px;
      right: -80px;
      z-index: 3; }
  .slide-create-section h3 {
    font-family: 'Montserrat';
    font-weight: 900;
    font-size: 4.2rem;
    margin-bottom: 15px; }
  .slide-create-section p {
    font-weight: 400; }
  .slide-create-section .btn {
    margin: 47px 0 0 280px; }
  .slide-create-section .swiper-button-container {
    max-width: 1270px;
    width: 100%;
    margin: 0 auto;
    position: relative; }
    .slide-create-section .swiper-button-container .swiper-button-prev {
      right: auto;
      bottom: 89px;
      left: 15px; }
    .slide-create-section .swiper-button-container .swiper-button-next {
      right: auto;
      bottom: 89px;
      left: 103px; }
  .slide-create-section .swiper-pagination-outer {
    width: 1920px;
    margin: 0 auto;
    position: relative; }
  .slide-create-section .swiper-pagination {
    right: 0;
    bottom: -14px;
    left: 11px;
    text-align: center;
    z-index: 6; }
    .slide-create-section .swiper-pagination .swiper-pagination-bullet {
      background: none;
      width: auto;
      height: auto;
      font-family: 'Montserrat';
      font-weight: 700;
      font-size: 1.4rem;
      color: #cccccc;
      text-transform: uppercase;
      opacity: 1;
      position: relative;
      border-radius: 0;
      padding: 0 36px;
      margin: 0 10px 0 0;
      bottom: 35px;
      left: 79px;
      border: none; }
      .slide-create-section .swiper-pagination .swiper-pagination-bullet:after {
        background: #0fbaee;
        width: 190px;
        height: 14px;
        opacity: 0;
        display: block;
        content: "";
        position: absolute;
        bottom: -35px;
        left: 50%;
        transform: skewX(45deg) translateX(-50%);
        transition: all 0.5s ease; }
      .slide-create-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: none;
        color: #ffffff; }
        .slide-create-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
          opacity: 1;
          left: 50%;
          bottom: -34px; }
  .slide-create-section.chrome-line-fix .swiper-pagination {
    bottom: -16px;
    left: 17px; }
  .slide-create-section.chrome-line-fix .bottom-mask {
    height: 225px; }

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0; }

/* ========= products ========= */
.products-section {
  position: relative; }
  .products-section .container {
    max-width: 100%;
    padding: 0;
    position: relative; }
    .products-section .container .row {
      margin: 0; }
      .products-section .container .row .col-md-12 {
        padding: 0; }
  .products-section .head-box {
    position: absolute;
    top: 35px;
    right: 310px;
    z-index: 6; }

@keyframes smartbot-animation-sprite {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -6994px 0; } }
.smartbot-animation-sprite {
  background: url(../images/smartbot-sprite2.png) no-repeat;
  width: 269px;
  height: 253px;
  position: absolute;
  top: 403px;
  left: 52%;
  animation: smartbot-animation-sprite 1.5s steps(26) infinite; }

.slide-products-section {
  position: relative;
  z-index: 3; }
  .slide-products-section .swiper-slide {
    background: #ffffff;
    overflow: hidden; }
  .slide-products-section .content-slide {
    max-width: 1306px;
    margin: 0 auto;
    position: relative;
    z-index: 2; }
  .slide-products-section .images {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 679px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0; }
  .slide-products-section .mask-messenger-top {
    position: absolute;
    top: 0;
    right: 0; }
    .slide-products-section .mask-messenger-top svg {
      height: 100%;
      max-height: 320px; }
  .slide-products-section .mask-messenger-bottom {
    position: absolute;
    right: -3px;
    bottom: -6px;
    left: -55px;
    z-index: 2; }
  .slide-products-section .phone {
    margin: 220px 0 0 250px;
    position: relative;
    z-index: 6; }
    .slide-products-section .phone .chat {
      max-width: 66%;
      position: absolute;
      top: 11%;
      left: 0;
      right: 5%;
      margin: 0 auto;
      z-index: 2; }
    .slide-products-section .phone img {
      position: relative;
      z-index: 2; }
  .slide-products-section .robot {
    margin: 0 auto;
    max-width: 1320px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: inline-block;
    z-index: 1; }
    .slide-products-section .robot img {
      position: absolute;
      top: 403px;
      left: 52%;
      z-index: 2; }
  .slide-products-section .swiper-button-container {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    right: 0;
    left: 0; }
  .slide-products-section .swiper-button-prev {
    right: auto;
    left: 60px; }
  .slide-products-section .swiper-button-next {
    right: auto;
    left: 148px; }
  .slide-products-section .descryption {
    max-width: 460px;
    width: 100%;
    text-align: right;
    float: right;
    position: relative;
    margin-top: 250px; }
  .slide-products-section p {
    font-weight: 400;
    font-size: 1.8rem;
    color: #ffffff;
    line-height: 1.7;
    margin-top: 35px; }
  .slide-products-section h4 {
    font-weight: 300;
    font-size: 2.4rem;
    line-height: 1.2; }
  .slide-products-section .descryption-2 {
    max-width: 520px;
    width: 100%;
    position: absolute;
    top: 670px;
    right: 0;
    text-align: right; }
  .slide-products-section a {
    margin-top: 45px; }
  .slide-products-section .swiper-slide .phone {
    transform: translateX(-100%);
    transition: all 1s ease; }
  .slide-products-section .swiper-slide .robot {
    opacity: 0;
    transition: all 1s ease; }
  .slide-products-section .swiper-slide .descryption {
    transform: translateX(100%);
    transition: all 0.3s ease; }
  .slide-products-section .swiper-slide .descryption-2 {
    transform: translateX(100%);
    transition: all 1s ease; }
  .slide-products-section .swiper-slide .btn {
    opacity: 0;
    transition: all 1s ease; }
  .slide-products-section .swiper-slide-active .phone {
    transform: translateX(0); }
  .slide-products-section .swiper-slide-active .robot {
    opacity: 1; }
  .slide-products-section .swiper-slide-active .descryption {
    transform: translateX(0); }
  .slide-products-section .swiper-slide-active .descryption-2 {
    transform: translateX(0); }
  .slide-products-section .swiper-slide-active .btn {
    opacity: 1; }

.pattern-products {
  background: url(../images/pattern-products.png) no-repeat;
  width: 1242px;
  height: 482px;
  position: absolute;
  top: -50px;
  right: 0; }

.stain-parallax {
  background: url(../images/stain.png) center center no-repeat;
  background-size: cover;
  max-width: 1683px;
  width: 100%;
  height: 851px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 7;
  pointer-events: none; }

.messenger-parallax {
  background: url(../images/messenger.png) center center no-repeat;
  background-size: cover;
  max-width: 1430px;
  width: 100%;
  height: 543px;
  position: absolute;
  top: 0;
  right: 175px;
  left: 0;
  margin: 0 auto;
  z-index: 5;
  pointer-events: none; }

/* ========= contact us ========= */
.about-us-section {
  padding-top: 120px;
  padding-bottom: 100px;
  position: relative; }
  .about-us-section .pattern-about-us {
    position: absolute;
    top: -150px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    text-align: center; }
  .about-us-section .head-section {
    margin-bottom: 40px; }
  .about-us-section p {
    max-width: 580px;
    width: 100%; }

.person-outer {
  display: flex;
  margin-top: 90px; }

.person-block {
  max-width: 295px;
  width: 100%;
  display: inline-block;
  margin-right: 40px;
  text-align: center; }
  .person-block:last-child {
    margin-right: 0; }
  .person-block h3 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 1.6rem;
    color: #0fbaee;
    margin-top: 40px; }
  .person-block .picture {
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    z-index: 1; }
    .person-block .picture img {
      transition: all 0.2s ease; }
  .person-block .pos {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 1.2rem;
    color: #828282;
    margin-top: 12px; }
  .person-block .phone {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 1.4rem;
    color: #393939;
    margin-top: 30px;
    margin-bottom: 12px; }
  .person-block .email {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 1.4rem;
    color: #0fbaee; }
    .person-block .email:hover {
      color: #000000; }
  .person-block .social a {
    transition: all 0.2s ease; }
    .person-block .social a svg {
      height: 18px; }
    .person-block .social a:hover {
      background: #000000; }
  .person-block:hover .picture img {
    transform: scale(1.1); }

/* about */
.landing-banner {
  min-height: 809px;
  position: relative;
  margin: 0 auto;
  text-align: center; }
  .landing-banner:before {
    background: url(../images/pattern-landing-banner.png) center center no-repeat;
    width: 399px;
    height: 206px;
    display: block;
    content: "";
    position: absolute;
    bottom: -35px;
    left: 0;
    z-index: 5; }
  .landing-banner:after {
    background: url("../images/pattern-hero-slider.png") center center no-repeat;
    content: "";
    display: block;
    height: 410px;
    position: absolute;
    right: 0;
    top: 0;
    width: 1178px;
    z-index: 5; }
  .landing-banner .container {
    text-align: left; }
  .landing-banner .image {
    background-position: bottom center;
    background-repeat: no-repeat;
    min-height: 809px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 4; }
  .landing-banner .hero-mask-bottom {
    position: absolute;
    left: 0;
    bottom: -6px; }
  .landing-banner .container {
    position: relative;
    z-index: 6; }
  .landing-banner .head-section {
    font-size: 9.4rem;
    color: #ffffff;
    margin-top: 295px;
    font-family: 'Montserrat';
    font-weight: 900;
    text-align: right;
    line-height: 1.15; }
    .landing-banner .head-section small {
      background: #0fbaee;
      font-size: 5.6rem;
      font-family: 'Montserrat';
      font-weight: 900;
      color: #ffffff;
      padding: 15px 35px;
      position: relative;
      top: -4px;
      z-index: 2; }
    .landing-banner .head-section strong {
      background: #0fbaee;
      padding: 10px 35px;
      font-weight: 900;
      position: relative;
      z-index: 3; }

.about-page {
  max-width: 1920px;
  width: 100%;
  margin: 80px auto 0 auto;
  padding-bottom: 115px;
  position: relative;
  z-index: 10; }
  .about-page .pattern-about-page-section {
    background: url(../images/pattern-smart-mobile.png) no-repeat;
    width: 842px;
    height: 892px;
    display: block;
    content: "";
    position: absolute;
    right: 0;
    bottom: -465px;
    pointer-events: none;
    z-index: 3; }

.title-page {
  font-weight: 300;
  font-size: 3rem;
  line-height: 1.4;
  margin-top: 50px; }

.descryption-padding {
  max-width: 730px;
  width: 100%;
  padding-left: 140px; }
  .descryption-padding p {
    margin-top: 50px;
    line-height: 1.75; }

.heading-blue-border {
  max-width: 820px;
  width: 100%;
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 5.6rem;
  display: block;
  margin-top: 50px;
  margin-left: 140px;
  color: #0fbaee;
  position: relative;
  padding-left: 45px;
  line-height: 1.2; }
  .heading-blue-border:before {
    background: #0fbaee;
    width: 11px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    border-radius: 10px; }

.icon-page {
  text-align: center;
  margin-top: 140px; }

.page-we-create .pattern-we-create-section-2 {
  bottom: -90px; }

.statistics-section {
  background: #ebebeb;
  padding: 120px 0 200px 0; }
  .statistics-section .count-row {
    margin-top: 0; }

.form-section.page #maps-contact {
  height: 550px; }

/* smartbot */
.secound-body-background {
  background: #ebebeb; }

.product-banner {
  min-height: 846px; }
  .product-banner:before {
    bottom: 25px; }
  .product-banner:after {
    content: none; }
  .product-banner .image {
    min-height: 846px; }
  .product-banner .head-section {
    text-align: left;
    margin-top: 210px;
    margin-bottom: 60px; }
    .product-banner .head-section small {
      font-size: 3.6rem; }
  .product-banner .btn {
    margin-top: 50px; }
  .product-banner .stain2-parallax {
    background: url(../images/stain-2.png) center center no-repeat;
    width: 100%;
    height: 830px;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 1; }

.product-banner-content {
  position: relative;
  z-index: 3; }
  .product-banner-content p {
    max-width: 500px;
    width: 100%;
    font-weight: 400;
    font-size: 1.8rem;
    color: #ffffff;
    padding-left: 35px; }

.twi-section .icon-page {
  margin-top: 120px; }

.flex-row {
  display: flex;
  flex-wrap: wrap; }
  .flex-row .col-md-6 {
    width: 49%; }
  .flex-row .align-center {
    align-self: center;
    padding-top: 110px;
    padding-bottom: 110px; }
  .flex-row .picture-end {
    align-self: flex-end; }

.twi-section-white {
  background: #ffffff;
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 110px;
  padding-bottom: 110px;
  position: relative; }
  .twi-section-white.with-pattern:after {
    background: url(../images/pattern-twl.png) center center no-repeat;
    width: 899px;
    height: 846px;
    display: block;
    content: "";
    position: relative;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0; }
  .twi-section-white.with-pattern .container {
    position: relative;
    z-index: 2; }
  .twi-section-white .icon-page {
    margin-top: 0; }
  .twi-section-white .icon {
    margin-bottom: 35px; }

.triple-box-product {
  background: #ffffff;
  max-width: 1920px;
  padding-top: 120px;
  padding-bottom: 130px;
  margin: 0 auto;
  position: relative; }
  .triple-box-product .container {
    position: relative;
    z-index: 2; }
  .triple-box-product .pattern-triple-box {
    background: url(../images/pattern-triple-box.png) center center no-repeat;
    width: 922px;
    height: 348px;
    display: block;
    content: "";
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 1; }

.tp3-box {
  max-width: 310px;
  width: 100%;
  text-align: center;
  margin: 0 auto 0 auto; }
  .tp3-box .icon {
    background: #0fbaee;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    text-align: center;
    line-height: 200px;
    margin: 0 auto; }
  .tp3-box .head-smallbox {
    margin-top: 45px;
    margin-bottom: 35px; }

.video-section {
  text-align: center;
  padding-top: 115px; }
  .video-section p {
    max-width: 1060px;
    width: 100%;
    margin: 40px auto 0 auto; }

.video-outer {
  background: url(../images/macbookpro.png) center center no-repeat;
  width: 914px;
  height: 532px;
  display: block;
  margin: 50px auto 0 auto;
  padding: 35px 108px 59px 108px; }

.contact-section {
  background: #0fbaee;
  text-align: center;
  padding: 65px 0 50px 0;
  position: relative;
  z-index: 3; }
  .contact-section .subhead-section {
    display: inline-block;
    vertical-align: middle;
    margin-right: 45px;
    margin-bottom: 15px; }
  .contact-section .btn {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 15px; }
    .contact-section .btn.hidden-animation {
      opacity: 0;
      visibility: hidden; }

.btn.mail {
  padding-right: 120px; }
  .btn.mail:before {
    background: url(../images/icon/mail.svg) center center no-repeat;
    background-size: cover;
    width: 46px;
    height: 31px;
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 45px;
    transform: translateY(-50%); }

form {
  text-align: left; }
  form .col-md-4, form .col-md-6, form .col-md-12 {
    padding: 0 20px; }
  form .btn {
    float: right;
    margin-top: 25px; }

input {
  background: none;
  width: 100%;
  height: 80px;
  border: 2px #ffffff solid;
  font-family: 'Montserrat';
  font-weight: 900;
  font-size: 1.4rem;
  color: #fefefe;
  text-transform: uppercase;
  padding: 0 30px;
  margin-bottom: 40px; }

textarea {
  background: none;
  width: 100%;
  height: 120px;
  min-height: 120px;
  max-height: 120px;
  border: 2px #ffffff solid;
  font-family: 'Montserrat';
  font-weight: 900;
  font-size: 1.4rem;
  color: #fefefe;
  text-transform: uppercase;
  padding: 30px; }

.close-form {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 1.4rem;
  color: #fefefe;
  text-transform: uppercase;
  margin-top: 58px;
  display: inline-block;
  margin-left: 30px;
  cursor: pointer; }

.form-section {
  position: relative;
  overflow: hidden; }

#maps-contact {
  height: 410px;
  position: relative;
  z-index: 1; }

.contact-form {
  background: #0fbaee;
  height: 410px;
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  z-index: 2;
  transition: all 0.2s ease; }
  .contact-form .container {
    max-width: 1040px; }
  .contact-form.is-active {
    bottom: 0; }

.footer-links {
  background: #252525;
  padding: 90px 0 85px 0;
  color: #ffffff;
  overflow: hidden; }
  .footer-links p {
    font-family: 'Catamaran';
    font-weight: 400;
    margin-top: 35px;
    padding-right: 15px;
    line-height: 1.75; }
  .footer-links .social a:hover {
    background: #ffffff; }

.social {
  margin-top: 25px; }
  .social li {
    display: inline-block;
    margin-right: 8px; }
    .social li:last-child {
      margin-right: 0; }
  .social a {
    background: #0fbaee;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    transition: all 0.2s ease;
    position: relative; }
  .social svg, .social img {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
    margin: 0 auto; }

.footer {
  background: #181818;
  padding: 50px 0;
  font-family: 'Catamaran';
  font-weight: 400; }
  .footer p {
    font-size: 1.6rem;
    color: #949494; }

.stt-button {
  background: #0fbaee;
  width: 88px;
  height: 88px;
  display: block;
  position: fixed;
  right: 88px;
  bottom: 88px;
  z-index: 9999;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease; }
  .stt-button.active {
    pointer-events: auto;
    opacity: 1; }
  .stt-button img {
    max-width: 45px;
    height: auto;
    transform: translateY(-50%) rotate(-180deg);
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto; }

@media all and (max-height: 800px) {
  .smart-mobile-section {
    padding-top: 70px; } }
@media all and (min-width: 2140px) {
  .smartbot-animation-sprite {
    top: 396px; } }
@media all and (min-width: 2400px) {
  .smartbot-animation-sprite {
    top: 388px; } }
@media all and (min-width: 2750px) {
  .smartbot-animation-sprite {
    top: 380px; } }
@media all and (min-width: 3200px) {
  .smartbot-animation-sprite {
    top: 369px;
    right: -165px; } }
@media all and (min-width: 3840px) {
  .smartbot-animation-sprite {
    top: 388px; } }
@media all and (min-width: 1921px) {
  .we-create-section .pattern-we-create-section-2 {
    background-position: 0 10px; } }
@media all and (max-width: 1920px) {
  .slide-hero-section .background-parallax video {
    width: auto;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
    min-height: 100%;
    height: auto;
    max-width: 200%; } }
@media all and (max-width: 1900px) {
  .about-page .pattern-about-page-section {
    width: 550px;
    height: 580px;
    bottom: -300px; } }
@media all and (max-width: 1830px) {
  .smartbot-animation-sprite {
    top: 412px; } }
@media all and (max-width: 1690px) {
  .smart-mobile-section .pattern-we-create-section {
    right: -125px; }

  .pattern-products {
    right: -336px; }

  .we-create-section .top-mask {
    height: 320px;
    right: -230px; }
  .we-create-section .bottom-mask {
    left: -160px; }
  .we-create-section .swiper-pagination {
    left: -380px; }
    .we-create-section .swiper-pagination .swiper-pagination-bullet {
      padding: 0 20px; }
      .we-create-section .swiper-pagination .swiper-pagination-bullet:after {
        width: 155px; }
  .we-create-section .pattern-we-create-section-2 {
    left: -200px; }

  .slide-create-section.chrome-line-fix .swiper-pagination {
    left: -380px; } }
@media all and (max-width: 1680px) {
  .we-create-section .pattern-we-create-section-2 {
    left: -204px; } }
@media all and (max-width: 1600px) {
  /* ========= products ========= */
  .products-section .head-box {
    top: 15px;
    right: 240px; }

  .slide-products-section .mask-messenger-top svg {
    width: auto;
    max-height: 260px; }
  .slide-products-section .head-box {
    top: 15px; }
  .slide-products-section .descryption {
    margin-top: 285px; } }
@media all and (max-width: 1550px) {
  .smartbot-animation-sprite {
    top: 419px; } }
@media all and (max-width: 1536px) {
  .we-create-section .pattern-we-create-section-2 {
    left: -208px; } }
@media all and (max-width: 1440px) {
  .we-create-section .top-mask {
    right: -310px; }
  .we-create-section .bottom-mask {
    left: -210px; }
  .we-create-section .swiper-pagination {
    left: -480px; }

  .we-create-section .pattern-we-create-section-2 {
    left: -214px; }

  .slide-create-section.chrome-line-fix .swiper-pagination {
    left: -480px; } }
@media all and (max-width: 1366px) {
  /* ========= slide hero ========= */
  .slide-progress {
    left: 235px; }

  .head-section-light {
    font-size: 7.6rem; }

  .we-create-section .pattern-we-create-section-2 {
    left: -218px; }

  .slide-hero-section .swiper-button-prev,
  .slide-hero-section .swiper-button-next {
    bottom: 174px; }

  /* ========= products ========= */
  .slide-products-section .content-slide {
    padding-bottom: 75px; }
  .slide-products-section .descryption {
    margin-top: 280px; }
  .slide-products-section .descryption-2 {
    top: 660px;
    right: 15px; }
  .slide-products-section p {
    margin-top: 20px; }
  .slide-products-section .phone {
    max-width: 400px;
    margin-top: 100px;
    margin-left: 50px; }
    .slide-products-section .phone .chat {
      right: 3%; }
    .slide-products-section .phone .robot {
      max-width: 180px;
      top: 300px;
      right: -161px; }

  .smartbot-animation-sprite {
    top: 435px;
    left: 35%; }

  .swiper-button-prev,
  .swiper-button-next {
    bottom: 25px; }

  .stain-parallax {
    opacity: 0.8;
    top: -100px; }

  .messenger-parallax {
    right: 0;
    left: -100px;
    opacity: 0.8; }

  .products-section .head-box {
    top: 20px; }
    .products-section .head-box .head-section {
      margin-bottom: 0; }

  /* ========= contact us ========= */
  .about-us-section {
    padding-top: 0;
    margin-top: 50px; }

  .we-create-section.page-we-create .pattern-we-create-section-2 {
    height: 380px;
    bottom: 0; } }
@media all and (max-width: 1320px) {
  .head-section {
    font-size: 7rem; }

  .header .left-header {
    width: 33%; }
    .header .left-header .inner {
      margin-left: 15px;
      float: none; }
  .header .right-header {
    width: 67%;
    float: right; }
    .header .right-header .inner {
      float: right;
      margin-right: 15px; }

  .swiper-button-prev,
  .swiper-button-next {
    bottom: 228px; }

  .slide-hero-section .hero-mask-top {
    top: -65px;
    right: -30px; }

  /* ========= slide hero ========= */
  .slide-hero-section .background-parallax:before {
    top: -30px;
    right: -320px; }
  .slide-hero-section .background-parallax:after {
    left: -187px; }
  .slide-hero-section .background-parallax .gif-icon {
    left: 95px; }
  .slide-hero-section .arrow-down {
    right: 205px;
    bottom: 228px; }

  .slide-hero-section .swiper-button-prev,
  .slide-hero-section .swiper-button-next {
    bottom: 228px; }

  .slide-hero .head-section small {
    font-size: 4rem; }
  .slide-hero .btn {
    margin-right: 190px; }

  /* ========= smart mobile house ========= */
  .smart-mobile-section {
    margin-top: 0; }

  .count-row {
    margin-top: 120px; }

  /* ========= we create ========= */
  .we-create-section .bottom-mask {
    display: none; }
  .we-create-section .swiper-pagination-outer {
    width: 100%; }
  .we-create-section .swiper-pagination {
    right: auto;
    left: -45px; }
    .we-create-section .swiper-pagination .swiper-pagination-bullet {
      padding: 0 16px; }
      .we-create-section .swiper-pagination .swiper-pagination-bullet:after {
        transform: skewX(0) translateX(-50%); }
  .we-create-section .pattern-we-create-section-2 {
    left: -330px; }

  .slide-create-section.chrome-line-fix .swiper-pagination {
    left: -45px;
    right: auto; }

  /* ========= products ========= */
  .products-section .head-box {
    top: 15px;
    right: 15px; }
    .products-section .head-box .head-section {
      margin-bottom: 0; }

  .pattern-products {
    right: -422px; }

  .slide-products-section .images {
    height: 575px; }
  .slide-products-section .mask-messenger-top {
    right: -155px; }
    .slide-products-section .mask-messenger-top svg {
      max-height: 200px; }
  .slide-products-section .descryption {
    margin-top: 180px; }
  .slide-products-section .descryption-2 {
    top: 565px; }

  .swiper-button-prev,
  .swiper-button-next {
    bottom: 120px; }

  .smartbot-animation-sprite {
    top: 325px;
    left: 42%; }

  /* ========= about us ========= */
  .about-us-section {
    background-position: center -50px;
    padding-top: 0;
    padding-bottom: 80px; }

  .about-page .pattern-about-page-section {
    width: 380px;
    height: 420px;
    bottom: -260px; }

  .person-outer {
    margin-top: 30px; }

  /* about */
  .landing-banner:before {
    left: -107px; }
  .landing-banner:after {
    top: -30px;
    right: -320px; }
  .landing-banner .head-section {
    font-size: 7rem; }
    .landing-banner .head-section small {
      font-size: 4rem; }

  .we-create-section.page-we-create .pattern-we-create-section-2 {
    display: none; } }
@media all and (max-width: 1280px) {
  .we-create-section .pattern-we-create-section-2 {
    left: -328px; }

  .stt-button {
    width: 60px;
    height: 60px;
    right: 60px;
    bottom: 60px; } }
@media all and (max-width: 1160px) {
  /* ========= smart mobile house ========= */
  .smart-mobile-section p {
    margin-left: 0; }
  .smart-mobile-section a {
    margin-left: 0; }
  .smart-mobile-section .picture-right {
    right: 45px; }
  .smart-mobile-section .pattern-we-create-section {
    right: -350px;
    bottom: -650px; }

  form {
    text-align: left; }
    form .col-md-4, form .col-md-6, form .col-md-12 {
      padding: 0 15px; }

  /* ========= we create ========= */
  .slide-create-section .background-text-block {
    max-width: 635px; }
    .slide-create-section .background-text-block .inner {
      margin-left: 0; }

  /* about */
  .descryption-padding {
    padding-left: 0; }

  .heading-blue-border {
    margin-left: 0;
    font-size: 4.6rem; }

  .title-page {
    font-size: 2.6rem; }

  .about-page .pattern-about-page-section {
    display: none; }

  .smartbot-animation-sprite {
    top: 330px;
    left: 42%; } }
@media all and (max-width: 1100px) {
  .slide-hero .pattern-hero {
    display: none; } }
@media all and (max-width: 1024px) {
  /* ========= we create ========= */
  .we-create-section .pattern-we-create-section-2 {
    left: -324px; } }
@media all and (max-width: 991px) {
  body.nav-is-open {
    overflow: hidden; }

  .subhead-section {
    font-size: 4rem; }

  .btn.mail {
    padding-right: 100px; }
    .btn.mail:before {
      right: 29px; }

  .header {
    overflow: visible; }
    .header .logo {
      max-width: 130px;
      margin: 18px 0; }
    .header nav {
      margin-top: 0;
      text-align: center;
      float: none;
      margin-top: 110px;
      margin-left: 0; }
      .header nav ul {
        float: none; }
      .header nav li {
        display: block;
        margin-right: 0;
        padding-bottom: 0; }
      .header nav a {
        font-size: 2rem;
        display: block;
        padding: 15px 25px; }
        .header nav a:after {
          content: none; }
        .header nav a img {
          display: none; }
        .header nav a:hover {
          background: #ffffff;
          color: #0fbaee; }
      .header nav .text-mobile {
        display: block; }
      .header nav .lang-text {
        font-weight: 700;
        font-size: 1.4rem;
        color: #ffffff;
        margin-top: 45px; }
      .header nav .lang {
        float: none;
        margin-top: 30px;
        margin-bottom: 50px;
        margin-left: 0; }
        .header nav .lang li {
          display: inline-block;
          margin-right: 15px; }
          .header nav .lang li:last-child {
            margin-right: 0; }
          .header nav .lang li a {
            width: 55px;
            height: 55px;
            font-size: 1.4rem;
            border-radius: 50%;
            border: 2px #ffffff solid;
            display: inline-block;
            padding: 0;
            line-height: 51px; }
        .header nav .lang a {
          opacity: 1; }
        .header nav .lang .top {
          position: relative;
          opacity: 1; }
        .header nav .lang .active a {
          opacity: 1; }
        .header nav .lang .bottom {
          position: relative;
          opacity: 1; }
        .header nav .lang:hover a {
          opacity: 1; }
        .header nav .lang:hover .top {
          margin-top: 0;
          opacity: 1; }
        .header nav .lang:hover .bottom {
          margin-top: 0;
          opacity: 1; }
    .header .left-header {
      width: 100%;
      height: auto;
      position: relative;
      z-index: 2; }
    .header .right-header {
      width: auto;
      height: auto;
      display: none;
      float: none;
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      overflow-y: auto; }
      .header .right-header:before {
        display: none; }
      .header .right-header .inner {
        float: none; }
    .header .inner {
      max-width: 100%; }
    .header.hide-header .right-header {
      top: -100%; }

  .hamburger {
    display: block; }
    .hamburger:before {
      background: #0fbaee;
      width: 300px;
      height: 300px;
      content: "";
      display: block;
      position: absolute;
      top: -215px;
      right: -178px;
      transform: rotate(45deg); }

  .nav-mobile-open:before {
    content: none; }

  /* ========= slide hero ========= */
  .slide-hero-section {
    margin-bottom: 60px; }
    .slide-hero-section:before {
      content: none; }
    .slide-hero-section .background-parallax {
      background-size: cover;
      top: -126px;
      overflow: visible; }
      .slide-hero-section .background-parallax:after {
        content: none; }
      .slide-hero-section .background-parallax .gif-icon {
        left: 15px;
        bottom: 100px; }
    .slide-hero-section .arrow-down {
      bottom: 110px; }
    .slide-hero-section .hero-mask-top {
      display: none; }
    .slide-hero-section .hero-mask-bottom {
      display: none; }

  .swiper-button-prev,
  .swiper-button-next {
    bottom: 110px; }

  .slide-hero-section .swiper-button-prev,
  .slide-hero-section .swiper-button-next {
    bottom: 110px; }

  .slide-hero .images {
    height: 650px; }

  .contact-form {
    height: 380px; }

  .close-form {
    margin-top: 45px; }

  #maps-contact {
    height: 380px; }

  .footer-links {
    padding-top: 25px;
    padding-bottom: 55px; }
    .footer-links .smallhead-section {
      margin-top: 30px; }

  .footer {
    padding: 30px 0; }

  /* ========= smart mobile house ========= */
  .smart-mobile-section {
    text-align: center;
    margin-top: 0;
    padding-top: 80px; }
    .smart-mobile-section .pattern-we-create-section {
      display: none; }
    .smart-mobile-section .head-section {
      max-width: 450px;
      width: 100%;
      margin-right: auto;
      margin-left: auto;
      margin-bottom: 20px; }
    .smart-mobile-section img {
      height: 60px; }
    .smart-mobile-section p {
      margin: 0 auto; }
    .smart-mobile-section .picture-right {
      width: 100%;
      position: relative;
      top: auto;
      right: auto;
      margin-top: 30px;
      order: 1; }
      .smart-mobile-section .picture-right img {
        height: 250px; }
    .smart-mobile-section .smart-mobile-outer {
      display: flex;
      flex-wrap: wrap; }
    .smart-mobile-section .smart-mobile-desc {
      width: 100%;
      order: 2;
      margin-top: 40px; }

  .count-row {
    margin-top: 80px; }

  .count-box .count-iteral {
    font-size: 6rem; }

  /* ========= we create ========= */
  .we-create-section {
    margin-bottom: 50px;
    overflow: hidden; }
    .we-create-section .pattern-we-create-section, .we-create-section .pattern-we-create-section-2 {
      display: none; }
    .we-create-section .head-section {
      margin-top: 50px;
      text-align: center; }
    .we-create-section .content-slide {
      margin-top: 165px;
      text-align: center; }
    .we-create-section .top-mask {
      display: none; }
    .we-create-section .swiper-slide .background-text-block .icon {
      transition: none;
      left: 0; }
    .we-create-section .swiper-pagination-outer {
      margin-top: 85px; }

  .apla-we-create-slider {
    display: none; }

  .slide-create-section .images {
    height: auto;
    padding-bottom: 55px; }
  .slide-create-section .background-text-block .icon {
    width: 100%;
    top: auto;
    right: auto;
    margin: 45px auto 0 auto; }
  .slide-create-section h3 {
    font-size: 3.6rem; }
  .slide-create-section p br {
    display: none; }
  .slide-create-section .background-text-block {
    max-width: 100%;
    margin-right: 0;
    text-align: center;
    padding-bottom: 90px; }
    .slide-create-section .background-text-block:after {
      content: none; }
  .slide-create-section .swiper-button-container {
    display: none; }
  .slide-create-section .swiper-slide .btn {
    margin-top: 180px;
    margin-left: 0; }
  .slide-create-section .swiper-pagination {
    display: block;
    right: 0;
    bottom: 0;
    left: 0; }
    .slide-create-section .swiper-pagination .swiper-pagination-bullet {
      background: #ffffff;
      width: 15px;
      height: 15px;
      border: 2px #0fbaee solid;
      opacity: 1;
      font-size: 0;
      padding: 0;
      left: 0;
      border-radius: 50%; }
      .slide-create-section .swiper-pagination .swiper-pagination-bullet:after {
        content: none; }
      .slide-create-section .swiper-pagination .swiper-pagination-bullet:last-child {
        margin-right: 0; }
      .slide-create-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #0fbaee; }

  .we-create-section .pattern-we-create-section-2 {
    left: -328px; }

  .slide-create-section.chrome-line-fix .swiper-pagination {
    right: 0;
    left: 0; }

  /* ========= products ========= */
  .slide-products-section .phone {
    margin-top: 170px;
    margin-left: 0; }
    .slide-products-section .phone .robot {
      top: 238px; }
  .slide-products-section .swiper-slide .phone {
    width: 300px; }
  .slide-products-section .swiper-slide .descryption-2 {
    padding-left: 40px; }

  .swiper-button-prev, .swiper-button-next {
    bottom: 15px; }

  .pattern-products {
    display: none; }

  .messenger-parallax {
    opacity: 0.5; }

  .stain-parallax {
    max-width: 600px;
    height: 420px;
    top: 0; }

  .smartbot-animation-sprite {
    max-width: 200px;
    top: 340px;
    left: 37%; }

  /* ========= about us ========= */
  .about-us-section {
    background-position: center bottom;
    text-align: center; }
    .about-us-section .pattern-about-us {
      display: none; }
    .about-us-section .head-section {
      margin-bottom: 25px; }
    .about-us-section p {
      margin: 0 auto; }

  .person-outer {
    justify-content: center;
    margin-top: 50px; }

  .person-block {
    width: 50%;
    margin: 0 15px; }
    .person-block:last-child {
      margin-right: 15px; }

  /* about */
  .landing-banner {
    min-height: 550px; }
    .landing-banner:before {
      background-size: cover;
      width: 300px;
      height: 154px; }
    .landing-banner:after {
      display: none; }
    .landing-banner .head-section {
      margin-top: 160px; }
    .landing-banner .image {
      min-height: 550px; }

  .icon-page {
    text-align: left;
    margin-top: 40px; }

  /* smartbot */
  .head-box {
    font-size: 4rem; }

  .landing-banner .image:after {
    content: none; }
  .landing-banner.product-banner {
    padding-bottom: 115px;
    min-height: auto; }
    .landing-banner.product-banner .image {
      height: 100%; }

  .product-banner-content p {
    text-shadow: 0 0 3px #000000;
    padding-left: 0; }

  .descryption-padding p {
    margin-top: 20px; }

  .twi-section .icon-page {
    margin-top: 60px; }

  .twi-section-white {
    padding-top: 70px;
    padding-bottom: 70px; }
    .twi-section-white .flex-row .align-center {
      padding-top: 0;
      padding-bottom: 0; }
    .twi-section-white .icon {
      max-width: 95px; }
    .twi-section-white.with-pattern:after {
      width: 410px;
      height: 285px; }
    .twi-section-white .flex-row .margin-mobile {
      margin-top: 50px; }

  .triple-box-product {
    padding-top: 90px;
    padding-bottom: 30px; }
    .triple-box-product .pattern-triple-box {
      width: 680px;
      height: 225px;
      top: 20px; }

  .tp3-box .icon {
    width: 150px;
    height: 150px;
    line-height: 150px; }
    .tp3-box .icon img {
      max-width: 35%; }
  .tp3-box .head-smallbox {
    font-size: 2rem;
    margin-top: 25px;
    margin-bottom: 18px; }

  .video-section {
    padding-top: 60px; }

  .video-outer {
    background-size: cover;
    width: 650px;
    height: 378px;
    padding: 24px 76px 41px 76px; }

  .stt-button {
    width: 50px;
    height: 50px;
    right: 50px;
    bottom: 50px; } }
@media all and (max-width: 880px) {
  /* ========= slide hero ========= */
  .slide-hero-section .background-parallax:before {
    right: -450px; }

  /* ========= we create ========= */ }
@media all and (max-width: 850px) {
  .contact-section {
    padding-bottom: 65px; }
    .contact-section .subhead-section {
      margin-right: 0;
      margin-bottom: 0; }
    .contact-section .open-form {
      display: none; }

  .close-form {
    display: none; }

  .contact-form {
    height: auto;
    display: block;
    position: relative;
    bottom: auto;
    padding-bottom: 60px; }

  #maps-contact {
    height: 350px; } }
@media all and (max-width: 768px) {
  .count-row .swiper-pagination {
    display: block; }

  .count-box {
    margin-bottom: 65px; } }
@media all and (max-width: 767px) {
  input {
    height: 70px;
    margin-bottom: 15px;
    font-size: 1.3rem; }

  textarea {
    font-size: 1.3rem; }

  form .btn {
    margin-top: 15px;
    float: none; }

  .head-section {
    font-size: 5.5rem; }

  .hamburger:before {
    display: none; }

  .header nav a {
    font-size: 1.7rem;
    padding: 10px 25px; }
  .header nav .lang-text {
    margin-top: 25px; }
  .header nav .lang {
    margin-top: 15px; }
    .header nav .lang li {
      margin-right: 6px; }
      .header nav .lang li a {
        width: 35px;
        height: 35px;
        line-height: 31px; }

  /* ========= slide hero ========= */
  .slide-hero-section {
    margin-bottom: 0; }
    .slide-hero-section .container:after {
      display: none; }
    .slide-hero-section .arrow-down {
      bottom: 187px; }
    .slide-hero-section .background-parallax {
      background: url(../images/slide-mobile.jpg) center center no-repeat;
      background-size: cover;
      height: 540px;
      top: auto; }
      .slide-hero-section .background-parallax video {
        display: none; }
      .slide-hero-section .background-parallax:before {
        top: -160px;
        right: -850px; }
      .slide-hero-section .background-parallax:after {
        content: "";
        bottom: -140px;
        left: -250px; }
      .slide-hero-section .background-parallax .gif-icon {
        display: none; }
    .slide-hero-section .button-container {
      position: relative;
      bottom: 105px;
      text-align: center; }
    .slide-hero-section .arrow-down {
      position: relative;
      right: auto;
      bottom: 105px; }

  .slide-hero .images {
    height: 560px; }
  .slide-hero .content-hero-slider {
    margin-top: 160px; }
  .slide-hero .heading-hero {
    text-align: center; }
  .slide-hero .head-section {
    text-align: center; }
    .slide-hero .head-section small {
      font-size: 3rem; }
    .slide-hero .head-section.bg-image {
      background: url(../images/head-img-mobile.png) center center no-repeat;
      background-size: cover; }
  .slide-hero .pattern-hero-2 {
    background-size: cover;
    width: 300px;
    height: 174px;
    bottom: 8px;
    left: -95px; }
  .slide-hero .swiper-pagination {
    display: block; }
  .slide-hero .swiper-button-prev,
  .slide-hero .swiper-button-next {
    display: none; }

  /* ========= smart mobile house ========= */
  .smart-mobile-section {
    padding-top: 50px;
    padding-bottom: 60px;
    margin-bottom: -67px; }
    .smart-mobile-section .head-section {
      max-width: 350px; }
    .smart-mobile-section .pattern-we-create-section {
      display: none; }

  /* ========= products ========= */
  .head-section-light {
    font-size: 4.2rem;
    color: #000000; }

  .pattern-products {
    display: none; }

  .products-section .head-box {
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
    text-align: center; }
    .products-section .head-box .head-section {
      color: #ffffff; }
  .products-section p {
    color: #ffffff; }

  .slide-products-section .swiper-slide .descryption-2 {
    padding-left: 0; }

  .slide-products-section .images {
    height: 43%;
    padding-top: 115px; }
  .slide-products-section .mask-messenger-top {
    display: none; }
  .slide-products-section .descryption {
    max-width: 100%;
    float: none;
    text-align: center;
    margin-top: 110px; }
    .slide-products-section .descryption .head-section-light {
      color: #ffffff; }
  .slide-products-section .descryption-2 {
    position: relative;
    top: auto;
    right: auto;
    text-align: center;
    order: 3;
    margin: 0 auto; }
  .slide-products-section h4 {
    font-size: 2rem;
    margin-top: 25px; }
  .slide-products-section p {
    color: #ffffff;
    margin-top: 10px; }
  .slide-products-section .phone {
    max-width: 250px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto; }
    .slide-products-section .phone .robot {
      display: none; }
  .slide-products-section .swiper-button-container {
    position: relative;
    top: auto;
    bottom: auto;
    text-align: center;
    margin-top: 0; }
    .slide-products-section .swiper-button-container .swiper-button-prev {
      position: relative;
      top: auto;
      left: 2px;
      margin-top: 0;
      display: inline-block; }
    .slide-products-section .swiper-button-container .swiper-button-next {
      position: relative;
      top: auto;
      left: auto;
      right: 1px;
      margin-top: 0;
      display: inline-block; }
  .slide-products-section .content-slide .row {
    display: flex;
    flex-wrap: wrap; }
    .slide-products-section .content-slide .row .col-sm-4 {
      width: 100%;
      order: 2;
      margin: 0 auto; }
    .slide-products-section .content-slide .row .col-sm-8 {
      width: 100%;
      order: 1; }

  .stain-parallax {
    top: 230px; }

  .messenger-parallax {
    left: 0; }

  .about-us-section {
    margin-top: 50px; }

  .smartbot-animation-sprite {
    display: none; }

  /* about */
  .landing-banner:before {
    bottom: 27px; }
  .landing-banner .image {
    min-height: 500px; }
  .landing-banner .head-section {
    font-size: 4.5rem;
    line-height: 1.2; }
    .landing-banner .head-section strong {
      padding: 7px 35px; }
    .landing-banner .head-section small {
      font-size: 3rem; }
  .landing-banner .line {
    bottom: 95px; }

  .about-page {
    padding-bottom: 60px;
    margin-top: 20px; }

  .title-page {
    font-size: 2rem;
    margin-top: 0; }

  .descryption-padding p {
    margin-top: 30px; }

  .heading-blue-border {
    font-size: 3.6rem; }

  .statistics-section {
    padding: 60px 0 20px 0; }

  /* smartbox */
  .flex-row .col-md-6 {
    width: 100%; }
  .flex-row .align-center {
    padding-top: 60px;
    padding-bottom: 60px; }

  .twi-section .icon-page {
    margin-top: 0; }

  .triple-box-product {
    padding-top: 0; }
    .triple-box-product .pattern-triple-box {
      display: none; }
    .triple-box-product .col-md-4:last-child .tp3-box {
      margin-bottom: 0; }

  .tp3-box {
    margin-bottom: 50px; }

  .twi-section-white.with-pattern:after {
    content: none; }

  .video-outer {
    background-size: cover;
    width: 470px;
    height: 274px;
    padding: 17px 55px 29px 55px; } }
@media all and (max-width: 550px) {
  .about-us-section {
    background: none; }

  .person-outer {
    flex-wrap: wrap;
    margin-top: 0; }

  .person-block {
    width: 100%;
    margin-top: 50px; }

  .form-section.page #maps-contact {
    height: 350px; }

  .video-outer {
    background-size: cover;
    width: 292px;
    height: 169px;
    padding: 10px 35px 18px 35px; } }
@media all and (max-width: 500px) {
  .landing-banner {
    min-height: 500px; }
    .landing-banner .image {
      min-height: 450px; }
    .landing-banner .head-section {
      font-size: 3rem;
      line-height: 1.3; }
      .landing-banner .head-section small {
        font-size: 2.2rem;
        padding: 10px 15px; }
      .landing-banner .head-section strong {
        padding: 7px 15px; }

  .heading-blue-border {
    font-size: 3rem;
    padding-left: 30px; }

  /* about */
  .about-page {
    padding-bottom: 20px; } }
@media all and (max-width: 480px) {
  .subhead-section {
    font-size: 3rem; }

  .contact-section {
    padding: 45px 0; }

  .contact-form {
    padding-bottom: 45px; }

  /* ========= slide hero ========= */
  .slide-hero .head-section {
    font-size: 3rem; }
    .slide-hero .head-section strong {
      padding: 10px 15px; }
    .slide-hero .head-section small {
      font-size: 2rem;
      padding: 10px 15px; }

  /* ========= smart mobile house ========= */
  .smart-mobile-section .smart-mobile-desc {
    text-align: left; }

  .count-box .count-iteral {
    font-size: 5rem;
    margin-top: 20px; }

  .stt-button {
    width: 40px;
    height: 40px;
    right: 40px;
    bottom: 40px; }
    .stt-button img {
      max-width: 35px; } }
@media all and (max-width: 450px) {
  .slide-hero-section .background-parallax:after {
    content: none; }

  .we-create-section .head-section {
    font-size: 4rem; }

  .slide-create-section h3 {
    font-size: 3rem; } }
@media all and (max-width: 360px) {
  /* ========= slide hero ========= */
  .slide-progress {
    left: 160px; } }

/*# sourceMappingURL=style.css.map */
