div {
  color: black; }

@font-face {
  font-family: "roboto-example";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/RobotoRegular/RobotoRegular.eot");
  src: url("../fonts/RobotoRegular/RobotoRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoRegular/RobotoRegular.woff") format("woff"), url("../fonts/RobotoRegular/RobotoRegular.ttf") format("truetype"); }

@font-face {
  font-family: "roboto-example";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/RobotoBold/RobotoBold.eot");
  src: url("../fonts/RobotoBold/RobotoBold.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoBold/RobotoBold.woff") format("woff"), url("../fonts/RobotoBold/RobotoBold.ttf") format("truetype"); }

@font-face {
  font-family: "Lobster";
  font-weight: cursive;
  font-style: normal;
  src: url("../fonts/Lobster/Lobster-Regular.eot");
  src: url("../fonts/Lobster/Lobster-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Lobster/Lobster-Regular.woff") format("woff"), url("../fonts/Lobster/Lobster-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "Gotham";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/GothamBlack/Gotham-Black.eot");
  src: url("../fonts/GothamBlack/Gotham-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamBlack/Gotham-Black.woff") format("woff"), url("../fonts/GothamBlack/Gotham-Black.ttf") format("truetype"); }

@font-face {
  font-family: "ASML";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/MoreMore_ASML/ASML_MoreMore.eot");
  src: url("../fonts/MoreMore_ASML/ASML_MoreMore.eot?#iefix") format("embedded-opentype"), url("../fonts/MoreMore_ASML/ASML_MoreMore.woff") format("woff"), url("../fonts/MoreMore_ASML/ASML_MoreMore.ttf") format("truetype"); }

@font-face {
  font-family: "Doppelganger";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Doppelganger/Doppelganger.eot");
  src: url("../fonts/Doppelganger/Doppelganger.eot?#iefix") format("embedded-opentype"), url("../fonts/Doppelganger/Doppelganger.woff") format("woff"), url("../fonts/Doppelganger/Doppelganger.ttf") format("truetype"); }

@font-face {
  font-family: "Chelsea_Market";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Chelsea_Market/ChelseaMarket.eot");
  src: url("../fonts/Chelsea_Market/ChelseaMarket.eot?#iefix") format("embedded-opentype"), url("../fonts/Chelsea_Market/ChelseaMarket.woff") format("woff"), url("../fonts/Chelsea_Market/ChelseaMarket.ttf") format("truetype"); }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  font-family: 'Gotham', sans-serif; }

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  overflow: hidden; }

.container {
  max-width: 1170px;
  padding: 0px 10px;
  margin: auto; }

.cards__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 200px;
  height: 600px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.card {
  padding: 20px; }
  .card__button {
    opacity: 1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    width: 40px;
    height: 40px;
    background: #eee;
    position: relative;
    top: 80%;
    left: 45%;
    border-radius: 50px;
    -webkit-box-shadow: 3px -1px 26px 2px rgba(21, 146, 242, 0.8);
            box-shadow: 3px -1px 26px 2px rgba(21, 146, 242, 0.8); }
    .card__button:hover {
      -webkit-box-shadow: 3px -1px 26px 2px #c00;
              box-shadow: 3px -1px 26px 2px #c00;
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .card__button::after {
      content: '';
      background-image: url("../img/icon/arrow.png");
      background-size: cover;
      position: absolute;
      top: 12%;
      left: 12%;
      width: 30px;
      height: 30px; }
  .card__backbutton {
    top: 40%;
    z-index: 5;
    left: 24%;
    width: 150px;
    height: 47px;
    background: #1592f2;
    -webkit-box-shadow: 3px -1px 26px 2px rgba(21, 146, 242, 0.5);
            box-shadow: 3px -1px 26px 2px rgba(21, 146, 242, 0.5);
    position: absolute;
    color: #fff;
    border-radius: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .card-item {
    border-radius: 10px;
    position: relative;
    height: 450px;
    width: 300px;
    left: 0;
    top: 0;
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.8s;
    transition: -webkit-transform 0.8s;
    -o-transition: transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-box-shadow: 0 0 50px rgba(22, 0, 0, 0.1);
            box-shadow: 0 0 50px rgba(22, 0, 0, 0.1); }
  .card__logo {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    position: absolute;
    width: 100%; }
    .card__logo img {
      height: 70px;
      width: 100px;
      margin-bottom: 20px; }
    .card__logo_back {
      display: inline-block;
      margin-top: 60px;
      width: 60%;
      left: 20px; }
  .card__info {
    margin-top: 80%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    position: absolute; }
    .card__info ul li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      list-style: none;
      margin-bottom: 10px;
      width: 200px; }
      .card__info ul li span {
        color: #929496;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 8px;
        margin-left: 10px; }
      .card__info ul li div {
        border-radius: 50%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        height: 30px;
        min-width: 30px;
        background: black; }
        .card__info ul li div img {
          height: 10px; }
  .card__title_company {
    display: inline-block;
    font-weight: bold;
    font-size: 24px;
    padding-right: 10px; }
  .card__title_logo {
    font-weight: normal;
    font-size: 24px; }
  .card__title_slog {
    letter-spacing: 6px;
    color: #a7a8ab; }
  .card__title_backcompany {
    display: inline-block;
    font-weight: normal;
    font-size: 22px;
    padding-right: 10px;
    color: #67b1c3; }
  .card__title_backlogo {
    color: #fff;
    font-weight: normal;
    font-size: 22px; }
  .card__title_backslog {
    display: inline-block;
    padding-top: 5px;
    color: #a7a8ab;
    font-size: 14px; }
  .card__layer {
    position: absolute;
    width: 110%;
    height: 110%;
    top: 0;
    left: -10%; }
    .card__layer_top {
      background: url(../img/front_top.png) no-repeat;
      background-size: 20% auto; }
    .card__layer_center {
      background: url(../img/front_center.png) no-repeat;
      background-size: 40% auto;
      top: 33%; }
    .card__layer_bottom {
      background: url(../img/front_bottom.png) no-repeat;
      background-size: 100% auto;
      top: 42%; }
    .card__layer_bottom-second {
      background: url(../img/bottom.svg) no-repeat;
      background-size: 100% auto;
      top: 42%; }
    .card__layer_left-third {
      background: url(../img/bottom.svg) no-repeat;
      background-size: cover; }
  .card__backlayer_top {
    background: url(../img/back_top.png) no-repeat;
    background-size: 100%;
    top: -10%; }
  .card__backlayer_center {
    background: url(../img/back_center.png) no-repeat;
    background-size: 40% auto;
    left: 60%;
    top: 30%; }
  .card__backlayer_bottom {
    background: url(../img/back_bottom.png) no-repeat;
    background-size: 30% auto;
    top: 60%;
    left: 70%; }

@-webkit-keyframes back-on {
  0% {
    right: 21%;
    -webkit-transform: translate(0, 200%) rotate(20deg);
            transform: translate(0, 200%) rotate(20deg); }
  60% {
    right: 21%;
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg); }
  100% {
    right: 33%;
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg); } }

@keyframes back-on {
  0% {
    right: 21%;
    -webkit-transform: translate(0, 200%) rotate(20deg);
            transform: translate(0, 200%) rotate(20deg); }
  60% {
    right: 21%;
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg); }
  100% {
    right: 33%;
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg); } }

.buttonHover {
  -webkit-box-shadow: 3px -1px 26px 2px #c00;
          box-shadow: 3px -1px 26px 2px #c00;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.buttonMove {
  background: #6f3;
  -webkit-box-shadow: 3px -1px 26px 2px #1592f2;
          box-shadow: 3px -1px 26px 2px #1592f2; }

.color {
  background: #67b1c3 !important; }

.hide {
  opacity: 0; }

.changeling {
  margin-bottom: 100px;
  height: 800px; }
  .changeling__title {
    margin-top: 200px;
    color: #394b50; }
    .changeling__title span {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 20px; }
      .changeling__title span:nth-child(1) {
        font-weight: 900;
        font-size: 32px;
        text-transform: uppercase; }
  .changeling__row {
    
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 50px;
    height: 600px;
    -webkit-perspective: 1000px;
            perspective: 1000px;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }

.front__active {
  -webkit-transform: perspective(600px) rotateY(-180deg);
          transform: perspective(600px) rotateY(-180deg); }

.back__active {
  -webkit-transform: perspective(600px) rotateY(0) !important;
          transform: perspective(600px) rotateY(0) !important; }

.front,
.back {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  border-radius: 10px;
  position: absolute;
  height: 450px;
  width: 300px; }

.back {
  height: 450px;
  width: 300px;
  -webkit-transform: perspective(600px) rotateY(180deg);
          transform: perspective(600px) rotateY(180deg); }

.buttonBack {
  -webkit-animation-name: mavic-on;
          animation-name: mavic-on;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

@-webkit-keyframes mavic-on {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes mavic-on {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

.boxes {
  border: 3px solid red;
  height: 600px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .boxes__one {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border: 3px solid blue;
    height: 100px;
    width: 100px;
    background: #ccc; }
    .boxes__one_child {
      background: black;
      height: 25px;
      width: 25px; }
  .boxes__two {
    border: 3px solid green;
    height: 100px;
    background: #ccc;
    width: 100px; }
  .boxes__three {
    border: 3px solid yellow;
    height: 100px;
    background: #ccc;
    width: 100px; }

.highlight {
  -webkit-box-shadow: 3px -1px 26px 2px #1592f2;
          box-shadow: 3px -1px 26px 2px #1592f2; }

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .banner {
    height: 590px;
    background-color: #709DCA; }
    .banner__inputs {
      margin-top: 32px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .banner__input {
      width: 282px;
      padding: 13px;
      padding-left: 35px;
      margin-top: 10px; }
    .banner__button {
      margin-top: 10px;
      width: 282px; }
    .banner__smart {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .banner__smart img {
        margin-top: -5%;
        width: 60%; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .header__link {
    font-size: 14px; }
  .banner__title {
    font-size: 25px; }
  .banner__sub-title {
    font-size: 12px; } }

@media only screen and (max-width: 830px) {
  .header__link {
    font-size: 12px; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .header ul li {
    font-size: 15px; }
    .header ul li:not(:first-child) {
      padding-left: 0px; }
    .header ul li a {
      padding: 0px 5px;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
  .header__burger {
    display: block;
    position: relative;
    width: 30px;
    height: 22px;
    position: relative;
    z-index: 3; }
    .header__burger.active:before {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      top: 10px; }
    .header__burger.active:after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      bottom: 10px; }
    .header__burger.active span {
      -webkit-transform: scale(0);
          -ms-transform: scale(0);
              transform: scale(0); }
    .header__burger:before, .header__burger:after {
      content: ' ';
      background-color: black;
      position: absolute;
      width: 100%;
      height: 2px;
      left: 0;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    .header__burger:before {
      top: 0px; }
    .header__burger:after {
      bottom: 10px; }
    .header__burger span {
      position: absolute;
      background-color: black;
      left: 0;
      width: 100%;
      height: 2px;
      top: 20px;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
  .header__menu {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #709DCA;
    padding: 70px 10px 20px 10px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    overflow: auto; }
    .header__menu.active {
      top: 0;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
  .header__list {
    padding-top: 20px;
    display: block; }
    .header__list li {
      margin: 0 0 20px 0; }
  .header__link {
    font-size: 24px;
    color: black; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  /**/ }

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  /**/ }
