@charset "UTF-8";
.content_8_index_first {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 120px 0 60px;
  background-color: #1c1c1c;
  position: relative;
}
.content_8_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_8_index_first .inner {
  width: calc(50% - 10px);
}
.content_8_index_first h3 {
  padding: 0 0 20px;
  font-size: 21px;
  line-height: 1.5;
  font-weight: 900;
  text-transform: uppercase;
  color: #ff344d;
  letter-spacing: 1px;
}
.content_8_index_first h2 {
  padding: 0 0 12px;
  font-size: 52px;
  line-height: 1.33;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.content_8_index_first p {
  max-width: 600px;
  font-size: 24px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.75);
}

.content_8_try_wrapper {
  padding: 120px 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  box-shadow: inset 0 20px 20px 0 rgba(0, 0, 0, 0.2);
}
.content_8_try_wrapper > div {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.content_8_try_wrapper header {
  max-width: 480px;
  margin: 0 auto;
  padding: 0 0 60px;
  text-align: center;
}
.content_8_try_wrapper header h3 {
  padding: 0 0 12px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  color: #9654ff;
  letter-spacing: 1px;
}
.content_8_try_wrapper header p {
  font-size: 18px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.75);
}
.content_8_try_wrapper h2 {
  padding: 0 0 12px;
  font-size: 22px;
  line-height: 1.33;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.content_8_game_sides {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  transition: 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.content_8_game_sides:hover {
  transform: translate(0, -2px);
  box-shadow: inset 0 0 0 1px rgba(255, 52, 77, 0.9);
  backdrop-filter: blur(10px);
}
.content_8_game_sides > div {
  position: relative;
}
.content_8_game_sides .image {
  width: calc(30% - 24px);
  padding: 10px;
}
.content_8_game_sides .image img {
  width: 100%;
}
.content_8_game_sides .inner {
  width: calc(70% - 24px);
}
.content_8_game_sides h3 {
  padding: 0 0 24px;
  font-size: 32px;
  line-height: 1.33;
  color: #fff;
  font-weight: 600;
}
.content_8_game_sides p {
  padding: 0 0 20px;
  font-size: 18px;
  line-height: 1.75;
  color: #fff;
}
.content_8_game_sides .link a {
  display: inline-block;
  padding: 12px 32px;
  font-size: 18px;
  line-height: 1.33;
  color: #fff;
  text-decoration: none;
  background-color: #9878cc;
  border-radius: 24px;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.content_8_game_sides .link a:hover {
  background-color: #9878cc;
  transform: translate(0, -2px);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
}

.content_8_subscribe_wrapper {
  padding: 90px 0;
  background-color: #1c1c1c;
  background-repeat: no-repeat;
  background-position: 50% 40px;
  background-size: cover;
}
.content_8_subscribe_wrapper > div {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.content_8_subscribe_block {
  max-width: 960px;
  margin: 0 auto;
  padding: 48px 24px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  text-align: center;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.5);
}
.content_8_subscribe_block h2 {
  padding: 0 0 20px;
  font-size: 21px;
  line-height: 1.5;
  font-weight: 600;
  text-transform: uppercase;
  color: #d798f5;
  letter-spacing: 1px;
}
.content_8_subscribe_block p {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 0 20px;
  font-size: 18px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.75);
}
.content_8_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_8_subscribe_block .link a:hover {
  transform: translate(0, -2px);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
}

.content_8_age_18 {
  padding: 0 0 24px;
}
.content_8_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_8_age_18 em {
  color: #f00;
}

.content_8_uni_head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 150px;
  padding: 100px 0 20px;
  background-color: #1c1c1c;
  position: relative;
}
.content_8_uni_head > div {
  width: 100%;
  max-width: 1320px;
  padding: 0 20px;
}
.content_8_uni_head .inner {
  width: 50%;
}
.content_8_uni_head h1 {
  padding: 0 0 10px;
  font-size: 34px;
  line-height: 1.33;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.content_8_uni_head p {
  padding: 0 0 0 32px;
  background-repeat: no-repeat;
  background-position: 0 20%;
  background-image: url(../img/home_icon.svg);
  background-size: 20px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  color: #fff;
}
.content_8_uni_head a {
  padding: 0 40px 0 0;
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.content_8_uni_head a:hover {
  color: #fff;
}
.content_8_uni_head a::before {
  content: "→";
  color: #fff;
  position: absolute;
  right: 10px;
  top: -3px;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.content_8_uni_head img {
  width: 40%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.content_8_index_about {
  padding: 120px 0;
  background-color: #0b122e;
}
.content_8_index_about > div {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.content_8_index_about h2 {
  padding: 0 0 32px;
  font-size: 50px;
  line-height: 1.33;
  color: #fff;
  font-weight: 600;
  letter-spacing: -1px;
  text-transform: uppercase;
  position: relative;
}
.content_8_index_about h2:before {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #FF344D;
  position: absolute;
  left: 0;
  bottom: 30px;
}
.content_8_index_about p {
  max-width: 600px;
  padding: 0 0 32px;
  font-size: 16px;
  line-height: 1.75;
  color: #fff;
}

.content_8_contacts_wrapper {
  padding: 60px 0 90px;
  background-color: #1c1c1c;
}
.content_8_contacts_wrapper > div {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.content_8_contacts_wrapper h2 {
  padding: 0 0 64px;
  font-size: 36px;
  line-height: 1.33;
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -1px;
}

.content_8_contacts_form {
  padding: 48px;
  background-color: #1c1c1c;
  box-shadow: 0 0 0 10px rgba(136, 133, 140, 0.5), 0 0 0 20px rgba(136, 133, 140, 0.3), 0 0 0 30px rgba(136, 133, 140, 0.4);
}

.content_8_input_item {
  padding: 0 0 6px;
}
.content_8_input_item input {
  display: block;
  width: 100%;
  height: 60px;
  padding: 0 0;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
  color: #fff;
  background-color: rgba(35, 42, 92, 0);
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.content_8_input_item input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.content_8_input_item input:focus {
  border-color: #fff;
}
.content_8_input_item textarea {
  display: block;
  width: 100%;
  height: 180px;
  padding: 16px 0;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
  color: #fff;
  background-color: rgba(35, 42, 92, 0);
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.content_8_input_item textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.content_8_input_item textarea:focus {
  border-color: #fff;
}

.content_8_form_button {
  padding: 24px 0 0;
  text-align: center;
}
.content_8_form_button a, .content_8_form_button button {
  display: inline-block;
  padding: 14px 30px 12px;
  border: none;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #735f94;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.content_8_form_button a:hover, .content_8_form_button button:hover {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  transform: translate(0, -2px);
  color: #fff;
  background-color: #735f94;
}
.content_8_form_button a:disabled, .content_8_form_button button:disabled {
  background-color: rgba(0, 0, 0, 0.3);
  cursor: auto;
}

.content_8_games_wrapper {
  padding: 90px 0;
  background-color: #0b122e;
}
.content_8_games_wrapper > div {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.content_8_games_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(min-content, max-content);
  grid-gap: 24px;
}
.content_8_games_grid article {
  padding: 40px;
  text-align: center;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  transition: 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.content_8_games_grid article:hover {
  transform: translate(0, -2px);
  box-shadow: inset 0 0 0 1px rgba(255, 52, 77, 0.9);
}
.content_8_games_grid .image {
  padding: 0 0 20px;
}
.content_8_games_grid img {
  display: inline-block;
  height: 250px;
}
.content_8_games_grid h3 {
  padding: 0 0 24px;
  font-size: 20px;
  line-height: 1.33;
  color: #fff;
  font-weight: 600;
}
.content_8_games_grid .link a {
  display: inline-block;
  padding: 12px 32px;
  font-size: 18px;
  line-height: 1.33;
  color: #fff;
  text-decoration: none;
  background-color: #1c294e;
  border-radius: 24px;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.content_8_games_grid .link a:hover {
  background-color: #FF344D;
  transform: translate(0, -2px);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
}

.content_8_uni_wrapper {
  padding: 60px 0;
  background-color: #1c1c1c;
}
.content_8_uni_wrapper > div {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

.content_8_uni_text {
  padding: 24px 40px;
  font-size: 18px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.75);
  background: #1c1c1c;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.06));
}
.content_8_uni_text p {
  padding: 0 0 20px;
}
.content_8_uni_text h3 {
  padding: 0 0 16px;
  font-size: 1.25em;
  font-weight: 600;
  color: #ffffff;
}
.content_8_uni_text strong {
  font-weight: 600;
}
.content_8_uni_text hr {
  height: 1px;
  margin: 0 0 20px;
  border: none;
  border-bottom: 1px dashed #31b3f6;
}
.content_8_uni_text ul {
  padding: 0 0 20px;
}
.content_8_uni_text ul li {
  margin: 0 0 12px;
  padding: 0 0 0 20px;
  position: relative;
}
.content_8_uni_text ul li::before {
  content: "";
  display: inline-block;
  transform: rotate(45deg);
  height: 12px;
  width: 6px;
  border-bottom: 3px solid #31b3f6;
  border-right: 3px solid #31b3f6;
  position: absolute;
  left: 0;
  top: 2px;
}
.content_8_uni_text ol {
  padding: 0 0 20px;
  counter-reset: my-awesome-counter;
}
.content_8_uni_text ol li {
  margin: 0 0 12px;
  padding: 0 0 0 20px;
  position: relative;
  counter-increment: my-awesome-counter;
}
.content_8_uni_text ol li::before {
  content: counter(my-awesome-counter) ".";
  color: #31b3f6;
  position: absolute;
  left: 0;
  top: 0;
}
.content_8_uni_text a {
  color: #fff;
}

.content_8_game_wrapper {
  padding: 40px 0;
  background-color: #0b122e;
}
.content_8_game_wrapper > div {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width: 240px) and (max-width: 1023px) {
  .content_8_index_first {
    min-height: 1px;
  }
  .content_8_index_first > div {
    flex-wrap: wrap;
  }
  .content_8_index_first .inner {
    width: 100%;
  }
  .content_8_index_first .image {
    display: none;
  }
  .content_8_index_first h3 {
    font-size: 16px;
  }
  .content_8_index_first h2 {
    font-size: 48px;
  }
  .content_8_index_first p {
    font-size: 16px;
  }
  .content_8_try_wrapper {
    padding: 60px 0;
  }
  .content_8_try_wrapper header {
    padding: 0 0 40px;
  }
  .content_8_try_wrapper header h3 {
    font-size: 16px;
  }
  .content_8_try_wrapper header h2 {
    font-size: 48px;
  }
  .content_8_try_wrapper header p {
    font-size: 16px;
  }
  .content_8_game_sides {
    flex-wrap: wrap;
  }
  .content_8_game_sides .image {
    width: 100%;
    padding: 0 0 20px;
    text-align: center;
  }
  .content_8_game_sides .image img {
    display: inline-block;
    max-width: 200px;
    width: 80%;
  }
  .content_8_game_sides .inner {
    width: 100%;
    text-align: center;
  }
  .content_8_game_sides h3 {
    font-size: 24px;
  }
  .content_8_game_sides p {
    font-size: 16px;
  }
  .content_8_game_sides link a {
    font-size: 16px;
  }
  .content_8_subscribe_wrapper {
    padding: 40px 0;
  }
  .content_8_subscribe_wrapper h3 {
    font-size: 16px;
  }
  .content_8_subscribe_wrapper p {
    font-size: 16px;
  }
  .content_8_uni_head {
    min-height: 1px;
  }
  .content_8_uni_head .inner {
    width: 100%;
  }
  .content_8_uni_head .image {
    display: none;
  }
  .content_8_uni_head h1 {
    font-size: 36px;
  }
  .content_8_uni_head p {
    font-size: 16px;
  }
  .content_8_index_about {
    padding: 40px 0;
  }
  .content_8_index_about h2 {
    font-size: 36px;
  }
  .content_8_contacts_wrapper {
    padding: 40px 0 60px;
  }
  .content_8_contacts_wrapper h2 {
    padding: 0 0 48px;
    font-size: 32px;
  }
  .content_8_contacts_form {
    padding: 32px;
  }
  .content_8_form_button a, .content_8_form_button button {
    font-size: 16px;
  }
  .content_8_uni_text {
    font-size: 16px;
  }
  .content_8_games_wrapper {
    padding: 40px 0;
  }
  .content_8_games_grid {
    grid-template-columns: 1fr;
  }
  .content_8_games_grid article {
    padding: 32px;
  }
  .content_8_games_grid h3 {
    font-size: 18px;
  }
  .content_8_games_grid link a {
    font-size: 16px;
  }
}
