/* colors */
/* IMAGES */
/* TABLET Landscape */
/* TABLET Portrait */
@media all and (max-width: 1023px) {
  .dokk-landing {
    /* SECTIONS */
    /* section - function */
    /* section - using */
    /* section - surface */
    /* section - contact */
  }
  .dokk-landing .function .list-items .item .item-picture {
    flex: 1 0 100%;
    margin: 0 0 20px;
    text-align: center;
  }
  .dokk-landing .function .list-items .item .item-info {
    flex: 1 0 100%;
  }
  .dokk-landing .using .list-items {
    padding: 0;
  }
  .dokk-landing .using .list-items .left-side,
.dokk-landing .using .list-items .right-side {
    flex: 1 1 0;
  }
  .dokk-landing .surface {
    flex-flow: row wrap;
  }
  .dokk-landing .surface .list-items .item, .dokk-landing .surface .list-items .item:nth-of-type(2n+1) {
    flex-flow: row wrap;
    padding: 50px 0 0;
  }
  .dokk-landing .surface .list-items .item .item-picture, .dokk-landing .surface .list-items .item:nth-of-type(2n+1) .item-picture {
    margin: 0 0 50px;
    flex: 1 0 100%;
    order: 0;
    text-align: center;
    width: auto;
  }
  .dokk-landing .surface .list-items .item .item-info, .dokk-landing .surface .list-items .item:nth-of-type(2n+1) .item-info {
    order: 1;
    margin: 0;
    flex: 1 0 100%;
  }
  .dokk-landing .contact .list-item {
    flex-flow: row wrap;
  }
  .dokk-landing .contact .list-item .left-side, .dokk-landing .contact .list-item .right-side {
    flex: 1 0 100%;
  }
  .dokk-landing .contact .list-item .left-side {
    margin: 50px 0 0;
    order: 1;
  }
}