.js-results-wrapper,
.js-prizes-wrapper,
.js-rules-wrapper {
  max-width: 960px;
  width: 100%;
}
.js-rules-wrapper {
  max-width: 760px;
}
.js-prizes-wrapper.active {
  display: grid;
  grid-template-columns: repeat(3, calc(33.33333% - 16px));
  grid-gap: 24px;
}
.js-promo-page-wrapper .entry-description {
  max-width: 960px;
}
.entry-description.js-intro {
  margin-bottom: 16px;
}
.js-promo-page-wrapper .entry-description p:last-child {
  margin-bottom: 0;
}
h2 {
  text-align: center;
}
.js-results-wrapper.active {
  display: grid;
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
}
.js-row {
  display: grid;
  grid-template-columns: 15% 15% 40% 30%;
  border-bottom: 1px solid #CCC;
}
.js-row div {
  height: 44px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.js-position {
  padding: 0 12px;
  border-left: 1px solid #CCC;
}
.js-change {
  padding: 0 12px;
  border-left: 1px solid #CCC;
}
.js-shop {
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  padding: 0 12px;
}
.js-reached {
  padding: 0 12px;
  justify-content: flex-end;
  border-right: 1px solid #CCC;
}
.js-row.js-results-header div {
  font-family: BrandonGrotesque, sans-sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.js-row.js-results-header {
  border-bottom: 1px solid #CCC;
  border-top: 1px solid #CCC;
  position: sticky;
  top: 113px;
  background-color: #EEE;
  -webkit-box-shadow: 0px 4px 5px -4px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 4px 5px -4px rgba(0,0,0,0.5);
  box-shadow: 0px 4px 5px -4px rgba(0,0,0,0.5);
}
.js-results-data .very-good {
  color: green;
}
.js-results-data .not-good {
  color: red;
}
.js-results-data .js-change.up-change:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 8px 4px;
  border-color: transparent transparent green transparent;
  content: "";
  margin-right: 4px;
}
.js-results-data .js-change.down-change:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: red transparent transparent transparent;
  content: "";
  margin-right: 4px;
}
.js-results-data .js-change.no-change:before {
  content: "";
  border-top: 4px solid #666;
  width: 8px;
  margin-right: 4px;
}

h1.entry-title.center.description.js-promo {
  font-size: 80px;
  color: #0070BE;
  line-height: 80px;
}
.js-subtitle {
  font-family: BrandonGrotesque,sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  width: 100%;
  display: block;
  text-align: center;
}
.entry-description.center.larger {
  margin-bottom: 16px;
}
.prizes-column {
  margin: 0 auto;
}
.prizes-column.order-1 {
  order: 1;
}
.prizes-column.order-2 {
  order: 0;
}
.prizes-column.order-3 {
  order: 2;
}
.prizes-column.prizes-2 {
  display: grid;
  grid-gap: 24px;
}
.content-menu-wrapper.js {
  max-width: 960px;
}
.prize-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.prize-image.prize-2 {
  width: 80%;
  margin: 0 auto;
}
.prize-image.prize-3 {
  width: 80%;
  margin: 0 auto;
}
.prize-image.prize-5 {
  width: 65%;
  margin:0 auto;
}
.prize-badge {
  background: url(/media/icons/prize-badge.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 80px;
  height: 114px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 0;
  color: #FFF;
  font-weight: 700;
  position: absolute;
  right: 0;
  bottom: 0;
}
.prizes-column.prizes-2 .prize-badge {
  width: 60px;
  height: 86px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.place {
  color: #FFF;
  font-weight: 700;
  position: absolute;
  top: 28px;
  font-size: 24px;
}
.prizes-column.prizes-2 .place {
  top: 18px;
  font-size: 18px;
}
.prize-title {
  line-height: 20px;
  margin-top: 16px;
  width: calc(100% - 60px);
}
@media screen and (max-width: 768px) {
  .js-row.js-results-header {
    top: 88px;
  }
}
.prize-image {
  width: 100%;
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 620px) {
  h1.entry-title.center.description.js-promo {
    font-size: 54px;
    line-height: 54px;
  }
  .js-subtitle {
    font-size: 29px;
    line-height: 29px;
  }
  .js-prizes-wrapper.active {
    display: grid;
    grid-template-columns: 100%;
  }
  .prizes-column.prizes-2 {
    grid-template-columns: repeat(2, calc(50% - 12px));
  }
  .prizes-column.order-1 {
    order: 0;
  }
  .prizes-column.order-2 {
    order: 1;
  }
}
@media screen and (max-width: 480px) {
  .js-results-wrapper {
    width: calc(100% + 48px);
    margin-left: -24px;
  }
  .js-row {
    grid-template-columns: 15% 15% 40% 30%;
  }
  .js-results-wrapper div,
  .prize-title {
    font-size: 14px;
    line-height: 18px;
  }
}
