.fadeIn-border {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-animation: border-in 0.7s ease-in-out forwards;
          animation: border-in 0.7s ease-in-out forwards; }

.fadeIn, .fadeInDown {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: 0.7s 0.4s ease-in-out;
  transition: 0.7s 0.4s ease-in-out; }

.fadeInDown {
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px); }

.home .hello, .home .right {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-animation: border-leave 0.6s ease-in-out forwards;
          animation: border-leave 0.6s ease-in-out forwards; }

.home h1, .home .ilove, .home .collab {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-animation: down-leave 0.6s ease-in-out forwards;
          animation: down-leave 0.6s ease-in-out forwards;
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px); }

.active .fadeIn, .active .fadeInDown {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.active .fadeInDown {
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.active .hello, .active .right {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-animation: border-in 0.7s ease-in-out 0.5s forwards;
          animation: border-in 0.7s ease-in-out 0.5s forwards; }

.active h1, .active .ilove, .active .collab {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-animation: down-in 0.7s ease-in-out forwards;
          animation: down-in 0.7s ease-in-out forwards; }

.active h1 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; }

.active .ilove {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s; }

.active .collab {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s; }

.works .project_1 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s; }

.works .project_2 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s; }

.works .project_3 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s; }

.works .project_4 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s; }

.works .project_5 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s; }

@-webkit-keyframes border-in {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } }

@keyframes border-in {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } }

@-webkit-keyframes border-leave {
  from {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } }

@keyframes border-leave {
  from {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } }

@-webkit-keyframes down-in {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px); }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes down-in {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px); }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes down-leave {
  from {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px); } }

@keyframes down-leave {
  from {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px); } }

html {
  font-size: 10px;
  -webkit-font-smoothing: antialiased; }

body {
  color: #324d5c;
  font-family: 'kayak', sans-serif; }

p.f-gr {
  font-family: 'Gilroy', sans-serif; }

a {
  text-decoration: none; }

.white-border {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: solid 35px white;
  pointer-events: none;
  z-index: 9; }
  .white-border .border {
    height: calc(100% - 10px);
    width: calc(100% - 10px);
    border: 5px solid;
    -o-border-image: url("../images/border-color.png") 0.4%;
       border-image: url("../images/border-color.png") 0.4%; }

.section {
  padding: 40px;
  background-color: #fffdf8;
  z-index: -2; }

.btn {
  padding: 16px 65px;
  display: inline-block;
  position: relative;
  color: white;
  font-family: Gilroy, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  text-decoration: none;
  border: 2px solid #324d5c; }
  .btn:before {
    content: '';
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 4px;
    background-color: #46b29d;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: -1; }
  .btn:hover:before {
    background-color: #f0ca4d; }

.title_section {
  position: absolute;
  font-family: Gilroy, sans-serif;
  font-size: 218px;
  font-size: 21.8rem;
  z-index: -1; }

.underline {
  position: relative;
  color: #324d5c; }
  .underline:before {
    content: "";
    height: 30%;
    width: 20%;
    position: absolute;
    bottom: 8px;
    left: -5px;
    background-color: #46b29d;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: -1; }
  .underline:hover {
    cursor: pointer; }
    .underline:hover:before {
      width: 105%; }

@media (max-height: 780px), (max-width: 1200px) {
  .btn {
    padding: 14px 53px;
    font-size: 2rem; }
  .title_section {
    font-size: 12rem; } }

@media (max-width: 750px) {
  .title_section {
    font-size: 8rem; } }

@media (max-width: 700px) {
  .white-border {
    border-width: 20px; }
  .section {
    padding: 16px; } }

@media (max-width: 650px) {
  .title_section {
    font-size: 5rem; }
  .btn {
    padding: 12px 45px;
    font-size: 1.6rem; } }

@font-face {
  font-family: 'kayak';
  src: url("../fonts/kayak/kayak_sans_bold.ttf") format("truetype"), url("../fonts/kayak/kayak_sans_bold.woff2") format("woff2"), url("../fonts/kayak/kayak_sans_bold.woff") format("woff"), url("../fonts/kayak/kayak_sans_bold.svg#kayak_sansbold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/gilroy/Gilroy-ExtraBold.eot");
  src: url("../fonts/gilroy/Gilroy-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy/Gilroy-ExtraBold.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-ExtraBold.woff") format("woff"), url("../fonts/gilroy/Gilroy-ExtraBold.ttf") format("truetype"), url("../fonts/gilroy/Gilroy-ExtraBold.svg#Gilroy-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal; }

.home .hello {
  position: absolute;
  top: 77px;
  left: -75px;
  color: rgba(50, 77, 92, 0.1);
  font-family: Gilroy, sans-serif;
  font-size: 27vw;
  pointer-events: none;
  z-index: 1; }

.home .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.home .left {
  width: 50%;
  height: 100%;
  padding-left: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  z-index: 2; }
  .home .left h1 {
    font-size: 72px;
    font-size: 7.2rem;
    line-height: 100px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
    .home .left h1 .c-green {
      color: #46b29d; }
    .home .left h1 .c-yellow {
      color: #f0ca4d; }
    .home .left h1 .c-red {
      color: #de5b49; }
    .home .left h1 .c-orange {
      color: #e37b40; }
  .home .left .ilove {
    margin-top: 85px;
    font-size: 42px;
    font-size: 4.2rem; }
  .home .left .collab {
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: Gilroy, sans-serif; }
    .home .left .collab p {
      margin-right: 5%;
      display: inline-block;
      font-size: 32px;
      font-size: 3.2rem;
      line-height: 38px;
      line-height: 3.8rem; }

.home .right {
  width: 50%;
  height: calc(100vh - 70px);
  position: relative;
  top: -12px;
  background: no-repeat center center;
  background-size: cover;
  z-index: 2; }

@media (max-height: 780px), (max-width: 1200px) {
  .home .left h1 {
    font-size: 6rem;
    line-height: 80px; }
  .home .left .ilove {
    margin-top: 50px;
    font-size: 3.6rem; }
  .home .left .collab p {
    font-size: 2.6rem;
    line-height: 3.1rem; } }

@media (max-width: 1080px) {
  .home .hello {
    top: -5px;
    left: 0;
    font-size: 16rem; }
  .home .left {
    width: 500px;
    margin: 0 auto; }
  .home .right {
    display: none; } }

@media (max-width: 700px), (max-height: 750px) {
  .home .content {
    padding: 0 16px; }
  .home .left h1 {
    font-size: 5rem;
    line-height: 55px; }
  .home .left .ilove {
    font-size: 2.8rem; }
  .home .left .collab p {
    font-size: 2.4rem;
    line-height: 2.8rem; } }

@media (max-width: 585px) {
  .home .left h1 {
    font-size: 3.8rem;
    line-height: 50px; }
  .home .left .ilove {
    font-size: 2.2rem; }
  .home .left .collab p {
    font-size: 2rem;
    line-height: 2.6rem; } }

.works {
  position: relative; }
  .works .title_section {
    bottom: -15px;
    right: 10px;
    color: #de5b49; }
  .works .content {
    width: 95%;
    height: 95%;
    padding: 35px; }
    .works .content .project {
      width: 350px;
      height: 215px;
      display: inline-block;
      position: absolute;
      background-color: #e1e1e1;
      box-shadow: 0 0 120px -34px rgba(0, 0, 0, 0.7);
      -webkit-transform-style: preserve-3d !important;
              transform-style: preserve-3d !important; }
      .works .content .project .border-project {
        content: "";
        width: calc(100% - 5px);
        height: calc(100% - 5px);
        position: absolute;
        top: -15px;
        left: -15px;
        border: solid 5px #324d5c;
        box-shadow: 0 0 70px -34px rgba(0, 0, 0, 0.1);
        -webkit-transition: 0.5s;
        transition: 0.5s; }
      .works .content .project:hover .border-project {
        -webkit-transform: translateZ(30px);
                transform: translateZ(30px);
        pointer-events: none; }
    .works .content .work_1 {
      top: 14%;
      left: 7%;
      background: url("../images/thumbnail_sidan.jpg") no-repeat center center;
      background-size: cover; }
    .works .content .work_2 {
      top: 24%;
      left: 38%;
      background: url("../images/thumbnail_auto.jpg") no-repeat center center;
      background-size: cover; }
    .works .content .work_3 {
      top: 13%;
      right: 7%;
      background: url("../images/thumbnail_rep.png") no-repeat center center;
      background-size: cover; }
    .works .content .work_4 {
      top: 60%;
      left: 30%;
      background: url("../images/thumbnail_qasapy.png") no-repeat center center;
      background-size: cover; }
    .works .content .work_5 {
      top: 50%;
      left: 67%;
      background: url("../images/thumbnail_milan.jpg") no-repeat center center;
      background-size: cover; }
    .works .content .responsive_project_infos {
      display: none; }
    .works .content .infos_project {
      max-width: 300px;
      position: absolute;
      bottom: 70px;
      left: 70px; }
      .works .content .infos_project h3 {
        margin-bottom: 25px;
        color: #de5b49;
        font-family: Gilroy, sans-serif;
        font-size: 30px;
        font-size: 3rem; }
      .works .content .infos_project .description_projet {
        color: #324d5c;
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 28px;
        line-height: 2.8rem; }

@media (max-height: 780px), (max-width: 1320px) {
  .works .title_section {
    bottom: 10px;
    right: 25px; }
  .works .content .project {
    width: 310px;
    height: 175px; }
  .works .content .infos_project h3 {
    font-size: 2.6rem; }
  .works .content .infos_project .description_projet {
    font-size: 1.8rem;
    line-height: 2.2rem; } }

@media (max-height: 700px), (max-width: 1200px) {
  .works .title_section {
    top: -20px;
    bottom: initial;
    right: -15px; }
  .works .content {
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .works .content .project_responsive {
      margin: 60px 0 60px;
      padding-right: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .works .content .project_responsive .responsive_project_infos {
        max-width: 700px; }
        .works .content .project_responsive .responsive_project_infos .responsive_title_project {
          margin-bottom: 30px;
          color: #de5b49;
          font-family: Gilroy, sans-serif;
          font-size: 2rem; }
        .works .content .project_responsive .responsive_project_infos .responsive_description_project {
          font-size: 1.8rem;
          line-height: 2.4rem; }
    .works .content .project_1 {
      margin-top: 170px; }
    .works .content .project_5 {
      margin-bottom: 250px; }
    .works .content .project {
      margin-right: 50px;
      min-width: 280px !important;
      min-height: 165px !important;
      position: static;
      display: block; }
    .works .content .responsive_project_infos {
      display: inline-block; }
    .works .content .infos_project {
      display: none; } }

@media (max-width: 1200px) {
  .fp-tableCell {
    height: initial !important; } }

@media (max-width: 750px) {
  .works .title_section {
    top: -12px;
    right: -3px;
    bottom: initial; }
  .works .content {
    margin-left: 0;
    padding: 32px;
    box-sizing: border-box; }
    .works .content .project_responsive {
      margin: 60px auto;
      padding: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .works .content .project_responsive .responsive_title_project {
        margin-top: 25px; }
    .works .content .project_1 {
      margin-top: 170px; } }

@media (max-width: 700px) {
  .works .title_section {
    top: -14px;
    right: -10px;
    bottom: initial; }
  .works .content .project_1 {
    margin-top: 150px; } }

@media (max-width: 650px) {
  .works .title_section {
    top: 0;
    right: 6px; } }

@media (max-width: 585px) {
  .works .content .project {
    width: 230px;
    height: 142px;
    min-width: initial !important;
    min-height: initial !important; } }

.me {
  position: relative; }
  .me .title_section {
    top: 0;
    right: 0;
    color: #f0ca4d; }
  .me .content {
    margin: 60px auto 0;
    padding: 0 32px;
    max-width: 1200px;
    box-sizing: border-box; }
    .me .content p {
      font-size: 48px;
      font-size: 4.8rem;
      line-height: 65px;
      line-height: 6.5rem; }
    .me .content .btn {
      margin-top: 50px; }

@media (max-height: 780px), (max-width: 1200px) {
  .me .title_section {
    top: 15px;
    right: 21px; }
  .me .content p {
    font-size: 3.2rem;
    line-height: 4.5rem; }
  .me .content .underline:before {
    bottom: 5px; }
  .me .content .underline:hover:before {
    width: 106%; }
  .me .content .btn {
    margin-top: 30px; } }

@media (max-width: 750px) {
  .me .title_section {
    top: 24px;
    right: 27px; }
  .me .content p {
    font-size: 3rem;
    line-height: 4.2rem; } }

@media (max-width: 700px) {
  .me .title_section {
    top: 9px;
    right: 14px; }
  .me .content {
    margin-top: 0; } }

@media (max-width: 650px) {
  .me .title_section {
    top: 16px;
    right: 18px; } }

@media (max-width: 585px) {
  .me .title_section {
    top: 15px;
    right: 19px; }
  .me .content p {
    font-size: 2.5rem;
    line-height: 3.5rem; }
  .me .content .underline:before {
    bottom: 4px;
    left: -4px; } }

@media (max-width: 585px) and (max-height: 700px) {
  .me .content p {
    font-size: 2rem;
    line-height: 2.8rem; } }

.contact .title_section {
  bottom: -10px;
  left: 10px;
  color: #46b29d; }

.contact .content {
  margin: 0 auto 60px;
  padding: 0 32px;
  max-width: 1200px;
  font-size: 48px;
  font-size: 4.8rem;
  box-sizing: border-box; }
  .contact .content p {
    margin-bottom: 67px;
    color: #de5b49;
    font-family: Gilroy, sans-serif;
    text-align: center; }
  .contact .content ul {
    margin: 0 auto;
    width: 600px; }
    .contact .content ul li {
      display: inline-block; }
      .contact .content ul li a {
        margin: 0 auto 36px;
        display: inline-block;
        color: #324d5c;
        text-decoration: none; }
        .contact .content ul li a .svg-inline--fa {
          display: none; }
        .contact .content ul li a span {
          font-family: Gilroy, sans-serif; }
      .contact .content ul li .underline:before {
        width: 45px;
        bottom: 4px;
        left: -9px; }
      .contact .content ul li .underline:hover:before {
        width: 104%; }

@media (max-height: 780px), (max-width: 1200px) {
  .contact .title_section {
    bottom: 14px;
    left: 24px; }
  .contact .content {
    font-size: 3.2rem; }
    .contact .content p {
      margin-bottom: 50px; }
    .contact .content ul {
      width: 480px; }
      .contact .content ul li a {
        margin-bottom: 15px; } }

@media (max-width: 750px) {
  .contact .title_section {
    bottom: 23px;
    left: 30px; } }

@media (max-width: 700px) {
  .contact .title_section {
    top: 15px;
    bottom: initial;
    left: 15px; } }

@media (max-width: 650px) {
  .contact .title_section {
    bottom: 15px;
    left: 20px; }
  .contact .content {
    font-size: 2.6rem; }
    .contact .content ul {
      width: 325px; } }

@media (max-width: 585px) {
  .contact .content ul li a .svg-inline--fa {
    display: initial;
    font-size: 2.4rem; }
  .contact .content ul li a .fa-envelope {
    margin-right: 5px; }
  .contact .content ul li a .fa-linkedin-in {
    margin-right: 8px; }
  .contact .content ul li a .fa-behance {
    margin-right: 3px; }
  .contact .content ul li a .fa-instagram {
    margin-right: 9px; }
  .contact .content ul li a span:first-of-type {
    display: none; }
  .contact .content ul li .underline:before {
    width: 35px;
    bottom: 3px;
    left: -9px; }
  .contact .content ul li .underline:hover:before {
    width: 108%; }
  .contact .content ul li .u_1:before {
    bottom: 2px; }
  .contact .content ul li .u_2:before {
    bottom: 2px; }
  .contact .content ul li .u_3:before {
    bottom: 2px; }
  .contact .content ul li .u_4:before {
    bottom: 1px; } }

.nav {
  width: 75px;
  height: 343px;
  position: absolute;
  top: 50%;
  right: -85px;
  -webkit-filter: drop-shadow(-5px 0 15px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(-5px 0 10px rgba(0, 0, 0, 0.3));
  pointer-events: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .nav:hover {
    right: -48px; }
    .nav:hover .nav_icon {
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      .nav:hover .nav_icon a {
        right: 44px;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        .nav:hover .nav_icon a:nth-child(1) {
          -webkit-transition-delay: 0.2s;
                  transition-delay: 0.2s; }
        .nav:hover .nav_icon a:nth-child(2) {
          -webkit-transition-delay: 0.3s;
                  transition-delay: 0.3s; }
        .nav:hover .nav_icon a:nth-child(3) {
          -webkit-transition-delay: 0.4s;
                  transition-delay: 0.4s; }
        .nav:hover .nav_icon a:nth-child(4) {
          -webkit-transition-delay: 0.5s;
                  transition-delay: 0.5s; }
        .nav:hover .nav_icon a * {
          -webkit-transition: 0.3s;
          transition: 0.3s; }

.nav.on_mobile {
  right: -48px; }
  .nav.on_mobile a {
    right: 44px; }

.nav_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  right: -20px;
  pointer-events: auto;
  -webkit-transform: translateY(-46.5%);
          transform: translateY(-46.5%);
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .nav_icon a {
    position: relative;
    display: inline-block; }
    .nav_icon a:hover svg * {
      stroke: #46b29d; }
    .nav_icon a:hover .st1 {
      fill: #46b29d;
      stroke: none; }
    .nav_icon a:nth-child(1) {
      width: 30px;
      height: 30px; }
    .nav_icon a:nth-child(2) {
      width: 30px;
      height: 28px; }
    .nav_icon a:nth-child(3) {
      width: 30px;
      height: 46px; }
    .nav_icon a:nth-child(4) {
      width: 29px;
      height: 28px; }
  .nav_icon a {
    display: inline-block;
    margin-bottom: 32px;
    right: -30px;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s; }

@media (max-width: 700px) {
  .nav {
    width: 343px;
    height: 75px;
    top: initial;
    bottom: -78px;
    left: 50%;
    right: initial;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
    .nav .nav_bg {
      width: 75px;
      position: relative;
      top: -127px;
      left: 134px;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
    .nav:hover {
      bottom: -32px; }
      .nav:hover .nav_icon a {
        top: 0;
        right: initial; }
  .nav.on_mobile {
    bottom: -32px; }
    .nav.on_mobile a {
      top: 0;
      right: 0; }
  .nav_icon {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    right: 50%;
    -webkit-transform: translate(50%, -52.5%);
            transform: translate(50%, -52.5%); }
    .nav_icon a {
      margin: 0 15px 0;
      top: 55px;
      right: initial; } }
