.profile #kupivcredit-window-toggler,
#kupivcredit-window-toggler {
    background-color: var(--main-color);
    border-radius: 8px;
    width: max-content;
    padding-left: 56px;
    padding-right: 24px;
    box-sizing: border-box;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    background-image: url("/static/images/review.svg");
    background-position: 28px 16px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    margin-top: 30px;
    height: 52px;
    line-height: 52px !important;
    max-width: 300px;
}
.profile #kupivcredit-window-toggler:hover,
#kupivcredit-window-toggler:hover {
    background-color: var(--main-color-hover);
}

.card-request {
    font-weight: 600;
    font-size: 24px;
    color: var(--main-color-seventh);
}

.card-request .card-request__title {
    display: none;
}

.score-qiwi-title,
.score-title {
    margin-top: 62px;
    font-weight: 600;
    font-size: 24px;
    color: var(--main-color-seventh);
}
.score-qiwi-attention {
    font-weight: 400;
    font-size: 16px;
    max-width: 600px;
    margin-top: 16px;
}

.score-qiwi-button,
.score-button {
    display: block;
    border-radius: 8px;
    width: 334px;
    box-sizing: border-box;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    margin-top: 24px;
    height: 52px;
    line-height: 52px;
    padding-top: 0;
    padding-bottom: 0;
    background-color: var(--main-color);
}

.score-qiwi-button:hover,
.score-button:hover {
    background-color: var(--main-color-hover);
}
