@font-face {
  font-family: 'Montserrat';
  src: url('../VNV9_fonts/VNV9-montserrat-medium.woff2');
}

@font-face {
  font-family: 'Coiny';
  src: url('../VNV9_fonts/VNV9-coiny-regular.woff2');
}

#confirmButton {
  background-color: #5956e9;
  border: none;
  color: #fff;
  font-size: 18px;
  padding: 10px;
  width: 200px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

#confirmButton:hover {
  background-color: #7f3fa7;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

body {
  font-family: 'Montserrat';
  background: #8e4d92;
}

body.home-page,
body.about-page {
  background: #e3dad2;
}

h2 {
  font-size: 40px;
  margin-bottom: 24px;
  font-family: 'Coiny';
}

@media (max-width: 575px) {
  h2 {
    font-size: 26px;
  }
}

.font-coiny {
  font-family: 'Coiny';
}

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

.color-blue {
  color: #325ca5 !important;
}

.color-light-blue {
  color: #5f93a7 !important;
}

.color-green {
  color: #99df84 !important;
}

.color-pink {
  color: #fbc1da !important;
}

.color-light-green {
  color: #c6dcbd !important;
}

.color-yellow {
  color: #ffce68 !important;
}

.color-black {
  color: #242324 !important;
}

.color-gray {
  color: #e3dad2 !important;
}

.tx-40-26 {
  font-size: 40px;
}

@media (max-width: 575px) {
  .tx-40-26 {
    font-size: 26px;
  }
}

.tx-20-16 {
  font-size: 20px;
}

@media (max-width: 575px) {
  .tx-20-16 {
    font-size: 16px;
  }
}

.tx-16-14 {
  font-size: 16px;
}

@media (max-width: 575px) {
  .tx-16-14 {
    font-size: 14px;
  }
}

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

.mb-8 {
  margin-bottom: 8px;
}

.uppercase {
  text-transform: uppercase;
}

.fw-700 {
  font-weight: 700;
}

.bg-pink {
  background: #ea5b81 !important;
}

.bg-purple {
  background: #8e4d92 !important;
}

.bg-blue {
  background: #325ca5 !important;
}

.bg-yellow {
  background: #ffce68 !important;
}

.body__container {
  max-width: 1280px;
  margin: 0 auto;
}

.mb-20 {
  margin-bottom: 20px;
}

.VNV9_header__fixed {
  position: fixed;
  z-index: 10000;
  background: #325ca5;
  width: 100%;
  top: 0px;
  left: 0;
}

.VNV9_header__wrappper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.VNV9_header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
  margin: 0 auto;
  max-width: 1280px;
}

.VNV9_header__box {
  padding-top: 70px;
}

.header__link__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: #efe6d1;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.16px;
  text-transform: uppercase;
}

.VNV9_header__conetent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
}

.VNV9_headers__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 360px;
}

.VNV9_headers__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.VNV9_header__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
  padding-left: 0;
  list-style: none;
}

.VNV9_header__burger {
  display: none;
}

.VNV9_header__cart {
  width: 34px;
  height: 34px;
  background: url('../VNV9_img/VNV9_cart.webp');
}

.VNV9_header__link {
  color: rgba(239, 230, 209, 0.8);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.32px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.VNV9_header__link:hover {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
}

.VNV9_header {
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(44, 40, 30, 0.4)),
      to(rgba(44, 40, 30, 0.4))
    ),
    url('../VNV9_img/VNV9_body-image-1.webp') lightgray 50% / cover no-repeat;
  background: -o-linear-gradient(
      bottom,
      rgba(44, 40, 30, 0.4) 0%,
      rgba(44, 40, 30, 0.4) 100%
    ),
    url('../VNV9_img/VNV9_body-image-1.webp') lightgray 50% / cover no-repeat;
  background: linear-gradient(
      0deg,
      rgba(44, 40, 30, 0.4) 0%,
      rgba(44, 40, 30, 0.4) 100%
    ),
    url('../VNV9_img/VNV9_body-image-1.webp') lightgray 50% / cover no-repeat;
  padding-top: 150px;
  padding-bottom: 150px;
}

.VNV9_header_about {
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(44, 40, 30, 0.4)),
      to(rgba(44, 40, 30, 0.4))
    ),
    url('../VNV9_img/VNV9_body-image-5.webp') lightgray 50% / cover no-repeat;
  background: -o-linear-gradient(
      bottom,
      rgba(44, 40, 30, 0.4) 0%,
      rgba(44, 40, 30, 0.4) 100%
    ),
    url('../VNV9_img/VNV9_body-image-5.webp') lightgray 50% / cover no-repeat;
  background: linear-gradient(
      0deg,
      rgba(44, 40, 30, 0.4) 0%,
      rgba(44, 40, 30, 0.4) 100%
    ),
    url('../VNV9_img/VNV9_body-image-5.webp') lightgray 50% / cover no-repeat;
}

.VNV9_header_contact {
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(44, 40, 30, 0.4)),
      to(rgba(44, 40, 30, 0.4))
    ),
    url('../VNV9_img/VNV9_body-image-4.webp') lightgray 50% / cover no-repeat;
  background: -o-linear-gradient(
      bottom,
      rgba(44, 40, 30, 0.4) 0%,
      rgba(44, 40, 30, 0.4) 100%
    ),
    url('../VNV9_img/VNV9_body-image-4.webp') lightgray 50% / cover no-repeat;
  background: linear-gradient(
      0deg,
      rgba(44, 40, 30, 0.4) 0%,
      rgba(44, 40, 30, 0.4) 100%
    ),
    url('../VNV9_img/VNV9_body-image-4.webp') lightgray 50% / cover no-repeat;
}

.VNV9_header_buy {
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(44, 40, 30, 0.4)),
      to(rgba(44, 40, 30, 0.4))
    ),
    url('../VNV9_img/VNV9_body-image-2.webp') lightgray 50% / cover no-repeat;
  background: -o-linear-gradient(
      bottom,
      rgba(44, 40, 30, 0.4) 0%,
      rgba(44, 40, 30, 0.4) 100%
    ),
    url('../VNV9_img/VNV9_body-image-2.webp') lightgray 50% / cover no-repeat;
  background: linear-gradient(
      0deg,
      rgba(44, 40, 30, 0.4) 0%,
      rgba(44, 40, 30, 0.4) 100%
    ),
    url('../VNV9_img/VNV9_body-image-2.webp') lightgray 50% / cover no-repeat;
}

.VNV9_header_shop {
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(44, 40, 30, 0.4)),
      to(rgba(44, 40, 30, 0.4))
    ),
    url('../VNV9_img/VNV9_body-image-1.webp') lightgray 50% / cover no-repeat;
  background: -o-linear-gradient(
      bottom,
      rgba(44, 40, 30, 0.4) 0%,
      rgba(44, 40, 30, 0.4) 100%
    ),
    url('../VNV9_img/VNV9_body-image-1.webp') lightgray 50% / cover no-repeat;
  background: linear-gradient(
      0deg,
      rgba(44, 40, 30, 0.4) 0%,
      rgba(44, 40, 30, 0.4) 100%
    ),
    url('../VNV9_img/VNV9_body-image-1.webp') lightgray 50% / cover no-repeat;
}

.VNV9_header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}

.header__wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.VNV9_header__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.VNV9_header__title {
  color: #e3dad2;
  text-align: center;
  font-family: 'Coiny';
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 80px */
  letter-spacing: -1.6px;
  max-width: 1083px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.header__title {
  text-align: center;
  font-size: 72px;
  width: 100%;
  margin-bottom: 0;
}

.VNV9_header__span {
  color: #594fff;
}

.VNV9_header__subtitle {
  color: #efe6d1;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
  letter-spacing: -0.32px;
  margin-bottom: 10px;
}

.VNV9_header__play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 350px;
  border: none;
  padding: 12px 18px;
  border-radius: 10px;
  background: #ebc33a;
  height: 43px;
  color: #2c281e;
  text-align: center;
  font-family: 'Coiny';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
  margin: 0 auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border: 2px solid transparent;
}

.VNV9_header__play:hover {
  border: 2px solid #cca82a;
}

.VNV9_header__basket {
  position: relative;
  cursor: pointer;
}

.VNV9_header_span {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 3.5px 5px 4.5px 6px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 18px;
  height: 18px;
  border-radius: 16px;
  border: 1px solid #2e5323;
  background: #589a44;
  color: #fff;
  font-size: 10px;
}

.VNV9_join {
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.VNV9_result {
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: visible;
}

.VNV9_result__box {
  overflow: visible;
}

.VNV9_result .body__container {
  overflow: visible;
}

.VNV9_join__title {
  color: #325ca5;
  font-family: 'Coiny';
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 40px */
  letter-spacing: -0.8px;
  margin-bottom: 24px;
}

.VNV9_result__title {
  color: #325ca5;
  font-family: 'Coiny';
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 40px */
  letter-spacing: -0.8px;
  margin-bottom: 16px;
}

.VNV9_result__table-wrapper {
  margin-top: 32px;
  position: relative;
  overflow: visible;
}

.VNV9_result__decorative-shape {
  position: absolute;
  top: -88px;
  left: -35px;
  width: 176px;
  height: 176px;
  z-index: 0;
  pointer-events: none;
}

.VNV9_result__decorative-shape-bottom {
  position: absolute;
  bottom: -5px;
  right: -40px;
  width: 80px;
  height: 80px;
  z-index: 2;
  pointer-events: none;
}

.VNV9_result__decorative-shape-bottom-left {
  position: absolute;
  bottom: -35px;
  right: 20px;
  width: 40px;
  height: 40px;
  z-index: 2;
  pointer-events: none;
}

.VNV9_result__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 20px;
  overflow: hidden;
  background: #2c281e;
  position: relative;
  z-index: 1;
}

.VNV9_result__table thead {
  background: #325ca5;
}

.VNV9_result__table th {
  color: #fff;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 16px;
  text-align: left;
}

.VNV9_result__table th:first-child {
  border-top-left-radius: 20px;
}

.VNV9_result__table th:last-child {
  border-top-right-radius: 20px;
}

.VNV9_result__table tbody {
  background: #2c281e;
}

.VNV9_result__table tbody tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.VNV9_result__table tbody tr:last-child {
  border-bottom: none;
}

.VNV9_result__table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 20px;
}

.VNV9_result__table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 20px;
}

.VNV9_result__table td {
  padding: 16px;
  color: #ffce68;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  vertical-align: middle;
}

.VNV9_result__numbers {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.VNV9_result__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ffce68;
  color: #2c281e;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.VNV9_join__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding-left: 0;
  list-style: none;
}

@media (max-width: 1280px) {
  .VNV9_join__items {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991px) {
  .VNV9_join__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

@media (max-width: 575px) {
  .VNV9_join__items {
    grid-template-columns: repeat(1, 1fr);
  }
}

.VNV9_join__items-secondary {
  display: flex;
  gap: 16px;
  padding-left: 0;
  list-style: none;
}

@media (max-width: 991px) {
  .VNV9_join__items-secondary {
    flex-direction: column;
  }

  .VNV9_result__decorative-shape {
    display: none;
  }

  .VNV9_result__decorative-shape-bottom {
    display: none;
  }

  .VNV9_result__decorative-shape-bottom-left {
    display: none;
  }
}

.VNV9_join__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 24px;
  border-radius: 20px;
}

.VNV9_join__number {
  margin-bottom: 16px;
}

.VNV9_join__num {
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  font-family: 'Coiny';
}

.VNV9_join__head {
  color: #fff;
  text-align: center;
  font-family: 'Coiny';
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.join__head_1 {
  color: #c6dcbd;
}

.join__head_2 {
  color: #fbc1da;
}

.join__head_3 {
  color: #99df84;
}

.join__head_4 {
  color: #5f93a7;
}

.VNV9_join__text {
  text-align: center;
  font-family: 'Montserrat';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.32px;
}

.VNV9_results {
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 50px;
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(44, 40, 30, 0.4)),
      to(rgba(44, 40, 30, 0.4))
    ),
    url('../VNV9_img/VNV9_body-image-4.webp') lightgray 50% / cover no-repeat;
  background: -o-linear-gradient(
      bottom,
      rgba(44, 40, 30, 0.4) 0%,
      rgba(44, 40, 30, 0.4) 100%
    ),
    url('../VNV9_img/VNV9_body-image-4.webp') lightgray 50% / cover no-repeat;
  background: linear-gradient(
      0deg,
      rgba(44, 40, 30, 0.4) 0%,
      rgba(44, 40, 30, 0.4) 100%
    ),
    url('../VNV9_img/VNV9_body-image-4.webp') lightgray 50% / cover no-repeat;
}

.VNV9_results__title {
  color: #efe6d1;
  text-align: center;
  font-family: 'Coiny';
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 40px */
  letter-spacing: -0.8px;
  margin-bottom: 16px;
}

.VNV9_results__subtitle {
  color: #efe6d1;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
  letter-spacing: -0.32px;
  margin-bottom: 24px;
}

.VNV9_results__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  background: #e64e33;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.VNV9_results__draw {
  max-width: 289px;
  width: 100%;
}

.VNV9_results__info {
  color: #efe6d1;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}

.VNV9_results__data {
  max-width: 305px;
  width: 100%;
}

.VNV9_results__wraps {
  padding: 16px 0;
  background: #2c281e;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.VNV9_results__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 16px 16px 16px;
}

.results__content {
  padding: 16px 16px 0 16px;
}

.VNV9_results__name {
  color: #ebc33a;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  max-width: 289px;
  width: 100%;
}

.VNV9_results__cal {
  color: #ebc33a;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  max-width: 305px;
  width: 100%;
}

.VNV9_results__items {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.VNV9_results__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 300px;
  border: 1px solid #ebc33a;
  background: #ebc33a;
}

.VNV9_results__num {
  color: #2c281e;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.VNV9_about {
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.VNV9_footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #325ca5;
}

.VNV9_footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 24px;
}

.VNV9_footer__left {
  max-width: 413px;
  width: 100%;
}

.VNV9_footer__logo {
  margin-bottom: 10px;
}

.VNV9_footer__sub {
  max-width: 250px;
  width: 100%;
  color: #efe6d1;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.32px;
}

.VNV9_footer__navigation {
  max-width: 413px;
  width: 100%;
}

.VNV9_footer__head {
  color: #c6dcbd;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 12px;
}

.VNV9_footer__links {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.VNV9_footer__link {
  color: #efe6d1;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.VNV9_footer__link:hover {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.5;
}

.VNV9_footer__details {
  margin-bottom: 24px;
  padding: 16px;
  border-radius: 10px;
  background: #8f5f8e;
}

.VNV9_footer__header {
  color: #efe6d1;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.VNV9_footer__wrap {
  margin-bottom: 24px;
}

.VNV9_footer__text {
  color: #efe6d1;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.32px;
}

.VNV9_footer__caption {
  color: #efe6d1;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.VNV9_footer__info {
  color: #efe6d1;
  text-align: center;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.32px;
}

.VNV9_footer__wrappers {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 24px;
}

.VNV9_footer__social {
  color: #c6dcbd;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.VNV9_footer__social:hover {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
}

.VNV9_footer__information {
  color: #efe6d1;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 24px;
}

.VNV9_footer__networks {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
  margin-bottom: 24px;
}

.VNV9_footer__age {
  width: 53px;
  height: 30px;
  background: url('../VNV9_img/VNV9_footer-age.webp') no-repeat;
}

.VNV9_footer__sup {
  color: #efe6d1;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
}

.VNV9_information {
  padding-top: 60px;
  padding-bottom: 40px;
}

.VNV9_information__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}

.VNV9_information__text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.VNV9_stories {
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 50px;
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(44, 40, 30, 0.4)),
      to(rgba(44, 40, 30, 0.4))
    ),
    url(../VNV9_img/VNV9_body-image-4.webp) lightgray 50% / cover no-repeat;
  background: -o-linear-gradient(
      bottom,
      rgba(44, 40, 30, 0.4) 0%,
      rgba(44, 40, 30, 0.4) 100%
    ),
    url(../VNV9_img/VNV9_body-image-4.webp) lightgray 50% / cover no-repeat;
  background: linear-gradient(
      0deg,
      rgba(44, 40, 30, 0.4) 0%,
      rgba(44, 40, 30, 0.4) 100%
    ),
    url(../VNV9_img/VNV9_body-image-4.webp) lightgray 50% / cover no-repeat;
}

.VNV9_stories__title {
  color: #efe6d1;
  font-family: 'Coiny';
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.8px;
  margin-bottom: 24px;
}

.VNV9_stories__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
  padding-left: 0;
  list-style: none;
}

.VNV9_stories__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 305px;
  width: 100%;
  padding: 24px;
  border-radius: 20px;
  background: #2c281e;
}

.VNV9_stories__number {
  color: #fff;
  text-align: center;
  font-family: 'Coiny';
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.VNV9_stories__head {
  color: #fff;
  text-align: center;
  font-family: 'Coiny';
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.VNV9_stories__text {
  color: #efe6d1;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.32px;
}

.VNV9_stories__red {
  color: #e64e33;
}

.VNV9_stories__green {
  color: #589a44;
}

.VNV9_stories__yellow {
  color: #ebc33a;
}

.modal {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.VNV9_contact {
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.VNV9_contact__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.VNV9_contact__messages {
  display: none;
  text-align: center;
  padding-top: 20px;
  color: #fff;
  font-size: 12px;
}

.VNV9_contact__content {
  max-width: 630px;
  width: 100%;
}

.VNV9_contact__form {
  width: 100%;
}

.VNV9_contact__input {
  width: 100%;
  margin-bottom: 10px;
  padding: 14px;
  border-radius: 10px;
  border: 1px solid #efe6d1;
  background: transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.32px;
}

.VNV9_contact__input::-webkit-input-placeholder {
  color: rgba(239, 230, 209, 0.6);
}

.VNV9_contact__input::-moz-placeholder {
  color: rgba(239, 230, 209, 0.6);
}

.VNV9_contact__input:-ms-input-placeholder {
  color: rgba(239, 230, 209, 0.6);
}

.VNV9_contact__input::-ms-input-placeholder {
  color: rgba(239, 230, 209, 0.6);
}

.VNV9_contact__input::placeholder {
  color: rgba(239, 230, 209, 0.6);
}

.VNV9_contact__message {
  width: 100%;
  margin-bottom: 10px;
  padding: 14px;
  border-radius: 10px;
  border: 1px solid #efe6d1;
  background: transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  height: 94px;
  letter-spacing: -0.32px;
  resize: none;
}

.VNV9_contact__message::-webkit-input-placeholder {
  color: rgba(239, 230, 209, 0.6);
}

.VNV9_contact__message::-moz-placeholder {
  color: rgba(239, 230, 209, 0.6);
}

.VNV9_contact__message:-ms-input-placeholder {
  color: rgba(239, 230, 209, 0.6);
}

.VNV9_contact__message::-ms-input-placeholder {
  color: rgba(239, 230, 209, 0.6);
}

.VNV9_contact__message::placeholder {
  color: rgba(239, 230, 209, 0.6);
}

.VNV9_contact_forms__checkbox-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #212529;
  line-height: 1.4;
}

.VNV9_contact_forms__checkbox {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #adb5bd;
  border-radius: 2px;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  margin-top: 0px;
}

.VNV9_contact_forms__checkbox-group {
  margin-bottom: 10px;
}

.VNV9_contact_forms__checkbox:checked {
  background: -o-radial-gradient(
    50.06% 50.11%,
    49.89% 49.94%,
    #ebc33a 0%,
    #ebc33a 100%
  );
  background: radial-gradient(
    49.89% 49.94% at 50.06% 50.11%,
    #ebc33a 0%,
    #ebc33a 100%
  );
  border-color: #ebc33a;
}

.VNV9_contact_forms__checkbox:checked::after {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  font-size: 12px;
  font-weight: bold;
}

.VNV9_contact_forms__consent__info {
  color: rgba(239, 230, 209, 0.8);
  text-align: center;
  font-family: 'Montserrat';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
  letter-spacing: -0.32px;
}

.VNV9_contact__btn {
  color: #2c281e;
  text-align: center;
  font-family: 'Coiny';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 43px;
  padding: 12px 48px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background: #ebc33a;
  width: 100%;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border: 2px solid transparent;
}

.VNV9_contact__btn:hover {
  border: 2px solid #cca82a;
  color: #fff;
}

.VNV9_contact__wrap {
  max-width: 630px;
  width: 100%;
}

.VNV9_contact__title {
  color: #efe6d1;
  font-family: 'Coiny';
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 16px;
  text-align: left;
}

.VNV9_contact__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.VNV9_contact__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  color: #efe6d1;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.32px;
}

.contact_info_email::before {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url('../VNV9_img/VNV9_contact-email.webp') no-repeat center;
}

.contact_info_location::before {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url('../VNV9_img/VNV9_contact-location.webp') no-repeat center;
}

.contact_info_phone::before {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url('../VNV9_img/VNV9_contact-phone.webp') no-repeat center;
}

.VNV9_ticket {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 20px;
}

.VNV9_ticket__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.VNV9_ticket__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.VNV9_ticket__left-column {
  max-width: 847px;
  width: 100%;
}

.right-column {
  max-width: 409px;
  width: 100%;
}

.VNV9_ticket__head {
  color: #efe6d1;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%; /* 24px */
  text-transform: uppercase;
  margin-bottom: 16px;
}

.VNV9_ticket__step {
  margin-bottom: 24px;
}
.VNV9_ticket__step:last-child {
  margin-bottom: 0;
}

.VNV9_ticket__game-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.VNV9_ticket__wrapper {
  padding: 24px;
  border-radius: 20px;
  border: 1px solid rgba(239, 230, 209, 0.8);
}

.VNV9_ticket__game-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding: 8px 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  border: 1px solid #ebc33a;
  background: transparent;
  cursor: pointer;
  color: #efe6d1;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.VNV9_ticket__game-btn:hover {
  background: #ffcc00;
}

.VNV9_ticket__game-btn.active {
  border-radius: 20px;
  background: #ebc33a;
  color: #2c281e;
}

.VNV9_ticket__number-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

.VNV9_ticket__number-btn {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #ebc33a;
  background: rgba(239, 230, 209, 0.05);
  color: #efe6d1;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.VNV9_ticket__number-btn.selected {
  border: 1px solid #ebc33a;
  background: #ebc33a;
  color: #2c281e;
}

.VNV9_ticket__number-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.action-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin: 20px 0;
}

.VNV9_ticket__quick-pick {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding: 8px 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  border: none;
  border-radius: 8px;
  background: #325ca5;
  color: #efe6d1;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.VNV9_ticket__quick-pick:hover {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: #fff;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  color: #000;
}

.VNV9_ticket__clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding: 8px 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background: #ea5b81;
  color: #efe6d1;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  cursor: pointer;
  border: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.VNV9_ticket__clear:hover {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: #fff;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  color: #000;
}

.VNV9_ticket__add-to-cart {
  background: #2196f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding: 8px 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  color: #efe6d1;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  cursor: pointer;
  border: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.VNV9_ticket__add-to-cart:hover {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: #fff;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  color: #000;
}

.VNV9_ticket__customer-details {
  margin-top: 30px;
}

.VNV9_ticket__input-group {
  margin-bottom: 10px;
}

.VNV9_ticket__input {
  padding: 14px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #efe6d1;
  background: transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.32px;
}

.VNV9_ticket__input::-webkit-input-placeholder {
  color: rgba(239, 230, 209, 0.6);
}

.VNV9_ticket__input::-moz-placeholder {
  color: rgba(239, 230, 209, 0.6);
}

.VNV9_ticket__input:-ms-input-placeholder {
  color: rgba(239, 230, 209, 0.6);
}

.VNV9_ticket__input::-ms-input-placeholder {
  color: rgba(239, 230, 209, 0.6);
}

.VNV9_ticket__input::placeholder {
  color: rgba(239, 230, 209, 0.6);
}

.VNV9_ticket__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(239, 230, 209, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.32px;
  cursor: pointer;
}

.VNV9_ticket__checkbox {
  margin-right: 8px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.VNV9_ticket__complete-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 43px;
  padding: 12px 48px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background: #ebc33a;
  width: 100%;
  color: #2c281e;
  text-align: center;
  font-family: 'Coiny';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.VNV9_ticket__complete-order:hover {
  background: #ffcc00;
}

.VNV9_ticket__complete-order:disabled {
  background: #cccccc;
  cursor: not-allowed;
}

.VNV9_ticket__info {
  color: rgba(239, 230, 209, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.32px;
  margin-bottom: 16px;
}

/* Cart Summary */
.VNV9_ticket__cart-summary {
  padding: 24px 16px;
  border-radius: 16px;
  background: #2c281e;
}

.VNV9_ticket__cart-item {
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #efe6d1;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  letter-spacing: -0.32px;
}

.ticket__text_total {
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  padding-top: 16px;
  margin-top: 16px;
}

.ticket__text_subtotal {
  margin-bottom: 16px;
}

.cart-item_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.VNV9_ticket__cart-total {
  padding-top: 15px;
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  font-weight: bold;
}

.VNV9_ticket__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #efe6d1;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.32px;
}

.VNV9_ticket__no-ticket {
  text-align: center;
  padding: 20px;
  color: #aaa;
  font-size: 0.9rem;
}

/* Модальное окно */
.VNV9_modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.VNV9_modal-content {
  background: #262626;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  max-width: 400px;
  color: white;
}

.VNV9_modal_title {
  font-size: 1.4rem;
}

.VNV9_subtitle {
  font-size: 1rem;
  margin-bottom: 20px;
}

.VNV9_modal-btn {
  padding: 10px 20px;
  background: #ffd700;
  color: #262626;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
}

.VNV9_products {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #1e1e1e;
  margin-bottom: 20px;
}
.VNV9_products__title {
  color: #efe6d1;
  font-family: 'Coiny';
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.8px;
  margin-bottom: 24px;
}
.VNV9_products__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}
.VNV9_products__item {
  max-width: 418px;
  width: 100%;
  padding: 24px;
  border-radius: 20px;
  background: #343433;
  -webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1);
}
.VNV9_products__img {
  margin-bottom: 16px;
}
.VNV9_products__categories {
  color: #efe6d1;
  font-family: 'Coiny';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
  margin-bottom: 4px;
}
.VNV9_products__name {
  color: #efe6d1;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 8px;
}
.VNV9_products__stars {
  margin-bottom: 8px;
}
.VNV9_products__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.VNV9_products__price {
  color: #efe6d1;
  font-family: 'Coiny';
  font-size: 36px;
  font-weight: 700;
  line-height: 150%;
}
.VNV9_products__btn {
  width: 40px;
  height: 40px;
  background: url(../VNV9_img/VNV9_game-cart.webp) no-repeat center, #ebc33a;
  cursor: pointer;
  border: none;
  border-radius: 180px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.VNV9_products__btn:hover {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: url(../VNV9_img/VNV9_game-cart.webp) no-repeat center, #fff;
}

.VNV9_enduring {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 20px;
}
.VNV9_enduring__title {
  color: #efe6d1;
  text-align: center;
  font-family: 'Coiny';
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 40px */
  letter-spacing: -0.8px;
  margin-bottom: 10px;
}
.VNV9_enduring__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.VNV9_enduring__text {
  color: #efe6d1;
  text-align: center;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.32px;
}
.VNV9_enduring__head {
  text-align: center;
  font-family: 'Coiny';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #efe6d1;
}

@media (max-width: 768px) {
  .VNV9_enduring__head {
    font-size: 16px;
  }
}

.modal__title {
  margin: 0;
  margin-bottom: 20px;
  color: #efe6d1;
  text-align: center;
  font-family: 'Coiny';
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 40px */
  letter-spacing: -0.8px;
  max-width: 386px;
}

.modal__subtitle {
  margin: 0;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.modal__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 18px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border: none;
  border-radius: 10px;
  background: #ebc33a;
  height: 43px;
  color: #2c281e;
  text-align: center;
  font-family: 'Coiny';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.modal__btn:hover {
  background: #ff8235;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.modal__content {
  position: relative;
  top: 0%;
  border-radius: 16px;
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0.5))
    ),
    url('../VNV9_img/VNV9_body-image-3.webp') lightgray 50% / cover no-repeat;
  background: -o-linear-gradient(
      bottom,
      rgba(0, 0, 0, 0.5) 0%,
      rgba(0, 0, 0, 0.5) 100%
    ),
    url('../VNV9_img/VNV9_body-image-3.webp') lightgray 50% / cover no-repeat;
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.5) 0%,
      rgba(0, 0, 0, 0.5) 100%
    ),
    url('../VNV9_img/VNV9_body-image-3.webp') lightgray 50% / cover no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 40px;
  max-width: 600px;
  width: 100%;
}

.modal__close {
  position: absolute;
  top: 0;
  right: 10px;
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
}

.modal__img {
  margin-bottom: 20px;
}

.modal__close:hover,
.modal__close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.cookie-popup.hidden {
  display: none;
}

.popupcookie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
}

.popupcookie__content {
  position: relative;
  top: 20%;
  right: 0;
  max-width: 100%;
  width: 100%;
  border-radius: 16px;
  background: #1e1e1e;
  padding: 24px 16px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.popupcookie__close:hover,
.popupcookie__close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.popupcookie__title {
  color: #efe6d1;
  font-family: 'Coiny';
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 40px */
  letter-spacing: -0.8px;
  margin: 0;
  margin-bottom: 10px;
}

.popupcookie__subtitle {
  color: #efe6d1;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.32px;
}

.popupcookie__btn {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: transparent;
  border-radius: 10px;
  border: 2px solid #ebc33a;
  color: #efe6d1;
  text-align: center;
  font-family: 'Coiny';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
}

.popupcookie__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  gap: 10px;
  border: none;
  cursor: pointer;
  border-radius: 10px;
  background: #ebc33a;
  color: #2c281e;
  text-align: center;
  font-family: 'Coiny';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.popupcookie__button:hover {
  background: #22272b;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.popupcookie__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}

.popupcookie__btn:hover {
  background: #22272b;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.modal_form {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.modal_form__content {
  position: relative;
  top: 0%;
  border-radius: 16px;
  background: #1e1e1e;
  padding: 50px 40px;
  max-width: 600px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal_form__title {
  color: #efe6d1;
  text-align: center;
  font-family: 'Coiny';
  font-size: 40px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.8px;
  margin-bottom: 20px;
}

.modal_form__left {
  width: 100%;
  max-width: 386px;
  margin: 0 auto;
}

.modal_form__subtitle {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 30px;
}

.modal_form__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}

.modal_form__links {
  background: transparent;
  border: none;
  cursor: pointer;
  color: #ebc33a;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.32px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-transform: uppercase;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.modal_form__links:hover {
  opacity: 0.5;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.modal_form__input {
  border-radius: 10px;
  border: 1px solid #efe6d1;
  background: transparent;
  padding: 14px;
  width: 100%;
  margin-bottom: 14px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.32px;
}

.modal_form__input::-webkit-input-placeholder {
  color: rgba(239, 230, 209, 0.6);
}

.modal_form__input::-moz-placeholder {
  color: rgba(239, 230, 209, 0.6);
}

.modal_form__input:-ms-input-placeholder {
  color: rgba(239, 230, 209, 0.6);
}

.modal_form__input::-ms-input-placeholder {
  color: rgba(239, 230, 209, 0.6);
}

.modal_form__input::placeholder {
  color: rgba(239, 230, 209, 0.6);
}

.modal_form__btn {
  color: #2c281e;
  text-align: center;
  font-family: 'Coiny';
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: 10px;
  background: #ebc33a;
  height: 43px;
  width: 100%;
  border: none;
  cursor: pointer;
  margin-bottom: 20px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.modal_form__btn:hover {
  background: #ff8235;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.modal_form__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal_form__question {
  color: #efe6d1;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.32px;
}

.modal_form__wrappper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal__text {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
}

.modal_form__close {
  background: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  color: #fff;
}

.modal_form__close1 {
  background: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  color: #fff;
}

.modal_form__messages {
  display: none;
  color: #fff;
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
}

.modal_form__messagess {
  display: none;
  color: #fff;
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
}

/* Чекбокс согласия */
.forms__checkbox-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #212529;
  line-height: 1.4;
}

.forms__checkbox {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 22px;
  height: 16px;
  border: 2px solid #adb5bd;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
}

.forms__checkbox-group {
  margin-bottom: 20px;
}

.forms__checkbox:checked {
  background: -o-radial-gradient(
    50.06% 50.11%,
    49.89% 49.94%,
    #41ee35 0%,
    #138611 100%
  );
  background: radial-gradient(
    49.89% 49.94% at 50.06% 50.11%,
    #41ee35 0%,
    #138611 100%
  );
  border-color: #41ee35;
}

.forms__checkbox:checked::after {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  font-size: 12px;
  font-weight: bold;
}

.forms__consent__info {
  color: rgba(239, 230, 209, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.32px;
}

/* Стиль для модального окна */
.modal-overlay {
  display: none; /* По умолчанию скрыто */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 10000;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.VNV9_cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.VNV9_cards__container {
  background: #fff;
  padding: 40px;
  max-width: 1240px;
  width: 100%;
  border-radius: 16px;
  background: #1e1e1e;
}

.VNV9_cards__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.VNV9_cards__image {
  max-width: 560px;
  width: 100%;
}

.VNV9_cards__top {
  margin-bottom: 20px;
}

.VNV9_cards__stars {
  margin-bottom: 10px;
}

.VNV9_cards__star {
  width: 12px;
  height: 12px;
}

.VNV9_cards__name {
  color: #efe6d1;
  font-family: 'Coiny';
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 43.2px */
  margin-bottom: 16px;
}

.VNV9_cards__price {
  color: #efe6d1;
  font-family: 'Coiny';
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
  margin-bottom: 16px;
}

.VNV9_cards__line {
  height: 1px;
  background: #ccc;
  margin-bottom: 24px;
}

.VNV9_cards__caption {
  color: #efe6d1;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 8px;
}

.VNV9_cards__list {
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}

.VNV9_cards__info {
  margin-bottom: 5px;
  color: #efe6d1;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.VNV9_cards__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.qty-display {
  color: #efe6d1;
  text-align: center;
  font-family: 'Coiny';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
}

.VNV9_cards__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.VNV9_cards__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.VNV9_cards__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 560px;
  width: 100%;
}

.qty-btn {
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 10px;
  background: #efe6d1;
  cursor: pointer;
  font-size: 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.qty-input {
  width: 50px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1em;
}

.VNV9_cards__add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 43px;
  padding: 12px 48px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border-radius: 10px;
  background: #ebc33a;
  color: #2c281e;
  text-align: center;
  font-family: 'Coiny';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.VNV9_cards__add:hover {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: #fff;
}

/* Кнопка закрытия модального окна */
.modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
  color: #aaa;
  z-index: 1001;
}

.modal-close:hover {
  color: #000;
}

.VNV9_cart {
  padding-top: 120px;
  padding-bottom: 40px;
  background: #1e1e1e;
}
.VNV9_cart__title {
  color: #efe6d1;
  font-family: 'Coiny';
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 38.4px */
  margin-bottom: 24px;
}
.VNV9_cart__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.VNV9_cart__wraps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.VNV9_cart__left {
  max-width: 760px;
  width: 100%;
  padding: 0px 16px;
}
.cart__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 80px 16px 0px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #c5bead;
  margin-bottom: 12px;
}
.cart__top__head {
  color: #efe6d1;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.42px;
  text-transform: uppercase;
}

.cart__top__head:nth-child(1) {
  max-width: 238px;
  width: 100%;
}

.carts__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 100px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 12px;
}
.carts__content__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
}
.carts__content__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.carts__content__product {
  max-width: 100px;
  border-radius: 10px;
}
.carts__content__name {
  color: #efe6d1;
  font-family: 'Coiny';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  width: 138px;
}
.carts__content__price {
  color: #efe6d1;
  font-family: 'Coiny';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}

.carts__content__bold {
  color: #efe6d1;
  font-family: 'Coiny';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}

.carts__content__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.carts__content__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 80px;
}
.carts__content__counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.carts__content__minus {
  border-radius: 10px;
  background: #efe6d1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 34px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  cursor: pointer;
}
.carts__content__count {
  color: #efe6d1;
  text-align: center;
  font-family: 'Coiny';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  width: 40px;
}
.carts__content__plus {
  border-radius: 10px;
  background: #efe6d1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 34px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  cursor: pointer;
}
.carts__content__close {
  cursor: pointer;
}
.VNV9_cart__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.VNV9_cart__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: flex;
  height: 43px;
  padding: 12px 48px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 2px solid #ebc33a;
  color: #efe6d1;
  text-align: center;
  font-family: 'Coiny';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.VNV9_cart__btn:hover {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: #ebc33a;
  color: #fff;
}

.VNV9_cart__update {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 43px;
  padding: 12px 48px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background: #ebc33a;
  border: none;
  cursor: pointer;
  color: #2c281e;
  text-align: center;
  font-family: 'Coiny';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.VNV9_cart__cup {
  text-align: center;
  margin-bottom: 20px;
  color: #efe6d1;
  font-family: 'Coiny';
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
}

.VNV9_cart__update:hover {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: #fff;
  color: #000;
}

.cart__btn_act {
  padding: 16px 40px;
  color: #fff;
  background: #2973c8;
}

.cart__btn_act:hover {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: #ffffff;
  color: #2973c8;
}

.VNV9_cart__right {
  max-width: 424px;
  min-height: auto;
  padding: 24px;
  width: 100%;
  border-radius: 16px;
  background: #efe6d1;
}
.VNV9_cart__head {
  color: #2c281e;
  font-family: 'Coiny';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  margin-bottom: 14px;
}
.VNV9_cart__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px 0px;
  margin-bottom: 10px;
}
.VNV9_cart__header {
  color: #2c281e;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}
.VNV9_cart__price {
  color: #2c281e;
  font-family: 'Coiny';
  font-size: 16px;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.VNV9_cart__bold {
  color: #2c281e;
  font-family: 'Coiny';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.VNV9_cart__porcce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 43px;
  padding: 12px 48px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background: #ebc33a;
  width: 100%;
  color: #2c281e;
  text-align: center;
  font-family: 'Coiny';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 14px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.VNV9_cart__porcce:hover {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: #528ccb;
}
.VNV9_cart__code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  max-width: 683px;
  width: 100%;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  background: #fff;
}
.VNV9_cart__coupon {
  font-size: 12px;
  text-align: left;
}
.VNV9_cart__input {
  padding: 14px 24px;
  width: 531px;
  border-radius: 46px;
  border: 1px solid #e6e6e6;
  background: #fff;
  color: #999;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.VNV9_cart__add {
  position: absolute;
  right: 0;
  top: 0;
  padding: 16px 40px;
  height: 54px;
  width: 196px;
  border-radius: 12px;
  background: #333;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.VNV9_cart__add:hover {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: #848181;
}

.VNV9_checkout {
  background: #1e1e1e;
  padding-top: 120px;
  padding-bottom: 40px;
}

.VNV9_checkout__title {
  color: #efe6d1;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 24px;
}
.VNV9_checkout__wrap {
  max-width: 816px;
  width: 100%;
}
.VNV9_checkout__left {
  width: 100%;
}

.VNV9_checkout__red {
  color: red;
}

.VNV9_checkout__head {
  color: #efe6d1;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 16px;
}
.VNV9_checkout__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.VNV9_checkout__block1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.VNV9_checkout__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.VNV9_checkout__label {
  color: #efe6d1;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%; /* 21px */
  margin-bottom: 8px;
}
.VNV9_checkout__input {
  height: 49px;
  padding: 8px;
  width: 100%;
  margin-bottom: 16px;
  border-radius: 10px;
  border: 1px solid #efe6d1;
  background: transparent;
  color: #999;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}
.VNV9_checkout__block2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 16px;
}
.VNV9_checkout__block3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.VNV9_checkout__line {
  background: #e6e6e6;
  height: 1px;
  width: 100%;
  margin-bottom: 32px;
}
.VNV9_checkout__message {
  height: 100px;
  padding: 14px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #efe6d1;
  background: transparent;
  resize: none;
  color: #999;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.input_5 {
  width: 280px;
}

.input_6 {
  width: 180px;
}

.input_7 {
  width: 103px;
}

.input_8 {
  width: 400px;
  margin-bottom: 32px;
}

.input_9 {
  width: 400px;
  margin-bottom: 32px;
}

.VNV9_checkout__right {
  max-width: 400px;
  width: 100%;
}
.checkout_wrapper {
  border-radius: 16px;
  background: #efe6d1;
  padding: 24px;
}
.checkout_wrapper__head {
  color: #2c281e;
  font-family: 'Coiny';
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 14px;
}
.checkout_wrapper__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
}
.checkout_wrapper__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}
.checkout_wrapper__product {
  max-width: 60px;
  border-radius: 10px;
}
.checkout_wrapper__name {
  color: #1e1e1e;
  font-family: 'Coiny';
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.checkout_wrapper__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.checkout_wrapper__count {
  color: #1e1e1e;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%; /* 21px */
}
.checkout_wrapper__price {
  color: #2c281e;
  font-family: 'Coiny';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.checkout_wrapper__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px 0px;
}
.checkout_wrapper__info {
  color: #2c281e;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%; /* 21px */
}
.checkout_wrapper__bold {
  color: #2c281e;
  font-family: 'Coiny';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.checkout_wrapper__blue {
  font-family: 'Montserrat';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  margin-bottom: 14px;
}
.checkout_wrapper__text {
  color: #808080;
  font-family: 'Montserrat';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  margin-bottom: 14px;
}
.checkout_wrapper__link {
  color: #228784;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.checkout_wrapper__link:hover {
  opacity: 0.5;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.checkout_wrapper__btn {
  height: 43px;
  padding: 8px 18px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background: #ebc33a;
  border: none;
  width: 100%;
  cursor: pointer;
  color: #2c281e;
  text-align: center;
  font-family: 'Coiny';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.checkout_wrapper__btn:hover {
  background: #fff;
  color: #2973c8;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.VNV9_checkout__inners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.VNV9_checkout__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  max-width: 300px;
  width: 100%;
}
.VNV9_checkout__header {
  color: #1a1a1a;
  text-align: right;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 6px;
}
.VNV9_checkout__sup {
  color: #808080;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.VNV9_checkout__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 180px;
  width: 70px;
  height: 70px;
  background: -o-linear-gradient(
      bottom,
      rgba(28, 57, 89, 0.1) 0%,
      rgba(28, 57, 89, 0.1) 100%
    ),
    #fff;
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(28, 57, 89, 0.1)),
      to(rgba(28, 57, 89, 0.1))
    ),
    #fff;
  background: linear-gradient(
      0deg,
      rgba(28, 57, 89, 0.1) 0%,
      rgba(28, 57, 89, 0.1) 100%
    ),
    #fff;
}

.active__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1310px) {
  .body__container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .VNV9_header__nav {
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .VNV9_header__links {
    display: none;
  }

  .VNV9_header__burger {
    display: block;
    cursor: pointer;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 22px;
    height: 14px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  /* Эффект перекрестия */
  .VNV9_header__burger.active_menu .bar:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 1px;
    -ms-transform-origin: 1px;
    transform-origin: 1px;
  }

  .VNV9_header__burger.active_menu .bar:nth-child(2) {
    opacity: 0;
    /* Скрыть вторую палочку */
  }

  .VNV9_header__burger.active_menu .bar:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 7px;
    -ms-transform-origin: 7px;
    transform-origin: 7px;
  }

  .VNV9_header__line {
    height: 2px;
    background-color: #fff;
    margin: 3px 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .menu {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0px;
    background: #325ca5;
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    border-radius: 0;
  }

  .menu.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
  }

  .VNV9_header__link {
    font-size: 14px;
  }

  .VNV9_header__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
  }

  .VNV9_results__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .VNV9_ticket__game-btn {
    font-size: 14px;
  }

  .VNV9_cart__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }

  .VNV9_cart__right {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .VNV9_cart__left {
    max-width: 100%;
  }

  .VNV9_checkout__form {
    gap: 20px;
  }

  .VNV9_checkout__wrap {
    max-width: 100%;
  }

  .VNV9_checkout__block1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .VNV9_checkout__block2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }

  .VNV9_checkout__input {
    width: 100%;
    margin-bottom: 16px;
  }

  .VNV9_checkout__block3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 1199px) {
  .VNV9_cards__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }

  .VNV9_cards__contents {
    max-width: 100%;
  }

  .VNV9_cards__image {
    max-width: 250px;
  }

  .VNV9_cards__container {
    padding: 20px 10px;
  }

  .VNV9_cards__name {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .VNV9_cards__content {
    gap: 10px;
  }

  .VNV9_cards__price {
    margin-bottom: 10px;
  }

  .VNV9_cards__line {
    margin-bottom: 10px;
  }

  .VNV9_cards__info {
    margin-bottom: 0;
  }

  .VNV9_cards__list {
    gap: 2px;
  }
}
@media (max-width: 991px) {
  .VNV9_header__title {
    font-size: 60px;
  }

  .VNV9_header {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .VNV9_results__items {
    gap: 5px;
  }

  .VNV9_results__item {
    width: 30px;
    height: 30px;
  }

  .VNV9_results__num {
    font-size: 14px;
  }

  .VNV9_results__info {
    font-size: 16px;
  }

  .VNV9_results__name {
    font-size: 16px;
    max-width: 250px;
  }

  .VNV9_results__cal {
    font-size: 16px;
    max-width: 250px;
  }

  .VNV9_results__draw {
    max-width: 250px;
  }

  .VNV9_results__data {
    max-width: 250px;
  }

  .VNV9_footer__wrappers {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
  }

  .VNV9_footer__networks {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
  }

  .VNV9_ticket__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .VNV9_ticket__left-column {
    max-width: 100%;
  }

  .right-column {
    max-width: 100%;
  }

  .cart__top {
    display: none;
  }

  .VNV9_cart__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }

  .carts__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
  }

  .carts__content__left {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .carts__content__right {
    width: 100%;
  }

  .carts__content__wrap {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .carts__content__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 24px;
    position: absolute;
    top: -8px;
    right: 0;
  }

  .VNV9_cart__code {
    max-width: 100%;
  }

  .VNV9_cart__add {
    position: relative;
    width: 100%;
  }

  .VNV9_cart__wraps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }

  .VNV9_cart__code {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .VNV9_cart__input {
    width: 100%;
  }

  .carts__content {
    padding-bottom: 12px;
  }
}

@media (max-width: 767px) {
  .popupcookie__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .popupcookie__btn {
    width: 100%;
  }

  .popupcookie__button {
    width: 100%;
  }

  .popupcookie__content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .VNV9_results__name {
    max-width: 150px;
  }

  .VNV9_results__cal {
    max-width: 150px;
  }

  .VNV9_results__draw {
    max-width: 150px;
  }

  .VNV9_results__data {
    max-width: 150px;
  }

  .VNV9_stories__item {
    max-width: 100%;
  }

  .VNV9_contact__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }

  .VNV9_contact__content {
    max-width: 100%;
    width: 100%;
  }

  .VNV9_checkout__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .VNV9_checkout__right {
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .body__container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .VNV9_header__nav {
    padding-left: 10px;
    padding-right: 10px;
  }

  .modal__content {
    padding: 20px;
  }

  .modal__title {
    font-size: 30px;
  }

  .header__link__logo {
    font-size: 14px;
  }

  .VNV9_header__logo {
    max-width: 24px;
  }

  .menu {
    top: 54px;
  }

  .menu.active {
    gap: 15px;
  }

  .VNV9_header {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .VNV9_header__box {
    padding-top: 50px;
  }

  .VNV9_header__play {
    width: 100%;
  }

  .VNV9_header__title {
    font-size: 36px;
  }

  .VNV9_header__subtitle {
    font-size: 14px;
  }

  .VNV9_join {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 10px;
    border-radius: 25px;
  }

  .VNV9_result {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 10px;
    border-radius: 25px;
  }

  .VNV9_join__title {
    font-size: 26px;
    margin-bottom: 16px;
  }

  .VNV9_result__title {
    font-size: 26px;
    margin-bottom: 16px;
  }

  .VNV9_result__table th {
    font-size: 14px;
    padding: 12px 8px;
  }

  .VNV9_result__table td {
    font-size: 14px;
    padding: 16px 8px;
  }

  .VNV9_result__number {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }

  .VNV9_result__numbers {
    gap: 6px;
  }

  .VNV9_result__decorative-shape {
    display: none;
  }

  .VNV9_join__number {
    margin-bottom: 10px;
  }

  .VNV9_join__head {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .VNV9_join__text {
    font-size: 12px;
  }

  .VNV9_join__items {
    gap: 10px;
  }

  .VNV9_results {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 10px;
    border-radius: 25px;
  }

  .VNV9_results__title {
    font-size: 26px;
    margin-bottom: 16px;
  }

  .VNV9_results__subtitle {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .VNV9_results__top {
    padding: 16px 0 16px 8px;
  }

  .VNV9_results__info {
    font-size: 12px;
  }

  .VNV9_results__name {
    font-size: 12px;
  }

  .VNV9_results__content {
    padding: 0 0 8px 8px;
    gap: 10px;
  }

  .results__content {
    padding: 8px 0 0 8px;
  }

  .VNV9_results__name {
    max-width: 80px;
  }

  .VNV9_results__cal {
    max-width: 80px;
  }

  .VNV9_results__draw {
    max-width: 80px;
  }

  .VNV9_results__data {
    max-width: 80px;
  }

  .VNV9_results__top {
    gap: 10px;
  }

  .VNV9_results__cal {
    font-size: 12px;
  }

  .VNV9_about {
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 25px;
  }

  .VNV9_footer__top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .VNV9_footer__navigation {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .VNV9_footer__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    max-width: 100%;
  }

  .VNV9_footer__sub {
    font-size: 14px;
  }

  .VNV9_footer__logo {
    margin-bottom: 0;
    max-width: 40px;
  }

  .VNV9_footer__head {
    font-size: 16px;
  }

  .VNV9_footer__top {
    margin-bottom: 16px;
  }

  .VNV9_footer__details {
    padding: 10px;
    margin-bottom: 16px;
  }

  .VNV9_footer__header {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .VNV9_footer__text {
    font-size: 14px;
  }

  .VNV9_footer__caption {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .VNV9_footer__info {
    font-size: 14px;
  }

  .VNV9_footer__wrap {
    margin-bottom: 16px;
  }

  .VNV9_footer__social {
    font-size: 16px;
  }

  .VNV9_footer__wrappers {
    margin-bottom: 16px;
  }

  .VNV9_footer__information {
    margin-bottom: 16px;
  }

  .VNV9_footer__networks {
    margin-bottom: 16px;
  }

  .modal_form__content {
    padding: 20px;
  }

  .forms__consent__info {
    font-size: 12px;
  }

  .VNV9_information {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .VNV9_stories {
    margin-bottom: 10px;
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 25px;
  }

  .VNV9_stories__title {
    font-size: 26px;
    margin-bottom: 16px;
  }

  .VNV9_stories__items {
    gap: 10px;
  }

  .VNV9_contact {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 10px;
    border-radius: 25px;
  }

  .VNV9_contact__title {
    font-size: 16px;
  }

  .VNV9_contact_forms__consent__info {
    font-size: 14px;
  }

  .VNV9_ticket__game-buttons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
  }

  .VNV9_ticket {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 10px;
    border-radius: 25px;
  }

  .VNV9_ticket__head {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .VNV9_ticket__game-btn {
    height: 40px;
    padding: 5px 20px;
  }

  .VNV9_ticket__step {
    margin-bottom: 40px;
  }

  .VNV9_ticket__wrapper {
    padding: 10px;
  }

  .VNV9_ticket__info {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .VNV9_ticket__number-btn {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }

  .VNV9_ticket__number-grid {
    gap: 4px;
  }

  .action-buttons {
    margin-top: 10px;
  }

  .VNV9_ticket__quick-pick {
    padding: 5px 10px;
    font-size: 14px;
  }

  .VNV9_ticket__clear {
    padding: 5px 10px;
    font-size: 14px;
  }

  .VNV9_ticket__add-to-cart {
    padding: 5px 10px;
    font-size: 14px;
  }

  .VNV9_ticket__label {
    font-size: 14px;
  }

  .VNV9_ticket__complete-order {
    font-size: 14px;
  }

  .VNV9_ticket__container {
    gap: 40px;
  }

  .VNV9_ticket__cart-summary {
    padding: 10px;
  }

  .ticket__text_subtotal {
    margin-bottom: 10px;
  }

  .ticket__text_total {
    padding-top: 10px;
    margin-top: 10px;
  }

  .VNV9_ticket__no-ticket {
    padding: 10px;
  }

  .VNV9_ticket__text {
    font-size: 14px;
  }

  .VNV9_ticket__cart-item {
    font-size: 14px;
  }

  .VNV9_products {
    margin-bottom: 10px;
  }

  .VNV9_products__title {
    font-size: 26px;
    margin-bottom: 24px;
  }

  .VNV9_enduring {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 10px;
    border-radius: 25px;
  }

  .VNV9_enduring__title {
    font-size: 26px;
  }

  .VNV9_enduring__text {
    font-size: 14px;
  }

  .VNV9_enduring__head {
    font-size: 16px;
  }

  .VNV9_cards__image {
    max-width: 150px;
  }

  .VNV9_cards__info {
    font-size: 12px;
  }

  .VNV9_cards__name {
    font-size: 24px;
  }

  .VNV9_cards__caption {
    font-size: 12px;
  }

  .qty-btn {
    width: 28px;
    height: 28px;
  }

  .VNV9_cards__add {
    height: 38px;
    font-size: 14px;
  }

  .carts__content__product {
    max-width: 64px;
  }

  .VNV9_cart__title {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .VNV9_cart__left {
    padding: 0;
  }

  .carts__content__box {
    gap: 6px;
  }

  .carts__content__name {
    max-width: 100px;
    font-size: 12px;
  }

  .carts__content__price {
    font-size: 14px;
  }

  .carts__content__close {
    width: 16px;
    height: 16px;
    position: absolute;
    top: -6px;
  }

  .VNV9_cart__porcce {
    padding: 12px 20px;
  }

  .VNV9_cart {
    padding-bottom: 40px;
    padding-top: 80px;
  }

  .VNV9_cart__right {
    margin-bottom: 0;
  }

  .VNV9_cart__wrapper {
    margin-bottom: 0;
  }

  .VNV9_checkout__title {
    font-size: 20px;
  }

  .VNV9_checkout__head {
    font-size: 18px;
  }

  .checkout_wrapper {
    padding: 16px;
  }

  .checkout_wrapper__btn {
    padding: 10px 24px;
    font-size: 14px;
  }

  .VNV9_checkout__header {
    font-size: 14px;
  }

  .VNV9_checkout__content {
    max-width: 200px;
  }

  .VNV9_checkout {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .checkout_wrapper__top {
    gap: 10px;
  }
}

.VNV9_about__items {
  padding-left: 0;
}

.VNV9_about__item {
  padding: 32px 16px;
  border-radius: 20px;
  list-style: none;
}

.VNV9_about__items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.VNV9_about__item__left {
  border-radius: 20px;
  background: #8e4d92;
  padding: 32px 16px;
}

.VNV9_about__item__wrap {
  display: flex;
  gap: 16px;
}

@media (max-width: 991px) {
  .VNV9_about__item__wrap {
    flex-direction: column;
  }
}
