@import url('https://fonts.googleapis.com/css2?family=BBH+Bogle&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caladea:ital,wght@0,400;0,700;1,400;1,700&display=swap');

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font-family: "Caladea", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 23px;
    color: #d2b277;
    background-color: #000;
    background-image: url(../img/bg.jpg);
}

.siteWrapper {
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-height: 100vh;
    overflow: visible;
    contain: paint;
}

.container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

::selection {
    background-color: #1a1a1a;
    color: #d4b483;
}

::-moz-selection {
    background-color: #1a1a1a;
    color: #d4b483;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #1a1a1a;
    border-left: 1px solid #3d3d3d;
}

::-webkit-scrollbar-thumb {
    background: #4a4a4a;
    border-radius: 5px;
    border: 2px solid #1a1a1a;
    transition: background 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
    background: #d4b483;
    box-shadow: 0 0 5px rgba(212, 180, 131, 0.5);
}

a,
.btn,
input,
button {
    transition: all 0.3s ease;
    border: none;
    outline: none;
    cursor: pointer;
}

#preloader {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: #121212;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: transform 0.4s cubic-bezier(0.9, 0, 0.1, 1);
}

.dynamite-container {
    position: relative;
    width: 200px;
    height: 60px;
    display: flex;
    align-items: center;
}


.dynamite {
    width: 120px;
    height: 40px;
    background: #8b0000;
    border-radius: 4px;
    position: relative;
    box-shadow: inset -5px -5px 10px #500, 2px 2px 10px #000;
}

.dynamite::before {
    content: '';
    position: absolute;
    width: 100%; height: 10px;
    top: 15px;
    border-top: 2px solid #222;
    border-bottom: 2px solid #222;
}


.fuse {
    width: 80px;
    height: 4px;
    background: #444;
    position: relative;
    overflow: hidden;
}

.fuse::after {
    content: '';
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    background: #121212;
    animation: burn 3s linear forwards;
}


.spark {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #ffcc00;
    border-radius: 50%;
    filter: blur(2px);
    box-shadow: 0 0 10px #ff6600, 0 0 20px #ff3300;
    left: 0;
    z-index: 2;
    animation: move-spark 3s linear forwards;
}

@keyframes burn {
    0% { width: 0%; }
    100% { width: 100%; }
}

@keyframes move-spark {
    0% { left: 0%; transform: scale(1); }
    90% { transform: scale(1.5); }
    100% { left: 100%; transform: scale(0); }
}

.loading-text {
    margin-top: 30px;
    color: #d4b483;
    letter-spacing: 2px;
    animation: pulse 1s infinite;
}

@keyframes pulse {
    50% { opacity: 0.5; }
}


.explode {
    transform: scale(5);
    opacity: 0;
}

.mainTitleB {
    font-family: "BBH Bogle", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 104px;
}

.mainTitleM {
    font-family: "BBH Bogle", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 62px;
}

.mainTitleM span,
.mainTitleB span {
    color: #bb9551;
}

.btnWr {
    display: flex;
    gap: 25px;
    align-items: center;
}

.btn {
    text-decoration: none;
    color: #d2b277;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    padding: 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: fit-content;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
    border-radius: 25px;
    font-family: "Caladea", serif;
    white-space: nowrap;
    background: linear-gradient(-45deg,
            #93672D,
            #D8B36C,
            #93672D);
}

.btn span {
    background: url(../img/btn.jpg) center left;
    box-shadow: inset 0 0 0.30rem rgba(0, 0, 0, 0.8);
    border-radius: 25px;
    height: 45px;
    padding: 0 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.btn:hover {
    box-shadow: 0 20px 20px rgba(147, 99, 37, 0.3), 0 0 0.40rem rgba(0, 0, 0, 0.8) inset;
    color: #bb9551;
}

.navMain {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
    position: relative;
    z-index: 4;
}

.navLink {
    display: flex;
    gap: 20px;
    align-items: center;
}

.navLink a {
    text-decoration: none;
    color: #d2b277;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}

.navLink a:hover {
    color: #bb9551;
}

.mobileHeader {
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    height: 55px;
    position: relative;
}

.mobileHeader::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -13px;
    height: 13px;
    width: 100%;
    z-index: -1;
    background: url(../img/line.png) repeat-x;
    background-size: 50%;
}

.showMobileNav {
    height: 40px;
    width: 40px;
    background: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 2px solid #93672D;
    border-radius: 5px;
}

.showMobileNav span {
    height: 5px;
    width: 100%;
    border-radius: 5px;
    background: linear-gradient(-45deg,
            #93672D,
            #D8B36C,
            #93672D);
}

.headerMain {
    min-height: 760px;
    background: url(../img/header2.jpg) top 100px center;
    position: relative;
    background-repeat: repeat-x;
    background-position: 0 100px;
    background-size: auto;
    animation: bg-move 500s linear infinite;
}

@keyframes bg-move {
    from {
        background-position: 0 100px;
    }

    to {
        background-position: -1597px 100px;
    }
}

@keyframes bg-move2 {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -1597px 0;
    }
}

.headerMain::after {
    content: '';
    height: 100%;
    width: 200px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.01));
}

.headerMain::before {
    content: '';
    height: 100%;
    width: 200px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.01));
}

.lineSection {
    width: -webkit-fill-available;
    width: fill-available;
    height: 58px;
    background: url(../img/line-section.jpg);
    z-index: 5;
    bottom: -30px;
    left: 0;
    position: absolute;
}

.lineSection::after {
    content: '';
    height: 100px;
    width: 100%;
    position: absolute;
    bottom: 58px;
    left: 0;
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.01));
}

.lineSection::before {
    content: '';
    height: 100px;
    width: 100%;
    position: absolute;
    bottom: -100px;
    left: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.01));
}

.lineSectionIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -35%);
    z-index: 2;
}

.lineSectionIcon img {
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.9));
}

.lineSection::after {
    content: '';

}

.containerHead {
    position: relative;
}

.topEl1 {
    width: 364px;
    height: 138px;
    background: url(../img/top-tr.png);
    position: absolute;
    top: -19px;
    left: -40px;
    z-index: 3;
    transform: rotate(-30deg);
}

.topEl2 {
    width: 364px;
    height: 138px;
    background: url(../img/top-tr.png);
    position: absolute;
    top: -19px;
    right: -40px;
    z-index: 3;
    transform: rotate(30deg);
}

.navBorder {
    position: absolute;
    left: 0;
    top: 89px;
    height: 22px;
    width: 100%;
     z-index: 1; 
    background: url(../img/line.png) repeat-x;
    /* background-size: 50%; */
}

.headDesc {
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
    text-align: center;
}

.headLogo {
    width: 332px;
    height: 332px;
    position: relative;
    z-index: 3;
    margin-top: -10px;
}

.headLogo img {
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.9));
}

.logoCompass {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 100%;
    overflow: hidden;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.9));
    animation: compassAnimation 24s linear infinite;
}

@keyframes compassAnimation {
    0% {
        transform: rotate(50deg);
    }

    50% {
        transform: rotate(-50deg);
    }

    100% {
        transform: rotate(50deg);
    }
}

.logoPic {
    position: absolute;
    top: 43px;
    left: 42px;
}

.headDescT {
    width: 934px;
    height: 163px;
    background: url(../img/desc.png) no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 7;
    /* gap: 10px; */
}

.headDescT h1 {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    font-size: 84px;
    font-weight: 700;
    text-transform: uppercase;
}

.headDescT h3 {
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
    color: #bb9551;
}

.wantLeft {
    width: 240px;
    height: 332px;
    position: absolute;
    bottom: -130px;
    left: -130px;
    z-index: 6;
}

.wantRight {
    width: 234px;
    height: 323px;
    position: absolute;
    bottom: 70px;
    right: -230px;
    z-index: 6;
}

.wantRight img {
    animation: wantAnimation 10s linear infinite;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.9));
}

.wantLeft img {
    position: absolute;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.9));
}

.wantLeft img:nth-child(1) {
    animation: wantAnimation 10s linear infinite;
}

.wantLeft img:nth-child(2) {
    animation: wantAnimation2 14s linear infinite;
}

@keyframes wantAnimation {
    0% {
        transform: rotate(5deg);
    }

    50% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(5deg);
    }
}

@keyframes wantAnimation2 {
    0% {
        transform: rotate(-5deg);
    }

    50% {
        transform: rotate(5deg);
    }

    100% {
        transform: rotate(-5deg);
    }
}

.revolverLeft {
    position: absolute;
    top: 80px;
    left: -210px;
    width: 342px;
    height: 302px;
    z-index: 2;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.9));
}

.bullet {
    position: absolute;
    left: 0;
    bottom: 0;
}

.bullet1 {
    left: 60px;
}

.bullet2 {
    left: 100px;
    bottom: 20px;
    transform: rotate(-45deg);
}

.bullet3 {
    right: 70px;
    left: auto;
    top: auto;
    bottom: 30px;
    transform: rotate(-10deg);
}

.bullet4 {
    right: 110px;
    left: auto;
    top: auto;
    bottom: 40px;
    transform: rotate(-80deg);
}

.revolverRight {
    position: absolute;
    bottom: -190px;
    right: -274px;
    width: 335px;
    height: 277px;
    z-index: 6;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.9));
}

.revolverRight,
.revolverLeft {
    transform-origin: 0 0;
}

.containerFlex2 {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}

section.about {
    padding-top: 110px;
    position: relative;
    padding-bottom: 120px;
    background: url(../img/about.jpg) left center no-repeat;
}

.revolverCylinder {
    position: absolute;
    bottom: -184px;
    left: -226px;
    z-index: 6;
    animation: revolverCylinderAn 8s linear infinite;
}

@keyframes revolverCylinderAn {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.titleBlock {
    font-size: 104px;
    text-transform: uppercase;
    position: relative;
    font-family: "BBH Bogle", sans-serif;
    width: fit-content;
}

.titleBlock span {
    color: #bb9551;
}

section.about .titleBlock img {
    top: 10px;
    right: -100px;
}

section.about .titleBlock {
    margin-left: 50px;
}

.titleBlock img {
    position: absolute;
    z-index: -1;
}

.sectionMain p {
    line-height: 31px;
}

.aboutText {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.aboutText p span {
    color: #bb9551;
    font-weight: 700;
}

.btnCenter {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cowboys {
    position: relative;
    z-index: 5;
    bottom: -120px;
}

.cowboys img {
    position: absolute;
    transition: transform 0.1s ease-out;
    will-change: transform;
}

.cowboy1 {
    z-index: 1;
    bottom: 0;
    left: 0;
}

.cowboy2 {
    bottom: 0;
    right: 0;
}

.where-to-start {
    padding: 120px 0;
    position: relative;
}

.where-to-start .titleBlock {
    padding-left: 100px;
    position: relative;
}

.where-to-start .titleBlock img {
    position: absolute;
    left: 0px;
}

.whereToStartRow {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    justify-content: center;
    gap: 53px;
    margin-top: 220px;
}

.whereToStartCol {
    position: relative;
}

.whereToStartImg {
    position: relative;
}

.whereToStartImg::before {
    content: '';
    width: 50px;
    height: 50px;
    left: 0;
    top: 0;
    background: url(../img/wts-left.png) no-repeat;
    position: absolute;
}

.whereToStartImg::after {
    content: '';
    width: 50px;
    height: 50px;
    right: 0;
    top: 0;
    background: url(../img/wts-right.png) no-repeat;
    position: absolute;
}

.whereToStartNum {
    position: absolute;
    z-index: 2;
    width: 151px;
    height: 151px;
    background: url(../img/wts-num.png);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 54px;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
}

.whereToStartCol4 .whereToStartNum {
    left: 50%;
    top: 50%;
    transform: translate(50%, -50%);
}

.whereToStartBottom {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 2;
    width: 397px;
    height: 86px;
    transform: translate(-50%, 50%);
    background: url(../img/wts-bottom.png) no-repeat;
}

.whereToStartText {
    margin-top: 70px;
}

.whereToStartTitle {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.whereToStartCol2 {
    margin-top: -554px;
}

.whereToStartCol4 {
    margin-top: -278px;
}

.whereToStartNum {
    z-index: 3;
}

.whereToStartNum1 {
    position: absolute;
    top: -208px;
    left: 145px;
    width: 273px;
    height: 201px;
    background: url(../img/numAr1.png);
}

.whereToStartNum2 {
    position: absolute;
    top: -22px;
    right: -251px;
    width: 393px;
    height: 216px;
    z-index: 2;
    background: url(../img/numAr2.png);
}

.whereToStartNum3 {
    position: absolute;
    bottom: -92px;
    right: 142px;
    width: 216px;
    height: 393px;
    z-index: -1;
    background: url(../img/numAr3.png);
}

.where-to-start {
    background: url(../img/where-to-start.jpg) center no-repeat;
    z-index: 1;
}

.where-to-start .lineSectionIcon {
    transform: translate(-85%, -35%);
}

.for-investors {
    padding: 120px 0 160px 0;
}

.for-investors .titleBlock {
    text-align: right;
    width: -webkit-fill-available;
    width: fill-available;
    right: 80px;
}

.homePlansCol {
    width: 379px;
    height: 454px;
    background: url(../img/plan-min.png);
    padding: 30px 0;
}

.homePlansRow {
    display: grid;
    gap: 35px;
    margin-top: 50px;
    grid-template-columns: repeat(3, 1fr);
}

.homePlansImage {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.homePlansImage::before {
    content: '';
    width: 278px;
    height: 25px;
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
    background: url(../img/line-278.png);
}

.homePlansImage::after {
    content: '';
    width: 278px;
    height: 25px;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translate(-50%, 0);
    background: url(../img/line-278.png);
}

.homePlansDesc {
    color: #4d2d0d;
    padding: 20px 30px;
}

.homePlansTitle {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 10px;
    text-align: center;
}

.homePlansDesc p span {
    font-weight: 700;
}

.homePlansDesc .btnDark {
    position: relative;
    bottom: -20px;
}

.for-investors .titleBlock img {
    z-index: 1;
}

.for-investors {
    background: url(../img/for-investors.jpg) bottom right no-repeat;
    position: relative;
}

.homePlansRow2 {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
    gap: 65px;
}

.homePlanTop {
    min-width: 790px;
    height: 521px;
    padding: 30px 0;
    background: url(../img/plan-max.png);
}

.homePlansDescFl {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.homePlanTop .homePlansTitle {
    font-size: 43px;
    margin-bottom: 40px;
}

.for-investors .btnDark {
    bottom: -32px;
}

.homePlanTop {
    position: relative;
}

.homePlanTopCh {
    width: 149px;
    height: 126px;
    position: absolute;
    left: -14px;
    top: -26px;
    z-index: 2;
    background: url(../img/top-ch.png);
}

.statTitle {
    text-transform: uppercase;
    font-size: 53px;
    display: flex;
    align-items: center;
    gap: 20px;
    font-family: "BBH Bogle", sans-serif;
    margin-bottom: 50px;
}

.homeStatsList {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.homeStatsList div {
    display: flex;
    gap: 10px;
    align-items: center;
}

.homeStatsList div span {
    font-weight: 700;
    font-size: 40px;
    color: #bb9551;
}

.homeStatsCol {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.revolverCylinder2 {
    width: 467px;
    height: 300px;
    position: absolute;
    bottom: -227px;
    z-index: 10;
    right: -250px;
}

.for-partners {
    padding: 120px 0;
    background: url(../img/for-partners.jpg) center left no-repeat;
    position: relative;
}

.for-partners .titleBlock {
    z-index: 1;
    align-items: end;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    margin-bottom: 50px;
}

.for-partners .titleBlock a.btn {
    display: inline-flex;
    font-family: "Caladea", serif;
    color: #d2b277 !important;
}

.for-partners .titleBlock div {
    display: flex;
    align-items: center;
    position: relative;
    gap: 10px;
}

.for-partners .titleBlock img {
    top: 0;
    right: -90px;
}

.forPartnersRow {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

.forPartnersListRow {
    display: flex;
    gap: 15px;
    align-items: center;
/*    justify-content: center;*/
}

.forPartnersListRow div span {
    display: flex;
    gap: 10px;
    font-weight: 700;
}

.forPartnersCol {
    position: relative;
}

.forPartnersCol img {
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.9));
}

.forPartnersGr {
    position: absolute;
    right: 0;
    bottom: -50px;

}

.forPartnersList {
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: relative;
    z-index: 1;
}

.sectionNews {
    position: relative;
    padding: 120px 0;
    background: url(../img/newsSection.jpg) center right no-repeat;
}

.newsListRow {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-content: center;
    justify-content: space-between;
    gap: 60px;
}

.hNews {
    background: url(../img/news-bg.png) center bottom no-repeat;
    color: #4d2d0d;
}

.newsTitle {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.newsText {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.newsImage {
    position: relative;
}

.newsImage::before {
    content: '';
    width: 50px;
    height: 50px;
    left: 0;
    top: 0;
    background: url(../img/wts-left.png) no-repeat;
    position: absolute;
}

.newsImage::after {
    content: '';
    width: 50px;
    height: 50px;
    right: 0;
    top: 0;
    background: url(../img/wts-right.png) no-repeat;
    position: absolute;
}

.newsImageBottom {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 2;
    width: 397px;
    height: 86px;
    transform: translate(-50%, 50%);
    background: url(../img/wts-bottom.png) no-repeat;
}

.sectionNews .titleBlock {
    margin-bottom: 30px;
}

.sectionNews .titleBlock img {
    z-index: 1;
}

.sectionNews .lineSectionIcon {
    transform: translate(-85%, -35%);
}

.sectionFaq {
    position: relative;
    padding: 120px 0;
    background: url(../img/faq-section.jpg) left top no-repeat;
}

.sectionFaq .titleBlock {
    display: flex;
}

.sectionFaq .titleBlock img {
    position: relative;
    z-index: 1;
}

.sectionFaq .titleBlock div {
    display: flex;
    flex-direction: column;
    line-height: 87%;
}

.faqListRow {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    gap: 30px;
}

.faqWrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faqAnswer {
    display: none;
    width: 80%;
    padding: 20px;
    background: rgba(46, 33, 27, 0.5);
    border-radius: 10px;
}

.faqItem {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.faqAnswer.visible {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.faqQuestion {
    background: url(../img/faq-bg.png) center no-repeat;
    height: 74px;
    width: 577px;
    font-size: 23px;
    font-family: "Caladea", serif;
    color: #d2b277;
    text-align: left;
    padding: 0 100px;
    font-weight: 700;
    text-transform: uppercase;
}

.faqWrapperPd {
    margin-top: 160px;
}

.footerMain {
    padding: 60px 0;
    position: relative;
    background: url(../img/header2.jpg) center top;
    animation: bg-move2 500s linear infinite;
    background-repeat: repeat-x;
    background-position: 0 0;
    background-size: auto;
}

.footerMain::before {
    content: '';
    height: 100%;
    width: 200px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.01));
}

.footerMain::after {
    content: '';
    height: 100%;
    width: 200px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.01));
}

.footerMain .topEl1 {
    width: 364px;
    height: 138px;
    background: url(../img/top-tr.png);
    position: absolute;
    top: auto;
    left: -85px;
    bottom: -25px;
    z-index: 3;
    transform: rotate(-135deg);
}

.footerMain .topEl2 {
    width: 364px;
    height: 138px;
    background: url(../img/top-tr.png);
    position: absolute;
    top: auto;
    right: -85px;
    bottom: -25px;
    z-index: 3;
    transform: rotate(135deg);
}

.footerMain .navBorder {
    top: auto;
    bottom: -3px;
}

.footerMain .btnWr {
    justify-content: center;
    margin-top: -50px;
    position: relative;
    z-index: 5;
}

.footerMain .navLink {
    background: rgba(46, 33, 27, 0.5);
    padding: 20px;
    border-radius: 20px;
}

.footerMain .navMain {
    justify-content: start;
}

.footerCopyright {
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
    color: #4d2d0d;
}

.headerMainPage {
    min-height: auto;
}

.sectionReg {
    position: relative;
    padding: 60px 0 120px 0;
    background: url(../img/faq-section.jpg) center left no-repeat;
}

.sectionCabinet {
    position: relative;
    padding: 60px 0 120px 0;
    background: url(../img/faq-section.jpg) center left no-repeat;
}

.formWrapper {
    width: 613px;
    height: auto;
    min-height: 430px;
    margin: 0 auto;
    background: url(../img/form/form2.jpg);
    position: relative;
}

.formAngle {
    position: absolute;
    width: 122px;
    height: 122px;
    z-index: 1;
    background: url(../img/form/form1.png);
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.6));
}

.formWrapper::before {
    content: '';
    width: 96%;
    height: 95%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 2px dashed #775B3E;
}

.formRow {
    position: relative;
    z-index: 2;
}

.formAngle1 {
    left: -5px;
    top: -5px;
}

.formAngle2 {
    right: -5px;
    top: -5px;
    transform: rotate(90deg);
}

.formAngle3 {
    right: -5px;
    bottom: -5px;
    transform: rotate(180deg);
}

.formAngle4 {
    left: -5px;
    bottom: -5px;
    transform: rotate(270deg);
}

.formRow {
    padding: 80px 50px 50px 50px;
}

.containerRegFlex {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.formTitle {
    font-family: "BBH Bogle", sans-serif;
    font-size: 62px;
    text-align: center;
    margin-bottom: 30px;
}

.formTitle span {
    color: #bb9551;
}

.formGroup {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}

.formGroup input {
    width: -webkit-fill-available;
    width: fill-available;
    background: #CFB78F;
    height: 36px;
    border: 2px solid #B58A49;
    padding: 0 15px;
    box-shadow: 0 2px 2px rgba(77, 45, 13, 0.6) inset;
    font-family: "Caladea", serif;
    max-width: 283px;
    font-weight: 700;
    color: #4d2d0d;
    font-size: 17px;
}

.formGroup textarea {
    width: -webkit-fill-available;
    width: fill-available;
    background: #CFB78F;
    height: 120px;
    border: 2px solid #B58A49;
    padding: 15px;
    box-shadow: 0 2px 2px rgba(77, 45, 13, 0.6) inset;
    font-family: "Caladea", serif;
    max-width: 283px;
    font-weight: 700;
    color: #4d2d0d;
    font-size: 17px;
}

.formGroup label {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    white-space: nowrap;
}

.formRow form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.formRow .btn {
    font-family: "Caladea", serif;
}

.termsInp {
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 17px;
}

.termsInp a {
    color: #bb9551;
}

.termsInp label {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.termsInp span {
    width: 25px;
    height: 25px;
    position: relative;
    display: flex;
    background: url(../img/radio-bt.png);
}

.termsInp span::after {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease;
    opacity: 0;
    background: url(../img/radio-ol.png);
}

.termsInp label input:checked~span::after {
    opacity: 1;
}

.termsInp label input {
    display: none;
}

.error {
    font-size: 17px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 15px;
}

.error::before {
    content: '';
    width: 36px;
    height: 39px;
    background: url(../img/error.png);
    animation: errorAn 1s ease infinite;
}

@keyframes errorAn {
    0% {
        transform: scale(1.0);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1.0);
    }
}

.headerMainPage {
    background: url(../img/header.jpg);
    position: relative;
    background-repeat: repeat-x;
    background-position: 0 -38px;
    background-size: auto;
    animation: bg-move3 500s linear infinite;
}

@keyframes bg-move3 {
    from {
        background-position: 0 -38px;
    }

    to {
        background-position: -1597px -38px;
    }
}

#audio-player-container {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 20;
    transform: translate(0, -50%);
}

.controls {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.controls button {
    border: none;
    outline: none;
    background: none;
}

.controls button:hover {
    opacity: 0.7;
}

.telegramBlock {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 20;
    display: flex;
    gap: 10px;
}

.telegramBlock a {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    animation: telegramBtAn 1s ease infinite;
}

@keyframes telegramBtAn {
    0% {
        box-shadow: 0 0 0 1px rgba(210, 178, 119, 0.8);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(210, 178, 119, 0.01);
    }
}

.telegramBlock a:hover {
    opacity: 0.7;
}

.homePlansRow2,
.homePlansRow,
.newsListRow {
    perspective: 1000px;
}

.homePlansCol2,
.homePlansCol,
.hNews {
    transform-style: preserve-3d;
    will-change: transform;
    transition: transform 0.2s cubic-bezier(0.03, 0.98, 0.52, 0.99);
}

.headerSingle {
    background: url(../img/news-page.jpg) top 100px center repeat-x;
}

.headerTerms {
    background: url(../img/terms-page.jpg) top 100px center repeat-x;
}

.newsListRowPage {
    grid-template-columns: 1fr;
}

.newsListRowPage .hNews {
    background: rgba(25, 17, 13, 0.8);
    padding: 20px;
    display: flex;
    gap: 30px;
    color: #d2b277;
    align-items: start;
    position: relative;
    border: 1px solid #3B271E;
}

.nBorder {
    width: 50px;
    height: 50px;
    background: url(../img/wts-left.png) no-repeat;
    position: absolute;
}

.newsListRowPage .newsImage::after,
.newsListRowPage .newsImage::before {
    display: none;
}

.nBorder1 {
    left: 0;
    top: 0;
}

.nBorder2 {
    right: 0;
    top: 0;
    transform: rotate(90deg);
}

.nBorder3 {
    right: 0;
    bottom: 0;
    transform: rotate(180deg);
}

.nBorder4 {
    left: 0;
    bottom: 0;
    transform: rotate(270deg);
}

.cabContainer {
    display: grid;
    /*grid-template-columns: repeat(2, auto);*/
    grid-template-columns: 1fr 834px;
    gap: 45px;
    align-items: start;
}

.cabSidebar {
    width: 320px;
}

.headerMainCab .navBorder {
    z-index: 1;
}

.cabSidebar {
    border: 1px solid #3b2d21;
    background: rgba(0, 0, 0, 0.52);
    position: relative;
}

.cabSidebarWr {
    padding: 30px 30px 60px 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.asideAr {
    width: 65px;
    height: 67px;
    position: absolute;
    background: url(../img/aside-ar.png);
    z-index: 2;
}

.asideAr1 {
    top: -4px;
    left: -4px;
}

.asideAr2 {
    top: -4px;
    right: -2px;
    transform: rotate(90deg);
}

.asideAr3 {
    bottom: -4px;
    right: -4px;
    transform: rotate(180deg);
}

.asideAr4 {
    bottom: -4px;
    left: -4px;
    transform: rotate(270deg);
}

.cabSidebar::before {
    content: '';
    width: 25px;
    height: 100%;
    position: absolute;
    left: -12.5px;
    z-index: 2;
    top: 0;
    background: url(../img/aside-line.png) repeat-y;
    background-position: 0 -20px;
}

.cabSidebar::after {
    content: '';
    width: 25px;
    height: 100%;
    position: absolute;
    right: -12.5px;
    top: 0;
    z-index: 2;
    background: url(../img/aside-line.png) repeat-y;
    background-position: 0 -20px;
}

.asideLogo {
    position: relative;
    margin-bottom: 90px;
}

.asideLogoBottomLine {
    position: absolute;
    bottom: -80px;
    left: 50%;
    width: 404px;
    height: 79px;
    background: url(../img/aside-bottom.png);
    transform: translate(-50%, 0);
    z-index: 3;
}

.asideLogoBottomLine2 {
    position: absolute;
    bottom: -50px;
    left: 50%;
    width: 404px;
    height: 79px;
    background: url(../img/aside-bottom.png);
    transform: translate(-50%, 0);
    z-index: 3;
}

.asideNavLink {
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: start;
    justify-content: start;
    width: -webkit-fill-available;
    width: fill-available;
    padding-left: 30px;
}

.asideNavLink a {
    text-decoration: none;
    color: #d2b277;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}

.asideNavLink a.active,
.asideNavLink a:hover {
    padding-left: 10px;
    color: #bb9551;
}

.asideNavLink a::before {
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    left: -35px;
    top: 50%;
    transform: translate(0, -50%);
    background: url(../img/nav-ico.png);
}

.cabWrapper {
    position: relative;
    padding: 80px 0 0 0;
}

.cabWrapper::before {
    content: '';
    top: 0;
    left: -45px;
    width: 986px;
    height: 56px;
    /* z-index: 2; */
    background: url(../img/cab-top-line.jpg);
    position: absolute;
}

.cabWrapper::after {
    content: '';
    top: 0;
    right: -117px;
    width: 74px;
    height: 214px;
    z-index: 2;
    background: url(../img/cab-left-line.png);
    position: absolute;
}

.cabTitle {
    text-transform: uppercase;
    font-family: "BBH Bogle", sans-serif;
    font-size: 62px;
    position: relative;
    width: max-content;
}

.cabTitle img {
    position: absolute;
    top: 0;
    right: -80px;
}

.cabTopWidget {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    margin-bottom: 20px;
}

.cab2Fa {
    display: flex;
    align-items: center;
    gap: 20px;
    line-height: 120%;
}

.cab2Fa a {
    color: #bb9551;
    font-weight: 700;
}

.cabPlanTop {
    min-width: 790px;
    height: auto;
    padding: 30px 0;
    /* background: url(../img/plan-max2.png); */
    background: none;
    position: relative;
}

.cabPlanTop .homePlansDesc {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #d2b277;
    text-shadow: 0 5px 5px rgba(0, 0, 0, 0.6);
}

.cabWrapper .homePlansRow2 {
    margin-top: 0;
    /* margin-bottom: 20px; */
}

.cabWrapper .homePlansDesc .btnDark {
    bottom: 0;
}

.cabWidget {
    position: relative;
    background: url(../img/widget.jpg) top right no-repeat #000;
    background-size: cover;
    min-height: 135px;
    border: 1px solid #3B2D21;
    margin-bottom: 30px;
    font-size: 20px;
}

.widgetWr {
    padding: 25px;
    line-height: 120%;
}

.cabWidgetGrid2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.widgetInfo {
    display: flex;
    gap: 20px;
    align-items: start;
}

.cabInput {
    width: -webkit-fill-available;
    width: fill-available;
    background: #CFB78F;
    height: 48px;
    border-radius: 10px;
    border: 2px solid #B58A49;
    padding: 0 15px;
    box-shadow: 0 2px 2px rgba(77, 45, 13, 0.6) inset;
    font-family: "Caladea", serif;
    font-weight: 700;
    color: #4d2d0d;
    font-size: 17px;
}

.widgetInfoBlock {
    width: -webkit-fill-available;
    width: fill-available;
}

.refLink {
    display: flex;
    width: -webkit-fill-available;
    width: fill-available;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.widgetTitle {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
}

.widgetInfoBlock {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.userInfoList div span {
    color: #bb9551;
}

.avatarFrame {
    position: relative;
    width: 240px;
    height: 240px;
    border-radius: 10px;
    overflow: hidden;
    background: #2A2018;
    border: 2px solid #B58A49;
    box-shadow: 0 12px 12px rgba(77, 45, 13, 0.9) inset;
}

#avatarVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}

#avatarVideo.loaded {
    opacity: 1;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border: 3px solid #3B2D21;
    border-top-color: #bb9551;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.avatarFrame.ready .loader {
    display: none;
}

.planTrainFrame {
    position: relative;
    width: 100%;
    max-width: 831px;
    aspect-ratio: 831 / 316;
    background: #1a1a1a;
    border: 1px solid #C5A05A;
}

#planVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0;
    transition: opacity 1.2s ease-in;
}

#planVideo.is-visible {
    opacity: 1;
}

.video-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #2A2018 25%, #3B2D21 50%, #2A2018 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s infinite;
}

.planTrainFrame.loaded .video-loader {
    display: none;
}

@keyframes skeleton-loading {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

.cabPlanTop .homePlanTopCh {
    left: -23px;
    top: 0px;
}

.asideLeft {
    width: 205px;
    height: 838px;
    background: url(../img/aside-left.png);
    top: 0;
    left: -205px;
    position: absolute;
    z-index: 1;
    animation: asideLeftAn 2s ease;
}

@keyframes asideLeftAn {
    0% {
        transform: translate(20px, 0);
        opacity: 0;
    }
    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}

.mainBalance {
    font-size: 40px;
    font-weight: 700;
    margin: 20px 0;
    color: #bb9551;
}

.widgetLi {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.widgetLi div span {
    color: #bb9551;
    font-weight: 700;
}

.widgetLi div {
    position: relative;
    padding-left: 40px;
}

.widgetLi div::before {
    content: '';
    position: absolute;
    width: 32px;
    height: 21px;
    top: 0;
    left: 0;
    background: url(../img/list-li.png);
}

.cabPlanTop .homePlansImage::after,
.cabPlanTop .homePlansImage::before {
    width: 100%;
    background: url(../img/line.png);
}

.cabPlanTop .nBorder {
    z-index: 6;
}

.cabPlanTop .nBorder2,
.cabPlanTop .nBorder3 {
    right: -3px;
}

.cabPlanTop .homePlanTopCh {
    z-index: 7;
}

.formWrapper a {
    color: #bb9551;
}

.cabWrapper form {
    position: relative;
    z-index: 4;
}

.cabPlansRow {
    grid-template-columns: repeat(2, 1fr);
}

.cabPlansRow .btnDark {
    bottom: -22px !important;
}

.planChecked {
    display: none;
    position: absolute;
    top: 17px;
    left: -12px;
    z-index: 10;
    transform: rotate(-45deg);
    animation: telegramBtAn 1s ease infinite;
    border: 2px solid #d2b277;
    border-radius: 5px;
    padding: 5px 10px;
    background: #000;
    text-transform: uppercase;
}

.homePlansCol input:checked ~ .planChecked {
    display: block;
}

.mainWidgetPsys {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

.pSysBalBtn {
    display: flex;
    align-items: center;
    gap: 20px;
}

.pSysBalBtn input {
    display: none;
}

.userBalanceList {
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.listBorderBottom {
    border-bottom: 2px dashed #553f1e;
    width: -webkit-fill-available;
    width: fill-available;
}

.pSysName {
    white-space: nowrap;
}

.pSysName small {
    color: #bb9551;
}

.mainPsysLabel input:checked ~ .mainPsysCh {
    animation: telegramBtAn 1s ease infinite;
}

.payLabel input:checked ~ .btn {
    animation: telegramBtAn 1s ease infinite;
}

.payLabel input {
    display: none;
}

.cabWidgetPSys {
    margin-top: 50px;
}

.cabWidget table tr th,
.cabWidget table tr td {
    padding: 10px;
    border: 1px solid #553f1e;
    text-align: left;
}

.cabWidget table {
    width: -webkit-fill-available;
    width: fill-available;
}

.cabWidget table tr th {
    color: #bb9551;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.colorTraget {
    color: #bb9551;
}

.alertCab {
    border-radius: 10px;
    color: #bb9551;
    background: #000;
    padding: 10px;
    border: 2px solid #553f1e;
    font-size: 17px;
}

.userInfoList table select {
    border-radius: 10px;
    color: #bb9551;
    background: #000;
    padding: 10px;
    border: 2px solid #553f1e;
    font-size: 17px;
}

.filterFormWrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.filterFormRow {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 17px;
}

.filterFormRow select {
    min-width: 100px;
    height: 30px;
    background: #000;
    color: #bb9551;
    border-radius: 30px;
    border: 2px solid #553f1e;
    padding-left: 10px;
}

.userInfoList table small {
    font-size: 17px;
}

.pagination {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    font-size: 17px;
}

.pagination a {
    background: #553f1e;
    padding: 5px 10px;
    border-radius: 5px;
    color: #bb9551;
    text-decoration: none;
}

.btnSmall {
    font-size: 17px;
}

.btnSmall span {
    height: 34px;
    padding: 0 15px;
}

.pAccBg {
    background: #000;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 17px;
    color: #bb9551;
}

.withdrawStats {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 25px;
}

.reffRowInfo {
    display: flex;
    align-items: center;
    gap: 15px;
}

.mainReffMail {
    color: #bb9551;
}

.promoWrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

.promoWrapper img {
    max-width: 100%;
    height: auto;
    border: 2px solid #B58A49;
    border-radius: 10px;
}

.userListInput input {
    width: -webkit-fill-available;
    width: fill-available;
    background: #CFB78F;
    height: 40px;
    border-radius: 10px;
    border: 2px solid #B58A49;
    padding: 0 15px;
    box-shadow: 0 2px 2px rgba(77, 45, 13, 0.6) inset;
    font-family: "Caladea", serif;
    font-weight: 700;
    color: #4d2d0d;
    font-size: 17px;
}

.ps-container {
    width: 100%;
}

.ps-header {
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    font-weight: bold;
    padding: 10px;
    border-radius: 5px 5px 0 0;
}

.ps-row {
    display: flex;
    align-items: center;
    padding: 15px 10px;
    border: 1px solid #3B2D21;
    margin-bottom: 10px;
    transition: background 0.3s;
}

.ps-row:hover {
    background: rgba(255, 255, 255, 0.02);
}

.ps-col {
    flex: 1;
    padding: 0 5px;
}

.trans-container {
    width: 100%;
    margin-top: 20px;
}

.trans-header {
    display: flex;
    padding: 12px;
    background: rgba(255, 255, 255, 0.05);
    font-weight: bold;
    border-radius: 8px 8px 0 0;
}

.trans-item {
    border: 1px solid #3B2D21;
    padding: 15px;
    margin-bottom: 10px;
        background: url(../img/widget.jpg) top right no-repeat #000;
}

.trans-main-row {
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 0 10px;
}

.trans-col { flex: 1; }
.col-amount { text-align: center; flex: 1.2; }
.col-date { text-align: center; flex: 0.8; }

.trans-desc-desktop {
    margin-top: 8px;
    padding-left: 0;
}

.trans-desc-mobile { display: none; color: #888; margin-top: 4px; }

.cancel-btn {
    display: inline-block;
    margin-top: 5px;
    font-size: 10px !important;
}

.trans-totals {
    display: flex;
    justify-content: flex-end;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 0 0 8px 8px;
    gap: 20px;
}

.ref-stat-container {
    margin-bottom: 30px;
    background: rgba(255,255,255,0.03);
    border-radius: 8px;
    overflow: hidden;
}
.ref-stat-header, .ref-stat-row {
    display: flex;
    padding: 12px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}
.ref-stat-header { background: rgba(255,255,255,0.05); font-weight: bold; }
.rs-col { flex: 1; text-align: center; }

.ref-card {
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
}
.ref-card-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ref-user { display: flex; flex-direction: column; }
.ref-name { font-weight: bold; font-size: 1.1rem; color: #ffcc00; }
.ref-email { font-size: 0.85rem; color: #888; text-decoration: none; }

.ref-status {
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: bold;
}
.ref-status.active { background: rgba(0, 255, 0, 0.1); color: #00ff00; }
.ref-status.inactive { background: rgba(255, 255, 255, 0.05); color: #666; }

.ref-levels {
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px dotted rgba(255,255,255,0.1);
}
.level-title { font-size: 0.8rem; color: #777; display: block; margin-bottom: 5px; }
.level-grid { display: flex; flex-wrap: wrap; gap: 8px; }
.level-badge {
    background: rgba(255,255,255,0.05);
    padding: 3px 8px;
    border-radius: 15px;
    font-size: 0.75rem;
}

.ref-summary {
    background: rgba(255, 204, 0, 0.05);
    padding: 15px;
    border-radius: 8px;
    margin-top: 20px;
}
.summary-item { display: flex; justify-content: space-between; margin-bottom: 5px; }
.active-text b { color: #00ff00; }

.edit-profile-container {
    max-width: 800px;
    margin: 0 auto;
}

.edit-section {
    margin-bottom: 25px;
}

.section-title {
    margin-bottom: 20px;
    color: #ffcc00;
    font-size: 1.2rem;
    border-left: 3px solid #ffcc00;
    padding-left: 15px;
}

.edit-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.edit-label {
    font-size: 0.9rem;
    margin-bottom: 5px;
}

/*.cabInput {
    width: 100%;
    background: #111;
    border: 1px solid #333;
    color: #fff;
    padding: 12px;
    border-radius: 6px;
    box-sizing: border-box;
}*/

.readonly-text, .readonly-acc {
    display: block;
    padding: 12px;
    background: rgba(255,255,255,0.05);
    border-radius: 6px;
    color: #666;
}

.highlight-row {
    background: rgba(255, 204, 0, 0.05);
    padding: 15px;
    border-radius: 8px;
    border: 1px dashed rgba(255, 204, 0, 0.3);
}

.submit-area {
    text-align: center;
    padding: 30px 0;
}

.widgetBlack {
    background: #000;
}

.showCabMenu {
    display: none;
}

.slidesWrapper {
    display: flex;
    gap: 10px;
    align-items: start;
    justify-content: space-between;
}

.slidesWrapper img {
    max-width: 250px;
    height: auto;
    border: 2px solid #B58A49;
    border-radius: 10px;
}

.slideCol {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.codex p {
    margin: 10px 0;
}

.codex ul {
    margin: 10px 0 10px 20px;
}

.codex li {
    margin: 6px 0;
}

.codex h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    margin: 25px 0;
    color: #bb9551;
}

.coinPaymentRow {
    display: flex;
    gap: 20px;
    margin-top: 25px;
    border: 1px solid #553f1e;
    padding: 20px;
}

.coinPaymentCol {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.coinPaymentCol a,
#coinpr_form a {
    color: #bb9551;
    font-weight: 700;
    margin: 10px 0;
    display: inline-flex;
}

.coinPaymentCol .btn {
    display: inline-flex;
    margin: 0 10px;
}

.pAccBg {
    word-break: break-all;
}

.psContainer .ps-col {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.lastWithdrawalStat {
    width: 259px;
    height: 259px;
    background: url(../img/lastWithdrawalStat.gif);
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0,0,0,0.7);
}

.lastDepositStat {
    width: 259px;
    height: 259px;
    background: url(../img/lastDepositStat.gif);
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0,0,0,0.7);
}

.lastDepositStat div,
.lastWithdrawalStat div {
    padding: 10px;
    font-size: 17px;
    background: rgba(46, 33, 27, 0.8);
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 1;
    width: 75%;
    border-radius: 10px;
    transform: translate(-50%, 0);
}

.lastDepositStat div span,
.lastWithdrawalStat div span {
    font-weight: 700;
    font-size: 21px;
    color: #bb9551;
}

.lastDepositStat div b,
.lastWithdrawalStat div b {
    font-weight: 700;
    color: #bb9551;
}

.infoBoxClose {
    position: absolute;
    top: 6px;
    right: 8px;
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    z-index: 2;
}

.for-investors .lineSectionIcon {
    transform: translate(-76%, -35%);
}