:root {
  --background: #00100E;
  --content: #031717;
  --border: #1b1f28;
  --shadow-content: 0px 0px 10px rgba(0, 0, 0, .3);
  --radius: 5px;
  --radius-banner: 10px;
  --text: #fff;
  --text-menu: #80858f;
  --link: #00cfa6;
  --btn-reg: #df1f64;
  --section: linear-gradient(180.03deg, #00cfa6 .03%, rgba(13, 16, 22, 0) 99.98%);
  --scroll: rgba(13, 16, 22, .85);
  --hover-scroll: linear-gradient(180deg, #80858f 0%, rgba(13, 16, 22, 0) 92.5%);
  --error: #000211;
  --sidebar: #ff8a00;
  --card-text: #d2eeed;
  --card-hover: linear-gradient(110.74deg,#fff6,#fff0);
  --providers: linear-gradient(90deg, rgba(30, 35, 46, 0) 0%, rgba(128, 133, 143, .252417) 27.6%, rgba(128, 133, 143, .5) 52.62%, rgba(128, 133, 143, .291283) 74.48%, rgba(13, 16, 22, 0) 100%);
}

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

html {
  scroll-behavior: smooth;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "Roboto";
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}

body {
  color: var(--text);
}

a {
  text-decoration: none;
  color: var(--link);
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

button {
  cursor: pointer;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

.wp-block-table {
  max-width: 100%;
  overflow-x: auto;
  padding-bottom: 20px;
}

.wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  box-shadow: var(--shadow-content);
}

.wp-block-table table td {
  text-align: center;
  padding: 10px;
}

.wp-block-table table tr {
  background: var(--background);
}

.wp-block-table table tr:nth-child(2n) {
  background: var(--btn-reg);
}

.wp-block-table table td {
  color: var(--text);
}

@font-face {
  font-style: normal;
  font-family: "Roboto";
  font-weight: 400;
  src: url(/wp-content/themes/pinup/fonts/Roboto-Regular.ttf);
  font-display: swap;
}
@font-face {
  font-style: normal;
  font-family: "Roboto";
  font-weight: 500;
  src: url(/wp-content/themes/pinup/fonts/Roboto-Medium.ttf);
  font-display: swap;
}
@font-face {
  font-style: normal;
  font-family: "Roboto";
  font-weight: 700;
  src: url(/wp-content/themes/pinup/fonts/Roboto-Bold.ttf);
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background: var(--background);
}

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

h1, h2, h3, h4 {
  padding: 15px 0;
}
@media (min-width: 960px) {
  h1, h2, h3, h4 {
    padding: 20px 0;
  }
}

a:hover {
  transition: 0.3s ease-out;
}

/* Header */
.header {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 10px;
  background: var(--background);
  z-index: 10;
  border-bottom: 1px solid var(--border);
}
@media (min-width: 640px) {
  .header {
    padding: 10px 20px;
  }
}
.header .overlay {
  display: none;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.header .overlay.active {
  display: block;
}
.header .main_menu {
  display: none;
  position: relative;
}
@media (min-width: 960px) {
  .header .main_menu {
    display: flex;
  }
}
.header .main_menu .menu {
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: center;
}
.header .main_menu .menu li {
  margin-right: 20px;
}
.header .main_menu .menu li:last-child {
  margin-right: 0;
}
.header .main_menu .menu li a {
  font-size: 18px;
  color: var(--text-menu);
  font-weight: 400;
  padding: 10px 0;
}
.header .main_menu .menu li a:hover {
  color: var(--text);
}
.header .main_menu .menu .current-menu-item a {
  color: var(--text);
}
.header .burger img {
  width: 28px;
  height: 28px;
}
.header__buttons {
  display: none;
}
@media (min-width: 960px) {
  .header__buttons {
    display: flex;
    align-items: center;
  }
}
.header__buttons .btn.reg {
  width: 117px;
  font-size: 14px;
}
.header__buttons .btn.log {
  margin-left: 10px;
  width: 85px;
  font-size: 14px;
}

.menu_desktop .burger {
  display: block;
}
@media (min-width: 960px) {
  .menu_desktop .burger {
    display: none;
  }
}

.menu_mobile, amp-sidebar {
  background: var(--background);
  width: 100%;
  padding: 0 20px;
  max-width: 250px;
  min-height: 100vh;
  position: fixed;
  top: 0;
  right: -100%;
  display: block;
  transition: right 0.8s;
}

.menu_mobile {
  z-index: 11;
}
.menu_mobile .close {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 20px 0;
}
.menu_mobile .close img {
  width: 28px;
  height: 28px;
}
.menu_mobile .menu {
  list-style: none;
}
.menu_mobile .menu li {
  margin-bottom: 20px;
}
.menu_mobile .menu li:last-child {
  margin-bottom: 0;
}
.menu_mobile .menu li a {
  font-size: 18px;
  color: var(--text-menu);
  font-weight: 400;
  padding: 10px 0;
}
.menu_mobile .menu li a:hover {
  color: var(--text);
}
.menu_mobile .menu .current-menu-item a {
  color: var(--text);
}

.menu_mobile.show {
  right: 0;
  transition: right 0.8s;
}

.wrapper {
  padding: 0 10px;
  margin: 0 auto;
  max-width: 1600px;
}

.btn {
  padding: 0 10px;
  position: relative;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--radius);
  text-transform: uppercase;
  border: 1px solid var(--link);
  color: var(--text);
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
}
.btn:hover {
  transition: 0.3s ease-out;
  background: none;
}

.btn.log {
  width: 200px;
  border: 1px solid var(--link);
  background-color: var(--link);
  color: var(--text);
}
.btn.log:hover {
  background-color: unset;
}

.btn.reg {
  background: var(--link);
  color: var(--text);
  width: 200px;
  border: 1px solid var(--btn-reg);
  background-color: var(--btn-reg);
}
.btn.reg:hover {
  background-color: unset;
}

/* Banner */
.banner {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-direction: column;
  align-items: center;
  padding: 20px 10px 0 10px;
}
@media (min-width: 960px) {
  .banner {
    padding: 20px 20px 0;
    flex-direction: row;
  }
}
.banner__content {
  flex: 0 1 100%;
  height: 300px;
  border-radius: var(--radius-banner);
  position: relative;
}
.banner__content:first-child {
  background-color: var(--link);
  flex: 0 1 auto;
}
@media (min-width: 960px) {
  .banner__content:first-child {
    flex: 0 1 385px;
  }
}
.banner__content:first-child .banner__content-text {
  position: absolute;
  top: 40px;
  right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: auto;
  padding: 5px;
}
.banner__content:first-child .banner__content-text .long-text {
  font-size: 16px;
  font-weight: 700;
  color: var(--sidebar);
}
.banner__content:first-child .banner__content-text .long-text:nth-child(2) {
  color: var(--content);
}
.banner__content:first-child .banner__content-img {
  width: 339px;
}
.banner__content:first-child .banner_button {
  font-size: 14px;
  background-color: var(--btn-reg);
  border-color: var(--btn-reg);
  width: 120px;
  height: 35px;
  margin-top: 5px;
}
.banner__content:first-child .banner_button:hover {
  background-color: unset;
  color: var(--btn-reg);
}
.banner__content:last-child {
  background: linear-gradient(rgba(2, 31, 30, 0.7), rgba(0, 16, 14, 0.8));
  box-shadow: var(--shadow-content);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 1 auto;
  height: 250px;
}
.banner__content:last-child::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0.25rem;
  padding: 1px;
  z-index: 0;
  -webkit-mask: linear-gradient(var(--text) 0 0) content-box, linear-gradient(var(--text) 0 0);
  mask: linear-gradient(var(--text) 0 0) content-box, linear-gradient(var(--text) 0 0);
  -webkit-mask-composite: xor;
  background: var(--section);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
@media (min-width: 640px) {
  .banner__content:last-child {
    flex: 0 1 70%;
    height: auto;
  }
}
.banner__content:last-child .banner__content-text {
  width: auto;
  padding-left: 30px;
  z-index: 5;
}
.banner__content:last-child .banner__content-img {
  width: 180px;
}
@media (min-width: 640px) {
  .banner__content:last-child .banner__content-img {
    width: auto;
  }
}
.banner__content-text {
  position: relative;
}
.banner__content-text .banner-title {
  font-weight: 500;
  color: var(--text);
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 640px) {
  .banner__content-text .banner-title {
    font-size: 30px;
  }
}
.banner__content-text .banner-subtitle {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 700;
  color: var(--sidebar);
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 640px) {
  .banner__content-text .banner-subtitle {
    font-size: 40px;
  }
}
.banner__content-text .banner-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 640px) {
  .banner__content-text .banner-buttons {
    justify-content: flex-start;
  }
}
.banner__content-text .banner-buttons .btn {
  background: var(--btn-reg);
  border-color: var(--btn-reg);
  width: 200px;
  height: 45px;
  animation: pulse 1.5s infinite;
}
.banner__content-text .banner-buttons .btn:hover {
  background: none;
}
.banner__content-img {
  display: block;
  position: relative;
}

/* Content */
.content-block {
  padding: 20px 10px;
}
@media (min-width: 960px) {
  .content-block {
    padding: 20px;
  }
}
.content-block h1 {
  font-size: 26px;
  position: relative;
  margin-bottom: 15px;
}
@media (min-width: 960px) {
  .content-block h1 {
    font-size: 36px;
  }
}
.content-block h1::before {
  content: "";
  display: block;
  width: 150px;
  height: 2px;
  background-color: var(--link);
  position: absolute;
  bottom: 5px;
  left: 0;
}
.content-block .content_page h2 {
  font-size: 22px;
  position: relative;
}
@media (min-width: 960px) {
  .content-block .content_page h2 {
    font-size: 32px;
  }
}
.content-block .content_page h3 {
  font-size: 20px;
  position: relative;
}
@media (min-width: 960px) {
  .content-block .content_page h3 {
    font-size: 28px;
  }
}
.content-block .content_page h4 {
  font-size: 18px;
}
@media (min-width: 960px) {
  .content-block .content_page h4 {
    font-size: 24px;
  }
}
.content-block .content_page p {
  line-height: 1.4;
  padding-bottom: 20px;
  margin-bottom: 0;
  font-size: 16px;
  position: relative;
}
@media (min-width: 960px) {
  .content-block .content_page p {
    font-size: 18px;
  }
}
.content-block .content_page a {
  font-size: 16px;
  color: var(--link);
  position: relative;
}
@media (min-width: 960px) {
  .content-block .content_page a {
    font-size: 18px;
  }
}
.content-block .content_page a:hover {
  text-decoration: underline;
}
.content-block .content_page ul {
  list-style: none;
  padding-right: 10px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
  list-style: none;
}
@media (min-width: 640px) {
  .content-block .content_page ul {
    flex-direction: row;
  }
}
.content-block .content_page ul li {
  width: 100%;
  position: relative;
  padding-bottom: 10px;
  padding-left: 30px;
  font-size: 16px;
  line-height: 30px;
}
@media (min-width: 640px) {
  .content-block .content_page ul li {
    width: 48%;
  }
}
@media (min-width: 960px) {
  .content-block .content_page ul li {
    font-size: 18px;
  }
}
.content-block .content_page ul li::after {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(/wp-content/themes/pinup/img/casino-icon.svg) no-repeat;
  background-size: cover;
  content: "";
  left: 0;
  top: 6px;
}
.content-block .content_page ol {
  padding-bottom: 20px;
  padding-left: 26px;
  counter-reset: myCounter;
  font-size: 16px;
}
.content-block .content_page ol li {
  padding-left: 15px;
  margin-bottom: 15px;
  position: relative;
  list-style: none;
  line-height: 30px;
}
@media (min-width: 960px) {
  .content-block .content_page ol li {
    font-size: 18px;
  }
}
.content-block .content_page ol li::before {
  counter-increment: myCounter;
  content: counter(myCounter);
  width: 30px;
  height: 30px;
  font-size: 16px;
  background: var(--link);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -26px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-block .content_page ol li::marker {
  font-size: 17px;
  color: var(--text);
}
.content-block .content_page ul ul, .content-block .content_page ol ul {
  display: block;
  list-style: disc;
  margin-top: 15px;
}
.content-block .content_page ul ul li, .content-block .content_page ol ul li {
  list-style: disc;
  padding-left: 0;
  margin-bottom: 0;
}
.content-block .content_page ul ul li::before, .content-block .content_page ul ul li::after, .content-block .content_page ol ul li::before, .content-block .content_page ol ul li::after {
  display: none;
}
.content-block .content_page .section-block {
  padding: 10px 20px;
  background-color: var(--content);
  margin-bottom: 20px;
  border-radius: var(--radius);
  position: relative;
}
.content-block .content_page .section-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0.25rem;
  padding: 1px;
  -webkit-mask: linear-gradient(var(--text) 0 0) content-box, linear-gradient(var(--text) 0 0);
  mask: linear-gradient(var(--text) 0 0) content-box, linear-gradient(var(--text) 0 0);
  -webkit-mask-composite: xor;
  background: var(--card-hover);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}

.banner-link {
  text-align: center;
  margin-bottom: 20px;
}
.banner-link .banner-img {
  border: none;
  padding: 0;
  position: relative;
  background-color: unset;
}
.banner-link .banner-img img, .banner-link .banner-img amp-img {
  border-radius: var(--radius);
}

.btn-content {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.btn-content .banner_button {
  height: 45px;
  width: 250px;
  color: var(--text);
  border: 1px solid var(--btn-reg);
  background: var(--btn-reg);
  overflow: visible;
}
.btn-content .banner_button:hover {
  background: none;
}
.btn-content .banner_button::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/wp-content/uploads/2025/06/bonus.svg);
  position: absolute;
  right: -2px;
  top: -5px;
  animation: bonus 2.5s linear infinite;
}

.wp-block-image {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  justify-content: center;
}
.wp-block-image img, .wp-block-image amp-img {
  border-radius: var(--radius);
}

#amp-mobile-version-switcher {
  display: none;
}

/* FAQ */
.faq__item {
  background-color: var(--btn-reg);
  border-radius: var(--radius);
}
.faq__item h3 {
  color: var(--text);
}
.faq__item h3:after {
  background-image: url(/wp-content/themes/pinup/img/faq-icon.svg);
}
.faq__item .faq__answer p {
  color: var(--text);
}
.faq__item .faq__answer p:last-child {
  padding-bottom: 0;
}

/* Footer */
footer {
  background: var(--header);
  padding-bottom: 60px;
  border-top: 1px solid var(--border);
}
@media (min-width: 960px) {
  footer {
    padding-bottom: 0;
  }
}
footer .footer__copyright {
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
footer .footer__copyright span {
  font-size: 16px;
  color: var(--text);
}
footer .footer__bga-providers, footer .footer__bga-payments {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
footer .footer__bga-providers img, footer .footer__bga-payments img {
  margin-right: 16px;
  filter: grayscale(100);
  height: 48px;
}
footer .footer__bga-providers img:hover, footer .footer__bga-payments img:hover {
  filter: none;
}
footer .footer__bga-providers {
  position: relative;
}
footer .footer__bga-providers::after {
  content: "";
  position: absolute;
  bottom: 1px;
  display: initial;
  height: 1px;
  background: var(--providers);
  left: 0;
  right: 0;
  width: 100%;
}

/* Scroll */
.scroll-top {
  opacity: 0;
  background: var(--scroll);
  transition: 0.3s;
  position: fixed;
  bottom: 70px;
  right: 30px;
  height: 40px;
  border-radius: var(--radius);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 8;
}
.scroll-top .scroll-top-bg {
  padding: 8px;
  position: relative;
}
.scroll-top .scroll-top-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  padding: 1px;
  -webkit-mask: linear-gradient(var(--text) 0 0) content-box, linear-gradient(var(--text) 0 0);
  mask: linear-gradient(var(--text) 0 0) content-box, linear-gradient(var(--text) 0 0);
  -webkit-mask-composite: xor;
  background: var(--hover-scroll);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.scroll-top .scroll-top-bg:hover::before {
  background: var(--section);
}
.scroll-top .scroll-top-bg img {
  width: 24px;
  height: 24px;
}

.scroll-top.content_amp {
  opacity: 1;
}

/* Amp */
.header.content_amp {
  align-items: center;
  justify-content: space-between;
}
.header.content_amp .burger {
  border: none;
  background-color: unset;
  padding: 0;
}

amp-sidebar .close {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 20px 0;
}
amp-sidebar .close .closeButton {
  padding: 0;
  border: none;
  background-color: unset;
}
amp-sidebar .close .closeButton img {
  width: 28px;
  height: 28px;
}
amp-sidebar .menu_amp .menu {
  list-style: none;
}
amp-sidebar .menu_amp .menu li {
  margin-bottom: 20px;
}
amp-sidebar .menu_amp .menu li:last-child {
  margin-bottom: 0;
}
amp-sidebar .menu_amp .menu li a {
  font-size: 18px;
  color: var(--text-menu);
  font-weight: 400;
  padding: 10px 0;
}
amp-sidebar .menu_amp .menu .current-menu-item a {
  color: var(--text);
}

/* Fixed buttons */
.fixed_buttons {
  display: flex;
  justify-content: center;
  position: fixed;
  width: 100%;
  padding: 8px;
  background: var(--background);
  bottom: 0;
  left: 0;
  z-index: 8;
}
@media (min-width: 960px) {
  .fixed_buttons {
    display: none;
  }
}
.fixed_buttons button {
  margin-top: 0;
  padding: 8px 15px;
}
.fixed_buttons button:first-child {
  margin-right: 10px;
}

/* 404 Error */
.error {
  background: var(--error);
}
.error__block {
  display: flex;
  width: 100%;
  position: relative;
  overflow: hidden;
  flex-direction: row;
  justify-content: flex-start;
  height: 100vh;
  padding: 20px 20px 0 20px;
}
@media (min-width: 640px) {
  .error__block {
    padding: 0 128px;
  }
}
.error__block-content {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  max-width: 1408px;
}
@media (min-width: 640px) {
  .error__block-content {
    flex-direction: row;
  }
}
.error__block-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}
@media (min-width: 640px) {
  .error__block-left {
    margin-bottom: 0;
  }
}
.error__block-left img {
  max-height: 130px;
  display: flex;
  justify-content: center;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1280px) {
  .error__block-left img {
    width: auto;
    max-height: 240px;
  }
}
.error__block-left p {
  font-size: 18px;
  color: var(--text);
  margin-bottom: 20px;
  line-height: 1.4;
  text-align: center;
}
.error__block-left .btn {
  background: var(--link);
  width: 300px;
  height: 45px;
}
.error__block-left .btn:hover {
  background: none;
}
.error__block-right {
  position: relative;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: auto;
  margin-top: -5px;
}
@media (min-width: 640px) {
  .error__block-right {
    position: absolute;
    top: calc(50% - 342px);
    left: 360px;
    height: 737px;
    width: 1000px;
    margin-top: -40px;
  }
}

/* Table of Contens */
.custom__contents {
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 640px) {
  .custom__contents {
    width: 640px;
  }
}
.custom__contents-submenu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 15px;
  background: var(--content);
  border-radius: 39px;
  height: 40px;
  padding: 0 0 0 20px;
  font-size: 14px !important;
  line-height: 1.2;
  color: var(--text);
}
.custom__contents-submenu a:hover {
  text-decoration: none !important;
  background: var(--link);
}
.custom__contents-icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--background);
}
.custom__contents-icon::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(/wp-content/themes/pinup/img/up-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(90deg);
}

/* Popup */
.popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 20px 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.popup__content {
  width: 360px;
  height: 270px;
  position: relative;
  display: flex;
  background-image: url(/wp-content/uploads/2025/01/banner-modal.webp);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: var(--radius);
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 50px 20px 20px;
}
.popup__content .close-popup {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.popup__content .close-popup img, .popup__content .close-popup amp-img {
  width: 20px;
  height: 20px;
}
.popup__content .popup-btn {
  width: 172px;
  border-radius: var(--radius);
  background-color: var(--link);
  font-weight: 700;
  font-size: 20px;
  border: none;
  height: 40px;
  color: var(--text);
  position: absolute;
  bottom: 11px;
  right: 19px;
}

.popup.show {
  display: flex;
}

@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}
/* Cards */
.cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  margin: 20px 0;
}
@media (min-width: 640px) {
  .cards {
    grid-row-gap: 20px;
    grid-column-gap: 20px;
  }
}
@media (min-width: 960px) {
  .cards {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cards__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-color: var(--content);
  border-radius: var(--radius);
  border: none;
  height: 160px;
  position: relative;
}
.cards__item:hover::before {
  background: var(--card-hover);
}
.cards__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0.25rem;
  padding: 1px;
  -webkit-mask: linear-gradient(var(--text) 0 0) content-box, linear-gradient(var(--text) 0 0);
  mask: linear-gradient(var(--text) 0 0) content-box, linear-gradient(var(--text) 0 0);
  -webkit-mask-composite: xor;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
@media (min-width: 960px) {
  .cards__item {
    height: 182px;
  }
}
.cards__item img {
  margin-top: -15px;
  width: 146px;
  height: 102px;
  z-index: 2;
}
@media (min-width: 960px) {
  .cards__item img {
    width: 200px;
    height: auto;
  }
}
.cards__item span {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  color: var(--card-text);
  text-transform: uppercase;
  margin-bottom: 30px;
  z-index: 2;
}

.modified-date {
  font-size: 15px !important;
}

@keyframes bonus {
  10% {
    transform: scale(1) rotate(0deg);
  }
  20% {
    transform: scale(1.1) rotate(20deg);
  }
  30% {
    transform: scale(1.1) rotate(-20deg);
  }
  40% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(1) rotate(0deg);
  }
  60% {
    transform: scale(1.1) rotate(-20deg);
  }
  70% {
    transform: scale(1.1) rotate(20deg);
  }
  90% {
    transform: scale(1) rotate(0deg);
  }
}/*# sourceMappingURL=style.css.map */