@charset "UTF-8";
/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
@font-face {
  font-family: "Anton";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Anton-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Gabarito";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Gabarito-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Gabarito";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Gabarito-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Gabarito";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Gabarito-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Kodchasan";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Kodchasan-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Kodchasan";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Kodchasan-Bold.ttf") format("truetype");
}
*,
::before,
::after {
  box-sizing: border-box;
}
html {
  font-family: system-ui, Segoe UI, Roboto, Helvetica, Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
}
body {
  margin: 0;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, Liberation Mono, Menlo,
    monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  border-color: currentcolor;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
*[hidden] {
  display: none !important;
}
html {
  font-family: Gabarito, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  scroll-behavior: smooth;
}
html.is-locked,
body.is-locked {
  overflow: hidden;
}
[id] {
  scroll-margin-top: 72px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  margin-top: 0;
}
p {
  margin-top: 0;
  margin-bottom: 16px;
}
img {
  width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  color: inherit;
}
.container {
  max-width: 1512px;
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .container {
    padding: 0 70px;
  }
}
body {
  background: url(../img/bg.webp) top center/cover no-repeat;
  color: #fff;
  font-family: Gabarito, sans-serif;
}
h1,
h2 {
  font-family: Kodchasan, sans-serif;
}
.age-modal {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: auto;
  height: auto;
  background: transparent;
  display: none;
  justify-content: flex-end;
  align-items: flex-end;
  z-index: 9999;
}
.age-modal-content {
  position: relative;
  max-width: 400px;
  width: 350px;
  background: url(../img/modal-18.jpg) center center/cover no-repeat;
  border-radius: 15px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 10px 30px #0006;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.1);
}
.age-modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/modal-18.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.3;
  z-index: -1;
}
.age-modal-text {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}
.age-modal-text p {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  font-weight: 500;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.age-modal-buttons {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.btn-confirm,
.btn-reject {
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 100px;
  font-family: Gabarito, sans-serif;
}
.btn-confirm {
  background: #fff;
  color: #000;
}
.btn-confirm:hover {
  background: #f0f0f0;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px #ffffff4d;
}
.btn-reject {
  background: transparent;
  color: #fff;
  border: 2px solid #ffffff;
}
.btn-reject:hover {
  background: #fff;
  color: #6b46c1;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px #ffffff4d;
}
@media (max-width: 769px) {
  .age-modal {
    bottom: 15px;
    right: 15px;
    left: 15px;
    justify-content: center;
  }
  .age-modal-content {
    width: 100%;
    max-width: 350px;
    padding: 20px;
  }
  .age-modal-text p {
    font-size: 13px;
  }
  .age-modal-buttons {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .btn-confirm,
  .btn-reject {
    width: 100%;
    max-width: 150px;
    padding: 12px 20px;
  }
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  position: relative;
}
.header {
  padding-top: 22px;
}
.header .top {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e15153;
  padding: 4px 0;
}
.header .top img {
  width: 16px;
  margin-right: 8px;
}
.header .top p {
  font-size: 12px;
  margin-bottom: 0;
}
.header .logo img {
  width: 100px;
}
.header-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-left: auto;
  font-weight: 600;
}
.header-nav a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.header-nav a:hover {
  color: #ffd580;
}
.footer {
  background-color: #393837;
  margin: 24px;
  padding: 24px 0;
  text-align: center;
}
.footer .footer-content {
  text-align: center;
}
.footer .footer-content .foot-18 {
  width: 68px;
  margin-bottom: 8px;
}
.footer p {
  margin-bottom: 24px;
}
.footer .foot-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  gap: 40px;
  flex-wrap: wrap;
}
.footer .foot-logo img {
  width: auto;
  height: 55px;
}
.footer .foot-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  gap: 40px;
  flex-wrap: wrap;
}
.footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 35px;
}
.footer .footer-bottom p {
  font-size: 12px;
}
.main-top {
  text-align: center;
  margin-bottom: 60px;
}
.main-top h1 {
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 24px;
}
.main-top h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
}
.main-top p {
  margin-bottom: 0;
  font-weight: 600;
}
.items-block .container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}
.items-block .container .item {
  padding: 27px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #1d1d1d;
  border-radius: 8px;
  border: 1px solid #505050;
}
.items-block .container .item h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.items-block .container .item p {
  margin-bottom: 0;
}
.items-block .container .item .logo img {
  width: 224px;
  border-radius: 10px;
}
.icon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: linear-gradient(135deg, #7c5bff 0%, #5c3dd9 100%);
  color: #120f1f;
  font-size: 20px;
  font-weight: 700;
  box-shadow: 0 6px 18px rgba(92, 61, 217, 0.35);
}
.icon-badge--secondary {
  background: linear-gradient(135deg, #ffd580 0%, #ffb347 100%);
  color: #22110a;
  box-shadow: 0 6px 18px rgba(255, 179, 71, 0.35);
}
.items-block .container .item .bl-1 {
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: 245px;
  gap: 12px;
}
.items-block .container .item .bl-1 ul {
  padding: 0;
  margin: 0;
}
.items-block .container .item .bl-1 ul li {
  list-style-type: none;
}
.items-block .container .item .bl-1 ul li:before {
  content: "•";
  color: #653dd1;
  font-size: 25px;
  padding-right: 8px;
}
.items-block .container .item .bl-2 {
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: 227px;
  gap: 12px;
}
.items-block .container .item .bl-3 {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
  max-width: 150px;
  gap: 6px;
}
.items-block .container .item .bl-3 h3 {
  margin-bottom: 0;
}
.items-block .container .item .rating-stars {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-bottom: 4px;
  font-size: 18px;
  color: #ffb400;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}
.items-block .container .item a {
  padding: 16px;
  text-decoration: none;
  color: #131313;
  background-color: #fff;
  border-radius: 999px;
}
.main-text {
  padding-top: 80px;
}
.main-text p {
  margin-bottom: 40px;
}
.main-text h2 {
  font-weight: 700;
  margin-bottom: 20px;
}
.site-overview {
  padding: 80px 0;
}
.site-overview h2 {
  text-transform: uppercase;
  font-size: 32px;
  margin-bottom: 16px;
}
.site-overview p {
  margin-bottom: 24px;
}
.overview-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.overview-grid article {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 24px 40px rgba(0, 0, 0, 0.25);
}
.overview-grid article h3 {
  margin-bottom: 12px;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.overview-grid article h3 a {
  color: #fff;
}
.overview-grid article h3 a:hover {
  color: #ffd580;
}
.overview-grid article ul {
  margin: 16px 0 0;
}
.policy {
  margin: 50px 0;
}
.policy .item {
  padding-top: 22px;
  border-top: 1px solid #fff;
  margin-bottom: 40px;
}
.policy .item h3 {
  text-transform: uppercase;
  font-family: Kodchasan, sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
}
.policy .item h4 {
  text-transform: none;
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0 12px;
}
.policy .item ul {
  margin: 0 0 16px;
  padding-left: 20px;
  display: grid;
  gap: 8px;
  list-style: disc;
}
.policy .item ul li {
  line-height: 1.6;
}
.policy .item table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  overflow: hidden;
}
.policy .item table th,
.policy .item table td {
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
  font-size: 14px;
}
.policy .item table th {
  background: rgba(255, 255, 255, 0.08);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.policy .item table tr:last-child td {
  border-bottom: none;
}
.overview-grid article ul li {
  line-height: 1.6;
}
@media (max-width: 991px) {
  body {
    background: url(../img/bg-m.jpg) top center/cover no-repeat;
  }
  .header {
    text-align: center;
  }
  .header .top {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }
  .header-nav {
    justify-content: center;
    margin: 12px 0 0;
  }
  .main-top {
    margin-top: 30px;
  }
  .main-top h1 {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .main-top h2 {
    font-size: 18px;
  }
  .items-block .container .item {
    flex-direction: column;
    gap: 25px;
  }
  .items-block .container .item .bl-1,
  .items-block .container .item .bl-2,
  .items-block .container .item .bl-3 {
    max-width: 100%;
  }
  .items-block .container .item .bl-3 {
    align-items: center;
    justify-content: center;
  }
  .site-overview {
    padding: 60px 0;
  }
  .footer .footer-bottom {
    gap: 0px;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
}

