@charset 'UTF-8';

/**
* Normalize
*/

html {
  font-family: sans-serif;
  line-height: 1.15;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  text-decoration-skip-ink: none;
}

@-ms-viewport {
  width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  color: #ffffff;
  background-color: #004fa4;
}

[tabindex='-1']:focus {
  outline: none !important;
}

hr {
  overflow: visible;
  box-sizing: content-box;
  height: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;
}

address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  -webkit-transition: none;
  transition: none;
  text-decoration: none;
  color: #3b81e3;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  text-decoration: underline;
  color: #3b81e3;
}

a:not([href]):not([tabindex]) {
  text-decoration: none;
  color: inherit;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  text-decoration: none;
  color: inherit;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

a:focus {
  outline: none;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  overflow: auto;
  margin-top: 0;
  margin-bottom: 1rem;
}

figure {
  margin: 0 0 1rem;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role='button'],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  caption-side: bottom;
  text-align: left;
  color: #868e96;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button:focus {
  outline: none;
}

input,
button,
select,
optgroup,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  -webkit-transition: none;
  transition: none;
  outline: none;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  font-size: 1.5rem;
  line-height: inherit;
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5rem;
  padding: 0;
  white-space: normal;
  color: inherit;
}

progress {
  vertical-align: baseline;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/**
* Общие
*/

.wrapper {
  overflow: hidden;
  padding-top: 108px;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

/**
* Кнопки
*/

.btn {
  display: inline-block;
  text-align: center;
  vertical-align: bottom;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
}

/**
* Шапка
*/

.header {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #011f46;
  box-shadow: 0 9px 20px -3px rgba(0, 0, 0, 0.75);
}

.header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 108px;
  padding-right: 12px;
}

.header__logo {
  -webkit-align-self: center;
  align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
}

.header__nav {
  -webkit-align-self: flex-end;
  align-self: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-item-align: end;
  -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0;
}

.header__user {
  width: 226px;
  padding-top: 10px;
}

.header__action {
  margin-bottom: 10px;
}

.header__btn {
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  display: block;
  padding-left: 16px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  border-radius: 3px;
  background: #11c600 url(img/en.png) 2px center no-repeat;
}

.header__btn:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #14e400;
}

.top-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.top-menu__link {
  font-size: 14px;
  line-height: 52px;
  display: block;
  padding: 0 6px;
  white-space: nowrap;
  color: #ffffff;
}

.top-menu__link:hover {
  color: #ffd800;
}

.search {
  position: relative;
}

.search__control {
  font-size: 12px;
  display: block;
  width: 100%;
  height: 32px;
  padding: 0 32px 0 8px;
  text-transform: uppercase;
  color: #245aa4;
  border: none;
  background-color: #ffffff;
}

.search__btn {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  background: url(img/search1.png) center center no-repeat;
}

/**
* Подвал
*/

.footer {
  padding: 25px 0;
  border-top: 7px solid #091a36;
  background-color: #02070f;
}

.payment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}

.payment__item {
  margin: 4px;
}

.copywrite {
  font-size: 10px;
  padding: 13px 0 40px 0;
  text-align: center;
  color: #ffffff;
}

/**
* Типографика
*/

.article__slot {
background-color: #ffffff;
color: #0a1523;
font-size: 13px;
line-height: 1.35;
margin-bottom: 10px;
padding: 10px;
}

.article__head {
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  margin: 0;
  padding: 5px 15px;
  color: #ffffff;
  background: #245aa4;
}

.article__body {
  padding: 10px 0;
  background-color: #ffffff;
}

.article__section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.article__inner {
  width: 37.46702%;
  padding: 5px 0;
}

.article__title {
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
  text-align: center;
  color: #144891;
}

.article__desc {
  font-size: 13px;
  line-height: 1.35;
  width: 62.53298%;
  padding: 10px;
  color: #0a1523;
}

/**
* Главная страница
*/

.content {
  padding: 12px;
  background-color: #03295c;
}

.content__main {
  margin-bottom: 12px;
}

.panel {
  margin-bottom: 18px;
  border: 1px solid #245aa4;
}

.banner__link {
  display: block;
  height: 223px;
  background: url(img/gf_welcome_bonus.gif) right center no-repeat;
  background-size: cover;
}

.game-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #245aa4;
}

.game-menu__item {
  width: 11.11111%;
  border-right: 1px solid #0f376c;
}

.game-menu__item:last-child {
  border-right: none;
}

.game-menu__link {
  font-size: 11px;
  font-weight: 400;
  line-height: 11px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 62px;
  padding-top: 38px;
  padding-right: 1px;
  padding-bottom: 4px;
  padding-left: 1px;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #245aa4;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.game-menu__link:hover,
.game-menu__link_active {
  text-decoration: none;
  color: #011f46;
  background-color: #ffd800;
}

.game-menu__link:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 50px;
  height: 40px;
  margin-left: -25px;
  content: ' ';
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}

.game-menu__link_slot:before {
  background-image: url(img/icon_2_n.svg);
}

.game-menu__link_slot:hover:before,
.game-menu__link_slot.game-menu__link_active:before {
  background-image: url(img/icon_2_h.svg);
}

.game-menu__link_roulette:before {
  background-image: url(img/icon_3_n.svg);
}

.game-menu__link_roulette:hover:before,
.game-menu__link_roulette.game-menu__link_active:before {
  background-image: url(img/icon_3_h.svg);
}

.game-menu__link_jackpot:before {
  background-image: url(img/icon_6_n.svg);
}

.game-menu__link_jackpot:hover:before,
.game-menu__link_jackpot.game-menu__link_active:before {
  background-image: url(img/icon_6_h.svg);
}

.game-menu__link_poker:before {
  background-image: url(img/icon_5_n.svg);
}

.game-menu__link_poker:hover:before,
.game-menu__link_poker.game-menu__link_active:before {
  background-image: url(img/icon_5_h.svg);
}

.game-menu__link_card:before {
  background-image: url(img/icon_4_n.svg);
}

.game-menu__link_card:hover:before,
.game-menu__link_card.game-menu__link_active:before {
  background-image: url(img/icon_4_h.svg);
}

.game-menu__link_dealer:before {
  background-image: url(img/icon_7_n.svg);
}

.game-menu__link_dealer:hover:before,
.game-menu__link_dealer.game-menu__link_active:before {
  background-image: url(img/icon_7_h.svg);
}

.game-menu__link_my:before {
  background-image: url(img/icon-1_n.svg);
}

.game-menu__link_my:hover:before,
.game-menu__link_my.game-menu__link_active:before {
  background-image: url(img/icon-1_h.svg);
}

.game-menu__link_other:before {
  background-image: url(img/icon_8_n.svg);
}

.game-menu__link_other:hover:before,
.game-menu__link_other.game-menu__link_active:before {
  background-image: url(img/icon_8_h.svg);
}

.game-menu__link_filter:before {
  background-image: url(img/icon_0_n.svg);
}

.game-menu__link_filter:hover:before,
.game-menu__link_filter.game-menu__link_active:before {
  background-image: url(img/icon_0_h.svg);
}

.game-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 6px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.game-list__item {
  width: 25%;
  min-height: 134px;
}

.game {
  position: relative;
  padding: 10px 7px 0 7px;
  text-align: center;
}

.game__title {
  font-size: 14px;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #ffffff;
}

.game__link {
  color: #ffffff;
}

.game__link:hover {
  color: #ffffff;
}

.game__img {
  display: block;
}

.game__action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0 6px 0;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.game__btn {
  font-size: 16px;
  font-weight: 700;
  line-height: 34px;
  display: block;
  margin: 0 2px;
  text-transform: uppercase;
  border-radius: 3px;
}

.game__btn_play {
  padding-right: 25px;
  padding-left: 25px;
  color: #ffffff;
  background-color: #11c600;
}

.game__btn_play:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #14e400;
}

.game__btn_demo {
  padding-right: 10px;
  padding-left: 10px;
  color: #000000;
  background-color: #ffd800;
}

.game__btn_demo:hover {
  text-decoration: none;
  color: #000000;
  background-color: #fef700;
}

.game__desc {
  font-size: 12px;
  line-height: 14px;
  overflow: hidden;
  height: 42px;
  margin: 4px 0 10px 0;
}

.game__rating {
  font-size: 12px;
  line-height: 14px;
  margin: 2px 0;
}

.widget {
  margin-bottom: 10px;
  border: 1px solid #245aa4;
}

.widget__head {
  font-size: 15px;
  font-weight: 700;
  line-height: 36px;
  padding: 0 15px;
  color: #ffffff;
  background: #245aa4;
}

.widget__body {
  background-color: #011e46;
}

.jackpot {
  font-size: 16px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 70px;
  text-align: center;
  background: url(img/gf_totaljackpot_widget.jpg) center center no-repeat;
  background-size: cover;
  text-shadow: 0 2px 2px black;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.jackpot__title {
  color: #ffffff;
}

.jackpot__sum {
  font-size: 18px;
  color: #ffd800;
}

.winner {
  padding: 15px;
}

.winner__group {
  margin-bottom: 15px;
}

.winner__group:last-child {
  margin-bottom: 0;
}

.winner__title {
  font-size: 13px;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #ffffff;
}

.winner__unit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.winner__unit:last-child {
  margin-bottom: 0;
}

.winner__user {
  -webkit-box-flex: 1;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0;
}

.winner__name {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 4px;
  color: #ffffff;
}

.winner__game {
  font-size: 13px;
  line-height: 16px;
}

.winner__sum {
  font-size: 13px;
  font-weight: bold;
  line-height: 16px;
  color: #ffd800;
}
.winners__game {
  color: #3b81e3;
}

.bonus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bonus__item {
  width: 33.333333%;
  padding: 5px;
}

.bonus__link {
  display: block;
  text-align: center;
}

.bonus__link:hover {
  text-decoration: none;
}

.bonus__img {
  display: block;
  overflow: hidden;
  width: 60px;
  height: 60px;
  margin: 0 auto 3px auto;
  border-radius: 3px;
  background-color: #245aa4;
}

.bonus__link:hover .bonus__img img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.bonus__title {
  font-size: 9px;
  line-height: 12px;
  display: block;
  color: #ffffff;
}

.contact {
  margin-top: 15px;
  margin-bottom: 10px;
}

.contact__action {
  margin-bottom: 10px;
}

.contact__btn {
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
  display: block;
  text-align: center;
  color: #000000;
  border-radius: 3px;
  background-color: #ffd800;
}

.contact__btn:hover {
  text-decoration: none;
  color: #000000;
  background-color: #fef700;
}

.contact__social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.contact__social-btn {
  display: block;
  margin: 5px;
}

.review {
  font-size: 13px;
  line-height: 15px;
  padding: 10px;
  color: #000000;
  background-color: #ffffff;
}

.review__item {
  margin-bottom: 15px;
}

.review__author {
  font-weight: 700;
}

.review__more {
  text-align: center;
}

/**
* Медиазапросы
*/

@media (min-width: 768px) {
  body {
    background-image: url(img/bg_l.jpg), url(img/bg_r.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: -webkit-calc(50% - 687px) 90px, -webkit-calc(50% + 687px) 90px;
    background-position: calc(50% - 687px) 90px, calc(50% + 687px) 90px;
  }

  .container {
    max-width: 750px;
  }
  .article__img {
    padding-top: 25px;
  }  
}

@media (min-width: 992px) {
  .container {
    max-width: 990px;
  }

  .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .content__main {
    width: 77.4%;
    margin-bottom: 0;
    padding-right: 16px;
  }

  .content__aside {
    width: 22.6%;
  }
}

@media (min-width: 1100px) {
  .container {
    max-width: 1044px;
  }

  .game:hover {
    z-index: 500;
    margin-top: -26px;
    margin-right: -26px;
    margin-bottom: -250px;
    margin-left: -26px;
    padding-top: 6px;
    border: 3px solid #ffd800;
    border-radius: 10px;
    background: #03295c;
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.3);
  }

  .game__title {
    display: none;
  }

  .game:hover .game__title {
    display: block;
  }

  .game__action {
    display: none;
  }

  .game:hover .game__action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .game__desc {
    display: none;
  }

  .game:hover .game__desc {
    display: block;
  }

  .game__rating {
    text-align: left;
  }

  .game:hover .game__rating {
    display: none;
  }
}

@media (max-width: 1099px) {
  body {
    background-position: -webkit-calc(50% - 710px) 0, -webkit-calc(50% + 710px) 0;
    background-position: calc(50% - 710px) 0, calc(50% + 710px) 0;
  }

  .header__user {
    width: 214px;
  }

  .logo {
    width: 260px;
  }

  .game-menu__link {
    white-space: normal;
  }

  .game-list {
    padding: 2px;
  }

  .game-list__item {
    width: 33.333333%;
  }

  .game {
    margin: 2px;
    padding: 6px;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
}

@media (max-width: 991px) {
  body {
    background-position: -webkit-calc(50% - 590px) 0, -webkit-calc(50% + 590px) 0;
    background-position: calc(50% - 590px) 0, calc(50% + 590px) 0;
  }

  .wrapper {
    padding-top: 60px;
  }

  .header__inner {
    height: 60px;
    padding-right: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .header__nav {
    display: none;
  }

  .header__user {
    width: auto;
    -webkit-align-self: center;
    align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
  }

  .header__btn {
    font-size: 16px;
    line-height: 36px;
    padding-right: 15px;
    padding-left: 40px;
  }

  .header__search {
    display: none;
  }

  .logo {
    width: 200px;
  }
}

@media (max-width: 767px) {
  .article {
    margin-right: -10px;
    margin-left: -10px;
  }

  .article__head {
    padding-right: 10px;
    padding-left: 10px;
  }

  .content {
    margin-right: -10px;
    margin-left: -10px;
    padding: 10px;
  }
}

@media (max-width: 640px) {
  .game-menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .game-menu__item {
    width: 25%;
    border-bottom: 1px solid #0f376c;
  }

  .game-menu__item:last-child {
    display: none;
  }

  .game__btn {
    font-size: 14px;
    line-height: 28px;
    padding-right: 9px;
    padding-left: 9px;
  }
}

@media (max-width: 480px) {
  .wrapper {
    padding-top: 48px;
  }

  .header__inner {
    height: 48px;
  }

  .header__btn {
    font-size: 15px;
    font-weight: 400;
    line-height: 32px;
    padding-right: 10px;
    padding-left: 10px;
    background-image: none;
  }

  .logo {
    width: 160px;
  }

  .payment__item {
    margin: 0;
  }

  .article__section {
    display: block;
  }

  .article__inner {
    width: auto;
  }

  .article__img {
    text-align: center;
  }

  .article__desc {
    width: auto;
  }

  .banner__link {
    height: 168px;
  }

  .game-list__item {
    width: 50%;
  }
}

@media (max-width: 375px) {
  .header__btn {
    font-size: 14px;
  }

  .logo {
    width: 148px;
  }

  .game__btn {
    padding-right: 6px;
    padding-left: 6px;
  }
}

.links-replace {
  cursor: pointer;
}

.cut-link {
    display:none;
}

.comments-list h2 {
  font-weight: 400;
    line-height: normal;
    margin: 60px 0 20px 0;
    padding-bottom: 20px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffd800;
    border-bottom: 2px dotted rgba(255, 255, 255, 0.25);
    text-shadow: 0 0 10px #f5ea1a;
    cursor: pointer;

}

.comments-list h2:before {
    content: ' + ';
}

.review-show:before {
    content: ' - ' !important;
}

.contactform input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

.review-list__item {
    margin: 20px 0;
    border: 1px solid #004fa4;
    padding: 10px;
    border-radius: 10px;
}

.review-item {
    margin: 10px;
}

.review__btn {
  font-size: 18px;
  font-weight: 700;
  height: 40px;
  width: 200px;
  line-height: 20px;
  display: block;
  text-align: center;
  color: #000000;
  border-radius: 4px;
  background-color: #ffd800;
}

.review__btn:hover {
  text-decoration: none;
  color: #000000;
  background-color: #fef700;
}

.review-item__title {
    margin: 10px 0;
    color: #ffd800;
}

.tourney-table {
  width: 100%;
  table-layout: auto;
  margin: auto;
}

.tourney-table td {
  line-height: 16px;
  text-align: center;
  
  
}

.tourney-table th {
  font-family: TotShrift;
  line-height: 16px;
  width: 25%;

}

.tourney-table th:last-child,
.tourney-table td:last-child {
  text-align: right;
}

.tourney-table tr:nth-child(2n+1) {
    background-color: #004fa4;
    color: #fff;
}

.tourney-table th:first-child,
.tourney-table td:first-child {
  text-align: center;
}

.tourney-table th, td {
  border-top: 2px solid #004fa4;
  border-bottom: 2px solid #004fa4;
  margin: 20px 0;
  padding: 5px;
}