/*
Theme Name: multiZ
Theme URI: 
Author: multiZ
Author URI: 
Description: 

Version: 1.7
License: GNU General Public License
License URI: license.txt
Text Domain: multiZ

*/
html {
  max-width: 100%;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

body {
  position: relative;
  background: var(--site-fone);
  color: var(--basic-color);
  font-size: var(--basic-size);
  line-height: 1.3;
  overflow-x: hidden;
  z-index: 1;
}

body.with-background {
  background-image: var(--fone-img);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}

body.with-background-repeat {
  background-image: var(--fone-img);
  background-position: left top;
  background-repeat: repeat;
}

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

h1 {
  font-size: var(--h1-size);
  color: var(--color-title);
  margin-bottom: 30px;
}

h2 {
  position: relative;
  font-size: var(--h2-size);
  margin: 60px 0 30px;
}

h2:before {
  content: '';
  position: absolute;
  background: var(--basic-site-color);
  width: 200px;
  height: 2px;
  bottom: -7px;
  left: 0;
  opacity: .2;
}

h2:after {
  content: '';
  position: absolute;
  background: var(--basic-site-color);
  width: 70px;
  height: 2px;
  bottom: -7px;
  left: 0;
}

.center h2:before,
.center h2:after {
  left: 50%;
  transform: translateX(-50%);
}

h3 {
  font-size: var(--h3-size);
  margin-bottom: 20px;
}

h4 {
  font-size: var(--h4-size);
  margin-bottom: 20px;
}

h5 {
  font-size: var(--h5-size);
  margin-bottom: 20px;
}

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

ul {
  list-style: none;
}

label {
  cursor: pointer;
}

.wp-block-image, .wp-block-columns {
  margin-bottom: 0;
}

.main {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding-top: 30px;
}

body.fixed-header .main {
  padding-top: 100px;
}

body.fixed-header .main.top-max {
  padding-top: 150px;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

/* header
--------------------*/
header {
  background: var(--header-fon);
}

body.fixed-header header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
}

header .header-top {
  border-bottom: 1px solid var(--header-line);
}

header .header-top .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}

header .logo {
  max-width: var(--header-logo-size)
}

header .primary_menu {
  gap: 30px;
  display: flex;
  align-items: center;
}

.login-button-row {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main .login-button-row {
  display: none;
}

.login-button-row .btn-redirect {
  min-width: auto;
  box-shadow: none !important;
  border: 0;
  margin-top: 0;
}

.login-button-row .btn-redirect.registration {
  animation: pulse 2.5s ease-in infinite;
  background: #13a132;
  color: #fff !important;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

header .primary_menu .menu {
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0
}

header .primary_menu .menu a {
  color: var(--header-color);
  font-size: .9rem;
  cursor: pointer;
}

header .primary_menu .menu>li>a {
  position: relative;
  display: block;
  white-space: nowrap;
}

header .primary_menu .menu>li.current-menu-item>a,
header .primary_menu .menu>li.current-menu-ancestor>a,
header .primary_menu .menu a:hover {
  color: var(--color-link-hover)
}

header .primary_menu .menu>li:last-child {
  margin-right: 0
}

header .primary_menu .menu>li.menu-item-has-children {
  position: relative;
  display: flex;
  align-items: center;
}

header .primary_menu .menu>li.menu-item-has-children:after {
  content: '';
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

header .primary_menu .menu>li.menu-item-has-children .sub-menu {
  position: absolute;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  width: max-content;
  font-size: .9rem;
  padding: 7px 10px;
  background: var(--header-fon);
  border: 1px solid var(--header-line);
  border-radius: 5px;
  transition: .3s;
  top: 20px;
}

header .primary_menu .menu>li.menu-item-has-children:hover>.sub-menu {
  visibility: visible;
  opacity: 1;
}

.toggle-menu {
    display: none;
}

header .header-bottom {
  position: relative;
}

header .header_html {
  color: var(--header-color);
  font-size: .9rem;
}

.page-navigation {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 0;
}

.page-navigation .min-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--header-color);
  padding-right: 10px
}

.page-navigation .items {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin: 0;
  padding: 0
}

.page-navigation .items::-webkit-scrollbar {
  display: none
}

.page-navigation .items .item:last-child {
  padding-right: 8px
}

.page-navigation .items .item a {
  display: block;
  color: var(--header-color);
  font-size: 14px;
  white-space: nowrap;
  padding: 3px 10px;
  border: 1px solid var(--header-line);
  border-radius: 5px;
  transition: .3s;
}

.page-navigation .items .item a.active {
  color: var(--basic-site-color);
  border-color: var(--basic-site-color)
}

header .header-bottom .progress-container {
  width: 100%;
  height: 2px;
}

header .header-bottom .progress-container .progress-bar {
  width: 0;
  height: 2px;
  background: var(--basic-site-color);
  transition: .3s
}

/* Хлебные крошки
--------------------*/
#breadcrumbs {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: .9rem;
}

#breadcrumbs .breadcrumb_last {
  font-weight: normal;
  opacity: .6;
}

/* Блоки
--------------------*/
.site-content .wp-block-columns {
  gap: 30px;
  margin-top: 60px;
}

.site-content .wp-block-columns.revers {
  flex-direction: row-reverse;
}

.site-content .wp-block-columns.bonus-row {
  gap: 80px;
  margin-top: 20px;
}

.site-content .wp-block-columns h2 {
  margin-top: 0;
}

.site-content .wp-block-columns .wp-block-image {
  margin-top: 10px;
}

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

.site-content p {
  margin-bottom: 16px;
}

.site-content ol {
  list-style: none;
  counter-reset: item;
  padding: 0;
}

.site-content ol li {
  position: relative;
  line-height: 1.3;
  padding-left: 40px;
  margin-bottom: 20px;
}

.site-content ol>li {
  counter-increment: item;
}

.site-content ol li:before {
  content: counter(item);
  position: absolute;
  display: flex;
  width: 25px;
  height: 25px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border: 2px solid var(--basic-site-color);
  border-radius: 50%;
  left: 0;
  top: -4px;
}

.site-content ol.mark_2 li:before {
  border-radius: 0;
}

.site-content ol.mark_3 li:before {
  border-radius: 5px;
}

.site-content ol.mark_4 li:before {
  background: var(--basic-site-color);
  color: #fff;
}

.site-content ul {
  padding-left: 10px;
}

.site-content ul li {
  position: relative;
  line-height: 1.3;
  padding-left: 25px;
  margin-bottom: 12px;
}

.site-content ul li:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: var(--basic-site-color);
  border-radius: 50%;
  left: 0;
  top: 5px;
}

.site-content ul.marker_2 li:before {
  border-radius: 0;
}

.site-content ul.marker_3 li:before {
  border-radius: 3px;
}

.site-content ul.marker_4 li:before {
  border-radius: 0;
  width: 12px;
  height: 6px;
  border-radius: 3px;
  top: 7px;
}

.site-content a {
  text-decoration: var(--underline);
  color: var(--color-link);
  transition: .3s;
}

.site-content a:hover {
  color: var(--color-link-hover);
}

.site-content img {
  border-radius: var(--radius-site);
}

.btn-redirect {
  width: max-content;
  min-width: 200px;
  padding: 13px 15px;
  font-size: var(--basic-size);
  outline: 0;
  background: var(--fon-button);
  border: var(--button-border-size) solid var(--button-border-color);
  border-radius: var(--radius-button);
  font-weight: 700;
  color: var(--color-button);
  cursor: pointer;
  transition: 0.3s;
  margin-top: 40px;
  box-shadow: var(--button-shadow);
}

.btn-redirect:hover {
  background: var(--fon-button-hover);
  border-color: var(--button-border-color-hover);
  color: var(--color-button-hover);
}

.wp-block-bonus {
  display: flex;
  align-items: center;
  border-radius: var(--radius-site);
}

.wp-block-bonus .icon-bonus {
  width: 140px;
}

.wp-block-bonus .text-bonus {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  flex-grow: 1;
  padding: 25px;
}

.wp-block-bonus .text-bonus .title {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 14px;
}

.wp-block-bonus .text-bonus .size {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 10px;
  color: var(--bonus-color);
}

.wp-block-bonus .text-bonus .desc {
  font-size: 13px;
  color: #fff;
}

.wp-block-bonus .text-bonus .btn-redirect {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: 20px;
}

.wp-block-table {
  margin: 20px 0;
  position: relative
}

.wp-block-table table {
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 0;
}

.wp-block-table table tr th, .wp-block-table table tr td {
  padding: 14px;
  border: none;
  border-right: 1px solid var(--second-site-color);
  border-bottom: 1px solid var(--second-site-color);
}

.wp-block-table table tr th:first-child, .wp-block-table table tr td:first-child {
  border-left: 1px solid var(--second-site-color);
}

.wp-block-table table tr th {
  background-color: var(--fon-button);
  text-align: left;
  border-top: 1px solid var(--second-site-color);
  color: var(--color-button);
}

.wp-block-table table tr:first-child td {
  border-top: 1px solid var(--second-site-color);
}

.wp-block-table table>*:first-child tr:first-child th:first-child, .wp-block-table table>*:first-child tr:first-child td:first-child {
  border-top: 1px solid var(--second-site-color);
  border-top-left-radius: var(--radius-site);
}

.wp-block-table table>*:first-child tr:first-child th:last-child, .wp-block-table table>*:first-child tr:first-child td:last-child {
  border-top: 1px solid var(--second-site-color);
  border-top-right-radius: var(--radius-site);
}

.wp-block-table table tr:last-child td:first-child {
  border-bottom-left-radius: var(--radius-site);
}

.wp-block-table table tr:last-child td:last-child {
  border-bottom-right-radius: var(--radius-site);
}

.accordion .accordion_item {
  margin-bottom: 10px;
  border: 1px solid var(--basic-site-color);
  border-radius: var(--radius-site);
  position: relative;
  overflow: hidden;
}

.accordion .title_block {
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  padding: 13px 70px 13px 30px;
  transition: .3s;
  margin-bottom: 0;
}

.accordion .title_block:before {
  content: '';
  height: 8px;
  width: 8px;
  display: block;
  border: 2px solid var(--second-site-color);
  border-left-width: 0;
  border-top-width: 0;
  transform: rotate(45deg);
  position: absolute;
  right: 25px;
  top: 17px;
  transition: .3s;
}

.accordion .active_block .title_block:before {
  border-left-width: 0;
  border-top-width: 0;
  transform: rotate(-135deg);
  top: 21px;
}

.accordion .title_block:hover {
  color: var(--basic-site-color);
}

.accordion .active_block .title_block {
  color: var(--basic-site-color);
}

.accordion .info {
  display: none;
  padding: 30px;
  margin-bottom: 0;
}

.grand-menu-row {
  display: flex;
  gap: 15px;
  margin-top: 50px;
}

.grand-menu-item {
  flex-shrink: 0;
  flex-grow: 1;
  flex-basis: 0;
  border-radius: var(--radius-site);
  overflow: hidden;
}

.grand-menu-item .btn-redirect {
  width: 100%;
  height: 100%;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
}

.grand-menu-item .item-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
}

.grand-menu-item .item-row .info {
  font-size: .7rem;
  opacity: .7;
  margin-top: 5px;
}

.icon-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 35px;
}

.icon-column {
  flex-shrink: 0;
  flex-grow: 1;
  flex-basis: 0;
  min-width: calc((100% - 45px) / 4);
}

.icon-column h3 {
  font-size: 18px;
  margin: 15px 0;
}

.icon-column img {
  width: 50px;
}

/* footer
--------------------*/
footer {
  padding: 50px 0;
  color: var(--footer-color);
}

.footer-logo {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 24px;
}

.footer-logo img {
  width: 120px;
}

.footer-logo:after {
  content: '';
  border-top: 1px solid var(--footer-line);
  width: 100%;
  height: 1px;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 100px;
  margin-bottom: 24px;
}

.footer-col {
  width: 25%;
}

.footer-top .heading {
  font-size: 20px;
  margin-bottom: 16px;
}

.footer-top .description,
.footer-top .email,
.footer-top .menu a {
  font-size: 14px;
}

.footer-top .menu li {
  margin-top: 10px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--footer-line);
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.footer-bottom .social-row {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-bottom .payments {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-logos-police {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid var(--footer-line);
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.footer-text-1,
.footer-text-2,
.copyright {
  text-align: center;
  font-size: 14px;
  margin-top: 16px;
}

/* Бонус
--------------------*/
.popup-bonus {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  backdrop-filter: blur(3px);
}

.popup-bonus:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background: #fff;
  opacity: .5;
}

.popup-bonus .popup-window {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 470px;
  max-width: 100%;
  padding: 155px 30px 30px;
  position: absolute;
  border-radius: var(--radius-site);
  color: var(--bonus-color-2);
  background: var(--bonus-fone);
  z-index: 10000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.popup-bonus .popup-window .gift-bonus {
  width: 100px;
  height: 100px;
  position: absolute;
  left: calc(50% - 50px);
  top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(255 255 255/16%);
  border-radius: 50%;
}

.popup-bonus .popup-window .close-bonus {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 20px;
  cursor: pointer;
}

.popup-bonus .popup-window .close-bonus:before,
.popup-bonus .popup-window .close-bonus:after {
  content: '';
  width: 100%;
  height: 2px;
  background: var(--bonus-color-2);
  position: absolute;
  top: 49%;
  left: 0;
  transform: rotate(45deg);
}

.popup-bonus .popup-window .close-bonus:after {
  transform: rotate(-45deg);
}

.popup-bonus .popup-window .title-bonus {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.popup-bonus .popup-window .size-bonus {
  font-size: 60px;
  font-weight: bold;

  margin-bottom: 10px;
  color: var(--bonus-color);
}

.popup-bonus .popup-window .spin-bonus {
  font-size: 25px;
  font-weight: 600;

  margin-bottom: 10px;
  color: var(--bonus-color);
}

.popup-bonus .popup-window .desc-bonus {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.popup-bonus .popup-window .btn-redirect {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-color: var(--bonus-color);
  background: var(--bonus-color);
  color: var(--bonus-color-2);
}

.mobile-bonus {
  display: none;
  position: fixed;
  left: 6px;
  bottom: 6px;
  right: 6px;
  padding: 6px 10px;
  border: 1px solid var(--second-site-color);
  border-radius: var(--radius-button);
  z-index: 1000;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}

.mobile-bonus .text {
  width: 50%;
  text-align: center;
}

.mobile-bonus .btn-redirect {
  display: flex;
  width: 50%;
  min-width: auto;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: 0;
}

/* 404
--------------------*/
.text-404 {
  padding: 130px 0 50px;
  text-align: center;
}

.text-404 h2 {
  color: var(--basic-color);
  font-size: 300px;
  line-height: 1;
  margin: 50px 0;
}

.text-404 a {
  font-size: 30px;
  text-decoration: underline;
}