/*#other.css*/
/*$popupwin*/
.popupwin {
  position: absolute;
  left: 20%;
  top: 40%;
  padding: 30px;
  width: 300px;
  background-color: #fff;
}

/*$icon*/
.icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url('../images/sprite.png') no-repeat 0 0;
}
.icon__home {
  background-position: 0 -30px;
}
