* {
  margin: 0;
  padding: 0;
}
.wrapper {
  background: url(../../img/bg_desktop.png) no-repeat center top;
  height: 1968px;
  margin: 0 auto;
  position: relative;
  width: 1286px;
}

/*-------------style mobile----------------*/
.wrapper-mobile {
  background: url(../../img/bg_mobile.png) no-repeat center top;
  height: 2130px;
  margin: 0 auto;
  position: relative;
  width: 300px;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}
.containerSurf {
  display: none;
  bottom: 0;
  position: fixed;
  width: 203px;
  overflow: hidden;
  height: 130px;
  left: 50%;
  margin-left: -60px;
}

.visible {
  display: block;
}
