/* срок доступа */
.xdget-productTiming.standard-form	{
    margin-bottom: 20px;
    background: var(--w-background);
    border-radius:var(--b-radius);
    text-align: center;
    font-family: var(--main-font);
    color: var(--dark-font-color);
    font-weight: 500;
    font-size: 16px;
}

.xdget-productTiming.standard-form .text-muted {
    color: var(--dark-font-color);
    font-weight: 700;
    font-size: 20px;
    margin-top: 10px;
}

/* кнопки */
.kastom-btn {
    width: 100%;
    background: var(--accent-color);
    border: none;
    margin-bottom: 20px;
    border-radius: var(--btn-radius);
    min-height: 60px;
    font-family: var(--main-font);
    font-weight: 500;
    font-size: 16px;
    color: var(--light-font-color);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.kastom-btn:hover {
    -webkit-transform: scale(0.97);
    -ms-transform: scale(0.97);
    transform: scale(0.97);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

/* обратная связь */
.tp-block {
    margin-bottom: 20px;
    padding: 20px 20px 0;
    background: var(--w-background);
    border-radius:var(--b-radius);
    text-align: center;
    font-family: var(--main-font);
    color: var(--dark-font-color);
    font-size: 16px;
}

.tp-block .html-content {
    margin-bottom: 20px;
    line-height: var(--line-height-text);
}

.tp-block .html-content p {
    margin: 0;
}

.tp-block .html-content p:nth-child(1){
    font-weight: 700;
}

/* блок с бонусами */
.bonus-block {
    margin-bottom: 20px;
    padding: 20px;
    background: var(--w-background);
    border-radius: var(--b-radius);
    text-align: center;
    font-family: var(--main-font);
    color: var(--dark-font-color);
}

.bonus-block h3 {
    margin-bottom: 15px;
    line-height: var(--line-height-text);
    font-family: var(--main-font);
    font-size: 16px;
    font-weight: 700;
}

.xdget-userProfileBalance .balance-label:nth-child(1) {
    font-size: 0;
}

.xdget-userProfileBalance .balance-label:nth-child(1)::before {
    content:'Ваш результат:';
    font-size: 16px;
    font-weight: 500;
    margin-right: 5px;
}

.xdget-userProfileBalance .balance-label:nth-child(1) b {
    font-size: 16px;
}

.xdget-userProfileBalance .balance-label:nth-child(2) {
    display:none;
}

/* соцсети */
.sotsseti-header {
    margin-bottom: 20px;
    line-height: var(--line-height-text);
    font-family: var(--main-font);
    font-size: 16px;
    font-weight: 700;
    color: var(--dark-font-color);
    text-align: center;
}

.sotsseti-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap:10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sotsseti-block .sotsseti-btn img {
    border-radius: var(--btn-radius);
    max-width: 60px;
    width: 100%;
}