@charset "UTF-8";
.ctn_9_index_first {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 120px 0 60px;
  background-color: #060d15;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  position: relative;
  font-family: Arial, serif;
}
.ctn_9_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;
}
.ctn_9_index_first .inner {
  width: calc(80% - 10px);
  margin: 0 auto;
  text-align: center;
}
.ctn_9_index_first h3 {
  padding: 0 0 0;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  color: #cdf7ff;
  letter-spacing: 3px;
  color: #ff8787;
}
.ctn_9_index_first h2 {
  padding: 0 0 24px;
  font-size: 90px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -1px;
  color: transparent;
  -webkit-text-stroke: 1px #ffcdcd;
}
.ctn_9_index_first .link a {
  display: inline-block;
  position: relative;
}
.ctn_9_index_first .link a:hover::before {
  right: -2px;
  bottom: -2px;
}
.ctn_9_index_first .link a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 18px 18px;
  border-color: transparent transparent #ffcdcd transparent;
  transform: rotate(0deg);
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.ctn_9_index_first .link span {
  display: inline-block;
  padding: 18px 64px 18px 32px;
  color: #ff8787;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  --sin45: .70;
  border: 1px solid rgb(255 205 205);
  background-image: linear-gradient(-45deg, rgb(255, 205, 205) var(--gradient-size), transparent var(--gradient-size));
  --gradient-size: calc(25px* var(--sin45) - 1px* 0) !important;
  background-repeat: no-repeat;
  clip-path: polygon(100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%, 0 0);
  position: relative;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.ctn_9_index_first .link span::after {
  content: "→";
  font-size: 24px;
  position: absolute;
  right: 24px;
  top: 45%;
  transform: translate(0, -50%);
}
.ctn_9_index_first .link span:hover {
  color: #060d15;
  background-color: #ffcdcd;
}

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

.ctn_9_subscribe_block {
  display: grid;
  grid-template-columns: calc(40% - 24px) 60%;
  grid-auto-rows: minmax(min-content, max-content);
  grid-gap: 24px;
}
.ctn_9_subscribe_block h2 {
  padding: 0 0 20px;
  font-size: 54px;
  line-height: 1.1;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffcdcd;
  letter-spacing: 1px;
}
.ctn_9_subscribe_block p {
  padding: 0 0 20px;
  font-size: 18px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.75);
}
.ctn_9_subscribe_block .link a {
  display: inline-block;
  padding: 8px;
  background-color: #ffdcdc;
  border-radius: 12px;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.ctn_9_subscribe_block .link a:hover {
  transform: translate(0, -2px);
}

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

.ctn_9_reviews_wrapper {
  padding: 90px 0;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  position: relative;
  border-top: 1px solid rgb(255 0 0);
}
.ctn_9_reviews_wrapper::before {
  content: "";
  display: block;
  width: 400px;
  height: 32px;
  background-color: rgba(255, 255, 255, 0.2);
  clip-path: polygon(0 100%, 100% 100%, 92% 0, 8% 0);
  position: absolute;
  left: calc(50% - 200px);
  bottom: calc(100% + 1px);
}
.ctn_9_reviews_wrapper::after {
  content: "";
  display: block;
  width: 400px;
  height: 32px;
  background-color: #150606;
  clip-path: polygon(0 100%, 100% 100%, 92% 0, 8% 0);
  position: absolute;
  left: calc(50% - 200px);
  bottom: 100%;
}
.ctn_9_reviews_wrapper > div {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.ctn_9_review_block {
  text-align: center;
}
.ctn_9_review_block h3 {
  padding: 0 0 48px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #29aae3;
}
.ctn_9_review_block h3 span {
  color: #ff0000;
  display: inline-block;
}
.ctn_9_review_block h3 span::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #000000;
  vertical-align: middle;
  margin: -2px 8px 0 0;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.ctn_9_review_block h2 {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 0 20px;
  font-size: 20px;
  line-height: 1.33;
  color: #ffffff;
  letter-spacing: 1px;
}
.ctn_9_review_block .user {
  padding: 24px 0 0;
  position: relative;
}
.ctn_9_review_block .user::before {
  content: "";
  display: block;
  width: 48px;
  height: 4px;
  background-color: #e32929;
  position: absolute;
  left: calc(50% - 24px);
  top: 0;
}
.ctn_9_review_block p {
  padding: 0 0 4px;
  font-size: 16px;
  line-height: 1.33;
  color: #cdf7ff;
}
.ctn_9_review_block h5 {
  font-size: 14px;
  line-height: 1.33;
  color: #29aae3;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.ctn_9_uni_head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 480px;
  padding: 100px 0 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
  position: relative;
}
.ctn_9_uni_head::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
}
.ctn_9_uni_head > div {
  width: 100%;
  max-width: 1320px;
  padding: 0 20px;
  position: relative;
}
.ctn_9_uni_head h1 {
  padding: 0 0 10px;
  font-size: 48px;
  line-height: 1.33;
  color: #cdf7ff;
  font-weight: 600;
  letter-spacing: 1px;
}
.ctn_9_uni_head p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
}
.ctn_9_uni_head a {
  padding: 0 30px 0 0;
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.ctn_9_uni_head a:hover {
  color: #cdf7ff;
}
.ctn_9_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);
}

.ctn_9_about_second {
  padding: 90px 0 120px;
  background-color: #060d15;
  background-repeat: no-repeat;
  background-position: 50% 40px;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.ctn_9_about_second::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: 300px 300px;
  background: radial-gradient(circle at 50% 50%, rgba(41, 170, 227, 0.8), transparent 70%) no-repeat 100% 0;
  filter: blur(150px);
}
.ctn_9_about_second > div {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.ctn_9_about_articles {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(min-content, max-content);
  grid-gap: 32px;
}
.ctn_9_about_articles article {
  padding: 32px;
  position: relative;
}
.ctn_9_about_articles article::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.15);
  position: absolute;
  left: 0;
  top: 0;
  clip-path: polygon(41% 0, 55% 8%, 100% 8%, 100% 100%, 13% 100%, 0 88%, 0 0);
  transform: scale(1.01);
}
.ctn_9_about_articles article::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #101a23;
  position: absolute;
  left: 0;
  top: 0;
  clip-path: polygon(41% 0, 55% 8%, 100% 8%, 100% 100%, 13% 100%, 0 88%, 0 0);
}
.ctn_9_about_articles article > * {
  position: relative;
  z-index: 1;
}
.ctn_9_about_articles header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 0 24px;
  margin: 0 0 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.ctn_9_about_articles h3 {
  font-size: 32px;
  line-height: 1.33;
  color: #cdf7ff;
}
.ctn_9_about_articles img {
  width: 48px;
}
.ctn_9_about_articles p {
  padding: 0 0 24px;
  font-size: 18px;
  line-height: 1.5;
  color: #cdf7ff;
}

.ctn_9_about_last {
  padding: 120px 0 90px;
  background-color: #cdf7ff;
  position: relative;
}
.ctn_9_about_last::after {
  content: "";
  display: block;
  width: 400px;
  height: 32px;
  background-color: #060d15;
  clip-path: polygon(0 0, 100% 0, 91% 100%, 9% 100%);
  position: absolute;
  left: calc(50% - 200px);
  top: -1px;
}
.ctn_9_about_last > div {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.ctn_9_about_content {
  display: grid;
  grid-template-columns: calc(40% - 24px) 60%;
  grid-auto-rows: minmax(min-content, max-content);
  grid-gap: 24px;
}
.ctn_9_about_content h3 {
  padding: 0 0 24px;
  font-size: 16px;
  font-weight: 600;
  color: #29aae3;
}
.ctn_9_about_content h3 span {
  display: inline-block;
}
.ctn_9_about_content h3 span::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: currentColor;
  vertical-align: middle;
  margin: -2px 8px 0 0;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.ctn_9_about_content h2 {
  padding: 0 0 20px;
  font-size: 48px;
  line-height: 1.33;
  color: #060d15;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
}
.ctn_9_about_content .text {
  font-size: 18px;
  line-height: 1.5;
  color: #060d15;
}
.ctn_9_about_content .text p {
  padding: 0 0 20px;
}

.ctn_9_contacts_wrapper {
  padding: 90px 0 90px;
  background-color: #060d15;
  position: relative;
}
.ctn_9_contacts_wrapper::after {
  content: "";
  display: block;
  width: 400px;
  height: 32px;
  background-color: #060d15;
  clip-path: polygon(0 0, 100% 0, 91% 100%, 9% 100%);
  position: absolute;
  left: calc(50% - 200px);
  top: -1px;
}
.ctn_9_contacts_wrapper > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(min-content, max-content);
  grid-gap: 40px;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.ctn_9_contacts_wrapper .text {
  font-size: 18px;
  line-height: 1.5;
  color: #cdf7ff;
}
.ctn_9_contacts_wrapper .text p {
  padding: 0 0 20px;
}
.ctn_9_contacts_wrapper .text ul {
  padding: 0 0 20px;
}
.ctn_9_contacts_wrapper .text ul li {
  margin: 0 0 12px;
  padding: 0 0 0 20px;
  position: relative;
}
.ctn_9_contacts_wrapper .text ul li::before {
  content: "";
  display: block;
  background-color: #29aae3;
  height: 6px;
  width: 6px;
  position: absolute;
  left: 4px;
  top: 9px;
  border-radius: 50%;
}
.ctn_9_contacts_wrapper h3 {
  padding: 0 0 24px;
  font-size: 16px;
  font-weight: 600;
  color: #29aae3;
}
.ctn_9_contacts_wrapper h3 span {
  display: inline-block;
}
.ctn_9_contacts_wrapper h3 span::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: currentColor;
  vertical-align: middle;
  margin: -2px 8px 0 0;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.ctn_9_contacts_wrapper h2 {
  padding: 0 0 48px;
  font-size: 36px;
  line-height: 1.33;
  color: #cdf7ff;
  letter-spacing: 1px;
}

.ctn_9_input_item {
  margin: 0 0 24px;
}
.ctn_9_input_item p {
  padding: 0 0 4px;
  font-size: 16px;
  line-height: 1.33;
  color: #cdf7ff;
}
.ctn_9_input_item p::after {
  content: "*";
  margin: 0 0 0 3px;
  color: #cdf7ff;
}
.ctn_9_input_item input {
  display: block;
  width: 100%;
  height: 60px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 16px;
  color: #fff;
  background-color: #101a23;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.ctn_9_input_item input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.ctn_9_input_item input:focus {
  border-color: #29aae3;
}
.ctn_9_input_item textarea {
  display: block;
  width: 100%;
  height: 100px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 16px;
  color: #fff;
  background-color: #101a23;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.ctn_9_input_item textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.ctn_9_input_item textarea:focus {
  border-color: #29aae3;
}

.ctn_9_form_button {
  text-align: center;
}
.ctn_9_form_button a, .ctn_9_form_button button {
  display: inline-block;
  position: relative;
}
.ctn_9_form_button a:hover::before, .ctn_9_form_button button:hover::before {
  right: -2px;
  bottom: -2px;
}
.ctn_9_form_button a::before, .ctn_9_form_button button::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 18px 18px;
  border-color: transparent transparent #cdf7ff transparent;
  transform: rotate(0deg);
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.ctn_9_form_button span {
  display: inline-block;
  padding: 18px 64px 18px 32px;
  color: #cdf7ff;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  --sin45: .70;
  border: 1px solid rgb(205, 247, 255);
  background-image: linear-gradient(-45deg, rgb(205, 247, 255) var(--gradient-size), transparent var(--gradient-size));
  --gradient-size: calc(25px* var(--sin45) - 1px* 0) !important;
  background-repeat: no-repeat;
  clip-path: polygon(100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%, 0 0);
  position: relative;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.ctn_9_form_button span::after {
  content: "→";
  font-size: 24px;
  position: absolute;
  right: 24px;
  top: 45%;
  transform: translate(0, -50%);
}
.ctn_9_form_button span:hover {
  color: #060d15;
  background-color: #cdf7ff;
}

.ctn_9_checkbox {
  padding: 0 0 24px;
}
.ctn_9_checkbox label {
  display: block;
  padding: 0 0 0 32px;
  font-size: 14px;
  color: #cdf7ff;
  line-height: 1.33;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.ctn_9_checkbox em {
  display: inline-block;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 2px #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.ctn_9_checkbox em::before {
  content: "";
  display: block;
  width: 50%;
  height: 25%;
  border-left: 2px solid #cdf7ff;
  border-bottom: 2px solid #cdf7ff;
  position: absolute;
  left: 20%;
  top: 25%;
  opacity: 0;
  transform: scale(0.5) rotate(-45deg);
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.ctn_9_checkbox input:checked + em::before {
  opacity: 1;
  transform: scale(1) rotate(-45deg);
}

.ctn_9_games_wrapper {
  padding: 60px 0 90px;
  background-color: #060d15;
}
.ctn_9_games_wrapper > div {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.ctn_9_games_wrapper h2 {
  padding: 0 0 32px;
  font-size: 60px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 0 0 1px #fff;
  color: #cdf7ff;
}

.ctn_9_games_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(min-content, max-content);
  grid-gap: 32px;
}
.ctn_9_games_grid article {
  padding: 12px;
  background-color: #071a07;
  clip-path: polygon(60px 0, 100% 0, 100% calc(100% - 125px), calc(100% - 25px) calc(100% - 100px), calc(100% - 27px) calc(100% - 1px), 0 100%, 0 70px);
}
.ctn_9_games_grid .image {
  clip-path: polygon(55px 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 65px);
}
.ctn_9_games_grid img {
  width: 100%;
}
.ctn_9_games_grid .inner {
  padding: 24px 32px 32px;
  text-align: center;
}
.ctn_9_games_grid h3 {
  padding: 0 0 20px;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 600;
  color: #cdf7ff;
  letter-spacing: 1px;
}
.ctn_9_games_grid p {
  padding: 0 0 20px;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.75);
}
.ctn_9_games_grid .link a {
  display: inline-block;
  position: relative;
}
.ctn_9_games_grid .link a:hover::before {
  right: -2px;
  bottom: -2px;
}
.ctn_9_games_grid .link a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 18px 18px;
  border-color: transparent transparent #cdf7ff transparent;
  transform: rotate(0deg);
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.ctn_9_games_grid .link span {
  display: inline-block;
  padding: 18px 64px 18px 32px;
  color: #cdf7ff;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  --sin45: .70;
  border: 1px solid rgb(205, 247, 255);
  background-image: linear-gradient(-45deg, rgb(205, 247, 255) var(--gradient-size), transparent var(--gradient-size));
  --gradient-size: calc(25px* var(--sin45) - 1px* 0) !important;
  background-repeat: no-repeat;
  clip-path: polygon(100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%, 0 0);
  position: relative;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.ctn_9_games_grid .link span::after {
  content: "→";
  font-size: 24px;
  position: absolute;
  right: 24px;
  top: 45%;
  transform: translate(0, -50%);
}
.ctn_9_games_grid .link span:hover {
  color: #060d15;
  background-color: #cdf7ff;
}

.ctn_9_game_wrapper {
  padding: 40px 0;
  background-color: #060d15;
}
.ctn_9_game_wrapper > div {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}
.ctn_9_game_wrapper h2 {
  padding: 20px 0 20px;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 600;
  color: #cdf7ff;
  letter-spacing: 1px;
}
.ctn_9_game_wrapper p {
  padding: 0 0 20px;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.75);
}
.ctn_9_game_wrapper p:first-letter {
  font-size: 24px;
  color: #29aae3;
  font-weight: 600;
}

.ctn_9_uni_wrapper {
  padding: 60px 0;
  background: #ffffff;
}
.ctn_9_uni_wrapper > div {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

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

@media (min-width: 240px) and (max-width: 1023px) {
  .ctn_9_index_first {
    min-height: 1px;
    padding: 160px 0 60px;
  }
  .ctn_9_index_first h3 {
    font-size: 48px;
  }
  .ctn_9_index_first h2 {
    font-size: 48px;
  }
  .ctn_9_subscribe_wrapper {
    padding: 30px 0;
  }
  .ctn_9_subscribe_block {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .ctn_9_subscribe_block h2 {
    font-size: 32px;
  }
  .ctn_9_subscribe_block p {
    font-size: 16px;
  }
  .ctn_9_subscribe_block .link {
    text-align: center;
  }
  .ctn_9_age_18 span {
    margin: 0 auto;
  }
  .ctn_9_reviews_wrapper {
    padding: 40px 0;
  }
  .ctn_9_reviews_wrapper::before {
    width: 300px;
    left: calc(50% - 150px);
  }
  .ctn_9_reviews_wrapper::after {
    width: 300px;
    left: calc(50% - 150px);
  }
  .ctn_9_review_block h3 {
    padding: 0 0 20px;
  }
  .ctn_9_review_block h2 {
    font-size: 24px;
  }
  .ctn_9_uni_head {
    min-height: 1px;
    padding: 160px 0 40px;
  }
  .ctn_9_uni_head h1 {
    font-size: 36px;
  }
  .ctn_9_about_second {
    padding: 40px 0;
  }
  .ctn_9_about_articles {
    grid-template-columns: 1fr;
  }
  .ctn_9_about_articles h3 {
    font-size: 24px;
  }
  .ctn_9_about_articles p {
    font-size: 16px;
  }
  .ctn_9_about_last {
    padding: 90px 0 40px;
  }
  .ctn_9_about_content {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .ctn_9_about_content h2 {
    font-size: 36px;
  }
  .ctn_9_about_content .text {
    font-size: 16px;
  }
  .ctn_9_contacts_wrapper {
    padding: 40px 0;
  }
  .ctn_9_contacts_wrapper > div {
    grid-template-columns: 1fr;
  }
  .ctn_9_contacts_wrapper .text {
    font-size: 16px;
  }
  .ctn_9_contacts_wrapper h3 {
    padding: 0 0 8px;
  }
  .ctn_9_contacts_wrapper h2 {
    font-size: 32px;
  }
  .ctn_9_games_wrapper {
    padding: 40px 0;
  }
  .ctn_9_games_wrapper h2 {
    font-size: 32px;
  }
  .ctn_9_games_grid {
    grid-template-columns: 1fr;
  }
  .ctn_9_games_grid h3 {
    font-size: 21px;
  }
}
