/*
Theme Name: pfp
Text Domain: pfp
*/
body{
font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size:15px;
color: #fff;
line-height:1.5;
margin:0;
padding:0;
	background: #fff;
}
.site-header{
    background: #000000;
}
*{ 
outline:none;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
margin:0;
padding:0;
}

.playf {
    margin: 0 auto;
    padding: 18px 0;
}

.playf ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.playf li a {
    font-size: 14px;
    font-weight: 500;
    color: #d7e0ff;
	    border-radius: 10px;
    text-decoration: none;
    padding: 8px 18px;
    border-radius: 8px;
        background: linear-gradient(135deg, #1b1b1b, #0f0f0f);
    transition: 0.25s ease;
    display: inline-block;
}

.playf li a:hover {
    background: #ffcc00;
    color: #000;
    text-shadow: none;
    box-shadow: 0 0 18px rgba(255,204,0,0.4);
    transform: translateY(-2px);
}
.breadcrumbs__link {
	font-size:17px;
}
hr {-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
overflow: visible;
}
.promo__content{
	color:#fff;
}
/* table*/
.mirror-panel {
  padding: 20px 0;
}

.mirrorlist-wrap {
  margin: 30px 0;
  border-radius: 14px;
  overflow: hidden;
}
.postlayout_basic .columns {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 24px;
    width: 100%;
}
.blog-post-repeat {clear:both;padding-bottom:5px;}
.blog-post-repeat {padding-bottom: 15px;}
.post-thumb {width:45%;float:left;margin-right:20px;margin-bottom:15px;}
.entry-title h2 {display:block;font-weight:700;margin-bottom:10px;line-height:1.3;font-size:18px;}
/* Таблица */
.stake-mirror__wrapper {
  width: 100%;
  overflow-x: auto;
  margin: 40px auto;
  background: #0a0a0a; 
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.8);
}

.stake-mirror__table {
  width: 100%;
  border-collapse: collapse;
  color: #d5dce3;
}

.stake-mirror__head {
  background: #111111; 
}

.stake-mirror__cell--title {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #bfc8d4;
  padding: 14px 18px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.06);
  text-align: left;
  letter-spacing: 0.6px;
}

.stake-mirror__row {
  transition: background 0.3s ease;
}

.stake-mirror__row:hover {
  background: rgba(255, 255, 255, 0.03);
}

.stake-mirror__cell {
	text-align:center;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 15px;
}

/* === Статус === */
.stake-mirror__status {
  padding: 5px 12px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 13px;
  display: inline-block;
  color: #9de1a4;
  background: rgba(100, 255, 150, 0.06);
  text-shadow: none;
}

/* === Кнопка === */
.stake-mirror__btn {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  padding: 8px 20px;
  border-radius: 6px;
  color: #fff;
  background: #1a1f24;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.stake-mirror__btn:hover {
  background: #222831;
  border-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-1px);
}
/* адаптив */
@media (max-width: 700px) {
  .stake-mirror__cell--title {
    font-size: 13px;
    padding: 10px 12px;
  }
  .stake-mirror__cell {
    padding: 10px 12px;
    font-size: 13px;
  }
}



/* ===== Статус ===== */
.altlinks-board__state {
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 13px;
}

.altlinks-board__state.is-live {
  color: #16a34a;
  background: rgba(22,163,74,0.08);
}

.altlinks-board__state.is-down {
  color: #dc2626;
  background: rgba(220,38,38,0.08);
}

/* ===== Кнопка ===== */
.altlinks-board__goto {
  display: inline-block;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 13px;
  text-decoration: none;
  background: linear-gradient(135deg, #6366f1, #4338ca);
  color: #fff;
  box-shadow: 0 3px 6px rgba(99,102,241,0.3);
  transition: all 0.3s ease;
}

.altlinks-board__goto:hover {
  background: linear-gradient(135deg, #4338ca, #6366f1);
  box-shadow: 0 4px 10px rgba(67,56,202,0.4);
  transform: translateY(-2px);
}


/* com */


.assistcard__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #1effb0;
  letter-spacing: 0.5px;
  text-shadow: 0 0 10px rgba(30,255,176,0.4);
}

.assistcard p {
  font-size: 15px;
  line-height: 1.7;
  color: #d7e6ff;
  margin: 0 0 14px;
}

.assistcard__mail {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}

.assistcard__mail a {
  color: #4ad8ff;
  text-decoration: none;
  border-bottom: 1px solid rgba(74,216,255,0.5);
  transition: all 0.3s ease;
}

.assistcard__mail a:hover {
  color: #00ffff;
  border-color: #00ffff;
  text-shadow: 0 0 8px rgba(0,255,255,0.6);
}

/* Общий сайдбар */
/* === Общий контейнер сайдбара === */
#aside-panel {
  background: linear-gradient(180deg, #0a0a0a 0%, #141414 100%);
  padding: 30px 24px;
  color: #e6e8eb;
  font-family: "Inter", Arial, sans-serif;
  display: flex;
  flex-direction: column;
  gap: 36px;
  border-left: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(10px);
  position: relative;
}

/* Тонкое внутреннее свечение */
#aside-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 0%, rgba(255, 255, 255, 0.04), transparent 70%);
  pointer-events: none;
}

/* === Заголовок блока === */
.statsboard__title {
  font-size: 19px;
  font-weight: 800;
  color: #f3f4f6;
  text-transform: uppercase;
  margin-bottom: 14px;
  text-align: left;
  letter-spacing: 0.7px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding-bottom: 8px;
}

/* === Сетка === */
.statsboard__grid {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* === Элемент статистики === */
.statsboard__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: background 0.3s ease, transform 0.25s ease;
  position: relative;
}

.statsboard__item:last-child {
  border-bottom: none;
}

/* Эффект при наведении */
.statsboard__item:hover {
  background: rgba(255, 255, 255, 0.02);
  transform: translateX(2px);
}

/* Вертикальная подсветка */
.statsboard__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.statsboard__item:hover::before {
  opacity: 1;
}

/* === Иконка === */
.statsboard__icon svg {
  width: 18px;
  height: 18px;
  fill: #bfc4ca;
  opacity: 0.9;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.statsboard__item:hover .statsboard__icon svg {
  opacity: 1;
  transform: scale(1.1);
}

/* === Контент внутри элемента === */
.statsboard__data {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-left: 10px;
  flex: 1;
}

/* Название метрики */
.statsboard__label {
  font-size: 13px;
  color: #b0b5bb;
  letter-spacing: 0.3px;
}

/* Значение метрики */
.statsboard__value {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.3px;
}

/* === Отзывы === */
.reviewsbox {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 22px;
}

.reviewsbox__title {
  font-size: 16px;
  font-weight: 700;
  color: #f3f4f6;
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding-bottom: 10px;
}

/* Список отзывов */
.reviewsbox__list {
  font-size: 13px;
  color: #c4c7cb;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Карточка отзыва */
.reviewsbox__list li {
  background: rgba(255, 255, 255, 0.03);
  padding: 10px 14px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
}

.reviewsbox__list li:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.08);
}

/* === Подпись / мелкий текст === */
#aside-panel small {
  color: rgba(200, 200, 200, 0.6);
  font-size: 12px;
  letter-spacing: 0.3px;
  text-align: center;
  display: block;
  margin-top: 16px;
}



.mailroll-unit,
.assistwrap,
#comments {
  background: linear-gradient(145deg, #0c0c0c 0%, #151515 100%);
  border-radius: 10px;
  padding: 42px 36px;
  margin: 40px 0;
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(12px);
  position: relative;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease, background 0.4s ease;
}

.mailroll-unit:hover,
.assistwrap:hover,
#comments:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.85);
  border-color: rgba(255, 255, 255, 0.12);
}

/* Внутреннее освещение */
.mailroll-unit::before,
.assistwrap::before,
#comments::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 60% 10%,
    rgba(255, 255, 255, 0.08),
    rgba(0, 0, 0, 0.15) 80%
  );
  pointer-events: none;
  opacity: 0.8;
  mix-blend-mode: overlay;
}

/* Заголовки */
.mailroll-unit h1,
.mailroll-unit h2,
.mailroll-unit h3,
.mailroll-unit h4,
.mailroll-unit h5,
.mailroll-unit h6 {
  color: #f3f4f6;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.08);
  letter-spacing: 0.5px;
  margin-bottom: 22px;
  font-weight: 700;
}

/* Текст и описание */
.mailroll-unit__desc {
  font-size: 15px;
  color: #c7ccd3;
  margin-bottom: 26px;
  line-height: 1.7;
}

/* === Поля ввода === */
.MuiOutlinedInput-root {
  background: rgba(255, 255, 255, 0.04) !important;
  border-radius: 6px !important;
  color: #f8f9fa !important;
  transition: all 0.3s ease;
}

.MuiOutlinedInput-root:hover {
  background: rgba(255, 255, 255, 0.07) !important;
}

/* Контур поля */
.MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline {
  border-color: rgba(255, 255, 255, 0.18) !important;
}

.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline {
  border-color: #9ea4ac !important;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.12);
}

/* Placeholder и текст */
.MuiOutlinedInput-input::placeholder {
  color: rgba(220, 220, 220, 0.4) !important;
}


.MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline {
  border-color: rgba(0, 255, 255, 0.25) !important;
  border-width: 1px !important;
}

.MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline {
  border-color: rgba(0, 255, 255, 0.5) !important;
}

.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline {
  border-color: #00eaff !important;
  box-shadow: 0 0 14px rgba(0, 234, 255, 0.35);
}

/* Вводимый текст */
.MuiOutlinedInput-input {
  color: #f2faff !important;
}

.MuiInputBase-input::placeholder {
  color: rgba(200, 220, 255, 0.45) !important;
}

.easy-subscribe input[type="email"] {
    flex: 1;
    min-width: 250px;
    padding: 12px 15px;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.15);
    background: #1a1a1a;
    color: #fff;
    font-size: 14px;
    transition: all 0.3s ease;
}
.easy-subscribe input[type="email"]::placeholder {
    color: #888;
}
.easy-subscribe input[type="email"]:focus {
    background: #222;
    border-color: #ff2e63;
    outline: none;
    box-shadow: 0 0 8px rgba(255,46,99,0.6);
}

/* ===== Кнопка ===== */
.easy-subscribe input[type="submit"] {
    background: linear-gradient(135deg, #ff2e63, #ff7a2e);
    color: #fff;
    font-weight: 700;
    border: none;
    border-radius: 8px;
    padding: 12px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(255,46,99,0.4);
    margin-left: 12px;
}
.easy-subscribe input[type="submit"]:hover {
    background: linear-gradient(135deg, #ff4d8d, #ff2e63);
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(255,46,99,0.6);
}

/* ===== Обёртка полей ===== */
.easy-subscribe .esub-form {

}


/* Кнопка */
.easy-subscribe button,
.easy-subscribe input[type="submit"] {
    background: linear-gradient(135deg, #ff2e63, #ff7a2e);
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 8px;
    padding: 12px 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(255,46,99,0.4);
}
.easy-subscribe button:hover,
.easy-subscribe input[type="submit"]:hover {
    background: linear-gradient(135deg, #ff4d8d, #ff2e63);
    box-shadow: 0 6px 18px rgba(255,46,99,0.6);
    transform: translateY(-2px);
}

/* Шапка */
.rewards-card__head {
    margin-bottom: 10px;
}
.rewards-card__tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    padding: 4px 10px;
    border-radius: 6px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #ff2e63, #ff7a2e);
    letter-spacing: 1px;
}

/* Контент */
.rewards-card__body {
    flex: 1;
    margin-bottom: 14px;
}
.rewards-card__title {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    line-height: 1.4;
    display: block;
}

/* Подвал */
.rewards-card__foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

/* Промо */
.promo {
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    padding: 6px 14px;
    transition: all 0.3s ease;
    display: inline-block;
}



/* Кнопка */
.rewards-card__cta {
    flex-shrink: 0;
    display: inline-block;
    background: linear-gradient(135deg, #ff2e63, #ff4d8d);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 18px;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 12px rgba(255,46,99,0.4);
}
.rewards-card__cta:hover {
    background: linear-gradient(135deg, #ff4d8d, #ff7a2e);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(255,46,99,0.6);
}

/* ====== Блок статистики ====== */
.stats-panel {
    margin-bottom: 30px;
    background: #111;
    border-radius: 12px;
    padding: 18px 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.4);
}
.stats-panel__title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 6px;
}
.stats-panel__grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.content_sb{
	    width: 320px;
    margin-left: auto;
}
.stats-panel__item {
    display: flex;
    align-items: center;
    background: #1a1a1a;
    border-radius: 8px;
    padding: 8px 10px;
    transition: background 0.3s ease;
}
.stats-panel__item:hover {
    background: #222;
}
.stats-panel__icon {
    flex: 0 0 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.stats-panel__label {
    font-size: 13px;
    color: #aaa;
}
.stats-panel__value {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

/* ====== Блок отзывов ====== */
.reviews-box {
    background: #111;
    border-radius: 12px;
    padding: 18px 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.4);
}
.reviews-box__title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 6px;
}
.reviews-box__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.reviews-box__card {
    background: #1a1a1a;
    border-radius: 8px;
    padding: 10px 12px;
    transition: background 0.3s ease;
}
.reviews-box__card:hover {
    background: #222;
}
.reviews-box__head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.reviews-box__date {
    font-size: 12px;
    color: #888;
}
.reviews-box__user {
    font-size: 13px;
    font-weight: 700;
    color: #1ecb58;
}
.reviews-box__text {
    font-size: 13px;
    color: #ccc;
}

table td, table th {padding:10px 15px;}
@media screen and (max-width: 768px) {
	    .post-thumb {
        width: 100%;
        margin-right: 0;
    }
    .at {
        width: 100%;
        overflow: auto!important;
      border:1px solid rgba(0,0,0,0.1);
        
        box-sizing: border-box;
        margin: 20px 0 20px;
    }
    .at table {
        margin: 0 0 0 0!important;
        border: none!important;
        border-radius: 0!important;
    }
}
img{ 
border:none;
margin:0;
padding:0;
height:auto;
max-width:100%;
}
/*image align css*/
.alignnone{ 
width:100%;
}
img.alignleft, .alignleft{ 
float:left;
margin:0 15px 0 0;

}
img.alignright, .alignright{ 
float:right;
margin:0 0 0 15px;

}
.aligncenter, img.aligncenter { 
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-top:0;
height:auto;
}
.wp-caption, 
.wp-caption-text, 
.sticky, 
.gallery-caption, 
.aligncenter{ 
margin:0;
padding:0;
max-width:100% !important;
}

.wp-caption {
    margin-bottom: 15px;
}

.wp-caption-text {
    font-style: italic;
    text-align: center;
}

p { 
margin:0 0 15px;
padding:0;
	color: #000;
}
a {
  text-decoration: none;
  color: #000; 
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

a:hover {
  color: #9fffe0; 
  text-shadow: 0 0 6px rgba(159, 255, 224, 0.3);
}

#menu-docs a:hover {
  color: #8cc6ff; 
  text-shadow: 0 0 6px rgba(140, 198, 255, 0.35);
}
.left{ 
float:left;
}
.right{ 
float:right;
}
.clear{ 
clear:both;
}
figcaption,figure{
display: block;
}
figure {
margin: 1em 0;
}

.mirror-panel__date{
	color:#000;
}

blockquote{
  font-size: 18px;
  margin:0 0 15px;
  font-style:italic;
  position: relative;
  border-left:5px solid #fe2246;
 padding-left:15px;
 color:#fff;
}


/* = Heading tags
--------------------------------------------- */

h1,h2,.h2,h3,h4,h5,h6{
line-height:1.3;
color:#000;font-weight:700;
padding:0;
margin:0 0 15px 0;

}
.layout-name{
	line-height: 1.3;
    color: #000;
    font-weight: 700;
    margin: 0 0 15px;
    padding: 0;
    font-size: 24px;
}
.container {
	z-index:10;
}
h1{ font-size:27px;}
h2, .h2{ font-size:24px;}
h3{ font-size:21px;}
h4{ font-size:19px;}
h5{ font-size:17px;}
h6{ font-size:15px;}
/*
Lists style CSS
-------------------------------------------------------------*/
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
}
audio:not([controls]) {
display: none;
height: 0;
}
img {
border-style: none;
}
svg:not(:root) {
overflow: hidden;
}

b, strong {
font-weight: bold;
}
pre {
background: #ddd;
font-size: 14px;
font-size: 0.9375rem;
line-height: 1.4;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding:20px;
}
ol,ul{
margin:0 0 15px 15px;
padding:0;
}
/* Заголовок */


/* Сетка */
.slots-columns {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 25px;
  padding: 30px 0;
}

.slots-card {
  background: rgba(30, 30, 30, 0.75);
  border-radius: 16px;
  overflow: hidden;
  backdrop-filter: blur(6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.slots-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.8);
}

.slots-card__img img {
  width: 100%;
  height: auto;
  display: block;
  border-bottom: 2px solid rgba(255, 255, 255, 0.08);
}

.slots-card__actions {
  display: flex;
  justify-content: space-between;
  padding: 12px 16px;
}

.slots-card__play,
.slots-card__demo {
  flex: 1;
  text-align: center;
  padding: 8px 12px;
  margin: 0 4px;
  font-weight: 600;
  border-radius: 10px;
  transition: all 0.3s ease;
  text-decoration: none;
  color: #fff;
}

.slots-card__play {
  background: linear-gradient(135deg, #43cea2, #185a9d);
  box-shadow: 0 3px 10px rgba(24, 90, 157, 0.4);
}

.slots-card__play:hover {
  background: linear-gradient(135deg, #185a9d, #43cea2);
  box-shadow: 0 5px 14px rgba(24, 90, 157, 0.6);
}

.slots-card__demo {
  background: linear-gradient(135deg, #ff7e5f, #feb47b);
  box-shadow: 0 3px 10px rgba(255, 126, 95, 0.4);
}

.slots-card__demo:hover {
  background: linear-gradient(135deg, #feb47b, #ff7e5f);
  box-shadow: 0 5px 14px rgba(255, 126, 95, 0.6);
}

.slots-card__title {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #f1f1f1;
  padding: 14px;
  background: rgba(0, 0, 0, 0.4);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

ul {
list-style: disc;
	color:#000;
}
ol {
list-style: decimal;
	color:#000;
}


iframe{
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9; 
  height: auto;
  border: none;
}
.slot-wrapper {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.slot-wrapper iframe {
  transform: scale(0.9); /* подгони коэффициент */
  transform-origin: top center;
  width: 1200px; /* исходная ширина игры */
  height: 675px; /* исходная высота */
  border: none;
}
nav.pagination{
clear:both;
padding-top:40px;
}

nav.pagination .page-numbers{
background:#000;
font-weight:700;
color:#fff;
padding:10px 15px;
font-size:15px;
margin-right:4px;
}
nav.pagination .page-numbers.current, nav.pagination .page-numbers:hover {
background:#ff642e;color:#fff;
}
/* cards */

/* ===== BONUS DECK MODERN STAKE STYLE ===== */

.bonusdeck-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin: 30px auto;
  max-width: 980px;
  width: 100%;
}

/* === Карточка === */
.bonusdeck-card {
  width: 100%;
  position: relative;
	gap:10px;
  padding: 28px 40px;
  background: linear-gradient(145deg, #0a0a0a, #121212);
  color: #e6e8eb;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: space-between; /* ключевая строка — текст слева, кнопка справа */
  align-items: center;
  text-align: center;
  overflow: hidden;
  transition: all 0.4s ease;
}

.bonusdeck-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.15);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.85);
}

/* === Левая часть (текст) === */
.bonusdeck-card__left {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.bonusdeck-card__label {
  display: inline-block;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #bfc4ca;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.bonusdeck-card__headline {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  color: #ffffff;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.1);
}

.promo span {
  display: inline-block;
  font-size: 14px;
  color: #a6abb2;
  margin-top: 6px;
}

/* === Правая часть (кнопка) === */
.bonusdeck-card__right {
  flex-shrink: 0;
}

.bonusdeck-card__button {
  background: linear-gradient(90deg, #1f1f1f 0%, #292929 100%);
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 14px 40px;
  text-decoration: none;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.bonusdeck-card__button:hover {
  background: linear-gradient(90deg, #2c2c2c, #3b3b3b);
  box-shadow: 0 0 22px rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
}


.bonusdeck-card__button:hover::before {
  transform: translateX(100%);
}

/* === Адаптив === */
@media (max-width: 700px) {
  .bonusdeck-card {
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }

  .bonusdeck-card__right {
    width: 100%;
  }

  .bonusdeck-card__button {
    width: 100%;
  }
}

/* = Navigation Focus CSS
-------------------------------------------- */
button:focus,
input[type="button"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
textarea:focus,
#templatelayout a:focus {
outline: 0;
box-shadow:none;

}
.columns {}
.left-column-11, .left-column-12, .left-column-1, .left-column-2, .left-column-3, .left-column-4, .left-column-5, .left-column-6, .left-column-7, .left-column-8, .left-column-9{ float:left; padding:0 15px;}
.at table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 15px;
  color: #e0e0e0;
  background: #101616;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
}

.at table th,
.at table td {
  padding: 14px 18px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.at table th:first-child,
.at table td:first-child {
  text-align: left;
}

.at table th {
  background: rgba(255, 255, 255, 0.05);
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.5px;
}

.at table tr:last-child td {
  border-bottom: none;
}

.at table tr:hover {
  background: rgba(255, 255, 255, 0.06);
  transition: background 0.3s ease;
}

.left-column-1{width:8.333333%;}
.left-column-2{ width:16.666667%;}
.left-column-3{ width:25%;}
.left-column-4{ width:33.333333%;}
.left-column-5{width:41.666667%;}
.left-column-6{width:50%;}
.left-column-7{width:58.333333%;}
.left-column-8{width:66.666667%;}
.left-column-9{width:75%;}
.left-column-10{width:83.333333%;}
.left-column-11{width:91.666667%;}
.left-column-12{width:100%;}



.topcontactbx{
float:right;
padding:0;
clear:right;
}

.infobox{
margin:0;
text-align:left;
padding:23px 15px 23px 35px;
line-height: 25px;
background-color:#d93f30;
color:#fff;
font-size:22px;
letter-spacing:1px;
}

.infobox a{
color:#fff;
}
.infobox i{
float:left;
margin:0 15px 0 0;
font-size:30px;
line-height:28px;
text-align:center;
color:#fff;
}

/* = Main site CSS
-------------------------------------------------------------*/
* {box-sizing:border-box;}
#templatelayout{
margin:0 auto;
overflow-x:hidden;
position:relative;
}
.container{
position:relative;
width:100%;
margin:0 auto;
padding-left:15px;padding-right:15px;
}
@media (min-width:576px) {
.container {max-width:540px;}
}
@media (min-width:768px) {
.container {max-width:730px;}
}
@media (min-width:992px) {
    .container {max-width:960px;}
    .content_fixer {
        float: left;
		margin-right:20px;
        width: 65%;
    }
    #sidebar{
        float: left;
        width: calc(30% - 30px);
        margin-top: 0;
        margin-left: 30px;
    }
}
@media (min-width:1200px) {
.container {max-width:1170px;}
}
.site-header.siteinner{
position:relative;
    position: sticky;
}
.logo {


}
.logo img {width:150px;}
.header_right{

}
#menu-bottom{
	display:flex;
	gap:20px;
	list-style: none;
	margin:0;
}
#menu-bottom li a{
	color:#fff;
	font-weight:700;
}
#menu-bottom li a:hover{
	color:#3daa45;
}
.logo_and_menubar{
position:relative;
padding:15px 0;
	align-items:center;
	justify-content:space-between;
display:flex;
}
/* = Header Navigation CSS
-------------------------------------------------------------*/
#mainnavigator{
background:#ffffff;
display:block;
border-top: 1px solid #444444;
padding:15px 0;
}
.site-navigation {
display: block;
margin:0;
}
/* Styling the links */
.site-navigation a {
display: block;
text-decoration: none;
color: #999;

font-weight:700;


}
.site-navigation a:hover {color:#fff;}
/* Set menu item's width to 100% */
.site-navigation ul li {
display: inline-block;
margin-right:15px;
}
.site-navigation ul {margin:0;}
/* Styling the toggle buttons */
.menu-toggle {
text-decoration: none;
border: none;
background:none;
padding:0;
color: #fff;

display: block;
position: absolute;
top:-105px;
right:15px;
z-index:999999;
cursor:pointer;
}
.menu-toggle .dashicons {
vertical-align: text-bottom;
font-size:24px;
}
.menu-toggle .dashicons:before {
content: '\f228';
}

.toggled .menu-toggle .dashicons:before {
content: '\f158';
}
.dropdown-toggle {
background-color: transparent;
padding: 0.5em;

border: 1px solid transparent;
border-left: 1px solid #bbb;
border-radius: 0;
position: absolute;
top: 0.5em;
right: 0.5em;
color: #fff;
text-align: center;
}
.dropdown-toggle:hover,
.dropdown-toggle:focus {
border: 0;
}
.dropdown-toggle .dashicons {
font-size: 1.25rem;
}
.dropdown-toggle .dashicons:before {
content: '\f347';
color:#fff;
}
.toggled-on > .dropdown-toggle .dashicons:before {
content: '\f343';
color:#fff;
}

/* Display the menu when clicked on Menu Toggle */
.toggled .menu {
display: block;
top: 0;
left: 0;
position: relative;
background: #141414;
}



/*--------------------------------------------------------------
8. Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
nav:before,
nav:after {
content: "";
display: block;
}
.clear:after,
.site-header:after,
.site-content:after,
.site-footer:after,
nav:after {
clear: both;
}
@media screen and (min-width: 981px) {
/*
5. Navigation
5.1 Links
*/
/* 5.2 Menus */
.menu-toggle,
.dropdown-toggle {
display: none;
}

}


/* = Sidebar CSS
-------------------------------------------------------------- */
#sidebar{
    position: relative;
    margin-top: 30px;
    padding: 10px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.07);
}
aside.widget{
margin-bottom:30px;
padding:0;
}

.widget-title{
font-weight:700;

margin:0 0 15px;
font-size:20px;
position:relative;

display:block;
color:#fff;

}
#sidebar ul {list-style:none;margin:0;}
#sidebar ul li {

border-bottom:1px solid rgba(0,0,0,0.1);
margin:0 0 10px;
padding:0 0 10px;
}

#sidebar ul li a {font-weight:700;}
/*.sidebar-promo .promo span {width:100%;color:#fff;margin:0;background:#ff1ddc;border-radius:6px;padding:5px 40px 5px 20px;}
.sidebar-promo .promo span:after {background-color: #fff;right:14px;top:7px;}
.promo-box {margin:0 0 10px;border-radius:6px;background:#1a2c38;color:#fff;padding:15px;}
.promo-box b {display:block;margin:0 0 15px;}
.sidebar-promo .promo span {color:#fff;margin:0;background:#ff1ddc;border-radius:6px;padding:5px 40px 5px 20px;}
.sidebar-promo .promo span:after {background-color: #fff;right:14px;top:7px;}*/
.promo-box a.link_btn_2 {padding:5px;width:48%;}
.flex { display: flex;
 justify-content: space-between;
 align-items: center;}
 @media (min-width:992px) and (max-width:1199px) {
.promo-box {text-align:center;}
.flex { display: block;}
.promo-box a.link_btn_2 {width:100%;display:block;margin-top:15px;}
 }
.search-form input.search-field{
background:#fff;
width:100%;
max-width:400px;
margin:0 auto;
padding: 10px;
border: 1px solid rgba(0,0,0,0.1);
}
.search-form input.search-field:hover, .search-form input.search-field:focus, .search-form input.search-field:active {outline:0;box-shadow:none;}
.search-form input.search-submit{
display:none;
}



/* = Site Footer css
-------------------------------------------- */
/* === Общий футер === */
.site-footer {
  padding: 0;
  position: relative;
  color: #d2d5db;
  background: linear-gradient(180deg, #0a0a0a 0%, #141414 100%);
  font-family: "Inter", Arial, sans-serif;
}

/* === Нижняя линия (копирайт) === */
.copyrigh-wrapper {
  background: #0e0e0e;
  font-size: 13px;
  text-align: center;
  position: relative;
  padding: 22px 0 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  color: rgba(230, 230, 230, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.copyrigh-wrapper ul {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
}

.copyrigh-wrapper ul li {
  margin: 0 12px 6px;
  display: inline-block;
}

.copyrigh-wrapper ul li a {
  color: #a8adb4; 
  font-size: 13px;
  letter-spacing: 0.3px;
  text-decoration: none;
  transition: color 0.3s ease, opacity 0.3s ease, text-shadow 0.3s ease;
}

.copyrigh-wrapper ul li a:hover {
  color: #e3e6eb; 
  text-shadow: 0 0 6px rgba(227, 230, 235, 0.25);
  opacity: 1;
}

.ft100 {
  color: rgba(220, 220, 220, 0.65);
  font-size: 13px;
  margin-top: 8px;
  letter-spacing: 0.3px;
}

/* === Меню футера === */
.menu_fter {
  background: linear-gradient(145deg, #101010, #1a1a1a);
  padding: 28px 0 20px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.menu_fter ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu_fter ul li {
  display: inline-block;
  margin: 5px 20px;
}

.menu_fter ul li a {
  color: #d6d8dc;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

.menu_fter ul li a:hover {
  color: #ffffff;
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.25);
}

.site-footer::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: radial-gradient(ellipse at bottom, rgba(255, 255, 255, 0.05), transparent 70%);
  pointer-events: none;
}


/* Отзывы */
.feedback-block__card {
  display: flex;
  flex-flow: column;
  gap: 12px;
  background: linear-gradient(135deg, #0b0b11, #131321);
  border: 1px solid rgba(255, 255, 255, 0.04);
  padding: 20px;
  color: #e7f4ff;
  font-size: 14px;
}
.feedback-block__card  p{
	color:#fff;
}
.feedback-block__meta {
  display: flex;
  flex-flow: column;
  color: #b5c3d6;
  font-size: 13px;
}

/* Accessibility */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  overflow: hidden;
  padding: 0;
  height: 1px;
  margin: -1px;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  clip: auto !important;
  clip-path: none;
  background-color: #161b21;
  border-radius: 3px;
  color: #00eaff;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 14px 22px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#themetabnav[tabindex="-1"]:focus {
    outline: 0;
}

.rewards-wall {
    padding-top: 20px;
}
#themetabnav {
    padding: 10px 0 30px;
	display:flex;
	justify-content:space-between;
	gap:20px;
}


/* = Comment Form css
-------------------------------------------------------------- */
h1.screen-reader-text{
font-family: 'Assistant', sans-serif;
font-size:22px;
}
.site-nav-previous, .nav-previous{
float:left;
}
.site-nav-next, .nav-next{
float:right;
}
h3#reply-title{
font-size:20px;
}


#comments p {
	color:#fff;
}
#comments a{
	color: #1effb0;
}
#comments label {display:block;font-size:13px;opacity:0.8;margin:0 0 7px;}

ol.comment-list {
list-style:none;
margin:0;
}
ol.comment-list ol {list-style:none;margin:0;padding-left:30px;}
.comment-author img {float:left;margin-right:15px;}
.comment-date {font-size:13px;opacity:0.6;}
.comments-title, .comment-reply-title {font-size:22px;color:#fff;font-weight:700;margin: 0 0 15px;}
.comment-content {padding:15px 0;}
a.comment-reply-link {text-transform:uppercase;font-weight:700;}
#commentform input#email,
#commentform input#url,
#commentform input#author,
#commentform input#eazycfc_captcha{
border:none;
padding:10px;
}
#commentform textarea {width:100%;border:none;padding:10px;}
#commentform input#submit{
background:#302d28;
cursor:pointer;
border:none;
font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
padding:10px 20px;
color:#fff;
font-weight:700;
text-transform:uppercase;
}
#commentform input#submit:hover{
background:#f9b242;
color:#fff;
}
.rewards-wall__date {
	color:#000;
}
.sliderovelay {position:absolute;left:0;top:0;width:100%;height:100%;}
.bonushero-block {
    padding: 50px 30px 0;
    position: relative;
    background: url(https://casinoplayfortuna-best.site/wp-content/uploads/2025/10/playfortuna-bg.jpg) no-repeat center center;
    height: 300px;
    background-size: cover;
}

.bonushero-heading h1{font-weight:900;color:#fff;font-size:27px;}
.bonushero-block a.link_btn_2 {display:block;padding:10px;max-width:200px;margin:30px 0;}
.bonushero-block a.link_btn_1 {display:none;padding:10px;max-width:200px;margin:15px auto;}
.promo span {
  position: relative;
  margin-right: 22px;
  cursor: pointer;
  display: inline-block;
  color: #00eaff; 
  font-weight: 700;
  letter-spacing: 0.6px;
  text-shadow: 0 0 8px rgba(0, 234, 255, 0.55); 
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

.promo span:after {
  content: '';
  -webkit-mask-image: url(/wp-content/themes/pfp/images/copy.svg);
  mask: url(/wp-content/themes/pfp/images/copy.svg);
  -webkit-mask-position: 50%;
  background-color: #00eaff; 
  position: absolute;
  width: 18px;
  height: 18px;
  top: 2px;
  right: -22px;
  transition: background-color 0.3s ease, transform 0.25s ease;
  opacity: 0.9;
}

.promo span:hover {
  color: #4ff8ff; 
  text-shadow: 0 0 14px rgba(0, 255, 255, 0.75);
}

.promo span:hover:after {
  background-color: #4ff8ff;
  transform: scale(1.1);
}


.promo span:hover:after {
  background-color: #00ffc3;
  transform: scale(1.1);
}


.promo span:hover:after {
  background-color: #00f5a0; /* неоново-зелёный при наведении */
  transform: scale(1.1);
}
@media (max-width:991px) {
	#home-content{
		flex-flow:column-reverse;
	}
	#statsreviews,.content_sb,#statsbox-wrap{
		width:100%;
	}
.bonushero-block {height:300px;}

}
@media (max-width:867px) {

	.homes a{
		width:100%;
	}
		.slots-col-3, .slots-col-4{
		flex: 0 0 calc(100% - 20px);
	}
	.rewards-card__foot{
		flex-flow:column;
	}
}
@media (max-width:767px) {
		.mirror-table__body{
		display:inline-block;
	}
	
	.rewards-card__foot{
		flex-flow:column;
	}

.bonushero-block {height:auto;text-align:center;padding:30px 15px;}
.bonushero-block a.link_btn_2, .bonushero-block a.link_btn_1, .frontslider-title {display:block;margin: 15px auto}
.sliderovelay {display:none;}
.promo {padding:5px;position:static;font-size:16px;}
}

.pays, .devs {text-align:center;}
.devs {padding:0 0 20px;}
.pays {padding:30px 0;}
.pays img {margin:10px 20px;vertical-align:middle;}
.devs img {margin:15px 15px;vertical-align:middle;}
.payments img {
    margin: 10px 15px;
    max-height: 20px;
    max-width:130px;
    filter: brightness(0) invert(1) opacity(.3);
}

a.link_btn_1 {
  font-weight: 700;
  text-align: center;
  background: linear-gradient(135deg, #555555, #3b3b3b); 
  color: #ffffff;
  padding: 12px 36px;
  border-radius: 6px;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
}

a.link_btn_1:hover {
  background: linear-gradient(135deg, #666666, #474747);
  box-shadow: 0 0 10px rgba(120, 120, 120, 0.4);
  transform: translateY(-2px);
}


a.link_btn_2 {
  font-weight: 700;
  text-align: center;
  background: linear-gradient(135deg, #2f9e44, #3bc24a); 
  color: #ffffff;
  padding: 12px 36px;
  border-radius: 6px;
  border: none;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
}

a.link_btn_2:hover {
  background: linear-gradient(135deg, #3bc24a, #2f9e44);
  box-shadow: 0 0 10px rgba(60, 255, 90, 0.5);
  transform: translateY(-2px);
}


.play_btns_2 a {
  display: block;
  margin: 0 auto 15px;
}

.play_btns_3 {
  padding: 30px 0;
}

.play_btns_1 {

}

.news_content {overflow:hidden;margin-bottom:30px;background:#fff;box-shadow:0 1px 4px 0 rgba(0,0,0,0.07);border-radius:10px;}
.news_content img {width:100%;display:block;}
.slot_content {padding:12px;margin-bottom:30px;background:#fff;box-shadow:0 1px 4px 0 rgba(0,0,0,0.07);border-radius:10px;text-align:center;overflow:hidden;position:relative;}
.slot_content .slot_img {margin-bottom:10px;background:#fff;border-radius:8px;overflow:hidden;}

.slot_img img {width:100%;display:block;}
.slot_content:hover .slot_img img {opacity:0.3;}
.slot_button {position:absolute;left:0;top:27%;width:100%;display:none;}
.slot_content:hover .slot_button {display:block;}
.slot_button a.link_btn_2 {padding:10px;max-width:180px;margin:10px auto;display:block;}
a.demo_link {font-weight:700;text-transform:uppercase;color:#fff;font-size:14px;}
.slot_content span {font-weight:700;}
.news_content a.news_title {padding:10px 15px 15px;display:block;font-weight:700;line-height:1.3;position:relative;}
.safety {
    margin-bottom: 15px;
}
.safety img {
    max-width: 150px;
    max-height: 50px;
    margin: 10px;
    width: auto;
    vertical-align: middle;
    filter: grayscale(100%) invert(100%);
    opacity: 0.6;
}
#home-content {padding:30px 0 30px;display:flex;justify-content:space-between;}
.homes a {font-weight: 700;
	cursor:pointer;
  text-align: center;
  background: #fe2246;
  color: #fff;display:block;max-width:240px;margin:0 auto;
  padding: 10px 40px;
  border-radius: 10px;}
.page-header {padding:10px 0 13px;}
.page-header h1 {font-size:22px;margin:0;line-height:1.1;}
.breadcrumbs {font-size:13px;padding-bottom:20px;}
.sidebar-stats {font-size:14px;border-radius:10px;padding:15px 15px 15px 0;background:#213743;color:#fff;margin-bottom:30px;}
.sidebar-stats img {max-width:200px;width:100%;}
.sidebar-stats b {display:block;color:rgba(255,255,255,0.5);}
.sbox {border-bottom:1px solid rgba(255,255,255,0.1);margin-bottom:10px; display: flex;
 align-items: center}
 .sboximg {width:35%;}
 .sbox img {width:100%;display:block;}
 .sbs {width:65%;}
.sbox:last-child {border:none;padding:0;margin:0;}
.sidebar-stats span {font-weight:700;font-size:16px;}
.last-reviews {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
}
.last-reviews-title {
    margin-bottom: 5px;
    line-height: 1.2;
}
.last-reviews-item {
    display: flex;
    flex-direction: column;
    padding: 10px;
    color: #ffffff;
    border-radius: 10px;
    background: #213743;
}
.last-reviews-item-header {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 5px;
}
.last-reviews-item-pic {
    width: 60px;
}
.last-reviews-item-pic img {
    vertical-align: top;
}
.last-reviews-item-name {
    font-weight: bold;
    color: #ffffff;
}
.last-reviews-item-date {
    font-size: 12px;
    color: rgba(255,255,255,0.5);
}
.last-reviews-item-text {
    font-size: 14px;
    line-height: 1.4;
}
/* ===== Блок коллекции ===== */
.games-collection__heading {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  color: #8ff7ff;
  text-shadow: 0 0 12px rgba(143, 247, 255, 0.6);
}
.slotgrid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
	margin:0 -10px;
}
.layout-wrapper{
	margin:40px 0;
}
.slotgrid__item{
	width:25%;
}
.postlayout_basic .slotbox{
	margin:0;
}
.slotbox {
	margin:10px;
  position: relative;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.35s ease;
  backdrop-filter: blur(6px);
}

.slotbox:hover {
  border-color: rgba(0, 255, 255, 0.25);
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0),
              0 0 22px rgba(0, 255, 255, 0.08),
              0 0 40px rgba(0, 255, 255, 0.05);
  transform: translateY(-4px);
}

/* === Изображение === */
.slotbox__image img {
  width: 100%;
  display: block;
  filter: brightness(0.9) contrast(1.05);
  transition: all 0.4s ease;
}

.slotbox:hover .slotbox__image img {
  filter: brightness(1.05) contrast(1.15);
  transform: scale(1.03);
}

/* === Нижняя зона контента === */
.slotbox__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 18px 10px 20px;
  background: linear-gradient(180deg, #0a0f16 0%, #0e1824 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
}

/* === Кнопка "Играть" === */
.slotbox__button--play {
  display: block;
  width: 80%;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 0;
  color: #fff;
  background: linear-gradient(90deg, #00bfa6 0%, #008b8b 100%);
  border: none;
  letter-spacing: 0.4px;
  transition: all 0.3s ease;
}

.slotbox__button--play:hover {
  background: linear-gradient(90deg, #00e5c3 0%, #00bfa6 100%);
  box-shadow: 0 0 25px rgba(0, 191, 166, 0.5);
}

/* === Кнопка "Демо" === */
.slotbox__button--demo {
  display: inline-block;
  margin-top: 8px;
  color: #a9bcc5;
  font-size: 13px;
  letter-spacing: 0.3px;
  transition: color 0.3s ease;
}

.slotbox__button--demo:hover {
  color: #ffffff;
}

.slotbox__title {
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  color: #f5f7fa;
  text-transform: none;
  background: linear-gradient(180deg, #0a0f16 0%, #0e1824 100%);
  padding: 14px 0;
  letter-spacing: 0.3px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

@media (max-width: 1000px) {

}

@media (max-width: 850px) {
.slotgrid__item {
    width: 33.333%;
}
}

@media (max-width: 780px) {
    .slotgrid__item {
        width: 50%;
    }
}
@media (max-width: 780px) {
    .slotgrid__item {
        width: 100%;
    }
}
.box2 {
    width: 59%;
    padding: 0 15px;
}

.box3 {
    width: 30%;
    text-align: center;
}

@media (max-width:1199px) {
  .slot_button {top:20%;}
}

@media (max-width:991px) {
		.games-collection__col{
		    width: calc(50% - 18px);
	}
.site-navigation ul li {
display: block;
margin-right:0;

}
#mainnavigator {
  background: none;
  box-shadow: none;
  padding: 0;
}
#playslots ul li, #playsoft ul li, #playreg ul li, #playfinance ul li, #playsupport ul li {
width: 50%;
}
#playfeeds ul li {width:100%;}
.entry-content iframe {height:450px;}
.news_content a.news_title {min-height:50px;}
.left-column-3, .left-column-4 {width: 50%;}
.slot_button {top:30%;}
.site-navigation a {
border-radius:0;padding:10px 15px;
}
.site-navigation a:hover {color:#fff;}
.site-navigation ul li {border-bottom:1px solid rgba(255,255,255,0.1);}
.site-navigation ul {display:none;}
.logo{ 
text-align:center;  
width:100%;
}
	.logo_and_menubar{
		gap:20px;
		flex-flow:column;
	}
.header_right{ 
float:left;
text-align:center;
width:100%;
padding-bottom:30px;
}
}
@media (max-width:767px) {
		#themetabnav{
		flex-flow:column;
	}
.entry-thumb {width: 100%;margin-right: 0;}
.slot_button {top:25%;}
.menu_fter ul li {
    margin: 5px 15px;

}
.devs img {
  margin: 7px;max-width:100px;
 
}
.entry-content iframe {height:350px;}
.news_content a.news_title {min-height:70px;}
}
@media (max-width:500px) {
		.games-collection__col{
		    width: calc(100% - 18px);
	}
	.bonuswall-card{
		text-align:center;
	}
	.bonuswall-card__foot{
		flex-flow:column;
		gap:20px;
	}
.left-column-3, .left-column-4 {width: 100%;}
.news_content a.news_title {min-height:auto;}
.news_content {margin-bottom:40px;}
.entry-content iframe {height:300px;}
#playslots ul li, #playsoft ul li, #playreg ul li, #playfinance ul li, #playfeeds ul li, #playsupport ul li {
width: 100%;
}
}
@media (max-width:410px) {
		.mirrorlist-table{
		display:inline-block;
		overflow:auto;
	}
		.altlinks-board__grid{
		display:inline-block;
	}
.entry-content iframe {height:250px;}
.play_btns_1 a.link_btn_1, .play_btns_3 a.link_btn_1 {border-radius: 30px;display:block;max-width:240px;margin:0 auto 15px;}
.play_btns_1 a.link_btn_2, .play_btns_3 a.link_btn_2 {border-radius: 30px;display:block;max-width:240px;margin:0 auto;}
.menu-toggle {top:-180px;}
}