html,
body {
  margin: 0;
  padding: 0; }

.container {
  width: 1280px;
  margin: auto; }

.game-wrapper {
  margin-top: 50px; }

.game-block {
  position: relative;
  font-family: Arial; }
  .game-block .game-header {
    position: absolute;
    background: #3d9bff;
    margin: -25px 0 0 60px;
    width: 380px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: white;
    font-style: italic; }
    .game-block .game-header:after {
      position: absolute;
      content: url(../images/header-after.png);
      top: -3px;
      right: -76px; }
    .game-block .game-header .title {
      position: relative;
      font-weight: bold;
      font-size: 30px;
      margin: 0;
      padding: 20px 10px 10px 30px; }
      .game-block .game-header .title:before {
        position: absolute;
        content: url(../images/title-before.png);
        top: 35px;
        left: 12px; }
    .game-block .game-header .description {
      font-weight: normal;
      font-size: 17px;
      margin: 0;
      padding: 0 10px 25px 60px; }
  .game-block .game-content {
    padding: 135px 60px 25px 60px; }
  .game-block .game-rules .start {
    display: inline-block;
    vertical-align: top;
    background: #ffcf3d;
    cursor: pointer;
    width: 380px;
    text-align: center;
    font-size: 24px;
    padding: 14px 0px 14px 0px;
    outline: none;
    border-radius: 5px;
    border: none;
    font-family: Arial;
    font-style: italic; }
    .game-block .game-rules .start:active {
      background: #ffb500; }
  .game-block .game-rules .rules {
    display: inline-block;
    width: 700px;
    margin-top: -50px;
    margin-left: 50px;
    margin-bottom: 5px; }
    .game-block .game-rules .rules .title {
      color: white;
      font-size: 24px;
      font-style: italic;
      font-weight: normal;
      line-height: 1.3em;
      margin-top: -35px; }

.finder.game-wrapper {
  background-color: #115477;
  background-image: -webkit-linear-gradient(left, #115477, #013c5d);
  background-image: linear-gradient(to right,#115477, #013c5d); }
  .finder.game-wrapper .game-content {
    position: relative;
    padding-bottom: 60px; }
    .finder.game-wrapper .game-content .current {
      position: absolute;
      color: #a4b0ba;
      font-size: 48px;
      font-style: italic;
      top: 40px;
      right: 75px; }
    .finder.game-wrapper .game-content .items {
      display: inline-block;
      list-style: none;
      width: 841px; }
      .finder.game-wrapper .game-content .items .item {
        position: relative;
        display: inline-block;
        width: 190px;
        height: 122px;
        margin: 0 15px 18px 0;
        border: 1px solid white;
        border-radius: 20px;
        text-align: center;
        vertical-align: middle;
        cursor: pointer; }
        .finder.game-wrapper .game-content .items .item .icon-helper {
          display: inline-block;
          height: 100%;
          vertical-align: middle; }
        .finder.game-wrapper .game-content .items .item .icon {
          vertical-align: middle; }
        .finder.game-wrapper .game-content .items .item .title {
          position: absolute;
          color: white;
          font-size: 14px;
          font-family: "PT Sans Narrow";
          top: 8px;
          left: 10px; }
        .finder.game-wrapper .game-content .items .item button {
          display: none; }
        .finder.game-wrapper .game-content .items .item .info-message {
          position: absolute;
          right: -5px;
          top: -60px;
          text-align: center;
          border-radius: 18px;
          padding: 14px 40px 14px 40px;
          font-size: 22px;
          color: white;
          font-style: italic;
          z-index: 1;
          width: 145px; }
          .finder.game-wrapper .game-content .items .item .info-message:after {
            position: absolute;
            bottom: -28px;
            right: 16px; }
          .finder.game-wrapper .game-content .items .item .info-message.correct {
            background: #003ec3; }
            .finder.game-wrapper .game-content .items .item .info-message.correct:after {
              content: url(../images/correct-trangle.png); }
          .finder.game-wrapper .game-content .items .item .info-message.incorrect {
            background: #c300a2; }
            .finder.game-wrapper .game-content .items .item .info-message.incorrect:after {
              content: url(../images/incorrect-trangle.png); }
      .finder.game-wrapper .game-content .items .item-active {
        position: relative;
        background: #fff68b;
        opacity: 0.9; }
        .finder.game-wrapper .game-content .items .item-active .title, .finder.game-wrapper .game-content .items .item-active .icon {
          opacity: 0.7; }
        .finder.game-wrapper .game-content .items .item-active button {
          position: absolute;
          outline: none;
          cursor: pointer;
          display: block;
          width: 100px;
          height: 32px;
          font-size: 16px;
          left: 45px;
          border: none;
          border-radius: 8px;
          color: white;
          font-style: italic; }
        .finder.game-wrapper .game-content .items .item-active .select {
          top: 22px;
          background: #ca0000; }
        .finder.game-wrapper .game-content .items .item-active .dismiss {
          bottom: 22px;
          background: #2bc300; }
    .finder.game-wrapper .game-content .stats {
      display: inline-block;
      height: 266px;
      width: 275px;
      text-align: center;
      vertical-align: top;
      background: #ff650b;
      border-radius: 20px;
      margin-top: 15px;
      color: white; }
      .finder.game-wrapper .game-content .stats .title {
        font-style: italic;
        font-weight: normal;
        font-size: 48px;
        margin-bottom: 15px; }
      .finder.game-wrapper .game-content .stats .score {
        font-weight: bold;
        font-size: 95px; }
    .finder.game-wrapper .game-content .stats-large {
      width: 100%; }
  .finder.game-wrapper .game-rules {
    padding-bottom: 20px; }
    .finder.game-wrapper .game-rules .options li {
      color: white;
      font-style: italic;
      font-size: 16px;
      margin-top: 12px; }
