body.promo-skin-wcoin.promo-page {
    padding: 0;
    color: #fff;
    background-color: #000;
    background-image: url("../common/img/fullbg.png");
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 1656px auto;
}

body.promo-skin-wcoin::after {
    content: "";
    position: fixed;
    left: 50%;
    bottom: 0;
    width: 1109px;
    height: 469px;
    margin-left: -554px;
    background: url("../common/img/footer.png") no-repeat center bottom;
    background-size: 1109px auto;
    pointer-events: none;
    z-index: 0;
}

body.promo-skin-wcoin .promo-wrap {
    position: relative;
    z-index: 1;
    max-width: none;
    min-height: 100vh;
    margin: 0;
    padding: 64px 0 260px;
}

body.promo-skin-wcoin .promo-card {
    width: 260px;
    margin: 0 auto 0 max(16px, calc(50% - 420px));
    padding: 0;
    background: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
}

body.promo-skin-wcoin .promo-badge {
    display: none;
}

body.promo-skin-wcoin .promo-card h1 {
    margin: 0 0 10px;
    font-family: Kanit, Tahoma, sans-serif;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.4px;
    line-height: 1.3;
    color: #f4f1ea;
    text-shadow: 0 0 12px rgba(255, 255, 255, 0.35), 0 1px 2px #000;
}

body.promo-skin-wcoin .promo-sub {
    margin: 0 0 16px;
    color: #d4c4a0;
    font-size: 13px;
    line-height: 1.45;
    text-shadow: 0 1px 2px #000;
}

body.promo-skin-wcoin .promo-field {
    margin-bottom: 12px;
}

body.promo-skin-wcoin .promo-field label {
    margin-bottom: 6px;
    color: #d4c4a0;
    font-size: 13px;
    text-shadow: 0 1px 2px #000;
}

body.promo-skin-wcoin .promo-field input {
    display: block;
    width: 220px;
    height: 36px;
    margin: 0 auto;
    padding: 0 10px;
    border: 1px dashed #5b3a0e;
    border-radius: 0;
    background: rgba(8, 5, 4, 0.5);
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.8), inset 0 -1px 0 rgba(91, 58, 14, 0.25);
    color: #fff;
    font-family: Kanit, "Courier New", sans-serif;
    font-size: 15px;
    text-align: center;
}

body.promo-skin-wcoin .promo-field input:focus {
    border-color: #5b3a0e;
}

body.promo-skin-wcoin .promo-btn,
body.promo-skin-wcoin .promo-btn-primary {
    display: block;
    width: 220px;
    min-height: 40px;
    height: auto;
    margin: 16px auto 0;
    padding: 8px 10px;
    border: 1px dashed #5b3a0e;
    border-radius: 0;
    background: rgba(8, 5, 4, 0.5);
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.8), inset 0 -1px 0 rgba(91, 58, 14, 0.25);
    color: #fff;
    font-family: Kanit, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.3px;
    line-height: 1.25;
    white-space: normal;
    filter: none;
}

body.promo-skin-wcoin .promo-btn-primary:hover {
    background: rgba(8, 5, 4, 0.72);
    color: #ecd81a;
    filter: none;
    transform: none;
}

body.promo-skin-wcoin .promo-alert {
    margin: 0 0 14px;
    padding: 8px 6px;
    border-radius: 0;
    background: none;
    font-size: 13px;
    text-shadow: 0 1px 2px #000;
}

body.promo-skin-wcoin .promo-alert-ok {
    border: 0;
    color: #7dcea0;
}

body.promo-skin-wcoin .promo-alert-err {
    border: 0;
    color: #e76868;
}

body.promo-skin-wcoin .promo-links {
    margin-top: 14px;
}

body.promo-skin-wcoin .promo-links a {
    color: #5097ac;
}

body.promo-skin-wcoin .promo-links a:hover {
    color: #a3c9d3;
    text-decoration: none;
}

body.promo-skin-wcoin .promo-privacy {
    margin-top: 14px;
    color: rgba(212, 196, 160, 0.55);
    font-size: 11px;
    line-height: 1.45;
    text-shadow: 0 1px 2px #000;
}
