html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

footer,
menu,
nav,
section {
  display: block;
}

progress {
  vertical-align: baseline;
  display: inline-block;
}

a {
  background-color: rgba(0, 0, 0, 0);
}

a:active,
a:hover {
  outline: 0;
}

strong {
  font-weight: bold;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

input {
  color: inherit;
  font: inherit;
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

button:hover {
  opacity: 0.7;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 500;
  @media (max-width: 768px) {
    margin-bottom: 10px;
  }
}

ul,
ol,
li {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: "Montserrat", sans-serif;
  color: #000;
  text-transform: none;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 20px;
}

h1,
.h1 {
  font-size: 48px;
}

h2,
.h2 {
  font-size: 36px;
}

h3,
.h3 {
  font-size: 35px;
  @media (max-width: 550px) {
    font-size: 26px;
    margin: 10px 0px;
  }
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 16px;
}

a {
  color: #000;
  text-decoration: none;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

.text-uppercase {
  text-transform: uppercase;
}

* {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  height: auto;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2;
  background: linear-gradient(135deg, #012169 0%, #009739 50%, #012169 100%);
  background-attachment: fixed;
  color: #ffffff;
  min-height: 100vh;
}

#wrapper {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  min-width: 100%;
}

#main {
  flex: 1 0 auto;
  -webkit-box-flex: 1;
}

.main {
  max-width: 1140px;
  margin: 0 auto;
}

#footer {
  flex: 0 0 auto;
  -webkit-box-flex: 0;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  padding-left: 10px;
  padding-right: 10px;
}

.header {
  top: 0;
  position: fixed;
  z-index: 99999;
  background: rgba(1, 33, 105, 0.95);
  backdrop-filter: blur(10px);
  box-shadow: 0px 4px 20px rgba(254, 221, 0, 0.2);
  width: 100%;
  border-bottom: 2px solid #FEDD00;
}

.header__wrapper {
  padding: 10px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  @media (max-width: 375px) {
    padding: 15px 0px;
  }
}

.header__logo img {
  position: relative;
  z-index: 999999;
  transition: 0.3s ease;
  font-weight: 600;
  color: #fff;
  font-size: 26px;
  width: 150px;
  height: auto;
  max-height: 80px;
  object-fit: contain;
  @media (max-width: 375px) {
    width: 130px;
    height: auto;
  }
}

.header__logo img:hover {
  /* transform: translateY(-5px); */
  color: #000;
  opacity: 1;
}

.header-menu .header-menu--footer {
  display: flex !important;
  position: static;
  transform: translateX(0%);
  opacity: 1;
  background-color: transparent;
}

.header-menu {
  margin-left: 55px;
  @media (max-width: 768px) {
    margin-left: 0;
  }
}

.header-menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-direction: row;
  flex-wrap: wrap;
  white-space: wrap;
}

.header-menu__item-link {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  transition: 0.3s ease;
}

.header-menu__item-link svg {
  display: none;
}

.header-menu__item-link:hover {
  color: #FEDD00;
  transform: translateY(-2px);
  text-shadow: 0 0 10px rgba(254, 221, 0, 0.8);
}

.header-toggler {
  display: none;
}

@media (max-width: 768px) {
  .header-menu ul {
    position: absolute;
    width: 100%;
    height: auto;
    background-color: #0e131b;
    top: 65px;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-direction: row;
  }

  .header-menu__item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 15px;
    border-bottom: 1px solid #ffffff;
  }

  .header-menu__item-link {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
  }

  .header-menu__item-link svg {
    display: block;
  }

  .header-toggler {
    display: block;
    width: 30px;
    height: 20px;
    z-index: 99;
  }
  .header-toggler__icon {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .header-menu {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    opacity: 0;
    transform: translateX(100%);
    width: 100%;
    height: auto;
    background: rgba(1, 33, 105, 0.98);
    backdrop-filter: blur(20px);
    border-left: 2px solid #FEDD00;
    transition: 0.3s ease-in-out;
  }

  .header-menu--open {
    opacity: 1;
    transform: translateX(0);
  }
  .header-menu ul {
    flex-direction: column;
    gap: 0px;
  }
  .header-toggler__line {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }
  .header-toggler__line-middle {
    top: 50%;
    transform: translateY(-50%);
  }
  .header-toggler__line-bottom {
    bottom: 0;
  }
  .header-toggler--open {
    .header-toggler__line {
      background-color: #fff;
    }
    .header-toggler__line-top {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(45deg);
    }
    .header-toggler__line-bottom {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(-45deg);
    }
    .header-toggler__line-middle {
      display: none;
    }
  }
}

.unscroll {
  overflow: hidden;
}

.footer {
  background: #494949;
  /* box-shadow: 0px 0px 10px #fff; */
  /* border-top: 1px solid #fff; */
  padding: 20px 0px;
}

.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}
.footer-content-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 10px;
}

.header-menu__footer ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.footer-content-rules {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  /* margin-bottom: 25px; */
  flex-wrap: wrap;
  list-style: none;
}
.footer-content-rules .header-menu__item {
  @media (max-width: 420px) {
    text-align: center;
  }
}

.footer-end {
  text-align: center;
  color: #fff;
}

.main-contacts {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 50px 0px 30px 0px;

  @media (max-width: 768px) {
    max-width: 100%;
    width: 100%;
  }

  @media (max-width: 550px) {
    flex-direction: column;
  }
}

.block-information {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  @media (max-width: 768px) {
    flex-direction: column;
  }
}

.main-contacts__title {
  font-size: 35px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  margin-bottom: 40px;
  @media (max-width: 768px) {
    margin-bottom: 30px;
  }
  @media (max-width: 550px) {
    font-size: 35px;
  }
}

.main-contacts-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  border-radius: 10px;
  word-break: break-all;
  text-align: left;

  /* padding: 15px 0px; */
  @media (max-width: 768px) {
    width: 100%;
  }
  @media (max-width: 425px) {
    margin-bottom: 25px;
    gap: 10px;
  }
}

.main-contacts-info__tel {
  overflow-wrap: anywhere;
  font-size: 18px;
  max-width: fit-content;
  display: inline-block;
  transition: 0.3s ease;
  border-bottom: 1px solid transparent;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
}

.main-contacts-info__tel:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.main-contacts-info__email {
  font-size: 18px;
  overflow-wrap: anywhere;
  display: inline-block;
  font-weight: 600;
  transition: 0.3s ease;
  border-bottom: 1px solid transparent;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
}

.main-contacts-info__email:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.main-contacts-info__adress {
  overflow-wrap: anywhere;
  font-size: 18px;
  max-width: fit-content;
  display: inline-block;
  font-weight: 600;
  transition: 0.3s ease;
  border-bottom: 1px solid transparent;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
}

.main-contacts-info__adress:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.main-contacts-info__work {
  margin-bottom: 8px;
  color: #000;
}

.form {
  width: 100%;
  margin: 0;
  /* padding: 0px 10px; */
  @media (max-width: 768px) {
    width: 100%;
  }
}

.form-content {
  margin: 0 auto;
  text-align: left;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* padding: 30px; */
  position: relative;
  margin-bottom: 50px;
  @media (max-width: 768px) {
    /* padding: 25px; */
  }
  @media (max-width: 550px) {
    width: 100%;
    padding: 10px;
    padding: 0;
  }
}

.form-content div {
  text-align: center;
}

.form-content__title {
  font-size: 35px;
  text-align: center;
  color: #000;
  font-weight: 700;
  margin-bottom: 40px;
  @media (max-width: 750px) {
    font-size: 42px;
  }
  @media (max-width: 550px) {
    font-size: 36px;
  }
  @media (max-width: 420px) {
    font-size: 32px;
  }
}

.form-content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  gap: 20px;
  flex: 0 1 auto;
}

.form-content-wrapper__input {
  background-color: transparent;
  border: 0;
  border: 1px solid #fff;
  border-radius: 20px;
  color: #fff;
  width: 50%;
  height: 50px;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 23px;
  font-size: 18px;
  line-height: 1;
  outline: none;
  transition: 0.5s ease;
  @media (max-width: 768px) {
    width: 80%;
  }
  @media (max-width: 550px) {
    width: 100%;
  }
}

.form-content-wrapper__input::placeholder {
  font-size: 18px;
  color: #fff;
}

.form-content-wrapper__input:focus-visible {
  border: 1px solid #fff;
}

.form-content-message {
  background-color: transparent;
  border: 0;
  border: 1px solid #fff;
  border-radius: 20px;
  color: #fff;
  width: 50%;
  height: 90px;
  margin-bottom: 10px;
  padding: 5px 12px;
  font-size: 18px;
  letter-spacing: normal;
  display: block;
  /* resize: none; */
  outline: none;
  transition: 0.5s ease;
  @media (max-width: 768px) {
    width: 80%;
  }
  @media (max-width: 550px) {
    width: 100%;
  }
}

.form-content-message::placeholder {
  font-size: 18px;
  color: #fff;
}

.form-content-message:focus-visible {
  border: 1px solid #fff;
}

.ui-btn {
  opacity: 1;
  width: 320px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  z-index: 1;
  background-color: transparent;
  color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 15px 35px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  transition: 0.5s ease;
  border: 1px solid #fff;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  @media (max-width: 425px) {
    width: 100%;
  }
}

.ui-btn:hover {
  opacity: 1;
  background-color: #494949;
  color: #fff;
}

.form-content-btn {
  width: 320px;
  cursor: pointer;
  display: inline-block;
  z-index: 1;
  background-color: transparent;
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 15px 35px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  position: relative;
  transition: 0.5s ease;
  border: 1px solid #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 20px;
  @media (max-width: 425px) {
    width: 100%;
  }
}

.form-content-btn:hover {
  background-color: #494949;
  color: #fff;
  border: 1px solid #fff;
}

.form-content-checkbox {
  font-size: 18px;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 10px;
  color: #fff;
  margin-bottom: 20px;
}

.form-content-checkbox input {
  width: 15px;
  height: 15px;
}

.form-content-checkbox label {
  display: flex;
  gap: 10px;
  align-items: baseline;
  justify-content: center;
}

.form-content-checkbox a {
  font-size: 18px;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.main-wrapper {
  padding: 100px 20px;
  @media (max-width: 425px) {
    padding: 50px 0px;
  }
}

.main-wrapper a {
  text-align: center;
  margin-bottom: 20px;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.main-wrapper h1 {
  color: #fff;
  font-size: 35px;
  margin-bottom: 15px;
}

.main-wrapper h2 {
  color: #fff;
  font-size: 25px;
  line-height: 130%;
}

.main-wrapper__title {
  color: #fff;
  width: 100%;
  white-space: wrap;
  flex-wrap: wrap;
  word-wrap: break-word;
  @media (max-width: 500px) {
    font-size: 35px;
  }
}

.main-wrapper__text {
  @media (max-width: 1024px) {
    font-size: 30px;
    white-space: wrap;
    width: 100%;
    flex-wrap: wrap;
  }
}

.main-privacy {
  padding: 100px 0px;
}

.main-privacy__title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #fff;
  line-height: normal;
  text-transform: capitalize;
}

.main-privacy h1,
h2 {
  letter-spacing: normal;
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  margin: 0 0 30px 0;
  line-height: normal;
  text-transform: none;
}

.main-privacy__h2 {
  letter-spacing: normal;
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  margin: 0 0 30px 0;
  line-height: normal;
  text-transform: none;
}

.main-privacy ul li {
  font-size: 24px;
  color: #fff;
  margin-bottom: 30px;
  font-weight: 400;
  text-transform: none;
  line-height: normal;
}

.main-privacy ul li a {
  display: inline-block;
  color: #fff;
  transition: 0.3s ease;
  font-size: 28px;
  word-break: break-all;
  font-weight: 600;
  text-transform: capitalize;
  /* border-bottom: 1px solid #fff; */
  line-height: 130%;
}

.main-privacy ul li a:hover {
}

.main-terms {
  padding: 100px 0px;
}

.main-terms__title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #fff;
  line-height: normal;
  text-transform: capitalize;
}

.main-terms h1,
h2 {
  letter-spacing: normal;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 30px 0;
  line-height: normal;
  text-transform: none;
}

.main-terms__h2 {
  letter-spacing: normal;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 30px 0;
  line-height: normal;
  text-transform: none;
}

.main-terms ul li {
  font-size: 24px;
  color: #fff;
  margin-bottom: 30px;
  font-weight: 400;
  text-transform: none;
  line-height: normal;
}

.main-terms a {
  display: inline-block;
  color: #fff;
  font-size: 28px;
  word-break: break-all;
  font-weight: 600;
  text-transform: capitalize;
  /* border-bottom: 1px solid #fff; */
  line-height: 130%;
}

.main-terms a:hover {
}

.main-disclaimer {
  padding: 100px 0px;
}

.main-disclaimer__title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #fff;
  line-height: normal;
  text-transform: capitalize;
}

.main-disclaimer h1,
h2 {
  letter-spacing: normal;
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  margin: 0 0 30px 0;
  line-height: normal;
  text-transform: none;
}

.main-disclaimer__h2 {
  letter-spacing: normal;
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  margin: 0 0 30px 0;
  line-height: normal;
  text-transform: none;
}

.main-disclaimer ul li {
  font-size: 24px;
  color: #fff;
  margin-bottom: 30px;
  font-weight: 400;
  text-transform: none;
  line-height: normal;
}

.main-disclaimer ul li a {
  display: inline-block;
  color: #fff;
  transition: 0.3s ease;
  font-size: 28px;
  word-break: break-all;
  font-weight: 600;
  text-transform: capitalize;
  /* border-bottom: 1px solid #000; */
  line-height: 130%;
}

.main-disclaimer ul li a:hover {
}

.ban {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 20px;
  bottom: 20px;
  margin-bottom: 20px;
}

.ban-header {
  margin-bottom: 0;
  @media (max-width: 425px) {
    display: none;
  }
}

.ban img {
  position: relative;
  z-index: 999;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.pay {
  text-align: center;
  margin-bottom: 20px;
}
.help {
  text-align: center;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
  @media (max-width: 475px) {
    flex-direction: column;
    width: 100%;
  }
}

.help img {
  border-radius: 20px;
  width: 100%;
  height: 80px;
  @media (max-width: 475px) {
    width: 100%;
  }
}

.disclaimer {
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
  color: #fff;
}

.head-info {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  padding: 40px;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  background-color: red;
  border: 1px solid #fff;
  border-radius: 20px;
  @media (max-width: 1024px) {
    width: 100%;
    height: 100%;
  }
}

.hidden {
  display: none;
}
.head-info__title {
  color: #fff;
  font-size: 20px;
  text-align: center;
  word-wrap: break-word;
  flex-wrap: wrap;
  @media (max-width: 1024px) {
    width: auto;
  }
}
.head-info-btns {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 15px;
  height: 50px;
  @media (max-width: 425px) {
    flex-direction: column;
    height: 120px;
  }
}
.head-info-btns a,
button:hover {
  opacity: 0.7;
}
.accept {
  height: 100%;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
  border-radius: 10px;
  padding: 10px 20px;
  outline: none;
  border: 1px solid #fff;
  background-color: green;
  color: #fff;
  overflow: hidden;
}

.close {
  height: 100%;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  transition: 0.3s ease;
  border-radius: 10px;
  padding: 10px 20px;
  outline: none;
  border: 1px solid #fff;
  background-color: red;
  color: #fff;
}

.item {
  display: block;
  position: relative;
  margin-bottom: 250px;
}
.item__picture {
  /* position: absolute; */
  z-index: -1;
  width: 100%;
  height: 100%;
}
.item__picture img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
.item-block {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #000;
}
.item-block__title {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 15px;
}
.item-block__subtitle {
  text-align: center;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .head-info {
    min-width: none;
    width: 100%;
    padding: 10px;
  }
}

.header__18 {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  width: 50px;
  height: 50px;
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-weight: 600;
}

.bmIsSJcxygEmByk {
  position: fixed;
  z-index: 9999999999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  backdrop-filter: blur(5px);
  background-color: #00000094;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.WvfZQMXSZuzWKgC {
  width: 700px;
  background: #494949;
  padding: 25px;
  border: 2px solid #fff;
  border-radius: 20px;
}

.WvfZQMXSZuzWKgC h1 {
  font-size: 24px;
  font-weight: 600px;
}

.WvfZQMXSZuzWKgC h2 {
  font-size: 18px;
  margin-bottom: 20px;
}
.WvfZQMXSZuzWKgC h3 {
  color: #fff;
  margin: 0px 0px 30px 0px;
}

.WvfZQMXSZuzWKgC p {
  color: #fff;
  margin-bottom: 20px;
}
.modal__btn {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  @media (max-width: 550px) {
    flex-direction: column;
  }
}
.modal__btn button {
  opacity: 1;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  border-radius: 5px;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 5px 15px;
  width: 220px;
  transition: 0.3s ease;
  padding: 10px 25px;
}

.modal__btn button:hover {
  transform: translateY(-5px);
  color: #fff;
  background-color: #000;
  border: 1px solid #fff;
}

.hidden {
  display: none;
}

.coockie {
  position: fixed;
  z-index: 99999999;
  bottom: 0;
  background-color: #494949;
  padding: 20px 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.coockie__hidden {
  display: none;
}

.coockie-wrap {
}

.coockie-wrap__text {
  color: #fff;
  max-width: 1200px;
  text-align: center;
  margin-bottom: 30px;
  text-shadow: 1px 1px 5px #000;
}
.coockie-wrap-buttons {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  text-align: center;
  @media (max-width: 650px) {
    flex-direction: column;
  }
}
.coockie-wrap-buttons__accept {
  color: #000;
  border: 1px solid #fff;
}
.coockie-wrap-buttons__accept:hover {
  background-color: #000;
  color: #fff;
  border: 1px solid #fff;
}
.coockie-wrap-buttons__cancel {
  color: #000;
  border: 1px solid #fff;
}
.coockie-wrap-buttons__cancel:hover {
  background-color: #000;
  opacity: 0.3;
}

.header-info {
  z-index: 99999;
  display: flex;
  align-items: center;
  gap: 10px;
  /* @media (max-width: 500px) {
    flex-direction: column;
  } */
}

/* .header-info a:hover {
  color: #000;
} */

.header-info__log {
  border: 2px solid #FEDD00;
  background: transparent;
  border-radius: 10px;
  color: #FEDD00;
  width: 100px;
  padding: 8px 20px;
  font-weight: 500;
  transition: all 0.3s ease-out;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  @media (max-width: 550px) {
    padding: 8px 15px;
    font-size: 14px;
    width: 80px;
  }
}

.header-info__log:hover {
  color: #012169;
  background: #FEDD00;
  box-shadow: 0 0 15px rgba(254, 221, 0, 0.6);
  transform: translateY(-2px);
}

.header-info__reg {
  background: linear-gradient(135deg, #009739 0%, #FEDD00 100%);
  border-radius: 10px;
  color: #fff;
  border: none;
  width: 100px;
  padding: 8px 20px;
  font-weight: 500;
  transition: all 0.3s ease-out;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(254, 221, 0, 0.4);
  @media (max-width: 550px) {
    padding: 8px 15px;
    font-size: 14px;
    width: 80px;
  }
}

.header-info__reg:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(254, 221, 0, 0.6);
  background: linear-gradient(135deg, #00b844 0%, #ffed4a 100%);
}

.main-wrap {
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin: 0 auto;
  @media (max-width: 768px) {
    padding-top: 90px;
  }
}

/* 内容为主的文章式布局 */
.content-section {
  margin: 60px 0;
  padding: 40px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 25px;
  border-left: 5px solid #FEDD00;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  @media (max-width: 768px) {
    margin: 40px 0;
    padding: 25px;
  }
}

.content-section:hover {
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 15px 50px rgba(254, 221, 0, 0.15);
  border-left-color: #009739;
}

.content-section__title {
  font-size: 42px;
  font-weight: 700;
  color: #FEDD00;
  margin-bottom: 30px;
  text-align: left;
  line-height: 1.3;
  text-shadow: 0 2px 8px rgba(254, 221, 0, 0.3);
  @media (max-width: 768px) {
    font-size: 28px;
    margin-bottom: 20px;
  }
}

.content-section__image {
  width: 100%;
  margin: 30px 0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
  border: 3px solid rgba(254, 221, 0, 0.2);
  transition: all 0.3s ease;
  @media (max-width: 768px) {
    margin: 20px 0;
  }
}

.content-section__image:hover {
  border-color: #FEDD00;
  box-shadow: 0 15px 50px rgba(254, 221, 0, 0.3);
  transform: translateY(-5px);
}

.content-section__image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.content-section__text {
  margin-top: 30px;
  @media (max-width: 768px) {
    margin-top: 20px;
  }
}

.content-section__text p {
  font-size: 20px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 25px;
  text-align: justify;
  text-indent: 2em;
  @media (max-width: 768px) {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
    text-indent: 1.5em;
  }
}

.content-section__text p:first-child {
  margin-top: 0;
}

.content-section__text p:last-child {
  margin-bottom: 0;
}

/* 特色卡片区域 */
.featured-cards {
  margin: 80px 0 60px;
  padding: 50px 0;
  @media (max-width: 768px) {
    margin: 60px 0 40px;
    padding: 40px 0;
  }
}

.featured-cards__heading {
  font-size: 42px;
  font-weight: 700;
  color: #FEDD00;
  text-align: center;
  margin-bottom: 50px;
  text-shadow: 0 2px 10px rgba(254, 221, 0, 0.4);
  position: relative;
  padding-bottom: 20px;
  @media (max-width: 768px) {
    font-size: 32px;
    margin-bottom: 40px;
  }
}

.featured-cards__heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, #009739, #FEDD00, #009739);
  border-radius: 2px;
}

.featured-cards__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  @media (max-width: 768px) {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}

.featured-card {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 25px;
  overflow: hidden;
  border: 2px solid rgba(254, 221, 0, 0.2);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  position: relative;
  backdrop-filter: blur(10px);
}

.featured-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #009739, #FEDD00, #012169, #009739);
  background-size: 200% 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
  animation: shimmer 3s infinite;
  z-index: 1;
}

@keyframes shimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

.featured-card:hover {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 20px 60px rgba(254, 221, 0, 0.3);
  border-color: #FEDD00;
  background: rgba(255, 255, 255, 0.06);
}

.featured-card:hover::before {
  opacity: 1;
}

.featured-card__image-wrapper {
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
  @media (max-width: 768px) {
    height: 250px;
  }
}

.featured-card__image {
  width: 100%;
  height: 100%;
  position: relative;
  background: linear-gradient(135deg, #012169 0%, #009739 100%);
}

.featured-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.featured-card:hover .featured-card__image img {
  transform: scale(1.2) rotate(2deg);
}

.featured-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(1, 33, 105, 0) 0%,
    rgba(1, 33, 105, 0.3) 50%,
    rgba(1, 33, 105, 0.8) 100%
  );
  transition: opacity 0.5s ease;
  z-index: 1;
}

.featured-card:hover .featured-card__overlay {
  background: linear-gradient(
    to bottom,
    rgba(0, 151, 57, 0) 0%,
    rgba(0, 151, 57, 0.4) 50%,
    rgba(1, 33, 105, 0.9) 100%
  );
}

.featured-card__badges {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 2;
  gap: 10px;
  @media (max-width: 768px) {
    top: 15px;
    left: 15px;
    right: 15px;
  }
}

.featured-card__category {
  background: linear-gradient(135deg, #009739, #00c04a);
  color: #fff;
  padding: 8px 18px;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 15px rgba(0, 151, 57, 0.5);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  @media (max-width: 768px) {
    font-size: 11px;
    padding: 6px 14px;
  }
}

.featured-card__date {
  background: rgba(254, 221, 0, 0.95);
  color: #012169;
  padding: 8px 18px;
  border-radius: 25px;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 4px 15px rgba(254, 221, 0, 0.4);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  @media (max-width: 768px) {
    font-size: 10px;
    padding: 6px 14px;
  }
}

.featured-card__content {
  padding: 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
  background: rgba(1, 33, 105, 0.3);
  backdrop-filter: blur(10px);
  @media (max-width: 768px) {
    padding: 25px 20px;
  }
}

.featured-card__title {
  font-size: 28px;
  font-weight: 700;
  color: #FEDD00;
  margin-bottom: 15px;
  line-height: 1.3;
  text-shadow: 0 2px 10px rgba(254, 221, 0, 0.3);
  transition: color 0.3s ease;
  @media (max-width: 768px) {
    font-size: 22px;
  }
}

.featured-card:hover .featured-card__title {
  color: #fff;
  text-shadow: 0 2px 15px rgba(254, 221, 0, 0.6);
}

.featured-card__description {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.8;
  margin-bottom: 25px;
  flex: 1;
  @media (max-width: 768px) {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.featured-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid rgba(254, 221, 0, 0.2);
}

.featured-card__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #FEDD00;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 12px 24px;
  background: rgba(254, 221, 0, 0.1);
  border-radius: 12px;
  border: 2px solid rgba(254, 221, 0, 0.3);
  @media (max-width: 768px) {
    font-size: 14px;
    padding: 10px 20px;
    gap: 8px;
  }
}

.featured-card__link:hover {
  background: linear-gradient(135deg, #009739, #FEDD00);
  color: #012169;
  border-color: #FEDD00;
  transform: translateX(5px);
  box-shadow: 0 4px 15px rgba(254, 221, 0, 0.4);
}

.featured-card__link svg {
  transition: transform 0.3s ease;
}

.featured-card__link:hover svg {
  transform: translateX(5px);
}

.featured-card__meta {
  display: flex;
  align-items: center;
  gap: 15px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  @media (max-width: 768px) {
    font-size: 12px;
    gap: 10px;
  }
}

.featured-card__views {
  display: flex;
  align-items: center;
  gap: 5px;
}

.featured-card__views::before {
  content: '👁';
  font-size: 16px;
}
.main-wrap__title {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #FEDD00;
  margin-bottom: 50px !important;
  margin-top: 20px !important;
  padding: 40px 30px;
  background: linear-gradient(135deg, rgba(0, 151, 57, 0.15) 0%, rgba(1, 33, 105, 0.15) 100%);
  border-radius: 20px;
  border: 2px solid #FEDD00;
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  text-shadow: 0 2px 10px rgba(254, 221, 0, 0.5);
  line-height: 1.4;
  @media (max-width: 768px) {
    font-size: 28px;
    padding: 25px 20px;
    margin-bottom: 40px !important;
  }
}
.main-wrap__link {
  text-align: center;
  margin: 40px 0;
  @media (max-width: 768px) {
    margin: 30px 0;
  }
}

.main-wrap__link__dop {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-bottom: 30px;
  @media (max-width: 425px) {
    flex-direction: column;
  }
}

.main-wrap__link__dop a {
  margin: 0;
  @media (max-width: 550px) {
    font-size: 16px !important;
    padding: 15px;
  }
  /* @media (max-width: 425px) {
    margin: 0;
  } */
}

.main-wrap__link__btn {
  display: inline-flex;
  gap: 5px;
  text-align: center;
  background: linear-gradient(135deg, #009739 0%, #FEDD00 100%);
  white-space: wrap;
  border-radius: 15px;
  padding: 15px 35px;
  align-items: center;
  justify-content: center;
  font-size: 25px !important;
  font-weight: 700 !important;
  color: #012169;
  transition: all 0.3s ease;
  margin-bottom: 30px;
  min-height: 60px;
  margin-bottom: 25px;
  margin-top: 15px;
  border: 2px solid #FEDD00;
  box-shadow: 0 4px 20px rgba(254, 221, 0, 0.4);
  position: relative;
  overflow: hidden;
  @media (max-width: 768px) {
    margin: 10px 0;
    font-size: 16px !important;
    min-height: 45px;
    padding: 12px 25px;
  }
}

.main-wrap__link__btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s;
}

.main-wrap__link__btn:hover::before {
  left: 100%;
}

.main-wrap__link__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 30px rgba(254, 221, 0, 0.6);
  background: linear-gradient(135deg, #00b844 0%, #ffed4a 100%);
  color: #012169;
}

/* show.html使用的图片样式 */
.main-wrap__img {
  text-align: center;
  margin: 30px 0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: rgba(0, 151, 57, 0.05);
  padding: 10px;
  border: 2px solid rgba(254, 221, 0, 0.3);
  @media (max-width: 768px) {
    margin: 20px 0;
  }
}

.main-wrap__img:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 50px rgba(254, 221, 0, 0.3);
  border-color: #FEDD00;
}

.main-wrap__img img {
  margin-top: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 15px;
  display: block;
}

/* game.html 左右布局样式 */
.game-page-layout {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 40px;
  padding-top: 100px;
  align-items: start;
  @media (max-width: 1024px) {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 90px;
  }
}

.game-sidebar {
  position: sticky;
  top: 100px;
  @media (max-width: 1024px) {
    position: static;
    order: 2;
  }
}

.game-content {
  min-width: 0;
  @media (max-width: 1024px) {
    order: 1;
  }
}

.game-sidebar__title {
  font-size: 28px;
  font-weight: 700;
  color: #FEDD00;
  margin-bottom: 30px;
  text-align: center;
  padding: 20px;
  background: rgba(0, 151, 57, 0.1);
  border-radius: 15px;
  border: 2px solid rgba(254, 221, 0, 0.3);
  @media (max-width: 1024px) {
    font-size: 24px;
    margin-bottom: 25px;
  }
}

.game-sidebar__cards {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.game-sidebar-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid rgba(254, 221, 0, 0.2);
  transition: all 0.4s ease;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
  position: relative;
}

.game-sidebar-card:hover {
  transform: translateX(5px);
  box-shadow: 0 12px 40px rgba(254, 221, 0, 0.3);
  border-color: #FEDD00;
  background: rgba(255, 255, 255, 0.08);
}

.game-sidebar-card__date {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(254, 221, 0, 0.95);
  color: #012169;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  z-index: 2;
  box-shadow: 0 4px 15px rgba(254, 221, 0, 0.4);
}

.game-sidebar-card__image {
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(135deg, #012169 0%, #009739 100%);
}

.game-sidebar-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.game-sidebar-card:hover .game-sidebar-card__image img {
  transform: scale(1.1);
}

.game-sidebar-card__content {
  padding: 20px;
}

.game-sidebar-card__title {
  font-size: 18px;
  font-weight: 700;
  color: #FEDD00;
  margin-bottom: 12px;
  line-height: 1.4;
  min-height: 50px;
  @media (max-width: 1024px) {
    font-size: 16px;
    min-height: auto;
  }
}

.game-sidebar-card__description {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
  margin-bottom: 15px;
  @media (max-width: 1024px) {
    font-size: 13px;
  }
}

.game-sidebar-card__link {
  display: inline-flex;
  align-items: center;
  color: #FEDD00;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 8px 0;
  border-bottom: 2px solid transparent;
  @media (max-width: 1024px) {
    font-size: 13px;
  }
}

.game-sidebar-card__link:hover {
  color: #009739;
  border-bottom-color: #009739;
  transform: translateX(5px);
}

.game-sidebar-card__link::after {
  content: '→';
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.game-sidebar-card__link:hover::after {
  transform: translateX(5px);
}

.game-content {
  min-width: 0;
  @media (max-width: 1024px) {
    order: 1;
  }
}

.game-content .main-wrap {
  padding-top: 0;
}

/* 旧的subtitle样式已移除，改用game-card */
.main-wrap__text {
  text-align: justify;
  margin: 30px 0px;
  font-size: 21px;
  padding: 25px;
  background: rgba(0, 151, 57, 0.1);
  border-radius: 15px;
  border-left: 4px solid #FEDD00;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.95);
  @media (max-width: 768px) {
    margin: 20px 0px;
    padding: 20px;
    font-size: 18px;
  }
}
.main-wrap__text table {
        display: block;
        overflow-x: auto;
        max-width: 100%;
}
.main-wrap__text > h2:first-child {
  font-size: 42px;
  font-weight: 700;
  color: #FEDD00;
  margin-bottom: 30px;
  text-align: left;
  line-height: 1.3;
  text-shadow: 0 2px 8px rgba(254, 221, 0, 0.3);
  @media (max-width: 768px) {
    font-size: 28px;
    margin-bottom: 20px;
  }
}