* {
  box-sizing: border-box; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1rem; }

img.img-fluid {
  max-width: 100%; }

.margin-160 {
  margin-top: 160px; }

.content-line-h {
  line-height: 1.8rem !important;
  text-align: justify; }
  .content-line-h p {
    margin-bottom: 16px; }

div.container {
  width: 90%;
  margin: auto; }
  @media (min-width: 1599.98px) {
    div.container {
      width: calc(1440px - 300px); } }
  div.container .row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center; }

div.container-nav {
  width: 90%;
  margin: auto; }
  @media (min-width: 1599.98px) {
    div.container-nav {
      width: 1440px; } }
  div.container-nav .row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center; }

div.container.full-view {
  width: 90%;
  margin: auto; }
  @media (min-width: 1599.98px) {
    div.container.full-view {
      width: 1440px; } }
  div.container.full-view .row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center; }

div.full-view-beam-cnt {
  width: 100%;
  margin: auto; }
  @media (min-width: 1599.98px) {
    div.full-view-beam-cnt {
      width: 1440px; } }
  div.full-view-beam-cnt .row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center; }

.hidden {
  display: none !important; }

nav.fixed-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #FFF;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 126px;
  z-index: 99; }
  nav.fixed-menu div.container-nav .row .col-logo {
    width: 200px; }
  nav.fixed-menu div.container-nav .row .col-menu {
    width: calc(100% - 200px); }
    @media (max-width: 991.98px) {
      nav.fixed-menu div.container-nav .row .col-menu {
        display: none; } }
    nav.fixed-menu div.container-nav .row .col-menu ul.menu {
      float: right;
      display: flex;
      flex-wrap: inherit;
      align-items: center;
      align-content: flex-end; }
      nav.fixed-menu div.container-nav .row .col-menu ul.menu li {
        margin-right: 20px; }
        nav.fixed-menu div.container-nav .row .col-menu ul.menu li a {
          text-transform: lowercase;
          display: inline-table;
          font-family: 'Roboto', sans-serif;
          font-weight: 400;
          font-size: 1.4rem;
          padding-left: 15px;
          padding-right: 15px;
          color: #000;
          text-decoration: none; }
          nav.fixed-menu div.container-nav .row .col-menu ul.menu li a:hover {
            text-decoration: none; }
      nav.fixed-menu div.container-nav .row .col-menu ul.menu li:last-child {
        margin-right: 0; }
      nav.fixed-menu div.container-nav .row .col-menu ul.menu li.active a {
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 1.4rem; }
      nav.fixed-menu div.container-nav .row .col-menu ul.menu li.active:before {
        content: "{";
        color: #feca2e;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-size: 1.4rem; }
      nav.fixed-menu div.container-nav .row .col-menu ul.menu li.active:after {
        content: "}";
        color: #feca2e;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-size: 1.4rem; }
  @media (min-width: 992px) {
    nav.fixed-menu div.container-nav .row .burger-col {
      display: none; } }
  @media (max-width: 991.98px) {
    nav.fixed-menu div.container-nav .row .burger-col {
      display: block;
      width: calc(100% - 200px); }
      nav.fixed-menu div.container-nav .row .burger-col .burger {
        width: 50px;
        float: right;
        position: relative;
        overflow: hidden; }
        nav.fixed-menu div.container-nav .row .burger-col .burger .line {
          height: 5px;
          background-color: #000;
          margin-bottom: 6px; }
        nav.fixed-menu div.container-nav .row .burger-col .burger a {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%; } }

@media (min-width: 992px) {
  .menu-mobile {
    display: none; } }
@media (max-width: 991.98px) {
  .menu-mobile {
    display: none; } }

@media (min-width: 992px) {
  .menu-mobile.show-menu {
    display: none; } }
@media (max-width: 991.98px) {
  .menu-mobile.show-menu {
    display: block;
    position: fixed;
    left: 0;
    top: 120px;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    z-index: 99; }
    .menu-mobile.show-menu ul.menu {
      width: 90%;
      margin: auto; } }
    @media (max-width: 991.98px) and (min-width: 1599.98px) {
      .menu-mobile.show-menu ul.menu {
        width: 1440px; } }
@media (max-width: 991.98px) {
      .menu-mobile.show-menu ul.menu li {
        width: 100%; }
        .menu-mobile.show-menu ul.menu li a {
          width: 100%;
          font-family: 'Roboto', sans-serif;
          font-weight: 400;
          font-size: 1.4rem;
          color: #000;
          text-decoration: none;
          display: table;
          padding: 16px 0 16px 0;
          text-align: right;
          text-transform: lowercase; } }

.back-beam {
  margin-top: 150px; }
  .back-beam div.container-nav .row .arrow-back a {
    display: block;
    width: 300px;
    text-align: right;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    color: #000;
    text-decoration: none;
    background: url("../img/arrow-left.jpg") left 2px no-repeat;
    background-size: 125px; }
    .back-beam div.container-nav .row .arrow-back a:hover {
      text-decoration: none; }

.project-header div.container .row {
  align-items: center; }
  @media (max-width: 991.98px) {
    .project-header div.container .row {
      flex-direction: column;
      align-items: flex-start; } }
  .project-header div.container .row .col-title-p {
    width: 60%; }
    @media (max-width: 991.98px) {
      .project-header div.container .row .col-title-p {
        width: 100%; } }
    .project-header div.container .row .col-title-p h2.title-p {
      font-family: 'Roboto', sans-serif;
      font-weight: 700;
      font-size: 6rem;
      text-transform: lowercase;
      margin-left: 0%; }
      @media (max-width: 767.98px) {
        .project-header div.container .row .col-title-p h2.title-p {
          font-family: 'Roboto', sans-serif;
          font-weight: 700;
          font-size: 5rem; } }
      @media (max-width: 574.98px) {
        .project-header div.container .row .col-title-p h2.title-p {
          font-family: 'Roboto', sans-serif;
          font-weight: 700;
          font-size: 4.5rem; } }
      @media (max-width: 480px) {
        .project-header div.container .row .col-title-p h2.title-p {
          font-family: 'Roboto', sans-serif;
          font-weight: 700;
          font-size: 3.8rem; } }
  .project-header div.container .row .col-desc-p {
    width: 40%;
    min-height: 300px; }
    @media (max-width: 991.98px) {
      .project-header div.container .row .col-desc-p {
        width: 100%;
        margin-top: 32px;
        min-height: auto; } }
    .project-header div.container .row .col-desc-p .categories-list ul {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      align-items: flex-start; }
      .project-header div.container .row .col-desc-p .categories-list ul li {
        margin-top: 6px; }
        .project-header div.container .row .col-desc-p .categories-list ul li a {
          display: table;
          padding-left: 20px;
          background: url("../img/plus.jpg") left 2px no-repeat;
          background-size: 12px;
          font-family: 'Roboto', sans-serif;
          font-weight: 400;
          font-size: 1rem;
          color: #727272;
          text-decoration: none;
          text-transform: lowercase; }
          .project-header div.container .row .col-desc-p .categories-list ul li a:hover {
            text-decoration: none; }
    .project-header div.container .row .col-desc-p .project-desc {
      margin-top: 40px;
      line-height: 1.6rem;
      font-family: 'Roboto', sans-serif;
      font-weight: 400;
      font-size: 1rem; }

@keyframes animePTitle {
  0% {
    margin-left: 0%; }
  45% {
    margin-left: 40%; }
  65% {
    margin-left: 0%; }
  80% {
    margin-left: 20%; }
  0% {
    margin-left: 0%; } }
.color-web-beam {
  margin-top: 40px; }
  .color-web-beam .container .row {
    display: flex;
    flex-direction: row;
    align-items: center; }
    @media (max-width: 991.98px) {
      .color-web-beam .container .row {
        flex-direction: column-reverse;
        align-items: flex-start; } }
    .color-web-beam .container .row .col-web-page {
      width: 60%; }
      @media (max-width: 991.98px) {
        .color-web-beam .container .row .col-web-page {
          width: 100%; } }
      .color-web-beam .container .row .col-web-page a {
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 1rem;
        color: #727272;
        text-decoration: none; }
        .color-web-beam .container .row .col-web-page a:hover {
          text-decoration: none; }
    .color-web-beam .container .row .col-colors {
      width: 40%;
      display: flex;
      flex-direction: row;
      align-items: center; }
      @media (max-width: 1199.98px) {
        .color-web-beam .container .row .col-colors {
          align-items: flex-start; } }
      @media (max-width: 991.98px) {
        .color-web-beam .container .row .col-colors {
          width: 100%;
          margin-bottom: 32px; } }
      .color-web-beam .container .row .col-colors .label-cl {
        width: 70px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 1rem;
        color: #727272;
        text-decoration: none; }
      .color-web-beam .container .row .col-colors .color-list {
        display: flex;
        flex-direction: row;
        align-items: center; }
        @media (max-width: 1199.98px) {
          .color-web-beam .container .row .col-colors .color-list {
            display: inline-block; } }
        .color-web-beam .container .row .col-colors .color-list .col-round-el {
          width: 25px;
          height: 25px;
          border-radius: 60px;
          margin-right: 20px;
          margin-top: 0; }
          @media (max-width: 1199.98px) {
            .color-web-beam .container .row .col-colors .color-list .col-round-el {
              display: inline-block;
              margin-bottom: 10px; } }
        .color-web-beam .container .row .col-colors .color-list .col-round-el:nth-child(2n+1) {
          animation: colorAnim 2000ms;
          animation-iteration-count: 1;
          margin-top: 0; }
        .color-web-beam .container .row .col-colors .color-list .col-round-el:nth-child(2n+2) {
          animation: colorAnimOdd 2000ms;
          animation-iteration-count: 1;
          margin-top: 0; }

@keyframes colorAnim {
  0% {
    width: 25px;
    height: 25px;
    margin-top: 0; }
  25% {
    width: 20px;
    height: 20px;
    margin-top: -20px; }
  50% {
    width: 5px;
    height: 5px;
    margin-top: -30px; }
  75% {
    width: 10px;
    height: 10px;
    margin-top: -20px; }
  100% {
    width: 25px;
    height: 25px;
    margin-top: 0; } }
@keyframes colorAnimOdd {
  0% {
    width: 25px;
    height: 25px;
    margin-top: 0; }
  25% {
    width: 10px;
    height: 10px;
    margin-top: 10px; }
  50% {
    width: 20px;
    height: 20px;
    margin-top: 0px; }
  75% {
    width: 5px;
    height: 5px;
    margin-top: 10px; }
  100% {
    width: 25px;
    height: 25px;
    margin-top: 0; } }
.project-part {
  margin-top: 80px; }
  .project-part .container {
    position: relative; }

.project-part.brand-design .container .label-rot {
  position: absolute;
  top: 42px;
  left: -55px;
  transform: rotate(-90deg);
  color: #727272;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 1rem; }

.project-part.printed-materials .container .row {
  display: flex;
  flex-direction: row;
  align-items: center; }
  @media (max-width: 991.98px) {
    .project-part.printed-materials .container .row {
      flex-direction: column; } }
  .project-part.printed-materials .container .row .left-col {
    width: calc(50% - 16px);
    margin-right: 32px; }
    @media (max-width: 1599.98px) {
      .project-part.printed-materials .container .row .left-col {
        width: calc(60% - 16px); } }
    @media (max-width: 991.98px) {
      .project-part.printed-materials .container .row .left-col {
        width: 100%;
        margin-right: 0;
        margin-bottom: 32px; } }
  .project-part.printed-materials .container .row .right-col {
    width: calc(50% - 16px); }
    @media (max-width: 1599.98px) {
      .project-part.printed-materials .container .row .right-col {
        width: calc(40% - 16px); } }
    @media (max-width: 991.98px) {
      .project-part.printed-materials .container .row .right-col {
        width: 100%; } }
  .project-part.printed-materials .container .row .left-col .left-image {
    position: relative; }
    .project-part.printed-materials .container .row .left-col .left-image .label-rot {
      position: absolute;
      top: 52px;
      left: -74px;
      transform: rotate(-90deg);
      color: #727272;
      font-family: 'Roboto', sans-serif;
      font-weight: 300;
      font-size: 1rem; }
  .project-part.printed-materials .container .row .right-col .top-image .row-top-image {
    display: flex;
    flex-direction: row;
    align-items: flex-start; }
    @media (max-width: 1599.98px) and (min-width: 992px) {
      .project-part.printed-materials .container .row .right-col .top-image .row-top-image {
        flex-direction: column; } }
    @media (max-width: 767.98px) {
      .project-part.printed-materials .container .row .right-col .top-image .row-top-image {
        flex-direction: column; } }
    .project-part.printed-materials .container .row .right-col .top-image .row-top-image .col-image {
      width: calc(68% - 16px);
      margin-right: 32px; }
      @media (max-width: 1599.98px) and (min-width: 992px) {
        .project-part.printed-materials .container .row .right-col .top-image .row-top-image .col-image {
          width: calc(100% - 16px);
          margin-bottom: 32px;
          margin-right: 0; } }
      @media (max-width: 767.98px) {
        .project-part.printed-materials .container .row .right-col .top-image .row-top-image .col-image {
          width: 100%;
          margin-right: 0px;
          margin-bottom: 32px; } }
    .project-part.printed-materials .container .row .right-col .top-image .row-top-image .col-text {
      width: calc(32% - 16px);
      line-height: 1.6rem; }
      @media (max-width: 1599.98px) and (min-width: 992px) {
        .project-part.printed-materials .container .row .right-col .top-image .row-top-image .col-text {
          width: calc(100% - 16px); } }
      @media (max-width: 767.98px) {
        .project-part.printed-materials .container .row .right-col .top-image .row-top-image .col-text {
          width: 100%;
          margin-bottom: 32px;
          margin-right: 0px; } }
  .project-part.printed-materials .container .row .right-col .bottom-image {
    margin-top: 32px; }
    @media (max-width: 1599.98px) and (min-width: 992px) {
      .project-part.printed-materials .container .row .right-col .bottom-image {
        width: calc(100% - 16px); } }
    @media (max-width: 767.98px) {
      .project-part.printed-materials .container .row .right-col .bottom-image {
        width: 100%;
        margin-top: 0px;
        margin-right: 0px; } }

.project-part.wizualizacje-3d .container {
  position: relative; }
  .project-part.wizualizacje-3d .container .label-rot {
    position: absolute;
    top: 48px;
    left: -70px;
    transform: rotate(-90deg);
    color: #727272;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1rem; }
  .project-part.wizualizacje-3d .container .row {
    display: flex;
    flex-direction: row;
    align-items: center; }
    @media (max-width: 1199.98px) {
      .project-part.wizualizacje-3d .container .row {
        flex-direction: column; } }
    .project-part.wizualizacje-3d .container .row .left-col {
      width: calc(69% - 16px);
      margin-right: 32px; }
      @media (max-width: 1199.98px) {
        .project-part.wizualizacje-3d .container .row .left-col {
          width: 100%;
          margin-right: 0;
          margin-bottom: 32px; } }
    .project-part.wizualizacje-3d .container .row .right-col {
      width: calc(31% - 16px); }
      @media (max-width: 1199.98px) {
        .project-part.wizualizacje-3d .container .row .right-col {
          width: 100%;
          display: flex;
          flex-direction: row;
          align-items: center; } }
      @media (max-width: 767.98px) {
        .project-part.wizualizacje-3d .container .row .right-col {
          display: flex;
          flex-direction: column;
          align-items: flex-start; } }
    .project-part.wizualizacje-3d .container .row .right-col .image-top {
      margin-bottom: 23px; }
      @media (max-width: 1199.98px) {
        .project-part.wizualizacje-3d .container .row .right-col .image-top {
          margin-right: 32px;
          width: calc(47% - 22px);
          margin-bottom: 0; } }
      @media (max-width: 767.98px) {
        .project-part.wizualizacje-3d .container .row .right-col .image-top {
          width: 100%;
          margin-right: 0;
          margin-bottom: 32px; } }
    @media (max-width: 1199.98px) {
      .project-part.wizualizacje-3d .container .row .right-col .image-bottom {
        width: calc(53% - 10px);
        margin-bottom: 0;
        margin-right: 0; } }
    @media (max-width: 767.98px) {
      .project-part.wizualizacje-3d .container .row .right-col .image-bottom {
        width: 100%;
        margin-right: 0; } }

.project-part.web-design .container .label-rot {
  position: absolute;
  top: 36px;
  left: -54px;
  transform: rotate(-90deg);
  color: #727272;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 1rem; }
.project-part.web-design .container .row {
  display: flex;
  flex-direction: row;
  align-items: center; }
  @media (max-width: 1199.98px) {
    .project-part.web-design .container .row {
      flex-direction: column-reverse; } }
  .project-part.web-design .container .row .left-col {
    width: calc(31% - 16px); }
    @media (max-width: 1199.98px) {
      .project-part.web-design .container .row .left-col {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center; } }
    @media (max-width: 767.98px) {
      .project-part.web-design .container .row .left-col {
        flex-direction: column;
        align-items: flex-start; } }
  .project-part.web-design .container .row .right-col {
    width: calc(69% - 16px);
    margin-left: 32px; }
    @media (max-width: 1199.98px) {
      .project-part.web-design .container .row .right-col {
        width: 100%;
        margin-left: 0;
        margin-bottom: 32px; } }
  .project-part.web-design .container .row .left-col .image-top {
    margin-bottom: 23px; }
    @media (max-width: 1199.98px) {
      .project-part.web-design .container .row .left-col .image-top {
        margin-right: 32px;
        width: calc(47% - 22px);
        margin-bottom: 0; } }
    @media (max-width: 767.98px) {
      .project-part.web-design .container .row .left-col .image-top {
        width: 100%;
        margin-right: 0;
        margin-bottom: 32px; } }
  @media (max-width: 1199.98px) {
    .project-part.web-design .container .row .left-col .image-bottom {
      width: calc(53% - 10px);
      margin-bottom: 0;
      margin-right: 0; } }
  @media (max-width: 767.98px) {
    .project-part.web-design .container .row .left-col .image-bottom {
      width: 100%; } }
.project-part.web-design .container .row-domain {
  text-align: right; }
  .project-part.web-design .container .row-domain a {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 1rem;
    text-decoration: none; }
    .project-part.web-design .container .row-domain a:hover {
      text-decoration: none; }

.project-part.movie .container .label-rot {
  position: absolute;
  top: 50px;
  left: -64px;
  transform: rotate(-90deg);
  color: #727272;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 1rem; }
.project-part.movie .container .row {
  display: flex;
  flex-direction: row;
  align-items: flex-end; }
  @media (max-width: 991.98px) {
    .project-part.movie .container .row {
      flex-direction: column;
      align-items: flex-start; } }
  .project-part.movie .container .row .movie-col {
    width: calc(70% - 16px);
    margin-right: 32px; }
    @media (max-width: 991.98px) {
      .project-part.movie .container .row .movie-col {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 32px; } }
    .project-part.movie .container .row .movie-col iframe.movie-yt-frame {
      width: 100%;
      height: 500px; }
    .project-part.movie .container .row .movie-col video.movie-mp4 {
      width: 100%; }
  .project-part.movie .container .row .desc-col {
    width: calc(30% - 16px);
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    @media (max-width: 991.98px) {
      .project-part.movie .container .row .desc-col {
        width: 100%;
        margin-right: 0px; } }
    @media (max-width: 991.98px) {
      .project-part.movie .container .row .desc-col {
        flex-direction: column;
        align-items: flex-start; } }
    .project-part.movie .container .row .desc-col .down-desc {
      padding-bottom: 16px; }
      .project-part.movie .container .row .desc-col .down-desc h3 {
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 1.2rem;
        margin-bottom: 16px; }
      .project-part.movie .container .row .desc-col .down-desc .desc-text {
        line-height: 1.6rem; }

footer {
  background-color: #000;
  min-height: 200px;
  padding-top: 32px;
  padding-bottom: 32px;
  margin-top: 64px; }
  footer .container-nav .row {
    display: flex;
    flex-direction: row;
    align-items: flex-start; }
    @media (max-width: 991.98px) {
      footer .container-nav .row {
        flex-direction: column; } }
    footer .container-nav .row h3.head-foot {
      color: #FFF;
      text-transform: lowercase;
      font-family: 'Roboto', sans-serif;
      font-weight: 700;
      font-size: 1rem; }
    footer .container-nav .row h3.head-foot:after {
      content: "";
      display: block;
      background-color: #feca2e;
      height: 2px;
      width: 100px;
      margin-top: 16px;
      margin-bottom: 16px; }
    footer .container-nav .row h3.head-foot.left-line {
      float: left; }
    footer .container-nav .row h3.head-foot.right-line {
      float: right; }
    footer .container-nav .row .col-left {
      width: 200px;
      text-align: left; }
      @media (max-width: 991.98px) {
        footer .container-nav .row .col-left {
          width: 100%;
          margin-bottom: 32px; } }
      footer .container-nav .row .col-left div.contact-data {
        clear: both;
        color: #FFF;
        line-height: 1.6rem; }
        footer .container-nav .row .col-left div.contact-data .thin {
          font-family: 'Roboto', sans-serif;
          font-weight: 300;
          font-size: 0.9rem; }
        footer .container-nav .row .col-left div.contact-data a {
          color: #FFF;
          text-decoration: none;
          font-family: 'Roboto', sans-serif;
          font-weight: 300;
          font-size: 0.9rem; }
          footer .container-nav .row .col-left div.contact-data a:hover {
            text-decoration: none; }
    footer .container-nav .row .col-center {
      width: calc(100% - 400px); }
      @media (max-width: 991.98px) {
        footer .container-nav .row .col-center {
          width: 100%;
          margin-bottom: 32px; } }
      footer .container-nav .row .col-center div.logo {
        width: 80px;
        margin: auto; }
      footer .container-nav .row .col-center .copy-info {
        text-align: center;
        color: #FFF;
        padding-top: 60px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 0.9rem; }
    footer .container-nav .row .col-right {
      width: 200px;
      text-align: right; }
      @media (max-width: 991.98px) {
        footer .container-nav .row .col-right {
          width: 100%;
          margin-bottom: 32px; } }
      footer .container-nav .row .col-right div.down-menu {
        clear: both; }
        footer .container-nav .row .col-right div.down-menu ul li {
          margin-bottom: 8px; }
          footer .container-nav .row .col-right div.down-menu ul li a {
            color: #FFF;
            text-decoration: none;
            font-family: 'Roboto', sans-serif;
            font-weight: 300;
            font-size: 0.9rem;
            text-transform: lowercase; }
            footer .container-nav .row .col-right div.down-menu ul li a:hover {
              text-decoration: none; }

@keyframes imageMove {
  0% {
    margin-top: 0px;
    margin-left: 0px;
    transform: rotate(0deg) rotateY(0deg) rotateX(0deg); }
  25% {
    margin-top: 20px;
    margin-left: -20px;
    transform: rotate(10deg) rotateY(40deg) rotateX(30deg); }
  25% {
    margin-top: -20px;
    margin-left: 20px;
    transform: rotate(-10deg) rotateY(-40deg) rotateX(-30deg); }
  100% {
    margin-top: 0px;
    margin-left: 0px;
    transform: rotate(0deg) rotateY(0deg) rotateX(0deg); } }
section.front-projects .container .row {
  flex-direction: column;
  align-items: flex-start; }
  section.front-projects .container .row .project-banner {
    position: relative;
    overflow: hidden;
    margin-bottom: 28px; }
    section.front-projects .container .row .project-banner .square-tringle {
      position: absolute;
      background-color: #FFF;
      z-index: 22; }
    section.front-projects .container .row .project-banner .content-column-row {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 33;
      display: flex; }
  section.front-projects .container .row .project-banner.odd .square-tringle {
    transform: rotate(45deg);
    height: 450px;
    width: 450px;
    left: -240px;
    bottom: -240px; }
  section.front-projects .container .row .project-banner.odd .content-column-row {
    flex-direction: row;
    align-items: flex-start; }
    section.front-projects .container .row .project-banner.odd .content-column-row .content-data {
      margin-left: 32px;
      align-self: flex-end; }
      section.front-projects .container .row .project-banner.odd .content-column-row .content-data h2.title-pro {
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 3.3rem;
        text-align: left;
        margin-bottom: 32px;
        text-transform: lowercase;
        margin-left: 0; }
        @media (max-width: 1023.98px) {
          section.front-projects .container .row .project-banner.odd .content-column-row .content-data h2.title-pro {
            font-family: 'Roboto', sans-serif;
            font-weight: 700;
            font-size: 2.7rem; } }
      section.front-projects .container .row .project-banner.odd .content-column-row .content-data .link-more {
        margin-top: 20px;
        margin-bottom: 20px; }
        section.front-projects .container .row .project-banner.odd .content-column-row .content-data .link-more a {
          display: block;
          color: #000000;
          text-decoration: none;
          width: 150px;
          font-family: 'Roboto', sans-serif;
          font-weight: 500;
          font-size: 1rem;
          background: url("../img/arrow-right-black.png") right 3px no-repeat;
          background-size: 70px; }
          section.front-projects .container .row .project-banner.odd .content-column-row .content-data .link-more a:hover {
            color: #feca2e;
            background: url("../img/arrow-right-yellow.png") right 3px no-repeat;
            background-size: 70px; }
      section.front-projects .container .row .project-banner.odd .content-column-row .content-data .category-list li {
        text-align: right;
        margin-top: 6px;
        margin-left: 0px; }
        section.front-projects .container .row .project-banner.odd .content-column-row .content-data .category-list li a {
          text-align: left;
          width: 100%;
          color: #000;
          text-decoration: none;
          font-family: 'Roboto', sans-serif;
          font-weight: 400;
          font-size: 1rem;
          display: table;
          padding-left: 20px;
          background: url("../img/plus.jpg") left 2px no-repeat;
          background-size: 12px; }
          section.front-projects .container .row .project-banner.odd .content-column-row .content-data .category-list li a a {
            text-decoration: none; }
  section.front-projects .container .row .project-banner.even .square-tringle {
    transform: rotate(45deg);
    height: 450px;
    width: 450px;
    right: -240px;
    bottom: -240px; }
  section.front-projects .container .row .project-banner.even .content-column-row {
    flex-direction: column-reverse;
    align-items: flex-end; }
    section.front-projects .container .row .project-banner.even .content-column-row .content-data {
      align-self: flex-end;
      padding-top: 100px;
      margin-right: 32px; }
      section.front-projects .container .row .project-banner.even .content-column-row .content-data h2.title-pro {
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 3.3rem;
        text-align: right;
        margin-bottom: 32px;
        text-transform: lowercase;
        margin-right: 0; }
        @media (max-width: 1023.98px) {
          section.front-projects .container .row .project-banner.even .content-column-row .content-data h2.title-pro {
            font-family: 'Roboto', sans-serif;
            font-weight: 700;
            font-size: 2.7rem; } }
      section.front-projects .container .row .project-banner.even .content-column-row .content-data .link-more {
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: right; }
        section.front-projects .container .row .project-banner.even .content-column-row .content-data .link-more a {
          display: block;
          color: #000000;
          text-decoration: none;
          font-family: 'Roboto', sans-serif;
          font-weight: 500;
          font-size: 1rem;
          background: url("../img/arrow-right-black.png") right 3px no-repeat;
          background-size: 70px;
          width: 100%;
          padding-right: 100px; }
          section.front-projects .container .row .project-banner.even .content-column-row .content-data .link-more a:hover {
            color: #feca2e;
            background: url("../img/arrow-right-yellow.png") right 3px no-repeat;
            background-size: 70px; }
      section.front-projects .container .row .project-banner.even .content-column-row .content-data .category-list li {
        text-align: right;
        margin-top: 6px;
        margin-right: 0px; }
        section.front-projects .container .row .project-banner.even .content-column-row .content-data .category-list li a {
          text-align: right;
          width: 100%;
          color: #000;
          text-decoration: none;
          font-family: 'Roboto', sans-serif;
          font-weight: 400;
          font-size: 1rem;
          display: table;
          padding-right: 20px;
          background: url("../img/plus.jpg") right 2px no-repeat;
          background-size: 12px; }
          section.front-projects .container .row .project-banner.even .content-column-row .content-data .category-list li a a {
            text-decoration: none; }
  section.front-projects .container .row .project-banner.odd.anime-home-project .square-tringle {
    transform: rotate(45deg);
    height: 450px;
    width: 450px;
    left: -240px;
    bottom: -240px; }
  section.front-projects .container .row .project-banner.odd.anime-home-project .content-column-row .content-data .category-list li {
    margin-left: 0px; }
  section.front-projects .container .row .project-banner.even.anime-home-project .content-column-row .content-data .category-list li {
    margin-right: 0px; }
  @media (max-width: 767.98px) {
    section.front-projects .container .row .project-banner.odd .image-element img.image-desktop,
    section.front-projects .container .row .project-banner.even .image-element img.image-desktop {
      display: none; } }
  @media (min-width: 768px) {
    section.front-projects .container .row .project-banner.odd .image-element img.image-mobile,
    section.front-projects .container .row .project-banner.even .image-element img.image-mobile {
      display: none; } }
  @media (max-width: 480px) {
    section.front-projects .container .row .project-banner.even,
    section.front-projects .container .row .project-banner.odd {
      display: grid;
      grid-template-columns: 100%;
      grid-template-rows: auto;
      grid-template-areas: "header" "footer"; }
      section.front-projects .container .row .project-banner.even .square-tringle,
      section.front-projects .container .row .project-banner.odd .square-tringle {
        display: none; }
      section.front-projects .container .row .project-banner.even .image-element,
      section.front-projects .container .row .project-banner.odd .image-element {
        position: static;
        grid-area: header; }
      section.front-projects .container .row .project-banner.even .content-column-row,
      section.front-projects .container .row .project-banner.odd .content-column-row {
        position: static;
        grid-area: footer; }
        section.front-projects .container .row .project-banner.even .content-column-row .content-data,
        section.front-projects .container .row .project-banner.odd .content-column-row .content-data {
          display: flex;
          flex-wrap: wrap;
          width: calc(100% - 64px);
          padding-top: 20px;
          align-self: flex-start;
          margin-left: 32px;
          margin-right: 32px; }
          section.front-projects .container .row .project-banner.even .content-column-row .content-data h2.title-pro,
          section.front-projects .container .row .project-banner.odd .content-column-row .content-data h2.title-pro {
            width: 100%;
            display: block;
            text-align: left;
            margin-bottom: 0; }
          section.front-projects .container .row .project-banner.even .content-column-row .content-data .category-list,
          section.front-projects .container .row .project-banner.odd .content-column-row .content-data .category-list {
            width: calc(100% / 2);
            display: flex;
            justify-content: flex-start; } }
        @media (max-width: 480px) and (max-width: 539.98px) {
          section.front-projects .container .row .project-banner.even .content-column-row .content-data .category-list,
          section.front-projects .container .row .project-banner.odd .content-column-row .content-data .category-list {
            margin-top: 16px;
            width: 100%; } }
  @media (max-width: 480px) {
            section.front-projects .container .row .project-banner.even .content-column-row .content-data .category-list ul li a,
            section.front-projects .container .row .project-banner.odd .content-column-row .content-data .category-list ul li a {
              text-align: left;
              padding-left: 20px;
              background: url("../img/plus.jpg") left 2px no-repeat;
              background-size: 12px; }
          section.front-projects .container .row .project-banner.even .content-column-row .content-data .link-more,
          section.front-projects .container .row .project-banner.odd .content-column-row .content-data .link-more {
            text-align: left;
            width: calc(100% / 2);
            display: flex;
            justify-content: flex-end;
            flex-direction: column;
            margin-top: 0;
            margin-bottom: 0; } }
        @media (max-width: 480px) and (max-width: 539.98px) {
          section.front-projects .container .row .project-banner.even .content-column-row .content-data .link-more,
          section.front-projects .container .row .project-banner.odd .content-column-row .content-data .link-more {
            width: 100%; } }
  @media (max-width: 480px) {
            section.front-projects .container .row .project-banner.even .content-column-row .content-data .link-more a,
            section.front-projects .container .row .project-banner.odd .content-column-row .content-data .link-more a {
              display: block;
              color: #000000;
              text-decoration: none;
              background-size: 70px;
              width: 150px;
              padding-right: 0;
              align-self: flex-end;
              margin-bottom: 40px;
              margin-right: 10px; } }
          @media (max-width: 480px) and (max-width: 539.98px) {
            section.front-projects .container .row .project-banner.even .content-column-row .content-data .link-more a,
            section.front-projects .container .row .project-banner.odd .content-column-row .content-data .link-more a {
              margin-top: 32px;
              align-self: flex-start; } }

section.front-projects .container .row .col-btn-more-p {
  width: 100%; }
  section.front-projects .container .row .col-btn-more-p a {
    display: table;
    width: 260px;
    margin: auto;
    text-align: center;
    color: #000;
    text-decoration: none;
    padding: 16px 20px;
    border: 1px solid #000; }
    section.front-projects .container .row .col-btn-more-p a:hover {
      text-decoration: none; }

@keyframes animeTringleEven {
  0% {
    transform: rotate(45deg); }
  40% {
    transform: rotate(135deg); }
  100% {
    transform: rotate(45deg); } }
@keyframes animeTringleOdd {
  0% {
    transform: rotate(45deg); }
  40% {
    transform: rotate(135deg); }
  100% {
    transform: rotate(45deg); } }
@keyframes animeCatsProjectLeft {
  0% {
    margin-left: -0px; }
  50% {
    margin-left: -200px; }
  100% {
    margin-left: 0px; } }
@keyframes animeCatsProjectRight {
  0% {
    margin-right: -0px; }
  50% {
    margin-right: -200px; }
  100% {
    margin-right: 0px; } }
@keyframes animeTProjectLeft {
  0% {
    margin-left: 0px; }
  50% {
    margin-left: 200px; }
  100% {
    margin-left: 0px; } }
section.about-home {
  margin-top: 128px; }
  section.about-home .container .row {
    align-content: center;
    justify-content: center; }
    section.about-home .container .row .col-content-ab {
      width: 60%;
      text-align: center; }
      @media (max-width: 767.98px) {
        section.about-home .container .row .col-content-ab {
          width: 100%; } }
      section.about-home .container .row .col-content-ab h2.about-title {
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 3.2rem;
        text-transform: lowercase; }
      section.about-home .container .row .col-content-ab h2.about-title:after {
        content: "";
        width: 200px;
        background-color: #feca2e;
        height: 2px;
        display: block;
        margin: 64px auto 64px auto; }
      section.about-home .container .row .col-content-ab div.content-ab {
        line-height: 1.6rem; }
        section.about-home .container .row .col-content-ab div.content-ab p {
          margin-bottom: 16px; }
      section.about-home .container .row .col-content-ab div.content-ab::after {
        content: "";
        width: 200px;
        background-color: #feca2e;
        height: 2px;
        display: block;
        margin: 64px auto 64px auto; }

@media (max-width: 991.98px) {
  section.contact .container .row {
    flex-wrap: wrap;
    flex-direction: column-reverse; } }
section.contact .container .row .col-map {
  width: 70%; }
  @media (max-width: 1199.98px) {
    section.contact .container .row .col-map {
      width: 60%; } }
  @media (max-width: 991.98px) {
    section.contact .container .row .col-map {
      width: 100%; } }
section.contact .container .row .col-contact-data {
  margin-left: 32px;
  width: calc(30% - 32px); }
  @media (max-width: 1199.98px) {
    section.contact .container .row .col-contact-data {
      width: calc(40% - 32px); } }
  @media (max-width: 991.98px) {
    section.contact .container .row .col-contact-data {
      width: 60%;
      margin-left: 0;
      text-align: center; } }
  @media (max-width: 767.98px) {
    section.contact .container .row .col-contact-data {
      width: 100%; } }
section.contact .container .row .col-contact-data h2.contact-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  text-transform: lowercase; }
section.contact .container .row .col-contact-data h2.contact-title:after {
  content: "";
  width: 30%;
  background-color: #feca2e;
  height: 2px;
  display: block;
  margin: 32px 0 32px 0; }
  @media (max-width: 991.98px) {
    section.contact .container .row .col-contact-data h2.contact-title:after {
      margin: 32px auto 32px auto; } }
section.contact .container .row .col-contact-data .firm-name {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 32px; }
section.contact .container .row .col-contact-data .address-data {
  line-height: 1.4rem;
  margin-bottom: 32px; }
section.contact .container .row .col-contact-data .phone-and-email {
  line-height: 1.4rem; }
  section.contact .container .row .col-contact-data .phone-and-email a {
    color: #000;
    text-decoration: none; }
    section.contact .container .row .col-contact-data .phone-and-email a:hover {
      text-decoration: none; }
section.contact .container .row .col-contact-data .line-ps:after {
  content: "";
  width: 30%;
  background-color: #feca2e;
  height: 2px;
  display: block;
  margin: 32px 0 32px 0; }
  @media (max-width: 991.98px) {
    section.contact .container .row .col-contact-data .line-ps:after {
      margin: 32px auto 32px auto; } }
section.contact .container .row .col-contact-data .ps-content {
  line-height: 1.4rem; }
  section.contact .container .row .col-contact-data .ps-content a {
    color: #000;
    text-decoration: none; }
    section.contact .container .row .col-contact-data .ps-content a:hover {
      text-decoration: none; }

section.contact.contact-page {
  margin-top: 125px; }

section.header-rotor {
  margin-top: 140px; }
  section.header-rotor .container .row .col-screen-rotor {
    overflow: hidden;
    height: 400px;
    width: 100%;
    position: relative; }
  section.header-rotor .container .row .col-screen-rotor .slide-cat {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    height: 400px;
    width: 100%; }
    section.header-rotor .container .row .col-screen-rotor .slide-cat .left-sign {
      font-family: 'Roboto', sans-serif;
      font-weight: 700;
      font-size: 1rem;
      color: #feca2e;
      position: absolute;
      top: 0;
      left: -100%;
      padding-left: 64px;
      transition: left 1500ms ease, font-size 1200ms ease; }
    section.header-rotor .container .row .col-screen-rotor .slide-cat .center-title {
      font-family: 'Roboto', sans-serif;
      font-weight: 700;
      font-size: 4rem;
      position: absolute;
      top: -100%;
      width: 100%;
      text-align: center;
      text-transform: lowercase;
      transition: top 1500ms;
      line-height: 8rem;
      letter-spacing: 1px;
      color: #1a5fa0;
      transition: top 800ms, font-size 1500ms; }
    section.header-rotor .container .row .col-screen-rotor .slide-cat .right-sign {
      font-family: 'Roboto', sans-serif;
      font-weight: 700;
      font-size: 1rem;
      color: #feca2e;
      position: absolute;
      top: 0;
      right: -100%;
      padding-right: 64px;
      transition: right 1500ms ease, font-size 1200ms ease; }
  section.header-rotor .container .row .col-screen-rotor .slide-cat.active .left-sign {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 17rem;
    color: #feca2e;
    position: absolute;
    top: 0;
    left: 0%;
    transition: left 1500ms ease, font-size 2000ms ease;
    animation: leftSign 1800ms; }
  section.header-rotor .container .row .col-screen-rotor .slide-cat.active .center-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 8rem;
    position: absolute;
    top: 0%;
    width: 100%;
    text-align: center;
    transition: top 1500ms, font-size 1500ms;
    animation: titleAnime 1800ms; }
  section.header-rotor .container .row .col-screen-rotor .slide-cat.active .right-sign {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 17rem;
    color: #feca2e;
    position: absolute;
    top: 0;
    right: 0%;
    transition: right 1500ms ease, font-size 2000ms ease;
    animation: rightSign 1800ms; }

@keyframes leftSign {
  0% {
    transform: rotate(0deg);
    margin-left: 0px; }
  50% {
    transform: rotate(45deg);
    margin-left: 150px; }
  75% {
    transform: rotate(-45deg);
    margin-left: 150px; }
  100% {
    transform: rotate(0deg);
    margin-left: 0px; } }
@keyframes rightSign {
  0% {
    transform: rotate(0deg);
    margin-right: 0px; }
  50% {
    transform: rotate(45deg);
    margin-right: 150px; }
  75% {
    transform: rotate(-45deg);
    margin-right: 150px; }
  100% {
    transform: rotate(0deg);
    margin-right: 0px; } }
@keyframes titleAnime {
  0% {
    transform: rotate(0deg);
    line-height: 8rem;
    letter-spacing: 1px; }
  50% {
    transform: rotate(-15deg);
    line-height: 11rem;
    letter-spacing: -20px; }
  75% {
    transform: rotate(-25deg);
    line-height: 11rem;
    letter-spacing: -10px; }
  100% {
    transform: rotate(0deg);
    line-height: 8rem;
    letter-spacing: 1px; } }
section.services-section {
  padding-top: 125px; }
  section.services-section .full-view-beam.odd {
    background-color: #fafafa; }
  section.services-section .full-view-beam.even {
    background-color: #FFF; }
  section.services-section .container .row {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center; }
    @media (max-width: 1199.98px) {
      section.services-section .container .row {
        width: 100%;
        flex-wrap: wrap;
        flex-direction: column; } }
    section.services-section .container .row .category-element {
      width: 100%;
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      padding-top: 128px;
      padding-bottom: 128px; }
      @media (max-width: 1199.98px) {
        section.services-section .container .row .category-element {
          width: 100%;
          flex-wrap: wrap; } }
      @media (max-width: 540px) {
        section.services-section .container .row .category-element {
          flex-direction: row; } }
    section.services-section .container .row .category-element.odd .left-col {
      width: 63%;
      margin-right: 32px;
      display: flex;
      flex-wrap: nowrap;
      align-items: center; }
      @media (max-width: 1199.98px) {
        section.services-section .container .row .category-element.odd .left-col {
          width: 100%;
          margin-bottom: 32px;
          flex-direction: row;
          margin-right: 0; } }
      @media (max-width: 540px) {
        section.services-section .container .row .category-element.odd .left-col {
          flex-direction: column; } }
      section.services-section .container .row .category-element.odd .left-col .name-data {
        width: calc(60% - 32px);
        margin-right: 32px; }
        @media (max-width: 540px) {
          section.services-section .container .row .category-element.odd .left-col .name-data {
            width: 100%;
            margin-right: 0; } }
        section.services-section .container .row .category-element.odd .left-col .name-data h2 {
          font-family: 'Roboto', sans-serif;
          font-weight: 900;
          font-size: 4.5rem; }
          @media (max-width: 767.98px) {
            section.services-section .container .row .category-element.odd .left-col .name-data h2 {
              font-family: 'Roboto', sans-serif;
              font-weight: 900;
              font-size: 3.5rem; } }
          @media (max-width: 540px) {
            section.services-section .container .row .category-element.odd .left-col .name-data h2 {
              font-family: 'Roboto', sans-serif;
              font-weight: 900;
              font-size: 2.7rem; } }
        section.services-section .container .row .category-element.odd .left-col .name-data .subname {
          margin-top: 64px;
          font-family: 'Roboto', sans-serif;
          font-weight: 300;
          font-size: 1.4rem; }
      section.services-section .container .row .category-element.odd .left-col .logo-data {
        width: 40%;
        color: #feca2e;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 20rem;
        text-align: center; }
        @media (max-width: 540px) {
          section.services-section .container .row .category-element.odd .left-col .logo-data {
            width: 100%;
            margin-right: 0; } }
    section.services-section .container .row .category-element.odd .right-col {
      width: calc(37% - 32px); }
      @media (max-width: 1199.98px) {
        section.services-section .container .row .category-element.odd .right-col {
          width: 100%; } }
      section.services-section .container .row .category-element.odd .right-col .category-desc {
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-size: 1.1rem; }
      section.services-section .container .row .category-element.odd .right-col .link-category {
        margin-top: 64px; }
        section.services-section .container .row .category-element.odd .right-col .link-category a {
          font-family: 'Roboto', sans-serif;
          font-weight: 700;
          font-size: 0.9rem;
          color: #000;
          text-decoration: none;
          display: block;
          background: url("../img/arrow-more-category.jpg") 80px 0px no-repeat;
          display: block;
          background-size: auto 15px; }
          section.services-section .container .row .category-element.odd .right-col .link-category a:hover {
            text-decoration: none; }
    @media (max-width: 1199.98px) {
      section.services-section .container .row .category-element.even {
        flex-direction: column-reverse; } }
    section.services-section .container .row .category-element.even .left-col {
      width: calc(37% - 32px); }
      @media (max-width: 1199.98px) {
        section.services-section .container .row .category-element.even .left-col {
          width: 100%;
          margin-left: 0; } }
      section.services-section .container .row .category-element.even .left-col .category-desc {
        line-height: 1.4rem;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-size: 1rem; }
      section.services-section .container .row .category-element.even .left-col .link-category {
        margin-top: 64px; }
        section.services-section .container .row .category-element.even .left-col .link-category a {
          font-family: 'Roboto', sans-serif;
          font-weight: 700;
          font-size: 0.9rem;
          color: #000;
          text-decoration: none;
          background: url("../img/arrow-more-category.jpg") 80px 0px no-repeat;
          display: block;
          background-size: auto 15px; }
          section.services-section .container .row .category-element.even .left-col .link-category a:hover {
            text-decoration: none; }
    section.services-section .container .row .category-element.even .right-col {
      width: 63%;
      display: flex;
      flex-wrap: nowrap;
      align-items: center; }
      @media (max-width: 1199.98px) {
        section.services-section .container .row .category-element.even .right-col {
          width: 100%;
          margin-bottom: 32px;
          flex-direction: row-reverse; } }
      @media (max-width: 540px) {
        section.services-section .container .row .category-element.even .right-col {
          flex-direction: column-reverse; } }
      section.services-section .container .row .category-element.even .right-col .logo-data {
        width: 40%;
        color: #feca2e;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 20rem;
        text-align: center;
        margin-right: 0; }
        @media (max-width: 540px) {
          section.services-section .container .row .category-element.even .right-col .logo-data {
            width: 100%;
            margin-right: 0; } }
      section.services-section .container .row .category-element.even .right-col .name-data {
        width: calc(60% - 32px); }
        @media (max-width: 540px) {
          section.services-section .container .row .category-element.even .right-col .name-data {
            width: 100%;
            margin-right: 0; } }
        section.services-section .container .row .category-element.even .right-col .name-data h2 {
          font-family: 'Roboto', sans-serif;
          font-weight: 900;
          font-size: 4.5rem; }
          @media (max-width: 767.98px) {
            section.services-section .container .row .category-element.even .right-col .name-data h2 {
              font-family: 'Roboto', sans-serif;
              font-weight: 900;
              font-size: 3.5rem; } }
          @media (max-width: 540px) {
            section.services-section .container .row .category-element.even .right-col .name-data h2 {
              font-family: 'Roboto', sans-serif;
              font-weight: 900;
              font-size: 2.7rem; } }
        section.services-section .container .row .category-element.even .right-col .name-data .subname {
          margin-top: 64px;
          font-family: 'Roboto', sans-serif;
          font-weight: 300;
          font-size: 1.4rem; }

section.category-projects {
  margin-top: 200px; }
  section.category-projects .full-view-beam-cnt .container.full-view .row {
    align-items: flex-start; }
    @media (max-width: 991.98px) {
      section.category-projects .full-view-beam-cnt .container.full-view .row {
        flex-direction: column-reverse;
        flex-wrap: wrap; } }
    section.category-projects .full-view-beam-cnt .container.full-view .row .left-col {
      width: calc(81% - 32px);
      margin-right: 32px; }
      @media (max-width: 991.98px) {
        section.category-projects .full-view-beam-cnt .container.full-view .row .left-col {
          width: 100%;
          margin-right: 0; } }
    section.category-projects .full-view-beam-cnt .container.full-view .row .right-col {
      width: 19%; }
      @media (max-width: 991.98px) {
        section.category-projects .full-view-beam-cnt .container.full-view .row .right-col {
          width: 100%; } }
    section.category-projects .full-view-beam-cnt .container.full-view .row .left-col .intro-category .category-intro-trio {
      display: flex;
      flex-wrap: nowrap;
      align-items: flex-start; }
      @media (max-width: 1199.98px) {
        section.category-projects .full-view-beam-cnt .container.full-view .row .left-col .intro-category .category-intro-trio {
          display: grid;
          grid-template-columns: 270px calc(100% - 280px);
          grid-template-rows: auto;
          grid-template-areas: "title desc" "title desc"; } }
      @media (max-width: 991.98px) {
        section.category-projects .full-view-beam-cnt .container.full-view .row .left-col .intro-category .category-intro-trio {
          display: grid;
          grid-template-columns: 100%;
          grid-template-rows: auto;
          grid-template-areas: "title" "desc"; } }
      section.category-projects .full-view-beam-cnt .container.full-view .row .left-col .intro-category .category-intro-trio .col {
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-size: 1.1em; }
      section.category-projects .full-view-beam-cnt .container.full-view .row .left-col .intro-category .category-intro-trio .left-col-deep {
        width: calc((100% - 32px) / 3);
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-size: 1.1em;
        line-height: 1.6rem; }
        @media (max-width: 1199.98px) {
          section.category-projects .full-view-beam-cnt .container.full-view .row .left-col .intro-category .category-intro-trio .left-col-deep {
            width: 100%;
            margin-right: 0; } }
      section.category-projects .full-view-beam-cnt .container.full-view .row .left-col .intro-category .category-intro-trio .left-col-deep {
        margin-right: 32px;
        grid-area: title; }
        @media (max-width: 1199.98px) {
          section.category-projects .full-view-beam-cnt .container.full-view .row .left-col .intro-category .category-intro-trio .left-col-deep {
            margin-right: 0; } }
        section.category-projects .full-view-beam-cnt .container.full-view .row .left-col .intro-category .category-intro-trio .left-col-deep h2 {
          font-family: 'Roboto', sans-serif;
          font-weight: 900;
          font-size: 3.2rem;
          text-transform: lowercase;
          line-height: 3.2rem; }
          @media (max-width: 991.98px) {
            section.category-projects .full-view-beam-cnt .container.full-view .row .left-col .intro-category .category-intro-trio .left-col-deep h2 {
              margin-bottom: 32px; } }
      section.category-projects .full-view-beam-cnt .container.full-view .row .left-col .intro-category .category-intro-trio .col-desc {
        width: calc(((100% - 32px) / 3) * 2);
        grid-area: desc; }
        @media (min-width: 1200px) {
          section.category-projects .full-view-beam-cnt .container.full-view .row .left-col .intro-category .category-intro-trio .col-desc {
            display: flex; } }
        @media (max-width: 1199.98px) {
          section.category-projects .full-view-beam-cnt .container.full-view .row .left-col .intro-category .category-intro-trio .col-desc {
            width: 100%; } }
        section.category-projects .full-view-beam-cnt .container.full-view .row .left-col .intro-category .category-intro-trio .col-desc .center-col-deep {
          margin-right: 32px;
          display: flex;
          width: calc((100% - 32px) / 2); }
          @media (max-width: 1199.98px) {
            section.category-projects .full-view-beam-cnt .container.full-view .row .left-col .intro-category .category-intro-trio .col-desc .center-col-deep {
              float: left;
              width: calc(100% - 32px);
              margin-right: 0;
              margin-left: 32px; } }
          @media (max-width: 991.98px) {
            section.category-projects .full-view-beam-cnt .container.full-view .row .left-col .intro-category .category-intro-trio .col-desc .center-col-deep {
              width: 100%;
              margin-left: 0px; } }
        section.category-projects .full-view-beam-cnt .container.full-view .row .left-col .intro-category .category-intro-trio .col-desc .right-col-deep {
          width: calc((100% - 32px) / 2); }
          @media (max-width: 1199.98px) {
            section.category-projects .full-view-beam-cnt .container.full-view .row .left-col .intro-category .category-intro-trio .col-desc .right-col-deep {
              float: left;
              width: calc(100% - 32px);
              margin-right: 0;
              margin-left: 32px; } }
          @media (max-width: 991.98px) {
            section.category-projects .full-view-beam-cnt .container.full-view .row .left-col .intro-category .category-intro-trio .col-desc .right-col-deep {
              width: 100%;
              margin-left: 0px; } }
    section.category-projects .full-view-beam-cnt .container.full-view .row .right-col .category-right-menu ul.menu-categories {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end; }
      @media (max-width: 991.98px) {
        section.category-projects .full-view-beam-cnt .container.full-view .row .right-col .category-right-menu ul.menu-categories {
          flex-wrap: wrap; } }
      section.category-projects .full-view-beam-cnt .container.full-view .row .right-col .category-right-menu ul.menu-categories li.item {
        width: 100%;
        text-align: right;
        clear: both;
        margin-bottom: 48px; }
        @media (max-width: 991.98px) {
          section.category-projects .full-view-beam-cnt .container.full-view .row .right-col .category-right-menu ul.menu-categories li.item {
            width: calc(100% / 3);
            text-align: center; } }
        @media (max-width: 767.98px) {
          section.category-projects .full-view-beam-cnt .container.full-view .row .right-col .category-right-menu ul.menu-categories li.item {
            width: calc(100% / 2); } }
        @media (max-width: 554.98px) {
          section.category-projects .full-view-beam-cnt .container.full-view .row .right-col .category-right-menu ul.menu-categories li.item {
            width: 100%; } }
        section.category-projects .full-view-beam-cnt .container.full-view .row .right-col .category-right-menu ul.menu-categories li.item a {
          display: table;
          padding-left: 20px;
          padding-right: 20px;
          height: 20px;
          float: right;
          font-family: 'Roboto', sans-serif;
          font-weight: 300;
          font-size: 1rem;
          text-decoration: none;
          color: #727272;
          text-transform: lowercase; }
          @media (max-width: 991.98px) {
            section.category-projects .full-view-beam-cnt .container.full-view .row .right-col .category-right-menu ul.menu-categories li.item a {
              float: none;
              display: table;
              margin: auto; } }
          section.category-projects .full-view-beam-cnt .container.full-view .row .right-col .category-right-menu ul.menu-categories li.item a:hover {
            text-decoration: none; }
      section.category-projects .full-view-beam-cnt .container.full-view .row .right-col .category-right-menu ul.menu-categories li.item.active a {
        box-shadow: 0 5px 0 #FFF inset, 0 10px 0 #feca2e inset;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 1rem;
        color: #000; }
        @media (max-width: 991.98px) {
          section.category-projects .full-view-beam-cnt .container.full-view .row .right-col .category-right-menu ul.menu-categories li.item.active a {
            box-shadow: 0 5px 0 #FFF inset, 0 10px 0 #feca2e inset; } }
    section.category-projects .full-view-beam-cnt .container.full-view .row .left-col .projects-stock {
      margin-top: 64px;
      clear: both; }
      section.category-projects .full-view-beam-cnt .container.full-view .row .left-col .projects-stock .row-grid.projects {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 10px; }
        @media (max-width: 1199.98px) {
          section.category-projects .full-view-beam-cnt .container.full-view .row .left-col .projects-stock .row-grid.projects {
            grid-template-columns: repeat(2, 1fr); } }
        @media (max-width: 767.98px) {
          section.category-projects .full-view-beam-cnt .container.full-view .row .left-col .projects-stock .row-grid.projects {
            grid-template-columns: repeat(1, 1fr); } }
        section.category-projects .full-view-beam-cnt .container.full-view .row .left-col .projects-stock .row-grid.projects .grid-el {
          position: relative; }
          section.category-projects .full-view-beam-cnt .container.full-view .row .left-col .projects-stock .row-grid.projects .grid-el .image-bg {
            position: relative; }
            section.category-projects .full-view-beam-cnt .container.full-view .row .left-col .projects-stock .row-grid.projects .grid-el .image-bg .image-rot {
              position: absolute;
              left: 0;
              top: 0;
              z-index: 3;
              width: 100%;
              height: 100%;
              opacity: 0;
              transition: opacity 1000ms; }
              section.category-projects .full-view-beam-cnt .container.full-view .row .left-col .projects-stock .row-grid.projects .grid-el .image-bg .image-rot img {
                max-width: 100%; }
            section.category-projects .full-view-beam-cnt .container.full-view .row .left-col .projects-stock .row-grid.projects .grid-el .image-bg .image-rot.active {
              opacity: 1;
              transition: opacity 1000ms; }
          section.category-projects .full-view-beam-cnt .container.full-view .row .left-col .projects-stock .row-grid.projects .grid-el .over-info-element {
            position: absolute;
            left: 0;
            top: 0;
            z-index: 5;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center; }
            section.category-projects .full-view-beam-cnt .container.full-view .row .left-col .projects-stock .row-grid.projects .grid-el .over-info-element .data-elem {
              width: 80%;
              display: flex;
              height: 80%;
              flex-direction: column;
              position: relative; }
              section.category-projects .full-view-beam-cnt .container.full-view .row .left-col .projects-stock .row-grid.projects .grid-el .over-info-element .data-elem h3 {
                text-align: right;
                color: #ffffff;
                text-shadow: 0 0 6px rgba(112, 112, 112, 0.5);
                font-family: 'Roboto', sans-serif;
                font-weight: 900;
                font-size: 3rem;
                line-height: 2.8rem; }
              section.category-projects .full-view-beam-cnt .container.full-view .row .left-col .projects-stock .row-grid.projects .grid-el .over-info-element .data-elem .categories-p {
                text-align: right;
                align-self: flex-end; }
                section.category-projects .full-view-beam-cnt .container.full-view .row .left-col .projects-stock .row-grid.projects .grid-el .over-info-element .data-elem .categories-p .category-list {
                  position: absolute;
                  bottom: 0;
                  right: 0; }
                section.category-projects .full-view-beam-cnt .container.full-view .row .left-col .projects-stock .row-grid.projects .grid-el .over-info-element .data-elem .categories-p ul {
                  display: flex;
                  flex-direction: column; }
                  section.category-projects .full-view-beam-cnt .container.full-view .row .left-col .projects-stock .row-grid.projects .grid-el .over-info-element .data-elem .categories-p ul li {
                    color: #ffffff;
                    text-shadow: 0 0 6px rgba(112, 112, 112, 0.5);
                    margin-bottom: 6px;
                    padding-right: 20px;
                    font-family: 'Roboto', sans-serif;
                    font-weight: 400;
                    font-size: 1rem;
                    background: url("../img/plus.png") no-repeat right 2px;
                    background-size: 12px; }
            section.category-projects .full-view-beam-cnt .container.full-view .row .left-col .projects-stock .row-grid.projects .grid-el .over-info-element a.link-to-p {
              position: absolute;
              left: 0;
              top: 0;
              width: 100%;
              height: 100%; }

section.logotypes {
  margin-top: 200px; }
  section.logotypes .container.full-view .row .col-full .desc-row {
    display: flex; }
    @media (max-width: 1199.98px) {
      section.logotypes .container.full-view .row .col-full .desc-row {
        display: grid;
        grid-template-columns: 270px calc(100% - 280px);
        grid-template-rows: auto;
        grid-template-areas: "title desc" "title desc"; } }
    @media (max-width: 991.98px) {
      section.logotypes .container.full-view .row .col-full .desc-row {
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: auto;
        grid-template-areas: "title" "desc"; } }
    section.logotypes .container.full-view .row .col-full .desc-row .col {
      font-family: 'Roboto', sans-serif;
      font-weight: 400;
      font-size: 1.1em; }
      @media (max-width: 991.98px) {
        section.logotypes .container.full-view .row .col-full .desc-row .col {
          width: 100%; } }
    section.logotypes .container.full-view .row .col-full .desc-row .col-1 {
      width: calc((100% - 64px) / 3);
      grid-area: title; }
      @media (max-width: 991.98px) {
        section.logotypes .container.full-view .row .col-full .desc-row .col-1 {
          width: 100%; } }
    section.logotypes .container.full-view .row .col-full .desc-row .col h2.logos-title {
      font-family: 'Roboto', sans-serif;
      font-weight: 700;
      font-size: 3.3rem;
      line-height: 3.2rem;
      text-align: left;
      margin-bottom: 32px;
      text-transform: lowercase;
      margin-left: 0; }
      @media (max-width: 1023.98px) {
        section.logotypes .container.full-view .row .col-full .desc-row .col h2.logos-title {
          font-family: 'Roboto', sans-serif;
          font-weight: 700;
          font-size: 2.7rem; } }
    section.logotypes .container.full-view .row .col-full .desc-row .col-desc {
      width: calc(((100% - 32px) / 3) * 2);
      grid-area: desc;
      margin-left: 32px; }
      @media (max-width: 1199.98px) {
        section.logotypes .container.full-view .row .col-full .desc-row .col-desc {
          width: 100%; } }
    section.logotypes .container.full-view .row .col-full .desc-row .col-desc {
      display: flex; }
      @media (max-width: 1199.98px) {
        section.logotypes .container.full-view .row .col-full .desc-row .col-desc {
          flex-direction: column; } }
      @media (max-width: 991.98px) {
        section.logotypes .container.full-view .row .col-full .desc-row .col-desc {
          flex-direction: column;
          width: 100%;
          margin-left: 0; } }
      section.logotypes .container.full-view .row .col-full .desc-row .col-desc .col {
        width: calc((100% - 32px) / 2); }
        @media (max-width: 1199.98px) {
          section.logotypes .container.full-view .row .col-full .desc-row .col-desc .col {
            width: 100%;
            margin-left: 0; } }
        @media (max-width: 991.98px) {
          section.logotypes .container.full-view .row .col-full .desc-row .col-desc .col {
            width: 100%; } }
      section.logotypes .container.full-view .row .col-full .desc-row .col-desc .col:nth-child(2) {
        margin-left: 32px; }
        @media (max-width: 1199.98px) {
          section.logotypes .container.full-view .row .col-full .desc-row .col-desc .col:nth-child(2) {
            width: 100%;
            margin-left: 0; } }
        @media (max-width: 991.98px) {
          section.logotypes .container.full-view .row .col-full .desc-row .col-desc .col:nth-child(2) {
            margin-left: 0; } }
    section.logotypes .container.full-view .row .col-full .desc-row .col-1 {
      grid-area: title; }
    section.logotypes .container.full-view .row .col-full .desc-row .col-desc {
      grid-area: desc; }
  section.logotypes .container.full-view .row.logos .col-full .row-logo-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 64px; }
    @media (max-width: 1199.98px) {
      section.logotypes .container.full-view .row.logos .col-full .row-logo-grid {
        grid-template-columns: repeat(3, 1fr); } }
    @media (max-width: 767.98px) {
      section.logotypes .container.full-view .row.logos .col-full .row-logo-grid {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 400px) {
      section.logotypes .container.full-view .row.logos .col-full .row-logo-grid {
        grid-template-columns: repeat(1, 1fr); } }
    section.logotypes .container.full-view .row.logos .col-full .row-logo-grid .col-l {
      display: flex;
      align-items: center;
      justify-content: center; }

section.header-rotor-slide {
  margin-bottom: 28px;
  margin-top: 120px; }
  section.header-rotor-slide .container .row .col-screen-rotor {
    overflow: hidden;
    width: 100%;
    position: relative; }
  @media (max-width: 767.98px) {
    section.header-rotor-slide .container .row .col-screen-rotor .desktop-image {
      display: none; } }
  @media (min-width: 768px) {
    section.header-rotor-slide .container .row .col-screen-rotor .desktop-image {
      display: block; } }
  @media (max-width: 767.98px) {
    section.header-rotor-slide .container .row .col-screen-rotor .mobile-image {
      display: block; } }
  @media (min-width: 768px) {
    section.header-rotor-slide .container .row .col-screen-rotor .mobile-image {
      display: none; } }
  section.header-rotor-slide .container .row .col-screen-rotor .slide-el {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: opacity 1000ms;
    -webkit-transition: opacity 1000ms;
    -moz-transition: opacity 1000ms;
    -ms-transition: opacity 1000ms;
    -o-transition: opacity 1000ms; }
    section.header-rotor-slide .container .row .col-screen-rotor .slide-el .desc {
      position: absolute;
      left: 6%;
      top: 0;
      height: 100%;
      font-size: 82px;
      display: flex;
      align-items: center;
      z-index: 11;
      font-weight: 600; }
      @media (max-width: 1000px) {
        section.header-rotor-slide .container .row .col-screen-rotor .slide-el .desc {
          font-size: 62px; } }
      @media (max-width: 400px) {
        section.header-rotor-slide .container .row .col-screen-rotor .slide-el .desc {
          font-size: 42px; } }
    section.header-rotor-slide .container .row .col-screen-rotor .slide-el .desc.white-font {
      color: #ffffff;
      text-shadow: 0 0 6px rgba(112, 112, 112, 0.5); }
    section.header-rotor-slide .container .row .col-screen-rotor .slide-el .desc.black-font {
      color: #000000; }
  section.header-rotor-slide .container .row .col-screen-rotor .slide-el.active {
    opacity: 1;
    transition: opacity 1000ms;
    -webkit-transition: opacity 1000ms;
    -moz-transition: opacity 1000ms;
    -ms-transition: opacity 1000ms;
    -o-transition: opacity 1000ms; }

/*# sourceMappingURL=front.css.map */
