@keyframes noise {
  0% {
    -webkit-transform: translate3d(0, 9rem, 0);
    transform: translate3d(0, 9rem, 0);
  }
  10% {
    -webkit-transform: translate3d(-1rem, -4rem, 0);
    transform: translate3d(-1rem, -4rem, 0);
  }
  20% {
    -webkit-transform: translate3d(-8rem, 2rem, 0);
    transform: translate3d(-8rem, 2rem, 0);
  }
  30% {
    -webkit-transform: translate3d(9rem, -9rem, 0);
    transform: translate3d(9rem, -9rem, 0);
  }
  40% {
    -webkit-transform: translate3d(-2rem, 7rem, 0);
    transform: translate3d(-2rem, 7rem, 0);
  }
  50% {
    -webkit-transform: translate3d(-9rem, -4rem, 0);
    transform: translate3d(-9rem, -4rem, 0);
  }
  60% {
    -webkit-transform: translate3d(2rem, 6rem, 0);
    transform: translate3d(2rem, 6rem, 0);
  }
  70% {
    -webkit-transform: translate3d(7rem, -8rem, 0);
    transform: translate3d(7rem, -8rem, 0);
  }
  80% {
    -webkit-transform: translate3d(-9rem, 1rem, 0);
    transform: translate3d(-9rem, 1rem, 0);
  }
  90% {
    -webkit-transform: translate3d(6rem, -5rem, 0);
    transform: translate3d(6rem, -5rem, 0);
  }
  to {
    -webkit-transform: translate3d(-7rem, 0, 0);
    transform: translate3d(-7rem, 0, 0);
  }
}
.content_10_index_first {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 120px 0 60px;
  background-color: #070b28;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  position: relative;
}
.content_10_index_first::before {
  content: "";
  position: absolute;
  top: -10rem;
  left: -10rem;
  display: block;
  width: calc(100% + 20rem);
  height: calc(100% + 20rem);
  background-image: url(..//img/noise.png);
  background-repeat: repeat;
  -webkit-animation: noise 1s steps(3) infinite;
  animation: noise 1s steps(3) infinite;
}
.content_10_index_first > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.content_10_index_first .image {
  display: inline-block;
  margin: 0 0 20px;
  padding: 12px;
  position: relative;
}
.content_10_index_first .image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}
.content_10_index_first .image a {
  display: inline-block;
  font-size: 0;
  position: relative;
}
.content_10_index_first .image a:hover span::after {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}
.content_10_index_first .image span {
  display: block;
  width: 48px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  border-radius: 50%;
}
.content_10_index_first .image span::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #fff;
  transform: rotate(0deg);
  position: absolute;
  left: calc(50% - 6px);
  top: calc(50% - 10px);
}
.content_10_index_first .image span::after {
  content: "";
  display: block;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.content_10_index_first img {
  width: 100%;
}
.content_10_index_first .inner {
  width: calc(50% - 10px);
}
.content_10_index_first p {
  padding: 0 0 20px;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.75);
}
.content_10_index_first .link a {
  display: inline-block;
  padding: 6px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.content_10_index_first .link a:hover {
  padding: 0;
}
.content_10_index_first .link a:hover span {
  padding: 18px 38px;
}
.content_10_index_first .link span {
  display: inline-block;
  padding: 12px 32px;
  color: #101010;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #f1ea39;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.content_10_subscribe_wrapper {
  padding: 90px 0 90px;
  background-color: #ffffff;
  position: relative;
}
.content_10_subscribe_wrapper > div {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.content_10_subscribe_wrapper svg {
  width: 100%;
  color: #f1ea39;
  position: absolute;
  left: 0;
  bottom: 100%;
}

.content_10_subscribe_block {
  text-align: center;
}
.content_10_subscribe_block h2 {
  padding: 20px 0 20px;
  font-size: 36px;
  line-height: 1.1;
  color: #050505;
  font-weight: 600;
  letter-spacing: 1px;
}
.content_10_subscribe_block h2::before {
  content: "";
  display: block;
  width: 64px;
  height: 3px;
  background-color: #ffffff;
  position: absolute;
  left: calc(50% - 32px);
  top: 0;
  border-radius: 12px 12px 0 0;
}
.content_10_subscribe_block p {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 0 20px;
  font-size: 18px;
  line-height: 1.5;
  color: #404040;
}
.content_10_subscribe_block .link a {
  display: inline-block;
  padding: 8px;
  background-color: #fff;
  border-radius: 12px;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.content_10_subscribe_block .link a:hover {
  transform: translate(0, -2px);
}

.content_10_age_18 {
  padding: 0 0 24px;
}
.content_10_age_18 span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  border: 10px solid #f00;
  font-size: 32px;
  font-weight: 600;
  color: #000;
  background-color: #fff;
  border-radius: 50%;
}
.content_10_age_18 em {
  color: #f00;
}

.content_10_cover_image {
  position: relative;
}
.content_10_cover_image img {
  width: 100%;
  height: 80px;
  object-fit: cover;
}

.content_10_index_about {
  padding: 60px 0;
  background-color: #141414;
  position: relative;
  overflow: hidden;
}
.content_10_index_about::before {
  content: "";
  position: absolute;
  top: -10rem;
  left: -10rem;
  display: block;
  width: calc(100% + 20rem);
  height: calc(100% + 20rem);
  background-image: url(..//img/noise.png);
  background-repeat: repeat;
  -webkit-animation: noise 1s steps(3) infinite;
  animation: noise 1s steps(3) infinite;
}
.content_10_index_about > div {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.content_10_index_about h1 {
  padding: 0 0 24px;
  font-size: 36px;
  line-height: 1.5;
  color: #fff;
  font-weight: 600;
  position: relative;
}
.content_10_index_about h1::before {
  content: "";
  display: block;
  width: 100px;
  margin-bottom: 13px;
  clip-path: polygon(0 calc(100% - 1px), 2px 0, 40px 0, 42px calc(100% - 1px), 100% calc(100% - 1px), 100% 100%, 0 100%);
  border-top: 3px solid currentcolor;
}
.content_10_index_about .text {
  max-width: 600px;
  font-size: 19px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.75);
}
.content_10_index_about .text p {
  padding: 0 0 20px;
}

.content_10_contacts_wrapper {
  padding: 60px 0 90px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.content_10_contacts_wrapper::before {
  content: "";
  position: absolute;
  top: -10rem;
  left: -10rem;
  display: block;
  width: calc(100% + 20rem);
  height: calc(100% + 20rem);
  background-image: url(..//img/noise.png);
  background-repeat: repeat;
  -webkit-animation: noise 1s steps(3) infinite;
  animation: noise 1s steps(3) infinite;
}
.content_10_contacts_wrapper > div {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.content_10_contacts_wrapper h2 {
  padding: 0 0 24px;
  font-size: 36px;
  line-height: 1.33;
  color: #000;
  letter-spacing: 1px;
  text-align: center;
}
.content_10_contacts_wrapper p {
  padding: 0 0 32px;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.75);
  letter-spacing: 1px;
  text-align: center;
}

.content_10_input_item {
  margin: 0 0 24px;
}
.content_10_input_item p {
  padding: 0 0 6px;
  font-size: 14px;
  line-height: 1.33;
  color: #000;
  text-transform: uppercase;
  text-align: left;
}
.content_10_input_item p::after {
  content: "*";
  margin: 0 0 0 3px;
  color: #000000;
}
.content_10_input_item input {
  display: block;
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border: none;
  border-bottom: 4px solid #000;
  font-size: 16px;
  color: #000;
  background-color: rgba(255, 255, 255, 0.1);
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 4px), calc(100% - 2px) calc(100% - 2px), 102px calc(100% - 2px), 100px 100%, 4px 100%, 0 calc(100% - 4px));
}
.content_10_input_item input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.content_10_input_item input:focus {
  border-color: #f1ea39;
}
.content_10_input_item textarea {
  display: block;
  width: 100%;
  height: 100px;
  padding: 20px 16px;
  border: none;
  border-bottom: 4px solid #000;
  font-size: 16px;
  color: #000;
  background-color: rgba(255, 255, 255, 0.1);
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 4px), calc(100% - 2px) calc(100% - 2px), 102px calc(100% - 2px), 100px 100%, 4px 100%, 0 calc(100% - 4px));
}
.content_10_input_item textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.content_10_input_item textarea:focus {
  border-color: #f1ea39;
}

.content_10_form_button a, .content_10_form_button button {
  display: inline-block;
  padding: 6px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.content_10_form_button a:hover, .content_10_form_button button:hover {
  padding: 0;
}
.content_10_form_button a:hover span, .content_10_form_button button:hover span {
  padding: 18px 38px;
}
.content_10_form_button span {
  display: inline-block;
  padding: 12px 32px;
  color: #101010;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #f1ea39;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.content_10_games_wrapper {
  padding: 60px 0;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.content_10_games_wrapper::before {
  content: "";
  position: absolute;
  top: -10rem;
  left: -10rem;
  display: block;
  width: calc(100% + 20rem);
  height: calc(100% + 20rem);
  background-image: url(..//img/noise.png);
  background-repeat: repeat;
  -webkit-animation: noise 1s steps(3) infinite;
  animation: noise 1s steps(3) infinite;
}
.content_10_games_wrapper > div {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.content_10_games_wrapper header {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 0 32px;
  text-align: center;
  color: #000;
}
.content_10_games_wrapper header h2 {
  padding: 20px 0 20px;
  font-size: 36px;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: 1px;
}
.content_10_games_wrapper header h2::before {
  content: "";
  display: block;
  width: 64px;
  height: 3px;
  background-color: #ffffff;
  position: absolute;
  left: calc(50% - 32px);
  top: 0;
  border-radius: 12px 12px 0 0;
}
.content_10_games_wrapper header p {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 0 20px;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.75);
}

.content_10_games_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(min-content, max-content);
  grid-gap: 24px;
}
.content_10_games_grid article {
  background-color: rgba(0, 0, 0, 0.2);
  clip-path: polygon(9% 0, 100% 0, 100% 91%, 90% 100%, 0 100%, 0 8%);
}
.content_10_games_grid .image {
  font-size: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.content_10_games_grid .image a {
  position: relative;
}
.content_10_games_grid .image a:hover::before {
  opacity: 1;
}
.content_10_games_grid .image a:hover img {
  transform: scale(1.05);
}
.content_10_games_grid .image a:hover span {
  transform: translate(-50%, calc(-50% - 5px));
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.5);
}
.content_10_games_grid .image a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.content_10_games_grid .image span {
  display: inline-block;
  padding: 12px 32px;
  color: #000000;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #f1ea39;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.content_10_games_grid img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.content_10_games_grid .inner {
  padding: 20px 20px 24px;
}
.content_10_games_grid h3 {
  padding: 0 0 12px;
  font-size: 18px;
  line-height: 1.5;
  color: #000000;
  font-weight: 600;
}
.content_10_games_grid p {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}

.content_10_game_wrapper {
  padding: 40px 0 60px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.content_10_game_wrapper::before {
  content: "";
  position: absolute;
  top: -10rem;
  left: -10rem;
  display: block;
  width: calc(100% + 20rem);
  height: calc(100% + 20rem);
  background-image: url(..//img/noise.png);
  background-repeat: repeat;
  -webkit-animation: noise 1s steps(3) infinite;
  animation: noise 1s steps(3) infinite;
}
.content_10_game_wrapper > div {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.content_10_game_wrapper h2 {
  padding: 0 0 12px;
  font-size: 36px;
  line-height: 1.5;
  color: #000000;
  font-weight: 600;
}
.content_10_game_wrapper p {
  padding: 0 0 12px;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.75);
}

.content_10_uni_wrapper {
  padding: 40px 0 60px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.content_10_uni_wrapper::before {
  content: "";
  position: absolute;
  top: -10rem;
  left: -10rem;
  display: block;
  width: calc(100% + 20rem);
  height: calc(100% + 20rem);
  background-image: url(..//img/noise.png);
  background-repeat: repeat;
  -webkit-animation: noise 1s steps(3) infinite;
  animation: noise 1s steps(3) infinite;
}
.content_10_uni_wrapper > div {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.content_10_uni_text {
  padding: 30px 30px;
  font-size: 16px;
  line-height: 1.5;
  color: #050505;
  background-color: #ffffff;
}
.content_10_uni_text h2 {
  padding: 0 0 16px;
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: 600;
  color: #000;
  position: relative;
}
.content_10_uni_text p {
  padding: 0 0 20px;
}
.content_10_uni_text h3 {
  padding: 0 0 16px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.content_10_uni_text strong {
  font-weight: 600;
}
.content_10_uni_text hr {
  height: 1px;
  margin: 0 0 20px;
  border: none;
  border-bottom: 1px dashed #141414;
}
.content_10_uni_text ul {
  padding: 0 0 20px;
}
.content_10_uni_text ul li {
  margin: 0 0 12px;
  padding: 0 0 0 20px;
  position: relative;
}
.content_10_uni_text ul li::before {
  content: "";
  display: inline-block;
  transform: rotate(45deg);
  height: 12px;
  width: 6px;
  border-bottom: 3px solid #141414;
  border-right: 3px solid #141414;
  position: absolute;
  left: 0;
  top: 2px;
}
.content_10_uni_text ol {
  padding: 0 0 20px;
  counter-reset: my-awesome-counter;
}
.content_10_uni_text ol li {
  margin: 0 0 12px;
  padding: 0 0 0 20px;
  position: relative;
  counter-increment: my-awesome-counter;
}
.content_10_uni_text ol li::before {
  content: counter(my-awesome-counter) ".";
  color: #141414;
  position: absolute;
  left: 0;
  top: 0;
}
.content_10_uni_text a {
  color: #000;
}

@media (min-width: 240px) and (max-width: 1023px) {
  .content_10_index_first .inner {
    width: 100%;
  }
  .content_10_subscribe_wrapper {
    padding: 60px 0;
  }
  .content_10_subscribe_wrapper h2 {
    font-size: 24px;
  }
  .content_10_subscribe_wrapper p {
    font-size: 16px;
  }
  .content_10_cover_image img {
    height: 40vw;
  }
  .content_10_index_about {
    padding: 40px 0;
  }
  .content_10_index_about h1 {
    font-size: 32px;
  }
  .content_10_contacts_wrapper {
    padding: 40px 0;
  }
  .content_10_contacts_wrapper h2 {
    padding: 0 0 20px;
    font-size: 32px;
  }
  .content_10_games_wrapper {
    padding: 40px 0;
  }
  .content_10_games_wrapper header {
    padding: 0 0 24px;
  }
  .content_10_games_wrapper h2 {
    font-size: 32px;
  }
  .content_10_games_grid {
    grid-template-columns: 1fr;
  }
  .content_10_game_wrapper h2 {
    font-size: 24px;
  }
  .content_10_uni_text {
    padding: 20px;
  }
}
