.theme-pcc-sb-site-reset {
    -webkit-transform: none;
    -moz-transform: unset;
    transform: none;
}

#ads-top-wrap {
    width: 100%;
    text-align: center;
    background: #111;
    padding: 8px 0;
    line-height: 0;
}

#ads-top-wrap .ads-zone.ads-top {
    display: block;
    width: 100%;
    text-align: center;
}

body>.ads-zone.ads-top {
    margin-top: 80px;
    display: block;
    width: 100%;
    background: #111;
    padding: 6px 0;
    text-align: center;
}

#ads-top-wrap .ads-item {
    display: block;
    text-align: center;
    line-height: normal;
}

#ads-top-wrap .ads-item a {
    display: inline-block;
}

#ads-top-wrap img {
    max-height: 90px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.ads-top-generated-wrap {
    width: 100%;
    background: #111;
    padding: 6px 0;
    text-align: center;
}

#ads-bottom-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9990;
    text-align: center;
    background: rgba(0, 0, 0, 0.92);
    padding: 14px 20px 12px;
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.45);
    transition: transform 0.35s cubic-bezier(.4, 0, .2, 1);
}

#ads-bottom-wrap.ads-hidden {
    transform: translateY(110%);
}

#ads-bottom-wrap .ads-zone.ads-bottom {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3px;
    width: min(100%, 760px);
    margin: 0 auto;
}

#ads-bottom-wrap .ads-item.ads-item-bottom {
    background: #101010;
    overflow: hidden;
}

#ads-bottom-wrap .ads-item.ads-item-bottom a,
#ads-bottom-wrap .ads-item.ads-item-bottom img,
#ads-bottom-wrap .ads-item.ads-item-bottom iframe {
    display: block;
    width: 100%;
}

#ads-bottom-wrap .ads-zone.ads-bottom img {
    max-height: 92px;
    height: 92px;
    object-fit: cover;
}

#ads-bottom-close {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    background: #f57c00;
    color: #fff;
    border: none;
    border-radius: 6px;
    min-width: 88px;
    height: 32px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    line-height: 32px;
    text-align: center;
    padding: 0 12px;
    z-index: 10000;
    transition: background 0.2s;
}

#ads-bottom-close:hover {
    background: #ff8f00;
}

#ads-popup-wrap {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9995;
    text-align: center;
    overflow: visible;
}

#ads-popup-wrap.ads-popup-modal {
    inset: 0;
    left: 0;
    bottom: 0;
    transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(0, 0, 0, 0.78);
    backdrop-filter: blur(2px);
    z-index: 10050;
}

#ads-popup-wrap .ads-close-btn {
    position: absolute;
    top: -14px;
    right: -14px;
    background: #e00;
    color: #fff;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    z-index: 10001;
    display: block;
}

#ads-popup-wrap .ads-close-btn:hover {
    background: #c00;
}

#ads-popup-wrap .ads-zone.ads-popup,
#ads-popup-wrap .ads-item.ads-item-popup {
    display: block;
    text-align: center;
}

#ads-popup-wrap.ads-popup-modal .ads-popup-inner {
    position: relative;
    display: inline-block;
}

#ads-popup-wrap.ads-popup-modal .ads-zone.ads-popup {
    background: #111;
    border-radius: 10px;
    padding: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
    max-width: min(92vw, 440px);
}

#ads-popup-wrap.ads-popup-modal .ads-item.ads-item-popup {
    position: relative;
}

#ads-popup-wrap.ads-popup-modal .ads-close-btn {
    top: -12px;
    right: -12px;
}

#ads-popup-wrap img {
    display: block;
    width: auto;
    max-width: min(90vw, 400px);
    max-height: min(70vh, 320px);
    height: auto;
    margin: 0 auto;
}

.ads-popup-catfish {
    width: 100%;
    left: 0;
    transform: none;
}

.ads-popup-catfish .ads-popup-catfish-inner {
    margin: 0 auto;
    text-align: center;
    overflow: visible;
}

.ads-popup-catfish .ads-close-btn {
    right: 8px;
}

.ads-zone.ads-left,
.ads-zone.ads-right {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}

.ads-zone.ads-left {
    left: 0;
}

.ads-zone.ads-right {
    right: 0;
}

.ads-zone.ads-left .ads-item,
.ads-zone.ads-right .ads-item {
    max-width: 160px;
}

#footer {
    background: #050505;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer-shell {
    max-width: 1280px;
    margin: 0 auto;
    padding: 26px 14px 24px;
}

.site-footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.8fr) minmax(180px, 0.6fr) minmax(180px, 0.6fr);
    gap: 36px;
    align-items: start;
}

.site-footer-brand {
    color: #cfcfcf;
    font-size: 15px;
    line-height: 1.6;
}

.site-footer-brand p {
    margin: 0 0 16px;
}

.site-footer-brand p:last-child {
    margin-bottom: 0;
}

.site-footer-title {
    margin: 0 0 14px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.site-footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer-links li+li {
    margin-top: 12px;
}

.site-footer-links a {
    color: #bdbdbd;
    text-decoration: none;
    transition: color 0.2s ease;
}

.site-footer-links a:hover {
    color: #ffffff;
}

@media (max-width: 1280px) {

    .ads-zone.ads-left,
    .ads-zone.ads-right {
        display: none !important;
    }
}

@media (max-width: 900px) {
    .site-footer-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

@media (max-width: 768px) {
    #ads-bottom-wrap {
        padding: 12px 12px 10px;
    }

    #ads-bottom-wrap .ads-zone.ads-bottom {
        grid-template-columns: 1fr;
        width: min(100%, 360px);
    }

    #ads-bottom-wrap .ads-zone.ads-bottom img {
        height: auto;
        max-height: 96px;
    }
}
