.info-block {
display: flex;
align-items: center;
gap: 20px;
flex-wrap: wrap;
margin-bottom: 15px;
}
.info-block .info-block-content {
position: absolute;
left: 0;
top: calc(100% + 10px);
}
.info-block .info-block-item {
display: flex;
align-items: center;
gap: 5px;
position: relative;
cursor: pointer;
}
.info-block .info-block-item svg path {
font-size: 16px;
fill: #fff;
}
.info-block .info-block-content {
position: absolute;
left: 0;
top: calc(100% + 10px);
background: black;
z-index: 3;
padding: 20px;
border-radius: 8px;
width: 320px;
visibility: hidden;
opacity: 0;
height: 0;
}
.info-block .info-block-content p {
margin: 0;
}
.info-block .info-block-item:hover .info-block-content {
visibility: visible;
opacity: 1;
height: auto;
transition: opacity 0.5s ease;
}
.info-block .info-block-content::after {
content: "";
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 9px solid rgba(0, 0, 0, 0.75);
position: absolute;
bottom: 100%;
left: 8px;
}
.author-comment {
background: #fff;
padding: 20px;
border-radius: 20px;
box-shadow: 0px 0px 12px 0px rgba(15, 23, 42, 0.08);
color: #4a5b68;
display: grid;
gap: 20px;
max-width: 1179px;
justify-items: start;
margin: 40px auto;
}
.author-commernt-title {
font-weight: 700;
font-size: 20px;
color: #242424 !important;
display: table;
padding: ;
}
.author-comment p {
font-size: 16px;
font-style: italic;
}
.author-comment-block {
display: flex;
align-items: center;
gap: 20px;
}
.author-comment-block-content {
display: grid;
}
.author-comment-block img {
border-radius: 100px;
max-width: 40px;
object-fit: cover;
aspect-ratio: 1;
}
.author-comment-block-content span.sub-title {
font-weight: 400;
font-size: 12px;
margin-bottom: -5px;
color: #000;
}
.author-comment-block-content .name-author {
font-weight: 700;
display: flex;
align-items: center;
gap: 10px;
color: #242424 !important;
}
.footer-block {
padding: 50px 0;
}
.footer-block .footer-block-title {
display: flex;
align-items: center;
gap: 20px;
font-size: 16px;
margin-bottom: 40px;
}
.footer-block .footer-block-title .footer-call {
padding: 6px 16px;
background: rgb(254 226 226);
border-radius: 60px;
border: 2px solid #ff00005e;
color: rgb(220 38 38);
font-weight: 700;
}
.footer-block-flex img {
height: 60px;
object-fit: contain;
}
.footer-block-flex {
display: flex;
gap: 20px;
align-items: center;
flex-wrap: wrap;
margin-bottom: 24px;
}
.footer-block-content {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 40px;
}
@media screen and (max-width: 768px) {
.footer-block .footer-block-title {
flex-direction: column;
}
.footer-block-content {
display: grid;
grid-template-columns: repeat(1, 1fr);
gap: 20px;
}
}
swiper-container {
padding: 0 25px;
height: auto !important;
}
.swipe-menu {
position: relative;
padding: 14px 0;
}
.swiper-navigation {
position: absolute;
}
.swiper-navigation {
background: transparent;
border: 0;
position: absolute;
top: 0;
height: 100%;
left: 0;
width: 100%;
z-index: 2;
}
.swipe-menu .swiper-button-next {
position: absolute;
right: 0;
background: transparent;
border: 0;
cursor: pointer;
top: 50%;
transform: translateY(-50%);
z-index: 2;
}
.swipe-menu .swiper-button-prev {
position: absolute;
left: 0;
background: transparent;
border: 0;
cursor: pointer;
top: 50%;
transform: translateY(-50%);
z-index: 2;
}
.author-block_all-item {
padding: 50px 0;
max-width: 960px;
margin: 0 auto;
}
.author-block_all-item > .title {
background: rgb(67 55 134);
color: #fff;
padding: 4px 16px;
border-radius: 10px 10px 0 0;
font-weight: 700;
margin-left: 20px;
}
.author-block_all-item-content {
box-shadow: 0px 4px 12px 0px rgba(15, 23, 42, 0.08);
padding: 16px;
border-radius: 14px;
position: relative;
overflow: hidden;
}
.author-block_all-item-content .author-udp {
position: absolute;
right: 0;
top: 0;
background: rgb(204 251 241);
padding: 4px 16px;
border-radius: 0 0 0 10px;
}
.author-info {
display: flex;
align-items: center;
gap: 20px;
margin-bottom: 20px;
}
.author-info img {
width: 96px;
aspect-ratio: 1;
object-fit: cover;
border-radius: 30px 10px 30px 10px;
}
.author-info h3 {
font-size: 16px !important;
font-weight: 700 !important;
display: flex;
align-items: center;
gap: 10px;
margin: 0 0 8px !important;
}
.author-info .exspert {
display: grid;
width: 214px;
grid-template-columns: repeat(2, 1fr);
gap: 10px;
align-items: center;
}
.author-info .exspert .exspert-name {
background: rgb(204 251 241);
border-radius: 50px;
padding: 2px 12px;
font-size: 12px;
font-weight: 700;
}
.author-info .exspert .exspert-article {
font-size: 12px !important;
}
.author-info .author-name {
margin-bottom: 10px;
}
.author-block-link-area {
display: flex;
align-items: center;
gap: 20px;
margin-bottom: 20px;
}
.author-block-link-area a {
background: rgb(238 236 246);
border-radius: 60px;
padding: 4px 12px;
}
.author-block-link-area .social-area {
display: flex;
align-items: center;
gap: 20px;
}
.author-block-link-area .social-area a {
display: flex;
align-items: center;
justify-content: center;
width: 32px;
aspect-ratio: 1;
padding: 0 !important;
}
.author-block-link-area .social-area img {
width: 14px;
aspect-ratio: 1;
object-fit: contain;
}
span.approve_footer {
background: rgb(220 252 231);
padding: 6px 16px;
display: inline-flex;
border-radius: 60px;
align-items: center;
gap: 10px;
border: 1px solid rgb(22 163 74);
margin-top: 20px;
}
.author-block-link-text {
margin-bottom: 20px;
}
.author-block-exspert-list {
display: flex;
align-items: center;
gap: 20px;
}
.author-block-exspert-list .title {
font-weight: 700;
}
.author-block-exspert-list .es-item {
background: #f9f8ff;
padding: 2px 16px;
color: #242424;
font-size: 12px;
}
.author-block_all-item-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
}
.author-block_all-item-grid-item {
box-shadow: 0px 1px 3px 0px #0000001a;
padding: 10px 12px;
display: grid;
border-radius: 0 0 12px 12px;
}
.author-block_all-item-grid-item .title {
font-size: 12px;
margin-bottom: -3px;
}
.author-block_all-item-grid-item b {
color: #242424;
font-weight: 700;
}
.author-block-update {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 20px;
}
.author-block-update .very {
display: flex;
align-items: center;
gap: 10px;
padding: 8px;
position: relative;
border-radius: 60px;
box-shadow: 0px 0px 12px 0px rgba(15, 23, 42, 0.08);
}
.author-block-update .very .info_author_content {
position: absolute;
top: 100%;
left: 0;
width: 140px;
background: #000000c7;
padding: 15px;
border-radius: 8px;
color: #ffffffa1;
font-size: 14px !important;
visibility: hidden;
opacity: 0;
height: 0;
}
.author-block-update .very .info_author_content p {
margin: 0;
}
.author-block-update .very:hover .info_author_content {
height: auto;
visibility: visible;
opacity: 1;
}
@media screen and (max-width: 768px) {
.author-block_all-item-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
}
.author-block-link-area {
flex-direction: column;
}
.author-block-exspert-list {
display: flex;
align-items: center;
gap: 20px;
flex-wrap: wrap;
}
.author-info {
margin-top: 40px;
}
.author-block_all-item-content .author-udp {
position: absolute;
right: 0;
top: 3px;
}
}
@media screen and (max-width: 480px) {
.author-block_all-item-grid {
display: grid;
grid-template-columns: repeat(1, 1fr);
gap: 20px;
}
.author-block-link-area a {
background: rgb(238 236 246);
border-radius: 60px;
padding: 4px 12px;
font-size: 11px;
}
.author-block_all-item > .title {
font-size: 14px;
}
.author-info .exspert {
grid-template-columns: 1fr;
}
}
.move_up {
position: fixed;
right: 20px;
bottom: 20px;
background: #f85b5b;
width: 40px;
aspect-ratio: 1;
display: flex;
align-items: center;
justify-content: center;
border-radius: 100px;
cursor: pointer;
opacity: 0;
z-index: 4;
}
.move_up.show {
opacity: 1;
transition: opacity 0.3s ease-in-out;
}
.move_up i {
color: #fff;
rotate: -90deg;
}
.review6 {
padding: 15px;
background: #fff;
border-radius: 8px;
color: #000;
position: relative;
box-shadow: 0px 0px 7px 0px #00000014;
}
.review6-sub-item {
position: absolute;
left: 5px;
top: -14px;
overflow: hidden;
}
.review6-sub-item span.review-badge {
font-size: 12px;
padding: 5px 12px;
background: rgb(238 236 246) !important;
color: #000;
font-weight: 400;
text-transform: capitalize;
border: 1px solid silver;
border-radius: 5px !important;
}
.review6 + .review6 {
margin-top: 23px;
}
.review6-flex {
display: flex;
align-items: center;
justify-content: space-between;
}
.review6-flex-item {
display: grid;
grid-template-columns: 104px auto auto;
gap: 10px;
align-items: center;
}
.review6-flex-item:nth-child(2) {
display: grid;
grid-template-columns: 1fr auto;
gap: 20px;
}
.review6-flex-item img {
width: 104px;
aspect-ratio: 1;
object-fit: contain;
}
.review6 .review-logo {
width: 104px;
aspect-ratio: 1;
height: unset !important;
min-height: unset !important;
border-radius: 8px;
overflow: hidden;
}
.review6 h2 {
font-size: 16px;
font-weight: 700;
margin: 0;
}
.review6 .content {
display: grid;
gap: 5px;
}
.review6 .review-rating {
padding: 5px;
border-radius: 5px;
flex-direction: row-reverse;
gap: 5px;
justify-content: start;
background-image: linear-gradient(90deg, #fef3c7, #fff 70%);
}
.review6 .review-rating .icon {
display: none;
}
.review6 .review-rating .icon:first-child {
display: block !important;
}
.review6 .content a {
color: rgb(0 0 238);
font-size: 14px;
text-decoration: underline;
}
.review6 li {
font-size: 14px;
margin-bottom: 0 !important;
}
.review6 li::before {
display: none !important;
}
.review6 li::after {
background: url(//payid-pokies-sites.com/wp-content/uploads/2024/11/selling-points.svg) center center
no-repeat;
content: "" !important;
width: 9px;
aspect-ratio: 1;
display: block;
position: absolute;
left: -21px;
top: 50%;
transform: translateY(-50%) !important;
}
.review6-line {
margin-top: 20px;
font-size: 12px;
}
.review6 .review-bonus {
position: relative;
width: 320px;
padding: 30px;
font-size: 18px;
}
.review6 .review-bonus strong {
color: #000;
position: relative;
z-index: 2;
}
.review6 .review-bonus::after {
background: conic-gradient(
from 205deg at 50% 50%,
#59599b,
#998fcb,
#2dd4bf,
#5eead4,
#ddd6fe,
#99f6e4,
#a78bfa,
#59599b
);
border-radius: 1rem;
bottom: 0;
content: "";
left: 0;
-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
-webkit-mask-composite: xor;
mask-composite: exclude;
padding: 1px;
position: absolute;
right: 0;
top: 0;
z-index: 1;
}
.review6 .btn-primary {
background-color: var(--primary-button-color);
color: var(--primary-button-text-color);
font-size: 16px;
padding: 10px 50px;
display: flex !important;
align-items: center;
border-radius: 10px;
min-width: 166px;
justify-content: center;
box-shadow: 0 0 0px 7px #44be4c2e;
}
.review6 .btn-primary:hover {
transition: 0.5s;
box-shadow: 0 0 0px 7px #44be4c69;
}
.review6 .pokageo-flag-circle {
width: 14px;
}
.review6 .pokageo-status-icon.pokageo-status-icon-disallowed {
display: none;
}
.review6 .pokageo-flag-circle {
position: absolute;
top: 3px;
}
@media screen and (max-width: 1024px) {
.review6-flex {
display: flex;
align-items: start;
justify-content: start;
flex-direction: column;
gap: 20px;
}
.review6 .review-bonus {
position: relative;
width: 100%;
padding: 30px;
font-size: 18px;
}
.review6-flex-item:nth-child(2) {
display: grid;
grid-template-columns: 1fr auto;
width: 100%;
}
}
@media screen and (max-width: 547px) {
.review6-flex-item {
display: grid !important;
grid-template-columns: auto 1fr !important;
width: 100%;
}
.review-pros {
grid-column: 1 / -1;
}
.review6-flex .review6-flex-item:last-child {
grid-template-columns: 1fr !important;
}
}
a.offer_header {
display: flex;
align-items: center;
margin-right: 10px;
position: relative;
}
a.offer_header span.amount {
position: absolute;
background: red;
bottom: 3px;
right: -4px;
color: #fff;
font-size: 8px;
width: 10px;
aspect-ratio: 1;
display: flex;
align-items: center;
justify-content: center;
border-radius: 60px;
}
@keyframes shake {
0%,
100% {
rotate: 0;
}
20%,
60% {
rotate: -6deg;
}
40%,
80% {
rotate: 6deg;
}
}
a.offer_header.shake {
animation: shake 1s ease;
}
.header-top-flex {
position: relative;
}
.offer_header_modal {
position: absolute;
top: 100%;
right: 0;
width: 400px;
background: #020609;
padding: 20px;
border-radius: 5px;
visibility: hidden;
opacity: 0;
overflow: hidden;
}
.offer_header_modal.active {
visibility: visible;
opacity: 1;
overflow: unset;
transition: 0.5s ease;
}
.offer_header_modal h2 {
color: #fff;
font-size: 19px;
margin: 0;
}
.offer_header_modal .flex {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 20px;
}
.offer_header_modal .flex a i {
color: #fff;
}
.offer_header_modal .affiliate-post {
background: #fff;
border-radius: 8px;
padding: 10px;
display: grid;
grid-template-columns: 30% 70%;
gap: 10px;
}
.offer_header_modal .affiliate-post img {
width: 100%;
aspect-ratio: 1;
object-fit: contain;
border-radius: 5px;
}
.offer_header_modal .affiliate-post .content {
display: grid;
gap: 5px;
}
.offer_header_modal .affiliate-post .content .btn_link {
background: #05b761;
color: white;
border-radius: 5px;
text-align: center;
padding: 5px;
display: flex;
align-items: center;
justify-content: center;
width: 95%;
}
.offer_header_modal .affiliate-post .content .btn_link:hover {
opacity: 0.5;
transition: 0.5s ease;
}
.offer_header_modal .affiliate-post .tag .review-badge {
background: unset !important;
padding: 0;
text-transform: capitalize;
color: #000;
font-weight: 400;
}
.offer_header_modal .affiliate-post .review-bonus {
font-size: 14px;
text-align: left;
color: #000 !important;
text-transform: uppercase;
font-weight: 700;
}
.offer_header_modal .affiliate-post .review-bonus strong {
color: #000;
}
a.btn_navigation {
box-shadow: 0 0 2px 0 #00000061;
padding: 8px 20px;
padding-right: 52px;
position: relative;
display: table;
border-radius: 6px;
font-weight: 700;
}
a.btn_navigation::after {
content: "+";
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
font-size: 25px;
transition: transform 0.5s ease-in;
}
.page_navigation.active a.btn_navigation::after {
transform: translateY(-50%) rotate(45deg);
}
.page_navigation {
margin-bottom: 40px;
}
.page_navigation .contents {
margin-top: 20px;
display: grid;
gap: 5px;
overflow: hidden;
visibility: hidden;
opacity: 0;
height: 0;
}
.page_navigation .contents.active {
margin-top: 20px;
display: grid;
gap: 5px;
overflow: unset;
visibility: visible;
opacity: 1;
height: auto;
}
.page_navigation li {
list-style: none;
display: flex;
align-items: center;
gap: 10px;
}
.page_navigation li::before {
content: "";
width: 20px;
aspect-ratio: 1;
display: table;
background: url(//payid-pokies-sites.com/wp-content/uploads/2024/11/done_all_24dp_000000_FILL0_wght400_GRAD0_opsz24.png)
center center no-repeat;
background-size: contain;
}
.page_navigation li a {
color: #000 !important;
}
.page_navigation li:hover {
transition: 0.5s ease;
opacity: 0.8;
}
.faq-wrapper .faq-list .faq-item {
margin-bottom: 0;
padding-left: 0;
background: rgb(241 245 249) !important;
margin-bottom: 20px;
border-radius: 8px;
border-color: rgb(227 232 239);
box-shadow: 0 0 2px 0 #00000047;
}
.faq-wrapper .faq-list .faq-item * {
background: unset !important;
border: 0 !important;
}
.faq-wrapper .faq-list .faq-item h3.faq-item-question {
font-size: 1.3125rem;
color: rgb(15 23 42) !important;
font-weight: 700;
}
.faq-wrapper .faq-list {
list-style: none;
margin-top: 0;
}
.faq-wrapper .faq-list .faq-item .faq-item-question::after {
display: none;
}
.faq-wrapper .faq-list .faq-item .faq-item-question::before {
content: "";
position: absolute;
color: var(--faq-icon-color);
right: 1rem;
top: 1rem;
width: 20px;
height: 30px;
background: url(//payid-pokies-sites.com/wp-content/uploads/2024/11/chevron_right_24dp_000000_FILL0_wght400_GRAD0_opsz24.png)
center center no-repeat;
background-size: contain;
rotate: 90deg;
}
.faq-wrapper .faq-list .faq-item.open .faq-item-question::before {
rotate: 270deg;
transition: 0.5s;
}
.is-style-warning {
background: #f0789440;
padding: 20px;
border-radius: 10px;
border: 1px solid #e92f5a;
}
.is-style-warning strong {
display: table;
margin-bottom: 20px;
display: flex;
align-items: center;
gap: 10px;
}
.is-style-warning strong::before {
content: "";
display: table;
width: 20px;
height: 20px;
background: url(//payid-pokies-sites.com/wp-content/uploads/2024/11/exclamation-mark.svg) center
center no-repeat;
background-size: contain;
}
.is-style-info {
background: #66a6ff5d;
padding: 20px;
border-radius: 10px;
border: 1px solid #3886f3;
}
.is-style-info strong {
display: table;
margin-bottom: 20px;
display: flex;
align-items: center;
gap: 10px;
}
.is-style-info strong::before {
content: "";
display: table;
width: 20px;
height: 20px;
background: url(//payid-pokies-sites.com/wp-content/uploads/2024/11/info_24dp_000000_FILL0_wght400_GRAD0_opsz24.png)
center center no-repeat;
background-size: contain;
}
.is-style-positive {
background: #d4edda96;
padding: 20px;
border-radius: 10px;
border: 1px solid #60f382;
}
.is-style-positive strong {
display: table;
margin-bottom: 20px;
display: flex;
align-items: center;
gap: 10px;
}
.is-style-positive strong::before {
content: "";
display: table;
width: 20px;
height: 20px;
background: url(//payid-pokies-sites.com/wp-content/uploads/2024/11/ar_stickers_24dp_000000_FILL0_wght400_GRAD0_opsz24.png)
center center no-repeat;
background-size: contain;
}
.pros-cons-block p {
font-weight: 700;
font-size: 20px;
}
.pros-section ul {
margin: 0;
padding: 0;
}
.pros-section li {
background: rgb(212 245 222);
padding: 5px 0;
padding-left: 8px;
display: flex;
align-items: center;
flex-direction: row-reverse;
justify-content: start;
border-radius: 5px 15px 5px 15px;
}
.pros-section li::before {
display: none;
}
.pros-section li::after {
content: "";
width: 20px;
height: 20px;
display: table;
background: url(//payid-pokies-sites.com/wp-content/uploads/2024/11/check_small_41dp_RGB34-197-94_FILL0_wght400_GRAD0_opsz40.png)
center center no-repeat;
background-size: 130%;
margin-right: 8px;
flex-shrink: 0;
}
.cons-section ul {
margin: 0;
padding: 0;
}
.cons-section li {
background: rgb(245 221 221);
padding: 5px 0;
padding-left: 8px;
display: flex;
align-items: center;
flex-direction: row-reverse;
justify-content: start;
border-radius: 5px 15px 5px 15px;
}
.cons-section li::before {
display: none;
}
.cons-section li::after {
content: "";
width: 20px;
height: 20px;
display: table;
background: url(//payid-pokies-sites.com/wp-content/uploads/2024/11/close_41dp_RGB241-89-89_FILL0_wght400_GRAD0_opsz40.png)
center center no-repeat;
background-size: 130%;
margin-right: 8px;
flex-shrink: 0;
}
.about-page-author {
display: flex;
align-items: center;
gap: 12px;
flex-wrap: wrap;
}
.about-page-author a {
color: #000;
font-weight: 700;
text-decoration: underline;
}
.about-page-author a:hover {
opacity: 0.8;
transition: 0.5s ease;
}
.wp-block-rank-math-toc-block h2:first-of-type {
box-shadow: 0 0 2px 0 #00000061;
padding: 8px 20px;
padding-right: 52px;
position: relative;
display: table;
border-radius: 6px;
font-weight: 700;
font-size: 16px;
cursor: pointer;
}
.wp-block-rank-math-toc-block h2:first-of-type::after {
content: "+";
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
font-size: 25px;
transition: transform 0.5s ease-in;
}
.wp-block-rank-math-toc-block h2.active:first-of-type::after {
transform: translateY(-50%) rotate(45deg);
}
.wp-block-rank-math-toc-block ul {
margin-top: 20px;
display: grid;
gap: 5px;
overflow: unset;
visibility: visible;
opacity: 1;
height: auto;
margin: 0px;
padding: 0px;
}
.wp-block-rank-math-toc-block nav > ul {
padding-left: 32px;
opacity: 0;
visibility: hidden;
height: 0px;
overflow: hidden;
}
.wp-block-rank-math-toc-block nav > ul.active {
opacity: 1;
visibility: visible;
height: auto;
overflow: unset;
}
.wp-block-rank-math-toc-block ul li a {
color: #000 !important;
}
.wp-block-rank-math-toc-block ul li::before {
content: "";
width: 20px;
aspect-ratio: 1;
display: table;
background: url(//payid-pokies-sites.com/wp-content/uploads/2024/11/done_all_24dp_000000_FILL0_wght400_GRAD0_opsz24.png)
center center no-repeat;
background-size: contain;
}
.about-page-author .item {
display: flex;
align-items: center;
}
.about-page-author .item svg {
margin-right: 12px;
}
.about-page-author .item:last-child span {
display: flex;
align-items: center;
gap: 10px;
margin-right: 5px;
}
.about-page-author .item span {
display: flex;
align-items: center;
gap: 10px;
margin-right: 5px;
}
.about-page-author .item:last-child span::before {
content: "";
width: 5px;
display: table;
aspect-ratio: 1;
background: rgb(203 202 210 / 41%);
border-radius: 60px;
}
ul.wp-block-list {
padding-left: 33px;
}
.author-block-update .very .info_author_content {
position: absolute;
top: 100%;
left: 0;
width: 140px;
background: #000000c7;
padding: 15px;
border-radius: 8px;
color: #ffffffa1;
font-size: 14px !important;
visibility: hidden;
opacity: 0;
height: 0;
}
.author-block-update .very .info_author_content p {
margin: 0;
}
.author-block-update .very:hover .info_author_content {
height: auto;
visibility: visible;
opacity: 1;
}
@media screen and (max-width: 400px) {
.header-top .container {
display: contents;
}
.offer_header_modal {
position: absolute;
top: 100%;
right: 0;
width: 100%;
}
}