/* --- RESET/NULL  --- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body { line-height: 1; }
ul { list-style: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }

input::-moz-focus-inner { border: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, .block {
  display: block;
}
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }
[hidden] { display: none; }

/* float  */
.clear, .clr { clear: both; }
.clearfix:before, .clearfix:after, .clf:before, .clf:after { content: " "; display: table; }
.clearfix:after, .clf:after { clear: both; }
.clearfix, .clf { *zoom: 1; }
.alignright, .right { float: right; }
.alignleft, .left { float: left; }
.center { text-align: center; }
.centered, .aligncenter { display: block; margin: 0 auto; }
img { max-width: 100%; }
a img { border: none; }
.entry img { height: auto; }

/* --- BASE  --- */
body {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  background-color: #d8dbe2;
  background-image: repeating-radial-gradient(circle at 0 100%, rgba(27,27,30,0.1), rgba(88,164,176,0.15) 1px, rgba(216,219,226,0.2) 2px, rgba(88,164,176,0.15) 3px, rgba(27,27,30,0.1) 4px), radial-gradient(circle at 0 100%, #1b1b1e, #2b2f3a, #0a3a41, #1e3739, #273038);
}

.wrap {
  width: 1300px;
  margin: 0 auto;
  text-align: left;
}

input, textarea {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
::-webkit-input-placeholder { color: #777; }
:-moz-placeholder { color: #777; }
::-moz-placeholder { color: #777; }
:-ms-input-placeholder { color: #777; }
::placeholder { color: #777; }

a {
  color: #fff;
  text-decoration: underline;
  transition: all 0.3s 0.02s ease;
}
a:hover {
  color: #fff;
  text-decoration: none;
}

p, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title,
.entry table, .entry form, .entry ul, .entry ol, .entry hr, blockquote {
  margin: 0 0 20px 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title {
  color: #fff;
  font-weight: bold;
}
h1, .h1, .title { font-size: 48px; line-height: 110%; font-weight: 500; }
h2, .h2 { font-size: 24px; line-height: 30px; }
h3, .h3 { font-size: 22px; line-height: 28px; }
h4, .h4 { font-size: 20px; line-height: 26px; }
h5, .h5 { font-size: 18px; line-height: 24px; }
h6, .h6 { font-size: 16px; line-height: 22px; }

.black{ color: #000; }
.white{ color: #fff; }
.grey{ color: #808080; }
.green{ color: #34c924; }
.red{ color: #ff0000; }
.orange{ color: #ffa500; }
.yellow{ color: #ffff00; }
.blue{ color: #0000ff; }
.purple{ color: #8b00ff; }
.pink{ color: #ffc0cb; }

.table, .entry table {
  border-spacing: 0;
  border-collapse: collapse;
  border-top: 1px solid #959596;
  border-left: 1px solid #959596;
}
.table tr th, .entry table tr th {
  border-bottom: 1px solid #959596;
  border-right: 1px solid #959596;
  background: #f4f4f4;
  padding: 8px 10px;
}
.table tr td, .entry table tr td {
  border-bottom: 1px solid #959596;
  border-right: 1px solid #959596;
  padding: 8px 10px;
}
.entry table.nobord,
.entry table.nobord tr th,
.entry table.nobord tr td {
  border: 0;
  padding: 0;
  background: none;
}

.entry ul, ul.list {
  padding: 0 0 0 20px;
  list-style: none;
}
.entry ol, ol.list {
  padding: 0 0 0 25px;
  list-style: none;
}
.entry ul ul, .entry ol ol, .entry ol ul, .entry ul ol,
ul.list ul, ol.list ol, ol.list ul, ul.list ol {
  margin: 5px 0 0 0;
}
.entry ol > li, ol.list > li {
  margin: 7px 0 7px 10px;
  list-style: decimal outside;
}
.entry ul > li, ul.list > li {
  margin: 7px 0 7px 10px;
  list-style-type: disc;
}
code {
  font: 1.1em 'Courier New', Courier, Fixed;
}
blockquote {
  padding-left: 20px;
  border-left: 5px solid #ddd;
}
blockquote cite {
  margin: 5px 0 0;
  display: block;
}

/* (grid) */
.grid { clear: both; *zoom: 1; }
.grid:after { content: ""; display: table; clear: both; }
[class*='col-'] { float: left; box-sizing: border-box; padding: 0 20px 0 0; }
.col-1-8 { width: 12.5%; }
.col-1-4 { width: 25%; }
.col-1-3 { width: 33.33%; }
.col-1-2 { width: 50%; }
.col-2-3 { width: 66.66%; }

.form_line { padding: 0 0 15px 0; }
.lab { display: block; padding: 0 0 2px 0; }

.inp, .ta {
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  border: 1px solid #b2b2b2;
  border-radius: 3px;
  color: #000;
  font-size: 15px;
  line-height: 18px;
  padding: 10px 20px;
}
.inp { height: 40px; }
.ta {
  height: 100px;
  vertical-align: bottom;
}

input, textarea {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
}
::-webkit-input-placeholder {color: #777777;}
:-moz-placeholder {color: #777777;}
::-moz-placeholder {color: #777777;}
:-ms-input-placeholder {color: #777777;}
::placeholder { color: #777777; }

.form_sub {
  position: relative;
}
.form_sub .ajax-loader {
  position: absolute;
  top: -5px;
  right: -5px;
}

.btn,
.header_buttons a,
.btn_login,
.btn_register {
  display: inline-block;
  box-sizing: border-box;
  min-height: 40px;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  color: #fff;
  transition: background 0.3s, border 0.3s;
  border: 1px solid transparent;
  background: #0080d6;
  margin-right: 0;
}

.btn_login,
.header_buttons .btn_login { background-color: #0080d6; }
.btn_login:hover,
.header_buttons .btn_login:hover { background-color: #005ea6; }

.btn_register,
.header_buttons .btn_register { background-color: #fb4d00; }
.btn_register:hover,
.header_buttons .btn_register:hover { background-color: #c83d00; }

.btn:hover{
  border-color: #ca2a3c;
  background-color: #ca2a3c;
  color: #fff;
  text-decoration: none;
}


.header-container, .header_box, .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 30px 0 30px;
  margin-bottom: 50px;
  position: relative;
  background: transparent;
}

.logo, .logomost {
  width: 160px;           
  margin-left: 40px;
}
.logo img, .logomost img {
  max-height: 120px;
  width: 400px !important;  
  height: auto;
  vertical-align: bottom;
}

.header-menu {
  margin-left: auto;
  display: flex;
  align-items: center;
}


.main_nav {
  position: relative;
  z-index: 99;
  order: 4;
  width: 100%;
  text-align: right;
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
}
.main_nav ul,
.main_nav .menu,
.main_nav .menu-header {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main_nav li,
.main_nav .menu li,
.main_nav .menu-header li {
  display: block;
  padding-left: 30px;
}
.main_nav li:first-child {
  padding-left: 0;
}
.main_nav li a,
.main_nav .menu li a,
.main_nav .menu-header a {
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: color 0.3s;
}
.main_nav li a:before,
.main_nav .menu li a:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 0;
  background: #fff;
  border-radius: 2px;
  transition: all 0.3s;
}
.main_nav li a:hover:before,
.main_nav li.current-menu-item a:before {
  width: 90%;
}
.main_nav li a:hover,
.main_nav .menu li a:hover,
.main_nav .menu-header a:hover {
  text-decoration: underline;
}

@media (max-width: 1370px) {
  .wrap { width: 1200px; }
  .main_nav li { padding: 0 0 0 25px; }
}
@media (max-width: 1250px) {
  .wrap { width: 970px; }
}
@media (max-width: 1020px) {
  .wrap { width: 760px; box-sizing: border-box; padding: 0 10px; }
  header { padding: 10px 0 0 0; }
}
@media (max-width: 759px) {
  .wrap { width: auto; min-width: 320px; }
  .main_nav { text-align: center; }
}

/* --- Burger --- */
.adapt_menu {
  display: none;
  width: 28px;
  height: 20px;
  position: relative;
  z-index: 111;
  cursor: pointer;
  transition: all .3s;
}
.adapt_menu span {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 3px;
  background: #777;
  transition: all .5s;
}
.adapt_menu span:nth-child(2) { top: 9px; }
.adapt_menu span:nth-child(3) { top: 18px; }
.adapt_menu.open span {
  top: 9px;
  background: #fff;
}
.adapt_menu.open span:nth-child(1) { transform: rotate(45deg); }
.adapt_menu.open span:nth-child(2) { opacity: 0; }
.adapt_menu.open span:nth-child(3) { transform: rotate(135deg); }

/* Responsive */
@media (max-width: 768px) {
  .main_nav {
    display: none;
    width: 100%;
    flex-direction: column;
    padding: 20px 0 0 0;
  }
  .main_nav.open {
    display: flex !important;
    flex-direction: column;
  }
  .adapt_menu {
    display: block;
  }
}
@media (min-width: 769px) {
  .main_nav { display: flex !important; }
  .adapt_menu { display: none; }
}


/* === SEARCH FORM === */
.search {
  box-sizing: border-box;
  width: 400px;
  height: 44px;
  background: rgba(255,255,255,0.1);
  border-radius: 5px;
  padding: 10px 20px;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 300px;
  z-index: 77;
  transform: translateY(-200%);
  transition: opacity 0.5s, transform 0.5s;
}
.search.open {
  opacity: 1;
  transform: translateY(0);
  bottom: -50px;
}
input.search_inp {
  display: block;
  box-sizing: border-box;
  padding-left: 31px;
  margin: 0;
  height: 100%;
  width: 100%;
  border: 0;
  background: none;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' ... %3E");
  background-position: left center;
  background-repeat: no-repeat;
  transition: background-image 0.3s;
}
input.search_inp:focus {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' ... %3E");
}
input.search_sub {
  display: none;
  opacity: 0;
}
.but_search {
  display: block;
  width: 26px;
  height: 26px;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' ... %3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 26px;
  cursor: pointer;
  transition: transform 0.3s, background-image 0.3s;
}
.but_search:hover,
.but_search.open {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' ... %3E");
  transform: rotate(360deg);
}

/* Поисковый блок */
.search_block {
  display: none;
  background: #f9f9f9;
  padding: 20px 0;
  border-top: 1px solid #ddd;
}
.search_block .wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Адаптивность поиска */
@media (max-width: 768px) {
  .search {
    width: 100%;
    left: 0;
    padding: 10px;
  }
  .search_block {
    padding: 10px 0;
  }
}


/* === HEADER BUTTONS (LOGIN/REGISTER) === */
.header_buttons {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-left: 20px;
  margin-top: 10px;
}
.header_buttons a,
.btn_login,
.btn_register {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s;
  margin-right: 0;
}
.btn_login,
.header_buttons .btn_login {
  background-color: #0080d6;
}
.btn_login:hover,
.header_buttons .btn_login:hover {
  background-color: #005ea6;
}
.btn_register,
.header_buttons .btn_register {
  background-color: #fb4d00;
}
.btn_register:hover,
.header_buttons .btn_register:hover {
  background-color: #c83d00;
}

@media (max-width: 1200px) {
  .header_buttons {
    flex-direction: row !important;
    width: 100% !important;
    gap: 12px !important;
    justify-content: flex-start !important;
    align-items: center !important;
    margin-left: 0 !important;
    margin-top: 10px !important;
  }
  .header_buttons a {
    white-space: nowrap !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 1024px) {
  .header_buttons {
    flex-direction: row !important;
    width: auto !important;
    margin-left: 0 !important;
    justify-content: flex-start;
    gap: 10px;
  }
  .header_buttons a {
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  .header_buttons {
    flex-direction: row !important;
    width: 100% !important;
    gap: 10px !important;
    justify-content: flex-start !important;
    align-items: center !important;
    margin-left: 0 !important;
    margin-top: 10px !important;
  }
  .header_buttons a {
    white-space: nowrap !important;
    margin-right: 0 !important;
  }
}


/* === MOBILE BURGER MENU === */
.adapt_menu {
  margin-left: 20px;
  display: none;
  width: 28px;
  height: 20px;
  position: relative;
  z-index: 111;
  cursor: pointer;
  transition: all .3s;
}
.adapt_menu span {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 3px;
  background: #777;
  transition: all .5s;
}
.adapt_menu span:nth-child(2) { top: 9px; }
.adapt_menu span:nth-child(3) { top: 18px; }
.adapt_menu.open span {
  top: 9px;
  background: #fff;
}
.adapt_menu.open span:nth-child(1) { transform: rotate(45deg); }
.adapt_menu.open span:nth-child(2) { opacity: 0; }
.adapt_menu.open span:nth-child(3) { transform: rotate(135deg); }

@media (max-width: 1024px) {
  .adapt_menu {
    display: block;
  }
}
@media (max-width: 768px) {
  .adapt_menu {
    display: block;
  }
  .main_nav {
    display: none;
    width: 100%;
    flex-direction: column;
    padding: 20px 0 0 0;
  }
  .main_nav.open {
    display: flex;
  }
}
@media (min-width: 769px) {
  .main_nav {
    display: flex !important;
  }
  .adapt_menu {
    display: none;
  }
}
/* === SEARCH FORM === */
.search {
  box-sizing: border-box;
  width: 400px;
  height: 44px;
  background: rgba(255,255,255,0.1);
  border-radius: 5px;
  padding: 10px 20px;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 300px;
  z-index: 77;
  transform: translateY(-200%);
  transition: opacity 0.5s, transform 0.5s;
}
.search.open {
  opacity: 1;
  transform: translateY(0);
  bottom: -50px;
}
input.search_inp {
  display: block;
  box-sizing: border-box;
  padding-left: 31px;
  margin: 0;
  height: 100%;
  width: 100%;
  border: 0;
  background: none;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' ... %3E");
  background-position: left center;
  background-repeat: no-repeat;
  transition: background-image 0.3s;
}
input.search_inp:focus {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' ... %3E");
}
input.search_sub {
  display: none;
  opacity: 0;
}
.but_search {
  display: block;
  width: 26px;
  height: 26px;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' ... %3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 26px;
  cursor: pointer;
  transition: transform 0.3s, background-image 0.3s;
}
.but_search:hover,
.but_search.open {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' ... %3E");
  transform: rotate(360deg);
}

/* Блок поиска */
.search_block {
  display: none;
  background: #f9f9f9;
  padding: 20px 0;
  border-top: 1px solid #ddd;
}

.search_block .wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Мобильный поиск */
@media (max-width: 768px) {
  .search {
    width: 100%;
    left: 0;
    padding: 10px;
  }
  .search_block {
    padding: 10px 0;
  }
}

/* === HEADER BUTTONS (LOGIN/REGISTER) === */
.header_buttons {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-left: 20px;
  margin-top: 10px;
}
.header_buttons a,
.btn_login,
.btn_register {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s;
  margin-right: 0;
}
.btn_login,
.header_buttons .btn_login {
  background-color: #0080d6;
}
.btn_login:hover,
.header_buttons .btn_login:hover {
  background-color: #005ea6;
}
.btn_register,
.header_buttons .btn_register {
  background-color: #fb4d00;
}
.btn_register:hover,
.header_buttons .btn_register:hover {
  background-color: #c83d00;
}

/* === MOBILE BURGER MENU === */
.adapt_menu {
  margin-left: 20px;
  display: none;
  width: 28px;
  height: 20px;
  position: relative;
  z-index: 111;
  cursor: pointer;
  transition: all .3s;
}
.adapt_menu span {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 3px;
  background: #777;
  transition: all .5s;
}
.adapt_menu span:nth-child(2) { top: 9px; }
.adapt_menu span:nth-child(3) { top: 18px; }
.adapt_menu.open span {
  top: 9px;
  background: #fff;
}
.adapt_menu.open span:nth-child(1) { transform: rotate(45deg); }
.adapt_menu.open span:nth-child(2) { opacity: 0; }
.adapt_menu.open span:nth-child(3) { transform: rotate(135deg); }

@media (max-width: 1200px) {
  .header_buttons {
    flex-direction: row !important;
    width: 100% !important;
    gap: 12px !important;
    justify-content: flex-start !important;
    align-items: center !important;
    margin-left: 0 !important;
    margin-top: 10px !important;
  }
  .header_buttons a {
    white-space: nowrap !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 1024px) {
  .header_buttons {
    flex-direction: row !important;
    width: auto !important;
    margin-left: 0 !important;
    justify-content: flex-start;
  }
  .header_buttons a {
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  .header_buttons {
    flex-direction: row !important;
    width: 100% !important;
    gap: 10px !important;
    justify-content: flex-start !important;
    align-items: center !important;
    margin-left: 0 !important;
    margin-top: 10px !important;
  }
  .header_buttons a {
    white-space: nowrap !important;
    margin-right: 0 !important;
  }
  .adapt_menu {
    display: block;
  }
}

@media (min-width: 769px) {
  .main_nav {
    display: flex !important;
  }
  .adapt_menu {
    display: none;
  }
}
.plinko-cards-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 32px 0;
}
.plinko-card {
  display: flex;
  align-items: center;
  background: none;
  padding: 28px 0 28px 0;
  gap: 40px;
  font-family: 'Poppins', Arial, sans-serif;
}
.plinko-logo-col {
  flex: 0 0 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plinko-logo-container {
  background: none;
  height: 54px;
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plinko-logo-container img {
  max-height: 52px;
  max-width: 160px;
  object-fit: contain;
}
.plinko-info-col {
  flex: 1 1 360px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.bonus {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 3px;
  line-height: 1.15;
}
.desc {
  font-size: 16px;
  color: #b3b3b3;
  margin-bottom: 0;
}
.plinko-action-col {
  flex: 0 0 210px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.plinko-btn {
  background: #e01b50;
  color: #fff !important;
  border-radius: 40px;
  padding: 16px 0;
  min-width: 190px;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  border: none;
  text-decoration: none;
  transition: background 0.2s;
  display: inline-block;
}
.plinko-btn:hover { background: #b7153e; }
.divider {
  width: 100%;
  height: 2px;
  background: #262b39;
  margin: 0;
}

/* Mobile */
@media (max-width: 900px) {
  .plinko-card { flex-direction: column; align-items: flex-start; gap: 12px; padding: 24px 0; }
  .plinko-logo-col, .plinko-info-col, .plinko-action-col { flex: none; width: 100%; }
  .plinko-action-col { justify-content: flex-start; }
  .plinko-btn { width: 100%; min-width: 0; }
}
