.lk-bar {
    margin-top: 30px;
}

.staff-lk__group {
    flex-direction: column;
}

.contacts-lk {
    margin-top: 63px;
}

.contacts-lk--color {
    color: #bcbcbc;
}

.group__contacts--lk {
    color: #eaca85;
}

.contacts-lk__title, .staff-lk__group {
    padding-bottom: 18px;
    border-bottom: 1px dashed #b4b4b4;
}

.staff-lk__group {
    margin-top: 16px;
}

/*game-services*/

.balance {
    text-align: center;
    margin-bottom: 40px;
}

.g-btn--balance {
    font-size: 18px;
    font-weight: 700;
    max-width: 120px;
    width: 100%;
    margin: auto;
    padding: 12px;
}

.gs__nav {
    display: flex;
    width: 70%;
    justify-content: center;
    margin: auto;
}

.gs__nav-item {
    width: 25%;
    text-align: center;
    color: #94562d;
    font-style: italic;
    font-size: 18px;
    cursor: pointer;
}

.games-list__content {
    display: flex;
    justify-content: space-between;
}

.games-list__left {
    width: 25%;
}

.games-list__right {
    width: 73%;
}

.games-list__subtitle {
    color: #a38d6b;
    margin-bottom: -5px;
}

.games-list__title {
    font-size: 21px;
    color: #7c4c00;
    margin-bottom: 12px;
}

.g-btn--gs {
    max-width: 80px;
    padding: 8px 0 16px;
    width: 100%;
    margin-top: 12px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    background-image: url(../image/btn-back-gs.png);
}

.g-btn--gs--op {
    opacity: .5;
    font-size: 14px;
    position: relative;
    cursor: default;
}

.games-btn--mising {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4px;
    margin: auto;
    font-size: 10px;
}

.games-list__full {
    width: 100%;
    display: flex;
}

.games-list__half {
    margin-right: 20px;
}

.gs__title {
    color: #a38d6b;
    font-size: 14px;
}

.gs__desc {
    font-size: 14px;
}

.gs__desc--full {
    height: 0;
    overflow: hidden;
    transition: all .3s linear;
}

.gs__desc--full.active {
    height: auto;
    padding: 12px 0 2px !important;
}

.gs__desc--color {
    color: #7c4c00;
    font-weight: 600;
}

.gs__desc--remark {
    font-size: 14px;
    font-style: italic;
    cursor: pointer;
}

/*wp-recall*/

.wr__title {
    font-size: 21px;
    color: #7c4c00;
    text-align: center;
    margin: auto;
    font-weight: 600;
    margin-bottom: 14px;
}

.account-page #rcl-office p.wr__desc {
    width: 70%;
    margin: auto;
}

.wr__remark {
    display: block;
    color: #7c4c00;
    font-weight: 600;
    margin: 12px 0 0;
    cursor: pointer;
}

/*wr-form*/

.wr-form {
    width: 80%;
    margin: 20px auto 0;
}

.wr-form__label {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
}

.wr-form__span {
    color: #a18b69;
    margin-right: 8px;
    width: 45%;
    text-align: right;
}

.wr-form__mail, .wr-form__input {
    max-width: 195px;
    width: 55%;
}

.wr-form__mail {
    color: #7c4c00;
}

.wr-form__input {
    outline: none;
    border: 1px solid #6f5b3b;
    background-color: #a18b69;
    color: white;
}

.btn-wr__wrapper {
    width: 100%;
    text-align: center;
    margin-top: 32px;
}

.g-btn--wr {
    font-size: 18px;
    font-weight: 500;
    margin: auto;
    max-width: auto;
    width: 100%;
    height: 30px;
}

.payment-modal {
    position: fixed;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.68);
    display: none;
    z-index: 10;
}

.payment-modal.active {
    display: flex;
}

.payment-modal__content {
    align-self: center;
    max-width: 700px;
    padding-top: 30px;
}

.payment-modal-close {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../image/x.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right top;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.rcl-field-core {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rcl-field-input .checkbox-display-block .block-label {
    padding: 12px 10px 10px;
    margin-right: 10px;
}

body .game-services-page .rcl-bttn.rcl-bttn__type-primary {
    min-width: 100px;
    padding: 5px;
    font-size: 12px;
    line-height: 12px;
    color: #230a00;
    outline: none;
    border: none;
    border-radius: 4px;
    background-image: url(../image/btn_back@2x.png);
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

body .game-services-page .rcl-bttn.rcl-bttn__type-primary {
    background-color: transparent;
}

.block_qr {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.image__qr {
    max-width: 100%;
    margin-top: 5px;
}

@media (max-width: 1023px) {
    .lk-bar {
        width: 100%;
        padding: 8px;
        order: 2;
    }
    .contacts-lk {
        margin-top: 0;
    }
    .gs__nav {
        width: 100%;    
    }
    .games-list__content {
        flex-direction: column;
    }
    .games-list__left {
        width: 100%;
        position: relative;
        margin-bottom: 16px;
    }
    .g-btn--gs {
        position: absolute;
        right: 0;
        top: 0;
    }
    .games-list__right {
        width: 100%;
    }
    .games-list__right ul {
        margin-left: 20px;
    }
    .games-list__half {
        width: 50%;
    }
    .wr-form {
        width: 100%;
    }
    body .game-services-page .rcl-bttn.rcl-bttn__type-primary {
        text-align: center;
        line-height: 22px;
    }
}