* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:active,
:focus {
  outline: 0;
}

a:active,
a:focus {
  outline: 0;
}

aside,
footer,
header,
nav {
  display: block;
}

body,
html {
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  overscroll-behavior: none;
}

button,
input,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

textarea::placeholder,
input::placeholder {
  color: inherit;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
}

textarea {
  resize: none;
}

button {
  cursor: pointer;
  background-color: transparent;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a {
  display: inline-block;
  color: inherit;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  vertical-align: top;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

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

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

section {
  padding: 50px 0;
}

@media (max-width: 991px) {
  section {
    padding: 30px 0;
  }
}

.container {
  max-width: 1320px;
  margin: 0 auto;
}

.container {
  padding: 0 40px;
}

@media (max-width: 991px) {
  .container {
    padding: 0 30px;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .container {
    padding: 0 16px;
  }
}

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

:root {
  overscroll-behavior: none;
  /* // Шрифты */
  font-family: "pokerroomhub_Inconsolata_300_Light";
  --background-page: #112d32;
  --main: var(--white);
  --black: #000000;
  --white: #ffffff;
  --i: calc(1vw + 1vh);

  --hover-a: #a09f9f;
}

.pokerroomhub_page {
  display: flex;
  flex-direction: column;
  font-family: var(--font-main);
  min-height: 100vh;
  overflow: hidden;
  color: var(--main);
  background-color: var(--background-page);
}

@font-face {
  font-family: "pokerroomhub_Karla_300_Light";
  font-weight: 100 900;
  font-style: normal;
  src: url(/pokerroomhub-fonts/pokerroomhub_Karla_300_Light.woff2) format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "pokerroomhub_Karla_700_Bold";
  font-weight: 100 900;
  font-style: normal;
  src: url(/pokerroomhub-fonts/pokerroomhub_Karla_700_Bold.woff2) format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "pokerroomhub_Inconsolata_300_Light";
  font-weight: 100 900;
  font-style: normal;
  src: url(/pokerroomhub-fonts/pokerroomhub_Inconsolata_300_Light.woff2) format("woff2");
  font-display: swap;
}

h1 {
  font-family: "pokerroomhub_Karla_700_Bold";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 64px */
  text-transform: capitalize;
  white-space: wrap;
}

h2 {
  font-family: "pokerroomhub_Karla_700_Bold";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

h3 {
  font-family: "pokerroomhub_Karla_700_Bold";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

p {
  font-family: "pokerroomhub_Inconsolata_300_Light";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

header a {
  font-family: "pokerroomhub_Inconsolata_300_Light";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

  p {
    font-size: 18px;
  }
}

.btn {
  border-radius: 6px;
  border: 1px solid var(--, #fff);
  background: var(
    --,
    linear-gradient(
      106deg,
      rgba(68, 203, 195, 0.17) 10.03%,
      #44cbc3 41.72%,
      rgba(68, 203, 195, 0.65) 74.44%
    )
  );
  color: var(--white);

  font-family: "pokerroomhub_Karla_700_Bold";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 24px */
  text-transform: uppercase;

  padding: 12px;
  width: 100%;

  display: flex;
  justify-content: center;
}

/* font-weight */

.f--w-100 {
  font-weight: 100;
}

.f--w-200 {
  font-weight: 200;
}

.f--w-300 {
  font-weight: 300;
}

.f--w-400 {
  font-weight: 400;
}

.f--w-500 {
  font-weight: 500;
}

.f--w-600 {
  font-weight: 600;
}

.f--w-700 {
  font-weight: 700;
}

.f--w-800 {
  font-weight: 800;
}

.f-w-900 {
  font-weight: 900;
}
/* font-size */

.f-s-10 {
  font-size: 10px;
}

.f-s-12 {
  font-size: 12px;
}

.f-s-14 {
  font-size: 14px;
}

.f-s-16 {
  font-size: 16px;
}

.f-s-20 {
  font-size: 20px;
}

.f-s-16 {
  font-size: 16px;
}

.f-s-18 {
  font-size: 18px;
}

.f-s-20 {
  font-size: 20px;
}

.f-s-26 {
  font-size: 26px;
}

.f-s-30 {
  font-size: 30px;
}

.f-s-32 {
  font-size: 32px;
}

.f-s-40 {
  font-size: 40px;
}

.f-s-50 {
  font-size: 50px;
}

/* padding */

.p-t-20 {
  padding-top: 20px;
}

.p-t-40 {
  padding-top: 40px;
}

.p-t-50 {
  padding-top: 50px;
}
.p-t-80 {
  padding-top: 80px;
}
.p-t-100 {
  padding-top: 100px;
}

.p-b-10 {
  padding-bottom: 10px;
}

.p-b-20 {
  padding-bottom: 20px;
}

.p-b-50 {
  padding-bottom: 50px;
}
.p-b-50 {
  padding-bottom: 50px;
}

/* margin */
.m-t-10 {
  margin-top: 10px;
}
.m-t-20 {
  margin-top: 20px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-40 {
  margin-top: 40px;
}
.m-t-50 {
  margin-top: 50px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-20 {
  margin-bottom: 20px;
}
.m-b-30 {
  margin-bottom: 30px;
}

.m-b-40 {
  margin-bottom: 40px;
}
.m-b-50 {
  margin-bottom: 50px;
}

/* flex */

.flex {
  display: flex;
}

.align-center {
  align-items: center;
}

.justi-center {
  justify-content: center;
}

.space-between {
  justify-content: space-between;
}

.colum {
  flex-direction: column;
}

.wrap {
  flex-wrap: wrap;
}

.pokerroomhub_main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.no-wrap {
  white-space: nowrap;
}

.none-uppercase {
  text-transform: none;
}

.word-break {
  word-break: break-all;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.img-contain {
  object-fit: contain;
}

.img-cover {
  object-fit: cover;
}

.underline {
  text-decoration: underline;
  text-underline-offset: 2px;
}

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

.text-right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.rd-upload img {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.rd-load img {
  opacity: 1;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* gap */
/* !!!!!!!!!!!!!!!!!!!!!!! */
.gap-5 {
  gap: 5px;
}

.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}
.gap-30 {
  gap: 30px;
}
.gap-40 {
  gap: 40px;
}
.gap-50 {
  gap: 50px;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* header */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.pokerroomhub_header {
  padding: 16px 0;
}

header .pokerroomhub_logo img {
  width: 280px;
  height: 32px;
}

.pokerroomhub_header__container {
  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;
  gap: 20px;
}

@media (max-width: 991px) {
  .pokerroomhub_header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--black);
    z-index: 100;
    padding: 100px 30px 30px 30px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: auto;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
      pointer-events 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
      pointer-events 0.2s ease-in-out;
  }
}

@media (max-width: 600px) {
  .pokerroomhub_header__menu {
    padding: 80px 30px 30px 30px;
  }
}

.pokerroomhub_header__menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

.pokerroomhub_header__exit-menu {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent;
}

@media (max-width: 991px) {
  .pokerroomhub_header__exit-menu {
    display: block;
    top: 30px;
    right: 30px;
  }
}

@media (max-width: 600px) {
  .pokerroomhub_header__exit-menu {
    top: 15px;
    right: 15px;
  }
}

.pokerroomhub_header__exit-menu::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pokerroomhub_header__exit-menu::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pokerroomhub_nav__list {
  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;
  gap: 40px;
}

@media (max-width: 991px) {
  .pokerroomhub_nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}

@media (max-width: 991px) {
  .pokerroomhub_nav__list_footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px 30px;
  }
}

@media (max-width: 600px) {
  .pokerroomhub_nav__list_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.pokerroomhub_nav__link {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

@media (any-hover: hover) {
  .pokerroomhub_nav__link:hover {
    color: var(--hover-a);
  }
}

.pokerroomhub_nav__link:focus-visible {
  color: var(--hover-a);
}

.pokerroomhub_nav__link:active {
  color: var(--active);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.pokerroomhub_burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 30px;
  height: 18px;
  background-color: transparent;
}

@media (max-width: 991px) {
  .pokerroomhub_burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.pokerroomhub_burger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  border-radius: 8px;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* footer */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.gap-16 {
  gap: 16px;
}

footer {
  padding: 50px 0;
  background: #070707;
}

.pokerroomhub_footer_lc_img_18 {
  width: 54px;
  height: 53px;
}
.pokerroomhub_footer_hed {
  font-family: "pokerroomhub_Karla_700_Bold";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.pokerroomhub_footer_lc {
  max-width: 492px;
}
.pokerroomhub_footer_rc {
  max-width: 630px;
}

@media (max-width: 768px) {
  footer {
    padding: 30px 0;
  }
  .pokerroomhub_footer_container,
  .pokerroomhub_footer_lc {
    flex-direction: column;
  }
  .pokerroomhub_footer_lc {
    max-width: 100%;
  }
  .pokerroomhub_footer_rc {
    max-width: 100%;
  }
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* home */
/* !!!!!!!!!!!!!!!!!!!!!!! */

/* pokerroomhub_home_sect_1 */

.pokerroomhub_home_sect_1 {
  background: linear-gradient(345deg, rgba(3, 3, 3, 0.2) 31.1%, rgba(136, 189, 188, 0.2) 46.12%),
    #070707;
}

.pokerroomhub_home_sect_1_container {
  border-radius: 20px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
    url(/pokerroomhub-img/pokerroomhub-home-sect-1-bg.webp) lightgray 50% / cover no-repeat;
  height: 400px;
}

.pokerroomhub_home_sect_2_text,
.pokerroomhub_home_sect_2_img {
  width: 50%;
}

@media (max-width: 991px) {
  .pokerroomhub_home_sect_2_container {
    flex-direction: column;
  }
  .pokerroomhub_home_sect_2_text,
  .pokerroomhub_home_sect_2_img {
    width: 100%;
  }

  .pokerroomhub_home_sect_2_img {
    object-fit: cover;
    height: 300px;
  }
}

@media (max-width: 480px) {
  .pokerroomhub_home_sect_2_img {
    object-fit: cover;
    height: 170px;
  }
}

/* pokerroomhub_home_sect_3 */

.pokerroomhub_home_sect_3 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%),
    url(/pokerroomhub-img/pokerroomhub-home-sect-3-img.webp) lightgray 50% / cover no-repeat;
}

.pokerroomhub_home_sect_3_li {
  padding: 16px;
  border-radius: 12px;
  gap: 16px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(2px);
  width: 100%;
  max-width: 610px;
}
.pokerroomhub_home_sect_3_li p {
  line-height: 150%;
}

.pokerroomhub_home_sect_3_li_img {
  padding: 18px;
  border-radius: 20px;
  background: #112d32;
}

@media (max-width: 991px) {
  .pokerroomhub_home_sect_3_li p {
    line-height: normal;
  }
  .pokerroomhub_home_sect_3_container h2 {
    text-align: start;
    margin-bottom: 20px;
  }

  .pokerroomhub_home_sect_3_li {
    padding: 10px;
  }
}

/* pokerroomhub_home_sect_4 */

.pokerroomhub_home_sect_4_top_block {
  padding: 20px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
}

.pokerroomhub_home_sect_4_block {
  padding: 20px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
  width: 49.2%;
}

.pokerroomhub_home_sect_4 h3 {
  text-transform: uppercase;
}
.pokerroomhub_home_sect_4_top_block_img {
  height: 280px;
  object-fit: cover;
  object-position: bottom;
  border-radius: 10px;
}

@media (max-width: 991px) {
  .pokerroomhub_home_sect_4_bootom_block {
    flex-direction: column;
  }
  .pokerroomhub_home_sect_4_block {
    width: 100%;
  }
}

@media (max-width: 768px) {
}
@media (max-width: 480px) {
  .pokerroomhub_home_sect_4_block h3 {
    margin-bottom: 8px;
  }
}

/* pokerroomhub_about_sect_3 */

.pokerroomhub_about_sect_3_adress_rc {
  align-items: end;
}
.pokerroomhub_about_sect_3_wraaper {
  padding: 30px 20px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
}

iframe {
  border-radius: 20px;
  width: 100%;
  height: 654px;
}

@media (max-width: 768px) {
  .pokerroomhub_about_sect_3_adress {
    flex-direction: column;
  }
  .pokerroomhub_about_sect_3_adress_rc {
    align-items: start;
  }
  .pokerroomhub_about_sect_3_wraaper .gap-10 {
    gap: 20px;
  }
  .pokerroomhub_about_sect_3_adress {
    margin-bottom: 20px;
  }
  iframe {
    height: 300px;
  }
  .pokerroomhub_about_sect_3_wraaper {
    padding: 20px 10px;
  }
}
@media (max-width: 480px) {
  iframe {
    height: 170px;
  }
}

/* pokerroomhub_turn_sect_3 */

.pokerroomhub_turn_sect_3_container {
  padding: 30px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
}

.pokerroomhub_turn_sect_3_container p {
  margin-bottom: 45px;
  text-align: center;
}
.form_page {
  max-width: 962px;
  margin: 0 auto;
}

.form_page_input {
  font-family: "pokerroomhub_Inconsolata_300_Light";
  padding: 14px 20px;
  border-radius: 4px;
  background: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.form_page_button {
  display: flex;
  justify-content: center;
  padding: 12px;
  border-radius: 6px;
  border: 1px solid, #fff;
  background: linear-gradient(
    106deg,
    rgba(68, 203, 195, 0.17) 10.03%,
    #44cbc3 41.72%,
    rgba(68, 203, 195, 0.65) 74.44%
  );
}

.popap_page {
  display: none;
}

.popap_page_active {
  display: flex;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* popup */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.btn,
.button-cookie {
  display: flex;
  justify-content: center;
  padding: 16px;
  border-radius: 6px;
  border: 1px solid #fff;
  background: linear-gradient(268deg, #52f2e2 0%, #262626 100%);
  font-family: "pokerroomhub_Karla_700_Bold";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 24px */
  text-transform: uppercase;
}
.popup {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(6px);
}

.popup.active {
  display: flex;
}

.popup__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.popup__content {
  max-width: 540px;
  overflow: auto;
  width: 100%;
  position: relative;
  z-index: 2;
  margin: auto;

  border-radius: 10px;
  border: 1px solid #fff;
  background: #111010;

  backdrop-filter: blur(12.5px);
  padding: 40px 20px;
  text-align: center;
}

.popup__text {
  color: var(--white);
}

.popup__text h3 {
  font-family: "pokerroomhub_Karla_700_Bold";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 40px */
  text-transform: uppercase;
}

.popup__text p {
  font-family: "pokerroomhub_Inconsolata_300_Light";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin: 20px 0 40px;
}

@media (max-width: 991px) {
  .popup__content {
    padding: 20px;
    max-width: 328px;
  }
  .popup__text h3 {
    font-size: 26px;
  }

  .popup__exit {
    font-size: 14px;
  }
  .popup__text p {
    font-size: 14px;
    margin: 20px 0 30px;
  }
}

@media (max-width: 768px) {
  .popup__content {
    max-width: 340px;
  }
}

.popup__exit:hover {
  background-color: var(--btn-hover);
}

.popap-form h3 {
  font-size: 26px;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* cookie */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.cookie-banner {
  z-index: 1000;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 100%;

  border-radius: 10px;
  border: 1px solid #fff;
  background: #111010;

  padding: 40px 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;

  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.5s, transform 0.5s;
  max-width: 582px;
  text-align: center;
}

.cookie-content h3 {
  font-family: "pokerroomhub_Karla_700_Bold";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 40px */
  text-transform: uppercase;
}

.cookie-content p {
  font-family: "pokerroomhub_Inconsolata_300_Light";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin: 20px 0 40px;
}

.cookie-buttons {
  display: flex;
  gap: 10px;
  width: 100%;
  margin: 0 auto;
}
.button-cookie {
  padding: 10px;
}

.accept {
  background: #fff;
  color: #000000;
  width: 40%;
}
.info {
  width: 60%;
}

.show {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 991px) {
  .cookie-banner {
    max-width: 328px;
    padding: 20px;
  }

  .cookie-content h3 {
    font-size: 24px;
  }
  .cookie-content p {
    font-size: 18px;
    margin: 20px 0;
  }
  .button-cookie {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .cookie-banner {
    bottom: 0;
    right: 0;
  }
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* terms */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.pokerroomhub_terms_container {
  padding: 50px 0;
}


.pokerroomhub_terms h1 {
  font-size: 40px;
  line-height: 1.3;
  font-weight: 700;
}

@media (max-width: 600px) {
  .pokerroomhub_terms h1 {
    font-size: 20px;
  }
}

.pokerroomhub_terms h1:not(:last-child) {
  margin-bottom: 10px;
}

.pokerroomhub_terms h2 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}

@media (max-width: 600px) {
  .pokerroomhub_terms h2 {
    font-size: 16px;
  }
}

.pokerroomhub_terms h2:not(:last-child) {
  margin-bottom: 10px;
}

.pokerroomhub_terms p {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
}

.pokerroomhub_terms p:not(:last-child) {
  margin-bottom: 20px;
}

.pokerroomhub_terms ul:not(:last-child) {
  margin-bottom: 20px;
}

.pokerroomhub_terms li {
  font-size: 16px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400;
}

.pokerroomhub_terms li:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .pokerroomhub_terms li:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .pokerroomhub_terms li:not(:last-child) {
    margin-bottom: 15px;
  }
}