@charset "UTF-8";
.header {
  position: relative;
  border: 1px solid transparent;
  height: 200px;
  background: url(../../../img/article-title.jpg);
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  font-family: Ubuntu;
  color: white;
  padding: 25px 15px 25px 40px;
}

.header h2 {
  margin: 0;
  font-weight: bold;
}

.header p {
  margin: 0;
  font-weight: 300;
}

.header h2,
.header p {
  font-size: 36px;
  line-height: 41px;
}

.header div {
  background: rgba(46, 110, 70, 0.7);
  width: 100%;
  height: 200px;
  position: absolute;
  top: 0;
}

.header span {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .header {
    height: auto;
    width: 100%;
    background: #2e6e46;
    padding: 26px 0 26px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .header h2,
  .header p {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
  }
  .header div {
    display: none;
  }
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 16px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-style: normal;
  position: relative;
}

.menu {
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}

.menu__list {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  max-width: 1152px;
  padding: 10px 22px 0 40px;
}

.menu__list .menu__toggle {
  padding-right: 48px;
  position: relative;
}

.menu__list .menu__toggle .menu__sublist {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style-type: none;
  position: absolute;
  right: -22px;
  width: 260px;
  height: auto;
  background: rgba(46, 110, 70, 0.9);
  -webkit-box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.15);
  margin-top: 13px;
  z-index: 3;
  padding: 0 30px;
}

.menu__list .menu__toggle .menu__sublist a {
  text-decoration: none;
  color: black;
}

.menu__list .menu__toggle .menu__sublist .menu__item {
  max-width: 200px;
  text-align: left;
  margin-top: 10px;
  padding-bottom: 9px;
  border-bottom: 1px solid white;
}

.menu__list .menu__toggle .menu__sublist .menu__item,
.menu__list .menu__toggle .menu__sublist .menu__item a {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
}

.menu__list .menu__toggle .menu__sublist .menu__item--second {
  list-style-type: none;
  font-weight: normal;
  letter-spacing: .01em;
  margin: 9px 0;
}

.menu__list .menu__toggle .menu__sublist .menu__item--second:last-of-type {
  margin-bottom: 0;
}

.menu__list .menu__toggle .menu__sublist .menu__item:last-of-type {
  border: none;
  margin-bottom: 20px;
}

.menu__list .menu__toggle .menu__sublist .menu__item:nth-child(2) {
  margin-top: 26px;
}

.menu__list .menu__toggle .menu__sublist .menu__btn {
  border-radius: 20px;
  background: #fff;
  text-align: center;
  height: 40px;
  width: 200px;
  margin-top: 29px;
  padding-bottom: 0;
}

.menu__list .menu__toggle .menu__sublist .menu__btn a {
  font-size: 20px;
  line-height: 42px;
  color: #2E6E46;
}

.menu__list .menu__toggle--bars {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  color: #2E6E46;
  position: relative;
}

.menu__list .menu__toggle--bars:before {
  content: "";
  position: absolute;
  left: 72px;
  top: .25em;
  width: 1em;
  height: 0.13em;
  background: #2E6E46;
  -webkit-box-shadow: 0 .25em 0 0 #2E6E46, 0 .5em 0 0 #2E6E46;
          box-shadow: 0 .25em 0 0 #2E6E46, 0 .5em 0 0 #2E6E46;
}

@media screen and (max-width: 768px) {
  .menu {
    width: 100%;
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
    background: #FFF;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    margin: 0;
  }
  .menu__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu__list .menu__toggle {
    padding-right: 60px;
  }
  .menu__list .menu__toggle .menu__sublist {
    margin-top: 9px;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    right: 0;
    width: 100vw;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu__list .menu__toggle .menu__sublist .menu__item {
    max-width: 200px;
    text-align: center;
  }
  .menu__list .menu__toggle .menu__sublist .menu__item--second {
    letter-spacing: 0;
  }
  .menu__list .menu__toggle .menu__sublist .menu__btn {
    width: 200px;
  }
  .menu__list .menu__toggle .menu__sublist--second {
    padding: 0;
  }
  .menu__list .menu__toggle--bars {
    font-size: 0;
    bottom: 7px;
  }
  .menu__list .menu__toggle--bars:before {
    font-size: 20px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    text-transform: uppercase;
    color: #2E6E46;
    top: 0;
    left: 0;
  }
  .menu__list .menu__logo {
    padding-left: 5%;
  }
  .menu__list .menu__logo img {
    vertical-align: middle;
  }
}

footer {
  width: 100%;
  height: auto;
  background-color: #F06C24;
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 952px 1fr;
      grid-template-columns: 1fr 952px 1fr;
      grid-template-areas: ". lists .";
}

.footer-lists {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: lists;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
}

.footer-list {
  color: white;
  margin-bottom: 25px;
}

.footer-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-list ul li:not(:first-of-type) {
  margin-top: 5px;
}

.footer-list a {
  color: white;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  footer {
    -ms-grid-columns: 10px 1fr 10px;
        grid-template-columns: 10px 1fr 10px;
  }
  .footer-list ul li:not(:first-of-type) {
    margin-top: 10px;
  }
}

.other-articles {
  display: -ms-grid;
  display: grid;
  grid-row-gap: 40px;
  grid-column-gap: 60px;
  margin: 50px auto 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.other-articles h2, .other-articles h3 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  font-family: Ubuntu;
  font-size: 24px;
  line-height: 28px;
}

.link {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  text-decoration: none;
  place-self: center;
}

.link:nth-of-type(2n) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
}

.link button {
  font-family: Roboto;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  border: 0;
  padding: 0 88px 0 0;
  width: 448px;
  height: 80px;
  background-color: white;
  color: #292929;
  white-space: pre-line;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  position: relative;
  place-self: center;
}

.link button:after {
  content: '➜';
  width: 88px;
  height: 80px;
  background: #F06C24;
  -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.15);
  border-radius: 0px 10px 10px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: -2px;
  color: white;
  font-size: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.link button p {
  margin: 0;
}

.link button.green:after {
  background: #337A4F;
}

@media screen and (max-width: 768px) {
  .other-articles {
    padding: 0;
    margin: 20px 10px 0;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-column-gap: 0;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
    grid-row-gap: 34px;
  }
  .other-articles h2, .other-articles h3 {
    font-size: 18px;
    line-height: 21px;
    margin: 0;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
  }
  .other-articles a {
    place-self: unset;
  }
  .other-articles a:nth-of-type(2n) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
  }
  .other-articles a button {
    width: 100%;
    padding-left: 10%;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
  }
  .other-articles a button p {
    margin: 0;
  }
  .other-articles a button:after {
    height: 80px;
    font-size: 14px;
    line-height: 16px;
    position: absolute;
  }
}

.btn-green {
  text-align: center;
  background: #2E6E46;
  color: white;
  border: 0;
  font-family: Roboto;
  font-style: normal;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  cursor: pointer;
}

.btn-white {
  background: white;
  -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  font-family: Roboto;
  font-style: normal;
  color: #235437;
  border: 0;
  cursor: pointer;
}

.btn-main_grid-m {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
  margin-top: 50px;
}

.btn-main--m {
  margin-top: 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 10px 12px;
}

.btn-main--xxl {
  margin-top: 97.5px;
  width: 606px;
  height: 60px;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  display: block;
}

.btn-ranking--m {
  font-size: 20px;
  line-height: 23px;
  width: 234px;
  height: 60px;
}

.btn-tip--m {
  width: 214px;
  height: 60px;
  border: 0;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  text-align: center;
  padding: 0;
  margin-left: 70px;
}

.btn-login {
  width: 220px;
  height: 50px;
}

.btn-article--bonus {
  width: 143px;
  height: 50px;
  font-size: 21px;
  font-weight: bold;
}

.btn-none {
  display: none;
}

.btn-relative {
  position: relative;
}

.btn-txt--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .btn-green {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .btn-main--xxl {
    margin: 5% auto 0;
    width: 200px;
    height: 40px;
    line-height: 16px;
    letter-spacing: .4px;
    padding: 2%;
    font-size: 14px;
  }
}

.breadcrumb {
  padding: 10px 6px;
  list-style: none;
  max-width: 1152px;
  margin: 0 auto;
}

.breadcrumb li {
  display: inline;
  font-size: 14px;
  font-weight: bold;
}

.breadcrumb li + li:before {
  padding: 8px;
  color: #2E6E46;
  content: ">";
}

.breadcrumb li a {
  color: #235437;
  text-decoration: none;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    margin-top: 44px;
  }
}

@-webkit-keyframes slide {
  0% {
    margin-top: -210px;
  }
  5% {
    margin-top: -140px;
  }
  33% {
    margin-top: -140px;
  }
  38% {
    margin-top: -70px;
  }
  66% {
    margin-top: -70px;
  }
  71% {
    margin-top: 0px;
  }
  100% {
    margin-top: 0px;
  }
}

@keyframes slide {
  0% {
    margin-top: -210px;
  }
  5% {
    margin-top: -140px;
  }
  33% {
    margin-top: -140px;
  }
  38% {
    margin-top: -70px;
  }
  66% {
    margin-top: -70px;
  }
  71% {
    margin-top: 0px;
  }
  100% {
    margin-top: 0px;
  }
}

.header {
  background: none;
  display: -ms-grid;
  display: grid;
  color: black;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding: 0 80px;
  font-weight: 300;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  height: auto;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  -ms-grid-columns: auto 1fr;
      grid-template-columns: auto 1fr;
}

.header-title {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/ 3;
  margin-bottom: 5px;
  color: #717070;
  font-weight: 300;
}

.header div.star-div {
  background-color: white;
  width: auto;
  height: auto;
  position: relative;
  display: block;
}

.header span {
  color: gray;
  font-weight: 300;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3 / 4;
}

.article {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 771px auto;
      grid-template-columns: 771px auto;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  max-width: 1152px;
  margin: 0 auto;
}

.article a {
  text-decoration: none;
  color: #2E6E46;
}

.article img {
  max-width: 625px;
  height: auto;
}

.article-main {
  margin: 0 0 0 98px;
  position: relative;
  padding-right: 48px;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3 / 4;
}

.article-main--button {
  display: none;
}

.article-main--bonus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.15);
  text-align: center;
}

.article-main--bonus img,
.article-main--bonus button {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.article-main--bonus img {
  width: 50%;
  margin: 10px 0 15px;
}

.article-main--bonus h4 {
  font-size: 20px;
}

.article-main--bonus h5 {
  background: #2E6E46;
  height: 40px;
  color: white;
  font-size: 24px;
  line-height: 28px;
  margin: 0;
  border-radius: 5px 5px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.article-main p {
  font-size: 16px;
  line-height: 133%;
  margin: 0;
}

.article-main p:not(:first-of-type) {
  margin-top: 30px;
}

.article-main p iframe {
  width: 100%;
}

.article-main article {
  margin-top: 15px;
}

.article-rank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  grid-row: 1 / 5;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
}

.article-rank--list {
  display: -ms-grid;
  display: grid;
}

.article-rank--more {
  font-size: 20px;
  color: #717070;
  font-weight: 300;
  margin-bottom: 0;
}

.article-rank--text {
  font-size: 12px;
  font-weight: 300;
  color: #848484;
  margin: 5px 0 15px;
}

.article-rank--item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25% 67%;
      grid-template-columns: 25% 67%;
  margin-bottom: 10px;
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 10px;
  -webkit-column-gap: 10px;
          column-gap: 10px;
}

.article-rank .no-border {
  border: 0;
}

.article-rank--img {
  width: 100%;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1 / 4;
}

.article-rank a.article-rank--title {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  color: #717070;
  font-weight: 300;
}

.article-rank .star-div {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
  margin-top: 5px;
}

.article-rank--green {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3 / 4;
  color: #2E6E46;
  font-weight: 300;
  margin: 0;
}

.article-rank--bookies .rank-bookies--title {
  white-space: pre-line;
  text-align: center;
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: 300;
  color: #717070;
}

.article-rank--bookie {
  text-align: center;
  width: 100%;
  display: -ms-grid;
  display: grid;
  border: 1px solid #E4E4E4;
  background-color: #fffcfc;
  margin-bottom: 20px;
  justify-items: center;
}

.article-rank--bookie h4 {
  margin: 0 auto 10px;
  max-width: 260px;
}

.article-rank--bookie-img {
  width: 40%;
}

.article-rank--bookie-img img {
  max-width: 100%;
  margin: 10px;
}

.article-rank--bookie-btn-1, .article-rank--bookie-btn-2, .article-rank--bookie-btn-3 {
  width: 100%;
  padding: 10px 20px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  border: 0;
}

.article-rank--bookie-btn-1 {
  background-color: #F06C24;
}

.article-rank--bookie-btn-2, .article-rank--bookie-btn-3 {
  background-color: #235437;
}

.article-last {
  margin: 0 0 0 98px;
}

.article-last div > div > div:not(:last-of-type) {
  margin-right: 41px;
}

.article .other-articles {
  margin-left: 98px;
}

.other-articles {
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4 / 5;
}

.game {
  position: relative;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
  margin: 20px 0 0 98px;
  padding-right: 48px;
}

.game-img {
  width: 100%;
  z-index: 1;
}

.game .playbutton {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 25%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20%;
}

.game div {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.game div iframe {
  width: 100%;
  height: 400px;
}

.game div iframe iframe {
  width: 100%;
  height: 400px;
}

.none {
  display: none;
}

@media screen and (max-width: 768px) {
  .header {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    background-image: none;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    width: 100%;
    height: auto;
    margin-bottom: 5px;
    background-color: white;
    padding: 0 0 0 10px;
    color: black;
  }
  .header h1 {
    margin: 0 0 5px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
  }
  .header h3,
  .header h4 {
    font-size: 14px;
    line-height: 1.2;
    display: inline;
    font-weight: 400;
  }
  .header h3:last-of-type {
    -ms-grid-column-align: start;
        justify-self: start;
  }
  .header h4 {
    margin: 0;
  }
  .header-rating, .header-votes {
    font-size: 12px;
  }
  .article {
    -ms-grid-columns: none;
        grid-template-columns: none;
    margin: 0 10px;
    max-width: 100%;
  }
  .article-main, .article-rank, .article-last, .article-promotion,
  .article .other-articles {
    margin: 0;
    padding: 0;
  }
  .article .other-articles {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5 / 6;
  }
  .article-main {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4 /5;
  }
  .article-main:after {
    display: none;
  }
  .article-main--button {
    display: block;
  }
  .article-main p {
    font-weight: 300;
    font-size: 14px;
    line-height: 133%;
  }
  .article-main article {
    margin: 0;
  }
  .article-rank {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4;
  }
  .article-rank--bookie {
    width: 100%;
  }
  .article-rank--bookies {
    display: none;
  }
  .article-rank--mobile {
    display: -ms-grid;
    display: grid;
    overflow-x: auto;
    grid-auto-flow: column;
    -ms-grid-columns: (60%)[5];
        grid-template-columns: repeat(5, 60%);
  }
  .article-rank--item {
    border: 0;
    -ms-grid-rows: auto auto 1fr;
        grid-template-rows: auto auto 1fr;
    -ms-grid-columns: 40% 60%;
        grid-template-columns: 40% 60%;
  }
  .article-rank--title, .article-rank--green {
    font-size: 14px;
  }
  .article-bonus {
    text-align: center;
  }
  .article-bonus--img {
    width: 50%;
  }
  .article-bonus--text, .article-bonus--btn {
    padding: 0 3px;
    font-size: 14px;
  }
  .article-bonus--img {
    margin: 0;
  }
  .article-bonus--slide1, .article-bonus--slide2, .article-bonus--slide3 {
    padding: 8px 0;
    font-size: 3.7vw;
  }
  .article .partner-img {
    width: 100%;
  }
  .article img {
    width: calc(100vh - 20px);
    max-width: 100%;
  }
  .article img.star {
    width: auto;
  }
  .game {
    margin: 0;
    padding: 0;
  }
  .game-img {
    width: auto;
  }
}
/*# sourceMappingURL=article.css.map */