@charset "UTF-8";
body {
  background-color: #350b2d;
}

.content_6_index_first {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 120px 0 60px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  position: relative;
}
.content_6_index_first::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #2e0327;
  opacity: 0.9;
}
.content_6_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_6_index_first .inner {
  width: 480px;
}
.content_6_index_first h2 {
  padding: 0 0 32px;
  font-size: 56px;
  line-height: 1.33;
  color: #fff;
  font-weight: 600;
}
.content_6_index_first h2 span {
  color: #FFC827;
  text-shadow: 3px -4px 8px rgba(255, 200, 39, 0.3);
}
.content_6_index_first p {
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
}
.content_6_index_first .image {
  width: 50%;
}
.content_6_index_first img {
  max-width: 100500px;
}

.content_6_index_about {
  padding: 120px 0;
  background-color: #ffffff;
}
.content_6_index_about > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.content_6_index_about .inner {
  width: calc(50% - 20px);
}
.content_6_index_about h2 {
  padding: 0 0 32px;
  font-size: 56px;
  line-height: 1.33;
  color: #000;
  font-weight: 600;
}
.content_6_index_about h2 span {
  color: #000000;
  text-shadow: 3px -4px 8px rgba(255, 200, 39, 0.3);
}
.content_6_index_about p {
  padding: 0 0 32px;
  font-size: 18px;
  line-height: 1.75;
  color: #000;
}
.content_6_index_about .image {
  width: calc(50% - 20px);
}
.content_6_index_about img {
  max-width: 100500px;
}
.content_6_index_about .link a {
  display: inline-block;
  padding: 8px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: -2px -2px 6px 0 rgba(255, 200, 39, 0.4), 3px 5px 8px 0 rgba(255, 82, 1, 0.2);
}
.content_6_index_about .link a:hover {
  box-shadow: -4px -4px 16px 0 rgba(255, 200, 39, 0.4), 3px 5px 18px 0 rgba(255, 82, 1, 0.2);
}

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

.content_6_index_game {
  padding: 90px 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.content_6_index_game::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #ffffff;
  opacity: 10;
}
.content_6_index_game > div {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.content_6_index_game header {
  max-width: 480px;
  margin: 0 auto;
  padding: 0 0 60px;
  text-align: center;
}
.content_6_index_game header p {
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
}
.content_6_index_game h2 {
  padding: 0 0 32px;
  font-size: 56px;
  line-height: 1.33;
  color: #fff;
  font-weight: 600;
}

.content_6_game_sides {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  background-size: cover;
  background: url(../img/shape.png) 50%;
  box-shadow: -3.828px -3.828px 6px 0 rgba(255, 255, 255, 0.4), 3px 5px 8px 0 rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.content_6_game_sides::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #ffffff;
  opacity: 10;
}
.content_6_game_sides > div {
  position: relative;
}
.content_6_game_sides .image {
  width: calc(40% - 24px);
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.17);
  background: #ffffff;
  border-radius: 12px;
}
.content_6_game_sides .image img {
  width: 100%;
}
.content_6_game_sides .inner {
  width: calc(60% - 24px);
}
.content_6_game_sides h3 {
  padding: 0 0 24px;
  font-size: 32px;
  line-height: 1.33;
  color: #000;
  font-weight: 600;
}
.content_6_game_sides p {
  padding: 0 0 20px;
  font-size: 18px;
  line-height: 1.75;
  color: #000;
}
.content_6_game_sides .price {
  font-size: 16px;
  line-height: 1.75;
  color: #000000;
  font-weight: 600;
}

.content_6_game_sides .price a {
  padding: 14px 40px;
  border: none;
  font-size: 16px;
  line-height: 1.6;
  color: #000000;
  text-decoration: none;
  text-align: center;
  background: linear-gradient(0deg, #ff9c19 40%, #ffdd2d 110%);
  border-radius: 12px;
  cursor: pointer;
  box-shadow: -3px -3px 6px 0 rgba(255, 200, 39, 0.4), 3px 5px 8px 0 rgba(255, 82, 1, 0.2);
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.content_6_game_sides .price a:hover {
  /*background-color: linear-gradient(0deg, #ff9c19 40%, #ffdd2d 110%);*/
  box-shadow: -5px -5px 16px 0 rgba(255, 200, 39, 0.4), 5px 8px 16px 0 rgba(255, 82, 1, 0.2);
}
.content_6_game_sides .price a:disabled {
  background-color: rgba(0, 0, 0, 0.3);
  cursor: auto;
}

.content_6_say_wrapper {
  padding: 90px 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.content_6_say_wrapper::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #ffffff;
  opacity: 10;
}
.content_6_say_wrapper > div {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.content_6_say_wrapper header {
  max-width: 540px;
  margin: 0 auto;
  padding: 0 0 60px;
  text-align: center;
}
.content_6_say_wrapper header p {
  font-size: 18px;
  line-height: 1.5;
  color: #000;
}
.content_6_say_wrapper h2 {
  padding: 0 0 32px;
  font-size: 56px;
  line-height: 1.33;
  color: #000;
  font-weight: 600;
}

.content_6_say_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(min-content, max-content);
  grid-gap: 24px;
}
.content_6_say_grid article {
  padding: 24px 36px;
  background-image: url(../img/testimonial_bg.png);
  box-shadow: -2px -2px 6px 0 rgba(0, 0, 0, 0.4), 3px 5px 8px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}
.content_6_say_grid article::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #947f47;
  opacity: 10;
}
.content_6_say_grid article > * {
  position: relative;
}
.content_6_say_grid .icon {
  padding: 0 0 20px;
  text-align: center;
}
.content_6_say_grid .icon::before {
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(../img/quote.svg);
  background-size: contain;
}
.content_6_say_grid .user {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content_6_say_grid .user div {
  max-width: calc(100% - 80px);
  padding: 0 0 0 16px;
}
.content_6_say_grid .user span {
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.content_6_say_grid h3 {
  padding: 0 0 24px;
  font-size: 18px;
  line-height: 1.33;
  color: #fff;
  text-align: center;
}
.content_6_say_grid img {
  width: 80px;
  background-color: #FFC827;
  border-radius: 50%;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.5);
}
.content_6_say_grid h5 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  color: #fff;
}

.content_6_uni_head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 360px;
  padding: 100px 0 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
  position: relative;
}
.content_6_uni_head::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(117, 80, 25, 0.5);
}
.content_6_uni_head > div {
  width: 100%;
  max-width: 1440px;
  padding: 0 20px;
  text-align: center;
  position: relative;
}
.content_6_uni_head h1 {
  padding: 0 0 10px;
  font-size: 48px;
  line-height: 1.33;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
}
.content_6_uni_head p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  color: #fff;
}
.content_6_uni_head a {
  padding: 0 40px 0 0;
  color: currentColor;
  text-decoration: none;
  position: relative;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.content_6_uni_head a:hover {
  color: #ff9c19;
}
.content_6_uni_head a:hover::before {
  right: 8px;
}
.content_6_uni_head a::before {
  content: "→";
  position: absolute;
  right: 10px;
  top: -3px;
  font-weight: 600;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

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

.content_6_contacts_sides {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px;
  position: relative;
  overflow: hidden;
}
.content_6_contacts_sides::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 300px;
  background: #474337;
}

.content_6_contacts_info {
  width: 320px;
  padding: 40px 24px;
  border: 1px solid rgba(255, 200, 39, 0.3);
  color: #fff;
  background: #282828;
  position: relative;
  z-index: 1;
}
.content_6_contacts_info h3 {
  padding: 0 0 32px;
  font-size: 24px;
  line-height: 1.33;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
}
.content_6_contacts_info p {
  padding: 0 0 16px;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}

.content_6_contacts_right {
  width: calc(100% - 360px);
  padding: 30px;
  position: relative;
  z-index: 1;
}
.content_6_contacts_right h2 {
  padding: 0 0 32px;
  font-size: 24px;
  line-height: 1.33;
  color: #fff;
  font-weight: 600;
}

.content_6_contacts_form .two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(min-content, max-content);
  grid-gap: 24px;
}

.content_6_input_item {
  margin: 0 0 24px;
}
.content_6_input_item p {
  padding: 0 0 4px;
  font-size: 16px;
  line-height: 1.33;
  color: #fff;
}
.content_6_input_item p::after {
  content: "*";
  margin: 0 0 0 3px;
  color: #EA5455;
}
.content_6_input_item input {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.02);
  border-radius: 6px;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.content_6_input_item input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.content_6_input_item input:focus {
  border-color: #ff9c19;
}
.content_6_input_item textarea {
  display: block;
  width: 100%;
  height: 120px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.02);
  border-radius: 6px;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.content_6_input_item textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.content_6_input_item textarea:focus {
  border-color: #ff9c19;
}

.content_6_form_button a, .content_6_form_button button {
  display: inline-block;
  padding: 14px 60px;
  border: none;
  font-size: 17px;
  line-height: 1.64;
  color: #000000;
  text-decoration: none;
  text-align: center;
  background: linear-gradient(0deg, #ffffff 40%, #ffffff 110%);
  border-radius: 12px;
  cursor: pointer;
  box-shadow: -3px -3px 6px 0 rgba(255, 200, 39, 0.4), 3px 5px 8px 0 rgba(255, 82, 1, 0.2);
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.content_6_form_button a:hover, .content_6_form_button button:hover {
  /*background-color: linear-gradient(0deg, #ff9c19 40%, #ffdd2d 110%);*/
  box-shadow: -5px -5px 16px 0 rgba(255, 200, 39, 0.4), 5px 8px 16px 0 rgba(255, 82, 1, 0.2);
}
.content_6_form_button a:disabled, .content_6_form_button button:disabled {
  background-color: rgba(0, 0, 0, 0.3);
  cursor: auto;
}

.content_6_game_wrapper {
  padding: 40px 0;
  background-color: #350b2d;
}
.content_6_game_wrapper > div {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

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

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

@media (min-width: 240px) and (max-width: 1023px) {
  .content_6_index_first {
    padding: 160px 0 40px;
  }
  .content_6_index_first > div {
    flex-wrap: wrap;
    justify-content: center;
  }
  .content_6_index_first h2 {
    font-size: 40px;
  }
  .content_6_index_first p {
    font-size: 18px;
  }
  .content_6_index_first .inner {
    width: 100%;
    padding: 0 0 40px;
    text-align: center;
  }
  .content_6_index_first .image {
    width: 80%;
  }
  .content_6_index_first img {
    width: 100%;
  }
  .content_6_index_about {
    padding: 40px 0;
  }
  .content_6_index_about > div {
    flex-wrap: wrap;
    justify-content: center;
  }
  .content_6_index_about h2 {
    padding: 0 0 20px;
    font-size: 36px;
  }
  .content_6_index_about p {
    font-size: 18px;
  }
  .content_6_index_about .inner {
    width: 100%;
    padding: 0 0 40px;
    text-align: center;
  }
  .content_6_index_about .image {
    width: 80%;
  }
  .content_6_index_about .image img {
    width: 100%;
  }
  .content_6_age_18 span {
    margin: 0 auto;
  }
  .content_6_index_game {
    padding: 60px 0;
  }
  .content_6_index_game h2 {
    padding: 0 0 16px;
    font-size: 36px;
  }
  .content_6_index_game header {
    padding: 0 0 48px;
  }
  .content_6_index_game header p {
    font-size: 16px;
  }
  .content_6_game_sides {
    flex-wrap: wrap;
    justify-content: center;
    padding: 32px;
  }
  .content_6_game_sides .inner {
    width: 100%;
    padding: 40px 0 0;
    text-align: center;
  }
  .content_6_game_sides .image {
    width: 100%;
    padding: 60px;
  }
  .content_6_game_sides .image img {
    width: 100%;
  }
  .content_6_game_sides h3 {
    padding: 0 0 12px;
    font-size: 24px;
  }
  .content_6_game_sides p {
    font-size: 16px;
  }
  .content_6_say_wrapper {
    padding: 60px 0;
  }
  .content_6_say_wrapper h2 {
    padding: 0 0 16px;
    font-size: 36px;
  }
  .content_6_say_wrapper header {
    padding: 0 0 48px;
  }
  .content_6_say_wrapper header p {
    font-size: 16px;
  }
  .content_6_say_grid {
    grid-template-columns: 1fr;
  }
  .content_6_uni_head {
    min-height: 300px;
  }
  .content_6_uni_head h1 {
    font-size: 40px;
  }
  .content_6_contacts_wrapper {
    padding: 60px 0;
  }
  .content_6_contacts_sides {
    flex-wrap: wrap;
    padding: 0;
  }
  .content_6_contacts_sides::before {
    display: none;
  }
  .content_6_contacts_info {
    width: 100%;
    padding: 30px 40px;
    margin: 0 0 60px;
  }
  .content_6_contacts_right {
    width: 100%;
    padding: 0;
  }
  .content_6_contacts_right .two {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
