/* body {
  margin: 0;
  font-family: 'Trebuchet MS', 'Arial';
  max-width: 1920px;
  min-width: 1360px;
  padding: 0;
  margin: 0 auto; } */

.app {
  width: 100%;
  font-size: 0;
  margin: 0;
  position: relative; }
  .app img {
    width: 100%; }
  .app .description {
    position: absolute; }
    .app .description .dott {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background: #15b08e;
      cursor: pointer;
      transition: .5s;
      font-size: 18px;
      color: #fff;
      font-weight: bold;
      text-align: center;
      box-sizing: border-box;
      padding: 8px; }
      .app .description .dott:hover {
        -webkit-box-shadow: 0px 0px 11px 1px #8b9dc3;
        -moz-box-shadow: 0px 0px 11px 1px #8b9dc3;
        box-shadow: 0px 0px 11px 1px #8b9dc3;
        transform: scale(1.1); }
    .app .description .info {
      color: black;
      position: absolute;
      bottom: 200%;
      left: 15px;
      min-width: 300px;
      padding: 20px;
      border-radius: 0;
      display: none;
      z-index: 999;
      background: white; }
      .app .description .info:before, .app .description .info:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -23px;
        border: 20px solid transparent;
        border-left: 20px solid #fff;
        border-top: 20px solid #fff; }
      .app .description .info h4 {
        font-size: 18px;
        margin: 8px 0; }
      .app .description .info ul {
        padding: 0; }
        .app .description .info ul li {
          list-style-type: none;
          font-size: 16px;
          white-space: pre;
          margin: 5px 0; }
  .app .one {
    top: 10%;
    left: 14.5%; }
    .app .one .info {
      top: 55px;
      bottom: auto;
      left: 15px; }
      .app .one .info:before, .app .one .info:after {
        left: 0;
        top: -20px;
        bottom: 0;
        border: 20px solid transparent;
        border-bottom: 20px solid #fff;
        border-left: 20px solid #fff; }
  .app .two {
    top: 8%;
    left: 38.5%; }
    .app .two .info {
      top: 55px;
      bottom: auto;
      left: 15px; }
      .app .two .info:before, .app .two .info:after {
        left: 0;
        top: -20px;
        bottom: 0;
        border: 20px solid transparent;
        border-bottom: 20px solid #fff;
        border-left: 20px solid #fff; }
  .app .three {
    top: 25.5%;
    left: 28%; }
    .app .three .info {
      top: 55px;
      bottom: auto;
      left: 15px; }
      .app .three .info:before, .app .three .info:after {
        left: 0;
        top: -20px;
        bottom: 0;
        border: 20px solid transparent;
        border-bottom: 20px solid #fff;
        border-left: 20px solid #fff; }
  .app .four {
    top: 38.7%;
    left: 28.5%; }
  .app .five {
    top: 62.5%;
    right: 21%; }
    .app .five .info {
      right: 15px;
      left: auto; }
      .app .five .info:before, .app .five .info:after {
        right: 0;
        left: auto;
        border: 20px solid transparent;
        border-top: 20px solid #fff;
        border-right: 20px solid #fff; }
  .app .six {
    top: 40%;
    left: 14.5%; }
  .app .seven {
    top: 70.8%;
    left: 21%; }
  .app .eight {
    top: 67.8%;
    left: 51%; }
  .app .nine {
    top: 66.5%;
    left: 65%; }
  .app .ten {
    top: 22%;
    right: 50%; }
    .app .ten .info {
      top: 55px;
      bottom: auto;
      left: 15px; }
      .app .ten .info:before, .app .ten .info:after {
        left: 0;
        top: -20px;
        bottom: 0;
        border: 20px solid transparent;
        border-bottom: 20px solid #fff;
        border-left: 20px solid #fff; }
  .app .eleven {
    top: 23.5%;
    right: 36%; }
    .app .eleven .info {
      top: 55px;
      bottom: auto;
      left: 15px; }
      .app .eleven .info:before, .app .eleven .info:after {
        left: 0;
        top: -20px;
        bottom: 0;
        border: 20px solid transparent;
        border-bottom: 20px solid #fff;
        border-left: 20px solid #fff; }
  .app .twelve {
    top: 90%;
    left: 16.5%; }
  .app .thirteen {
    top: 69.7%;
    left: 31.8%; }
  .app .fourteen {
    bottom: 28.2%;
    left: 40.5%; }

/* .logo {
  position: absolute;
  width: 100px;
  bottom: 50px;
  right: 50px; }
  .logo img {
    width: 100%; } */
