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

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

p {
  margin-top: 7px;
  margin-bottom: 7px;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 0.6em 0;
}

h4 {
  font-size: 1em;
  margin: 0.7em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.2em 0;
}

h6 {
  font-size: 0.75em;
  margin: 1.6em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

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

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

img {
  border: 0;
}

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

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

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

@font-face {
  font-family: 'News-gothic_regular';
  src: url("../fonts/News-Gothic_reg.ttf") format("truetype");
  src: url("../fonts/News-Gothic_reg.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.header {
  padding-top: 33px;
  padding-bottom: 33px;
  background: #606060;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  width: 100%;
  z-index: 4;
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.header .menu__item {
  margin: 0 15px;
}

.header .menu__link {
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
}

.header .menu__link_active {
  font-weight: 700;
}

body {
  min-height: 100vh;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  background-color: #fff;
  position: relative;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}

.banner,
.info,
.footer {
  padding: 0 calc(50vw - 800px);
}

.main {
  margin-top: 88px;
}

.banner {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 7vw;
  padding-bottom: 7vw;
  background: url("../img/banner_background_big.jpg") no-repeat bottom;
  background-size: cover;
  color: #fff;
}

.banner__title {
  margin-top: 2vw;
  margin-bottom: 30px;
  font-size: 8.4rem;
  text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.8);
}

.banner .ban-data-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.8);
}

.banner .ban-data-list__item {
  padding: 0 4.5vw;
  text-align: center;
}

.banner .ban-data-list__item_center {
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}

.banner .ban-data-list__title {
  font-size: 3rem;
}

.banner .ban-data-list__number {
  font-size: 4.8rem;
  font-weight: 700;
}

.info {
  display: grid;
  grid-template: repeat(2, auto)/repeat(2, 1fr);
  row-gap: 20px;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  padding-top: 30px;
  padding-bottom: 40px;
}

.info__title {
  color: #5fae2f;
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 25px;
  font-weight: 700;
}

.info__title_achievem {
  padding-left: 50px;
}

.info__text {
  max-width: 100%;
}

.info__achievements {
  grid-column: 2/3;
  grid-row: 1/3;
}

.info .inf-achievement__table {
  display: grid;
  grid-template: repeat(3, 1fr)/repeat(2, 1fr);
  padding-left: 50px;
  border-left: 2px solid #000;
}

.info .inf-achievement .achiev-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 25px;
}

.info .inf-achievement .achiev-item__number {
  color: #5fae2f;
  text-transform: uppercase;
  font-size: 40px;
  margin: 0 0;
}

.info .inf-achievement .achiev-item__title {
  color: #606060;
  text-transform: uppercase;
  font-size: 25px;
  margin: 7px 0;
}

.info .inf-achievement .achiev-item__text {
  font-size: 15px;
  color: #606060;
}

.footer {
  padding-top: 33px;
  padding-bottom: 33px;
  background: #606060;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.8rem;
}

.footer .policy__link {
  color: #fff;
  margin-right: 10px;
  text-decoration: underline;
}

.slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 0;
}

.slider .slick-dots li {
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0 0;
  border-radius: 50%;
  background: #fff;
  border: 5px solid #c4c4c4;
  cursor: pointer;
}

.slider .slick-dots li.slick-active {
  border-color: #68bd03;
}

.slider .slick-dots button {
  border: none;
  outline: none;
  opacity: 0;
}

.games {
  display: grid;
  grid-template: repeat(2, 1fr)/repeat(3, 1fr);
  row-gap: 6vh;
  -webkit-column-gap: 2.5vw;
     -moz-column-gap: 2.5vw;
          column-gap: 2.5vw;
  justify-items: center;
  max-width: 1180px;
  margin: 70px auto;
}

.games .game-card {
  position: relative;
  -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.6);
          box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.6);
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.games .game-card:hover {
  -webkit-box-shadow: 3px 4px 15px 3px rgba(0, 0, 0, 0.7);
          box-shadow: 3px 4px 15px 3px rgba(0, 0, 0, 0.7);
}

.games .game-card__background {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.games .game-card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.games .game-card__description {
  margin: 0 40px 10px 40px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  background: #83898e7a;
  border-radius: 8px;
}

@media screen and (max-width: 576px) {
  .header {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .banner,
  .info,
  .footer {
    padding: 15px 10px;
  }

  .main {
    margin-top: 56px;
  }

  .banner__title {
    margin-top: 2vw;
    font-size: 3.8rem;
    line-height: 1.2;
    text-align: center;
  }

  .banner .ban-data-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .banner .ban-data-list__item {
    padding: 0 0;
    margin-bottom: 30px;
  }

  .banner .ban-data-list__title {
    font-size: 2.4rem;
    line-height: 1.1;
  }

  .banner .ban-data-list__number {
    font-size: 3.3rem;
  }

  .info {
    grid-template: repeat(3, auto)/auto;
    row-gap: 10px;
    padding-top: 20px;
  }

  .info__title {
    font-size: 33px;
    margin-bottom: 12px;
  }

  .info__text {
    font-size: 14px;
  }

  .info__achievements {
    grid-column: 1/2;
    grid-row: 3/3;
  }

  .info .inf-achievement__table {
    padding-left: 0;
    border-left-width: 0;
  }

  .info .inf-achievement .achiev-item__number {
    font-size: 30px;
  }

  .info .inf-achievement .achiev-item__title {
    font-size: 20px;
  }

  .footer {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}