@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/wp-content/themes/Impreza/fonts/fa-solid-900.woff2") format("woff2");
}

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/wp-content/themes/Impreza/fonts/material-icons.woff2") format("woff2");
}

:root {
  --page-bg: #f4f1e8;
  --ink: #171922;
  --muted: #65616a;
  --panel: #fffaf0;
  --line: rgba(23, 25, 34, 0.14);
  --navy: #10172a;
  --green: #147a64;
  --green-dark: #0d4f43;
  --gold: #d99b2b;
  --red: #b32730;
  --shadow: 0 18px 50px rgba(16, 23, 42, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.92), rgba(244, 241, 232, 0.96)),
    url("/static/uploads/seo/zzt_kz__nomad%20casino.jpg") top center / min(1000px, 100%) auto no-repeat fixed;
  font: 16px/1.7 Inter, "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: var(--green-dark);
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

a:hover {
  color: var(--red);
}

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

.hidden,
.screen-reader-text,
noscript {
  display: none !important;
}

.l-canvas {
  min-height: 100vh;
}

.l-header {
  position: sticky !important;
  top: 0;
  z-index: 50;
  color: #fff;
  background: rgba(16, 23, 42, 0.96) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 12px 34px rgba(16, 23, 42, 0.22);
  backdrop-filter: blur(18px);
}

.l-subheader {
  background: transparent !important;
}

.l-subheader.at_top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.level_1:hover(+ul) {
    opacity: 1;
    visibility: visible;

}
img.wp-smiley, img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 0.07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
.l-subheader.at_top .l-subheader-h {
  min-height: 34px;
}

.l-subheader.at_top {
  display: none !important;
}

.l-subheader.at_bottom .l-subheader-h {
  min-height: 48px;
}

.l-subheader-h,
.l-section-h {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.l-subheader-h {
    padding-block: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  height: auto !important;
}

.l-subheader-cell {
  display: flex;
  align-items: center;
  gap: 12px;
}

.l-subheader-cell.at_left,
.l-subheader-cell.at_right {
  flex: 1 1 auto;
}

.l-subheader-cell.at_right {
  justify-content: flex-end;
}

.w-image.ush_image_1 a {
    width: 170px;
    height: auto;
}
.w-image.ush_image_1 img {
  display: block;
  width: 170px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.22));
}

.w-nav {
  width: 100%;
}

.w-nav-list,
.menu {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.w-nav-anchor,
.w-menu a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 13px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
  font-size: 14px;
  line-height: 1.25;
}

.at_top .w-nav-anchor {
  min-height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.66);
}

.w-nav-anchor:hover,
.current-menu-item > .w-nav-anchor,
.w-menu a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.menu-item-has-children {
  position: relative;
}

.w-nav-list.level_2 {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 60;
  display: grid;
  min-width: 260px;
  max-height: min(70vh, 560px);
  overflow: auto;
  padding: 10px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(8px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: #fffaf0;
  box-shadow: var(--shadow);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.menu-item-has-children:hover > .w-nav-list.level_2 {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.w-nav-list.level_2 .w-nav-anchor {
  justify-content: flex-start;
  min-height: 34px;
  color: var(--ink);
  font-weight: 650;
}

.w-nav-list.level_2 .w-nav-anchor:hover {
  color: var(--green-dark);
  background: rgba(20, 122, 100, 0.1);
}

.w-nav-arrow::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  opacity: 0.7;
}

.w-nav-control,
.w-header-show {
  display: none;
}

.w-btn,
.w-btn:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #fff;
  background: var(--green);
  box-shadow: 0 8px 18px rgba(20, 122, 100, 0.22);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.w-btn:hover {
  color: #fff;
  background: var(--green-dark);
  transform: translateY(-1px);
}

.us-btn-style_2 {
  color: #fff !important;
  background: transparent !important;
  border-color: rgba(255, 255, 255, 0.36) !important;
  box-shadow: none;
}

.us-btn-style_2:hover {
  background: rgba(255, 255, 255, 0.1) !important;
}

.l-main {
  padding-top: 0;
}

.l-section {
  padding: 56px 0;
}

.l-main .l-section:first-child {
  position: relative;
  overflow: hidden;
  padding: 70px 0 58px;
  background: transparent;
}

.l-main .l-section:first-child .g-cols {
  align-items: start;
}

.l-main .l-section:first-child .wpb_column:first-child {
  position: relative;
  overflow: hidden;
  margin-bottom: 28px;
  padding: 58px;
  color: #fff;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(16, 23, 42, 0.96), rgba(16, 23, 42, 0.74)),
    url("/static/uploads/nomad-kz-casino.jpg") center / cover no-repeat;
  box-shadow: var(--shadow);
}

.l-main .l-section:first-child .wpb_column:first-child::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 8px;
  background: linear-gradient(90deg, var(--green), var(--gold), var(--red));
}

.l-main .l-section:first-child .wpb_column:first-child .vc_column-inner {
  position: relative;
  z-index: 1;
}

.l-main .l-section:first-child .wpb_column:first-child .wpb_wrapper {
  max-width: 760px;
}

.l-main .l-section:first-child .wpb_column:first-child h1 {
  max-width: 760px;
  margin-top: 0;
  color: #fff;
  font-size: clamp(38px, 7vw, 72px);
  line-height: 0.98;
}

.l-main .l-section:first-child .wpb_column:first-child p {
  color: rgba(255, 255, 255, 0.85);
}

.l-main .l-section:first-child .wpb_column:first-child img.alignright {
  width: min(360px, 42vw);
  margin: 0 0 20px 34px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.32);
}

.g-cols {
  display: grid;
  gap: 28px;
}

.wpb_text_column,
.w-comments {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.92);
  box-shadow: 0 10px 32px rgba(16, 23, 42, 0.07);
}

.wpb_text_column .wpb_wrapper,
.w-comments {
  padding: 30px;
}

.l-main .l-section:first-child .wpb_column:first-child .wpb_text_column {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.l-main .l-section:first-child .wpb_column:first-child .wpb_text_column .wpb_wrapper {
  padding: 0;
}

.wpb_text_column + .w-btn-wrapper,
.w-btn-wrapper {
  margin: 20px 0 0;
  text-align: center;
}

h1,
h2,
h3,
h4 {
  margin: 0 0 18px;
  color: var(--navy);
  font-weight: 900;
  line-height: 1.15;
}

h1 {
  font-size: clamp(34px, 5vw, 56px);
}

h2 {
  margin-top: 34px;
  font-size: clamp(26px, 3vw, 38px);
}

h3 {
  margin-top: 28px;
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

p {
  margin: 0 0 18px;
}

.wpb_wrapper > :last-child {
  margin-bottom: 0;
}

.wpb_wrapper img:not(.avatar) {
  border-radius: 8px;
}

.alignright {
  float: right;
  margin: 6px 0 22px 28px;
}

.alignleft {
  float: left;
  margin: 6px 18px 14px 0;
}

table {
  width: 100%;
  margin: 24px 0;
  border-collapse: collapse;
  table-layout: fixed;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(16, 23, 42, 0.06);
}

td,
th {
  padding: 13px 15px !important;
  border: 1px solid rgba(23, 25, 34, 0.1) !important;
  vertical-align: top;
  overflow-wrap: anywhere;
}

tr:nth-child(even) {
  background: rgba(20, 122, 100, 0.06);
}

ul,
ol {
  padding-left: 24px;
}

li::marker {
  color: var(--green);
}

.for_comments {
  background: rgba(255, 255, 255, 0.44);
}

.w-comments-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.w-comments-title a {
  padding: 8px 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
}

.w-comments-list {
  display: grid;
  gap: 16px;
  padding: 0;
  list-style: none;
}

.w-comments-item {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.w-comments-item-meta {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 12px;
}

.avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(20, 122, 100, 0.12);
}

.w-comments-item-author {
  font-weight: 900;
}

.w-comments-item-date {
  margin-left: auto;
  color: var(--muted);
  font-size: 13px;
}

.l-footer {
  color: rgba(255, 255, 255, 0.78);
  background: var(--navy);
}

.l-footer .l-section {
  padding: 42px 0;
}

.l-footer .wpb_text_column {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.l-footer .wpb_text_column .wpb_wrapper {
  padding: 0;
}

.l-footer .l-section-shape {
  display: none;
}

.l-footer .p1 {
  max-width: 980px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
}

.l-footer .menu {
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 20px;
}

.l-footer .menu a {
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 14px;
}

.l-footer .menu a:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.08);
}

.w-toplink {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 45;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 8px;
  background: var(--green);
  color: #fff;
  box-shadow: 0 12px 30px rgba(16, 23, 42, 0.2);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
}

.w-toplink.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.w-toplink span::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transform: rotate(45deg) translate(2px, 2px);
}

.w-header-overlay {
  position: fixed;
  inset: 0;
  z-index: 48;
  visibility: hidden;
  background: rgba(16, 23, 42, 0.58);
  opacity: 0;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

body.menu-open .w-header-overlay {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 1100px) {
  .w-nav-anchor {
    padding-inline: 9px;
    font-size: 13px;
  }

  .w-image.ush_image_1 img {
    width: 148px;
  }
}

@media (max-width: 900px) {
  .l-subheader-h,
  .l-section-h {
    width: min(100% - 28px, 720px);
  }

  .l-subheader.at_top,
  .l-subheader.at_bottom {
    display: none;
  }

  .l-subheader.at_middle .l-subheader-h {
    min-height: 68px;
  }

  .l-subheader-cell.at_right {
    gap: 8px;
  }

  .w-image.ush_image_1 img {
    width: 132px;
  }

  .l-header .w-btn {
    min-height: 38px;
    padding: 8px 12px;
    font-size: 13px;
  }

  .w-header-show {
    position: fixed;
    right: 14px;
    bottom: 14px;
    z-index: 70;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    padding: 10px 14px;
    border-radius: 8px;
    color: #fff;
    background: var(--red);
    box-shadow: 0 14px 32px rgba(16, 23, 42, 0.26);
    font-weight: 900;
  }

  .w-header-show::before {
    content: "";
    width: 18px;
    height: 12px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    box-shadow: inset 0 5px 0 transparent, 0 5px 0 #fff;
  }

  body.menu-open .w-header-show::before {
    width: 18px;
    height: 18px;
    border: 0;
    box-shadow: none;
    background:
      linear-gradient(45deg, transparent 45%, #fff 46%, #fff 54%, transparent 55%),
      linear-gradient(-45deg, transparent 45%, #fff 46%, #fff 54%, transparent 55%);
  }

  .l-header .at_bottom {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 60;
    display: block;
    width: 0;
    height: 100vh !important;
    padding: 88px 0 24px;
    overflow: auto;
    visibility: hidden;
    background: #fffaf0 !important;
    transition: width 0.24s ease, padding 0.24s ease, visibility 0.24s ease;
  }

  body.menu-open .l-header .at_bottom {
    width: min(86vw, 380px);
    padding-right: 18px;
    padding-left: 18px;
    visibility: visible;
  }

  .l-header .at_bottom .l-subheader-h,
  .l-header .at_bottom .l-subheader-cell {
    display: block;
    width: 100%;
  }

  .l-header .at_bottom .w-nav {
    display: block;
    width: 100%;
  }

  .l-header .at_bottom .w-nav-control {
    display: none !important;
  }

  .l-header .at_bottom .w-nav-list.level_1 {
    display: grid !important;
    gap: 8px;
  }

  .l-header .at_bottom .w-nav-anchor {
    justify-content: space-between;
    width: 100%;
    min-height: 46px;
    color: var(--ink) !important;
    background: #fff !important;
    border: 1px solid var(--line);
  }

  .l-header .at_bottom .current-menu-item > .w-nav-anchor,
  .l-header .at_bottom .w-nav-anchor:hover {
    color: var(--green-dark) !important;
    background: rgba(20, 122, 100, 0.08) !important;
  }

  .l-header .at_bottom .w-nav-list.level_2 {
    position: static;
    display: none;
    max-height: none;
    margin: 6px 0 8px 10px;
    visibility: visible;
    opacity: 1;
    transform: none;
    box-shadow: none;
  }

  .l-header .at_bottom .menu-item-has-children.is-open > .w-nav-list.level_2 {
    display: grid;
  }

  .l-section {
    padding: 38px 0;
  }

  .l-main .l-section:first-child {
    padding: 38px 0;
  }

  .l-main .l-section:first-child .wpb_column:first-child {
    padding: 36px 24px;
  }

  .wpb_text_column .wpb_wrapper,
  .w-comments {
    padding: 22px;
  }

  .alignright,
  .alignleft,
  .l-main .l-section:first-child .wpb_column:first-child img.alignright,
  .alignright,
  .alignleft {
    float: none;
    display: block;
    width: 100%;
    margin: 0 0 18px;
  }

  .w-comments-item-meta {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .w-comments-item-date {
    width: 100%;
    margin-left: 63px;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 15px;
    line-height: 1.65;
    background-attachment: scroll;
  }

  .l-subheader.at_middle .l-subheader-h {
    gap: 10px;
  }

  .l-subheader-cell.at_right {
    flex: 0 0 auto;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .w-image.ush_image_1 img {
    width: 108px;
  }

  .l-header .w-btn {
    min-height: 34px;
    padding: 7px 9px;
    font-size: 12px;
  }

  .l-main .l-section:first-child h1 {
    font-size: 38px;
  }

  .wpb_text_column .wpb_wrapper,
  .w-comments {
    padding: 18px;
  }

  td,
  th {
    padding: 10px 12px !important;
  }

  .l-footer .menu {
    display: grid;
  }
}
