@font-face {
  font-family: 'GothamMedium';
  src: url("../assets/fonts/gotham/Gotham-Medium.eot");
  src: url("../assets/fonts/gotham/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/gotham/Gotham-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'GothamBook';
  src: url("../assets/fonts/gotham/Gotham-Book.eot");
  src: url("../assets/fonts/gotham/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/gotham/Gotham-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'GothamBold';
  src: url("../assets/fonts/gotham/Gotham-Bold.eot");
  src: url("../assets/fonts/gotham/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/gotham/Gotham-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
/* Breakpoints */
/* Mixins */
body {
  color: #000000;
  font-family: 'GothamBook', sans-serif;
  line-height: 1.2em;
  letter-spacing: 0.04em; }

a {
  font-family: sans-serif; }

header {
  position: fixed;
  width: 100%;
  z-index: 10;
  text-align: center;
  padding: 10px 0px; }
  header.home-page {
    background-color: rgba(0, 0, 0, 0.4); }
    header.home-page:after {
      content: '';
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(transparent));
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), transparent);
      display: block;
      position: absolute;
      width: 100%;
      height: 14px;
      bottom: -14px; }
  header .logo {
    width: 450px;
    position: absolute;
    text-align: left;
    top: 90px;
    right: 0px; }
    @media only screen and (max-width: 575.98px) {
      header .logo {
        width: 100%;
        text-align: center; } }
    @media only screen and (max-width: 768px) {
      header .logo {
        width: 100%;
        text-align: center;
        top: 150px; } }
    header .logo a {
      color: #ffffff;
      text-decoration: none;
      line-height: 1em;
      text-shadow: 1px 1px 2px black, 0 0 1em #ffffff;
      font-family: 'GothamBold', sans-serif; }
  header nav li {
    display: inline-block;
    margin: 10px; }
    header nav li a {
      color: #ffffff;
      text-shadow: 1px 1px 2px black, 0 0 1em #ffffff;
      text-transform: uppercase;
      text-decoration: none;
      font-family: 'GothamMedium', sans-serif;
      font-weight: 600; }
      header nav li a:hover {
        text-decoration: underline;
        -webkit-transition: 0.2s;
        transition: 0.2s; }

h1 {
  font-size: 42px;
  font-family: 'GothamBold', sans-serif;
  font-weight: 600;
  color: #ffffff; }
  @media only screen and (max-width: 375px) {
    h1 {
      font-size: 34px; } }

h2 {
  font-size: 38px;
  font-family: 'GothamBold', sans-serif; }

.home-slide,
section.model {
  background-size: cover;
  background-position: center;
  height: 100vh; }

.main-video {
  width: 100%; }
  @media only screen and (max-width: 768px) {
    .main-video {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: auto; } }

picture img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover; }
  @media only screen and (max-width: 992px) {
    picture img {
      height: 100%; } }
  @media only screen and (max-width: 768px) {
    picture img {
      height: auto; } }

section {
  position: relative;
  margin-bottom: -4px; }
  section .title-section {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 20%; }

.slide-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: -4px; }
  @media only screen and (max-width: 768px) {
    .slide-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  .slide-wrap.main-slide {
    display: block; }
  .slide-wrap .left-col {
    width: 25%;
    padding: 70px 50px 100px 45px;
    background-color: #ffffff;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .slide-wrap .left-col {
        width: 100%;
        padding: 0px; }
        .slide-wrap .left-col .content-wrap {
          padding: 25px 15px; } }
    .slide-wrap .left-col .content-item {
      margin-bottom: 25px; }
  .slide-wrap .right-col {
    width: 75%;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .slide-wrap .right-col {
        width: 100%; } }
    .slide-wrap .right-col .gradirent {
      position: absolute;
      height: 100%;
      width: 100px;
      background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(transparent));
      background-image: linear-gradient(to right, #ffffff, transparent); }
      @media only screen and (max-width: 768px) {
        .slide-wrap .right-col .gradirent {
          height: 50px;
          width: 100%;
          background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(transparent));
          background-image: linear-gradient(to top, #ffffff, transparent);
          bottom: 0px; } }

.robot-item {
  position: relative; }
  .robot-item .main-slide {
    position: relative;
    margin-bottom: -3px; }
    .robot-item .main-slide .title-section {
      position: fixed;
      bottom: 28px;
      top: initial;
      right: 0px;
      color: #ffffff;
      font-weight: 600;
      width: 450px;
      text-align: left;
      z-index: 30; }
      @media only screen and (max-width: 768px) {
        .robot-item .main-slide .title-section {
          display: none; } }
      .robot-item .main-slide .title-section.hide {
        display: none;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
  .robot-item .slide-navigation {
    position: fixed;
    z-index: 20;
    top: 300px;
    left: 30px; }
    @media only screen and (max-width: 1350px) {
      .robot-item .slide-navigation {
        top: initial;
        bottom: 100px; } }
    @media only screen and (max-width: 992px) {
      .robot-item .slide-navigation {
        bottom: 50px; } }
    @media only screen and (max-width: 768px) {
      .robot-item .slide-navigation {
        display: none; } }
    .robot-item .slide-navigation li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 10px;
      height: 25px;
      position: relative;
      cursor: pointer;
      z-index: 15; }
      .robot-item .slide-navigation li:before {
        content: '';
        width: 50px;
        height: 25px;
        display: block;
        border-left: #000000 3px solid;
        position: absolute;
        left: 0px;
        top: 0px; }
      .robot-item .slide-navigation li:hover:before {
        border-left: #666565 3px solid; }
      .robot-item .slide-navigation li:hover a {
        opacity: 1;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        position: relative;
        z-index: 20; }
      .robot-item .slide-navigation li.active-anchor:before {
        border-left: #666565 3px solid; }
      .robot-item .slide-navigation li.active-anchor a {
        opacity: 1; }
      .robot-item .slide-navigation li a {
        opacity: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        text-decoration: none;
        color: #000000;
        padding-left: 15px;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 12px;
        font-family: 'GothamMedium', sans-serif; }

.wrap-window-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 99;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .wrap-window-popup.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .wrap-window-popup .close-popup-wrap {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 0;
    background: rgba(204, 204, 204, 0.85); }
  .wrap-window-popup .form-logo {
    margin-bottom: 35px; }
  .wrap-window-popup .popup-window {
    position: relative;
    background: #EFEFEF;
    -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    max-width: 300px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 35px 31px 35px;
    text-align: center; }
    @media only screen and (max-width: 575.98px) {
      .wrap-window-popup .popup-window {
        width: 200px;
        padding: 20px 15px 15px 15px; } }
  .wrap-window-popup .popup-form {
    display: none; }
    .wrap-window-popup .popup-form .form-title {
      text-align: center; }
      .wrap-window-popup .popup-form .form-title span {
        display: block; }
      .wrap-window-popup .popup-form .form-title .form-name {
        font-size: 24px;
        line-height: 1.1;
        font-family: 'AvenirNexBold',arial,sans-serif;
        margin-bottom: 14px;
        color: #0F161F; }
    .wrap-window-popup .popup-form .f-field {
      margin-bottom: 10px; }
      .wrap-window-popup .popup-form .f-field.message-field {
        color: #FE503A;
        text-align: center;
        font-size: 14px; }
    .wrap-window-popup .popup-form input[type=text],
    .wrap-window-popup .popup-form input[type=tel],
    .wrap-window-popup .popup-form input[type=email],
    .wrap-window-popup .popup-form textarea {
      width: 100%;
      height: 50px;
      border: 2px solid #cccccc;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-radius: 3px;
      background: #EFEFEF;
      outline: none;
      padding: 0 15px;
      color: #333;
      -webkit-box-shadow: none;
              box-shadow: none;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
      @media only screen and (max-width: 576px) {
        .wrap-window-popup .popup-form input[type=text],
        .wrap-window-popup .popup-form input[type=tel],
        .wrap-window-popup .popup-form input[type=email],
        .wrap-window-popup .popup-form textarea {
          height: 30px; } }
      .wrap-window-popup .popup-form input[type=text].field-error,
      .wrap-window-popup .popup-form input[type=tel].field-error,
      .wrap-window-popup .popup-form input[type=email].field-error,
      .wrap-window-popup .popup-form textarea.field-error {
        border: 2px solid #FE503A; }
    .wrap-window-popup .popup-form textarea {
      height: 100px;
      padding: 15px; }
      @media only screen and (max-width: 576px) {
        .wrap-window-popup .popup-form textarea {
          height: 60px; } }
    .wrap-window-popup .popup-form input[type=submit] {
      background: #000000;
      color: #ffffff;
      border-radius: 5px;
      padding: 15px 25px;
      font-size: 12px;
      text-transform: uppercase;
      font-family: sans-serif;
      border: none;
      margin-top: 15px;
      width: 100%;
      cursor: pointer; }
      .wrap-window-popup .popup-form input[type=submit]:hover {
        -webkit-transition: 0.2s;
        transition: 0.2s; }
    .wrap-window-popup .popup-form .form-footer a {
      color: #0F161F;
      line-height: 1.1;
      font-family: 'AvenirNexBold',arial,sans-serif;
      font-weight: 600;
      text-decoration: underline; }
      .wrap-window-popup .popup-form .form-footer a:hover {
        text-decoration: none; }
    .wrap-window-popup .popup-form label {
      margin-bottom: 15px; }
      @media only screen and (max-width: 375px) {
        .wrap-window-popup .popup-form label {
          font-size: 14px; } }
  .wrap-window-popup .close-popup {
    position: absolute;
    width: 25px;
    height: 25px;
    top: -12px;
    right: -12px;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer; }
    .wrap-window-popup .close-popup:before, .wrap-window-popup .close-popup:after {
      content: '';
      display: block;
      width: 15px;
      height: 2px;
      background: #000000;
      position: absolute; }
    .wrap-window-popup .close-popup:before {
      top: 11px;
      left: 5px;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .wrap-window-popup .close-popup:after {
      top: 11px;
      right: 5px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
  .wrap-window-popup label {
    font-size: 16px;
    display: block; }

.btn {
  margin-top: 35px; }
  @media only screen and (max-width: 768px) {
    .btn {
      text-align: center;
      margin-bottom: 35px; } }
  .btn a {
    margin-right: 0;
    min-width: auto;
    padding: 10px 32px;
    white-space: nowrap;
    display: inline-block;
    border: #000000 solid 2px;
    border-radius: 20px;
    text-decoration: none;
    color: #000000;
    font-weight: 600;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    .btn a:hover {
      color: #ffffff;
      background: #000000;
      -webkit-transition: 0.2s;
      transition: 0.2s; }

.home-slide {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden; }
  .home-slide .home-arrow {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 50px; }
    .home-slide .home-arrow a {
      display: inline-block;
      padding: 15px;
      border: #ffffff solid 2px;
      border-radius: 50%;
      position: relative;
      width: 25px;
      height: 25px; }
      .home-slide .home-arrow a span {
        display: block;
        width: 20px;
        height: 20px;
        border: #ffffff solid 2px;
        border-width: 2px 2px 0px 0px;
        -webkit-transform: rotate(135deg);
                transform: rotate(135deg);
        position: absolute;
        left: 16px;
        top: 12px; }
      .home-slide .home-arrow a:hover {
        background-color: #ffffff;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        .home-slide .home-arrow a:hover span {
          border: #000000 solid 2px;
          border-width: 2px 2px 0px 0px;
          -webkit-transition: 0.2s;
          transition: 0.2s; }

.single-robot header {
  position: absolute; }
.single-robot .mobile-title {
  display: none;
  margin-top: 15px;
  padding-left: 15px;
  font-size: 28px; }
  .single-robot .mobile-title.show-title {
    padding-left: 0px;
    margin-bottom: 25px;
    display: block;
    line-height: 1.2em; }
  @media only screen and (max-width: 768px) {
    .single-robot .mobile-title {
      display: block; }
      .single-robot .mobile-title.show-title {
        padding-left: 15px; } }

.video-popup {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99;
  display: none; }
  .video-popup .popap-wrap {
    width: 90%;
    margin: 200px auto;
    position: relative; }
  .video-popup .close-video-popup {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 0px; }
    .video-popup .close-video-popup:after, .video-popup .close-video-popup:before {
      content: '';
      position: absolute;
      width: 40px;
      height: 2px;
      display: block;
      background: #ffffff;
      top: -40px; }
    .video-popup .close-video-popup:after {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .video-popup .close-video-popup:before {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .video-popup .mobile-main-video {
    width: 100%; }

.video-btn {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  display: none; }
  @media only screen and (max-width: 768px) {
    .video-btn {
      display: block; } }
  .video-btn span {
    display: inline-block;
    padding: 10px 25px;
    color: #ffffff;
    font-family: 'GothamMedium';
    letter-spacing: 0.15em;
    background-color: rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
    border-radius: 10px; }

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