.table-responsive {
    overflow-x: auto;
}
/* stylelint-disable */
:root {
  --body-bg: #020100;
  --body-font-size: 16px;
  --content-width: 914px;
  --content-width--mode: 980px;
  --container-offset: 20px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --container-width--mode: calc(var(--content-width--mode) + (var(--container-offset) * 2));
  --scrollbar-thumb: #1c1c1c;
  --scrollbar-track: rgba(245, 245, 245, 0.28);
  --scrollbar-track-hover: rgba(245, 245, 245, 0.28);
  --overlay-bg: rgba(0, 0, 0, 0.5);
  --font-family: "Arial" , sans-serif;
  --font-family2: "Roboto" , sans-serif;
  --font-family3: "HelveticaNeueCyr-Bold" , sans-serif;
  --cl-a: 255, 255, 255;
  --cl-b: 0, 0, 0;
  --cl-c: 28, 28, 28;
  --cl-d: 160, 142, 192;
  --cl-e: 49, 28, 60;
  --cl-f: 252, 246, 0;
  --cl-g: 142, 145, 151;
  --cl-h: 91, 74, 124;
  --cl-i: 184, 213, 235;
  --cl-j: 83, 40, 1;
  --cl-k: 255, 253, 205;
  --cl-l: 183, 119, 248;
  --cl-m: 212, 108, 254;
  --bg-a: 255, 255, 255;
  --bg-b: 0, 0, 0;
  --bg-c: 29, 2, 71;
  --bg-d: 255, 153, 0;
  --bg-e: 234, 223, 189;
  --bg-f: 151, 74, 209;
  --bg-g: 39, 15, 61;
  --bg-h: 190, 223, 99;
  --bg-i: 24, 2, 38;
  --bg-j: 16, 3, 32;
  --bg-k: 2, 1, 0;
  --bg-l: 50, 2, 83;
  --bg-m: 252, 246, 0;
  --bg-n: 48, 21, 75;
  --br-a: #000000;
  --br-b: #79b100;
  --br-c: #1999d9;
  --br-d: #974ad1;
  --br-e: #241334;
  --br-f: #5b4a7c;
  --br-g: #808080;
  --br-h: #e08523;
  --br-i: #543354;
}
@media (max-width: 767px) {
  :root {
    --container-offset: 15px;
  }
}

.mce-toc {
    padding: 10px;
    border: solid 1px #b777f8;
}

.mce-toc h2 {
    margin-bottom: 5px;
    padding-bottom: 5px;
    display: block;
    width: 100%;
    border-bottom: solid 1px #b777f8;
}

.mce-toc ul {
    margin-left: 1em;
}

.mce-toc a {
    color: #fff !important;
    line-height: 1.7 !important;
}

td {
    border: solid 1px #b777f8;
    padding: 5px;
}

.phqpoofzg-faq-item {
    padding: 10px;
    border: solid 1px rgb(183, 119, 248);
    border-radius: 5px;
    margin: 10px 0;
}

.phqpoofzg-faq-collapsible {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
}

.splide__container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  scroll-behavior: smooth;
}

body {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  min-height: -webkit-fill-available;
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  font-family: var(--font-family);
  color: rgba(var(--cl-b), 1);
  counter-reset: step-counter;
  -webkit-text-size-adjust: 100%;
  background: url(../img/index/main-bg.jpg) center 0 repeat-y var(--body-bg);
}

main {
  padding-top: var(--header-height);
  min-width: 0 !important;
}
main.no-padding {
  padding: 0;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  font-style: inherit;
  font-weight: inherit;
  font-family: inherit;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  padding: 0;
  line-height: initial;
  color: inherit;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

p {
  color: rgba(var(--cl-a), 1);
  font-family: var(--font-family);
  font-size: clamp(14px, 1.6411vw, 15px);
  line-height: 120%;
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

picture {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

input {
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
}
input::-webkit-input-placeholder {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}
input::-moz-placeholder {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}
input:-ms-input-placeholder {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}
input::-ms-input-placeholder {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}
input::placeholder {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}

textarea {
  border: none;
  outline: none;
  resize: none;
}

input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.phqpoofzg-container {
  position: relative;
  width: 100%;
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 var(--container-offset);
}
.phqpoofzg-container--mode {
  max-width: var(--container-width--mode);
}

[data-tab-content] {
  display: none;
}
[data-tab-content].active {
  display: block;
}

.dis-scroll {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  -ms-scroll-chaining: none !important;
  overscroll-behavior: none !important;
  scroll-behavior: none !important;
}

.overlay {
  position: fixed;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  padding: 20px 20px;
  overflow-y: scroll;
  background: rgba(var(--bg-b), 0.8);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  pointer-events: none;
}
.overlay::-webkit-scrollbar {
  display: none;
}
.overlay.active {
  z-index: 20;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  pointer-events: initial;
}
.overlay.active-mode {
  width: 50%;
}
@media (max-width: 767px) {
  .overlay.active-mode {
    width: 100%;
  }
  .overlay.active-mode .hidden-wrapper::before {
    opacity: 1;
    pointer-events: all;
  }
}

*::-webkit-scrollbar {
  width: 8px;
  height: 7px;
  cursor: pointer;
}
@media (max-width: 767px) {
  *::-webkit-scrollbar {
    display: none;
  }
}
*::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb);
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
*::-webkit-scrollbar-track {
  background-color: var(--scrollbar-track);
}
*::-webkit-scrollbar-button {
  display: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

.phqpoofzg-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 4px;
}
.phqpoofzg-stars__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.phqpoofzg-violet-shadow {
  text-shadow: 1px 1px 10px #7f02ff, 1px -1px 10px #7f02ff, -1px 1px 10px #7f02ff, -1px -1px 10px #7f02ff, -1px -1px 1px hsla(0, 0%, 100%, 0.2), 1px 1px 1px hsla(0, 0%, 100%, 0.2), -1px 1px 1px hsla(0, 0%, 100%, 0.2), 1px -1px 1px hsla(0, 0%, 100%, 0.2);
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
}

.phqpoofzg-subtitle {
  color: rgba(var(--cl-a), 1);
  font-family: var(--font-family);
  font-size: 15px;
  font-weight: 700;
  text-align: start;
}

.phqpoofzg-lift {
  width: clamp(40px, 6.1269vw, 56px);
  height: clamp(40px, 6.1269vw, 56px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  bottom: 2%;
  right: 1%;
  opacity: 0;
  position: fixed;
  pointer-events: none;
  visibility: hidden;
  z-index: 40;
}
.phqpoofzg-lift.show {
  visibility: visible;
  pointer-events: all;
  opacity: 1;
}
@media (max-width: 767px) {
  .phqpoofzg-lift {
    bottom: 5%;
    right: 3%;
  }
}

.phqpoofzg-main-title {
  font-family: var(--font-family);
  font-weight: 700;
  line-height: normal;
  color: rgba(var(--cl-a), 1);
  font-size: clamp(18px, 2.2976vw, 21px);
  text-align: center;
}

.phqpoofzg-price {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  grid-gap: 10px;
  color: rgba(var(--cl-f), 1);
  font-family: var(--font-family3);
  font-size: clamp(24px, 3.9387vw, 36px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
}

.phqpoofzg-timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 9px;
}
.phqpoofzg-timer__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 3px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background: rgba(var(--bg-g), 0.3);
  border: 1px solid var(--br-d);
  border-radius: 6px;
  height: 54px;
  width: 52px;
  -webkit-filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.25));
  padding-top: 5px;
}
.phqpoofzg-timer__item:not(:last-child)::before {
  content: ":";
  font-family: var(--font-family);
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  right: -9px;
  top: 14px;
  color: rgba(var(--cl-a), 1);
  line-height: normal;
}
@media (max-width: 1024px) {
  .phqpoofzg-timer__item {
    height: 50px;
    width: 48px;
  }
}
.phqpoofzg-timer__value {
  font-family: var(--font-family3);
  font-size: 29px;
  font-weight: 700;
  color: rgba(var(--cl-a), 1);
  line-height: 18px;
}
@media (max-width: 1024px) {
  .phqpoofzg-timer__value {
    font-size: 24px;
  }
}
.phqpoofzg-timer__text {
  font-family: var(--font-family3);
  font-size: 12px;
  font-weight: 400;
  color: rgba(var(--cl-a), 1);
  line-height: 130%;
}

.phqpoofzg-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-height: 45px;
  overflow: hidden;
  grid-gap: 2px;
}
.phqpoofzg-counter__text {
  color: rgba(var(--cl-i), 1);
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  top: 10px;
}

.phqpoofzg-payout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: clamp(10px, 2.1882vw, 20px);
}

.phqpoofzg-about-section__inner ul,
.phqpoofzg-about-section__inner ol {
    counter-reset: item;
    padding-left: 2em;
    color: rgba(var(--cl-a), 1);
    font-family: var(--font-family);
    font-size: clamp(14px, 1.6411vw, 15px);
    line-height: 120%;
    width: 100%;
}

.phqpoofzg-about-section__inner ul li::before {
  content: "\2022";
  color: rgba(var(--cl-l), 1); 
  font-weight: bold;
  display: inline-block;
  width: 1em; 
  margin-left: -1em; 
}

.phqpoofzg-about-section__inner ol li::before {
    content: counter(item) ". ";
    counter-increment: item;
    color: rgba(var(--cl-l), 1);
    margin-left: -1em; 

}
 

.phqpoofzg-about-section__box h2,
.phqpoofzg-about-section__box h3,
.phqpoofzg-about-section__box h4,
.phqpoofzg-about-section__box h5 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  grid-gap: 5px;
  color: rgba(var(--cl-l), 1);
  font-size: clamp(18px, 2.1882vw, 20px);
  font-weight: 700;
  font-family: var(--font-family);
  line-height: normal;
}
.phqpoofzg-main-subtitle i {
  display: block;
  margin-top: -6px;
  margin-right: 5px;
}

.phqpoofzg-about-section__box b,
.phqpoofzg-about-section__box strong {
  color: rgba(var(--cl-l), 1);
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
}

.phqpoofzg-about-section__box a {
  font-family: var(--font-family3);
  color: rgba(var(--cl-l), 1);
  /* font-size: 20px; */
  font-weight: 400;
  line-height: 120%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: underline;
  text-underline-offset: 4px;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
.phqpoofzg-main-link:hover {
  -webkit-text-decoration-color: rgba(var(--cl-l), 1);
  text-decoration-color: rgba(var(--cl-l), 1);
}

.phqpoofzg-icon-star {
  background-image: url(../img/sprite/star.svg);
  width: 13px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.phqpoofzg-icon-star-half {
  background-image: url(../img/sprite/star2.svg);
  width: 13px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.phqpoofzg-icon-star2 {
  background-image: url(../img/sprite/star-black.svg);
  width: 13px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.phqpoofzg-icon-star2-half {
  background-image: url(../img/sprite/star-black-half.svg);
  width: 13px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.phqpoofzg-icon-exit {
  background-image: url(../img/sprite/exit.svg);
  width: 25px;
  height: 28px;
  opacity: 0.7;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.phqpoofzg-icon-alert {
  background-image: url(../img/index/alert.png);
  width: 21px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: cover;
}

.phqpoofzg-icon-man {
  background-image: url(../img/index/man.png);
  width: 39px;
  height: 29px;
  background-repeat: no-repeat;
  background-size: cover;
}

.phqpoofzg-icon-reg {
  background-image: url(../img/sprite/pen.svg);
  width: 25px;
  height: 30px;
  opacity: 0.7;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.phqpoofzg-icon-18plus {
  background-image: url(../img/sprite/icon1.svg);
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.phqpoofzg-icon-egba {
  background-image: url(../img/sprite/icon2.svg);
  width: 97px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.phqpoofzg-icon-essa {
  background-image: url(../img/sprite/icon3.svg);
  width: 53px;
  height: 21px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.phqpoofzg-icon-cogra {
  background-image: url(../img/sprite/icon4.svg);
  width: 50px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.phqpoofzg-icon-gam {
  background-image: url(../img/sprite/icon5.svg);
  width: 22px;
  height: 27px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.phqpoofzg-icon-cost {
  background-image: url(../img/sprite/icon6.svg);
  width: clamp(44px, 7.0022vw, 64px);
  height: clamp(44px, 7.0022vw, 64px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.phqpoofzg-icon-winn {
  background-image: url(../img/sprite/icon7.svg);
  width: clamp(44px, 7.0022vw, 64px);
  height: clamp(44px, 7.0022vw, 64px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.phqpoofzg-icon-innowation {
  background-image: url(../img/sprite/icon8.svg);
  width: clamp(130px, 16.4114vw, 150px);
  height: clamp(44px, 7.0022vw, 64px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.phqpoofzg-icon-igaming {
  background-image: url(../img/sprite/icon9.svg);
  width: clamp(70px, 9.8468vw, 90px);
  height: clamp(44px, 7.0022vw, 64px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.phqpoofzg-icon-ncpg {
  background-image: url(../img/sprite/icon10.svg);
  width: clamp(55px, 8.2057vw, 75px);
  height: clamp(44px, 7.0022vw, 64px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.phqpoofzg-icon-pen {
  background-image: url(../img/sprite/pen.svg);
  width: 25px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.phqpoofzg-icon-exit {
  background-image: url(../img/sprite/exit.svg);
  width: 28px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.phqpoofzg-icon-visa {
  background-image: url(../img/sprite/visa.svg);
  width: 38px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.phqpoofzg-icon-mc {
  background-image: url(../img/sprite/mc.svg);
  width: 79px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.phqpoofzg-icon-btc {
  background-image: url(../img/sprite/btc.svg);
  width: 110px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.phqpoofzg-icon-netell {
  background-image: url(../img/sprite/netell.svg);
  width: 110px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.phqpoofzg-icon-master {
  background-image: url(../img/sprite/mc2.svg);
  width: 40px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.phqpoofzg-icon-pay {
  background-image: url(../img/sprite/pay.svg);
  width: 110px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.phqpoofzg-icon-skrill {
  background-image: url(../img/sprite/skrill.svg);
  width: 41px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.phqpoofzg-icon-azino {
  background-image: url(../img/sprite/azino.svg);
  width: 160px;
  height: 29px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.phqpoofzg-icon-home {
  background-image: url(../img/sprite/home.svg);
  width: 21px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.phqpoofzg-icon-slots {
  background-image: url(../img/sprite/slots.svg);
  width: 21px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.phqpoofzg-icon-bonuses {
  background-image: url(../img/sprite/bonuses.svg);
  width: 21px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.phqpoofzg-icon-tour {
  background-image: url(../img/sprite/tour.svg);
  width: 21px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.phqpoofzg-icon-prime {
  background-image: url(../img/sprite/prime.svg);
  width: 21px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.phqpoofzg-icon-glow {
  background-image: url(../img/index/btn-bg2.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.phqpoofzg-icon-bg {
  background-image: url(../img/index/btn-bg3.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 98%;
  width: 99%;
}

.phqpoofzg-icon-cup {
  background-image: url(../img/index/sprite/cup.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 19px;
  height: 20px;
}

.phqpoofzg-icon-lift {
  background-image: url(../img/index/scroller-btn.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.phqpoofzg-icon-lift:hover {
  background-image: url(../img/index/scroller-btn_h.png);
}

.phqpoofzg-icon-play {
  background-image: url(../img/sprite/play.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  height: 80px;
  background-position: center;
}

.phqpoofzg-icon-search {
  background-image: url(../img/sprite/search.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  background-position: center;
  cursor: pointer;
}

.phqpoofzg-icon-novom {
  background-image: url(../img/sprite/novom.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 25px;
}

.phqpoofzg-icon-bgaming {
  background-image: url(../img/sprite/bgaming.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 25px;
}

.phqpoofzg-icon-igrosoft {
  background-image: url(../img/sprite/igrosoft.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 25px;
}

.phqpoofzg-icon-igt {
  background-image: url(../img/sprite/igt.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 25px;
}

.phqpoofzg-icon-evo {
  background-image: url(../img/sprite/evo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 25px;
}

.phqpoofzg-icon-arist {
  background-image: url(../img/sprite/arist.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 25px;
}

.phqpoofzg-icon-apollo {
  background-image: url(../img/sprite/apollo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 25px;
}

.phqpoofzg-icon-merkur {
  background-image: url(../img/sprite/merkursvg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 25px;
}

.phqpoofzg-icon-spin {
  background-image: url(../img/sprite/spin.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 25px;
}

.phqpoofzg-icon-nolimit {
  background-image: url(../img/sprite/nolimit.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 25px;
}

.phqpoofzg-icon-mrslot {
  background-image: url(../img/sprite/mrslot.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 25px;
}

.phqpoofzg-icon-mascot {
  background-image: url(../img/sprite/mascot.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 25px;
}

.phqpoofzg-icon-felix {
  background-image: url(../img/sprite/felix.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 25px;
}

.phqpoofzg-icon-booming {
  background-image: url(../img/sprite/booming.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 25px;
}

.phqpoofzg-icon-betsoft {
  background-image: url(../img/sprite/betsoft.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 25px;
}

.phqpoofzg-icon-kajot {
  background-image: url(../img/sprite/kajot.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 25px;
}

.phqpoofzg-icon-wazdan {
  background-image: url(../img/sprite/wazdan.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 25px;
}

.phqpoofzg-icon-win {
  background-image: url(../img/sprite/spin2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 25px;
}

.phqpoofzg-icon-retro {
  background-image: url(../img/sprite/retro.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 25px;
}

.phqpoofzg-icon-belatra {
  background-image: url(../img/sprite/belatra.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 25px;
}

.phqpoofzg-icon-zillion {
  background-image: url(../img/sprite/zillion.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 25px;
}

.phqpoofzg-icon-ygg {
  background-image: url(../img/sprite/ygg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 25px;
}

.phqpoofzg-icon-evoplay {
  background-image: url(../img/sprite/evoplay.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 25px;
}

.phqpoofzg-icon-tom {
  background-image: url(../img/sprite/tom.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 25px;
}

.phqpoofzg-icon-gamz {
  background-image: url(../img/sprite/gamz.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 25px;
}

.phqpoofzg-icon-onlyplay {
  background-image: url(../img/sprite/onlyplay.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 25px;
}

.phqpoofzg-icon-peak {
  background-image: url(../img/sprite/peak.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 50px;
  height: 52px;
  display: block;
}
@media (max-width: 576px) {
  .phqpoofzg-icon-peak {
    width: 30px;
    height: 32px;
  }
}

.phqpoofzg-icon-currency {
  background-image: url(../img/sprite/currency.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0px;
  width: 30px;
  height: 35px;
  display: block;
}

.phqpoofzg-icon-number {
  background-image: url(../img/sprite/numbers.svg);
  width: 24px;
  height: 40px;
  display: block;
  -webkit-transition: all 5s ease 0s;
  transition: all 5s ease 0s;
  background-position-y: 0px;
}
.phqpoofzg-icon-number--one {
  background-position-y: -40px;
}
.phqpoofzg-icon-number--two {
  background-position-y: -80px;
}
.phqpoofzg-icon-number--three {
  background-position-y: -121px;
}
.phqpoofzg-icon-number--four {
  background-position-y: -161px;
}
.phqpoofzg-icon-number--five {
  background-position-y: -200px;
}
.phqpoofzg-icon-number--six {
  background-position-y: -242px;
}
.phqpoofzg-icon-number--seven {
  background-position-y: -281px;
}
.phqpoofzg-icon-number--eight {
  background-position-y: -320px;
}
.phqpoofzg-icon-number--nine {
  background-position-y: 39px;
}

.phqpoofzg-green-button {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c6e66a), to(#557b01));
  background: linear-gradient(180deg, #c6e66a 0, #557b01);
  border: 1px solid var(--br-b);
  height: 38px;
  width: 143px;
  border-radius: 5px;
  color: rgba(var(--cl-c), 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 6px;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  font-family: var(--font-family);
  text-shadow: 1px 0 0 rgba(0, 0, 0, 0.5), -1px 0 0 rgba(0, 0, 0, 0.2), 0 1px 1px hsla(0, 0%, 100%, 0.4);
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.phqpoofzg-green-button:hover {
  -webkit-box-shadow: inset 0 0 10px 2px #e6f1bb;
  box-shadow: inset 0 0 10px 2px #e6f1bb;
}
.phqpoofzg-green-button--mode {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(9%, #c6e66a), color-stop(80%, #547a01));
  background: linear-gradient(180deg, #c6e66a 9%, #547a01 80%);
  -webkit-box-shadow: 0 10px 0 0 #1a2601;
  box-shadow: 0 10px 0 0 #1a2601;
  color: #1c1c1c;
  font-size: clamp(16px, 2.6258vw, 24px);
  font-style: italic;
  height: 70px;
  line-height: 98%;
  text-align: center;
  text-shadow: 1px 0 0 rgba(0, 0, 0, 0.5), -1px 0 0 rgba(0, 0, 0, 0.2), 0 1px 1px hsla(0, 0%, 100%, 0.4);
  width: 300px;
  z-index: 10;
  position: relative;
  overflow: hidden;
  text-transform: none;
}
@media (max-width: 767px) {
  .phqpoofzg-green-button--mode {
    width: initial;
    height: initial;
    padding: 23px 74px;
  }
}
.phqpoofzg-green-button--mode::before, .phqpoofzg-green-button--mode:after {
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.phqpoofzg-green-button--mode::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #c6e66a), color-stop(40%, #fff), color-stop(60%, #fff), color-stop(0, #fff), to(#c6e66a));
  background: linear-gradient(90deg, #c6e66a 0, #fff 40%, #fff 60%, #fff 0, #c6e66a);
  top: 0;
}
.phqpoofzg-green-button--mode:after {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #517c01), color-stop(40%, #fff), color-stop(60%, #fff), color-stop(0, #fff), to(#517c01));
  background: linear-gradient(90deg, #517c01 0, #fff 40%, #fff 60%, #fff 0, #517c01);
  bottom: 0;
}
.phqpoofzg-green-button--mode:hover {
  -webkit-box-shadow: 0 10px 0 0 #1a2601, inset 0 0 20px 2px #e6f1bb;
  box-shadow: 0 10px 0 0 #1a2601, inset 0 0 20px 2px #e6f1bb;
}
.phqpoofzg-green-button--play {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c1f440), to(#548003));
  background: linear-gradient(180deg, #c1f440 0, #548003);
  border-color: #bdfd00 #000 #466701;
  border-width: 2px 0;
  color: rgba(var(--cl-k), 1);
  font-family: var(--font-family);
  font-size: 14px;
  padding: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 150px;
}
.phqpoofzg-green-button--play:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #bdfd00), color-stop(50%, #73bc00), to(#256900));
  background: linear-gradient(180deg, #bdfd00 0, #73bc00 50%, #256900);
}

.phqpoofzg-blue-button {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #009cfe), to(#23499a));
  background: linear-gradient(180deg, #009cfe 0, #23499a);
  border: 1px solid var(--br-c);
  width: 91px;
  border-radius: 5px;
  color: rgba(var(--cl-c), 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 6px;
  font-size: 14px;
  font-weight: 700;
  height: 38px;
  line-height: 40px;
  font-family: var(--font-family);
  text-shadow: 1px 0 0 rgba(0, 0, 0, 0.5), -1px 0 0 rgba(0, 0, 0, 0.2), 0 1px 1px hsla(0, 0%, 100%, 0.4);
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.phqpoofzg-blue-button:hover {
  -webkit-box-shadow: inset 0 0 15px 5px #33bcfe;
  box-shadow: inset 0 0 15px 5px #33bcfe;
}

.phqpoofzg-red-button {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c00000), color-stop(44%, #900000), to(#6e0000));
  background: linear-gradient(180deg, #c00000 0, #900000 44%, #6e0000);
  border-color: #c00000 #000 #6e0000;
  border-radius: 5px;
  border-style: solid none;
  border-width: 2px 0;
  color: rgba(var(--cl-k), 1);
  display: inline-block;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  width: 150px;
}
.phqpoofzg-red-button:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d30505), to(#cd0000));
  background: linear-gradient(180deg, #d30505 0, #cd0000);
}

.phqpoofzg-yellow-btn {
  background: rgba(var(--bg-d), 1);
  border-radius: 2px;
  color: rgba(var(--cl-b), 1);
  font-weight: 700;
  height: 24px;
  line-height: 27px;
  padding: 5px 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-shadow: 0 1px 1px hsla(0, 0%, 100%, 0.6), 0 0 2px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  z-index: 2;
  font-family: var(--font-family);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.phqpoofzg-yellow-btn:hover {
  -webkit-box-shadow: 0 0 5px 1px #f80;
  box-shadow: 0 0 5px 1px #f80;
}

.phqpoofzg-main-button {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(9%, #fce70a), color-stop(80%, #f05b15));
  background: linear-gradient(180deg, #fce70a 9%, #f05b15 80%);
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 0 0 #792406;
  box-shadow: 0 5px 0 0 #792406;
  color: rgba(var(--cl-b), 1);
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 700;
  width: 227px;
  height: 45px;
  line-height: 101%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-shadow: 0 1px 1px hsla(0, 0%, 100%, 0.6), 0 0 1px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.phqpoofzg-main-button:before, .phqpoofzg-main-button::after {
  position: absolute;
  width: 100%;
  height: 1px;
  display: block;
  content: "";
}
.phqpoofzg-main-button:before {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #ffdb00), color-stop(60%, #fff), color-stop(0, #fff), to(#ffdb00));
  background: linear-gradient(90deg, #ffdb00 0, #fff 60%, #fff 0, #ffdb00);
  left: 0;
  top: 0;
}
.phqpoofzg-main-button::after {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #f05b15), color-stop(60%, #fff), color-stop(0, #fff), to(#f05b15));
  background: linear-gradient(90deg, #f05b15 0, #fff 60%, #fff 0, #f05b15);
  bottom: 0;
  left: 0;
}
.phqpoofzg-main-button:hover {
  -webkit-box-shadow: 0 5px 0 0 #792406, inset 0 0 10px 5px #ffdb00;
  box-shadow: 0 5px 0 0 #792406, inset 0 0 10px 5px #ffdb00;
}

.phqpoofzg-grey-button {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e8e8e8), to(grey));
  background: linear-gradient(180deg, #e8e8e8 0, grey);
  color: rgba(var(--cl-b), 1);
  padding: 10px;
  font-size: 13px;
  font-weight: 700;
  font-family: var(--font-family3);
  height: 36px;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
  width: 110px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.phqpoofzg-grey-button i {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border: 1px solid var(--br-a);
  border-radius: 100%;
}
.phqpoofzg-grey-button i::before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  position: absolute;
  border-bottom: 2px solid var(--br-a);
  border-left: 2px solid var(--br-a);
  height: 5px;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
  -ms-transform: translate(50%, -50%) rotate(-45deg);
  transform: translate(50%, -50%) rotate(-45deg);
  width: 5px;
}
.phqpoofzg-grey-button:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, grey), to(#e8e8e8));
  background: linear-gradient(180deg, grey 0, #e8e8e8);
}

.phqpoofzg-orange-button {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(9%, #fce70a), color-stop(80%, #f05b15));
  background: linear-gradient(180deg, #fce70a 9%, #f05b15 80%);
  color: rgba(var(--cl-b), 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  font-family: var(--font-family3);
  height: 36px;
  line-height: 100%;
  text-align: center;
  text-decoration: none;
  width: 170px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.phqpoofzg-orange-button:hover {
  -webkit-box-shadow: inset 0 0 10px 5px #ffdb00;
  box-shadow: inset 0 0 10px 5px #ffdb00;
}

.phqpoofzg-game-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding: 2px;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
.phqpoofzg-game-card:hover {
  -webkit-box-shadow: 0 0 10px 6px #650dbc;
  box-shadow: 0 0 10px 6px #650dbc;
  border-radius: 3px;
  background: rgba(var(--bg-e), 1);
}
.phqpoofzg-game-card:hover .phqpoofzg-game-card__bottom {
  display: none;
}
.phqpoofzg-game-card:hover .phqpoofzg-icon-play {
  opacity: 1;
  pointer-events: all;
}
.phqpoofzg-game-card:hover .phqpoofzg-yellow-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.phqpoofzg-game-card:hover .phqpoofzg-game-card__wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.phqpoofzg-game-card__picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
  width: 100%;
}
.phqpoofzg-game-card__picture img,
.phqpoofzg-game-card__picture picture {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.phqpoofzg-game-card .phqpoofzg-yellow-btn {
  display: none;
  position: absolute;
  bottom: 30%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.phqpoofzg-game-card .phqpoofzg-icon-play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  pointer-events: none;
  opacity: 0;
}
.phqpoofzg-game-card .phqpoofzg-icon-play:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.phqpoofzg-game-card__bottom {
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 5px;
  z-index: 3;
  background-color: rgba(var(--bg-c), 1);
  padding: clamp(10px, 1.6411vw, 15px) clamp(10px, 1.5317vw, 14px) clamp(8px, 0.8125rem, 13px);
}
.phqpoofzg-game-card__wrapp {
  display: none;
  cursor: default;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 5px;
  z-index: 3;
  background-color: rgba(var(--bg-e), 1);
  padding: clamp(10px, 1.6411vw, 15px) clamp(10px, 1.5317vw, 14px) clamp(8px, 0.8125rem, 13px);
}
.phqpoofzg-game-card__title {
  color: rgba(var(--cl-a), 1);
  font-family: var(--font-family);
  font-size: clamp(14px, 1.6411vw, 15px);
  font-style: normal;
  font-weight: 400;
  line-height: 149.333%;
  text-transform: uppercase;
  text-shadow: 0 2px 1px #030303, 1px 0 1px hsla(0, 0%, 100%, 0.5), -1px 0 1px hsla(0, 0%, 100%, 0.5);
}
.phqpoofzg-game-card__title--mode {
  color: rgba(var(--cl-b), 1);
  text-shadow: 0 1px 1px #030303;
}

.phqpoofzg-bonus-card {
  padding: clamp(20px, 3.2823vw, 30px) 0;
  display: grid;
  grid-template-columns: 45% 1fr;
  grid-gap: 16px 30px;
}
@media (max-width: 767px) {
  .phqpoofzg-bonus-card {
    grid-template-columns: 1fr;
  }
}
.phqpoofzg-bonus-card__image {
  grid-row: 1/span 3;
  grid-column: 1;
}
@media (max-width: 767px) {
  .phqpoofzg-bonus-card__image {
    grid-row: initial;
    justify-self: center;
  }
}
@media (max-width: 576px) {
  .phqpoofzg-bonus-card__image {
    width: 100%;
  }
  .phqpoofzg-bonus-card__image img, .phqpoofzg-bonus-card__image picture {
    width: 100%;
  }
}
.phqpoofzg-bonus-card__title {
  color: rgba(var(--cl-a), 1);
  font-size: clamp(18px, 2.2976vw, 21px);
  line-height: 100%;
  font-weight: bold;
  font-family: var(--font-family);
  text-align: center;
}
@media (max-width: 767px) {
  .phqpoofzg-bonus-card__title {
    grid-row: 1/-1;
  }
}
.phqpoofzg-bonus-card p {
  color: rgba(var(--cl-a), 1);
  font-size: clamp(14px, 1.6411vw, 15px);
  font-weight: 400;
  line-height: 120%;
  font-family: var(--font-family2);
}
@media (max-width: 767px) {
  .phqpoofzg-bonus-card p {
    text-align: center;
  }
}
.phqpoofzg-bonus-card__button {
  justify-self: end;
}
@media (max-width: 767px) {
  .phqpoofzg-bonus-card__button {
    justify-self: center;
  }
}
.phqpoofzg-bonus-card--mode {
  padding-top: 0;
  grid-template-columns: 45% 1fr auto;
}
@media (max-width: 767px) {
  .phqpoofzg-bonus-card--mode {
    grid-template-columns: repeat(2, 1fr);
  }
}
.phqpoofzg-bonus-card--mode .phqpoofzg-bonus-card__title {
  grid-column: 2/span 2;
}
@media (max-width: 767px) {
  .phqpoofzg-bonus-card--mode .phqpoofzg-bonus-card__title {
    grid-column: 1/span 2;
  }
}
@media (max-width: 767px) {
  .phqpoofzg-bonus-card--mode .phqpoofzg-bonus-card__image {
    grid-column: 1/span 2;
  }
}
@media (max-width: 576px) {
  .phqpoofzg-bonus-card--mode .phqpoofzg-bonus-card__button {
    width: 100%;
  }
}
.phqpoofzg-bonus-card--mode p {
  grid-column: 2/span 2;
}
@media (max-width: 767px) {
  .phqpoofzg-bonus-card--mode p {
    grid-column: 1/span 2;
  }
}
.phqpoofzg-bonus-card--mode .phqpoofzg-orange-button {
  margin-right: -14px;
}
@media (max-width: 767px) {
  .phqpoofzg-bonus-card--mode .phqpoofzg-orange-button {
    justify-self: end;
  }
}
@media (max-width: 767px) {
  .phqpoofzg-bonus-card--mode .phqpoofzg-grey-button {
    justify-self: start;
  }
}

.phqpoofzg-promo-card {
  position: relative;
  z-index: 1;
  width: 100%;
  border: 1px solid var(--br-d);
  overflow: hidden;
  padding: 15px 10px;
}
.phqpoofzg-promo-card:after {
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.8)), color-stop(20.65%, rgba(12, 6, 23, 0.8)), to(transparent));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.8), rgba(12, 6, 23, 0.8) 20.65%, transparent);
  content: "";
  z-index: -1;
  pointer-events: none;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 70%;
}
.phqpoofzg-promo-card__image {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.phqpoofzg-promo-card__image img, .phqpoofzg-promo-card__image picture {
  -o-object-position: -80px;
  object-position: -80px;
  width: 100%;
  height: 100%;
}
.phqpoofzg-promo-card__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.phqpoofzg-promo-card__inner .phqpoofzg-green-button {
  width: 100%;
  max-width: 152px;
}
.phqpoofzg-promo-card__label {
  background: rgba(var(--bg-f), 1);
  color: rgba(var(--cl-a), 1);
  border-radius: 4px;
  font-family: var(--font-family3);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  left: 10px;
  line-height: normal;
  min-width: 82px;
  padding: 3px 5px;
  position: absolute;
  text-align: center;
  top: 15px;
  z-index: 2;
}
.phqpoofzg-promo-card__label--green {
  background: rgba(var(--bg-h), 1);
}
.phqpoofzg-promo-card__text {
  color: rgba(var(--cl-a), 1);
  font-family: var(--font-family3);
  font-size: 14px;
  font-weight: 400;
}
.phqpoofzg-promo-card__name {
  color: rgba(var(--cl-a), 1);
  font-family: var(--font-family3);
  font-size: clamp(18px, 2.1882vw, 20px);
  font-weight: 400;
  padding-top: 3px;
}
.phqpoofzg-promo-card__title {
  color: rgba(var(--cl-a), 1);
  font-family: var(--font-family3);
  font-size: clamp(18px, 2.1882vw, 20px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 8px;
}
.phqpoofzg-promo-card__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 6px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.phqpoofzg-promo-card__wrapp {
  width: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.phqpoofzg-promo-card__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-gap: 4px;
}
.phqpoofzg-promo-card.end .phqpoofzg-price {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.phqpoofzg-promo-card.end .phqpoofzg-promo-card__image {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.phqpoofzg-promo-card.end .phqpoofzg-promo-card__top {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.phqpoofzg-promo-card.end .phqpoofzg-promo-card__label {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.phqpoofzg-main-search {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 27px;
  width: 27px;
  background: rgba(var(--bg-i), 1);
  border: 1px solid var(--br-f);
  color: rgba(var(--cl-h), 1);
  padding: 5px 10px;
  -webkit-transition: width 1s ease;
  transition: width 1s ease;
  position: relative;
}
.phqpoofzg-main-search.active {
  width: 203px;
}
.phqpoofzg-main-search.active .phqpoofzg-main-search__label {
  cursor: initial;
}
.phqpoofzg-main-search.active .phqpoofzg-main-search__input {
  pointer-events: all;
}
.phqpoofzg-main-search.active .phqpoofzg-main-search__button {
  top: initial;
  left: initial;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  position: static;
  pointer-events: all;
}
@media (max-width: 767px) {
  .phqpoofzg-main-search.active {
    width: 115px;
  }
}
@media (max-width: 576px) {
  .phqpoofzg-main-search.active {
    width: calc(100% - 10px);
  }
}
.phqpoofzg-main-search__label {
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.phqpoofzg-main-search__input {
  pointer-events: none;
  color: rgba(var(--cl-h), 1);
  font-size: 15px;
}
.phqpoofzg-main-search__button {
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.phqpoofzg-main-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 10px;
}
.phqpoofzg-main-info__image {
  position: relative;
}
.phqpoofzg-main-info__image::before, .phqpoofzg-main-info__image::after {
  position: absolute;
  top: 50%;
  background: url(../img/index/head-line.png) 100% no-repeat;
  content: "";
  height: 17px;
  width: 43px;
}
.phqpoofzg-main-info__image::before {
  right: -7px;
  -webkit-transform: translate(50%, -70%);
  -ms-transform: translate(50%, -70%);
  transform: translate(50%, -70%);
}
.phqpoofzg-main-info__image::after {
  left: -12px;
  -webkit-transform: translate(50%, 70%);
  -ms-transform: translate(50%, 70%);
  transform: translate(50%, 70%);
  rotate: 180deg;
}
@media (max-width: 576px) {
  .phqpoofzg-main-info__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }
}
@media (max-width: 414px) {
  .phqpoofzg-main-info .phqpoofzg-icon-peak {
    display: none;
  }
}

.phqpoofzg-main-jackpot {
  width: 315px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: clamp(10px, 2.1882vw, 20px);
}
.phqpoofzg-main-jackpot__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: clamp(10px, 2.1882vw, 20px);
}
.phqpoofzg-main-jackpot__image {
  position: relative;
  width: clamp(133px, 20.0219vw, 183px);
  height: clamp(35px, 4.9234vw, 45px);
}
.phqpoofzg-main-jackpot__image::before, .phqpoofzg-main-jackpot__image::after {
  position: absolute;
  top: 50%;
  background: url(../img/index/line-left.png) 100% no-repeat;
  content: "";
  display: block;
  height: 17px;
  width: 76px;
}
.phqpoofzg-main-jackpot__image::before {
  right: -35px;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.phqpoofzg-main-jackpot__image::after {
  left: -35px;
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  rotate: 180deg;
}
.phqpoofzg-main-jackpot__image b {
  -webkit-box-shadow: 0 2px 0 0 #532801;
  box-shadow: 0 2px 0 0 #532801;
  color: rgba(var(--cl-j), 1);
  display: block;
  font-size: clamp(12px, 1.5317vw, 14px);
  font-weight: 700;
  height: clamp(13px, 1.6411vw, 15px);
  line-height: 16px;
  position: absolute;
  right: -10px;
  text-align: center;
  top: 3px;
  width: clamp(12px, 1.5317vw, 14px);
  border-radius: 2px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffe703), to(#e08d01));
  background: linear-gradient(180deg, #ffe703 0, #e08d01);
}
.phqpoofzg-main-jackpot__image b:hover {
  -webkit-box-shadow: 0 1px 0 0 #532801;
  box-shadow: 0 1px 0 0 #532801;
  top: 4px;
}
@media (max-width: 767px) {
  .phqpoofzg-main-jackpot__image b {
    right: -14px;
  }
}
@media (max-width: 576px) {
  .phqpoofzg-main-jackpot__image b {
    top: 1px;
  }
}

.phqpoofzg-tabs-content__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 20px;
}
.phqpoofzg-tabs-content__box .phqpoofzg-subtitle {
  -ms-flex-item-align: start;
  align-self: start;
}

.phqpoofzg-tabs-nav {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .phqpoofzg-tabs-nav {
    overflow: hidden;
    overflow-x: auto;
    width: calc(100% + 15px);
  }
}
.phqpoofzg-tabs-nav::before, .phqpoofzg-tabs-nav::after {
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 3px;
  content: "";
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../img/index/line-horizontal.png);
}
.phqpoofzg-tabs-nav::after {
  top: 0;
}
.phqpoofzg-tabs-nav::before {
  bottom: 0;
}
.phqpoofzg-tabs-nav__item {
  min-width: 150px;
  width: 100%;
  height: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.phqpoofzg-tabs-nav__item::before, .phqpoofzg-tabs-nav__item::after {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  top: 0;
  width: 1px;
  background-image: url(../img/index/line-vertical.png);
}
.phqpoofzg-tabs-nav__item:first-child::before {
  content: "";
  left: 1px;
}
.phqpoofzg-tabs-nav__item::after {
  content: "";
  right: -1px;
}
.phqpoofzg-tabs-nav__btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 6px;
  position: relative;
  color: rgba(var(--cl-d), 1);
  width: 100%;
  height: 100%;
  font-family: var(--font-family3);
  font-size: clamp(15px, 1.9694vw, 18px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  z-index: 1;
  overflow: hidden;
}
.phqpoofzg-tabs-nav__btn .phqpoofzg-icon-glow {
  pointer-events: none;
  -webkit-animation: glowing 3s ease infinite;
  animation: glowing 3s ease infinite;
  bottom: 2px;
  position: absolute;
  z-index: -1;
}
.phqpoofzg-tabs-nav__btn i {
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.phqpoofzg-tabs-nav__btn::before {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-position: bottom -8px center;
  background-repeat: no-repeat;
  background-size: 117%;
  z-index: -1;
  background-image: url(../img/index/btn-bg.png);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
}
.phqpoofzg-tabs-nav__btn:hover {
  color: rgba(var(--cl-a), 1);
}
.phqpoofzg-tabs-nav__btn:hover::before {
  opacity: 1;
}
.phqpoofzg-tabs-nav__btn:hover i {
  -webkit-filter: brightness(2);
  filter: brightness(2);
}
.phqpoofzg-tabs-nav__btn.active {
  color: rgba(var(--cl-a), 1);
}
.phqpoofzg-tabs-nav__btn.active::before {
  opacity: 1;
}
.phqpoofzg-tabs-nav__btn.active i {
  -webkit-filter: brightness(2);
  filter: brightness(2);
}
.phqpoofzg-tabs-nav__btn--mode {
  color: rgba(var(--cl-e), 1) !important;
}
.phqpoofzg-tabs-nav__btn--mode .phqpoofzg-icon-bg {
  left: 1px;
  position: absolute;
  top: 7px;
  width: 99%;
  z-index: -1;
  pointer-events: none;
}
.phqpoofzg-tabs-nav__btn--mode:hover {
  color: rgba(var(--cl-e), 1);
}
.phqpoofzg-tabs-nav__btn--mode:hover .phqpoofzg-icon-bg {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
.phqpoofzg-tabs-nav__btn--mode:hover::before {
  opacity: 0;
}
.phqpoofzg-tabs-nav__btn--mode:hover i {
  -webkit-filter: initial;
  filter: initial;
}
.phqpoofzg-tabs-nav__btn--mode.active {
  color: rgba(var(--cl-e), 1);
}
.phqpoofzg-tabs-nav__btn--mode.active .phqpoofzg-icon-glow {
  -webkit-animation: none;
  animation: none;
}
.phqpoofzg-tabs-nav__btn--mode.active i {
  -webkit-filter: initial;
  filter: initial;
}
.phqpoofzg-tabs-nav__btn--mode.active::before {
  opacity: 0;
}

@-webkit-keyframes glowing {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes glowing {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.phqpoofzg-products-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.phqpoofzg-products-block__top {
  height: 100%;
}
.phqpoofzg-products-block__button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid var(--br-e);
  color: rgba(var(--cl-g), 1);
  cursor: pointer;
  font-family: var(--font-family3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-width: 125px;
  padding: 0 4px;
  position: relative;
}
.phqpoofzg-products-block__button::after {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border: 5px solid transparent;
  border-top-color: var(--br-g);
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
  right: 10px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.phqpoofzg-products-block__button::before {
  pointer-events: none;
  opacity: 0;
  z-index: 0;
  position: absolute;
  content: "";
  inset: 0;
  background: url(../img/index/hover_bg.png) bottom no-repeat, rgba(133, 0, 255, 0.12);
}
.phqpoofzg-products-block__button:hover {
  color: rgba(var(--cl-a), 1);
}
.phqpoofzg-products-block__button:hover::before {
  opacity: 1;
}
.phqpoofzg-products-block__button.active {
  color: rgba(var(--cl-a), 1);
}
.phqpoofzg-products-block__button.active::after {
  -webkit-transform: scaleY(-1) translateY(70%);
  -ms-transform: scaleY(-1) translateY(70%);
  transform: scaleY(-1) translateY(70%);
}
.phqpoofzg-products-block__button.active::before {
  opacity: 1;
}
.phqpoofzg-products-block__wrapp {
  background: rgba(var(--bg-j), 1);
  display: none;
  position: absolute;
  right: -1px;
  top: 46px;
  width: 100%;
  min-height: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 50;
}
.phqpoofzg-products-block__wrapp.active {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 576px) {
  .phqpoofzg-products-block__wrapp {
    top: initial;
    bottom: -1px;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.phqpoofzg-products-block__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: 100%;
  padding: 2px 0;
  width: 100%;
}
@media (max-width: 767px) {
  .phqpoofzg-products-block__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 576px) {
  .phqpoofzg-products-block__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 414px) {
  .phqpoofzg-products-block__list {
    grid-template-columns: 1fr;
  }
}
.phqpoofzg-products-block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  position: relative;
  width: 100%;
}
.phqpoofzg-products-block__link {
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid var(--br-e);
  color: rgba(var(--cl-g), 1);
  cursor: pointer;
  display: flex;
  height: 30px;
  line-height: 30px;
  text-align: left;
  text-transform: capitalize;
}
.phqpoofzg-products-block__link:hover {
  background-color: rgba(var(--bg-n), 1);
  border: 1px solid var(--br-i);
  height: auto;
  height: 35px;
  margin-left: -7px;
  position: absolute;
  z-index: 5;
}
.phqpoofzg-products-block__link i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .phqpoofzg-products-block__link {
    grid-gap: 10px;
  }
}

.phqpoofzg-main-nav {
  display: grid;
  grid-template-columns: 1fr repeat(2, auto);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(70, 18, 135, 0.21)), to(#16012d));
  background: linear-gradient(180deg, rgba(70, 18, 135, 0.21) 0, #16012d);
  border: 1px solid rgba(67, 57, 85, 0.46);
  height: 50px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 100%;
  z-index: 11;
}
@media (max-width: 576px) {
  .phqpoofzg-main-nav {
    grid-template-columns: 1fr auto;
    height: 96px;
  }
  .phqpoofzg-main-nav .phqpoofzg-main-search {
    margin: 10px 0;
    justify-self: end;
  }
}
.phqpoofzg-main-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 576px) {
  .phqpoofzg-main-nav__list {
    grid-column: span 2;
  }
}
.phqpoofzg-main-nav__item {
  border-right: 1px solid var(--br-e);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.phqpoofzg-main-nav__item:not(:last-child, :first-child) {
  -webkit-box-shadow: inset -1px 0 0 0 #190929, inset 1px 0 0 0 #352743;
  box-shadow: inset -1px 0 0 0 #190929, inset 1px 0 0 0 #352743;
}
.phqpoofzg-main-nav__item:first-child {
  -webkit-box-shadow: inset -1px 0 0 0 #190929;
  box-shadow: inset -1px 0 0 0 #190929;
}
.phqpoofzg-main-nav__item:last-child {
  -webkit-box-shadow: inset -1px 0 0 0 #190929, inset 1px 0 0 0 #352743, 1px 0 0 0 #352743;
  box-shadow: inset -1px 0 0 0 #190929, inset 1px 0 0 0 #352743, 1px 0 0 0 #352743;
}
@media (max-width: 576px) {
  .phqpoofzg-main-nav__item {
    width: 100%;
    border-bottom: 1px solid var(--br-e);
  }
}
.phqpoofzg-main-nav__link {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: rgba(var(--cl-g), 1);
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  padding: 5px;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 1;
  position: relative;
  min-height: 47px;
}
.phqpoofzg-main-nav__link::before {
  pointer-events: none;
  opacity: 0;
  z-index: 0;
  position: absolute;
  content: "";
  inset: 0;
  background: url(../img/index/hover_bg.png) bottom no-repeat, rgba(133, 0, 255, 0.12);
}
.phqpoofzg-main-nav__link:hover {
  color: rgba(var(--cl-a), 1);
}
.phqpoofzg-main-nav__link:hover::before {
  opacity: 1;
}
.phqpoofzg-main-nav__link.active {
  color: rgba(var(--cl-a), 1);
}
.phqpoofzg-main-nav__link.active::before {
  opacity: 1;
}
@media (max-width: 576px) {
  .phqpoofzg-main-nav__link {
    width: 100%;
  }
}

.phqpoofzg-main-slider {
  width: 100%;
}
@media (max-width: 767px) {
  .phqpoofzg-main-slider {
    margin-left: calc(var(--container-offset) * -1);
    width: calc(100% + var(--container-offset) * 2);
  }
}
.phqpoofzg-main-slider__box {
  padding: clamp(20px, 3.6105vw, 33px) clamp(15px, 3.6105vw, 33px) 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-gap: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.phqpoofzg-main-slider__box--mode {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.phqpoofzg-main-slider__box--mode .phqpoofzg-main-slider__inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .phqpoofzg-main-slider__box--mode {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.phqpoofzg-main-slider__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 15px;
  height: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .phqpoofzg-main-slider__inner {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.phqpoofzg-main-slider__subtitle {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(var(--cl-a), 1);
  font-family: var(--font-family);
  font-size: clamp(16px, 3.5011vw, 32px);
  font-style: italic;
  font-weight: 700;
  text-align: center !important;
  text-shadow: 1px 1px 10px #000, 1px -1px 10px #000, -1px 1px 10px #000, -1px -1px 10px #000, -1px -1px 1px hsla(0, 0%, 100%, 0.2), 1px 1px 1px hsla(0, 0%, 100%, 0.2), -1px 1px 1px hsla(0, 0%, 100%, 0.2), 1px -1px 1px hsla(0, 0%, 100%, 0.2);
}
.phqpoofzg-main-slider__subtitle b {
  font-size: clamp(32px, 9.1904vw, 84px);
}
.phqpoofzg-main-slider__subtitle span i {
  font-size: clamp(18px, 6.3457vw, 58px);
}
.phqpoofzg-main-slider__subtitle--mode {
  font-size: clamp(16px, 2.1882vw, 20px);
  grid-gap: 5px;
}
.phqpoofzg-main-slider__subtitle--mode b {
  padding-bottom: 5px;
  font-size: clamp(20px, 3.9387vw, 36px);
}
.phqpoofzg-main-slider__subtitle--mode i {
  font-size: clamp(32px, 5.4705vw, 50px);
}
@media (max-width: 576px) {
  .phqpoofzg-main-slider__subtitle--mode {
    grid-gap: 0;
  }
}
.phqpoofzg-main-slider__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(var(--cl-a), 1);
  font-family: var(--font-family);
  font-size: clamp(18px, 4.0481vw, 37px);
  font-style: italic;
  font-weight: 700;
  line-height: 120%;
  text-align: center !important;
  text-shadow: 1px 1px 10px #000, 1px -1px 10px #000, -1px 1px 10px #000, -1px -1px 10px #000, -1px -1px 1px hsla(0, 0%, 100%, 0.2), 1px 1px 1px hsla(0, 0%, 100%, 0.2), -1px 1px 1px hsla(0, 0%, 100%, 0.2), 1px -1px 1px hsla(0, 0%, 100%, 0.2);
  opacity: 0;
}
.phqpoofzg-main-slider__title b {
  font-size: clamp(28px, 4.3764vw, 60px);
}
.phqpoofzg-main-slider__title--mode {
  grid-gap: 5px;
  font-size: clamp(18px, 3.8293vw, 35px);
}
.phqpoofzg-main-slider__title--mode b {
  font-size: clamp(26px, 5.4705vw, 50px);
}
.phqpoofzg-main-slider__title--big {
  font-size: clamp(22px, 3.5011vw, 32px);
}
.phqpoofzg-main-slider__title--big b {
  font-size: clamp(26px, 4.3764vw, 40px);
}
.phqpoofzg-main-slider__slide {
  position: relative;
  height: clamp(230px, 33.2604vw, 304px);
}
.phqpoofzg-main-slider__slide.is-active .phqpoofzg-main-slider__title {
  -webkit-animation: toTop 0.4s ease-in-out 1s both;
  animation: toTop 0.4s ease-in-out 1s both;
}
.phqpoofzg-main-slider__slide.is-active .phqpoofzg-main-slider__subtitle {
  -webkit-animation: toTop 0.4s ease-in-out 1s both;
  animation: toTop 0.4s ease-in-out 1s both;
}
.phqpoofzg-main-slider__image {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.phqpoofzg-main-slider__image img, .phqpoofzg-main-slider__image picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.phqpoofzg-main-slider__image--mode {
  width: inherit;
  left: 10px;
}
.phqpoofzg-main-slider .phqpoofzg-green-button {
  min-width: 110px;
}
@media (max-width: 767px) {
  .phqpoofzg-main-slider .phqpoofzg-green-button {
    position: absolute;
    bottom: 20px;
    left: clamp(15px, 3.6105vw, 33px);
    padding: 10px clamp(10px, 2.1882vw, 20px);
    font-size: 14px;
    -webkit-box-shadow: 0 8px 0 0 #1a2601;
    box-shadow: 0 8px 0 0 #1a2601;
  }
}

.splide__pagination {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 33px;
}
.splide__pagination__page {
  background: rgba(var(--bg-f), 1);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 10px;
  position: relative;
  width: 10px;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.splide__pagination__page::before {
  background: rgba(var(--bg-l), 1);
  border-radius: 50%;
  content: "";
  position: absolute;
  inset: 1px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.splide__pagination__page.is-active {
  background: rgba(var(--bg-m), 1);
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  position: relative;
}
.splide__pagination__page.is-active::before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffd000), to(#d87700));
  background: linear-gradient(180deg, #ffd000 0, #d87700);
}

@-webkit-keyframes toTop {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes toTop {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.phqpoofzg-play-card {
  width: 90vw;
  max-width: 400px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: clamp(10px, 3.2823vw, 30px);
  padding: 15px 20px;
  border: 3px solid var(--br-h);
}
.phqpoofzg-play-card__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: clamp(10px, 2.1882vw, 20px);
}
.phqpoofzg-play-card__title {
  color: rgba(var(--cl-f), 1);
  font-family: var(--font-family3);
  font-size: clamp(20px, 2.8446vw, 26px);
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-transform: uppercase;
}
.phqpoofzg-play-card p {
  color: rgba(var(--cl-a), 1);
  font-family: var(--font-family);
  font-size: clamp(14px, 1.6411vw, 15px);
  line-height: 120%;
  width: 100%;
  text-align: center;
}

.phqpoofzg-games-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  grid-gap: 16px 13px;
  width: 100%;
}
@media (max-width: 576px) {
  .phqpoofzg-games-list {
    grid-template-columns: 1fr;
  }
}

.phqpoofzg-bonus-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 15px;
}
.phqpoofzg-bonus-list__item {
  position: relative;
}
.phqpoofzg-bonus-list__item:not(:last-child)::before {
  position: absolute;
  content: "";
  background-image: url(../img/index/line.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  bottom: -7.5px;
  left: 0;
  width: 100%;
  height: 1px;
}

.phqpoofzg-promo-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: clamp(15px, 2.1882vw, 20px);
  width: 100%;
  padding-bottom: clamp(20px, 6.5646vw, 60px);
}
@media (max-width: 767px) {
  .phqpoofzg-promo-list {
    grid-template-columns: 1fr;
  }
}

.phqpoofzg-footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: clamp(15px, 2.407vw, 22px);
  overflow: hidden;
  overflow-x: auto;
}
.phqpoofzg-footer-info::-webkit-scrollbar {
  display: none;
}
.phqpoofzg-footer-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.phqpoofzg-footer-payments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: clamp(17px, 3.0635vw, 28px);
  overflow: hidden;
  overflow-x: auto;
}
.phqpoofzg-footer-payments::-webkit-scrollbar {
  display: none;
}
.phqpoofzg-footer-payments__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.phqpoofzg-contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.phqpoofzg-contact-list__name {
  color: rgba(var(--cl-a), 1);
  font-family: var(--font-family);
  font-size: clamp(14px, 1.6411vw, 15px);
  line-height: 120%;
}
.phqpoofzg-contact-list__text {
  color: rgba(var(--cl-l), 1);
  font-family: var(--font-family);
  font-size: clamp(14px, 1.6411vw, 15px);
  line-height: 120%;
}

.phqpoofzg-about-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.phqpoofzg-about-list__item {
  width: 45%;
}
@media (max-width: 576px) {
  .phqpoofzg-about-list__item {
    width: 100%;
  }
}
.phqpoofzg-about-list__link {
  color: rgba(var(--cl-m), 1);
  font-family: var(--font-family);
  font-size: clamp(14px, 1.7505vw, 16px);
  line-height: 100%;
  text-decoration: underline;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 5px;
}
.phqpoofzg-about-list__link i {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 39px;
  height: 29px;
}

.phqpoofzg-header {
  background: rgba(var(--bg-b), 1);
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 30px;
}
@media (max-width: 414px) {
  .phqpoofzg-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-gap: 10px;
  }
}
.phqpoofzg-header__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 10px;
}
@media (max-width: 414px) {
  .phqpoofzg-header__btns {
    width: 100%;
  }
}
.phqpoofzg-header .phqpoofzg-green-button {
  width: 180px;
  height: 40px;
  font-family: var(--font-family3);
}
.phqpoofzg-header .phqpoofzg-green-button i {
  margin-top: -2px;
}
@media (max-width: 576px) {
  .phqpoofzg-header .phqpoofzg-green-button {
    padding: 5px 5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    grid-gap: 4px;
  }
  .phqpoofzg-header .phqpoofzg-green-button .phqpoofzg-icon-reg {
    width: 20px;
    height: 24px;
  }
}
@media (max-width: 414px) {
  .phqpoofzg-header .phqpoofzg-green-button {
    width: 100%;
  }
}
.phqpoofzg-header .phqpoofzg-blue-button {
  width: 119px;
  height: 40px;
  font-family: var(--font-family3);
}
@media (max-width: 576px) {
  .phqpoofzg-header .phqpoofzg-blue-button {
    padding: 5px 5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    grid-gap: 1px;
  }
  .phqpoofzg-header .phqpoofzg-blue-button .phqpoofzg-icon-exit {
    width: 23px;
    height: 20px;
  }
}
@media (max-width: 414px) {
  .phqpoofzg-header .phqpoofzg-blue-button {
    width: 100%;
  }
}

.phqpoofzg-logo {
  width: clamp(130px, 29.8687vw, 273px);
  height: clamp(36px, 7.9869vw, 73px);
}
.phqpoofzg-logo img,
.phqpoofzg-logo picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 414px) {
  .phqpoofzg-logo {
    width: 160px;
    height: 45px;
  }
}

footer {
  padding-bottom: 40px;
}

.phqpoofzg-footer {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: clamp(25px, 4.9234vw, 45px);
  position: relative;
}
.phqpoofzg-footer::before {
  position: absolute;
  content: "";
  width: 100%;
  left: 50%;
  top: 0;
  background: #41618C;
  height: 1px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.phqpoofzg-choice-section {
  padding: 25px 0 20px;
}
.phqpoofzg-choice-section__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 20px;
}

.phqpoofzg-info-section__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: clamp(10px, 2.1882vw, 20px);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .phqpoofzg-info-section__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.phqpoofzg-play-section {
  padding: clamp(25px, 5.4705vw, 50px) 0;
}
.phqpoofzg-play-section__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.phqpoofzg-first-section {
  position: relative;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .phqpoofzg-first-section {
    padding-bottom: 0;
  }
}
.phqpoofzg-first-section::before, .phqpoofzg-first-section::after {
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  z-index: 10;
  background: url(../img/index/line_bottom.png) 50% no-repeat;
}
.phqpoofzg-first-section::before {
  top: 0;
}
.phqpoofzg-first-section::after {
  bottom: 0;
}

.phqpoofzg-about-section {
  padding: 10px 0 30px;
}
.phqpoofzg-about-section__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 16px;
}
.phqpoofzg-about-section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: clamp(20px, 3.2823vw, 30px);
  padding-bottom: 14px;
}
.phqpoofzg-about-section__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/*# sourceMappingURL=style.css.map */