html { scroll-behavior: smooth; }
.scroll { scroll-margin-top: var(--header-h, 87px); }

.screen-reader-text { position: absolute !important; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.admin-bar .header { top: 32px; }
@media (max-width: 782px) { .admin-bar .header { top: 46px; } }
@media (max-width: 600px) { .admin-bar .header { top: 0; } }

body.page-template-default, body.error404, body.page-template-template-parts-page-club, body.blog, body.archive, body.single, body.search { background-color: #030e0c; }

.inner { display: block; }

.page-head { position: relative; overflow: hidden; background: #081511 var(--page-head-bg) right center / cover no-repeat; }
.page-head::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, #030e0c 0%, rgba(3, 14, 12, .94) 38%, rgba(3, 14, 12, .55) 70%, rgba(3, 14, 12, .35) 100%), linear-gradient(0deg, #030e0c 0%, rgba(3, 14, 12, 0) 45%); }
.page-head .container { position: relative; z-index: 1; }
.page-head-wrap { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; min-height: 340px; justify-content: flex-end; padding: 72px 0 56px 61px; }
.page-head-wrap__crumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; font-size: 15px; line-height: 20px; color: #9fa39e; }
.page-head-wrap__crumbs a { color: #d3b894; transition: color .3s; }
.page-head-wrap__crumbs a:hover { color: #e9cda4; }
.page-head-wrap__title { max-width: 820px; font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 56px; line-height: 60px; letter-spacing: .3px; text-transform: uppercase; color: #e9cda4; }
.page-head-wrap__text { max-width: 760px; font-size: 20px; line-height: 30px; color: #e3e3df; }

.club { padding: 56px 0 104px; background: linear-gradient(180deg, #030e0c 0%, #081511 100%); }
.club-wrap { padding-left: 61px; padding-right: 43px; }

.scc-checkout, .scc-activation { display: grid; grid-template-columns: minmax(0, 1fr) 420px; align-items: start; gap: 40px; }
.scc-form { display: flex; flex-direction: column; gap: 28px; }
.scc-block { display: flex; flex-direction: column; gap: 22px; padding: 32px; background: #0f1d18; border: 1px solid #27322e; border-radius: 11px; }
.scc-block__head { display: flex; align-items: flex-start; gap: 18px; }
.scc-block__num { display: flex; align-items: center; justify-content: center; flex-shrink: 0; width: 42px; height: 42px; background: #e4c08e; border-radius: 50%; font-weight: 700; font-size: 22px; color: #050505; }
.scc-block__title { font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 26px; line-height: 32px; letter-spacing: .3px; text-transform: uppercase; color: #fff; }
.scc-block__text { margin-top: 6px; font-size: 16px; line-height: 24px; color: #a9ada8; }

.scc-plans { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.scc-plan { position: relative; display: flex; cursor: pointer; }
.scc-plan__radio { position: absolute; opacity: 0; pointer-events: none; }
.scc-plan__box { position: relative; display: flex; flex-direction: column; gap: 10px; width: 100%; padding: 22px 22px 24px; background: #081713; border: 1px solid #27322e; border-radius: 11px; transition: border-color .3s, box-shadow .3s, background-color .3s; }
.scc-plan--popular .scc-plan__box { padding-top: 30px; }
.scc-plan:hover .scc-plan__box { border-color: #5b5140; }
.scc-plan__radio:checked + .scc-plan__box { background: #0c1a16; border-color: #b8955a; box-shadow: inset 0 0 0 1px #b8955a, 0 14px 40px rgba(0, 0, 0, .35); }
.scc-plan__radio:focus-visible + .scc-plan__box { outline: 2px solid #d3b894; outline-offset: 3px; }
.scc-plan__tag { position: absolute; top: -1px; left: 22px; padding: 4px 12px; background: #d5a85b; border-radius: 0 0 6px 6px; font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 13px; line-height: 16px; letter-spacing: .4px; text-transform: uppercase; color: #0b0b0a; }
.scc-plan__top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.scc-plan__title { font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 22px; line-height: 26px; letter-spacing: .3px; text-transform: uppercase; color: #fff; }
.scc-plan__mark { position: relative; flex-shrink: 0; width: 24px; height: 24px; border: 1.5px solid #5b6560; border-radius: 50%; transition: border-color .3s; }
.scc-plan__mark::after { content: ''; position: absolute; inset: 4px; background: #d5a85b; border-radius: 50%; transform: scale(0); transition: transform .3s; }
.scc-plan__radio:checked + .scc-plan__box .scc-plan__mark { border-color: #d5a85b; }
.scc-plan__radio:checked + .scc-plan__box .scc-plan__mark::after { transform: scale(1); }
.scc-plan__price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 8px; color: #fff; }
.scc-plan__price b { font-size: 40px; line-height: 46px; letter-spacing: -1px; }
.scc-plan__price span { font-size: 17px; line-height: 24px; color: #c4c5c0; }
.scc-plan__saving { align-self: flex-start; padding: 2px 8px; border: 1px solid #d9c38c; border-radius: 4px; font-weight: 500; font-size: 13px; line-height: 18px; color: #e2d6a5; }
.scc-plan__features { display: flex; flex-direction: column; gap: 8px; margin-top: 4px; padding-top: 14px; border-top: 1px solid #1f2d2a; }
.scc-plan__feature { display: flex; align-items: center; gap: 8px; font-size: 15px; line-height: 20px; color: #c4c5c0; }
.scc-plan__feature img { flex-shrink: 0; width: 18px; height: 18px; }

.scc-form__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 20px; }
.scc-field { display: flex; flex-direction: column; gap: 8px; }
.scc-field[hidden] { display: none; }
.scc-field--wide { grid-column: 1 / -1; }
.scc-field__label { font-size: 15px; line-height: 20px; color: #c9cac6; }
.scc-field__input { width: 100%; height: 56px; padding: 0 18px; background: #081713; border: 1px solid #2a3431; border-radius: 8px; font-family: 'Roboto', sans-serif; font-size: 17px; color: #fff; transition: border-color .3s, background-color .3s; }
textarea.scc-field__input { height: auto; padding: 15px 18px; line-height: 24px; resize: vertical; }
.scc-field__input:hover { border-color: #3b4642; }
.scc-field__input:focus { background: #0a1c17; border-color: #d3b894; outline: none; }
.scc-field__input::placeholder { color: #626a65; }

.scc-form__footer { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; padding: 0 4px; }
.scc-check { position: relative; display: flex; align-items: flex-start; gap: 12px; font-size: 15px; line-height: 22px; color: #c9cac6; cursor: pointer; }
.scc-check input { position: absolute; opacity: 0; pointer-events: none; }
.scc-check__box { position: relative; flex-shrink: 0; width: 22px; height: 22px; margin-top: 0; border: 1.5px solid #5b6560; border-radius: 5px; transition: border-color .3s, background-color .3s; }
.scc-check__box::after { content: ''; position: absolute; top: 3px; left: 7px; width: 5px; height: 10px; border: solid #0b0b0a; border-width: 0 2px 2px 0; transform: rotate(45deg) scale(0); transition: transform .2s; }
.scc-check input:checked + .scc-check__box { background: #d5a85b; border-color: #d5a85b; }
.scc-check input:checked + .scc-check__box::after { transform: rotate(45deg) scale(1); }
.scc-check input:focus-visible + .scc-check__box { outline: 2px solid #d3b894; outline-offset: 2px; }
.scc-check a { color: #d5a85b; text-decoration: underline; text-underline-offset: 3px; }
.scc-btn { gap: 22px; width: 100%; max-width: 380px; height: 68px; border-radius: 8px; font-size: 20px; line-height: 24px; }
.scc-btn img { width: 30px; height: 30px; }
.scc-btn.is-loading { opacity: .7; pointer-events: none; }
.scc-secure { display: flex; align-items: center; gap: 16px; max-width: 560px; font-size: 14px; line-height: 20px; color: #8f948f; }
.scc-secure__logo { flex-shrink: 0; width: 120px; height: auto; }
.scc-hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; opacity: 0; }

.scc-alert { padding: 18px 22px; background: rgba(122, 46, 46, .18); border: 1px solid #7a2e2e; border-radius: 11px; color: #f1c7c7; }
.scc-alert__title { display: block; margin-bottom: 8px; font-size: 16px; line-height: 22px; color: #ffdada; }
.scc-alert__list { display: flex; flex-direction: column; gap: 4px; padding-left: 18px; list-style: disc; font-size: 15px; line-height: 22px; }

.scc-checkout__aside, .scc-activation__aside { position: sticky; top: calc(var(--header-h, 87px) + 24px); display: flex; flex-direction: column; gap: 16px; }
.scc-summary { display: flex; flex-direction: column; gap: 12px; padding: 0 28px 28px; overflow: hidden; background: #0f1d18; border: 1.5px solid #b8955a; border-radius: 11px; }
.scc-summary__media { display: flex; align-items: center; justify-content: center; height: 210px; margin: 0 -28px 8px; background: radial-gradient(ellipse at center, rgba(213, 168, 91, .16) 0%, rgba(15, 29, 24, 0) 65%), #0b1814; border-bottom: 1px solid #27322e; }
.scc-summary__media img { width: auto; max-width: 78%; height: 180px; object-fit: contain; }
.scc-summary__label { font-size: 14px; line-height: 20px; letter-spacing: .4px; color: #9fa39e; }
.scc-summary__title { font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 28px; line-height: 32px; letter-spacing: .3px; text-transform: uppercase; color: #fff; }
.scc-summary__features { display: flex; flex-direction: column; gap: 9px; list-style: none; }
.scc-summary__features li { display: flex; align-items: center; gap: 8px; font-size: 15px; line-height: 21px; color: #c4c5c0; }
.scc-summary__features img { flex-shrink: 0; width: 18px; height: 18px; }
.scc-summary__total { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-top: 8px; padding-top: 16px; border-top: 1px dashed #3a4541; font-size: 16px; color: #c9cac6; }
.scc-summary__total b { font-size: 32px; line-height: 38px; letter-spacing: -.5px; color: #e9cda4; }
.scc-summary__note { font-size: 14px; line-height: 20px; color: #8f948f; }

.scc-trust { display: flex; flex-direction: column; gap: 4px; padding: 10px 24px; background: #0b1814; border: 1px solid #22302b; border-radius: 11px; list-style: none; }
.scc-trust li { display: flex; align-items: flex-start; gap: 16px; padding: 14px 0; }
.scc-trust li + li { border-top: 1px solid #1c2926; }
.scc-trust img { flex-shrink: 0; width: 34px; height: 34px; }
.scc-trust b { display: block; font-size: 16px; line-height: 22px; color: #fff; }
.scc-trust span { display: block; margin-top: 2px; font-size: 14px; line-height: 20px; color: #a9ada8; }

.scc-aside-link { display: flex; align-items: center; gap: 16px; padding: 18px 22px; background: #0b1814; border: 1px solid #22302b; border-radius: 11px; color: #c9cac6; transition: border-color .3s, background-color .3s; }
.scc-aside-link:hover { border-color: #b8955a; background: #0f1d18; }
.scc-aside-link__icon { flex-shrink: 0; width: 40px; height: 40px; }
.scc-aside-link span { flex: 1; font-size: 14px; line-height: 20px; }
.scc-aside-link b { display: block; font-family: 'Roboto Condensed', sans-serif; font-size: 19px; line-height: 24px; letter-spacing: .3px; text-transform: uppercase; color: #ecd5ad; }
.scc-aside-link__arrow { flex-shrink: 0; width: 22px; height: 22px; transition: transform .3s; }
.scc-aside-link:hover .scc-aside-link__arrow { transform: translateX(4px); }

.scc-status { display: grid; grid-template-columns: minmax(0, 1fr) 460px; align-items: stretch; overflow: hidden; background: #0f1d18; border: 1px solid #27322e; border-radius: 11px; }
.scc-status--success, .scc-status--verify { border-color: #b8955a; }
.scc-status__body { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; padding: 48px 52px; }
.scc-status__icon { position: relative; display: flex; align-items: center; justify-content: center; width: 72px; height: 72px; border-radius: 50%; }
.scc-status--success .scc-status__icon, .scc-status--verify .scc-status__icon { background: #d5a85b; box-shadow: 0 0 0 10px rgba(213, 168, 91, .14); }
.scc-status--success .scc-status__icon::after, .scc-status--verify .scc-status__icon::after { content: ''; width: 16px; height: 30px; margin-top: -6px; border: solid #0b0b0a; border-width: 0 4px 4px 0; transform: rotate(45deg); }
.scc-status--failed .scc-status__icon { border: 2px solid #c0605a; box-shadow: 0 0 0 10px rgba(192, 96, 90, .12); }
.scc-status--failed .scc-status__icon::before, .scc-status--failed .scc-status__icon::after { content: ''; position: absolute; width: 30px; height: 3px; background: #e08a84; border-radius: 2px; transform: rotate(45deg); }
.scc-status--failed .scc-status__icon::after { transform: rotate(-45deg); }
.scc-status--pending .scc-status__icon { border: 3px solid rgba(213, 168, 91, .2); border-top-color: #d5a85b; animation: scc-spin 1s linear infinite; }
@keyframes scc-spin { to { transform: rotate(360deg); } }
.scc-status__title { font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 44px; line-height: 48px; letter-spacing: .3px; text-transform: uppercase; color: #fff; }
.scc-status--success .scc-status__title, .scc-status--verify .scc-status__title { color: #e9cda4; }
.scc-status__lead { max-width: 620px; font-size: 19px; line-height: 29px; color: #d6d6d2; }
.scc-details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; width: 100%; max-width: 640px; margin: 6px 0 4px; overflow: hidden; background: #22302b; border: 1px solid #22302b; border-radius: 8px; }
.scc-details__row { padding: 14px 18px; background: #0b1814; }
.scc-details__row:last-child:nth-child(odd) { grid-column: 1 / -1; }
.scc-details dt { font-size: 13px; line-height: 18px; letter-spacing: .3px; color: #8f948f; }
.scc-details dd { margin: 4px 0 0; font-weight: 500; font-size: 17px; line-height: 24px; color: #fff; word-break: break-word; }
.scc-status__actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 8px; }
.scc-status__btn { gap: 18px; min-width: 240px; height: 64px; padding: 0 30px; border-radius: 8px; font-size: 19px; line-height: 22px; }
.scc-status__btn img { width: 28px; height: 28px; }
.scc-status__media { position: relative; display: flex; align-items: center; justify-content: center; min-height: 100%; padding: 32px; background: radial-gradient(ellipse at center, rgba(213, 168, 91, .18) 0%, rgba(11, 24, 20, 0) 62%), #0b1814; border-left: 1px solid #22302b; }
.scc-media { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; }
.scc-media img { max-width: 100%; max-height: 360px; object-fit: contain; mix-blend-mode: lighten; }
.scc-media--photo { position: absolute; inset: 0; }
.scc-media--photo img { width: 100%; height: 100%; max-height: none; object-fit: cover; object-position: center 25%; filter: saturate(.85) brightness(.8); }
.scc-media--photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, #0f1d18 0%, rgba(15, 29, 24, 0) 40%); }

.scc-next { margin-top: 56px; }
.scc-next__title { margin-bottom: 24px; font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 33px; line-height: 40px; letter-spacing: .3px; text-transform: uppercase; color: #fff; }
.scc-next__list { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; }
.scc-next__item { display: flex; flex-direction: column; gap: 12px; padding: 26px 26px 28px; background: #0f1d18; border: 1px solid #27322e; border-radius: 11px; }
.scc-next__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 6px; }
.scc-next__icon { width: 48px; height: 48px; }
.scc-next__num { font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 32px; line-height: 1; color: #2c3a35; }
.scc-next__name { font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 21px; line-height: 26px; letter-spacing: .2px; text-transform: uppercase; color: #fff; }
.scc-next__text { font-size: 15px; line-height: 23px; color: #b5b8b3; }

.scc-cardviz { display: flex; align-items: center; justify-content: center; width: 100%; padding: 36px 24px; background: radial-gradient(ellipse at center, rgba(213, 168, 91, .2) 0%, rgba(11, 24, 20, 0) 65%), #0b1814; border: 1px solid #22302b; border-radius: 11px; }
.scc-status__media .scc-cardviz { padding: 0; background: none; border: 0; }
.scc-cardviz__card { position: relative; display: flex; flex-direction: column; gap: 6px; width: 100%; max-width: 360px; aspect-ratio: 85.6 / 54; padding: 22px 24px; overflow: hidden; background: linear-gradient(135deg, #1a2a24 0%, #0c1714 55%, #16241f 100%); border: 1px solid #b8955a; border-radius: 16px; box-shadow: 0 30px 60px rgba(0, 0, 0, .55), inset 0 1px 0 rgba(255, 255, 255, .06); transform: rotate(-4deg); }
.scc-cardviz__card::before { content: ''; position: absolute; inset: 8px; border: 1px solid rgba(213, 168, 91, .25); border-radius: 11px; pointer-events: none; }
.scc-cardviz__head { margin-bottom: auto; }
.scc-cardviz__logo { width: 150px; height: auto; }
.scc-cardviz__label { font-size: 12px; line-height: 16px; letter-spacing: 1.6px; text-transform: uppercase; color: #a9ada8; }
.scc-cardviz__number { font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 34px; line-height: 38px; letter-spacing: 3px; color: #e9cda4; }
.scc-cardviz__series { font-size: 13px; line-height: 18px; color: #d3b894; }
.scc-cardviz__trident { position: absolute; right: 22px; bottom: 20px; width: 34px; height: auto; opacity: .85; }

.text-page { padding: 56px 0 104px; background: linear-gradient(180deg, #030e0c 0%, #081511 100%); }
.text-page-wrap { display: grid; grid-template-columns: minmax(0, 1fr) 360px; align-items: start; gap: 48px; padding-left: 61px; padding-right: 43px; }
.text-page-wrap__content { max-width: 820px; padding: 44px 48px; background: #0f1d18; border: 1px solid #27322e; border-radius: 11px; font-size: 17px; line-height: 28px; color: #c9cac6; }
.text-page-wrap__content > * + * { margin-top: 16px; }
.text-page-wrap__content h2, .text-page-wrap__content h3 { margin-top: 36px; padding-top: 28px; border-top: 1px solid #22302b; font-family: 'Roboto Condensed', sans-serif; font-weight: 700; letter-spacing: .3px; text-transform: uppercase; color: #e9cda4; }
.text-page-wrap__content > h2:first-child, .text-page-wrap__content > h3:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.text-page-wrap__content h2 { font-size: 26px; line-height: 32px; }
.text-page-wrap__content h3 { font-size: 21px; line-height: 26px; }
.text-page-wrap__content ul, .text-page-wrap__content ol { display: flex; flex-direction: column; gap: 10px; padding-left: 0; list-style: none; }
.text-page-wrap__content ul li { position: relative; padding-left: 30px; }
.text-page-wrap__content ul li::before { content: ''; position: absolute; top: 7px; left: 2px; width: 14px; height: 14px; background: url('img/main/icon-check.svg') center / contain no-repeat; }
.text-page-wrap__content a { color: #d5a85b; text-decoration: underline; text-underline-offset: 3px; transition: color .3s; }
.text-page-wrap__content a:hover { color: #e9cda4; }
.text-page-wrap__content strong { color: #fff; }
.text-page-wrap__aside { position: sticky; top: calc(var(--header-h, 87px) + 24px); display: flex; flex-direction: column; gap: 18px; }
.aside-card { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; padding: 28px; background: #0b1814; border: 1px solid #22302b; border-radius: 11px; }
.aside-card--photo { border-color: #b8955a; background: radial-gradient(ellipse at top, rgba(213, 168, 91, .16) 0%, rgba(11, 24, 20, 0) 60%), #0f1d18; }
.aside-card__img { align-self: center; width: 210px; height: auto; margin-bottom: 4px; mix-blend-mode: lighten; }
.aside-card__icon { width: 52px; height: 52px; }
.aside-card__title { font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 24px; line-height: 28px; letter-spacing: .3px; text-transform: uppercase; color: #fff; }
.aside-card__text { font-size: 15px; line-height: 23px; color: #b5b8b3; }
.aside-card__btn { gap: 16px; width: 100%; height: 56px; margin-top: 6px; font-size: 18px; line-height: 22px; }
.aside-card__btn img { width: 26px; height: 26px; }
.aside-card .btn-outline { color: #ecd5ad; }

.error-page { position: relative; overflow: hidden; background: #030e0c var(--error-bg) left center / cover no-repeat; }
.error-page::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3, 14, 12, .35) 0%, rgba(3, 14, 12, .85) 35%, #030e0c 60%); }
.error-page .container { position: relative; z-index: 1; }
.error-page-wrap { display: grid; grid-template-columns: minmax(0, 1fr) 440px; align-items: center; gap: 56px; min-height: calc(100vh - var(--header-h, 87px)); padding: 80px 43px 80px 420px; }
.error-page-wrap__main { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
.error-page-wrap__code { font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 170px; line-height: .9; letter-spacing: -2px; background: linear-gradient(180deg, #f0d7ab 0%, #b8955a 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.error-page-wrap__title { font-family: 'Roboto Condensed', sans-serif; font-weight: 700; font-size: 44px; line-height: 48px; letter-spacing: .3px; text-transform: uppercase; color: #fff; }
.error-page-wrap__text { max-width: 520px; font-size: 19px; line-height: 29px; color: #d6d6d2; }
.error-page-wrap__actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 12px; }
.error-page-wrap__btn { gap: 18px; min-width: 230px; height: 64px; padding: 0 28px; border-radius: 8px; font-size: 19px; line-height: 22px; }
.error-page-wrap__btn img { width: 28px; height: 28px; }
.error-page-wrap__btn.btn-outline { color: #fff; }
.error-page-wrap__links { display: flex; flex-direction: column; gap: 14px; }
.error-page-wrap__links .item { display: flex; align-items: center; gap: 18px; padding: 20px 22px; background: rgba(15, 29, 24, .92); border: 1px solid #27322e; border-radius: 11px; color: #b5b8b3; transition: border-color .3s, transform .3s; }
.error-page-wrap__links .item:hover { border-color: #b8955a; transform: translateX(4px); }
.error-page-wrap__links .item__icon { flex-shrink: 0; width: 44px; height: 44px; }
.error-page-wrap__links .item__text { flex: 1; font-size: 14px; line-height: 20px; }
.error-page-wrap__links .item__text b { display: block; margin-bottom: 2px; font-family: 'Roboto Condensed', sans-serif; font-size: 20px; line-height: 24px; letter-spacing: .3px; text-transform: uppercase; color: #fff; }
.error-page-wrap__links .item__arrow { flex-shrink: 0; width: 22px; height: 22px; }

@media (min-width: 1200px) {
    body:not(.home) .footer { display: block; background-color: #010c0a; border-top: 1px solid #1a2622; }
    body:not(.home) .footer-wrap { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px 48px; padding: 36px 43px 30px 61px; }
    body:not(.home) .footer-wrap__logo { grid-column: 1; grid-row: 1; }
    body:not(.home) .footer-wrap__logo img { display: block; width: 250px; height: auto; }
    body:not(.home) .footer-wrap__nav { grid-column: 2; grid-row: 1; }
    body:not(.home) .footer-wrap__nav ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 36px; list-style: none; }
    body:not(.home) .footer-wrap__nav a { font-size: 16px; line-height: 22px; color: #c9cac6; transition: color .3s; }
    body:not(.home) .footer-wrap__nav a:hover { color: #e9cda4; }
    body:not(.home) .footer-wrap__socials { grid-column: 3; grid-row: 1; display: flex; gap: 12px; }
    body:not(.home) .footer-wrap__socials a { display: flex; transition: opacity .3s, transform .3s; }
    body:not(.home) .footer-wrap__socials a:hover { opacity: .8; transform: translateY(-2px); }
    body:not(.home) .footer-wrap__socials img { width: 36px; height: 36px; }
    body:not(.home) .footer-wrap__line { grid-column: 1 / -1; display: block; height: 1px; background-color: #1c2926; }
    body:not(.home) .footer-wrap__copyright { grid-column: 1 / -1; font-size: 14px; line-height: 20px; color: #7d827d; }
}

@media (max-width: 1199.98px) {
    .page-head-wrap { min-height: 260px; padding: 48px 0 40px; }
    .page-head-wrap__title { font-size: 40px; line-height: 44px; }
    .page-head-wrap__text { font-size: 18px; line-height: 27px; }
    .page-head::before { background: linear-gradient(90deg, #030e0c 0%, rgba(3, 14, 12, .88) 60%, rgba(3, 14, 12, .6) 100%), linear-gradient(0deg, #030e0c 0%, rgba(3, 14, 12, 0) 50%); }
    .club { padding: 32px 0 72px; }
    .club-wrap { padding: 0; }
    .scc-checkout, .scc-activation { grid-template-columns: 1fr; gap: 24px; }
    .scc-checkout__aside, .scc-activation__aside { position: static; }
    .scc-activation__aside { order: -1; }
    .scc-status { grid-template-columns: 1fr; }
    .scc-status__media { order: -1; min-height: 260px; border-left: 0; border-bottom: 1px solid #22302b; }
    .scc-status__body { padding: 36px 32px 40px; }
    .scc-status__title { font-size: 36px; line-height: 40px; }
    .scc-media--photo::after { background: linear-gradient(0deg, #0f1d18 0%, rgba(15, 29, 24, 0) 50%); }
    .text-page { padding: 32px 0 72px; }
    .text-page-wrap { grid-template-columns: 1fr; gap: 24px; padding: 0; }
    .text-page-wrap__aside { position: static; }
    .error-page { background-image: var(--error-bg-mobile, var(--error-bg)); background-position: center top; background-size: 100% auto; }
    .error-page::before { background: linear-gradient(180deg, rgba(3, 14, 12, .3) 0%, rgba(3, 14, 12, .85) 300px, #030e0c 460px); }
    .error-page-wrap { grid-template-columns: 1fr; gap: 32px; min-height: 0; padding: 300px 0 64px; }
    .error-page-wrap__code { font-size: 120px; }
    .error-page-wrap__title { font-size: 34px; line-height: 38px; }
}

@media (max-width: 767.98px) {
    .page-head-wrap { min-height: 220px; padding: 36px 0 32px; gap: 12px; }
    .page-head-wrap__title { font-size: 32px; line-height: 36px; }
    .page-head-wrap__text { font-size: 17px; line-height: 25px; }
    .scc-block { padding: 24px 18px; gap: 18px; }
    .scc-block__head { gap: 14px; }
    .scc-block__num { width: 36px; height: 36px; font-size: 19px; }
    .scc-block__title { font-size: 22px; line-height: 28px; }
    .scc-block__text { font-size: 15px; line-height: 22px; }
    .scc-plans, .scc-form__grid { grid-template-columns: 1fr; }
    .scc-plan__price b { font-size: 36px; line-height: 42px; }
    .scc-btn { max-width: none; height: 64px; }
    .scc-secure { flex-direction: column; align-items: flex-start; gap: 10px; }
    .scc-summary { padding: 0 20px 22px; }
    .scc-summary__media { margin: 0 -20px 6px; height: 180px; }
    .scc-summary__media img { height: 150px; }
    .scc-trust { padding: 6px 18px; }
    .scc-status__body { padding: 28px 20px 32px; gap: 16px; }
    .scc-status__icon { width: 60px; height: 60px; }
    .scc-status__title { font-size: 30px; line-height: 34px; }
    .scc-status__lead { font-size: 17px; line-height: 26px; }
    .scc-details { grid-template-columns: 1fr; }
    .scc-status__actions { flex-direction: column; width: 100%; }
    .scc-status__btn { width: 100%; min-width: 0; }
    .scc-status__media { min-height: 220px; padding: 24px; }
    .scc-media img { max-height: 220px; }
    .scc-next { margin-top: 40px; }
    .scc-next__title { font-size: 28px; line-height: 34px; }
    .scc-next__list { grid-template-columns: 1fr; }
    .scc-cardviz { padding: 28px 18px; }
    .scc-cardviz__card { padding: 16px 18px; border-radius: 12px; }
    .scc-cardviz__logo { width: 120px; }
    .scc-cardviz__number { font-size: 28px; line-height: 32px; letter-spacing: 2px; }
    .text-page-wrap__content { padding: 28px 20px; font-size: 16px; line-height: 26px; }
    .text-page-wrap__content h2 { font-size: 22px; line-height: 28px; }
    .error-page::before { background: linear-gradient(180deg, rgba(3, 14, 12, .3) 0%, rgba(3, 14, 12, .85) 240px, #030e0c 380px); }
    .error-page-wrap { padding-top: 220px; }
    .error-page-wrap__code { font-size: 96px; }
    .error-page-wrap__title { font-size: 28px; line-height: 32px; }
    .error-page-wrap__text { font-size: 17px; line-height: 26px; }
    .error-page-wrap__actions { flex-direction: column; width: 100%; }
    .error-page-wrap__btn { width: 100%; min-width: 0; }
}

@media (max-width: 374.98px) {
    .page-head-wrap__title { font-size: 28px; line-height: 32px; }
    .scc-plan__box { padding: 20px 16px; }
    .scc-summary__total b { font-size: 26px; }
    .scc-cardviz__number { font-size: 24px; }
    .scc-status__title { font-size: 26px; line-height: 30px; }
}
