@import url(https://fonts.googleapis.com/css?family=Palanquin:400,700);
@import url(https://fonts.googleapis.com/css?family=Exo+2);
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, input {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #666; }

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

td, td img {
  vertical-align: top; }

input, select, button, textarea {
  margin: 0;
  font-size: 100%;
  color: #666; }

input, a {
  outline: none; }

input[type="checkbox"] {
  vertical-align: bottom; }

input[type="radio"] {
  vertical-align: text-bottom; }

input::-ms-clear {
  display: none; }

sub {
  vertical-align: sub;
  font-size: smaller; }

sup {
  vertical-align: super;
  font-size: smaller; }

body {
  position: relative;
  color: #000;
  text-align: left;
  font: 62.5%/1.2em arial, sans-serif;
  background: #fff;
  line-height: 1; }

label, input[type="button"], input[type="submit"], button {
  cursor: pointer; }

hr {
  color: #e0e0e0;
  background-color: #e0e0e0;
  border: 0px none;
  height: 1px;
  clear: both;
  margin: 0; }

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

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

.clearfix:before, .tech-info:before, .nav-social:before, .clearfix:after, .tech-info:after, .nav-social:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden; }

.clearfix:after, .tech-info:after, .nav-social:after {
  clear: both; }

.clearfix, .tech-info, .nav-social {
  zoom: 1; }

.post p {
  font-size: 14px;
  color: #000;
  line-height: 24px;
  padding-bottom: 20px; }

.post strong, .post b {
  font-weight: 600; }

.post a {
  color: #D14A24;
  text-decoration: underline; }

.post a:hover {
  text-decoration: none; }

.post img[align="left"] {
  float: left;
  margin: 0 20px 20px 0; }

.post img[align="right"] {
  float: right;
  margin: 0 0 20px 20px; }

.post h1 {
  font-size: 32px;
  font-weight: normal;
  line-height: 36px;
  color: #433931;
  padding-bottom: 10px; }

.post h2 {
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
  color: #D14A24;
  padding-bottom: 15px; }

.post h3 {
  font-size: 20px;
  line-height: 24px;
  color: #D14A24;
  padding-bottom: 15px;
  font-weight: 200; }

.post h4 {
  font-size: 18px;
  line-height: 20px;
  color: #D14A24;
  padding-bottom: 10px;
  font-weight: 300; }

.post h5 {
  font-size: 16px;
  line-height: 20px;
  color: #463333;
  padding-bottom: 10px; }

.post h6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #463333;
  padding-bottom: 10px; }

.post ul {
  list-style: none; }

.post ul li {
  font-size: 14px;
  color: #999;
  line-height: 18px;
  padding: 0 0 10px 14px; }

.post ol {
  padding-left: 15px; }

.post ol li {
  font-size: 16px;
  color: #433931;
  line-height: 21px;
  padding-bottom: 10px; }

.post table {
  width: 100%;
  margin-bottom: 20px; }

.post table tr td {
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 15px;
  padding: 10px; }

.post table[border="1"] tr td {
  border: 2px solid #333; }

/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets
  List of CSS3 Sass Mixins File to be @imported and @included as you need
  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files
  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties
  Mixins available:
    -   css3-prefix             - arguments: Property, Value
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-horizontal   - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-radial       - arguments: Start Color: #FFFFFF, Start position: 0%, End Color: #000000, End position: 100%
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   background-opacity      - arguments: Color: #000, Opacity: .85
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Right: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transform-style         - arguments: Style: preserve-3d
    -   transition              - Default arguments: What: all, Length: 1s, Easing: ease-in-out
    -                            - Examples: @include transition (all 2s ease-in-out);
    -                                        @include transition (opacity 1s ease-in 2s, width 2s ease-out);
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0
    -   keyframes               - arguments: Animation name
                                - content:   Animation css
    -   animation               - arguments: name duration timing-function delay iteration-count direction fill-mode play-state
                                             (http://www.w3schools.com/cssref/css3_pr_animation.asp)
------------------------------------------------------------- */
/* Your custom fonts here */
/* Example

@font-face {
    font-family: 'CustomFont';
    src: url('../fonts/Custom-Font.eot');
    src: url('../fonts/Custom-Font.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Custom-Font.woff') format('woff'),
         url('../fonts/Custom-Font.svg#custom_font') format('svg');
    font-weight: 400;       // For normal width. It could has another value
    font-style: normal;     // Also could has another value
    }


// Var for using custom font
$CustomFont: 'CustomFont', Helvetica, Arial, sans-serif;
*/
.dragger {
  position: absolute;
  z-index: 11;
  opacity: 0;
  transition: opacity .5s ease-out;
  left: -80px;
  top: -80px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.dragger.initialize {
  opacity: 1; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .dragger {
    display: none; } }

@media only screen and (max-width: 767px) {
  .dragger {
    display: none; } }

.my-dragger {
  width: 210px;
  height: 200px; }

.my-dragger.hover {
  cursor: pointer; }

.drag-controls {
  position: absolute;
  transition: rotate .2s;
  cursor: pointer;
  left: 135px;
  top: 135px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -ms-transform: rotate(-24deg);
      transform: rotate(-24deg); }

.drag-controls_i {
  position: relative; }

.drag-handler {
  width: 16px;
  display: block;
  height: 16px;
  position: relative;
  border-radius: 50%;
  border: 2px solid #ffffff;
  cursor: pointer;
  transition: transform .3s;
  background: #b4b4b4; }

.drag-handler:before {
  content: attr(data-text);
  font-size: 9px;
  text-transform: uppercase;
  color: #ffffff;
  position: absolute;
  left: -230%;
  top: 20%;
  -ms-transform: rotate(-10deg);
      transform: rotate(-10deg);
  pointer-events: none; }

.drag-handler.drag-handler_de:before {
  left: -280%; }

.drag-handler:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 -3px;
  background: #ffffff;
  width: 6px;
  height: 6px;
  border-radius: 50%; }

.drag-circle {
  position: relative;
  -ms-transform: translateX(-101px);
      transform: translateX(-101px);
  margin: -4px 0 0 -6px;
  width: 16px;
  height: 16px;
  opacity: 0; }

.drag-circle.visible {
  opacity: 1; }

.drag-circle:hover .drag-handler {
  transform: scale(1.3) translateZ(0); }

.drag-wave {
  position: absolute;
  opacity: 0;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  border-radius: 50%;
  pointer-events: none; }

@media only screen and (min-width: 1900px) and (max-width: 2200px) {
  .drag-wave.active {
    animation-name: pulse;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite; } }

@media only screen and (min-width: 1171px) and (max-width: 1900px) {
  .drag-wave.active {
    animation-name: pulse;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite; } }

@media only screen and (min-width: 1024px) and (max-width: 1690px) {
  .drag-wave.active {
    animation-name: pulse;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite; } }

.counter {
  position: absolute;
  bottom: -35px;
  right: -35px;
  z-index: 10000;
  display: block;
  line-height: 280px;
  font-family: 'Exo 2', sans-serif;
  color: #f1f1f1;
  opacity: 0.45;
  font-size: 280px; }

@media only screen and (max-width: 767px) {
  .counter {
    font-size: 80px;
    line-height: 80px;
    bottom: 15px;
    right: 15px; } }

.tech-cube {
  position: relative; }

.tech-cube_i {
  position: absolute;
  left: 0;
  top: 0;
  -ms-transform: translate(-115%, -80%);
      transform: translate(-115%, -80%);
  z-index: 10000; }

@media only screen and (min-width: 1171px) and (max-width: 1900px) {
  .tech-cube_i {
    -ms-transform: translate(-115%, -55%);
        transform: translate(-115%, -55%); } }

@media only screen and (max-width: 767px) {
  .tech-cube_i {
    -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    position: relative; } }

.preloader-bg {
  position: absolute;
  opacity: 0;
  display: none;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  background: #e5e5e5; }

.animated-background {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }

.animated-background canvas {
  width: 100%;
  height: 100%; }

.tech-info {
  padding-right: 40px;
  opacity: 0;
  -ms-transform: translateY(25%);
      transform: translateY(25%);
  transition: all .3s linear;
  transition-delay: 1.5s; }

@media only screen and (max-width: 767px) {
  .tech-info {
    padding-right: 0px; } }

.section_active .tech-info {
  opacity: 1;
  -ms-transform: translateY(0);
      transform: translateY(0); }

.small-point {
  border-radius: 50%;
  background: #ffffff;
  transition: transform .3s;
  position: absolute;
  width: 4px;
  height: 4px;
  margin: -2px 0 0 -2px;
  cursor: pointer;
  pointer-events: none;
  opacity: 0; }

.small-point.hover {
  -ms-transform: scale(1.5);
      transform: scale(1.5);
  margin: -2px 0 0 -2px; }

.small-point.visible {
  opacity: 1; }

.product-clock {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  left: 0;
  top: 35%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  transition: opacity .75s;
  opacity: 0; }

.product-clock.active {
  opacity: 1; }

.tech-info__col {
  float: left;
  width: 33.3%; }

@media only screen and (max-width: 767px) {
  .tech-info__col {
    float: none;
    width: auto;
    text-align: right; } }

.tech-info__col__title {
  position: relative; }

@media only screen and (max-width: 767px) {
  .tech-info__col__title {
    display: inline-block;
    margin-bottom: 15px; } }

.tech-info__col__title .fa {
  position: absolute;
  color: #ffffff;
  left: 15px;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.tech-info__col__title p {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
  padding: 0 0 0 30px; }

.tech-info__col__text {
  padding: 0 0 0 10px; }

.tech-info__col__text p {
  font-size: 15px;
  line-height: 20px;
  color: #909090; }

@media only screen and (max-width: 767px) {
  .tech-info__col__text {
    padding-bottom: 15px; } }

.audio {
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
  left: -100%;
  top: -100%; }

.nav-bg_i {
  position: fixed;
  right: 12px;
  width: 430px;
  top: 12px;
  z-index: 35;
  pointer-events: none;
  bottom: 12px;
  overflow: hidden;
  transition: width 0.3s; }

@media only screen and (max-width: 767px) {
  .nav-bg_i {
    width: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none; } }

.nav-bg_i.imprint-open {
  width: 561px; }

@media only screen and (max-width: 767px) {
  .nav-bg_i.imprint-open {
    width: 100%; } }

.nav-bg {
  position: absolute;
  top: -200%;
  right: -400%;
  height: 200%;
  width: 400%;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  transition: all 1s ease-out;
  background: #ffffff; }

.nav-bg.active {
  top: -60%;
  right: -50%; }

@media only screen and (min-width: 1171px) and (max-width: 1900px) {
  .nav-bg.active {
    right: -90%; } }

@media only screen and (max-width: 767px) {
  .nav-bg.active {
    right: -90%; } }

@media only screen and (min-width: 1920px) {
  .nav-bg.active {
    right: -100%; } }

@media only screen and (min-width: 2700px) {
  .nav-bg.active {
    right: -200%;
    width: 500%; } }

@media only screen and (min-width: 500px) and (max-width: 767px) {
  .nav-bg {
    height: 400%;
    top: -400%; }
  .nav-bg.active {
    top: -200%; } }

.video-wrap {
  opacity: 0;
  position: absolute; }

.section-preloader_active .video-wrap {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }

.section-preloader_active .video-wrap .btn-close-video {
  top: 30px;
  z-index: 1001;
  right: 31px;
  position: absolute; }

.section-preloader_active .video-wrap .btn-close-video .fa {
  color: #ffffff;
  font-size: 25px;
  line-height: 25x; }

.section-preloader_active .video-wrap .js-play-pause {
  position: absolute;
  left: 50%;
  pointer-events: none;
  top: 50%;
  z-index: 1001; }

.section-preloader_active .video-wrap .js-play-pause .fa {
  color: #ffffff;
  font-size: 65px;
  line-height: 65px; }

.video-wrap .video {
  width: 100%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.video-wrap .fa-play, .video-wrap .fa-pause {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.video-wrap.played, .video-wrap.pause {
  z-index: 1000; }

.video-wrap.played.anim .fa-play {
  animation-name: play-pause;
  animation-duration: 2s; }

.video-wrap.pause.anim .fa-pause {
  animation-name: play-pause;
  animation-duration: 2s; }

@keyframes play-pause {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes pulse {
  0% {
    width: 100%;
    height: 100%;
    opacity: 1; }
  15% {
    width: 200%;
    height: 200%;
    opacity: .5; }
  30% {
    width: 300%;
    height: 300%;
    opacity: 0; } }

* {
  box-sizing: border-box; }

.mobile-hide {
  display: block; }

@media only screen and (max-width: 767px) {
  .mobile-hide {
    display: none !important; } }

.mobile-show {
  display: none !important; }

@media only screen and (max-width: 767px) {
  .mobile-show {
    display: inline-block !important; } }

.col_50 {
  width: calc(50% - 18px);
  margin: 0 9px;
  display: inline-block;
  vertical-align: top; }

@media only screen and (max-width: 767px) {
  .col_50 {
    width: calc(100% - 18px); } }

.col_25 {
  width: calc(25% - 18px);
  display: inline-block;
  vertical-align: top;
  margin: 0 9px; }

@media only screen and (max-width: 767px) {
  .col_25 {
    width: calc(100% - 18px); } }

.col_33 {
  width: 33.33%;
  display: inline-block;
  vertical-align: top; }

@media only screen and (max-width: 767px) {
  .col_33 {
    width: 100%; } }

.test {
  position: absolute;
  left: 50%;
  top: 0;
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }

html, body {
  height: 100%;
  font-family: 'Palanquin', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  position: relative;
  background: #bcbcbc;
  background: linear-gradient(to bottom, #bcbcbc 0%, #d3d3d3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#d3d3d3', GradientType=0); }

@media only screen and (max-width: 767px) {
  html, body {
    overflow: hidden;
    overflow-y: scroll; } }

html.open-menu, body.open-menu {
  overflow: visible;
  overflow: hidden;
  height: 100%;
  width: 100%;
  overflow-x: hidden; }

html.tech-page, body.tech-page {
  background: #4d4d4c; }

body {
  position: relative;
  overflow: hidden; }

@media only screen and (max-width: 767px) {
  body {
    width: 100%; } }

body.open-menu:after, body.open-thanks:after, body.open-email:after {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s; }

body:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  visibility: hidden;
  opacity: 0;
  transition: all 1.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: .5s;
  z-index: 34; }

@-ms-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

textarea {
  resize: none;
  padding: 10px 17px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #585858;
  height: 102px;
  width: 100%;
  border: 0;
  background: #ffffff; }

textarea:focus {
  border: 0; }

textarea.placeholder {
  color: #585858; }

textarea:-moz-placeholder {
  color: #585858; }

textarea::-webkit-input-placeholder {
  color: #585858; }

textarea:focus {
  border: 0; }

.inp {
  height: 41px;
  width: 100%;
  background: #ffffff;
  padding: 0 17px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: #585858; }

.inp.placeholder {
  color: #585858; }

.inp:-moz-placeholder {
  color: #585858; }

.inp::-webkit-input-placeholder {
  color: #585858; }

.inp:focus {
  border: 0; }

.wrap-center {
  width: 895px;
  margin: auto;
  position: relative;
  z-index: 22;
  padding: 0 23px; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrap-center {
    width: auto; } }

@media only screen and (max-width: 767px) {
  .wrap-center {
    width: auto; } }

.tech-page .wrap-center {
  position: static; }

.radio {
  position: relative; }

.radio label {
  display: block; }

.radio label .radio-inp {
  width: 8px;
  height: 8px;
  border: 1px solid #ffffff;
  background: #fff;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  display: inline-block;
  vertical-align: bottom; }

.radio input {
  position: absolute;
  opacity: 0; }

.radio input:checked + label .radio-inp {
  background: transparent; }

.radio p {
  display: inline-block;
  vertical-align: bottom;
  color: #585858;
  font-size: 14px;
  line-height: 11px;
  font-weight: 400;
  padding-left: 10px; }

.disable-hover {
  pointer-events: none; }

input {
  -webkit-appearance: none;
  border-radius: 0; }

header {
  position: absolute;
  height: 117px;
  width: 100%; }

@media only screen and (max-width: 767px) {
  .section-bottom-wrap {
    width: 100%;
    height: 190px;
    position: relative; } }

.section-product .wrap-center, .section-home .wrap-center, .section-nutshell .wrap-center {
  height: 100%; }

.section-nutshell .info {
  width: 400px; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .section-nutshell .info {
    width: 300px; } }

.section-nutshell .cube {
  top: -114px;
  margin-left: 44px; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .section-nutshell .cube {
    margin-left: 0; } }

@media only screen and (max-width: 767px) {
  .section-nutshell .cube {
    top: 0;
    margin: 0;
    margin-top: -61px; } }

.btn {
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  text-align: center;
  overflow: hidden;
  padding: 25px 3px;
  margin-top: -25px;
  perspective: 800px;
  transition: all, .3s; }

@media only screen and (max-width: 767px) {
  .btn {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 15px; } }

.hide-hover .btn:hover div {
  transform: rotateX(0deg); }

.hide-hover .btn:hover div span:nth-child(2) {
  border-radius: 0; }

.btn div {
  transform-style: preserve-3d;
  transform: rotateX(-90deg);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
  line-height: 23px;
  height: 43px; }

html[data-useragent*='MSIE 10.0'] .btn div {
  transform: rotateX(0deg); }

.btn span {
  display: block;
  height: 43px;
  padding: 7px 18px 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

@media only screen and (max-width: 767px) {
  .btn span {
    padding: 7px 7px 0; } }

.btn span:nth-child(1) {
  transform: rotateX(0deg) translateZ(22px); }

.btn span:nth-child(2) {
  transform: rotateX(90deg) translateZ(62px); }

.btn.btn_light span {
  border: 2px solid #ffffff; }

.btn.btn_light span:nth-child(1) {
  background: #ffffff;
  color: #bcbcbc; }

html[data-useragent*='MSIE 10.0'] .btn.btn_light span:nth-child(1) {
  background: transparent;
  color: #ffffff; }

.btn.btn_light span:nth-child(2) {
  background: transparent; }

.btn.btn_gold span {
  border: 2px solid transparent; }

.btn.btn_gold span:nth-child(1) {
  border: 2px solid #c5af9a;
  background-color: transparent;
  color: #c5af9a; }

html[data-useragent*='MSIE 10.0'] .btn.btn_gold span:nth-child(1) {
  background: #c5af9a; }

.btn.btn_gold span:nth-child(2) {
  background: #c5af9a; }

.burger {
  position: absolute;
  right: 51px;
  z-index: 88;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  transition: all, .3s;
  transition-delay: .3s;
  top: 35px; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .burger {
    display: block; } }

@media only screen and (max-width: 767px) {
  .burger {
    display: block;
    top: 18px;
    right: 40px; } }

.burger .row {
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1); }

.open-menu .burger:hover .row {
  -ms-transform: translateX(0) !important;
      transform: translateX(0) !important; }

.open-menu .burger b {
  visibility: hidden;
  opacity: 0; }

.open-menu .burger .row span {
  background: #c5af9a;
  border-radius: 3px;
  width: 10px;
  height: 4px; }

.hide-hover .burger:hover .row:nth-child(1) {
  -ms-transform: translateX(2px);
      transform: translateX(2px); }

.hide-hover .burger:hover .row:nth-child(3) {
  -ms-transform: translateX(-2px);
      transform: translateX(-2px); }

.burger b {
  color: #ffffff;
  font-size: 16px;
  overflow: hidden;
  display: block;
  text-transform: uppercase;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  line-height: 14px;
  padding-right: 25px;
  font-weight: 400;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-transform-origin: 100% 50%;
      transform-origin: 100% 50%; }

.open-menu .burger .row.row-1 span.line-1 {
  transform: translate(1px, 1px) translateZ(0) rotate(45deg) rotateZ(0deg); }

.open-menu .burger .row.row-1 span.line-2 {
  transform: translate(-2px, 1px) translateZ(0) rotate(-45deg) rotateZ(0deg); }

.open-menu .burger .row.row-2 span {
  opacity: 0; }

.open-menu .burger .row.row-2 span.line-1 {
  transform: translate(100%, 0) translateZ(0); }

.open-menu .burger .row.row-2 span.line-2 {
  transform: translate(-100%, 0) translateZ(0); }

.open-menu .burger .row.row-3 span.line-1 {
  transform: translate(1px, -1px) translateZ(0) rotate(-45deg) rotateZ(0deg); }

.open-menu .burger .row.row-3 span.line-2 {
  transform: translate(-2px, -1px) translateZ(0) rotate(45deg) rotateZ(0deg); }

.burger .icon {
  width: 26px;
  height: 13px;
  position: absolute;
  top: 0;
  right: -19px; }

.burger .icon .row {
  position: absolute;
  left: 0;
  right: 0;
  height: 3px; }

.burger .icon .row.row-1 {
  top: 0; }

.burger .icon .row.row-2 {
  top: 5px; }

.burger .icon .row.row-3 {
  bottom: 0; }

.burger .icon span {
  background-color: #ffffff;
  width: 13px;
  height: 3px;
  display: inline-block;
  vertical-align: top;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1); }

.logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 365px;
  height: 123px;
  transition: all 1.5s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 90;
  overflow: hidden; }

@media only screen and (max-width: 767px) {
  .logo {
    width: 221px;
    height: 80px;
    transition: all, .3s;
    transition-delay: 0s !important; } }

@media only screen and (max-width: 767px) {
  .logo a {
    width: 60px;
    height: 60px;
    display: block; } }

.logo a .img {
  transition: all, .3s;
  opacity: 0; }

.hide-hover .logo a:hover + .logo-bg {
  transition-delay: 0s;
  -ms-transform: translate(-6%, -101%) rotate(-20deg);
      transform: translate(-6%, -101%) rotate(-20deg); }

@media only screen and (max-width: 767px) {
  .hide-hover .logo a:hover + .logo-bg {
    -ms-transform: translate(-26%, -56%) rotate(-19deg);
        transform: translate(-26%, -56%) rotate(-19deg); } }

.logo .logo-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -ms-transform-origin: 100% 100%;
      transform-origin: 100% 100%;
  -ms-transform: translate(-6%, -101%) rotate(0deg);
      transform: translate(-6%, -101%) rotate(0deg);
  background: #e5e5e5;
  transition: all, .5s; }

@media only screen and (max-width: 767px) {
  .logo .logo-bg {
    -ms-transform: translate(-26%, -56%) rotate(-19deg);
        transform: translate(-26%, -56%) rotate(-19deg);
    -ms-transform-origin: 0 0;
        transform-origin: 0 0;
    width: 300px;
    height: 200px; } }

.hide-hover .logo .logo-bg:hover {
  transition-delay: 0s;
  -ms-transform: translate(-6%, -101%) rotate(-20deg);
      transform: translate(-6%, -101%) rotate(-20deg); }

@media only screen and (max-width: 767px) {
  .hide-hover .logo .logo-bg:hover {
    -ms-transform: translate(-26%, -56%) rotate(-19deg);
        transform: translate(-26%, -56%) rotate(-19deg); } }

.logo.animate .logo-cube {
  animation: logoRotate2 3s linear; }

.logo_active a .img {
  opacity: 1;
  transition-delay: .5s; }

@media only screen and (max-width: 767px) {
  .logo_active a .img {
    transition-delay: 0s; } }

.logo_active .logo-bg {
  -ms-transform: translate(-6%, -101%) rotate(-18deg);
      transform: translate(-6%, -101%) rotate(-18deg); }

@media only screen and (max-width: 767px) {
  .logo_active .logo-bg {
    -ms-transform: translate(-26%, -56%) rotate(-19deg);
        transform: translate(-26%, -56%) rotate(-19deg); } }

.logo i {
  padding-left: 58px;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 2px;
  position: relative;
  display: block;
  z-index: 3;
  padding-top: 19px;
  font-weight: 700;
  text-transform: uppercase; }

@media only screen and (max-width: 767px) {
  .logo i {
    padding-left: 20px;
    padding-top: 6px;
    font-size: 10px; } }

.logo .logo-main {
  width: 43px;
  height: 48px;
  display: inline-block;
  position: absolute;
  z-index: 3;
  top: 17px;
  left: 2px;
  background: url("../img/content/ordercube_logo_svg.svg") no-repeat center;
  background-size: cover; }

@media only screen and (max-width: 767px) {
  .logo .logo-main {
    width: 22px;
    height: 25px;
    top: 6px;
    left: -9px; } }

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

.logo .img {
  width: 144px;
  height: 48px;
  z-index: 2;
  position: relative;
  top: 3px;
  left: 20px; }

.logo .img img {
  width: 100%;
  display: block;
  min-width: 100%; }

.cover {
  text-align: right; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cover {
    z-index: 11;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 7%; }
  .section-product_inside .cover {
    -ms-flex-pack: start;
    justify-content: flex-start; } }

@media only screen and (max-width: 767px) {
  .cover {
    max-width: 100%;
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    padding-top: 95px; }
  .section-product .cover {
    text-align: right; }
  .tech-page .cover {
    text-align: right; } }

.main-title {
  padding: 45px 45px 57px 53px;
  position: relative;
  margin-bottom: 43px;
  display: inline-block;
  vertical-align: top; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .main-title {
    padding: 0; } }

@media only screen and (max-width: 767px) {
  .main-title {
    width: 100%;
    padding: 0; } }

@media only screen and (min-width: 1024px) and (max-width: 1690px) {
  .main-title {
    margin-top: 100px; } }

.section-product .main-title {
  margin-top: 90px; }

@media only screen and (max-width: 767px) {
  .section-product .main-title {
    margin-top: 0; } }

@media only screen and (max-width: 767px) {
  .section-product_inside .main-title {
    margin-top: 90px;
    margin-bottom: 0; } }

.main-wrap_tech .main-title {
  margin-bottom: 200px; }

@media only screen and (min-width: 1171px) and (max-width: 1900px) {
  .main-wrap_tech .main-title {
    margin-top: -100px;
    margin-bottom: 75px; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .main-wrap_tech .main-title {
    margin-top: 0px; } }

@media only screen and (max-width: 767px) {
  .main-wrap_tech .main-title {
    margin-bottom: 0; } }

.tech-page .main-title {
  width: auto; }

.img-touch {
  display: none;
  height: 100%; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .img-touch {
    display: block; } }

@media only screen and (max-width: 767px) {
  .img-touch {
    display: block; } }

.img-touch img {
  width: 100%;
  display: block;
  height: 100%; }

.img-touch.img-touch_tech {
  height: calc(500px * 0.7); }

.img-touch.img-touch_tech img {
  width: auto; }

@media only screen and (max-width: 767px) {
  .img-touch.img-touch_tech {
    height: 250px;
    text-align: right; }
  .img-touch.img-touch_tech img {
    display: inline-block;
    width: auto; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cube__clip {
    display: none; } }

@media only screen and (max-width: 767px) {
  .cube__clip {
    display: none; } }

.cube__clip.active .image-picker {
  opacity: 1;
  visibility: visible;
  transition: all, .3s;
  transition-delay: 2s; }

.cube__clip .image-picker {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.cube__clip .image-picker input {
  padding: 0;
  border: none;
  position: absolute;
  width: 100%;
  height: 100%;
  mix-blend-mode: hue;
  cursor: pointer; }

.cube__clip .image-picker .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(145, 255, 10, 0.83);
  opacity: 0.3;
  z-index: 1; }

.cube__clip .image-picker img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2; }

.section-product_inside .cube__clip .img-clip__renderer {
  top: 0;
  max-height: 100%;
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
  transition: all, .5s; }

.clip-top .section-product_inside .cube__clip .img-clip__renderer {
  top: 15px;
  transition-delay: 1s;
  -ms-transform: translate(15px, 0);
      transform: translate(15px, 0); }

.main-title__text {
  z-index: 1;
  position: relative;
  opacity: 0;
  perspective: 800px; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .main-title__text {
    border: 30px solid #e5e5e5;
    padding: 5px 10px 5px 10px;
    display: inline-block; } }

@media only screen and (max-width: 767px) {
  .main-title__text {
    border: 16px solid #e5e5e5;
    padding: 0 10px 6px 10px;
    display: inline-block; } }

.main-title__text span:nth-child(1) {
  transition-delay: 1.2s; }

.main-title__text span:nth-child(2) {
  transition-delay: 1.4s; }

.main-title__text span:nth-child(3) {
  transition-delay: 1.6s; }

.main-title__text span:nth-child(4) {
  transition-delay: 1.8s; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .main-wrap_tech .main-title__text {
    border-color: #626262; } }

@media only screen and (max-width: 767px) {
  .main-wrap_tech .main-title__text {
    border-color: #626262; } }

.main-title__text span {
  display: block;
  color: #e5e5e5;
  font-size: 102px;
  font-weight: 700;
  line-height: 84px;
  text-transform: uppercase;
  text-align: justify;
  letter-spacing: 3px;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transform-style: preserve-3d;
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.main-wrap_tech .main-title__text span {
  color: #626262; }

.main-title__text span:first-child i:nth-child(1) {
  transform: rotateY(-99deg) translateZ(22px); }

.main-title__text span:first-child i:nth-child(2) {
  transform: rotateX(-99deg) translateZ(22px); }

.main-title__text span:first-child i:nth-child(3) {
  transform: rotateY(99deg) translateZ(22px); }

.main-title__text span:first-child i:nth-child(4) {
  transform: rotateX(99deg) translateZ(22px); }

.main-title__text span:first-child i:nth-child(5) {
  transform: rotateY(-99deg) translateZ(22px); }

.main-title__text span:first-child i:nth-child(6) {
  transform: rotateX(99deg) translateZ(22px); }

.main-title__text span:first-child i:nth-child(7) {
  transform: rotateY(99deg) translateZ(22px); }

.main-title__text span:first-child i:nth-child(8) {
  transform: rotateX(99deg) translateZ(22px); }

.main-title__text span:first-child i:nth-child(9) {
  transform: rotateX(99deg) translateZ(22px); }

.main-title__text span:first-child i:nth-child(10) {
  transform: rotateX(99deg) translateZ(22px); }

.main-title__text span:last-child i:nth-child(1) {
  transform: rotateX(-99deg) translateZ(22px); }

.main-title__text span:last-child i:nth-child(2) {
  transform: rotateY(-99deg) translateZ(22px); }

.main-title__text span:last-child i:nth-child(3) {
  transform: rotateX(-99deg) translateZ(22px); }

.main-title__text span:last-child i:nth-child(4) {
  transform: rotateY(99deg) translateZ(22px); }

.main-title__text span:last-child i:nth-child(5) {
  transform: rotateY(-99deg) translateZ(22px); }

.main-title__text span:last-child i:nth-child(6) {
  transform: rotateX(-99deg) translateZ(22px); }

.main-title__text span:last-child i:nth-child(7) {
  transform: rotateX(99deg) translateZ(22px); }

.main-title__text span:last-child i:nth-child(8) {
  transform: rotateY(99deg) translateZ(22px); }

.main-title__text span:last-child i:nth-child(9) {
  transform: rotateX(99deg) translateZ(22px); }

.main-title__text span:last-child i:nth-child(10) {
  transform: rotateX(99deg) translateZ(22px); }

.main-title__text span i {
  font-style: normal;
  transition: all, .8s;
  display: inline-block;
  vertical-align: top;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0; }

.section_active .main-title__text span i:nth-child(1) {
  transform: rotateX(0deg) rotateY(0deg) translateZ(22px); }

.section_active .main-title__text span i:nth-child(2) {
  transform: rotateX(0deg) rotateY(0deg) translateZ(22px); }

.section_active .main-title__text span i:nth-child(3) {
  transform: rotateX(0deg) rotateY(0deg) translateZ(22px); }

.section_active .main-title__text span i:nth-child(4) {
  transform: rotateX(0deg) rotateY(0deg) translateZ(22px); }

.section_active .main-title__text span i:nth-child(5) {
  transform: rotateX(0deg) rotateY(0deg) translateZ(22px); }

.section_active .main-title__text span i:nth-child(6) {
  transform: rotateX(0deg) rotateY(0deg) translateZ(22px); }

.section_active .main-title__text span i:nth-child(7) {
  transform: rotateX(0deg) rotateY(0deg) translateZ(22px); }

.section_active .main-title__text span i:nth-child(8) {
  transform: rotateX(0deg) rotateY(0deg) translateZ(22px); }

.section_active .main-title__text span i:nth-child(9) {
  transform: rotateX(0deg) rotateY(0deg) translateZ(22px); }

.section_active .main-title__text span i:nth-child(10) {
  transform: rotateX(0deg) rotateY(0deg) translateZ(22px); }

.section_active .main-title__text span i:nth-child(11) {
  transform: rotateX(0deg) rotateY(0deg) translateZ(22px); }

.section_active .main-title__text span i:nth-child(12) {
  transform: rotateX(0deg) rotateY(0deg) translateZ(22px); }

.section_active .main-title__text span i:nth-child(13) {
  transform: rotateX(0deg) rotateY(0deg) translateZ(22px); }

.section_active .main-title__text span i:nth-child(14) {
  transform: rotateX(0deg) rotateY(0deg) translateZ(22px); }

.section_active .main-title__text span i:nth-child(15) {
  transform: rotateX(0deg) rotateY(0deg) translateZ(22px); }

.section_active .main-title__text span i {
  transform: rotateX(0deg) translateZ(22px);
  opacity: 1; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .main-title__text span {
    transform: translate(0, 0) translateZ(0);
    opacity: 1; } }

.main-title__text span i:nth-child(1) {
  transition-delay: 0.36s; }

.main-title__text span i:nth-child(2) {
  transition-delay: 0.66s; }

.main-title__text span i:nth-child(3) {
  transition-delay: 0.96s; }

.main-title__text span i:nth-child(4) {
  transition-delay: 1.26s; }

.main-title__text span i:nth-child(5) {
  transition-delay: 1.56s; }

.main-title__text span i:nth-child(6) {
  transition-delay: 1.86s; }

.main-title__text span i:nth-child(7) {
  transition-delay: 2.16s; }

.main-title__text span i:nth-child(8) {
  transition-delay: 2.46s; }

.main-title__text span i:nth-child(9) {
  transition-delay: 2.76s; }

.main-title__text span i:nth-child(10) {
  transition-delay: 3.06s; }

.main-title__text span i:nth-child(11) {
  transition-delay: 3.36s; }

.main-title__text span i:nth-child(12) {
  transition-delay: 3.66s; }

.main-title__text span i:nth-child(13) {
  transition-delay: 3.96s; }

.main-title__text span i:nth-child(14) {
  transition-delay: 4.26s; }

.main-title__text span i:nth-child(15) {
  transition-delay: 4.56s; }

.main-title__text span i:nth-child(16) {
  transition-delay: 4.86s; }

.main-title__text span i:nth-child(17) {
  transition-delay: 5.16s; }

.main-title__text span i:nth-child(18) {
  transition-delay: 5.46s; }

.main-title__text span i:nth-child(19) {
  transition-delay: 5.76s; }

.main-title__text span i:nth-child(20) {
  transition-delay: 6.06s; }

.main-title__text span i:nth-child(21) {
  transition-delay: 6.36s; }

.main-title__text span i:nth-child(22) {
  transition-delay: 6.66s; }

.main-title__text span i:nth-child(23) {
  transition-delay: 6.96s; }

.main-title__text span i:nth-child(24) {
  transition-delay: 7.26s; }

.main-title__text span i:nth-child(25) {
  transition-delay: 7.56s; }

.main-title__text span i:nth-child(26) {
  transition-delay: 7.86s; }

.main-title__text span i:nth-child(27) {
  transition-delay: 8.16s; }

.main-title__text span i:nth-child(28) {
  transition-delay: 8.46s; }

.main-title__text span i:nth-child(29) {
  transition-delay: 8.76s; }

.main-title__text span i:nth-child(30) {
  transition-delay: 9.06s; }

@media only screen and (max-width: 767px) {
  .main-title__text span {
    font-size: 13vw;
    line-height: 12vw;
    letter-spacing: 0;
    transition-delay: 0s;
    transform: translate(0, 0) translateZ(0);
    opacity: 1; } }

.section_active .main-title__text {
  opacity: 1; }

.main-title__line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .main-title__line {
    display: none; } }

@media only screen and (max-width: 767px) {
  .main-title__line {
    display: none; } }

.main-title__line svg {
  width: 100%;
  height: 100%; }

.main-title__line rect {
  width: 100%;
  height: 100%;
  stroke: #e5e5e5;
  stroke-width: 60px;
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  transition: all, 2s cubic-bezier(0.77, 0, 0.175, 1); }

html[data-useragent*='MSIE 10.0'] .main-title__line rect {
  stroke-width: 30px; }

html[data-useragent*='MSIE 11.0'] .main-title__line rect {
  stroke-width: 30px; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .main-title__line rect {
    stroke-width: 50px; } }

.section_active .main-title__line rect {
  transition-delay: 1s;
  stroke-dashoffset: 0; }

.main-wrap_tech .main-title__line rect {
  stroke: #626262; }

.popup-nav__i {
  position: relative;
  height: 100%;
  overflow: hidden;
  z-index: 2; }

.popup-nav__wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 430px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-transform-origin: 50% 51%;
      transform-origin: 50% 51%;
  transition: width, .5s; }

@media only screen and (max-width: 767px) {
  .popup-nav__wrap {
    width: 100%; } }

.open-menu .popup-nav__wrap .nav-social {
  transition-delay: 0.7s; }

.open-menu .popup-nav__wrap .nav-social a {
  transform: translateY(0) rotateX(0) translateZ(40px);
  transition: transform .5s ease-out; }

.open-menu .popup-nav__wrap .nav-social a:nth-of-type(1) {
  transition-delay: 0.8s; }

@media only screen and (max-width: 767px) {
  .open-menu .popup-nav__wrap .nav-social a:nth-of-type(1) {
    transition-delay: 0s; } }

.open-menu .popup-nav__wrap .nav-social a:nth-of-type(2) {
  transition-delay: 1s; }

@media only screen and (max-width: 767px) {
  .open-menu .popup-nav__wrap .nav-social a:nth-of-type(2) {
    transition-delay: 0s; } }

@media only screen and (max-width: 767px) {
  .open-menu .popup-nav__wrap .nav-social {
    opacity: 1; }
  .open-menu .popup-nav__wrap .nav-social a {
    transition-delay: 0s; } }

@media only screen and (max-width: 767px) {
  .form-active .popup-nav__wrap .nav-social {
    transition-delay: 0s;
    transition-duration: 0s;
    z-index: 1; } }

@media only screen and (max-width: 767px) {
  .popup-nav__wrap .nav-social {
    display: block;
    bottom: 86px;
    opacity: 0;
    right: 0px;
    z-index: 1000;
    top: initial;
    left: initial; }
  .popup-nav__wrap .nav-social a {
    display: block; }
  .popup-nav__wrap .nav-social a i {
    color: #5b5b5b; } }

@media only screen and (max-width: 767px) {
  .imprint-open .popup-nav__wrap .nav-social {
    opacity: 0;
    pointer-events: none;
    transition-delay: 0s; } }

.imprint {
  width: 100%;
  width: calc(100% + 18px);
  padding: 71px 22px 52px 52px;
  transition: all 0.2s;
  visibility: hidden;
  opacity: 0;
  transition-delay: 0s;
  z-index: 3;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%; }

@media only screen and (max-width: 767px) {
  .imprint {
    overflow-y: scroll;
    overflow-x: visible;
    height: 100%;
    width: 100%;
    -webkit-overflow-scrolling: touch; } }

.imprint-open .imprint {
  visibility: visible;
  opacity: 1;
  transition-delay: 1s; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .imprint {
    width: 100%;
    -webkit-overflow-scrolling: touch; } }

@media only screen and (max-width: 767px) {
  .imprint {
    width: 100%; } }

.imprint aside {
  float: left;
  width: 50%; }

@media only screen and (max-width: 767px) {
  .imprint aside {
    float: none;
    width: 100%; } }

.imprint aside:first-child {
  width: 47%; }

@media only screen and (max-width: 767px) {
  .imprint aside:first-child {
    width: 100%; } }

.imprint aside.aside-r p {
  text-align: justify; }

.imprint .title {
  color: #c5af9a;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase; }

.imprint .title span {
  display: inline-block;
  padding-bottom: 4px;
  margin-bottom: 13px; }

.imprint .title span:after {
  background: #c5af9a; }

.imprint p {
  font-size: 10px;
  color: #585858;
  line-height: 12px;
  padding-bottom: 12px; }

.imprint p a {
  display: block;
  color: #c5af9a; }

.imprint p a.tel {
  color: #585858; }

@keyframes menuAnimateOpen {
  0% {
    right: 12px;
    width: 0;
    overflow: hidden; }
  25% {
    visibility: visible;
    width: 200px;
    right: 12px; }
  26% {
    visibility: visible;
    width: 200px;
    right: 12px;
    overflow: hidden; }
  50% {
    visibility: visible;
    right: 260px;
    width: 200px;
    overflow: hidden; }
  99% {
    visibility: visible;
    width: 430px;
    right: 12px;
    overflow: hidden; }
  100% {
    visibility: visible;
    width: 430px;
    right: 12px;
    overflow: visible; } }

@keyframes menuAnimateClose {
  0% {
    width: 430px;
    right: 12px; }
  33% {
    right: 260px;
    width: 200px;
    overflow: hidden; }
  66% {
    width: 200px;
    right: 12px;
    overflow: hidden; }
  99% {
    right: 12px;
    width: 0;
    overflow: hidden; }
  100% {
    right: -100%;
    width: 0;
    overflow: hidden; } }

.popup-nav {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: fixed;
  transition: all 0.3s;
  transition-delay: 1s;
  pointer-events: none;
  opacity: 0;
  width: 430px;
  z-index: 35;
  right: -100%;
  top: 12px;
  bottom: 12px; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .popup-nav {
    visibility: hidden; } }

@media only screen and (max-width: 767px) {
  .popup-nav {
    top: 0px;
    bottom: 0px;
    width: 100%;
    visibility: hidden; } }

.popup-nav:after {
  content: '';
  position: absolute;
  top: -50%;
  left: 0;
  width: 100%;
  z-index: 0;
  background: #ffffff;
  top: 0;
  bottom: 0;
  display: none; }

@media only screen and (max-width: 767px) {
  .popup-nav {
    width: 100%; } }

.open-menu .popup-nav {
  transition: opacity 0.3s;
  transition-delay: 0s;
  pointer-events: auto;
  right: 12px;
  opacity: 1;
  animation-delay: 1s; }

.open-menu .popup-nav .burger {
  opacity: 1;
  visibility: visible; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .open-menu .popup-nav {
    visibility: visible;
    pointer-events: auto;
    right: 0; } }

@media only screen and (max-width: 767px) {
  .open-menu .popup-nav {
    visibility: visible;
    pointer-events: auto;
    right: 0; } }

.popup-nav.preorder-active .burger .icon span {
  background: #e5e5e5; }

.popup-nav.imprint-open {
  width: 561px;
  transition: all 0.3s;
  transition-delay: 0s; }

@media only screen and (max-width: 767px) {
  .popup-nav.imprint-open {
    width: 100%; } }

.popup-nav.imprint-open .popup-nav__wrap {
  width: 561px;
  transition: all 0.3s;
  transition-delay: 0s; }

@media only screen and (max-width: 767px) {
  .popup-nav.imprint-open .popup-nav__wrap {
    width: 100%; } }

.popup-nav.imprint-open .button-inp, .popup-nav.imprint-open .nav__pre {
  -ms-transform: translate(0, 100%);
      transform: translate(0, 100%);
  transition-delay: .3s; }

.popup-nav .burger {
  position: absolute; }

.button-inp {
  height: 93px;
  background: #c5af9a;
  font-size: 14px;
  color: #ffffff;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  padding-left: 40px;
  border: 0;
  text-align: left;
  z-index: 11;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 40px;
  transition-delay: 0s;
  -ms-transform: translate(0, 100%);
      transform: translate(0, 100%); }

.form-active .button-inp {
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
  transition-delay: 0s; }

.hide-hover .button-inp:hover {
  background: #ffffff;
  color: #c5af9a; }

.hide-hover .button-inp:hover i {
  color: #c5af9a; }

.button-inp i {
  color: #ffffff;
  position: absolute;
  top: 50%;
  right: 55px;
  transform: translate(0, -50%) translateZ(0);
  font-size: 20px;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1); }

.button-inp input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }

.preorder-fake {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  z-index: 9;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease-in-out;
  transition-delay: .4s; }

.form-active .preorder-fake {
  opacity: 1; }

.preorder-form {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  width: calc(100% + 18px);
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 10;
  transform: translate(0, 100%) translateZ(0);
  transition: all .6s ease-in-out;
  opacity: 0;
  top: 50px;
  pointer-events: none;
  padding: 0 33px 140px;
  background: #ffffff; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .preorder-form {
    -webkit-overflow-scrolling: touch; } }

@media only screen and (max-width: 767px) {
  .preorder-form {
    width: 100%;
    -webkit-overflow-scrolling: touch;
    padding: 0px 13px 80px; } }

.preorder-form .inp {
  background: #c5af9a;
  color: #ffffff;
  letter-spacing: 1px; }

.preorder-form .inp.placeholder {
  color: #ffffff;
  letter-spacing: 1px; }

.preorder-form .inp:-moz-placeholder {
  color: #ffffff;
  letter-spacing: 1px; }

.preorder-form .inp::-webkit-input-placeholder {
  color: #ffffff;
  letter-spacing: 1px; }

.preorder-form .radio label .radio-inp {
  border-color: #c5af9a; }

.preorder-form .radio input:checked + label .radio-inp {
  background: #c5af9a; }

.preorder-form textarea {
  background: #c5af9a;
  color: #ffffff;
  letter-spacing: 1px; }

.preorder-form textarea.placeholder {
  color: #ffffff;
  letter-spacing: 1px; }

.preorder-form textarea:-moz-placeholder {
  color: #ffffff;
  letter-spacing: 1px; }

.preorder-form textarea::-webkit-input-placeholder {
  color: #ffffff;
  letter-spacing: 1px; }

.preorder-form .text {
  opacity: 0;
  -ms-transform: translate(50px, 0);
      transform: translate(50px, 0);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: 1s; }

.preorder-form .text .title {
  padding-bottom: 15px; }

.preorder-form .text .title span {
  font-size: 12px;
  color: #c5af9a;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: 700; }

.preorder-form .text p {
  font-size: 12px;
  color: #585858;
  line-height: 14px;
  font-weight: 400;
  padding-bottom: 14px; }

.preorder-form .text p a {
  color: #c5af9a; }

.preorder-form textarea {
  margin-top: 11px; }

.preorder-form .form {
  padding-top: 15px; }

.preorder-form .row {
  padding-bottom: 9px;
  font-size: 0;
  line-height: 0;
  opacity: 0;
  -ms-transform: translate(50px, 0);
      transform: translate(50px, 0);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: 1.5s; }

.preorder-form .row .col {
  width: 100%;
  display: inline-block;
  vertical-align: top; }

.preorder-form .row .col_1 {
  width: 66px;
  margin-right: 7px; }

.preorder-form .row .col_2 {
  width: calc(100% - 73px); }

.preorder-form .row_r {
  padding-bottom: 23px;
  position: relative; }

.preorder-form .row_r .col {
  width: 87px;
  padding-left: 16px; }

.preorder-form .row_r .col-r {
  position: absolute;
  top: -13px;
  right: 8px;
  width: 150px; }

.preorder-form .row_r .col-r .inp {
  width: 50px;
  padding: 0 5px;
  text-align: center; }

.preorder-form .row_r .col-r p {
  font-size: 13px;
  color: #585858;
  line-height: 14px;
  font-weight: 400;
  padding-bottom: 14px;
  display: inline-block;
  vertical-align: top;
  padding-top: 11px;
  padding-left: 9px; }

.form-active .preorder-form {
  transition: transform .6s ease-out;
  opacity: 1;
  z-index: 10;
  pointer-events: auto;
  transform: translate(0, 0) translateZ(0); }

.form-active .preorder-form .row {
  opacity: 1;
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
  transition-delay: .5s; }

.form-active .preorder-form .text {
  transition-delay: 0s;
  opacity: 1;
  -ms-transform: translate(0, 0);
      transform: translate(0, 0); }

nav {
  padding: 79px 0 149px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  width: calc(100% + 18px);
  height: 100%;
  transition: all 1.5s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.imprint-open nav {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
  transition-delay: 0; }

.open-menu nav .line-1 {
  transition-delay: 0.47s; }

.open-menu nav .line-2 {
  transition-delay: 0.52s; }

.open-menu nav .line-3 {
  transition-delay: 0.57s; }

.open-menu nav .line-4 {
  transition-delay: 0.62s; }

.open-menu nav .line-5 {
  transition-delay: 0.67s; }

.open-menu nav .line-6 {
  transition-delay: 0.72s; }

.open-menu nav .line-7 {
  transition-delay: 0.77s; }

.open-menu nav .line-8 {
  transition-delay: 0.82s; }

.open-menu nav .line-9 {
  transition-delay: 0.87s; }

.open-menu nav .line-10 {
  transition-delay: 0.92s; }

.open-menu nav .line-11 {
  transition-delay: 0.97s; }

.open-menu nav .line-12 {
  transition-delay: 1.02s; }

.open-menu nav .line-13 {
  transition-delay: 1.07s; }

.open-menu nav .line-14 {
  transition-delay: 1.12s; }

.open-menu nav .line-15 {
  transition-delay: 1.17s; }

.open-menu nav .line-16 {
  transition-delay: 1.22s; }

.open-menu nav .line-17 {
  transition-delay: 1.27s; }

.open-menu nav .line-18 {
  transition-delay: 1.32s; }

.open-menu nav .line-19 {
  transition-delay: 1.37s; }

.open-menu nav .line-20 {
  transition-delay: 1.42s; }

nav li {
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  padding-bottom: 19px;
  position: relative;
  opacity: 0; }

.open-menu nav li {
  opacity: 1; }

nav li span {
  display: block;
  opacity: 0;
  padding-left: 149px;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transform: translate(50px, 0);
      transform: translate(50px, 0); }

@media only screen and (max-width: 767px) {
  nav li span {
    padding-left: 105px; } }

.open-menu nav li span {
  opacity: 1;
  -ms-transform: translate(0, 0);
      transform: translate(0, 0); }

nav li span:first-child:after {
  content: '';
  position: absolute;
  height: 1px;
  background: #c5af9a;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transform: scaleX(0);
      transform: scaleX(0);
  -ms-transform-origin: 100% 100%;
      transform-origin: 100% 100%;
  left: 45px;
  width: 95px;
  top: 10px; }

@media only screen and (max-width: 767px) {
  nav li span:first-child:after {
    width: 50px; } }

nav li span:before {
  content: attr(data-count);
  position: absolute;
  left: 120px;
  top: 0;
  color: #c5af9a;
  transition: left 0.5s cubic-bezier(0.77, 0, 0.175, 1); }

@media only screen and (max-width: 767px) {
  nav li span:before {
    left: 75px; } }

.open-menu nav li.active span:after {
  -ms-transform: scaleX(1);
      transform: scaleX(1); }

.open-menu nav li.active span:before {
  left: 25px; }

.hide-hover nav li:hover span:after {
  -ms-transform: scaleX(0.5);
      transform: scaleX(0.5); }

.hide-hover nav li:hover span:before {
  left: 60px; }

.hide-hover nav li:hover.active span:after {
  -ms-transform: scaleX(1);
      transform: scaleX(1); }

.hide-hover nav li:hover.active span:before {
  left: 25px; }

nav li span a {
  display: inline-block;
  color: #585858;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  padding-bottom: 0;
  line-height: 16px; }

nav li span:not(:first-child) a:hover {
  will-change: transform;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -ms-transform: translate(5px, 0);
      transform: translate(5px, 0); }

.hide-hover nav li span:hover a:first-child:after {
  width: 222px;
  -ms-transform: translate(-222px, 0);
      transform: translate(-222px, 0); }

nav li span:first-child a {
  display: inline-block;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 6px 5px 0;
  margin: 0 0 16px 0; }

nav li span:first-child a:after {
  left: 5px;
  width: 0; }

.nav__pre {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 12;
  cursor: pointer;
  -ms-transform: translate(0, 100%);
      transform: translate(0, 100%);
  height: 93px;
  transition: transform .5s, top .5s, background .5s;
  perspective: 800px; }

@media only screen and (max-width: 767px) {
  .nav__pre {
    height: 84px; } }

.hide-hover .nav__pre:hover div {
  transform: rotateX(0deg); }

.nav__pre div {
  transform-style: preserve-3d;
  transform: rotateX(-90deg);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
  height: 100%; }

.nav__pre span {
  display: block;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative; }

.nav__pre span i {
  display: none;
  position: absolute;
  top: 50%;
  right: 55px;
  transform: translate(0, -50%) translateZ(0);
  font-size: 20px;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1); }

.nav__pre span:nth-child(1) {
  transform: rotateX(0deg) translateZ(45px); }

.nav__pre span:nth-child(1) a {
  color: #c5af9a; }

.nav__pre span:nth-child(1) i {
  color: #c5af9a; }

.nav__pre span:nth-child(2) {
  transform: rotateX(90deg) translateZ(45px); }

.nav__pre span:nth-child(2) a {
  color: #ffffff; }

.nav__pre span:nth-child(2) i {
  color: #ffffff; }

.nav__pre span:nth-child(1) {
  background: #ffffff;
  color: #c5af9a; }

.nav__pre span:nth-child(2) {
  background: #c5af9a; }

.open-menu .nav__pre {
  -ms-transform: translate(0, -100%);
      transform: translate(0, -100%);
  transition-delay: .5s; }

.form-active .nav__pre {
  display: none; }

.nav__pre span {
  position: absolute;
  left: 0;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  padding-top: 36px;
  right: 0;
  margin: 0 12px; }

@media only screen and (max-width: 767px) {
  .nav__pre span {
    padding-top: 32px;
    margin: 0; } }

section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

section.contact {
  overflow-y: scroll; }

@media only screen and (max-width: 767px) {
  section {
    display: block;
    height: auto;
    position: static; }
  section.contact {
    padding-bottom: 0; } }

.info {
  display: inline-block;
  padding-right: 30px;
  width: 420px;
  z-index: 3;
  opacity: 0;
  -ms-transform: translate(0, 100px);
      transform: translate(0, 100px);
  transition: all 1.5s cubic-bezier(0.77, 0, 0.175, 1); }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .info {
    width: calc(100% - 435px); } }

@media only screen and (max-width: 767px) {
  .info {
    padding-right: 0; } }

.info .row {
  text-align: right; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .info .row {
    margin: 0 -33px; } }

@media only screen and (max-width: 767px) {
  .info .row {
    margin: 0 -18px; } }

.info .row .btn {
  margin-left: 11px; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .info .row .btn {
    margin-left: 0; } }

@media only screen and (max-width: 767px) {
  .info .row .btn {
    margin-left: 0; } }

.info .row .btn:first-child {
  margin-left: 0; }

.main-wrap_tech .info {
  float: right;
  width: 450px;
  -ms-transform: translateY(100px);
      transform: translateY(100px); }

@media only screen and (max-width: 767px) {
  .main-wrap_tech .info {
    width: auto;
    float: none; } }

.main-wrap_tech .info .text-main {
  padding-right: 80px; }

@media only screen and (min-width: 1171px) and (max-width: 1900px) {
  .main-wrap_tech .info .text-main {
    padding-bottom: 25px; } }

@media only screen and (max-width: 767px) {
  .main-wrap_tech .info .text-main {
    padding-right: 0px;
    text-align: right; } }

.main-wrap_tech .info .text-main .title {
  margin-left: -78px;
  display: inline-block;
  width: auto; }

@media only screen and (max-width: 767px) {
  .main-wrap_tech .info .text-main .title {
    margin-left: 0;
    width: auto; } }

.main-wrap_tech .info .text-main .title span {
  padding-left: 78px; }

.main-wrap_tech .info .text-main p {
  color: #909090; }

.main-wrap_tech .info .row {
  position: absolute;
  left: 40px;
  bottom: 0px; }

@media only screen and (max-width: 767px) {
  .main-wrap_tech .info .row {
    bottom: -100px;
    left: 10px;
    right: 10px;
    margin: 0; } }

.section_active .info {
  opacity: 1;
  transition-delay: 1s;
  -ms-transform: translate(0, 0);
      transform: translate(0, 0); }

.preloader {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: 112;
  opacity: 1; }

@media only screen and (max-width: 767px) {
  .preloader {
    position: absolute; } }

.preloader.hide {
  display: none; }

.preloader .center {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -50px;
  text-align: center;
  z-index: 1;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: 1s; }

.preloader .center .logo-cube-wrap {
  position: static;
  display: inline-block; }

.preloader .preloader__i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 1;
  background: transparent;
  margin: auto; }

.preloader .preloader__i:after {
  content: '';
  position: fixed;
  top: -100%;
  left: 0%;
  width: 200%;
  height: 200%;
  transition: all 3s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 0;
  -ms-transform: translate(0, 0) rotate(0deg);
      transform: translate(0, 0) rotate(0deg);
  -ms-transform-origin: 50% 100%;
      transform-origin: 50% 100%;
  background: #c7c7c7; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .preloader .preloader__i:after {
    width: 300%;
    height: 300%;
    -ms-transform-origin: 0% 100%;
        transform-origin: 0% 100%; } }

@media only screen and (max-width: 767px) {
  .preloader .preloader__i:after {
    width: 300%;
    height: 300%;
    -ms-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
    position: absolute;
    top: 0;
    transition: all 4s cubic-bezier(0.77, 0, 0.175, 1); } }

.preloader.hide-preloader {
  transition: opacity 1s;
  pointer-events: none;
  opacity: 0; }

.preloader.hide-preloader .counter {
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 0;
  transition-delay: 1s; }

.preloader.hide-preloader .prog-bar {
  transition: opacity .5s ease;
  opacity: 0;
  transition-delay: 1s; }

.preloader img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateZ(0); }

.preloader .item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateZ(0); }

@keyframes lineAnimate1 {
  from {
    height: 0; }
  to {
    height: 45px; } }

@keyframes lineAnimate {
  from {
    width: 0; }
  to {
    width: 45px; } }

.logo-cube-wrap {
  position: absolute;
  top: -22px;
  left: -13px;
  margin-left: -1px;
  margin-top: 1px;
  perspective: 800px;
  perspective-origin: 60%;
  width: 80px;
  height: 80px; }

.section-preloader_active .logo-cube-wrap {
  opacity: 1;
  transition-delay: 2s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateZ(0); }

.section-preloader_end .logo-cube-wrap, .starter-animation .logo-cube-wrap {
  opacity: 0;
  transition-delay: 0s;
  transition: all .2s; }

html[data-useragent*='MSIE 10.0'] .logo-cube-wrap {
  width: 44px;
  height: 51px;
  background: url("../img/content/cube-ie.png") no-repeat center;
  background-size: cover; }

@media only screen and (max-width: 767px) {
  header .logo-cube-wrap {
    background: url("../img/content/logo-mob.png") no-repeat center;
    background-size: 43%;
    top: -36px;
    left: -33px; } }

@media all and (-ms-high-contrast: none) {
  .logo-cube-wrap {
    width: 44px;
    height: 51px;
    background: url("../img/content/cube-ie.png") no-repeat center;
    background-size: cover; }
  /* IE10 */
  *::-ms-backdrop, .logo-cube-wrap {
    width: 44px;
    height: 51px;
    background: url("../img/content/cube-ie.png") no-repeat center;
    background-size: cover; }
  /* IE11 */ }

.section-preloader__line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateZ(0);
  width: 100%;
  height: 100%;
  z-index: 0; }

.section-preloader__line div:nth-child(1) {
  transition-delay: 4s; }

.section-preloader__line div:nth-child(2) {
  transition-delay: 4.5s; }

.section-preloader__line div:nth-child(3) {
  transition-delay: 5s; }

.section-preloader__line div:nth-child(4) {
  transition-delay: 5.5s; }

.section-preloader__line div:nth-child(5) {
  transition-delay: 6s; }

.section-preloader__line div:nth-child(6) {
  transition-delay: 6.5s; }

.section-preloader__line div {
  position: absolute;
  transform: translate(0, 0) translateZ(0);
  background: #e5e5e5;
  height: 6px;
  border-radius: 1px;
  overflow: hidden;
  -ms-transform-origin: 0;
      transform-origin: 0;
  width: 46px;
  opacity: 0;
  transition: all, .9s; }

.section-preloader_active .section-preloader__line div {
  opacity: 1; }

.section-preloader__line div.line_1 {
  top: 4px;
  transform: translate(5px, -15px) translateZ(0) rotate(32deg) scaleX(0);
  right: 0; }

.section-preloader_active .section-preloader__line div.line_1 {
  transform: translate(5px, -15px) translateZ(0) rotate(32deg) scaleX(1); }

.section-preloader__line div.line_2 {
  top: 50%;
  right: 1px;
  transform: translate(44px, -28px) translateZ(0) rotate(90deg) scaleX(0); }

.section-preloader_active .section-preloader__line div.line_2 {
  transform: translate(44px, -28px) translateZ(0) rotate(90deg) scaleX(1); }

.section-preloader__line div.line_3 {
  transform: translate(44px, -15px) translateZ(0) rotate(148deg) scaleX(0);
  right: 0;
  bottom: 4px; }

.section-preloader_active .section-preloader__line div.line_3 {
  transform: translate(44px, -15px) translateZ(0) rotate(148deg) scaleX(1); }

.section-preloader__line div.line_4 {
  transform: translate(40px, 8px) translateZ(0) rotate(-150deg) scaleX(0);
  bottom: 4px; }

.section-preloader_active .section-preloader__line div.line_4 {
  transform: translate(40px, 8px) translateZ(0) rotate(-150deg) scaleX(1); }

.section-preloader__line div.line_5 {
  top: 50%;
  left: 1px;
  transform: translate(0px, 17px) translateZ(0) rotate(-90deg) scaleX(0); }

.section-preloader_active .section-preloader__line div.line_5 {
  transform: translate(0px, 17px) translateZ(0) rotate(-90deg) scaleX(1); }

.section-preloader__line div.line_6 {
  top: 4px;
  transform: translate(2px, 9px) translateZ(0) rotate(-32deg) scaleX(0); }

.section-preloader_active .section-preloader__line div.line_6 {
  transform: translate(2px, 9px) translateZ(0) rotate(-32deg) scaleX(1); }

@keyframes logoRotate2 {
  0% {
    transform: translate(-50%, -50%) translateZ(0) rotateX(-33deg) rotateY(140deg) rotateZ(0deg); }
  33% {
    transform: translate(-50%, -50%) translateZ(0) rotateX(23deg) rotateY(0deg) rotateZ(0deg); }
  66% {
    transform: translate(-50%, -50%) translateZ(0) rotateX(73deg) rotateY(0deg) rotateZ(0deg); }
  100% {
    transform: translate(-50%, -50%) translateZ(0) rotateX(-33deg) rotateY(-220deg) rotateZ(0deg); } }

@keyframes logoRotate {
  0% {
    transform: translate(-50%, -50%) translateZ(0) rotateX(-33deg) rotateY(140deg) rotateZ(0deg); }
  45% {
    transform: translate(-50%, -50%) translateZ(0) rotateX(-33deg) rotateY(140deg) rotateZ(0deg); }
  60% {
    transform: translate(-50%, -50%) translateZ(0) rotateX(23deg) rotateY(0deg) rotateZ(0deg); }
  75% {
    transform: translate(-50%, -50%) translateZ(0) rotateX(73deg) rotateY(0deg) rotateZ(0deg); }
  100% {
    transform: translate(-50%, -50%) translateZ(0) rotateX(-33deg) rotateY(-220deg) rotateZ(0deg); } }

@keyframes logoRotate3 {
  0% {
    transform: translate(-50%, -50%) translateZ(0) rotateX(-33deg) rotateY(0deg) rotateZ(0deg); }
  100% {
    transform: translate(-50%, -50%) translateZ(0) rotateX(-33deg) rotateY(360deg) rotateZ(0deg); } }

@keyframes shine {
  0% {
    left: 100px; }
  100% {
    left: -100px; } }

.logo-cube {
  position: absolute;
  top: 48%;
  left: 48%;
  margin: 0 auto;
  width: 39px;
  height: 33px;
  -ms-transform-origin: 50%;
      transform-origin: 50%;
  transform-style: preserve-3d;
  transform: translate(-50%, -50%) translateZ(0) rotateX(-33deg) rotateY(140deg) rotateZ(0deg);
  z-index: 1; }

html[data-useragent*='MSIE 10.0'] .preloader .logo-cube {
  display: none; }

.section-preloader_active .logo-cube, .preloader_active .logo-cube {
  animation: logoRotate3 8s infinite linear; }

html[data-useragent*='MSIE 10.0'] .section-preloader .logo-cube {
  display: none; }

.logo-cube b {
  position: absolute;
  width: 34px;
  height: 34px;
  display: block;
  background: #5b5b5b;
  font-size: 20px;
  text-align: center;
  line-height: 67px;
  color: rgba(0, 0, 0, 0.5);
  font-family: sans-serif;
  text-transform: uppercase;
  transition: all 1s linear; }

.preloader .logo-cube b {
  background: #e5e5e5;
  border: 0; }

.section-preloader .logo-cube b {
  background: #e5e5e5;
  border: 0; }

@media only screen and (max-width: 767px) {
  header .logo-cube b {
    display: none; } }

.logo-cube b:before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 9px;
  height: 4px;
  margin-top: -2px;
  background: #e5e5e5; }

.preloader .logo-cube b:before {
  background: #c7c7c7; }

.section-preloader .logo-cube b:before {
  background: #c7c7c7; }

.logo-cube b:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateZ(0);
  background: #e5e5e5;
  height: 17px;
  width: 17px; }

.preloader .logo-cube b:after {
  background: #c7c7c7; }

.section-preloader .logo-cube b:after {
  background: #c7c7c7; }

.logo-cube b.back {
  transform: translateZ(-17px) rotateY(180deg);
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5; }

.preloader .logo-cube b.back {
  background: #686868;
  border: 0; }

.preloader .logo-cube b.back:before, .preloader .logo-cube b.back:after {
  content: none; }

.section-preloader .logo-cube b.back {
  background: #686868;
  border: 0; }

.section-preloader .logo-cube b.back:before, .section-preloader .logo-cube b.back:after {
  content: none; }

.logo .logo-cube b.back:before {
  content: '';
  height: 94%;
  width: 2px;
  background: #5b5b5b;
  top: 0;
  right: -1px;
  margin: 0; }

.logo-cube b.back:after {
  content: ''; }

.logo-cube b.right {
  transform: rotateY(-270deg) translateX(17px) translateZ(0px);
  -ms-transform-origin: top right;
      transform-origin: top right;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden; }

.preloader .logo-cube b.right {
  background: #848484;
  border: 0; }

.preloader .logo-cube b.right:before, .preloader .logo-cube b.right:after {
  content: none; }

.preloader .logo-cube b.right:after {
  content: '';
  position: absolute;
  width: 100px;
  left: -31px;
  top: 0;
  -ms-transform: skewX(-20deg);
      transform: skewX(-20deg);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.33) 37%, rgba(255, 255, 255, 0.4) 45%, rgba(255, 255, 255, 0.4) 56%, rgba(255, 255, 255, 0.33) 64%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 */
  height: 100%; }

.section-preloader .logo-cube b.right {
  background: #848484;
  border: 0; }

.section-preloader .logo-cube b.right:before, .section-preloader .logo-cube b.right:after {
  content: none; }

.section-preloader .logo-cube b.right:after {
  content: '';
  position: absolute;
  width: 100px;
  left: -31px;
  top: 0;
  -ms-transform: skewX(-20deg);
      transform: skewX(-20deg);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.33) 37%, rgba(255, 255, 255, 0.4) 45%, rgba(255, 255, 255, 0.4) 56%, rgba(255, 255, 255, 0.33) 64%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 */
  height: 100%; }

.section-preloader_active .logo-cube b.right:after, .preloader_active .logo-cube b.right:after {
  animation-iteration-count: infinite;
  animation-name: shine;
  animation-duration: 4s;
  animation-fill-mode: both; }

.logo-cube b.right:after {
  content: ''; }

.logo-cube b.right:before {
  content: ''; }

.logo-cube b.left {
  transform: rotateY(270deg) translateX(-17px) translateZ(0px);
  -ms-transform-origin: center left;
      transform-origin: center left;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  overflow: hidden; }

.preloader .logo-cube b.left {
  background: #848484;
  border: 0; }

.preloader .logo-cube b.left:before, .preloader .logo-cube b.left:after {
  content: none; }

.preloader .logo-cube b.left:after {
  content: '';
  position: absolute;
  width: 100px;
  left: -31px;
  top: 0;
  -ms-transform: skewX(-20deg);
      transform: skewX(-20deg);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.33) 37%, rgba(255, 255, 255, 0.4) 45%, rgba(255, 255, 255, 0.4) 56%, rgba(255, 255, 255, 0.33) 64%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 */
  height: 100%; }

.section-preloader .logo-cube b.left {
  background: #848484;
  border: 0; }

.section-preloader .logo-cube b.left:before, .section-preloader .logo-cube b.left:after {
  content: none; }

.section-preloader .logo-cube b.left:after {
  content: '';
  position: absolute;
  width: 100px;
  left: -31px;
  top: 0;
  -ms-transform: skewX(-20deg);
      transform: skewX(-20deg);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.33) 37%, rgba(255, 255, 255, 0.4) 45%, rgba(255, 255, 255, 0.4) 56%, rgba(255, 255, 255, 0.33) 64%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 */
  height: 100%; }

.section-preloader_active .logo-cube b.left:after, .preloader_active .logo-cube b.left:after {
  animation-iteration-count: infinite;
  animation-name: shine;
  animation-duration: 4s;
  animation-fill-mode: both; }

.logo-cube b.left:after {
  content: ''; }

.logo-cube b.left:before {
  content: ''; }

.logo-cube b.top {
  transform: rotateX(-90deg) translateY(-17px) translateZ(0px);
  -ms-transform-origin: top center;
      transform-origin: top center;
  background: #e5e5e5; }

.preloader .logo-cube b.top {
  background: #b4b4b4;
  border: 0; }

.preloader .logo-cube b.top:before, .preloader .logo-cube b.top:after {
  content: none; }

.section-preloader .logo-cube b.top {
  background: #b4b4b4;
  border: 0; }

.section-preloader .logo-cube b.top:before, .section-preloader .logo-cube b.top:after {
  content: none; }

.logo-cube b.top span:after {
  content: ''; }

.logo-cube b.top:after {
  content: '';
  background: #5b5b5b;
  height: 20px;
  width: 20px; }

.preloader .logo-cube b.top:after {
  background: #e5e5e5; }

.section-preloader .logo-cube b.top:after {
  background: #e5e5e5; }

.logo-cube b.bottom {
  transform: rotateX(90deg) translateY(17px) translateZ(0px);
  -ms-transform-origin: bottom center;
      transform-origin: bottom center;
  background: #e5e5e5; }

.preloader .logo-cube b.bottom {
  background: #b4b4b4;
  border: 0; }

.preloader .logo-cube b.bottom:before, .preloader .logo-cube b.bottom:after {
  content: none; }

.section-preloader .logo-cube b.bottom {
  background: #b4b4b4;
  border: 0; }

.section-preloader .logo-cube b.bottom:before, .section-preloader .logo-cube b.bottom:after {
  content: none; }

.logo-cube b.bottom:after {
  content: '';
  background: #5b5b5b;
  height: 20px;
  width: 20px; }

.preloader .logo-cube b.bottom:after {
  background: #e5e5e5; }

.section-preloader .logo-cube b.bottom:after {
  background: #e5e5e5; }

.logo-cube b.front {
  transform: translateZ(17px);
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5; }

.preloader .logo-cube b.front {
  background: #686868;
  border: 0; }

.preloader .logo-cube b.front:before, .preloader .logo-cube b.front:after {
  content: none; }

.section-preloader .logo-cube b.front {
  background: #686868;
  border: 0; }

.section-preloader .logo-cube b.front:before, .section-preloader .logo-cube b.front:after {
  content: none; }

.logo-cube b.front:after {
  content: ''; }

@media all and (-ms-high-contrast: none) {
  .section-preloader .logo-cube {
    display: none; }
  /* IE10 */
  *::-ms-backdrop, .section-preloader .logo-cube {
    display: none; }
  /* IE11 */ }

@media all and (-ms-high-contrast: none) {
  .preloader .logo-cube {
    display: none; }
  /* IE10 */
  *::-ms-backdrop, .preloader .logo-cube {
    display: none; }
  /* IE11 */ }

.preloader__i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -74px; }

.pre-text {
  display: block; }

.pre-text p {
  font-style: normal;
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 400;
  color: #686868;
  position: relative;
  display: inline-block; }

@media only screen and (max-width: 767px) {
  .pre-text p header {
    padding-left: 30px;
    font-size: 8px;
    letter-spacing: 1.5px;
    position: relative;
    top: -11px; } }

.prog-bar {
  position: fixed;
  height: 13px;
  width: 0;
  top: -2px;
  left: 0;
  transition: width 0.1s linear;
  z-index: 133; }

.prog-bar span {
  display: block;
  min-width: 0;
  height: 13px;
  transition-delay: .3s;
  background: #f1f1f1; }

.text-main {
  padding-bottom: 62px; }

@media only screen and (max-width: 767px) {
  .text-main {
    padding-bottom: 28px; } }

.text-main sup {
  text-transform: uppercase; }

.text-main p {
  color: #585858;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  padding-bottom: 19px; }

@media only screen and (max-width: 767px) {
  .text-main p {
    font-size: 13px;
    line-height: 16px;
    padding-bottom: 9px; } }

.text-main .title span {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px; }

@media only screen and (max-width: 767px) {
  .text-main .title span {
    display: inline-block;
    padding-left: 30px;
    padding-bottom: 5px;
    margin-bottom: 24px;
    font-size: 12px; } }

.text-main a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  display: block; }

@media only screen and (max-width: 767px) {
  .text-main a {
    font-size: 13px; } }

.text-main a sup {
  font-size: 10px; }

@media only screen and (max-width: 767px) {
  .text-main a sup {
    font-size: 8px; } }

.content {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: relative; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .content {
    -webkit-overflow-scrolling: touch; } }

@media only screen and (max-width: 767px) {
  .content {
    overflow-x: hidden;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    background: #bcbcbc;
    /* Old browsers */ } }

@media only screen and (max-width: 767px) {
  .tech-page .content {
    background: #4d4d4c; } }

.next-section {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 280px;
  height: 116px;
  overflow: hidden;
  z-index: 32;
  pointer-events: none; }

.next-section .next-section__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #e5e5e5;
  width: 110%;
  -ms-transform-origin: 0 100%;
      transform-origin: 0 100%;
  height: 100%;
  transition: all .6s;
  transform: translate(16%, 98%) translateZ(0) rotate(0deg);
  z-index: 0;
  overflow: hidden; }

.hide-hover .next-section .next-section__bg:hover {
  transform: translate(16%, 98%) translateZ(0) rotate(-24deg); }

.hide-hover .next-section .next-section__bg:hover + .arrow {
  top: 26px; }

.hide-hover .next-section .next-section__bg:hover + .arrow span {
  color: #c5af9a; }

.hide-hover .next-section .next-section__bg:hover:after {
  background: #ffffff;
  box-shadow: 0 0 2px #ffffff; }

.next-section .next-section__bg:before {
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  width: 110%;
  box-shadow: 0 0 11px #D1D1D1;
  height: 4px; }

.next-section .next-section__bg:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .3s;
  transition-delay: 0s;
  background: #c5af9a;
  box-shadow: 0 0 2px #c5af9a;
  transform: translate(98%, 0) translateZ(0) rotateZ(55deg); }

.next-section .item {
  opacity: 0;
  transition: opacity .2s; }

.hide-hover .next-section .item:hover + .next-section__bg {
  transform: translate(16%, 98%) translateZ(0) rotate(-24deg); }

.hide-hover .next-section .item:hover + .next-section__bg:after {
  background: #ffffff;
  box-shadow: 0 0 2px #ffffff; }

.hide-hover .next-section .item:hover + .next-section__bg + .arrow {
  top: 26px; }

.hide-hover .next-section .item:hover + .next-section__bg + .arrow span {
  color: #c5af9a; }

.next-section.next-section_active {
  pointer-events: auto; }

.next-section.next-section_active .next-section__bg {
  transition: all, .4s;
  transform: translate(16%, 98%) translateZ(0) rotate(-21deg); }

.next-section.next-section_active .next-section__bg:after {
  opacity: 1;
  transition: all, .5s;
  transition-delay: 0s; }

.next-section.next-section_active .arrow {
  opacity: 1;
  transition: all, .3s;
  transition-delay: 0s; }

.next-section.next-section_active .item {
  opacity: 1;
  transition: all, .5s;
  transition-delay: 0s; }

.next-section.animate_active .next-section__bg:after {
  transform: translate(58%, 0) translateZ(0) rotateZ(55deg);
  transition-delay: 0s; }

.next-section.animate_active .arrow {
  transform: translate(0, 0) translateZ(0); }

.next-section.whatsinside-bg:before {
  content: none; }

.next-section .arrow {
  position: absolute;
  top: 36px;
  right: 35px;
  opacity: 0;
  z-index: 3;
  height: 0px;
  width: 0px;
  text-align: center;
  transform: translate(0, 0) translateZ(0);
  opacity: 0;
  cursor: pointer;
  transition: opacity, .3s; }

.next-section .arrow span {
  position: absolute;
  top: 27%;
  left: 11px;
  width: 100%;
  color: #ffffff;
  z-index: 2;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1); }

.next-section .item {
  position: absolute;
  bottom: 11px;
  right: 7%;
  z-index: 3;
  font-size: 15px;
  font-weight: 400;
  color: #585858;
  cursor: pointer;
  opacity: 0; }

.section-wrap {
  position: relative;
  z-index: 5; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .section-wrap {
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch; } }

.find-cube {
  width: 317px;
  height: 257px;
  background: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 32;
  visibility: hidden; }

.find-cube .find-cube__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 717px;
  overflow: hidden;
  z-index: 0;
  transition: all, 1s;
  transform: translate(-27%, 93%) translateZ(0) rotate(0deg);
  -ms-transform-origin: 100% 100%;
      transform-origin: 100% 100%;
  clip: rect(400px, 900px, 403px, 0px); }

@media only screen and (max-width: 767px) {
  .find-cube .find-cube__bg {
    clip: rect(auto, auto, auto, auto);
    transform: translate(0, 0) translateZ(0) rotate(0deg); } }

.find-cube .find-cube__bg:before {
  content: '';
  height: 1px;
  width: 113%;
  background: #D1D1D1;
  box-shadow: 0 0 22px #D1D1D1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 22;
  -ms-transform-origin: 0 0;
      transform-origin: 0 0;
  transition: all, 2s; }

.find-cube .find-cube__bg:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0, 4%) translateZ(0) rotate(-21deg);
  -ms-transform-origin: 0 0;
      transform-origin: 0 0;
  transition: all, 1s;
  background: url("../img/content/brand/brand-1.jpg") no-repeat;
  background-size: cover;
  background-position: 0 0;
  z-index: 0;
  width: 100%;
  height: 110%; }

@media only screen and (max-width: 767px) {
  .find-cube .find-cube__bg:after {
    background-position: 0 50%;
    height: 100%;
    transform: translate(0, 0) translateZ(0) rotate(0deg); } }

@media only screen and (max-width: 767px) {
  .find-cube {
    width: 100%;
    height: 160px;
    background-size: cover; } }

.find-cube.find-cube_active {
  opacity: 1;
  visibility: visible;
  transition: all 1.5s cubic-bezier(0.77, 0, 0.175, 1); }

.find-cube.find-cube_active .find-cube__text {
  opacity: 1;
  transition-delay: 1s; }

.find-cube.find-cube_active .find-cube__bg {
  clip: rect(0px, 900px, 303px, 0px);
  transform: translate(-27%, 93%) translateZ(0) rotate(21deg);
  will-change: transform; }

@media only screen and (max-width: 767px) {
  .find-cube.find-cube_active .find-cube__bg {
    clip: rect(auto, auto, auto, auto);
    transform: translate(0, 0) translateZ(0) rotate(0deg); } }

.hide-hover .find-cube.find-cube_active .find-cube__bg:hover {
  transform: translate(-27%, 93%) translateZ(0) rotate(23deg);
  transition: all, .5s; }

@media only screen and (max-width: 767px) {
  .hide-hover .find-cube.find-cube_active .find-cube__bg:hover {
    transform: translate(0, 0) translateZ(0) rotate(0deg); } }

.hide-hover .find-cube.find-cube_active .find-cube__bg:hover:after {
  transition: all, .5s;
  transform: translate(-1%, 13%) translateZ(0) rotate(-23deg); }

@media only screen and (max-width: 767px) {
  .hide-hover .find-cube.find-cube_active .find-cube__bg:hover:after {
    transform: translate(0, 0) translateZ(0) rotate(0deg); } }

.find-cube__text {
  width: 274px;
  margin-top: 112px;
  padding-left: 26px;
  position: relative;
  z-index: 2;
  opacity: 0;
  transition: all, .3s; }

.hide-hover .find-cube__text:hover + .find-cube__bg {
  transform: translate(-27%, 93%) translateZ(0) rotate(23deg);
  transition: all, .3s; }

@media only screen and (max-width: 767px) {
  .hide-hover .find-cube__text:hover + .find-cube__bg {
    transform: translate(0, 0) translateZ(0) rotate(0deg); } }

.hide-hover .find-cube__text:hover + .find-cube__bg:after {
  transition: all, .3s;
  transform: translate(-1%, 13%) translateZ(0) rotate(-23deg); }

@media only screen and (max-width: 767px) {
  .hide-hover .find-cube__text:hover + .find-cube__bg:after {
    transform: translate(0, 0) translateZ(0) rotate(0deg); } }

@media only screen and (max-width: 767px) {
  .find-cube__text {
    margin-top: 14px;
    padding-left: 13px; } }

.find-cube__text p {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 13px;
  padding-bottom: 31px; }

@media only screen and (max-width: 767px) {
  .find-cube__text p {
    padding-bottom: 15px; } }

.find-cube__text b {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  padding-bottom: 15px;
  display: block; }

.find-cube__text .btn_light span:nth-child(1) {
  color: #AB9180; }

/* ImgClip
   =================================== */
.img-clip {
  position: relative;
  transform: translateZ(0); }

.img-clip__renderer {
  position: relative;
  top: 50%;
  height: 100%;
  max-height: 550px;
  text-align: center;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.img-clip__renderer img {
  min-height: 100%;
  max-height: 100%; }

.img-effect {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateZ(0);
  height: 100%;
  width: 100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  text-align: center;
  transition-delay: 4s; }

@media only screen and (max-width: 767px) {
  .img-effect {
    transition-delay: 0s; } }

.section_active .img-effect {
  visibility: visible;
  opacity: 1; }

.img-effect .img-effect__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all, 1s linear; }

.img-effect .img-effect__item.img-effect__item_active {
  opacity: 1;
  visibility: visible; }

.img-effect .img-effect__item.img-effect__item_active .animate-opacity2 {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all, 15s; }

.img-effect img {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%) translateZ(0); }

.img-effect img {
  display: block;
  width: 100%;
  height: 100%; }

.img-effect .animate-opacity {
  display: block;
  width: 100%;
  height: 100%;
  animation-iteration-count: infinite;
  animation-name: opacity;
  animation-duration: 3s;
  animation-fill-mode: both;
  animation-timing-function: ease-out; }

.img-effect .animate-opacity2 {
  opacity: 0;
  transition: all, 5s; }

@keyframes opacity {
  60% {
    opacity: 0; } }

.align-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media only screen and (max-width: 767px) {
  .align-content {
    display: block; } }

.main-wrap {
  width: 100%; }

@media only screen and (max-width: 767px) {
  .section-product_inside .wrap-cube {
    z-index: 44;
    position: relative; } }

.wrap-cube {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrap-cube {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .section-product_inside .wrap-cube {
    -ms-flex-pack: start;
    justify-content: flex-start; } }

@media only screen and (max-width: 767px) {
  .wrap-cube {
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .wrap-cube.section-product {
    margin-top: -97px; }
  .section-nutshell .wrap-cube {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -ms-flex-pack: start;
    justify-content: flex-start; } }

.main-wrap_tech .wrap-cube {
  display: block; }

.picker-img {
  position: absolute;
  top: -158px;
  left: 0;
  width: 150px;
  height: 150px;
  display: none; }

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

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .picker-img {
    display: block; } }

@media only screen and (max-width: 767px) {
  .picker-img {
    display: block;
    width: 68px;
    height: 68px;
    top: -78px; } }

.wrap-picker {
  position: absolute;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 0; }

.wrap-picker.wrap-picker_active {
  opacity: 1;
  visibility: visible; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrap-picker {
    display: none; } }

@media only screen and (max-width: 767px) {
  .wrap-picker {
    display: none; } }

.picker-bg {
  position: fixed;
  width: 100px;
  height: 132px;
  right: 15%;
  bottom: 43%; }

.cube {
  z-index: 10;
  opacity: 0;
  transition: all 1.5s cubic-bezier(0.77, 0, 0.175, 1);
  display: inline-block;
  position: relative;
  top: -155px; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cube {
    top: -125px;
    width: 419px;
    height: 435px; }
  .cube .inanuts-img {
    display: none; } }

@media only screen and (max-width: 767px) {
  .cube {
    width: 241px;
    position: relative;
    top: 0;
    left: 0;
    margin: -69px -42px 25px 0;
    z-index: 1; }
  .cube .inanuts-img {
    display: none; }
  .section-product .cube {
    margin: -86px 0 0 0;
    position: relative;
    top: 0;
    left: -60px; } }

.cube.cube_home {
  top: -100px; }

@media only screen and (max-width: 767px) {
  .cube.cube_home {
    top: 25px; } }

.section-product .cube {
  top: -103px;
  left: 52px; }

@media only screen and (max-width: 767px) {
  .section-product .cube {
    top: 13px; } }

.section-product_inside .cube {
  left: initial;
  right: -1%;
  bottom: 50%;
  width: 800px;
  height: 800px;
  -ms-transform: translateY(56%) !important;
      transform: translateY(56%) !important;
  top: inherit;
  position: fixed; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .section-product_inside .cube {
    right: -14%; } }

@media only screen and (max-width: 767px) {
  .section-product_inside .cube {
    position: static;
    width: 100%;
    height: auto;
    -ms-transform: translateY(0) !important;
        transform: translateY(0) !important; } }

.section-product_inside .cube .cube__clip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.cube:after {
  content: '';
  position: absolute;
  bottom: 45px;
  left: 110px;
  border-radius: 40px;
  z-index: -1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.46) inset, 0 0 100px 50px rgba(0, 0, 0, 0.34);
  width: 140px;
  height: 143px;
  opacity: 0;
  transition: all 1.5s cubic-bezier(0.77, 0, 0.175, 1); }

@media only screen and (max-width: 767px) {
  .cube:after {
    bottom: -4px;
    width: 100%;
    height: 107px;
    background-size: cover;
    display: none; } }

.section_active .cube:after {
  transition-delay: 1s;
  opacity: 1; }

.section-product .cube:after {
  bottom: 78px;
  left: 151px; }

.section-product_inside .cube:after {
  display: none; }

.cube.cube_home:after {
  bottom: 85px; }

.section_active .cube {
  opacity: 1; }

.mob-hide {
  display: block; }

@media only screen and (max-width: 767px) {
  .mob-hide {
    display: none; } }

.mob-active {
  display: none; }

@media only screen and (max-width: 767px) {
  .mob-active {
    display: block; } }

@keyframes sonarOpacity {
  0% { }
  100% { } }

.sonar {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 222;
  cursor: pointer;
  transition: all 1.5s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 0;
  transform: translateZ(0) scale(0.5); }

@media only screen and (max-width: 767px) {
  .sonar {
    opacity: 1;
    transform: translateZ(0) scale(1); } }

.img-effect .sonar {
  left: initial;
  right: 75px;
  transition-delay: 0s;
  top: 45%; }

.section_active .sonar {
  animation-delay: 0s; }

.stage_active .sonar {
  opacity: 1;
  transform: translateZ(0) scale(1); }

.animate_active .sonar {
  opacity: 0;
  transform: translateZ(0) scale(0.5); }

@media only screen and (max-width: 767px) {
  .animate_active .sonar {
    opacity: 1;
    transform: translateZ(0) scale(1); } }

.sonar div:nth-child(1) {
  animation-delay: 0s; }

.sonar div:nth-child(2) {
  animation-delay: 0.7s; }

.sonar div:nth-child(3) {
  animation-delay: 1.4s; }

.sonar div:nth-child(4) {
  animation-delay: 2.1s; }

.sonar div:nth-child(5) {
  animation-delay: 2.8s; }

.sonar div:nth-child(6) {
  animation-delay: 3.5s; }

.sonar div {
  border: 5px solid #ffffff;
  border-radius: 50%;
  overflow: hidden;
  height: 0;
  width: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateZ(0); }

.sonar div:not(:first-child) {
  animation-iteration-count: infinite;
  animation-name: sonar;
  animation-duration: 3s;
  animation-fill-mode: both;
  animation-timing-function: ease-out; }

@keyframes sonar {
  from {
    border-width: 5px;
    opacity: 1;
    height: 0;
    width: 0; }
  to {
    border-width: 0px;
    opacity: 0;
    width: 50px;
    height: 50px; } }

@keyframes sonar2 {
  0% {
    border-width: 5px;
    opacity: 1;
    height: 0;
    width: 0; }
  100% {
    border-width: 0px;
    opacity: 0;
    width: 40px;
    height: 40px; } }

.pointer {
  border: 5px solid #ffffff;
  border-radius: 50%;
  height: 0;
  width: 0;
  position: absolute;
  background: transparent; }

.pointer:after {
  animation-delay: .3s; }

.pointer:before {
  animation-delay: .8s; }

.pointer:before, .pointer:after {
  content: '';
  border: 5px solid #ffffff;
  border-radius: 50%;
  overflow: hidden;
  height: 0;
  width: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateZ(0);
  animation-iteration-count: infinite;
  animation-name: sonar2;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-timing-function: ease-out; }

@keyframes width {
  from {
    transform: scaleX(0); }
  to {
    transform: scaleX(1); } }

.line-cube {
  position: absolute;
  top: 25px;
  z-index: 2;
  right: 0;
  width: 547px; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .line-cube {
    width: 57vw; } }

.section-product_inside .line-cube {
  width: 56vw;
  left: 0;
  right: initial; }

.line-cube .item {
  display: block;
  height: 1px;
  width: 100%;
  background: #ffffff;
  transition: all 1.5s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transform-origin: 100% 100%;
      transform-origin: 100% 100%;
  -ms-transform: scaleX(0);
      transform: scaleX(0); }

.section-product_inside .line-cube .item {
  transition-delay: 0s; }

.stage_active .line-cube .item {
  -ms-transform: scaleX(1);
      transform: scaleX(1); }

.line-cube.animate_active .item {
  -ms-transform: scaleX(0);
      transform: scaleX(0); }

.section-dots {
  position: absolute;
  right: 47px;
  top: 53%; }

.section-dots .wrap-dots {
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1); }

.section-dots .wrap-dots:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  margin-left: -1px;
  height: 68%;
  background: #ffffff; }

.section-dots .wrap-dots div {
  border-radius: 50%;
  border: 1px solid #ffffff;
  width: 8px;
  height: 8px;
  margin-bottom: 53px;
  position: relative;
  z-index: 2;
  background: #d1d1d1; }

.section-dots .wrap-dots div.active {
  background: #ffffff; }

.row-btn-main {
  position: absolute;
  bottom: -8px;
  left: 20px;
  z-index: 23;
  opacity: 0;
  transition: opacity 0.3s;
  transition-delay: 1.8s; }

.row-btn-main .btn_light {
  margin-right: 9px; }

@media only screen and (max-width: 767px) {
  .row-btn-main {
    bottom: 98px;
    position: static;
    text-align: center;
    width: 100%; } }

.section_active .row-btn-main {
  opacity: 1; }

.section-product.section-product_inside .cover {
  text-align: left;
  padding-left: 106px;
  padding-bottom: 65px;
  z-index: 11; }

@media only screen and (max-width: 767px) {
  .section-product.section-product_inside .cover {
    padding-left: 0;
    padding-bottom: 0;
    text-align: right;
    margin-right: 8px;
    padding-top: 0; } }

.stage {
  position: absolute;
  top: 0;
  right: 2px; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .product-slider .stage {
    top: 220px;
    right: 55px; } }

.description-slider {
  position: absolute;
  width: 434px;
  right: 0;
  top: 49%;
  z-index: 12; }

.section-product .description-slider {
  top: 57%; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .description-slider {
    display: inline-block;
    padding-right: 30px;
    width: calc(100% - 419px);
    z-index: 13;
    position: static; } }

@media only screen and (max-width: 767px) {
  .description-slider {
    position: relative;
    top: 0;
    width: 100%;
    padding-right: 24px;
    margin-top: -33px;
    margin-bottom: 33px; } }

.section-product_inside .description-slider {
  left: 0;
  position: relative;
  top: -58px; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .section-product_inside .description-slider {
    padding-left: 45px; } }

@media only screen and (max-width: 767px) {
  .section-product_inside .description-slider {
    padding-right: 0;
    padding-left: 22px; } }

.description-slider .pagination {
  position: absolute;
  right: -52px;
  top: 0;
  transform: translate(0, -50%) translateZ(0); }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .description-slider .pagination {
    right: 25px;
    top: 50%; } }

@media only screen and (max-width: 767px) {
  .description-slider .pagination {
    right: 3px;
    top: -3%;
    transform: translate(0, 0%) translateZ(0); } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .product-slider .description-slider .pagination {
    right: 45px; } }

.section-product_inside .description-slider .pagination {
  right: initial;
  left: -25px;
  transform: translate(0, 0%) translateZ(0);
  top: 0; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .section-product_inside .description-slider .pagination {
    left: 20px; } }

@media only screen and (max-width: 767px) {
  .section-product_inside .description-slider .pagination {
    left: 3px; } }

.description-slider .pagination .dots {
  transition: all .5s;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  transition-delay: 1.5s; }

.description-slider .pagination .dots:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  margin-left: -1px;
  height: calc(100% - 53px);
  background: #ffffff; }

.description-slider .pagination .dots .dots__i {
  border-radius: 50%;
  border: 1px solid #ffffff;
  width: 8px;
  height: 8px;
  margin-bottom: 53px;
  margin-left: -1px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  background: #d1d1d1; }

.description-slider .pagination .dots .dots__i.dots__i_active {
  background: #ffffff; }

.section_active .description-slider .pagination .dots {
  opacity: 1; }

.description-slider .stages {
  position: relative;
  padding-bottom: 55%;
  opacity: 0;
  -ms-transform: translate(0, 100px);
      transform: translate(0, 100px);
  transition: all 1.5s cubic-bezier(0.77, 0, 0.175, 1); }

.section_active .description-slider .stages {
  opacity: 1;
  transition-delay: 1s;
  -ms-transform: translate(0, 0);
      transform: translate(0, 0); }

@media only screen and (max-width: 767px) {
  .description-slider .stages {
    padding-bottom: 65%; } }

.description-slider .stage {
  position: absolute;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .5s; }

@media only screen and (max-width: 767px) {
  .description-slider .stage {
    top: 0; } }

.description-slider .stage.stage_active {
  opacity: 1;
  visibility: visible; }

.description-slider .stage.stage_active .text-main span:after {
  -ms-transform: scaleX(1);
      transform: scaleX(1); }

.description-slider .next-stage {
  cursor: pointer; }

.description-slider .text-main .title {
  position: relative;
  text-transform: uppercase; }

.description-slider .text-main .title span:after {
  -ms-transform-origin: 100% 100%;
      transform-origin: 100% 100%;
  -ms-transform: scaleX(0);
      transform: scaleX(0); }

.description-slider .text-main a {
  text-transform: uppercase; }

.description-slider .text-main a b {
  font-weight: 400; }

.description-slider .text-main .text {
  width: 380px;
  display: inline-block;
  vertical-align: top; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .description-slider .text-main .text {
    width: auto; } }

@media only screen and (max-width: 767px) {
  .description-slider .text-main .text {
    width: auto; } }

.description-slider .text-main p {
  padding-bottom: 14px; }

.description-slider .text-main p strong {
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase; }

.description-slider .text-main p b {
  font-weight: 700;
  color: #c5af9a; }

.border-b {
  overflow: hidden;
  position: relative;
  display: block; }

.border-b:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
  transition: all 1.5s cubic-bezier(0.77, 0, 0.175, 1); }

.border-b.border-b_mob:after {
  display: none; }

@media only screen and (max-width: 767px) {
  .border-b.border-b_mob:after {
    display: block; } }

.align-right {
  text-align: right; }

.align-right .text-main {
  display: inline-block;
  vertical-align: top; }

.about {
  overflow-y: scroll; }

.about .wrap-center {
  padding-bottom: 400px; }

@media only screen and (max-width: 767px) {
  .about .wrap-center {
    padding-bottom: 0; } }

.about .align-right .text-main {
  padding-right: 21px; }

.about.section_active .text-row {
  opacity: 1;
  -ms-transform: translate(0, 0);
      transform: translate(0, 0); }

.about .text-main a {
  display: inline-block;
  vertical-align: top; }

.about .text-row {
  transition: all 1.5s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 0;
  -ms-transform: translate(100px, 0);
      transform: translate(100px, 0); }

.about .text-row.animation-element {
  opacity: 0;
  -ms-transform: translate(-100px, 0);
      transform: translate(-100px, 0);
  transition-delay: .5s; }

.about .text-row.animation-element.in-view {
  opacity: 1;
  -ms-transform: translate(0, 0);
      transform: translate(0, 0); }

@media only screen and (max-width: 767px) {
  .about .text-row {
    text-align: right; }
  .about .text-row .border-b:after {
    left: initial;
    right: 0; }
  .about .text-row.align-right {
    text-align: left; }
  .about .text-row.align-right .border-b {
    padding-left: 0; }
  .about .text-row.align-right .border-b:after {
    left: 0;
    right: initial; } }

.about .text-main {
  width: 397px; }

@media only screen and (max-width: 767px) {
  .about .text-main {
    width: 100%; } }

.about .text-main p {
  padding-bottom: 0; }

.about .main-title {
  margin-bottom: 35px;
  margin-top: 114px;
  max-width: 575px; }

.about .row-btn-main {
  padding-bottom: 18px;
  padding-left: 20px;
  position: static; }

.about .border-b:after {
  width: 60%; }

.about .align-right .border-b:after {
  left: initial;
  right: 0; }

.about-bar {
  height: 401px;
  position: relative;
  margin: 97px 0 160px 36px; }

@media only screen and (max-width: 767px) {
  .about-bar {
    display: none; } }

.about-bar .lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 92%;
  height: 100%;
  z-index: 0; }

.about-bar.animation-element .item {
  opacity: 0; }

.about-bar.animation-element .item:after {
  transition: all, 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  height: 0;
  transition-delay: .5s; }

.about-bar.animation-element .col .img {
  -ms-transform: scale(0);
      transform: scale(0);
  transition: all, 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275); }

.about-bar.animation-element .col:after {
  -ms-transform: rotate(-23deg) scaleX(0);
      transform: rotate(-23deg) scaleX(0); }

.about-bar.animation-element .col_2:after {
  -ms-transform: rotate(-16deg) scaleX(0);
      transform: rotate(-16deg) scaleX(0); }

.about-bar.animation-element .col_3:after {
  -ms-transform: rotate(-28deg) scaleX(0);
      transform: rotate(-28deg) scaleX(0); }

.about-bar.animation-element .col_4:after {
  -ms-transform: rotate(42deg) scaleX(0);
      transform: rotate(42deg) scaleX(0); }

.about-bar.animation-element .col_5:after {
  -ms-transform: rotate(-60deg) scaleX(0);
      transform: rotate(-60deg) scaleX(0); }

.about-bar.animation-element .col_6:after {
  -ms-transform: rotate(-44deg) scaleX(0);
      transform: rotate(-44deg) scaleX(0); }

.about-bar.in-view .item {
  opacity: 1; }

.about-bar.in-view .item.item_b:after {
  height: 120px; }

.about-bar.in-view .item:after {
  height: 69px; }

.about-bar.in-view .col .img {
  -ms-transform: scale(0.6);
      transform: scale(0.6); }

.about-bar.in-view .col:after {
  -ms-transform: rotate(-23deg) scaleX(1);
      transform: rotate(-23deg) scaleX(1); }

.about-bar.in-view .col_2:after {
  -ms-transform: rotate(-21deg) scaleX(1);
      transform: rotate(-21deg) scaleX(1); }

.about-bar.in-view .col_3:after {
  -ms-transform: rotate(-28deg) scaleX(1);
      transform: rotate(-28deg) scaleX(1); }

.about-bar.in-view .col_4:after {
  -ms-transform: rotate(42deg) scaleX(1);
      transform: rotate(42deg) scaleX(1); }

.about-bar.in-view .col_5:after {
  -ms-transform: rotate(-65deg) scaleX(1);
      transform: rotate(-65deg) scaleX(1); }

.about-bar.in-view .col_6:after {
  -ms-transform: rotate(-44deg) scaleX(1);
      transform: rotate(-44deg) scaleX(1); }

.about-bar.remove-delay .item {
  transition-delay: 0s !important; }

.about-bar.remove-delay .item:after {
  transition-delay: 0s !important; }

.about-bar.remove-delay .img {
  transition-delay: 0s !important; }

.about-bar .col:nth-child(1) .item {
  transition-delay: 1.6s; }

.about-bar .col:nth-child(1) .item:after {
  transition-delay: 1.6s; }

.about-bar .col:nth-child(1) .img {
  transition-delay: 1.2s; }

.about-bar .col:nth-child(2) .item {
  transition-delay: 2s; }

.about-bar .col:nth-child(2) .item:after {
  transition-delay: 2s; }

.about-bar .col:nth-child(2) .img {
  transition-delay: 1.5s; }

.about-bar .col:nth-child(3) .item {
  transition-delay: 2.4s; }

.about-bar .col:nth-child(3) .item:after {
  transition-delay: 2.4s; }

.about-bar .col:nth-child(3) .img {
  transition-delay: 1.8s; }

.about-bar .col:nth-child(4) .item {
  transition-delay: 2.8s; }

.about-bar .col:nth-child(4) .item:after {
  transition-delay: 2.8s; }

.about-bar .col:nth-child(4) .img {
  transition-delay: 2.1s; }

.about-bar .col:nth-child(5) .item {
  transition-delay: 3.2s; }

.about-bar .col:nth-child(5) .item:after {
  transition-delay: 3.2s; }

.about-bar .col:nth-child(5) .img {
  transition-delay: 2.4s; }

.about-bar .col:nth-child(6) .item {
  transition-delay: 3.6s; }

.about-bar .col:nth-child(6) .item:after {
  transition-delay: 3.6s; }

.about-bar .col:nth-child(6) .img {
  transition-delay: 2.7s; }

.about-bar .col:nth-child(7) .item {
  transition-delay: 4s; }

.about-bar .col:nth-child(7) .item:after {
  transition-delay: 4s; }

.about-bar .col:nth-child(7) .img {
  transition-delay: 3s; }

.about-bar .col:nth-child(8) .item {
  transition-delay: 4.4s; }

.about-bar .col:nth-child(8) .item:after {
  transition-delay: 4.4s; }

.about-bar .col:nth-child(8) .img {
  transition-delay: 3.3s; }

.about-bar .col:nth-child(9) .item {
  transition-delay: 4.8s; }

.about-bar .col:nth-child(9) .item:after {
  transition-delay: 4.8s; }

.about-bar .col:nth-child(9) .img {
  transition-delay: 3.6s; }

.about-bar .col:nth-child(1):after {
  transition-delay: 1.2s; }

.about-bar .col:nth-child(2):after {
  transition-delay: 1.5s; }

.about-bar .col:nth-child(3):after {
  transition-delay: 1.8s; }

.about-bar .col:nth-child(4):after {
  transition-delay: 2.1s; }

.about-bar .col:nth-child(5):after {
  transition-delay: 2.4s; }

.about-bar .col:nth-child(6):after {
  transition-delay: 2.7s; }

.about-bar .col:nth-child(7):after {
  transition-delay: 3s; }

.about-bar .col:nth-child(8):after {
  transition-delay: 3.3s; }

.about-bar .col:nth-child(9):after {
  transition-delay: 3.6s; }

.about-bar .col {
  position: absolute;
  bottom: 7%;
  left: 5%;
  text-align: center; }

.about-bar .col:after {
  content: '';
  position: absolute;
  bottom: 43px;
  margin-top: -1px;
  right: -60px;
  height: 2px;
  background: #c5af9a;
  width: 100%;
  -ms-transform: rotate(-23deg);
      transform: rotate(-23deg);
  -ms-transform-origin: 0 0;
      transform-origin: 0 0;
  z-index: 2;
  transition: all, 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275); }

.about-bar .col_big .item {
  margin-left: -10px; }

.about-bar .col_big .item:after {
  left: 40%; }

.about-bar .col_2 {
  bottom: 13%;
  left: 16%; }

.about-bar .col_2:after {
  bottom: 53px;
  -ms-transform: rotate(-21deg);
      transform: rotate(-21deg); }

.about-bar .col_3 {
  bottom: 28%;
  left: 33%; }

.about-bar .col_3:after {
  -ms-transform: rotate(-28deg);
      transform: rotate(-28deg);
  bottom: 44px; }

.about-bar .col_4 {
  bottom: 43%;
  left: 46%; }

.about-bar .col_4:after {
  -ms-transform: rotate(42deg);
      transform: rotate(42deg);
  bottom: 33px;
  right: -59px; }

.about-bar .col_5 {
  bottom: 19%;
  left: 58%; }

.about-bar .col_5:after {
  bottom: 63px;
  right: -113px;
  width: 167px;
  -ms-transform: rotate(-60deg);
      transform: rotate(-60deg); }

.about-bar .col_6 {
  bottom: 65%;
  left: 69%; }

.about-bar .col_6:after {
  right: -57px;
  bottom: 62px;
  -ms-transform: rotate(-44deg);
      transform: rotate(-44deg); }

.about-bar .col_7 {
  bottom: 93%;
  left: 82%; }

.about-bar .col_7:after {
  content: none; }

.about-bar .col_7 .item {
  padding-bottom: 10px; }

.about-bar .col_7 .item:after {
  content: none; }

.about-bar .col_7 .img {
  border-color: #ffffff; }

.about-bar .item {
  width: 127px;
  text-align: center;
  margin-left: -16px;
  position: relative;
  top: 27px; }

.about-bar .item:after {
  content: '';
  width: 1px;
  border-left: 2px dashed #ffffff;
  display: block;
  height: 60px;
  margin: auto;
  margin-top: 4px; }

.about-bar .item span {
  color: #ffffff;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  display: block;
  z-index: 2;
  position: relative; }

.about-bar .img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 3;
  border: 5px solid #c5af9a;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transform: scale(0.6);
      transform: scale(0.6); }

.hide-hover .about-bar .img:hover {
  -ms-transform: scale(1);
      transform: scale(1);
  transition-delay: 0s; }

.hide-hover .about-bar .img:hover i {
  opacity: 0; }

.hide-hover .about-bar .img:hover i:first-child {
  opacity: 1; }

.about-bar .img_big {
  width: 110px;
  height: 110px; }

.about-bar .img i {
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  opacity: 1; }

.about-bar .img i:first-child {
  opacity: 0; }

.line-progres, .line-time {
  background: #ffffff;
  transition: all, 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-delay: 1s;
  position: absolute;
  left: 0;
  bottom: 0; }

.animation-element .line-progres:after, .animation-element .line-progres span, .animation-element .line-time:after, .animation-element .line-time span {
  opacity: 0; }

.in-view .line-progres:after, .in-view .line-progres span, .in-view .line-time:after, .in-view .line-time span {
  opacity: 1; }

.line-progres:after, .line-time:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  transition: all, 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-delay: 1s; }

.line-progres span, .line-time span {
  color: #ffffff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  position: absolute;
  transition: all, 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-delay: 1s; }

.lines-data {
  position: absolute;
  bottom: -36px;
  left: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.lines-data span:nth-child(1) {
  transition-delay: 0.5s; }

.lines-data span:nth-child(2) {
  transition-delay: 1s; }

.lines-data span:nth-child(3) {
  transition-delay: 1.5s; }

.lines-data span:nth-child(4) {
  transition-delay: 2s; }

.lines-data span:nth-child(5) {
  transition-delay: 2.5s; }

.lines-data span:nth-child(6) {
  transition-delay: 3s; }

.animation-element .lines-data span {
  opacity: 0;
  transform: translate(0, 100px) translateZ(0); }

.in-view .lines-data span {
  opacity: 1;
  transform: translate(0, 0) translateZ(0); }

.lines-data span {
  color: #ffffff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  transition: all, 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275); }

.line-progres {
  height: 100%;
  width: 1px; }

.animation-element .line-progres {
  height: 0; }

.in-view .line-progres {
  height: 100%; }

.line-progres:after {
  border-width: 0 7.5px 7px 7.5px;
  border-color: transparent transparent #ffffff transparent;
  top: -4px;
  left: -7px; }

.line-progres span {
  top: -44px;
  left: -44px; }

.line-time {
  width: 100%;
  height: 1px; }

.animation-element .line-time {
  width: 0; }

.in-view .line-time {
  width: 100%; }

.line-time:after {
  border-width: 7.5px 0 7.5px 7px;
  border-color: transparent transparent transparent #ffffff;
  right: -6px;
  bottom: -8px; }

.line-time span {
  right: -65px;
  bottom: -7px; }

.people .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  align-items: stretch; }

@media only screen and (max-width: 767px) {
  .people .row {
    -ms-flex-flow: column wrap;
    flex-flow: column wrap; } }

.people .col:nth-child(1) {
  transition-delay: 1.2s; }

.people .col:nth-child(2) {
  transition-delay: 1.4s; }

.people .col:nth-child(3) {
  transition-delay: 1.6s; }

.people .col {
  max-width: 267px;
  width: 33.33%;
  overflow: hidden;
  position: relative;
  transition: all 1.5s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transform: translate(0, 45%);
      transform: translate(0, 45%);
  opacity: 0; }

.people .col:nth-child(2) {
  -ms-transform: translate(0, 65%);
      transform: translate(0, 65%); }

@media only screen and (max-width: 767px) {
  .people .col:nth-child(2) {
    -ms-transform: translate(0, 0);
        transform: translate(0, 0); } }

.people .col:nth-child(3) {
  -ms-transform: translate(0, 30%);
      transform: translate(0, 30%); }

@media only screen and (max-width: 767px) {
  .people .col:nth-child(3) {
    -ms-transform: translate(0, 0);
        transform: translate(0, 0); } }

.people .col.animation-element {
  -ms-transform: translate(0, 45%);
      transform: translate(0, 45%);
  opacity: 0; }

.people .col.animation-element:nth-child(2) {
  -ms-transform: translate(0, 65%);
      transform: translate(0, 65%); }

.people .col.animation-element:nth-child(3) {
  -ms-transform: translate(0, 30%);
      transform: translate(0, 30%); }

.people .col.in-view {
  -ms-transform: translate(0, 15%);
      transform: translate(0, 15%);
  opacity: 1; }

.people .col.in-view:nth-child(2) {
  -ms-transform: translate(0, 35%);
      transform: translate(0, 35%); }

.people .col.in-view:nth-child(3) {
  -ms-transform: translate(0, 0%);
      transform: translate(0, 0%); }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .people .col {
    width: calc(33.33% - 30px);
    margin: 0 15px; } }

@media only screen and (max-width: 767px) {
  .people .col {
    width: 100%;
    margin: 0 auto 44px;
    opacity: 1;
    -ms-transform: translate(0, 0);
        transform: translate(0, 0); } }

.people .col .img {
  position: relative;
  height: 409px;
  overflow: hidden;
  background-size: cover;
  background-position: center top; }

.people .col img:not(.play-btn-icon) {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0) translateZ(0);
  width: 100%;
  height: 100%; }

.people .col .play-icon_i {
  position: absolute;
  right: 23px;
  bottom: 20px;
  width: 52px;
  height: 52px; }

.people .col .play-icon_i .play-icon {
  transform-style: preserve-3d;
  transform: rotateX(-90deg);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transform-origin: 5;
      transform-origin: 5;
  height: 100%; }

.people .col .play-icon_i .play-btn-icon {
  transition: transform .5s ease;
  transform: rotateX(0deg) translateZ(25px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.people .col .play-icon_i .play-btn-icon:first-child {
  transform: rotateX(90deg) translateZ(25px); }

.people .col .video-link {
  display: block;
  position: relative; }

.people .col .video-link:hover .play-icon {
  transform: rotateX(0deg); }

.people .text {
  position: relative;
  z-index: 2;
  padding: 15px 10px; }

.people .text b {
  line-height: 20px;
  font-weight: 700;
  display: block;
  font-size: 15px;
  color: #ffffff;
  text-transform: uppercase; }

.people .text span {
  display: block;
  padding-bottom: 20px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 15px;
  color: #ffffff; }

.people .text p {
  display: none; }

.people .cont {
  display: none; }

.section-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 89;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity .5s; }

.section-preloader.section-preloader_active {
  transition-delay: 0.3s;
  pointer-events: auto;
  visibility: visible;
  opacity: 1; }

.section-preloader.starter-animation {
  transition: all 0s;
  transition-delay: 0s; }

.section-preloader.grey-bg {
  background: linear-gradient(to bottom, #bcbcbc 0%, lightgray 100%);
  transition-duration: 0s;
  transition-delay: 0s; }

.section-preloader_video .section-preloader {
  z-index: 89; }

.section-preloader_step {
  position: absolute;
  transition: all .8s linear;
  background: #e5e5e5;
  top: -100%;
  left: 0%;
  width: 200%;
  height: 200%;
  -ms-transform: translate(50%, 0%) rotate(90deg);
      transform: translate(50%, 0%) rotate(90deg);
  -ms-transform-origin: 0% 100%;
      transform-origin: 0% 100%; }

@media only screen and (max-width: 767px) {
  .section-preloader_step {
    -ms-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
    -ms-transform: translate(0%, 0%) rotate(90deg);
        transform: translate(0%, 0%) rotate(90deg);
    top: initial;
    bottom: 0;
    left: 20%; } }

.section-preloader_step.step-1 {
  background: #e5e5e5; }

.section-preloader_video .section-preloader_step.step-1 {
  background: #333333; }

.section-preloader_step.step-2 {
  background: #c7c7c7; }

.section-preloader_video .section-preloader_step.step-2 {
  background: #333333; }

.section-preloader_active .section-preloader_step.step-1 {
  transform: translate(0%, 0%) translateZ(0);
  left: 0; }

.section-preloader_active .section-preloader_step.step-2 {
  transform: translate(0%, 0%) translateZ(0);
  transition-delay: 1s;
  left: 0; }

.section-preloader_end .section-preloader_step.step-1 {
  -ms-transform: translate(-50%, 50%) rotate(-90deg);
      transform: translate(-50%, 50%) rotate(-90deg); }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .section-preloader_end .section-preloader_step.step-1 {
    -ms-transform: translate(-60%, 60%) rotate(-90deg);
        transform: translate(-60%, 60%) rotate(-90deg); } }

@media only screen and (max-width: 767px) {
  .section-preloader_end .section-preloader_step.step-1 {
    -ms-transform: translate(0%, 0%) rotate(-90deg);
        transform: translate(0%, 0%) rotate(-90deg); } }

.section-preloader_end .section-preloader_step.step-2 {
  -ms-transform: translate(-50%, 50%) rotate(-90deg);
      transform: translate(-50%, 50%) rotate(-90deg);
  transition-delay: 0s; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .section-preloader_end .section-preloader_step.step-2 {
    -ms-transform: translate(-60%, 60%) rotate(-90deg);
        transform: translate(-60%, 60%) rotate(-90deg); } }

@media only screen and (max-width: 767px) {
  .section-preloader_end .section-preloader_step.step-2 {
    -ms-transform: translate(0%, 0%) rotate(-90deg);
        transform: translate(0%, 0%) rotate(-90deg); } }

.copy {
  padding-top: 41px; }

@media only screen and (max-width: 767px) {
  .copy {
    padding-top: 0; } }

.copy span {
  color: #9f9f9f;
  font-size: 10px;
  line-height: 12px;
  font-weight: 400; }

.main-preloader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: gray;
  transition: all .5s; }

.main-preloader.main-preloader_hidden {
  opacity: 0;
  visibility: hidden; }

.map {
  height: calc(100% - 110px); }

@media only screen and (max-width: 767px) {
  .map {
    height: 425px; } }

.map #map {
  width: 100%;
  height: 100%; }

.row-adress {
  height: 110px;
  background: #ffffff;
  position: relative;
  text-transform: uppercase; }

@media only screen and (max-width: 767px) {
  .row-adress {
    height: auto; } }

.row-adress .item {
  background-color: #e5e5e5;
  position: relative;
  width: 222px;
  height: 100%;
  text-align: center; }

@media only screen and (max-width: 767px) {
  .row-adress .item {
    width: 100%;
    height: 65px;
    text-align: left; } }

.row-adress .item:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18.5px 0 18.5px 20px;
  border-color: transparent transparent transparent #e5e5e5; }

@media only screen and (max-width: 767px) {
  .row-adress .item:after {
    content: none; } }

.row-adress .item span {
  color: #585858;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  -ms-transform: translate(0, -45%);
      transform: translate(0, -45%); }

@media only screen and (max-width: 767px) {
  .row-adress .item span {
    left: 24px;
    font-size: 13px;
    line-height: 15px; }
  .row-adress .item span br {
    display: none; } }

@media only screen and (max-width: 767px) {
  .row-adress .text-wrap {
    position: relative;
    height: 71px;
    background: #fff; } }

.row-adress .text {
  position: absolute;
  top: 0;
  left: 31%;
  right: 0;
  padding-right: 150px;
  height: 100%; }

@media only screen and (max-width: 767px) {
  .row-adress .text {
    left: 10px;
    padding-right: 70px; } }

.row-adress .text .inp-wrap.active .enter div {
  transform: rotateY(0deg); }

.row-adress .text .inp-wrap.active .enter div span:nth-child(2) {
  background: #ffffff;
  transition-delay: .3s; }

.row-adress .text .inp-wrap.active .enter div span:nth-child(2) i {
  color: #c5af9a;
  transition-delay: .3s; }

.row-adress .text .inp-wrap.active .enter:hover div {
  transform: rotateY(-90deg); }

.row-adress .text input {
  font-weight: 700;
  font-size: 18px;
  color: #c5af9a;
  display: block;
  width: 100%;
  position: relative;
  top: 37px;
  line-height: 20px; }

@media only screen and (max-width: 767px) {
  .row-adress .text input {
    top: 15px; } }

@media only screen and (max-width: 767px) {
  .row-adress .text input {
    font-size: 14px; } }

.row-adress .text input.placeholder {
  font-weight: 700;
  font-size: 18px;
  color: #c5af9a; }

@media only screen and (max-width: 767px) {
  .row-adress .text input.placeholder {
    font-size: 14px; } }

.row-adress .text input:-moz-placeholder {
  font-weight: 700;
  font-size: 18px;
  color: #c5af9a; }

@media only screen and (max-width: 767px) {
  .row-adress .text input:-moz-placeholder {
    font-size: 14px; } }

.row-adress .text input::-webkit-input-placeholder {
  font-weight: 700;
  font-size: 18px;
  color: #c5af9a; }

@media only screen and (max-width: 767px) {
  .row-adress .text input::-webkit-input-placeholder {
    font-size: 14px; } }

.row-adress .enter {
  width: 144px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  text-align: center;
  cursor: pointer;
  perspective: 800px; }

@media only screen and (max-width: 767px) {
  .row-adress .enter {
    width: 74px; } }

.row-adress .enter div {
  transform-style: preserve-3d;
  transform: rotateY(-90deg);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
  line-height: 23px;
  height: 100%; }

.row-adress .enter span {
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 95%;
  height: 91%;
  padding: 12px 18px 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1); }

@media only screen and (max-width: 767px) {
  .row-adress .enter span {
    top: 1px;
    left: 0;
    width: 95%;
    height: 97%; } }

.row-adress .enter span:nth-child(1) {
  transform: rotateY(0deg) translateZ(68px);
  cursor: pointer; }

@media only screen and (max-width: 767px) {
  .row-adress .enter span:nth-child(1) {
    transform: rotateY(0deg) translateZ(40px); } }

.row-adress .enter span:nth-child(2) {
  transform: rotateY(90deg) translateZ(68px); }

@media only screen and (max-width: 767px) {
  .row-adress .enter span:nth-child(2) {
    transform: rotateY(90deg) translateZ(40px); } }

.row-adress .enter span:nth-child(1) {
  background: #c5af9a;
  color: #ffffff;
  margin: 0; }

.row-adress .enter span:nth-child(1) i {
  color: #ffffff; }

.row-adress .enter span:nth-child(2) {
  background-color: #c4c4c4; }

.row-adress .enter i {
  color: #ffffff;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%) translateZ(0); }

@media only screen and (max-width: 767px) {
  .row-adress .enter i {
    font-size: 20px; } }

footer {
  background-color: #4e4e4e;
  padding: 49px 39px;
  height: 242px; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  footer {
    padding: 49px 15px; } }

@media only screen and (max-width: 767px) {
  footer {
    height: auto;
    padding: 30px 22px 22px 22px; } }

.footer__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media only screen and (max-width: 767px) {
  .footer__item {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-pack: end;
    justify-content: flex-end; } }

.footer__item .social {
  max-width: 404px; }

.footer__item .wrap-link {
  display: inline-block;
  vertical-align: top;
  width: 160px;
  margin-right: 23px;
  position: relative; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .footer__item .wrap-link {
    margin-right: 0; } }

@media only screen and (max-width: 767px) {
  .footer__item .wrap-link {
    width: 170px;
    margin-right: 0; } }

.footer__item .wrap-link .lis {
  position: relative; }

.footer__item .wrap-link .lis a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all, .4s;
  height: 100%; }

.footer__item .wrap-link .lis a:nth-child(2) {
  opacity: 0;
  visibility: hidden; }

.footer__item .wrap-link .lis:hover a:nth-child(1) {
  opacity: 0;
  visibility: hidden; }

.footer__item .wrap-link .lis:hover a:nth-child(2) {
  opacity: 1;
  visibility: visible; }

.footer__item .wrap-link.wrap-link1 .lis {
  width: 100%;
  height: 108px; }

.footer__item .wrap-link.wrap-link2 .lis {
  height: 32px;
  width: 100%;
  margin-bottom: 5px; }

.footer__item .wrap-link a {
  display: block; }

.footer__item a {
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1); }

.footer__item a img {
  display: block;
  width: 100%; }

.footer__item a i {
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1); }

.hide-hover .footer__item a:hover {
  color: #c5af9a; }

.hide-hover .footer__item a:hover i {
  color: #c5af9a; }

.footer__item .col {
  width: 49%;
  padding-left: 88px; }

@media only screen and (max-width: 767px) {
  .footer__item .col {
    width: 100%;
    padding-left: 0;
    padding-bottom: 55px; } }

.footer__item .col:first-child {
  width: 51%;
  padding-left: 0; }

@media only screen and (max-width: 767px) {
  .footer__item .col:first-child {
    width: 100%; } }

.footer__item .title {
  color: #afafaf;
  padding-bottom: 9px; }

@media only screen and (max-width: 767px) {
  .footer__item .title {
    padding-bottom: 36px; } }

.footer__item .title span {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700; }

@media only screen and (max-width: 767px) {
  .footer__item .title span {
    font-size: 13px; } }

.footer__item li {
  text-transform: uppercase; }

.footer__item li i {
  width: 18px;
  display: inline-block; }

.footer__item li span {
  font-weight: 700;
  color: #c5af9a;
  padding-bottom: 22px;
  font-size: 18px;
  display: block; }

@media only screen and (max-width: 767px) {
  .footer__item li span {
    font-size: 13px;
    padding-bottom: 5px; }
  .footer__item li span:first-child {
    padding-bottom: 22px; } }

.footer__item li a {
  color: #ffffff;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  display: block; }

.footer__item li a i {
  color: #ffffff; }

.footer__item .social .item .wrap-link a {
  margin-top: 18px; }

.footer__item .social .item .wrap-link:first-child {
  width: 80px; }

@media only screen and (max-width: 767px) {
  .footer__item .social .item .wrap-link:first-child {
    width: 80px; } }

.footer__item .social .item .wrap-link:first-child a {
  margin: 0; }

.footer__item .social i {
  color: #ffffff;
  font-size: 54px; }

.footer__item .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media only screen and (max-width: 767px) {
  .footer__item .row {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .footer__item .row ul {
    width: 50%;
    padding-bottom: 40px; } }

.preorder-brand {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  width: calc(100% + 18px);
  padding-top: 140px;
  background-color: #e5e5e5;
  overflow-x: hidden;
  overflow-y: scroll;
  transform: translate(0, 100%) translateZ(0);
  z-index: 9;
  transition: all, .5s; }

@media only screen and (max-width: 767px) {
  .preorder-brand {
    width: 100%;
    -webkit-overflow-scrolling: touch; } }

.brand-active .preorder-brand {
  transform: translate(0, 0) translateZ(0); }

.preorder-brand .preorder-brand {
  visibility: hidden; }

.preorder-brand .row {
  padding: 0 20px 20px; }

.preorder-brand .row.coming-soon .arr, .preorder-brand .row.coming-soon .title {
  background-color: #c4c4c4; }

.hide-hover .preorder-brand .row.coming-soon .col:hover .arr {
  background-color: #c4c4c4; }

.hide-hover .preorder-brand .row.coming-soon .col:hover .arr i {
  color: #ffffff; }

.preorder-brand .row.coming-soon .text span {
  color: #c4c4c4; }

.preorder-brand .col {
  position: relative;
  background: #ffffff;
  display: block; }

.preorder-brand .col:after {
  content: '';
  background: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateZ(0);
  position: absolute;
  transition: 3s;
  height: 100%;
  width: 100%;
  z-index: -1; }

.hide-hover .preorder-brand .col:hover .text .arr div {
  transform: rotateY(0deg); }

.hide-hover .preorder-brand .col:hover .text .arr i {
  color: #c5af9a; }

.preorder-brand .col .col__i {
  overflow: hidden;
  position: relative; }

.preorder-brand .col.arrow-active {
  z-index: 12; }

.preorder-brand .col.arrow-active:after {
  transition-delay: .5s;
  transform: translate(-50%, -50%) translateZ(0) scale(10); }

.preorder-brand .col.arrow-active .title, .preorder-brand .col.arrow-active .img, .preorder-brand .col.arrow-active .text {
  transition: all 1.5s cubic-bezier(0.77, 0, 0.175, 1); }

.preorder-brand .col.arrow-active .title {
  opacity: 0; }

.preorder-brand .col.arrow-active .img {
  opacity: 0; }

.preorder-brand .col.arrow-active .text {
  opacity: 0; }

.preorder-brand .title {
  background: #c5af9a;
  padding: 16px 17px; }

.preorder-brand .title span {
  color: #ffffff;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  display: block;
  text-transform: uppercase; }

.preorder-brand .title span i {
  font-style: normal;
  font-weight: 400; }

.preorder-brand .img {
  height: 185px;
  position: relative;
  overflow: hidden; }

@media only screen and (max-width: 767px) {
  .preorder-brand .img {
    height: 157px; } }

.preorder-brand .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateZ(0);
  width: 100%; }

.preorder-brand .text {
  position: relative;
  padding: 15px 100px 15px 15px;
  background: #ffffff;
  z-index: 2; }

.preorder-brand .text span {
  color: #c5af9a;
  font-size: 12px;
  line-height: 14px;
  display: block;
  padding-bottom: 13px; }

.preorder-brand .text span b {
  font-weight: 700;
  text-transform: uppercase; }

.preorder-brand .text p {
  color: #585858;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px; }

.preorder-brand .arr {
  width: 90px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  -ms-transform: scaleX(1);
      transform: scaleX(1);
  -ms-transform-origin: 100% 50%;
      transform-origin: 100% 50%;
  transition: transform, 1s, background 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  perspective: 800px; }

.preorder-brand .arr div {
  transform-style: preserve-3d;
  transform: rotateY(-90deg);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
  line-height: 23px;
  height: 100%; }

.preorder-brand .arr span {
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 0; }

.preorder-brand .arr span:nth-child(1) {
  transform: rotateY(0deg) translateZ(45px); }

.preorder-brand .arr span:nth-child(2) {
  transform: rotateY(90deg) translateZ(45px); }

.preorder-brand .arr span:nth-child(1) {
  background: #ffffff;
  color: #c5af9a;
  margin: 0; }

.preorder-brand .arr span:nth-child(1) i {
  color: #c5af9a; }

.preorder-brand .arr span:nth-child(2) {
  background: #c5af9a; }

.preorder-brand .arr i {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  margin: -17px 0 0 -6px; }

#picker {
  position: fixed;
  top: 60%;
  right: 0;
  z-index: 2222;
  width: 194px; }

#picker span {
  display: block;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  letter-spacing: 1px;
  padding-top: 6px; }

@keyframes opacity2 {
  50% {
    opacity: .5; } }

.nav-social {
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  overflow-y: hidden;
  position: absolute;
  left: -102px;
  top: 0; }

.nav-social.active {
  overflow-y: visible; }

.nav-social i {
  font-size: 20px;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.nav-social a {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 50px;
  position: relative;
  float: right;
  transition: transform .25s ease-out;
  -ms-transform: translateY(-100%);
      transform: translateY(-100%); }

@media only screen and (max-width: 767px) {
  .nav-social a {
    float: none;
    margin: 0; } }

.nav-social a div {
  transform-style: preserve-3d;
  transform: rotateX(-90deg);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transform-origin: 5;
      transform-origin: 5;
  height: 100%; }

.nav-social a span {
  transition: transform .5s ease;
  transform: rotateX(0deg) translateZ(25px);
  background: #c5af9a;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.nav-social a span i {
  color: #ffffff; }

.nav-social a span:first-child {
  transform: rotateX(90deg) translateZ(25px);
  background: #ffffff; }

.nav-social a span:first-child i {
  color: #c5af9a; }

.nav-social a:hover div {
  transform: rotateX(0deg); }

.nav-social a:first-child {
  margin-left: 1px; }

@media only screen and (max-width: 767px) {
  .nav-social a:first-child {
    margin-left: 0; } }

.nav-social a:nth-of-type(1) {
  transition-delay: 0.2s; }

.nav-social a:nth-of-type(2) {
  transition-delay: 0s; }

#rendererView {
  width: 800px;
  height: 800px;
  position: fixed;
  z-index: 100;
  right: -1%;
  bottom: 50%;
  -ms-transform: translateY(56%);
      transform: translateY(56%);
  animation-iteration-count: infinite;
  animation-name: opacity2;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-timing-function: ease-out; }

#rendererView canvas {
  position: relative; }

.shadow-1 {
  position: absolute;
  top: 37%;
  z-index: 0;
  -ms-transform: rotate(11deg);
      transform: rotate(11deg);
  left: 58%;
  width: 40px;
  height: 118px;
  border-radius: 33px;
  box-shadow: 0 0 50px #C73030; }

#bg-by-picker {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 0; }

.color-picker-inp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.color-picker-container {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 17px;
  -ms-transform: translate(0, -100%);
      transform: translate(0, -100%); }

.color-picker-container .picker-container .canvas-container {
  margin: 20px;
  position: relative;
  float: left;
  width: 200px;
  display: inline-block; }

.color-picker-container .picker-container .canvas-container.active {
  display: block; }

.color-picker-container .picker-container .canvas-container canvas {
  cursor: crosshair;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #E8E8E8;
  background: #E6D3D3; }

.color-picker-container .picker-container .canvas-container .pointer {
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  pointer-events: none;
  background: #ffffff; }

.color-picker-container .picker-container .canvas-container input {
  margin-top: 10px;
  width: 100%;
  height: 30px;
  text-align: center;
  background: #353738;
  border: 0;
  color: #fff;
  display: none; }

.color-picker-container .picker-container .slider-container {
  width: 15px;
  float: right;
  position: relative;
  margin: 15px;
  display: none; }

.color-picker-container .picker-container .slider-container .slider {
  width: 15px;
  height: 249px;
  background: #000; }

.color-picker-container .picker-container .slider-container .pointer {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #007bff;
  position: absolute;
  left: -8px; }

.color-picker-container .palletes-container {
  float: right;
  width: 275px; }

.color-picker-container .palletes-container .palette {
  width: 35px;
  height: 35px;
  float: right;
  border-radius: 4px;
  margin: 5px;
  box-shadow: inset 0px 2px 1px rgba(0, 0, 0, 0.28);
  cursor: pointer; }

.color-picker-container .palletes-container .palette.active {
  box-shadow: 0 0 0 3px #3F3F40; }

.color-picker-container .palletes-container .palette.add {
  border: 2px dashed #bababa;
  box-shadow: inherit;
  position: relative; }

.color-picker-container .palletes-container .palette.add:after {
  content: '+';
  font-size: 24px;
  color: #bababa;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 30px; }

.product-buttons {
  position: fixed;
  bottom: 16px;
  left: 20px;
  z-index: 23; }

@media only screen and (max-width: 767px) {
  .product-buttons {
    position: absolute; } }

.product-buttons .btn {
  margin-left: 7px; }

.product-buttons .btn:first-child {
  margin-left: 0; }

.inside-img {
  display: none; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .inside-img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; } }

@media only screen and (max-width: 767px) {
  .inside-img {
    display: block;
    margin: 0 -23px; }
  .inside-img .mob-active {
    display: block;
    width: 100%; } }

.overlay-map {
  background-color: #ffffff;
  width: 259px;
  height: 230px;
  padding: 40px 20px 40px 43px;
  position: relative;
  top: -81px;
  left: 130px; }

@media only screen and (max-width: 767px) {
  .overlay-map {
    width: 231px;
    height: 178px;
    padding: 24px 18px 17px 18px; } }

.overlay-map:after {
  content: '';
  position: absolute;
  bottom: -41px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 41px 26px 0 0;
  border-color: #ffffff transparent transparent transparent; }

.overlay-map b {
  position: relative;
  text-transform: uppercase;
  font-size: 15px;
  color: #c5af9a;
  line-height: 17px;
  font-weight: 400;
  overflow: hidden;
  border-bottom: 1px solid #c5af9a;
  display: inline-block;
  margin-bottom: 12px; }

@media only screen and (max-width: 767px) {
  .overlay-map b {
    font-size: 13px;
    margin-bottom: 7px; } }

.overlay-map b:after {
  content: '';
  position: absolute;
  bottom: -4px;
  height: 1px;
  width: 100%;
  background: #c5af9a; }

.overlay-map p {
  display: block;
  color: #585858;
  font-size: 15px;
  line-height: 17px;
  padding-bottom: 19px;
  font-weight: 400; }

@media only screen and (max-width: 767px) {
  .overlay-map p {
    font-size: 13px;
    line-height: 16px;
    padding-bottom: 16px; } }

.overlay-map p span {
  display: block; }

.overlay-map p a {
  color: #c5af9a; }

.open-email .popup-project_email {
  opacity: 1;
  visibility: visible;
  z-index: 222; }

.open-thanks .popup-project_thanks {
  opacity: 1;
  visibility: visible;
  z-index: 222; }

.popup-project_thanks .cont strong {
  margin-left: 30px; }

.popup-project_thanks .fa {
  margin-left: 22px; }

.popup-project {
  position: fixed;
  top: 50%;
  left: 50%;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  margin-left: -181px;
  background-color: #e5e5e5;
  width: 362px;
  z-index: 30;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1); }

.popup-project.popup-project_email .cont span:after {
  content: '>';
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -15px; }

.popup-project .popup-project__i {
  padding: 48px 51px 100px; }

.popup-project .nav-social {
  left: initial;
  right: -24%;
  top: 6px; }

.popup-project .nav-social .share {
  display: block;
  padding-bottom: 20px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase; }

.popup-project .nav-social i {
  font-size: 20px; }

.popup-project .title {
  padding-bottom: 22px; }

.popup-project .title span {
  color: #c5af9a;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 7px; }

.popup-project .title span:after {
  background: #c5af9a; }

.popup-project p {
  color: #585858;
  font-size: 15px;
  font-weight: 400;
  padding-bottom: 53px; }

.popup-project .inp-wrap {
  position: relative; }

.popup-project .inp-wrap div {
  transform-style: preserve-3d;
  transform: rotateY(-90deg);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
  height: 100%; }

.popup-project .inp-wrap span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.popup-project .inp-wrap span:nth-child(1) {
  transform: rotateY(0deg) translateZ(30px); }

.popup-project .inp-wrap span:nth-child(2) {
  transform: rotateY(90deg) translateZ(30px); }

.popup-project .inp-wrap span:nth-child(1) {
  background: #c5af9a;
  color: #ffffff;
  border: 2px solid transparent;
  margin: 0;
  cursor: pointer; }

.popup-project .inp-wrap span:nth-child(1) i {
  color: #ffffff; }

.popup-project .inp-wrap span:nth-child(2) {
  background-color: #c4c4c4; }

.popup-project .inp-wrap.active .cbtn div {
  transform: rotateY(0deg); }

.popup-project .inp-wrap.active .cbtn div span:nth-child(2) {
  background: #ffffff;
  transition-delay: .4s; }

.popup-project .inp-wrap.active .cbtn div span:nth-child(2) i {
  color: #c5af9a;
  transition-delay: .4s; }

.popup-project .inp-wrap.active .cbtn:hover div {
  transform: rotateY(-90deg); }

.popup-project .inp-wrap .cbtn {
  position: absolute;
  top: 0;
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
  right: 0;
  height: 100%;
  width: 60px;
  transition: all, .3s;
  cursor: pointer; }

.popup-project .inp-wrap i {
  position: absolute;
  top: 50%;
  left: 19px;
  transform: translate3d(0, -50%, 0);
  font-size: 20px;
  color: #ffffff;
  transition: all, .3s;
  margin-left: 0; }

.popup-project .inp-wrap .inp {
  height: 57px; }

.popup-project .inp-wrap .inp.placeholder {
  color: #c5af9a; }

.popup-project .inp-wrap .inp:-moz-placeholder {
  color: #c5af9a; }

.popup-project .inp-wrap .inp::-webkit-input-placeholder {
  color: #c5af9a; }

.popup-project form {
  padding-bottom: 54px;
  margin-left: -4px; }

.popup-project .cont {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #c5af9a;
  height: 95px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 33;
  text-transform: uppercase;
  padding-top: 40px;
  padding-left: 33px;
  perspective: 800px; }

.popup-project .cont strong {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%; }

.popup-project .cont.cont2 {
  padding: 0;
  background: transparent; }

.hide-hover .popup-project .cont.cont2 div:hover {
  transform: rotateX(0deg); }

.popup-project .cont.cont2 div {
  width: 100%;
  height: 100%; }

.popup-project .cont.cont2 div span {
  bottom: 0;
  top: 2px;
  margin: 0 11px;
  padding-top: 33px;
  padding-left: 22px; }

.popup-project .cont.cont2 div span:nth-child(1) {
  transform: rotateX(0deg) translateZ(43px); }

.popup-project .cont.cont2 div span:nth-child(2) {
  transform: rotateX(90deg) translateZ(135px); }

.hide-hover .popup-project .cont strong div:hover {
  transform: rotateX(0deg); }

.popup-project .cont div {
  transform-style: preserve-3d;
  transform: rotateX(-90deg);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
  line-height: 23px;
  height: 100%;
  margin: 0;
  display: inline-block;
  width: 40px;
  vertical-align: top; }

.popup-project .cont div a {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
  text-align: center; }

.popup-project .cont div a i {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
  margin-left: 13px; }

.popup-project .cont span {
  display: block;
  height: 94%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  top: 3px; }

.popup-project .cont span:nth-child(1) {
  transform: rotateX(0deg) translateZ(47px); }

.popup-project .cont span:nth-child(1) a {
  color: #c5af9a; }

.popup-project .cont span:nth-child(1):after {
  color: #c5af9a; }

.popup-project .cont span:nth-child(2) {
  transform: rotateX(90deg) translateZ(130px); }

.popup-project .cont span:nth-child(2) a {
  color: #ffffff; }

.popup-project .cont span:nth-child(1) {
  background: #ffffff;
  color: #c5af9a; }

.popup-project .cont span:nth-child(2) {
  background: #c5af9a; }

@media all and (-ms-high-contrast: none) {
  .main-title__line rect {
    stroke-width: 30px; }
  /* IE10 */
  *::-ms-backdrop, .main-title__line rect {
    stroke-width: 30px; }
  /* IE11 */ }

@media all and (-ms-high-contrast: none) {
  .btn div {
    transform: rotateX(0deg); }
  .btn.btn_gold span:nth-child(1) {
    background: #c5af9a; }
  .btn.btn_light span:nth-child(1) {
    background: transparent;
    color: #ffffff; }
  .popup-project .cont div, .people .cont div {
    transform: rotateX(0deg); }
  .row-adress .enter span {
    width: 100%;
    height: 100%;
    top: 0; }
  .row-adress .enter div {
    transform: rotateX(0deg); }
  .arr div {
    transform: rotateX(0deg); }
  .nav__pre div {
    transform: rotateX(0deg); }
  .nav__pre span:nth-child(1), .cbtn span:nth-child(1), .arr span:nth-child(1), .popup-project .cont span:nth-child(1), .row-adress .enter span:nth-child(1), .people .cont span:nth-child(1) {
    background: #c5af9a;
    color: #ffffff;
    margin: 0; }
  .nav__pre span:nth-child(1) i, .nav__pre span:nth-child(1):after, .cbtn span:nth-child(1) i, .cbtn span:nth-child(1):after, .arr span:nth-child(1) i, .arr span:nth-child(1):after, .popup-project .cont span:nth-child(1) i, .popup-project .cont span:nth-child(1):after, .row-adress .enter span:nth-child(1) i, .row-adress .enter span:nth-child(1):after, .people .cont span:nth-child(1) i, .people .cont span:nth-child(1):after {
    color: #ffffff; }
  .popup-project .cont div {
    margin: 0; }
  /* IE10 */
  *::-ms-backdrop, .btn.btn_gold span:nth-child(1) {
    background: #c5af9a; }
  *::-ms-backdrop, .btn.btn_light span:nth-child(1) {
    background: transparent;
    color: #ffffff; }
  *::-ms-backdrop, .popup-project .cont div {
    transform: rotateX(0deg);
    margin: 0; }
  *::-ms-backdrop, .btn div {
    transform: rotateX(0deg); }
  *::-ms-backdrop, .arr div {
    transform: rotateX(0deg); }
  *::-ms-backdrop, .cbtn div {
    transform: rotateX(0deg); }
  *::-ms-backdrop, .people .cont div {
    transform: rotateX(0deg); }
  *::-ms-backdrop, .row-adress .enter div {
    transform: rotateX(0deg); }
  *::-ms-backdrop, .nav__pre div {
    transform: rotateX(0deg); }
  *::-ms-backdrop, .row-adress .enter span {
    width: 100%;
    height: 100%;
    top: 0; }
  *::-ms-backdrop, .popup-project .cont span:nth-child(1) {
    background: #c5af9a;
    color: #ffffff;
    margin: 0; }
  *::-ms-backdrop i, .popup-project .cont span:nth-child(1) i {
    color: #ffffff; }
  *::-ms-backdrop, .arr span:nth-child(1) {
    background: #c5af9a;
    color: #ffffff;
    margin: 0; }
  *::-ms-backdrop i, .arr span:nth-child(1) i {
    color: #ffffff; }
  *::-ms-backdrop, .row-adress .enter span:nth-child(1) {
    background: #c5af9a;
    color: #ffffff;
    margin: 0; }
  *::-ms-backdrop i, .row-adress .enter span:nth-child(1) i {
    color: #ffffff; }
  *::-ms-backdrop, .cbtn span:nth-child(1) {
    background: #c5af9a;
    color: #ffffff;
    margin: 0; }
  *::-ms-backdrop i, .cbtn span:nth-child(1) i {
    color: #ffffff; }
  *::-ms-backdrop, .people .cont span:nth-child(1) {
    background: #c5af9a;
    color: #ffffff;
    margin: 0; }
  *::-ms-backdrop:after, .people .cont span:nth-child(1):after {
    color: #ffffff; }
  *::-ms-backdrop, .nav__pre span:nth-child(1) {
    background: #c5af9a;
    color: #ffffff;
    margin: 0; }
  *::-ms-backdrop:after, .nav__pre span:nth-child(1):after {
    color: #ffffff; }
  /* IE11 */ }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #rendererView {
    width: 700px;
    height: 700px;
    right: 0;
    bottom: 48%; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min-resolution: 192dpi) and (max-width: 767px), only screen and (min-resolution: 2dppx) and (max-width: 767px) {
  #rendererView {
    width: 100%;
    height: 100%; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .section-product_inside .cube {
    width: 700px;
    height: 700px;
    right: 0;
    bottom: 48%; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min-resolution: 192dpi) and (max-width: 767px), only screen and (min-resolution: 2dppx) and (max-width: 767px) {
  .section-product_inside .cube {
    width: 100%;
    height: 100%; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .section-product .cube:after {
    bottom: 125px;
    left: 135px; }
  .section-product .description-slider {
    top: 65%;
    right: 7%;
    -ms-transform: translate(7%, -26%);
        transform: translate(7%, -26%); }
  .cube:after {
    bottom: 87px;
    left: 100px;
    width: 90px;
    height: 90px; }
  .section-nutshell .info {
    margin-top: -34px; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min-resolution: 192dpi) and (max-width: 767px), only screen and (min-resolution: 2dppx) and (max-width: 767px) {
  .section-nutshell .info {
    margin: 0; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .section-nutshell .cube {
    width: 294px; }
  .section-nutshell .cube:after {
    bottom: 49px;
    left: 86px; }
  .section-nutshell .cube .inanuts-img img {
    display: block;
    width: 100%; } }

.slider-mob {
  width: 100%;
  margin: -85px -23px 0; }

.slider-mob .col {
  text-align: right; }

.slider-mob .title {
  position: relative;
  text-transform: uppercase; }

.slider-mob p {
  padding-bottom: 14px; }

.slider-mob strong {
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase; }

.slider-mob .img-m {
  margin-left: -45px; }

.slider-mob img {
  display: block;
  width: 100%; }

.slider-mob .img {
  width: 250px;
  display: inline-block;
  vertical-align: top;
  margin-right: -50px; }

.section-product_inside .slider-mob .img {
  width: 300px; }

.slider-mob .img img {
  display: block;
  width: 100%; }

.slider-mob .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  position: relative;
  opacity: 1;
  border: 1px solid #ffffff;
  background: transparent; }

.slider-mob .swiper-pagination-bullet:first-child:after {
  content: none; }

.slider-mob .swiper-pagination-bullet:after {
  content: '';
  position: absolute;
  width: 45px;
  left: -45px;
  top: 3px;
  height: 1px;
  background: #ffffff; }

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

.slider-mob .swiper-pagination-white .swiper-pagination-bullet {
  background: #d1d1d1; }

.slider-mob .swiper-pagination-white .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffffff; }

.slider-mob .stage {
  position: relative;
  padding: 0 23px;
  background: #bcbcbc; }

@media only screen and (max-width: 767px) {
  .slider-mob.mobile-show {
    margin-top: -50px; } }

.infobox-wrapper {
  display: none; }

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -ms-transform: rotate(90deg);
      transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -ms-transform: rotate(270deg);
      transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -ms-transform: scale(-1, 1);
      transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -ms-transform: scale(1, -1);
      transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before, .fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before, .fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before, .fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before, .fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1; }

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

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column; }

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

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0); }

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

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

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

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
  transition-property: transform,height; }

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

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

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

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

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .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"); }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

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

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

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .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%;
  transform: translate3d(0, -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; }

.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%;
  -ms-transform: scale(0);
      transform: scale(0);
  -ms-transform-origin: left top;
      transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -ms-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; }

.swiper-container-3d {
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .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-wrapper {
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  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: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px; }

.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;
  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-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

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

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

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -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-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

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

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  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-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; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -ms-transform-origin: 50%;
      transform-origin: 50%;
  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%;
  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"); }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }
