@font-face {
    font-family: "SB Sans Text";
    src: url("../fonts/SBSansText.ttf");
}

body {
    background: #F6F5F3;
    display: flex;
    flex-direction: column;
}

/*header*/

.nav-no-logo {
    display: flex;
    width: 100%;
    height: 72px;
    padding: 16px 20px;
    justify-content: center;
    align-items: center;
    background: #FFF;
}

.nav-no-logo-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    align-items: center;
    gap: 32px;
    flex-shrink: 0;
}

.nav-no-logo-content-content {
    display: flex;
    width: 926px;
    align-items: center;
    gap: 32px;
    flex-shrink: 0;
}

.nav-no-logo-content-content-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
}

.nav-no-logo-content-content-logo-logo {
    display: flex;
    width: 160px;
    height: 24px;
    align-items: center;
    gap: 6.737px;
}

.nav-no-logo-content-content-fixed {
    display: flex;
    width: 1216px;
    align-items: center;
}

.nav-no-logo-content-content-fixed-link {
    display: flex;
    align-items: center;
    gap: 24px;
}

.nav-no-logo-content-icons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 24px;
}

.nav-no-logo-content-icons-sign {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
}

/*header*/

.kk1 {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.kk1-content {
    display: flex;
    width: 100%;
    max-width: 1200px;
    /*height: 859px;*/
    padding: 32px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    background: #FFF;
}

/*вход в личный кабинет*/

.kk1-content-flex-center-text {
    color: #171717;
    text-align: center;
    font-family: "SB Sans Text", serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}

.kk1-content-flex-center-form-content {
    display: flex;
    width: 400px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 16px;
}

.kk1-content-flex-center-form-content-text-field {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 8px;
    align-self: stretch;
}

.kk1-content-flex-center-form-content-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.kk1-content-flex-center-form-content-button-a {
    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-content-flex-center-form-content-button-button {
    display: flex;
    align-items: center;
    gap: 8px;
}

.kk1-buttons-group {
    display: flex;
    align-items: center;
    gap: 8px;
}


.kk1-content-flex-center-register {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.kk1-content-flex-center-register-text {
    display: flex;
    width: 400px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.kk1-content-flex-center-register-text-text {
    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-content-flex-center-register-button {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

/*вход в личный кабинет*/


/*Добавление ребенка*/

.kk1-content-h {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    align-self: stretch;
}

.kk1-content-h-filter {
    display: flex;
    width: 400px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 16px;
}

.kk1-content-h-filter-frame {
    display: flex;
    align-items: flex-start;
    align-self: stretch;
}

.kk1-content-h-filter-frame-text {
    color: rgba(23, 23, 23, 0.96);

    font-family: "SB Sans Text", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.32px;
}

.kk1-content-h-filter-frame-frame {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
}

.kk1-content-h-filter-frame-frame-text {
    color: rgba(23, 23, 23, 0.96);

    font-family: "SB Sans Text", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.32px;
}

.kk1-content-h-filter-card-add {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 8px;
    align-self: stretch;
}

.kk1-content-h-filter-button {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

.kk1-button-tooltip {
    border: none;
    background-color: rgba(131, 179, 211, 0);
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.kk1-button-tooltip:hover + .kk1-tooltip-text,
.kk1-button-tooltip:focus + .kk1-tooltip-text {
    display: block;
}

.kk1-tooltip-icon {
    width: 1px;
    height: 9px;
    display: block;
}

.kk1-tooltip {
    position: relative;
}

.kk1-tooltip-text {
    font-family: "PT Sans", sans-serif;
    background-color: #FFFFFF;
    color: rgba(23, 23, 23, 0.96);
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-transform: none;
    padding: 20px 18px 18px 22px;
    border-radius: 10px;
    width: 305px;
    position: absolute;
    bottom: 100%;
    left: 50%;
    z-index: 1;
    transform: translateX(0%);
    display: none;

    box-shadow: 0px 16px 32px -8px rgba(0, 0, 0, 0.24);
}

.kk1-tooltip-bottom {
    top: 100%;
    bottom: auto;
}

.kk1-content-h-filter-frame-dop {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.kk1-content-h-filter-frame-dop-captcha {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.kk1-content-h-filter-frame-dop-captcha-captcha {
    display: flex;
    align-items: center;
}

.kk1-content-h-filter-frame-dop-captcha-label {
    color: rgba(23, 23, 23, 0.96);

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

.kk1-content-h-filter-frame-dop-captcha-captcha-button {
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border: 0px solid;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.00);
    cursor: pointer;
}

.kk1-content-h-filter-frame-dop-captcha-captcha-button:hover {
    background: rgba(8, 8, 8, 0.03);
}

.kk1-content-h-button {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-self: stretch;
}

.kk1-content-h-button-label {
    color: rgba(23, 23, 23, 0.96);

    font-family: "SB Sans Text", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: -0.28px;
}

/*Добавление ребенка*/



.kk1-container {
    display: flex;
    width: 100%;
    max-width: 1200px;
    padding: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    background: #FFF;
}

.kk1-container-h {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}

.kk1-container-between-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;

}

.kk1-container-h-label {
    color: rgba(23, 23, 23, 0.96);

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

.kk1-a___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___ok:active {
    background-color: #1A9E32;
    box-shadow: 0 2px #c4c4c4;
    transform: translateY(2px);
    color: #FFFFFF;
}

.kk1-a___ok:hover {
    background-color: #1EB83AFF;
    color: #FFFFFF;
}

.kk1-a-ok-span {
    color: rgba(245, 245, 245, 0.96);

    font-family: "SB Sans Text", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.28px;
}

.kk1-container-child {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.kk1-container-child-card {
    display: flex;
    flex-direction: column;
    padding: 24px;
    align-self: stretch;
    border-radius: 4px;
    gap:16px;
    background: #F5F5F5;
}

.kk1-container-additional-services {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
    padding: 16px;
    align-self: stretch;
    background: #F5F5F5;
}

.kk1-container-child-card-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
}

.kk1-container-child-card-flex-name {
    display: flex;
    align-items: center;
    gap: 32px;
    flex: 1 0 0;
}

.kk1-container-notice-card-flex{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 4px;
}

.kk1-not-active-link-text{
    color: #333;
}

.kk1-container-child-card-flex-text {
    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-container-child-card-flex-name-label {
    color: rgba(23, 23, 23, 0.96);
    cursor: pointer;
    font-family: "SB Sans Text", serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}

.disable_kk1-mark {
    color: #F31B31;
}

.enable_kk1-mark {
    color: #171717F5;
}

.kk1-container-child-card-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.kk1-container-child-card-content-address {
    display: flex;
    align-items: center;
    gap: 48px;
    align-self: stretch;
}

.kk1-container-child-card-content-info {
    display: flex;
    padding: 16px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    background: #FFF;
    border-radius: 4px;
}

.kk1-container-child-card-content-info-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
}

.kk1-container-child-card-content-info-content-label {
    color: rgba(23, 23, 23, 0.96);

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

.kk1-container-child-card-content-info-content-balance {
    display: flex;
    align-items: center;
    flex: 1 0 0;
}

.kk1-container-child-card-content-info-content-button {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
}

.kk1-container-account-money {
    display: flex;
    padding: 8px 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-right: 1px solid rgba(8, 8, 8, 0.12);
}

.kk1-tabs {
    display: flex;
    padding-bottom: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.kk1-tabs-container {
    display: flex;
    width: 712px;
    align-items: flex-start;
    gap: 2px;
}

.kk1-tabs-container-group {
    display: flex;
    align-items: flex-start;
    gap: 28px;
}

.kk1-home {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.kk1-home-history {
    display: flex;
    width: 720px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
}

.kk1-home-cards {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
}

.kk1-card-content {
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.kk1-card-content-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: stretch;
    gap: 8px;
}

.kk1-filter {
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 10px;
    align-self: stretch;
}

.kk1-filter-input {
    display: flex;
    align-items: flex-end;
    gap: 16px;
    flex: 1 0 0;
}

.kk1-container-card-flex-center {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1 0 0;
}

.kk1-text-field {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    flex: 1 0 0;
}

.kk1-card-memo {
    display: flex;
    justify-content: center;
}

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

.kk1-card-title-label {
    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-card-electron {
    background: #F5F5F5;
    display: flex;
    padding: 8px 16px;
    align-items: center;
    gap: 48px;
    align-self: stretch;
}

.kk1-card-electron-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
}

.kk1-card-electron-container-name {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
}

.kk1-card-electron-container-button {
    display: flex;
    align-items: center;
    gap: 16px;
}

.kk1-content-pay {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    background: rgba(245, 245, 245, 0.96);
}

.kk1-steps {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.kk1-pay {
    display: flex;
    width: 100%;
    max-width: 400px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding-bottom: 12px;
}

.kk1-amount-tmpl {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

a label {
    cursor:pointer;
}

.kk1-container-limit {
    display: flex;
    width: 737px;
    padding: 8px 16px 16px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    background: #F5F5F5;
}

.kk1-badge {
    width: fit-content;
    display: flex;
    padding: 5px 9px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 6px;
    background: rgba(8, 8, 8, 0.06);
}

.kk1-footer {
    height: 140px;
    padding: 10px;
    text-align: center;
}

.kk1-alert {
    max-width: 660px;
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    border-radius: 10px;
}

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

.popup-box {
    border-radius: 20px;
}

.popup-box .top {
    padding: 20px 20px 0;
}

.popup-box .top .title {
    margin: 0;
}

.popup-box .top h3 {
    margin: 0;
}

.popup-box .bottom {
    border-radius: 20px;
    background-color: white;
    border: 0;
    padding-top: 0;
}

.popup-box .bottom .d-flex {
    display: flex;
    justify-content: flex-end;
}

.additional-service-checkbox-hidden {
    display: none;
}

.div-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;
}

.div-link:hover {
    cursor: pointer;
    color: #040404;
}

.kk1-checkbox-block {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}

#sberCheckbox {
    display: none;
}

/* Стили для кастомного чекбокса */
.kk1-sber-checkbox {
    display: inline-block;
    position: relative;
    cursor: pointer;
    user-select: none;
}

/* Внешний вид "галочки" */
.kk1-sber-checkbox .kk1-checkmark {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: white;
}

/* Состояние "отмечено" */
#sberCheckbox:checked + .kk1-checkmark {
    background-color: #1A9E32;
    border-color: #1A9E32;
}

/* Галочка внутри */
#sberCheckbox:checked + .kk1-checkmark::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Красная рамка при ошибке */
.kk1-sber-checkbox.error .kk1-checkmark {
    border-color: #F31B31;
}


