.kk1-label-title {
    color: rgba(23, 23, 23, 0.96);
    text-align: center;

    font-family: "SB Sans Text", serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}

.kk1-input {
    outline: none;
    display: block;
    padding-left: 10px;
    width: 100%;
    height: 40px;
    color: #212529;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border: 0 solid;

    font-family: "SB Sans Text", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.28px;
    border-radius: 10px;
    background: rgba(8, 8, 8, 0.03);
}

.kk1-input-disabled {
    background-color: #f2dede !important;
    border: 1px solid #ebccd1 !important;
    color: #a94442 !important;
}

.kk1-input::placeholder {
    padding: 0.375rem 0.75rem;
    color: #212529;
    opacity: 0.4;
}

.kk1-a-button-cancel {
    display: flex;
    height: 40px;
    padding: 11px 16px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 10px;
    background: rgba(8, 8, 8, 0.06);
    border: 0 solid;
    cursor: pointer;
    color: #171717;
    word-wrap: break-word;
}

.kk1-a-button-cancel:active {
    background-color: rgba(8, 8, 8, 0.06);
    box-shadow: 0 2px #c4c4c4;
    transform: translateY(2px);
}

.kk1-a-button-cancel:hover {
    background-color: #08080805;
}

.kk1-a-button-ok {
    display: flex;
    height: 40px;
    padding: 11px 16px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 10px;
    background: #1A9E32;
    border: 0 solid;
    color: #FFFFFF;
    cursor: pointer;
}

.kk1-a-button-ok:active {
    background-color: #1A9E32;
    box-shadow: 0 2px #c4c4c4;
    transform: translateY(2px);
}

.kk1-a-button-ok:hover {
    background-color: #1EB83AFF;
    color: #FFFFFF;
}

.kk1-a-button-ok:disabled {
    background: rgba(8, 8, 8, 0.06);
    color: #FFFFFF;
}

.kk1-a-link {
    color: #108E26;
    font-family: "SB Sans Text", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: -0.28px;
    cursor: pointer;
}

.kk1-f-16 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.32px;
}

.kk1-a-link-little {
    color: #108E26;
    font-family: "SB Sans Text", serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: -0.24px;
    cursor: pointer;
}

.kk1-label-default {
    color: rgba(23, 23, 23, 0.56);
    font-family: "SB Sans Text", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.32px;
}

.kk1-black-weight-700 {
    color: rgba(23, 23, 23, 0.96);
    font-weight: 700;
}

.kk1-black-weight-600 {
    color: rgba(23, 23, 23, 0.96);
    font-weight: 600;
}

.kk1-black-weight-400 {
    color: rgba(23, 23, 23, 0.96);
    font-weight: 400;
}

.kk1-black-weight-500 {
    color: rgba(23, 23, 23, 0.96);
    font-weight: 500;
}

.kk1-link-active {
    border-bottom: 2px solid rgba(23, 23, 23, 0.96);
}

.kk1-black {
    color: rgba(23, 23, 23, 0.96);
}

.kk1-color-success {
    color: #108E26;
}

.kk1-card {
    background: #FFF;
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    border-radius: 4px;
}

.kk1-label-20-600 {
    color: rgba(23, 23, 23, 0.96);

    font-family: "SB Sans Text", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}

.kk1-a-button-icon {
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border: 0px solid;
    border-radius: 10px;
    background: rgba(8, 8, 8, 0.03);
    cursor: pointer;
}

.kk1-a-button-icon:hover {
    background: rgba(255, 255, 255, 0.00);
}

.kk1-bg-0 {
    background: rgba(0, 0, 0, 0.00);
}

.kk1-a-block {
    width: 100%;
    cursor: pointer;
}

.kk1-width-680 {
    width: 680px;
}

.kk1-width-100-percent {
    width: 100%;
}

.kk1-gap-8 {
    gap: 8px;
}

.kk1-gap-14 {
    gap: 14px;
}

.kk1-gap-24 {
    gap: 24px;
}

.kk1-gap-32 {
    gap: 32px;
}

.kk1-gap-48 {
    gap: 48px;
}

.kk1-stretch {
    align-self: stretch;
}

.kk1-text-12-grey {
    align-self: stretch;
    color: rgba(23, 23, 23, 0.56);

    font-family: "SB Sans Text", serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: -0.24px;
}

.kk1-c-warning {
    color: #F31B31;
}

.kk1-f-14 {
    font-family: "SB Sans Text", serif;
    font-size: 14px;
    font-style: normal;
    line-height: 18px;
    letter-spacing: -0.28px;
    border-radius: 10px;
}

.kk1-f-12 {
    font-family: "SB Sans Text", serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: -0.24px;
}

.kk1-line-active {
    stroke: #080808
}

.kk1-icon-active {
    background: #080808
}

.kk1-text-active {
    color: #080808
}

.kk1-h-20 {
    height: 20px;
}

.kk1-pointer {
    cursor: pointer;
}

.kk1-alert-warning {
    background: #FFE0E3;
}

.kk1-alert-attention {
    background: #FEE2D2;
}

.kk1-alert-success {
    background: #9EFAAF;
}

.kk1-center-gap-24 {
    display: flex;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}

.kk1-text-14-grey {
    align-self: stretch;
    color: rgba(23, 23, 23, 0.56);
    font-family: "SB Sans Text", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.28px;
    text-overflow: ellipsis;
}

.kk1-block-line {
    display: flex;
    padding: 10px;
    align-items: flex-start;
    gap: 10px;
    flex: 1 0 0;
    align-self: stretch;
}

.kk1-line {
    display: flex;
    height: 1px;
    align-items: flex-start;
    gap: 10px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 1000px;
    background: rgba(8, 8, 8, 0.12);
}

.kk1-block-button-sber, .kk1-container-button-sber {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.kk1-container-icon-24 {
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
}

.kk1-gap-16 {
    gap: 16px;
}


.kk1-f-18 {
    font-family: "SB Sans Text", serif;
    font-size:18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.36px;
}

.kk1-column-width-420 {
    width: 100%;
    max-width: 420px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    align-self: stretch;
}

.kki-block-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
}

.kk1-gap-10 {
    gap: 10px;
}

.kk1-gap-2 {
    gap: 2px;
}

.kk1-item-lk-block {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 4px;
    background: #F5F5F5;
    cursor: pointer;
}

.kk1-item-lk-block:active {
    background-color: rgba(8, 8, 8, 0.06);
    box-shadow: 0 2px #c4c4c4;
    transform: translateY(2px);
}

.kk1-item-lk-block:hover {
    background-color: #08080805;
}

.kk1-block-services {
    width: 100%;
    max-width: 400px;
    display: flex;
    padding: 8px 16px;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-radius: 4px;
    background: #F5F5F5;
}

.kk1-block-services-approve {
    width: 100%;
    max-width: 400px;
    display: flex;
    padding: 8px 16px;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-radius: 4px;
}

.kk1-available-services-logo{
    width: 32px;
    height: 32px;
}

.kk1-available-service-logo {
    height:  36px;
    width: 36px;
}

.kk1-container-snils-info {
    display: flex;
    padding: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    gap: 8px;
    border-right: none;
}
