*,
::after,
::before {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("fonts/ProximaNova-Extrabld.woff2") format("woff2"),
    url("fonts/ProximaNova-Extrabld.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("fonts/ProximaNova-Regular.woff2") format("woff2"),
    url("fonts/ProximaNova-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("fonts/ProximaNovaCond-Bold.woff2") format("woff2"),
    url("fonts/ProximaNovaCond-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

html {
  font-size: 6px;
}

.unset {
  all: unset;
}

.bold {
  font-weight: 700;
}

.extra-bold {
  font-weight: 800;
}

h1 {
  font-size: 7.1rem;
}

h2 {
  font-size: 5.1rem;
}

h3 {
  font-size: 3.2rem;
  line-height: 2.9rem;
}

.text {
  font-size: 4rem;
  font-family: "Proxima Nova";
}

.text-orange {
  color: #f2900f;
}

.text-green {
  color: #1ef95f;
}

.text-red {
  color: #a9271d;
}

.uppercase {
  text-transform: uppercase;
}

.disabled {
  filter: grayscale(100%);
}

body {
  background-color: #181b2c;
  background-image: url(images/bg.jpeg);
  background-size: cover;
  background-position-x: center;
  background-repeat: no-repeat;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3.2rem 4.1rem 0;
  margin-bottom: 11rem;
}

.header nav {
  position: relative;
  display: flex;
  z-index: 1;
}

.header-logo {
  display: block;
  width: 19.6rem;
  height: 5.7rem;
}

.anchor-list {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: "Roboto", sans-serif;
  background: rgba(24, 27, 44, 0.9);
  transform: translate(100%, 0px);
  transition: transform 300ms;
}

.anchor-list.is-shown {
  transform: translate(0px, 0px);
}

.anchor-item {
  display: flex;
  justify-content: center;
  width: 100%;
}

.anchor-link {
  display: block;
  padding: 3.2rem 5.6rem;
  width: 100%;
  text-align: center;
  text-decoration-line: none;
  font-size: 2rem;
  color: white;
  white-space: nowrap;
}

.anchor-list-close {
  position: absolute;
  top: 3.2rem;
  right: 4.1rem;
  display: block;
  width: 6rem;
  height: 6rem;
}

.anchor-list-open-btn {
  all: unset;
  display: block;
  width: 6rem;
  height: 6rem;
}

.anchor-list-open-btn svg,
.anchor-list-close-btn svg {
  display: block;
  width: 6rem;
  height: 6rem;
  fill: white;
}

.anchor-list-close-btn {
  all: unset;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}

.anchor-list-close-btn svg {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

main.main {
  padding: 0 4.1rem;
  padding-bottom: 9rem;
}

.games {
  color: white;
  margin-bottom: 14rem;
}

.games-text {
  text-align: center;
  margin-bottom: 6.5rem;
}

.games-text h2 {
  font-size: 5rem;
  letter-spacing: 0.1rem;
}

.games-text h3 {
  font-size: 3.2rem;
  letter-spacing: 0.2rem;
}

.games h2 {
  margin-bottom: 3rem;
}

.game-card {
  position: relative;
  margin: 0 auto 18rem;
  padding: 10rem 5rem 0;
  max-width: 165.1rem;
  text-align: center;

  background-repeat: no-repeat;
  background-size: cover;
  background-clip: padding-box;
  border: solid 0.1rem transparent;
  border-radius: 4em;
}

.game-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -0.1rem;
  border-radius: inherit;
}

.game-card h1 {
  font-size: 6.5rem;
}

.game-card .text {
  font-size: 3.6rem;
}

.game-card.final-strike {
  background-image: url(images/final-strike-bg.jpg);
}

.game-card.final-strike::before {
  background: linear-gradient(
    135deg,
    rgba(156, 208, 243, 1) 0%,
    rgba(129, 60, 161, 1) 52%,
    rgba(254, 242, 16, 1) 100%
  );
}

.game-card.power-zone {
  background-image: url(images/power-zone-bg.jpg);
}

.game-card.power-zone::before {
  background: linear-gradient(
    135deg,
    rgba(157, 209, 243, 1) 0%,
    rgba(124, 62, 155, 1) 52%,
    rgba(160, 192, 241, 1) 100%
  );
}

.game-card.coming-soon {
  background-image: url(images/coming-soon-bg.jpg);
  background-position: center center;
}

.game-card.coming-soon::before {
  background: linear-gradient(
    112deg,
    rgba(217, 248, 255, 1) 0%,
    rgba(160, 81, 187, 1) 52%,
    rgba(40, 103, 197, 1) 100%
  );
}

.game-card:last-child {
  margin-bottom: 0;
}

.game-card-image {
  position: relative;
  display: none;
}

.game-card-title {
  position: relative;
  margin-bottom: 6.8rem;
}

.game-card-text {
  position: relative;
  margin-bottom: 6.5rem;
}

.game-card-download {
  position: relative;
  display: block;
  margin: 0 auto 5rem;
  width: 37rem;
}

.game-card-download-appstore {
  position: relative;
  display: block;
  margin: 0 auto 5rem;
  width: 37rem;
}

.game-card-download-appstore img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.game-card-download img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.game-card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.about-us {
  text-align: center;
}

.about-us h2 {
  display: inline-block;
  color: white;
  padding: 0 0.5rem 2rem;
  margin-bottom: 7rem;
  border-bottom: 0.4rem solid #0074ff;
  font-size: 4.9rem;
  font-weight: 800;
}

.about-us p {
  display: inline-block;
  padding: 0 5.1rem;
  color: white;
  font-size: 3rem;
  line-height: 3.5rem;
}

.contact-us {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 11rem 4.1rem 5rem;
  margin: 0 -4.1rem;
}

.contact-us::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52.3rem;
  height: 52.6rem;
  background-image: url(images/contact-us-bg-logo.png);
  background-repeat: no-repeat;
  background-size: 70rem 79.2rem;
  background-position: -17.7rem 0;
  z-index: -1;
  opacity: 0.02;
}

.contact-us::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #23283d;
  z-index: -2;
}

.contacts-block {
  width: 100%;
  max-width: 40rem;
  margin-bottom: 7.2rem;
}

.contacts-block-title {
  margin-bottom: 7.2rem;
  font-size: 4.9rem;
  color: white;
}

.contacts-label {
  margin-bottom: 3rem;
  font-size: 2.0rem;
  color: white;
  opacity: 0.6;
}

.contacts-email {
  display: block;
  margin-bottom: 4.7rem;
  font-size: 2.4rem;
  color: white;
  text-decoration: none;
}

.contacts-social {
  display: flex;
}

.social-item-link {
  display: block;
  width: 5.6rem;
  height: 5.6rem;
  margin-right: 3.6rem;
}

.social-item-link:last-child {
  margin-right: 0;
}

.social-item-link img {
  display: block;
  width: 100%;
}

.contacts-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 68rem;
}

.contacts-inputs-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.contacts-form-input {
  display: block;
  padding: 3.2rem;
  margin-bottom: 3rem;
  margin-right: 2.3rem;
  width: 26.3rem;
  height: 1.8rem;
  border-radius: 3rem;
  border: 0;
  background-color: #2e364f;
  color: white;
  font-size: 2.2rem;
}

.contacts-form-input:last-of-type {
  margin-right: 0;
}

.contacts-form-input::placeholder {
  font-family: "Proxima Nova";
  font-size: 2.2rem;
}

.contacts-form-textarea {
  display: block;
  padding: 3.2rem;
  margin-bottom: 3rem;
  width: 61.3rem;
  height: 24.3rem;
  border-radius: 3rem;
  border: 0;
  background-color: #2e364f;
  color: white;
  font-size: 2.2rem;
}

.contacts-form-textarea::placeholder {
  font-family: "Proxima Nova";
  font-size: 2.2rem;
}

.contacts-form-button {
  display: block;
  width: 30rem;
  text-align: center;
  padding: 2.5rem 0;
  font-size: 3.2rem;
  color: white;
  background: rgb(2, 97, 255);
  background: linear-gradient(
    112deg,
    rgba(2, 97, 255, 1) 0%,
    rgba(7, 49, 253, 1) 100%
  );
  border: 0.2rem solid #0da2ff;
  border-radius: 3.2rem;
  cursor: pointer;
}

.contacts-form-button.disabled {
  cursor: unset;
}

.submit-container {
  position: relative;
  margin-right: 0.5rem;
}

.submit-container #captcha-placeholder {
  position: absolute;
  bottom: calc(100% + 2rem);
}

.contacts-form-button:not(.disabled):active {
  opacity: 0.9;
}

.contacts-form-input:focus {
  border: 0;
}

.footer {
  padding: 0 4.1rem;
}

.rights-block {
  padding: 2rem 0;
}

.rights-block .text {
  font-size: 2rem;
  text-align: center;
  color: white;
}

.contact-form-result {
  font-size: 1.2rem;
}

.h-captcha {
  margin-bottom: 3rem;
}

@media screen and (min-width: 480px) {
  html {
    font-size: 7px;
  }

  main.main {
    padding: 0 11.1rem;
    padding-bottom: 9rem;
  }

  .contact-us {
    padding: 11rem 11.1rem 5rem;
  }

  .contacts-block {
    margin-right: 10rem;
  }
}

@media screen and (min-width: 1000px) {
  html {
    font-size: 8px;
  }

  .header-logo {
    width: 16rem;
    height: 4.7rem;
  }

  .header {
    padding: 4.2rem 6.1rem 0;
  }

  .anchor-list {
    position: relative;
    flex-direction: row;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    transform: unset;
  }

  .anchor-list.is-shown {
    transform: unset;
  }

  .anchor-item {
    width: unset;
  }

  .anchor-link {
    padding: 2.4rem 5.6rem;
    border-bottom: 0.4rem solid transparent;
    font-size: 2rem;
    transition: 300ms;
  }

  .anchor-link:hover {
    border-bottom: 0.4rem solid #0074ff;
  }

  .anchor-list-close {
    display: none;
  }

  .anchor-list-open-btn {
    display: none;
  }

  .games-text {
    margin-bottom: 4rem;
  }

  .game-card {
    padding: 17.3rem 13rem 0;
    text-align: left;
  }

  .game-card.coming-soon {
    padding: 8.1rem 20rem 0;
  }

  .game-card.coming-soon {
    text-align: center;
  }

  .game-card h1 {
    font-size: 7.8rem;
  }

  .game-card-title {
    margin-bottom: 6.2rem;
  }

  .game-card-text {
    width: 63.6rem;
    margin-bottom: 6rem;
  }

  .coming-soon .game-card-text {
    width: unset;
  }

  .game-card-download {
    margin: 0 0 7.6rem;
  }

  .game-card-download-appstore {
    margin: -5rem 0 6rem;
  }

  .about-us {
    padding: 0 19rem;
  }

  .contact-us {
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 11rem 11rem 4.6rem;
  }

  .contacts-block-title {
    line-height: 8.2rem;
    margin-bottom: 4.3rem;
  }

  .contacts-label {
    margin-bottom: 2.6rem;
  }

  .contacts-email {
    margin-bottom: 4.4rem;
  }
}

@media screen and (min-width: 1200px) {
  html {
    font-size: 9px;
  }

  .game-card-image {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60%;
  }

  .final-strike .game-card-image {
    width: 59.2%;
  }
  .power-zone .game-card-image {
    width: 53.3%;
  }
}

@media screen and (min-width: 1500px) {
  html {
    font-size: 10px;
  }

  .header-logo {
    width: 19.6rem;
    height: 5.7rem;
  }

  .game-card-image {
    width: unset;
    height: unset;
  }

  .contact-us {
    padding: 11rem 33rem 4.6rem;
  }
}
