._patientsWrapper_gp331_1 {
    background: #f9fbfd;
    min-height: 100vh;
}

._patientsContent_gp331_6 {
    max-width: 1030px;
    margin: 0 auto;
    padding-top: 79px;
    margin-bottom: 50px;
}

._patientsTitle_gp331_13 {
    color: #000;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 8px;
}

._patientsSubtitle_gp331_24 {
    margin: 0 auto;
    max-width: 900px;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 25px;
    max-width: 624px;
}

._paginationContainer_gp331_37 {
    margin-top: 36px;
    display: flex;
    justify-content: flex-end;
}

._searchContainer_gp331_43 {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

._dropButton_gp331_50 {
    overflow: hidden;
    color: #809699;
    text-overflow: ellipsis;
    font-family: Eurostile;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-left: auto;
    cursor: pointer;
}

._icon_gp331_63 {
    min-width: 22px;
}

._button_gp331_67 {
    width: auto !important;
    background: rgba(45, 152, 162, 0.07) !important;
    overflow: hidden;
    height: 40px;
    display: flex;
    gap: 15px;
}

._button_gp331_67:hover {
    background: rgba(45, 152, 162, 0.2);
}

._buttonText_gp331_80 {
    color: #2d98a2;
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;

    white-space: nowrap;
}

._searchIcon_gp331_90 {
    position: absolute;
    top: 50%;
    left: 11px;
    transform: translateY(-50%);
}

._searchButtons_gp331_96 {
    max-width: 350px;
    display: flex;
    gap: 10px;
}

._reversedIcon_gp331_101 {
    transform: rotate(180deg);
}

@media (max-width: 1100px) {
    ._searchButtons_gp331_96 {
        max-width: 350px;
        gap: 10px;
        order: 0;
    }

    ._patientsContent_gp331_6 {
        width: 100%;
        padding: 0 20px;
        padding-top: 80px;
    }

    ._dropButton_gp331_50 {
        order: 3;
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    ._patientsTitle_gp331_13 {
        font-size: 24px;
        line-height: 30px;
    }

    ._patientsContent_gp331_6 {
        padding-top: 20px;
    }
}

@media (max-width: 820px) {
    ._searchButtons_gp331_96 {
        max-width: none;
        width: 100%;
        order: 2;
    }

    ._patientsSubtitle_gp331_24 {
        font-size: 14px;
    }

    ._paginationContainer_gp331_37 {
        justify-content: center;
    }

    ._searchContainer_gp331_43 {
        flex-wrap: wrap;
    }

    ._buttonText_gp331_80 {
        font-size: 14px;
    }
}

@media (max-width: 380px) {
    ._buttonText_gp331_80 {
        font-size: 12px;
    }
}

@media (max-width: 479px) {
    ._patientsTitle_gp331_13 {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-height: 500px) and (max-width: 1024px) and (orientation: landscape) {
    ._searchButtons_gp331_96 {
        max-width: 335px;
        gap: 10px;
        order: 0;
    }
}

._patientsList_13vha_1 {
    margin-top: 30px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px 23px;
}

._patientsCard_13vha_9 {
    max-width: 330px;
    width: 100%;
    background: #fff;
    max-height: 100%;
    height: 100%;
    transition: all 0.2s ease-in-out;
    display: flex;
    flex-direction: column;
}

._patientsCard_13vha_9:hover {
    transform: scale(1.02);
    transition: all 0.2s ease-in-out;
}

._patientsData_13vha_25 {
    padding: 28px 24px 21px 20px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

._patientsImg_13vha_32 {
    width: 330px;
    height: 300px;
    object-fit: cover;
    object-position: 50% 0;
}

._patientName_13vha_39 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 7px;
}

._patientStory_13vha_47 {
    flex: 1 1 auto;
    margin-bottom: 19px;
}

._patientText_13vha_52 {
    color: rgba(0, 0, 0, 0.8);
    text-overflow: ellipsis;
    font-size: 16px;
}

._patientAmount_13vha_58 {
    color: #2d98a2;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
}

@media (max-width: 900px) {
    ._patientsCard_13vha_9:hover {
        transform: none;
        transition: none;
    }

    ._patientsList_13vha_1 {
        grid-template-columns: repeat(2, 1fr);
    }

    ._patientsCard_13vha_9 {
        max-width: none;
        width: 100%;
    }

    ._patientsImg_13vha_32 {
        width: 100%;
        height: 300px;
        object-position: 50% 20%;
    }
}

@media (max-width: 450px) {
    ._patientsList_13vha_1 {
        grid-template-columns: 1fr;
        justify-items: center;
    }
}

/*Eurostile 900*/
@font-face {
    font-family: "Eurostile";
    font-weight: 900;
    font-style: normal;
    src: url("/local/templates/vmp/fonts/Eurostile-Bla.ttf") format("truetype"),
    url("/src/assets/fonts/eurostile/otf/Eurostile-Black.otf") format("opentype");
}

/*Eurostile 900 italic*/
@font-face {
    font-family: "Eurostile";
    font-weight: 900;
    font-style: italic;
    src: url("/local/templates/vmp/fonts/Eurostile-BlaIta.ttf") format("truetype"),
    url("../assets/fonts/eurostile/otf/Eurostile-Black\ Italic.otf") format("opentype");
}

/*Eurostile 850*/
@font-face {
    font-family: "Eurostile";
    font-weight: 850;
    font-style: normal;
    src: url("/local/templates/vmp/fonts/Eurostile-Hea.ttf") format("truetype"),
    url("/src/assets/fonts/eurostile/otf/Eurostile-Heavy.otf") format("opentype");
}

/*Eurostile 850 italic*/
@font-face {
    font-family: "Eurostile";
    font-weight: 850;
    font-style: italic;
    src: url("/local/templates/vmp/fonts/Eurostile-HeaIta.ttf") format("truetype"),
    url("../assets/fonts/eurostile/otf/Eurostile-Heavy\ Italic.otf") format("opentype");
}

/*Eurostile 700*/
@font-face {
    font-family: "Eurostile";
    font-weight: 700;
    font-style: normal;
    src: url("/local/templates/vmp/fonts/Eurostile-Bol.ttf") format("truetype"),
    url("/src/assets/fonts/eurostile/otf/Eurostile-Bold.otf") format("opentype");
}

/*Eurostile 700 italic*/
@font-face {
    font-family: "Eurostile";
    font-weight: 700;
    font-style: italic;
    src: url("/local/templates/vmp/fonts/Eurostile-BolObl.ttf") format("truetype"),
    url("../assets/fonts/eurostile/otf/Eurostile-Bold\ Oblique.otf") format("opentype");
}

/*Eurostile 500*/
@font-face {
    font-family: "Eurostile";
    font-weight: 500;
    font-style: normal;
    src: url("/local/templates/vmp/fonts/Eurostile-Med.ttf") format("truetype"),
    url("/src/assets/fonts/eurostile/otf/Eurostile-Medium.otf") format("opentype");
}

/*Eurostile 500 italic*/
@font-face {
    font-family: "Eurostile";
    font-weight: 500;
    font-style: italic;
    src: url("/local/templates/vmp/fonts/Eurostile-MedIta.ttf") format("truetype"),
    url("../assets/fonts/eurostile/otf/Eurostile-Medium\ Italic.otf") format("opentype");
}

/*Eurostile 400*/
@font-face {
    font-family: "Eurostile";
    font-weight: normal;
    font-style: normal;
    src: url("/local/templates/vmp/fonts/Eurostile-Reg.ttf") format("truetype"),
    url("../assets/fonts/eurostile/otf/Eurostile-Reg.otf") format("opentype");
}

/*Eurostile 400 italic*/
@font-face {
    font-family: "Eurostile";
    font-weight: normal;
    font-style: italic;
    src: url("/local/templates/vmp/fonts/Eurostile-RegObl.ttf") format("truetype"),
    url("../assets/fonts/eurostile/otf/Eurostile-Regular\ Oblique.otf") format("opentype");
}

:root {
    --accent-color: #2d98a2;
    --accent-color-80: rgba(45, 152, 162, 0.8);
    --accent-color-20: rgba(45, 152, 162, 0.2);
    --accent-color-07: rgba(45, 152, 162, 0.07);

    --black: #000;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    padding-block: 0;
    padding-inline: 0;
    margin-block-start: 0;
    margin-block-end: 0;
}

html,
body {
    max-width: 100vw;
    min-height: 100%;
    font-family: Eurostile !important;
}

html {
}

img {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

._button_1wxqu_1 {
    font-weight: 500;
    color: var(--color);
    background: var(--background);
    font-size: 20px;
    padding: 11px 16px;
    width: 100%;
    border: none;
}

._primary_1wxqu_11 {
    --color: var(--black);
    --background: var(--accent-color-20);
}

._secondary_1wxqu_16 {
    --color: white;
    --background: var(--accent-color);
    font-size: 16px;
    padding: 8px;
}

._secondary_1wxqu_16:hover {
    --background: #d5eaec;
}

._secondary_1wxqu_16:active {
    --background: #d5eaec;
}

._tertiary_1wxqu_31 {
    background-color: #F4F7F8;
    color: #2D98A2;
    font-size: 16px;
    padding: 8px;
}

._numInput_1c695_1 {
    color: #000;
    width: 30px;
    font-style: normal;
    font-weight: 500;
    border-bottom: 5px solid var(--accent-color-20);
}

._numInput_1c695_1:focus {
    outline: none;
}

._numInput_1c695_1:nth-child(4),
._numInput_1c695_1:nth-child(7),
._numInput_1c695_1:nth-child(9) {
    margin-right: 6px;
}

._phoneContainer_1hzen_1 {
    width: 100%;
    gap: 6px;
    display: flex;
    max-width: 445px;
}

._prefix_1hzen_8 {
    color: #000;
    height: 78px;
    width: 60px;
    margin-right: 6px;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    align-items: center;
    padding-bottom: 25px;
    border-bottom: 5px solid var(--accent-color-20);
}

._button_1hzen_23 {
    margin-top: 18px;
    height: 50px;
}

._errorContainer_1hzen_27 {
    height: 19px;
    margin-bottom: 18px;
}

._error_1hzen_27 {
    color: #a22d2d;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    margin-top: 17px;
}

@media (max-width: 768px) {
    ._prefix_1hzen_8 {
        font-size: 26px;
        line-height: 24px;
        padding-bottom: 5px;
        height: 42px;
    }
}

@media (max-height: 500px) and (max-width: 1024px) and (orientation: landscape) {
    ._error_1hzen_27 {
        margin-top: 10px;
    }

    ._prefix_1hzen_8 {
        font-size: 26px;
        line-height: 24px;
        padding-bottom: 5px;
        height: 42px;
    }

    ._button_1hzen_23 {
        height: 42px;
    }

    ._errorContainer_1hzen_27 {
        margin-bottom: 8px;
    }
}

._codeInput_juezq_1 {
    color: #000;
    width: 30px;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border-bottom: 5px solid var(--accent-color-20);
}

._codeInput_juezq_1:focus {
    outline: none;
}

@media (max-width: 768px) {
    ._codeInput_juezq_1 {
        width: 4px;
    }
}

._phoneContainer_5nger_1 {
    width: 100%;
    gap: 6px;
    display: flex;
    justify-content: center;
    max-width: 445px;
}

._phoneWrapper_5nger_9 {
    margin-bottom: 54px;
}

._errorContainer_5nger_13 {
    margin-top: 17px;
    height: 19px;
}

._error_5nger_13 {
    color: #a22d2d;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
}

@media (max-width: 768px) {
    ._phoneContainer_5nger_1 {
        margin-top: 40px;
    }

    ._phoneWrapper_5nger_9 {
        margin-bottom: 25px;
    }

    ._error_5nger_13 {
        margin-top: 10px;
    }
}

@media (max-height: 500px) and (max-width: 1024px) and (orientation: landscape) {
    ._phoneWrapper_5nger_9 {
        margin-bottom: 10px;
    }

    ._phoneContainer_5nger_1 {
        margin-top: 14px;
    }

    ._errorContainer_5nger_13 {
        margin-top: 7px;
    }

    ._error_5nger_13 {
        margin-top: 0px;
    }
}

._input_1ebsx_1 {
    width: 100%;
    padding: 5px 11px;
    border: 1px solid var(--accent-color-07);
    background: var(--accent-color-07);
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
}

._input_1ebsx_1:focus,
._input_1ebsx_1:focus-visible {
    outline: none;
}

._select_1qu55_1 {
    width: 100%;
    padding: 12px 11px 5px 11px;
    border: 1px solid var(--accent-color-07);
    background: var(--accent-color-07);
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

._select_1qu55_1:focus,
._select_1qu55_1:focus-visible {
    outline: none;
}

._wrapper_1qu55_22 {
    position: relative;
}

._icon_1qu55_26 {
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 450px) {
    ._logo_14elj_2 {
        max-width: 210px;
    }
}

._status_1hx5q_1 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2d98a2;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    background: #eaf5f6;
    max-width: 140px;
    height: 38px;
    padding: 0 20px;
    text-transform: uppercase;
}

._red_1hx5q_19 {
    color: #a22d2d;
    background: #f6ecea;
}

._yellow_1hx5q_24 {
    color: #cd8d10;
    background: #faf4e7;
}

._gray_1hx5q_29 {
    background-color: #E7E7E7;
    color: #4F5454;
}

._mobile_1hx5q_34 {
    background: none;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    height: auto;
    max-width: none;
    padding: 0;
    justify-content: flex-start;
}

._paginationContainer_lp0hv_1 {
    display: flex;
    list-style-type: none;
}

._paginationItem_lp0hv_5 {
    padding: 0 12px;
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto 4px;
    color: #000;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    letter-spacing: 0.01071em;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
}

._dots_lp0hv_23:hover {
    background-color: transparent;
    cursor: default;
}

._paginationItem_lp0hv_5:hover {
    background-color: rgba(0, 0, 0, 0.04);
    cursor: pointer;
}

._paginationItem_lp0hv_5._selected_lp0hv_32 {
    background-color: #2d98a233;
}

._disabled_lp0hv_36 {
    pointer-events: none;
}

._disabled_lp0hv_36 ._arrow_lp0hv_40::before {
    border-right: 0.12em solid rgba(0, 0, 0, 0.43);
    border-top: 0.12em solid rgba(0, 0, 0, 0.43);
}

._disabled_lp0hv_36:hover {
    background-color: transparent;
    cursor: default;
}

._wrapper_z5wpz_1 {
    max-width: 420px;
    background: #fff;
    position: relative;
}

._container_z5wpz_7 {
    width: 420px;
    height: 450px;
}

._container_z5wpz_7 img,
._additionContainer_z5wpz_13 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

._addition_z5wpz_13 {
    min-width: 100px;
    min-height: 70px;
    max-height: 70px;
    margin: 0 3px;
    padding: 6px 0;
}

._additionContainer_z5wpz_13 {
    width: 100%;
}

._arrowButton_z5wpz_31 {
    position: absolute;
    top: 0;
    width: 20%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
    transition: all 0.3s ease-in-out;
}

._arrowButton_z5wpz_31:hover {
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
}

._arrow_z5wpz_31 {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

._left_z5wpz_58 {
    left: 0;
}

._left_z5wpz_58 ._arrow_z5wpz_31 {
    left: 7px;
    transform: rotate(180deg);
}

._right_z5wpz_67 {
    right: 0;
}

._right_z5wpz_67 ._arrow_z5wpz_31 {
    right: 7px;
}

@media (max-width: 900px) {
    ._wrapper_z5wpz_1 {
        margin: 0 auto;
    }

    ._container_z5wpz_7 img,
    ._additionContainer_z5wpz_13 img {
        object-position: 50% 20%;
    }
}

._group_4k3n9_1 {
    display: flex;
    flex-wrap: wrap;
    row-gap: 8px;
}

._button_4k3n9_6 {
    height: 40px;
    overflow: hidden;
    color: #2d98a2;
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    padding: 10px 13px;
    background: rgba(45, 152, 162, 0.07);
}

._button_4k3n9_6:hover {
    background: rgba(45, 152, 162, 0.2);
}

._active_4k3n9_22 {
    background: #2d98a2;
    color: #fff;
}

@media (max-width: 768px) {
    ._group_4k3n9_1 {
        width: 100%;
    }

    ._button_4k3n9_6 {
        font-size: 14px;
        padding: 5px 20px;
        line-height: 30px;
    }
}

@media (max-width: 390px) {
    ._button_4k3n9_6 {
        font-size: 12px;
        padding: 5px 14px;
    }
}

@media (max-height: 500px) and (max-width: 1024px) and (orientation: landscape) {
    ._group_4k3n9_1 {
        width: auto;
    }

    ._button_4k3n9_6 {
        font-size: 14px;
        padding: 5px 20px;
    }
}

._auth_jlm4s_1 {
    height: 474px;
    width: 544px;
    position: relative;
    z-index: 1;
    background: white;
    padding: 50px;
}

._authHeader_jlm4s_10 {
    font-size: 40px;
    font-style: normal;
    font-weight: 850;

    text-transform: uppercase;
    margin-bottom: 28px;
}

._authSubheader_jlm4s_19 {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 44px;
}

@media (max-width: 768px) {
    ._auth_jlm4s_1 {
        height: 405px;
        width: 100%;
        max-width: 328px;
        padding: 25px;
        padding-top: 80px;
    }

    ._authHeader_jlm4s_10 {
        font-size: 36px;
        margin-bottom: 18px;
    }

    ._authSubheader_jlm4s_19 {
        font-size: 16px;
        margin-bottom: 26px;
    }
}

@media (max-height: 500px) and (max-width: 1024px) and (orientation: landscape) {
    ._authHeader_jlm4s_10 {
        font-size: 36px;
        margin-bottom: 0px;
    }

    ._authSubheader_jlm4s_19 {
        font-size: 15px;
        margin-bottom: 0px;
    }

    ._auth_jlm4s_1 {
        height: 242px;
        padding: 20px;
    }
}

._code_nj6nq_1 {
    height: 474px;
    width: 544px;
    background: white;
    padding: 50px;
    position: relative;
}

._codeHeader_nj6nq_9 {
    font-size: 40px;
    font-style: normal;
    font-weight: 850;

    text-transform: uppercase;
    margin-bottom: 28px;
}

._codeSubheader_nj6nq_18 {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 44px;
}

._codeText_nj6nq_26 {
    margin-top: 28px;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

._codeLink_nj6nq_35 {
    cursor: pointer;
    text-decoration-line: underline;
}

._backArrow_nj6nq_40 {
    position: absolute;
    top: 16px;
    left: 11px;
    cursor: pointer;
}

@media (max-width: 768px) {
    ._code_nj6nq_1 {
        height: 405px;
        width: 100%;
        max-width: 328px;
        padding: 25px;
        padding-top: 80px;
    }

    ._codeHeader_nj6nq_9 {
        font-size: 36px;
        margin-bottom: 18px;
    }

    ._codeSubheader_nj6nq_18 {
        font-size: 15px;
        margin-bottom: 3px;
    }

    ._codeText_nj6nq_26 {
        font-size: 14px;
    }
}

@media (max-height: 500px) and (max-width: 1024px) and (orientation: landscape) {
    ._codeHeader_nj6nq_9 {
        font-size: 36px;
        margin-bottom: 0px;
    }

    ._codeSubheader_nj6nq_18 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    ._code_nj6nq_1 {
        height: 242px;
        max-width: 320px;
        padding: 20px;
        padding-top: 32px;
    }

    ._codeText_nj6nq_26 {
        margin-top: 0px;
    }

    ._backArrow_nj6nq_40 {
        top: 6px;
        left: 6px;
    }
}

._navbarButton_1p94m_1 {
    display: flex;
    font-weight: 500;
    gap: 18px;
    width: 278px;
    background: transparent;
    position: relative;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    padding: 17px 20px;
}

._navbarButton_1p94m_1:hover {
    background: rgb(230, 242, 244, 0.5);
}

._active_1p94m_19 {
    background: #e5f1f4;
}

@media (max-width: 1160px) {
    ._navbar_1p94m_1 {
        border-radius: 18px 18px 0px 0px;
        box-shadow: 0px -3px 11px 0px rgba(45, 152, 162, 0.2);
        position: absolute;
        background: #f9fbfd;
        bottom: 0;
        left: 0;
        order: 3;
        display: flex;
        width: 100%;
    }

    ._navLink_1p94m_34 {
        max-width: 50%;
        width: 100%;
    }

    ._navbarButton_1p94m_1 {
        width: 100%;
        max-width: 100%;
        justify-content: center;
        align-items: center;
    }

    ._active_1p94m_19 {
        background: transparent;
    }

    ._active_1p94m_19 ._icon_1p94m_47 {
        fill: #2d98a2;
        fill-opacity: 1;
    }

    ._active_1p94m_19 ._svg_1p94m_51 {
        fill: #2d98a2;
        fill-opacity: 1;
    }

    ._active_1p94m_19 ._svg_1p94m_51 path {
        fill: white;
    }

    ._navbarButton_1p94m_1 svg {
        width: 30px;
        height: 30px;
    }
}

._ndflContainer_1wua3_1 {
    position: relative;
    min-width: 317px;
    max-height: 220px;
    padding: 28px 32px 31px 33px;
    background: #fff;
}

._ndflHeader_1wua3_9 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 6px;
    margin: 0;
}

._ndflText_1wua3_17 {
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 20px;
}

._ndflLink_1wua3_27 {
    color: #2d98a2;
    /* font-family: DIN Pro; */
    display: block;
    font-size: 14px;
    text-decoration-line: underline;
    margin-top: 3px;
    margin-bottom: 6px;
}

._successText_1wua3_37 {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
}

._button_1wua3_45 {
    margin: 0 auto;
    margin-top: 37px;
    width: 124px;
}

._modalContent_1wua3_51 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 60px 45px;
}

._modalHeader_1wua3_57 {
    font-size: 44px;
    font-weight: 700;
}

._modalText_1wua3_62 {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}

@media (max-width: 1160px) {
    ._ndflContainer_1wua3_1 {
        margin-bottom: 90px;
    }
}

@media (max-width: 1160px) and (orientation: portrait) {
    ._ndflContainer_1wua3_1 {
        max-width: 590px;
        width: 100%;
    }
}

@media (max-width: 1024px) and (orientation: landscape) {
    ._ndflContainer_1wua3_1 {
        max-width: 590px;
        width: 100%;
    }
}

._personalData_13g11_1 {
    margin-bottom: 25px;
}

._personalData_13g11_1 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 0 30px;
}

._formField_13g11_12 {
    width: 46%;
}

._formLabel_13g11_16 {
    margin-bottom: 3px;
    color: var(--accent-color-80);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
}

._formError_13g11_24 {
    color: #a22d2d;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    margin-top: 3px;
}

@media (max-width: 1160px) {
    ._formField_13g11_12 {
        width: 100%;
    }
}

._personalInn_om70e_1 {
    display: flex;
    align-items: flex-end;
    gap: 30px;
    padding: 30px 30px 0;
    margin-bottom: 16px;
}

._formField_om70e_8 {
    width: 46%;
}

._formLabel_om70e_12 {
    margin-bottom: 3px;
    color: var(--accent-color-80);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
}

._formError_om70e_20 {
    color: #a22d2d;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    margin-top: 3px;
}

@media (max-width: 1160px) {
    ._personalInn_om70e_1 {
        flex-direction: column;
    }

    ._formField_om70e_8 {
        width: 100%;
    }
}

._personalName_1cvq2_1 {
    margin-bottom: 25px;
}

._personalName_1cvq2_1 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 0 30px;
}

._formField_1cvq2_12 {
    width: 46%;
}

._formLabel_1cvq2_16 {
    margin-bottom: 3px;
    color: var(--accent-color-80);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
}

._formError_1cvq2_24 {
    color: #a22d2d;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    margin-top: 3px;
}

@media (max-width: 1160px) {
    ._formField_1cvq2_12 {
        width: 100%;
    }
}

._personalWrapper_sxec8_1 {
    width: 100%;
    max-width: 590px;
    /* background: #fff; */
    position: relative;
}

._personalHeader_sxec8_8 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    border-bottom: 2px solid #f4f7f8;
    padding: 0px 0 20px 37px;
    margin-top: 28px;
}

._personalContent_sxec8_18 {
    padding-top: 30px;
}

._personalName_sxec8_22 {
    margin-bottom: 25px;
}

._personalName_sxec8_22,
._personalData_sxec8_27 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 0 30px;
}

._formField_sxec8_34 {
    width: 46%;
}

._formAdress_sxec8_38 {
    padding: 0 30px;
    padding-bottom: 30px;
    margin-top: 25px;
    width: 100%;
    border-bottom: 2px solid #f4f7f8;
}

._personalInn_sxec8_46,
._personalSnils_sxec8_47 {
    display: flex;
    align-items: flex-end;
    gap: 30px;
    padding: 30px;
}

._formLabel_sxec8_54 {
    margin-bottom: 3px;
    color: var(--accent-color-80);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
}

._formButtonContainer_sxec8_62 {
    display: flex;
    justify-content: flex-end;
}

._formButton_sxec8_62 {
    width: 124px;
    margin-right: 30px;
    margin-bottom: 34px;
}

._formError_sxec8_73 {
    color: #a22d2d;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    margin-top: 3px;
}

._formAddText_sxec8_81 {
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    text-align: justify;

    color: #828282;
    padding: 0 30px;
    margin-bottom: 20px;
}

@media (max-width: 1160px) {
    ._personalWrapper_sxec8_1 {
        margin: 0;
        margin-bottom: 25px;
    }
}

._donationsWrapper_1ddfc_1 {
    width: 100%;
    margin-left: 35px;
    background: #fff;
    position: relative;
}

._donationHeader_1ddfc_8 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    padding: 28px 37px 30px;
}

._donation_1ddfc_1 {
    display: flex;
}

._paginationContainer_1ddfc_20 {
    display: flex;
    justify-content: flex-end;
    margin-right: 35px;
}

._pagination_1ddfc_20 {
    margin: 25px 0;
}

._donationHeader_1ddfc_8 {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

._searchContainer_1ddfc_35 {
    position: relative;
}

._searchIcon_1ddfc_38 {
    position: absolute;
    top: 10px;
    left: 11px;
}

._donationSearch_1ddfc_43 {
    border: 1px solid rgba(45, 152, 162, 0.07);
    background: rgba(45, 152, 162, 0.07);
    overflow: hidden;
    color: rgba(0, 0, 0, 0.5);
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;

    min-width: 308px;
    padding-top: 12px;
    padding-bottom: 7px;
    padding-left: 45px;
}

._donationsWrapper_1ddfc_1 {
    margin-bottom: 80px;
}

@media (max-width: 1160px) {
    ._searchContainer_1ddfc_35 {
        width: 100%;
    }

    ._donationSearch_1ddfc_43 {
        width: 100%;
        min-width: auto;
    }

    ._donationHeader_1ddfc_8 {
        flex-direction: column;
        align-items: start;
        margin: 10px;
    }

    ._donationsWrapper_1ddfc_1 {
        margin-left: 0;
    }

    ._paginationContainer_1ddfc_20 {
        justify-content: center;
        margin: 0;
    }
}

._burgerButton_mi5i5_1 {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    background: rgba(45, 152, 162, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 6;
}

._links_mi5i5_13 {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: #f9fbfd;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    z-index: 5;
    overflow: auto;
}

._link_mi5i5_13 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 20px;
}

._buttons_mi5i5_36 {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 120px;
    z-index: 1;
    background: #f9fbfd;
}

._button_mi5i5_36,
._logout_mi5i5_46 {
    position: relative;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    /* width: 120px; */
    border-radius: 5px;
}

._button_mi5i5_36 {
    max-width: 177px;
    margin-bottom: 20px;
}

._logout_mi5i5_46 {
    display: none;
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 0;
    /* border-top: 5px solid #f9fbfd; */
    width: 177px;
}

._active_mi5i5_71 {
    display: block;
}

._menuButton_mi5i5_75 {
    border-radius: 5px;
    background: #f0f8f9;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
}

._menuButton_mi5i5_75:not(:last-child) {
    border-bottom: 2px solid #f9fbfd;
}

._centers_mi5i5_87 {
    max-width: 200px;
    z-index: 2;
}

._activeCenters_mi5i5_91 {
}

._header_d7c7t_1 {
    background: #f9fbfd;
}

._content_d7c7t_5 {
    position: relative;
    margin: 0 auto;
    height: 81px;
    max-width: 1240px;
    display: flex;
    justify-content: space-between;
    z-index: 4;
    align-items: center;
    padding: 20px 0px;
}

._links_d7c7t_16 {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-left: 40px;
}

._buttons_d7c7t_23 {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 200px;
    z-index: 1;
}

._button_d7c7t_23,
._logout_d7c7t_32 {
    position: relative;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    /* width: 177px; */
    border-radius: 5px;
    cursor: pointer;
    white-space: nowrap;
}

._logout_d7c7t_32 {
    display: none;
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 0;
    border-top: 5px solid #f9fbfd;
    width: 177px;
}

._menuButton_d7c7t_54 {
    border-radius: 5px;
    background: #f0f8f9;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
}

._menuButton_d7c7t_54:not(:last-child) {
    border-bottom: 2px solid #f9fbfd;
}

._active_d7c7t_66 {
    display: flex;
    flex-direction: column;
    border: none;
}

._link_d7c7t_16 {
    color: #000;
    font-size: 15px;
    line-height: 16px;
    font-style: normal;
    font-weight: 500;
    /* white-space: nowrap; */
    text-align: center;
    width: auto;
}

@media (max-width: 1160px) {
    ._content_d7c7t_5 {
        margin: 0 auto;
        padding-left: 20px;
        padding-right: 20px;
    }
}

._patientDonateHeader_1iwsy_1 {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 850;
    text-transform: uppercase;
}

._patientDonateHeaderCenter_1iwsy_9 {
    text-align: center;
}

._patientDonation_1iwsy_13 {
    margin-top: 2px;
    padding-top: 32px;
    max-width: 420px;
    background: #fff;
    padding: 0 20px;
    padding-top: 32px;
    padding-bottom: 16px;
}

._patientsHeader_1iwsy_23 {
    display: flex;
    justify-content: space-between;
    color: rgba(45, 152, 162, 0.8);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
}

._patientsFinal_1iwsy_32 {
    color: rgba(0, 0, 0, 0.4);
}

._patientsHeader_1iwsy_23 {
    margin-top: 20px;
}

._progress_1iwsy_40 div {
    background: rgba(45, 152, 162, 0.5);
}

._buttonsContainer_1iwsy_44 {
    border-top: 2px solid #d0e7eb;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 20px;
}

._button_1iwsy_44 {
    display: flex;
    width: calc(50% - 5px);
    padding: 14px 0px;
    justify-content: center;
    align-items: center;
    background: rgba(45, 152, 162, 0.07);
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

._button_1iwsy_44::placeholder {
    color: #b9c9cb;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

._button_1iwsy_44:focus {
    outline: none;
}

._active_1iwsy_77 {
    color: #fff;
    background: #ffb951;
}

._activeFull_1iwsy_82:focus {
    outline: 1px solid #ffb951;
}

._errorText_1iwsy_86 {
    color: #a22d2d;
    font-size: 12px;
    text-align: center;
    /* margin: 5px 0; */
}

._full_1iwsy_93 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 5px;
}

._donateButton_1iwsy_99 {
    margin-top: 5px;
}

._addition_1iwsy_103 {
    margin-top: 18px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

._addition_1iwsy_103 a {
    text-decoration-line: underline;
}

._donorsCount_1iwsy_115 {
    color: #57adb5;
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
}

@media (max-width: 900px) {
    ._patientDonation_1iwsy_13 {
        margin-top: 30px;
    }
}

@media (max-height: 500px) and (max-width: 1024px) and (orientation: landscape) {
    ._patientDonation_1iwsy_13 {
        max-width: 712px;
    }

    ._buttonsContainer_1iwsy_44 {
        flex-wrap: nowrap;
    }
}

._patientsList_13vha_1 {
    margin-top: 30px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px 23px;
}

._patientsCard_13vha_9 {
    max-width: 330px;
    width: 100%;
    background: #fff;
    max-height: 100%;
    height: 100%;
    transition: all 0.2s ease-in-out;
    display: flex;
    flex-direction: column;
}

._patientsCard_13vha_9:hover {
    transform: scale(1.02);
    transition: all 0.2s ease-in-out;
}

._patientsData_13vha_25 {
    padding: 28px 24px 21px 20px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

._patientsImg_13vha_32 {
    width: 330px;
    height: 300px;
    object-fit: cover;
    object-position: 50% 0;
}

._patientName_13vha_39 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 7px;
}

._patientStory_13vha_47 {
    flex: 1 1 auto;
    margin-bottom: 19px;
}

._patientText_13vha_52 {
    color: rgba(0, 0, 0, 0.8);
    text-overflow: ellipsis;
    font-size: 16px;
}

._patientAmount_13vha_58 {
    color: #2d98a2;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
}

@media (max-width: 900px) {
    ._patientsCard_13vha_9:hover {
        transform: none;
        transition: none;
    }

    ._patientsList_13vha_1 {
        grid-template-columns: repeat(2, 1fr);
    }

    ._patientsCard_13vha_9 {
        max-width: none;
        width: 100%;
    }

    ._patientsImg_13vha_32 {
        width: 100%;
        height: 300px;
        object-position: 50% 20%;
    }
}

@media (max-width: 450px) {
    ._patientsList_13vha_1 {
        grid-template-columns: 1fr;
        justify-items: center;
    }
}

._mobileItem_qzcnb_1 {
    width: 100%;
    display: flex;
    padding: 12px 15px;
    border-bottom: 2px solid #f4f7f8;
}

._mobileItem_qzcnb_1:first-child {
    border-top: 2px solid #f4f7f8;
}

._mobileContent_qzcnb_12 {
    width: 100%;
    margin-left: 15px;
}

._mobileImg_qzcnb_17 {
    max-width: 68px;
    height: 68px;
    object-fit: cover;
}

._mobileHeader_qzcnb_23 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

._mobileDate_qzcnb_30 {
    overflow: hidden;
    color: rgba(0, 0, 0, 0.5);
    text-overflow: ellipsis;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

._mobileLine_qzcnb_39 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

._mobileAmount_qzcnb_45 {
    color: #2d98a2;
    text-align: right;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
}

._donationContainer_qzcnb_53 {
    min-height: 100%;
}

._tableContainer_qzcnb_57 {
    max-width: 100%;
    padding: 0 40px;
}

._table_qzcnb_57 {
    width: 100%;
}

._tableHeader_qzcnb_65 {
    text-align: left;
    color: rgba(118, 138, 139, 0.6);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;

    padding-bottom: 10px;
}

._donationLine_qzcnb_74 {
    cursor: pointer;
    border-bottom: 2px solid #f4f7f8;
}

._donationLine_qzcnb_74:first-child {
    border-top: 2px solid #f4f7f8;
}

._donationLine_qzcnb_74:hover {
    background: #f4f7f8;
}

._donationName_qzcnb_87 {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px 0;
}

._donationAmount_qzcnb_97 {
    color: #2d98a2;
    font-size: 16px;
    font-weight: 500;
}

._donationDate_qzcnb_103 {
    overflow: hidden;
    color: rgba(0, 0, 0, 0.5);
    font-size: 15px;
}

._avatar_qzcnb_109 {
    height: 48px;
    width: 48px;
    object-fit: cover;
}

._personalWrapper_1mm1l_1 {
    width: 100%;
    max-width: 590px;
    background: #fff;
    position: relative;
    margin-bottom: 30px;
}

._personalHeader_1mm1l_9 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    border-bottom: 2px solid #f4f7f8;
    padding: 28px 37px 20px 37px;
    margin: 0;
}

._personalContent_1mm1l_18 {
    padding: 30px;
}

._personalName_1mm1l_22 {
    margin-bottom: 25px;
}

._personalName_1mm1l_22 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

._formAdress_1mm1l_32 {
    padding: 0 30px 30px;
    margin-top: 25px;
    width: 100%;
    border-bottom: 2px solid #f4f7f8;
}

._personalInn_1mm1l_39,
._personalSnils_1mm1l_40 {
    display: flex;
    align-items: flex-end;
    gap: 30px;
    padding: 30px;
}

._formLabel_1mm1l_47 {
    margin-bottom: 3px;
    color: var(--accent-color-80);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
}

._personalData_1mm1l_55 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 25px;
}

._formButton_1mm1l_63 {
    width: 124px;
}

@media (max-width: 1160px) {
    ._personalData_1mm1l_55 {
        display: flex;
        flex-direction: column;
    }
}

._auth_hicr3_1 {
    height: 220px;
    width: 435px;
    position: relative;
    z-index: 1;
    background: white;
    padding: 40px 50px 60px;
}

._authHeader_hicr3_10 {
    font-size: 40px;
    font-style: normal;
    font-weight: 850;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 28px;
}

._authSubheader_hicr3_19 {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 44px;
}

._button_hicr3_27 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 10px;
    padding: 14px 12px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px; /* 122.222% */
    background: var(--light-accent, #0079c2);
}

._logo_hicr3_41 {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 768px) {
    ._auth_hicr3_1 {
        width: 100%;
        max-width: 435px;
        margin: 0 20px;
        padding: 20px 20px 30px;
        height: auto;
    }

    ._authHeader_hicr3_10 {
        font-size: 36px;
        margin-bottom: 18px;
    }

    ._authSubheader_hicr3_19 {
        font-size: 16px;
        margin-bottom: 26px;
    }
}

@media (max-width: 400px) {
    ._button_hicr3_27 {
        /* justify-content: flex-end; */
    }
}

@media (max-height: 500px) and (max-width: 1024px) and (orientation: landscape) {
    ._auth_hicr3_1 {
        width: 100%;
        max-width: 435px;
        margin: 0 20px;
        padding: 20px 20px 30px;
        height: auto;
    }

    ._authHeader_hicr3_10 {
        font-size: 36px;
        margin-bottom: 0px;
    }

    ._authSubheader_hicr3_19 {
        font-size: 15px;
        margin-bottom: 0px;
    }
}

._footerWrapper_peq8x_1 {
    background: #2d98a2;
    min-height: 422px;
    background-image: url("/images/footerBg.png");
    background-repeat: no-repeat;
    background-position: center right;
}

._footerContainer_peq8x_9 {
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 56px;
    padding-left: 100px;
    padding-right: 100px;
}

._footerContent_peq8x_17 {
    padding-top: 45px;
    max-width: 1000px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

._footerAdress_peq8x_26 {
    color: var(--color-colors-base-white, #fff);
    font-size: 19px;
    font-weight: 500;
    max-width: 346px;
    margin-bottom: 21px;
}

._footerPhone_peq8x_34 {
    color: var(--color-colors-base-white, #fff);
    font-size: 36px;
    font-weight: 850;
    text-transform: uppercase;
    margin-bottom: 2px;
}

._footerMail_peq8x_42 {
    color: var(--color-colors-base-white, #fff);
    font-size: 30px;
    font-weight: 850;
}

._footerLink_peq8x_48 {
    display: block;
    color: var(--color-colors-base-white, #fff);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 26px;
    cursor: pointer;
}

._footerDate_peq8x_57 {
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    margin-top: 18px;
    border-top: 2px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 991px) {
    ._footerContainer_peq8x_9 {
        padding-left: 60px;
        padding-right: 60px;
    }

    ._footerAdress_peq8x_26 {
        max-width: 248px;
    }

    ._footerPhone_peq8x_34 {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    ._footerLogo_peq8x_80 {
        margin: 0 auto;
    }

    ._footerAdress_peq8x_26 {
        max-width: none;
        margin-bottom: 10px;
    }

    ._footerPhone_peq8x_34,
    ._footerMail_peq8x_42,
    ._footerLink_peq8x_48 {
        margin-bottom: 10px;
    }

    ._footerContent_peq8x_17 {
        flex-direction: column;
        align-items: center;
        gap: 0;
        text-align: center;
    }

    ._footerContainer_peq8x_9 {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 479px) {
    ._footerContent_peq8x_17 {
        align-items: flex-start;
        text-align: left;
    }
}

._card_rcl4h_1 {
    display: flex;
    align-items: center;
    gap: 8px;

    height: 56px;
    border-radius: 8px;
    margin-bottom: 8px;
    padding: 8px;

    position: relative;
}

._card_rcl4h_1:hover {
    background-color: #F0F8F9;
}

._cardMain_rcl4h_16 {
    border: 1px solid #2D98A2;
}

._cardImg_rcl4h_19 {
    height: 100%;
    aspect-ratio: 3/2;
    border-radius: 4px;
    overflow: hidden;
}

._cardPaymentSystem_rcl4h_25 {
    font-weight: 500;
    font-size: 14px;
}

._cardMaskedPan_rcl4h_30 {
    font-weight: 400;
    font-size: 14px;
}

._cardMainLabel_rcl4h_35 {
    font-weight: 400;
    font-size: 12px;
    color: #809699;
}


._moreIcon_rcl4h_42 {
    position: absolute;
    right: 8px;
}

._addCardIcon_rcl4h_47 {
    width: 60px;
    height: 100%;
    border-radius: 4px;
    border: 2px solid #D9D9D9;

    display: flex;
    justify-content: center;
    align-items: center;
}

._container_1jub6_1 {
    display: flex;
    flex-direction: column;
    align-items: center;

    padding: 28px 37px;
}

svg._cardImg_1jub6_9 {
    width: 90px;
    height: 60px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 20px;
}

._paymentSystem_1jub6_17 {
    font-weight: 500;
    font-size: 20px;
}

._maskedPan_1jub6_22 {
    font-weight: 400;
    font-size: 20px;
}

._buttons_1jub6_27 {
    display: flex;
    width: 100%;
    height: 38px;
    gap: 24px;
    margin-top: 26px;
}

._confirmDeleteHeader_1jub6_35 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 6px;
    width: 100%;
}

._confirmDeleteText_1jub6_44 {
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 20px;
}

._paymentWrapper_3p5yj_1 {
    width: 100%;
    max-width: 590px;
    background: #fff;
    position: relative;
}

._paymentHeader_3p5yj_8 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    padding: 28px 20px;
    padding-inline: 37px;
}

._cards_3p5yj_17 {
    display: flex;
    flex-direction: column;
    padding-inline: 37px;
    padding-bottom: 28px;
}

._wrapper_mkbbv_1 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

:host,
:root,
[data-theme] {
    --chakra-ring-inset: var(--chakra-empty, /*!*/ /*!*/);
    --chakra-ring-offset-width: 0px;
    --chakra-ring-offset-color: #fff;
    --chakra-ring-color: rgba(66, 153, 225, 0.6);
    --chakra-ring-offset-shadow: 0 0 #0000;
    --chakra-ring-shadow: 0 0 #0000;
    --chakra-space-x-reverse: 0;
    --chakra-space-y-reverse: 0;
    --chakra-colors-transparent: transparent;
    --chakra-colors-current: currentColor;
    --chakra-colors-black: #000000;
    --chakra-colors-white: #FFFFFF;
    --chakra-colors-whiteAlpha-50: rgba(255, 255, 255, 0.04);
    --chakra-colors-whiteAlpha-100: rgba(255, 255, 255, 0.06);
    --chakra-colors-whiteAlpha-200: rgba(255, 255, 255, 0.08);
    --chakra-colors-whiteAlpha-300: rgba(255, 255, 255, 0.16);
    --chakra-colors-whiteAlpha-400: rgba(255, 255, 255, 0.24);
    --chakra-colors-whiteAlpha-500: rgba(255, 255, 255, 0.36);
    --chakra-colors-whiteAlpha-600: rgba(255, 255, 255, 0.48);
    --chakra-colors-whiteAlpha-700: rgba(255, 255, 255, 0.64);
    --chakra-colors-whiteAlpha-800: rgba(255, 255, 255, 0.80);
    --chakra-colors-whiteAlpha-900: rgba(255, 255, 255, 0.92);
    --chakra-colors-blackAlpha-50: rgba(0, 0, 0, 0.04);
    --chakra-colors-blackAlpha-100: rgba(0, 0, 0, 0.06);
    --chakra-colors-blackAlpha-200: rgba(0, 0, 0, 0.08);
    --chakra-colors-blackAlpha-300: rgba(0, 0, 0, 0.16);
    --chakra-colors-blackAlpha-400: rgba(0, 0, 0, 0.24);
    --chakra-colors-blackAlpha-500: rgba(0, 0, 0, 0.36);
    --chakra-colors-blackAlpha-600: rgba(0, 0, 0, 0.48);
    --chakra-colors-blackAlpha-700: rgba(0, 0, 0, 0.64);
    --chakra-colors-blackAlpha-800: rgba(0, 0, 0, 0.80);
    --chakra-colors-blackAlpha-900: rgba(0, 0, 0, 0.92);
    --chakra-colors-gray-50: #F7FAFC;
    --chakra-colors-gray-100: #EDF2F7;
    --chakra-colors-gray-200: #E2E8F0;
    --chakra-colors-gray-300: #CBD5E0;
    --chakra-colors-gray-400: #A0AEC0;
    --chakra-colors-gray-500: #718096;
    --chakra-colors-gray-600: #4A5568;
    --chakra-colors-gray-700: #2D3748;
    --chakra-colors-gray-800: #1A202C;
    --chakra-colors-gray-900: #171923;
    --chakra-colors-red-50: #FFF5F5;
    --chakra-colors-red-100: #FED7D7;
    --chakra-colors-red-200: #FEB2B2;
    --chakra-colors-red-300: #FC8181;
    --chakra-colors-red-400: #F56565;
    --chakra-colors-red-500: #E53E3E;
    --chakra-colors-red-600: #C53030;
    --chakra-colors-red-700: #9B2C2C;
    --chakra-colors-red-800: #822727;
    --chakra-colors-red-900: #63171B;
    --chakra-colors-orange-50: #FFFAF0;
    --chakra-colors-orange-100: #FEEBC8;
    --chakra-colors-orange-200: #FBD38D;
    --chakra-colors-orange-300: #F6AD55;
    --chakra-colors-orange-400: #ED8936;
    --chakra-colors-orange-500: #DD6B20;
    --chakra-colors-orange-600: #C05621;
    --chakra-colors-orange-700: #9C4221;
    --chakra-colors-orange-800: #7B341E;
    --chakra-colors-orange-900: #652B19;
    --chakra-colors-yellow-50: #FFFFF0;
    --chakra-colors-yellow-100: #FEFCBF;
    --chakra-colors-yellow-200: #FAF089;
    --chakra-colors-yellow-300: #F6E05E;
    --chakra-colors-yellow-400: #ECC94B;
    --chakra-colors-yellow-500: #D69E2E;
    --chakra-colors-yellow-600: #B7791F;
    --chakra-colors-yellow-700: #975A16;
    --chakra-colors-yellow-800: #744210;
    --chakra-colors-yellow-900: #5F370E;
    --chakra-colors-green-50: #F0FFF4;
    --chakra-colors-green-100: #C6F6D5;
    --chakra-colors-green-200: #9AE6B4;
    --chakra-colors-green-300: #68D391;
    --chakra-colors-green-400: #48BB78;
    --chakra-colors-green-500: #38A169;
    --chakra-colors-green-600: #2F855A;
    --chakra-colors-green-700: #276749;
    --chakra-colors-green-800: #22543D;
    --chakra-colors-green-900: #1C4532;
    --chakra-colors-teal-50: #E6FFFA;
    --chakra-colors-teal-100: #B2F5EA;
    --chakra-colors-teal-200: #81E6D9;
    --chakra-colors-teal-300: #4FD1C5;
    --chakra-colors-teal-400: #38B2AC;
    --chakra-colors-teal-500: #319795;
    --chakra-colors-teal-600: #2C7A7B;
    --chakra-colors-teal-700: #285E61;
    --chakra-colors-teal-800: #234E52;
    --chakra-colors-teal-900: #1D4044;
    --chakra-colors-blue-50: #ebf8ff;
    --chakra-colors-blue-100: #bee3f8;
    --chakra-colors-blue-200: #90cdf4;
    --chakra-colors-blue-300: #63b3ed;
    --chakra-colors-blue-400: #4299e1;
    --chakra-colors-blue-500: #3182ce;
    --chakra-colors-blue-600: #2b6cb0;
    --chakra-colors-blue-700: #2c5282;
    --chakra-colors-blue-800: #2a4365;
    --chakra-colors-blue-900: #1A365D;
    --chakra-colors-cyan-50: #EDFDFD;
    --chakra-colors-cyan-100: #C4F1F9;
    --chakra-colors-cyan-200: #9DECF9;
    --chakra-colors-cyan-300: #76E4F7;
    --chakra-colors-cyan-400: #0BC5EA;
    --chakra-colors-cyan-500: #00B5D8;
    --chakra-colors-cyan-600: #00A3C4;
    --chakra-colors-cyan-700: #0987A0;
    --chakra-colors-cyan-800: #086F83;
    --chakra-colors-cyan-900: #065666;
    --chakra-colors-purple-50: #FAF5FF;
    --chakra-colors-purple-100: #E9D8FD;
    --chakra-colors-purple-200: #D6BCFA;
    --chakra-colors-purple-300: #B794F4;
    --chakra-colors-purple-400: #9F7AEA;
    --chakra-colors-purple-500: #805AD5;
    --chakra-colors-purple-600: #6B46C1;
    --chakra-colors-purple-700: #553C9A;
    --chakra-colors-purple-800: #44337A;
    --chakra-colors-purple-900: #322659;
    --chakra-colors-pink-50: #FFF5F7;
    --chakra-colors-pink-100: #FED7E2;
    --chakra-colors-pink-200: #FBB6CE;
    --chakra-colors-pink-300: #F687B3;
    --chakra-colors-pink-400: #ED64A6;
    --chakra-colors-pink-500: #D53F8C;
    --chakra-colors-pink-600: #B83280;
    --chakra-colors-pink-700: #97266D;
    --chakra-colors-pink-800: #702459;
    --chakra-colors-pink-900: #521B41;
    --chakra-borders-none: 0;
    --chakra-borders-1px: 1px solid;
    --chakra-borders-2px: 2px solid;
    --chakra-borders-4px: 4px solid;
    --chakra-borders-8px: 8px solid;
    --chakra-fonts-heading: Eurostile;
    --chakra-fonts-body: Eurostile;
    --chakra-fonts-mono: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --chakra-fontSizes-3xs: 0.45rem;
    --chakra-fontSizes-2xs: 0.625rem;
    --chakra-fontSizes-xs: 0.75rem;
    --chakra-fontSizes-sm: 0.875rem;
    --chakra-fontSizes-md: 1rem;
    --chakra-fontSizes-lg: 1.125rem;
    --chakra-fontSizes-xl: 1.25rem;
    --chakra-fontSizes-2xl: 1.5rem;
    --chakra-fontSizes-3xl: 1.875rem;
    --chakra-fontSizes-4xl: 2.25rem;
    --chakra-fontSizes-5xl: 3rem;
    --chakra-fontSizes-6xl: 3.75rem;
    --chakra-fontSizes-7xl: 4.5rem;
    --chakra-fontSizes-8xl: 6rem;
    --chakra-fontSizes-9xl: 8rem;
    --chakra-fontWeights-hairline: 100;
    --chakra-fontWeights-thin: 200;
    --chakra-fontWeights-light: 300;
    --chakra-fontWeights-normal: 400;
    --chakra-fontWeights-medium: 500;
    --chakra-fontWeights-semibold: 600;
    --chakra-fontWeights-bold: 700;
    --chakra-fontWeights-extrabold: 800;
    --chakra-fontWeights-black: 900;
    --chakra-letterSpacings-tighter: -0.05em;
    --chakra-letterSpacings-tight: -0.025em;
    --chakra-letterSpacings-normal: 0;
    --chakra-letterSpacings-wide: 0.025em;
    --chakra-letterSpacings-wider: 0.05em;
    --chakra-letterSpacings-widest: 0.1em;
    --chakra-lineHeights-3: .75rem;
    --chakra-lineHeights-4: 1rem;
    --chakra-lineHeights-5: 1.25rem;
    --chakra-lineHeights-6: 1.5rem;
    --chakra-lineHeights-7: 1.75rem;
    --chakra-lineHeights-8: 2rem;
    --chakra-lineHeights-9: 2.25rem;
    --chakra-lineHeights-10: 2.5rem;
    --chakra-lineHeights-normal: normal;
    --chakra-lineHeights-none: 1;
    --chakra-lineHeights-shorter: 1.25;
    --chakra-lineHeights-short: 1.375;
    --chakra-lineHeights-base: 1.5;
    --chakra-lineHeights-tall: 1.625;
    --chakra-lineHeights-taller: 2;
    --chakra-radii-none: 0;
    --chakra-radii-sm: 0.125rem;
    --chakra-radii-base: 0.25rem;
    --chakra-radii-md: 0.375rem;
    --chakra-radii-lg: 0.5rem;
    --chakra-radii-xl: 0.75rem;
    --chakra-radii-2xl: 1rem;
    --chakra-radii-3xl: 1.5rem;
    --chakra-radii-full: 9999px;
    --chakra-space-1: 0.25rem;
    --chakra-space-2: 0.5rem;
    --chakra-space-3: 0.75rem;
    --chakra-space-4: 1rem;
    --chakra-space-5: 1.25rem;
    --chakra-space-6: 1.5rem;
    --chakra-space-7: 1.75rem;
    --chakra-space-8: 2rem;
    --chakra-space-9: 2.25rem;
    --chakra-space-10: 2.5rem;
    --chakra-space-12: 3rem;
    --chakra-space-14: 3.5rem;
    --chakra-space-16: 4rem;
    --chakra-space-20: 5rem;
    --chakra-space-24: 6rem;
    --chakra-space-28: 7rem;
    --chakra-space-32: 8rem;
    --chakra-space-36: 9rem;
    --chakra-space-40: 10rem;
    --chakra-space-44: 11rem;
    --chakra-space-48: 12rem;
    --chakra-space-52: 13rem;
    --chakra-space-56: 14rem;
    --chakra-space-60: 15rem;
    --chakra-space-64: 16rem;
    --chakra-space-72: 18rem;
    --chakra-space-80: 20rem;
    --chakra-space-96: 24rem;
    --chakra-space-px: 1px;
    --chakra-space-0-5: 0.125rem;
    --chakra-space-1-5: 0.375rem;
    --chakra-space-2-5: 0.625rem;
    --chakra-space-3-5: 0.875rem;
    --chakra-shadows-xs: 0 0 0 1px rgba(0, 0, 0, 0.05);
    --chakra-shadows-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --chakra-shadows-base: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    --chakra-shadows-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --chakra-shadows-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --chakra-shadows-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    --chakra-shadows-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    --chakra-shadows-outline: 0 0 0 3px rgba(66, 153, 225, 0.6);
    --chakra-shadows-inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    --chakra-shadows-none: none;
    --chakra-shadows-dark-lg: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px, rgba(0, 0, 0, 0.2) 0px 5px 10px, rgba(0, 0, 0, 0.4) 0px 15px 40px;
    --chakra-sizes-1: 0.25rem;
    --chakra-sizes-2: 0.5rem;
    --chakra-sizes-3: 0.75rem;
    --chakra-sizes-4: 1rem;
    --chakra-sizes-5: 1.25rem;
    --chakra-sizes-6: 1.5rem;
    --chakra-sizes-7: 1.75rem;
    --chakra-sizes-8: 2rem;
    --chakra-sizes-9: 2.25rem;
    --chakra-sizes-10: 2.5rem;
    --chakra-sizes-12: 3rem;
    --chakra-sizes-14: 3.5rem;
    --chakra-sizes-16: 4rem;
    --chakra-sizes-20: 5rem;
    --chakra-sizes-24: 6rem;
    --chakra-sizes-28: 7rem;
    --chakra-sizes-32: 8rem;
    --chakra-sizes-36: 9rem;
    --chakra-sizes-40: 10rem;
    --chakra-sizes-44: 11rem;
    --chakra-sizes-48: 12rem;
    --chakra-sizes-52: 13rem;
    --chakra-sizes-56: 14rem;
    --chakra-sizes-60: 15rem;
    --chakra-sizes-64: 16rem;
    --chakra-sizes-72: 18rem;
    --chakra-sizes-80: 20rem;
    --chakra-sizes-96: 24rem;
    --chakra-sizes-px: 1px;
    --chakra-sizes-0-5: 0.125rem;
    --chakra-sizes-1-5: 0.375rem;
    --chakra-sizes-2-5: 0.625rem;
    --chakra-sizes-3-5: 0.875rem;
    --chakra-sizes-max: max-content;
    --chakra-sizes-min: min-content;
    --chakra-sizes-full: 100%;
    --chakra-sizes-3xs: 14rem;
    --chakra-sizes-2xs: 16rem;
    --chakra-sizes-xs: 20rem;
    --chakra-sizes-sm: 24rem;
    --chakra-sizes-md: 28rem;
    --chakra-sizes-lg: 32rem;
    --chakra-sizes-xl: 36rem;
    --chakra-sizes-2xl: 42rem;
    --chakra-sizes-3xl: 48rem;
    --chakra-sizes-4xl: 56rem;
    --chakra-sizes-5xl: 64rem;
    --chakra-sizes-6xl: 72rem;
    --chakra-sizes-7xl: 80rem;
    --chakra-sizes-8xl: 90rem;
    --chakra-sizes-prose: 60ch;
    --chakra-sizes-container-sm: 640px;
    --chakra-sizes-container-md: 768px;
    --chakra-sizes-container-lg: 1024px;
    --chakra-sizes-container-xl: 1280px;
    --chakra-zIndices-hide: -1;
    --chakra-zIndices-auto: auto;
    --chakra-zIndices-base: 0;
    --chakra-zIndices-docked: 10;
    --chakra-zIndices-dropdown: 1000;
    --chakra-zIndices-sticky: 1100;
    --chakra-zIndices-banner: 1200;
    --chakra-zIndices-overlay: 1300;
    --chakra-zIndices-modal: 1400;
    --chakra-zIndices-popover: 1500;
    --chakra-zIndices-skipLink: 1600;
    --chakra-zIndices-toast: 1700;
    --chakra-zIndices-tooltip: 1800;
    --chakra-transition-property-common: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    --chakra-transition-property-colors: background-color, border-color, color, fill, stroke;
    --chakra-transition-property-dimensions: width, height;
    --chakra-transition-property-position: left, right, top, bottom;
    --chakra-transition-property-background: background-color, background-image, background-position;
    --chakra-transition-easing-ease-in: cubic-bezier(0.4, 0, 1, 1);
    --chakra-transition-easing-ease-out: cubic-bezier(0, 0, 0.2, 1);
    --chakra-transition-easing-ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --chakra-transition-duration-ultra-fast: 50ms;
    --chakra-transition-duration-faster: 100ms;
    --chakra-transition-duration-fast: 150ms;
    --chakra-transition-duration-normal: 200ms;
    --chakra-transition-duration-slow: 300ms;
    --chakra-transition-duration-slower: 400ms;
    --chakra-transition-duration-ultra-slow: 500ms;
    --chakra-blur-none: 0;
    --chakra-blur-sm: 4px;
    --chakra-blur-base: 8px;
    --chakra-blur-md: 12px;
    --chakra-blur-lg: 16px;
    --chakra-blur-xl: 24px;
    --chakra-blur-2xl: 40px;
    --chakra-blur-3xl: 64px;
    --chakra-breakpoints-base: 0em;
    --chakra-breakpoints-sm: 30em;
    --chakra-breakpoints-md: 48em;
    --chakra-breakpoints-lg: 62em;
    --chakra-breakpoints-xl: 80em;
    --chakra-breakpoints-2xl: 96em;
}

.chakra-ui-light :host:not([data-theme]),
.chakra-ui-light :root:not([data-theme]),
.chakra-ui-light [data-theme]:not([data-theme]),
[data-theme=light] :host:not([data-theme]),
[data-theme=light] :root:not([data-theme]),
[data-theme=light] [data-theme]:not([data-theme]),
:host[data-theme=light],
:root[data-theme=light],
[data-theme][data-theme=light] {
    --chakra-colors-chakra-body-text: var(--chakra-colors-gray-800);
    --chakra-colors-chakra-body-bg: var(--chakra-colors-white);
    --chakra-colors-chakra-border-color: var(--chakra-colors-gray-200);
    --chakra-colors-chakra-inverse-text: var(--chakra-colors-white);
    --chakra-colors-chakra-subtle-bg: var(--chakra-colors-gray-100);
    --chakra-colors-chakra-subtle-text: var(--chakra-colors-gray-600);
    --chakra-colors-chakra-placeholder-color: var(--chakra-colors-gray-500);
}

.chakra-ui-dark :host:not([data-theme]),
.chakra-ui-dark :root:not([data-theme]),
.chakra-ui-dark [data-theme]:not([data-theme]),
[data-theme=dark] :host:not([data-theme]),
[data-theme=dark] :root:not([data-theme]),
[data-theme=dark] [data-theme]:not([data-theme]),
:host[data-theme=dark],
:root[data-theme=dark],
[data-theme][data-theme=dark] {
    --chakra-colors-chakra-body-text: var(--chakra-colors-whiteAlpha-900);
    --chakra-colors-chakra-body-bg: var(--chakra-colors-gray-800);
    --chakra-colors-chakra-border-color: var(--chakra-colors-whiteAlpha-300);
    --chakra-colors-chakra-inverse-text: var(--chakra-colors-gray-800);
    --chakra-colors-chakra-subtle-bg: var(--chakra-colors-gray-700);
    --chakra-colors-chakra-subtle-text: var(--chakra-colors-gray-400);
    --chakra-colors-chakra-placeholder-color: var(--chakra-colors-whiteAlpha-400);
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    font-family: system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    touch-action: manipulation;
}

body {
    position: relative;
    min-height: 100%;
    margin: 0;
    font-feature-settings: "kern";
}

:where(*,
*::before,
*::after) {
    border-width: 0;
    border-style: solid;
    box-sizing: border-box;
    word-wrap: break-word;
}

main {
    display: block;
}

hr {
    border-top-width: 1px;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

:where(pre,
code,
kbd,
samp) {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

:where(b,
strong) {
    font-weight: bold;
}

small {
    font-size: 80%;
}

:where(sub,
sup) {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

:where(button,
input,
optgroup,
select,
textarea) {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

:where(button,
input) {
    overflow: visible;
}

:where(button,
select) {
    text-transform: none;
}

:where(
          button::-moz-focus-inner,
          [type="button"]::-moz-focus-inner,
          [type="reset"]::-moz-focus-inner,
          [type="submit"]::-moz-focus-inner
        ) {
    border-style: none;
    padding: 0;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

:where([type="checkbox"],
[type="radio"]) {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none !important;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: -webkit-box;
    display: -webkit-list-item;
    display: -ms-list-itembox;
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

:where(
          blockquote,
          dl,
          dd,
          h1,
          h2,
          h3,
          h4,
          h5,
          h6,
          hr,
          figure,
          p,
          pre
        ) {
    margin: 0;
}

button {
    background: transparent;
    padding: 0;
}


fieldset {
    margin: 0;
    padding: 0;
}


:where(ol,
ul) {
    margin: 0;
    padding: 0;
}


textarea {
    resize: vertical;
}


:where(button,
[role="button"]) {
    cursor: pointer;
}

button::-moz-focus-inner {
    border: 0 !important;
}

table {
    border-collapse: collapse;
}

:where(h1,
h2,
h3,
h4,
h5,
h6) {
    font-size: inherit;
    font-weight: inherit;
}

:where(button,
input,
optgroup,
select,
textarea) {
    padding: 0;
    line-height: inherit;
    color: inherit;
}

:where(img,
svg,
video,
canvas,
audio,
iframe,
embed,
object) {
    display: block;
}

:where(img,
video) {
    max-width: 100%;
    height: auto;
}

[data-js-focus-visible] :focus:not([data-focus-visible-added]):not(
          [data-focus-visible-disabled]
        ) {
    outline: none;
    box-shadow: none;
}

select::-ms-expand {
    display: none;
}

:root,
:host {
    --chakra-vh: 100vh;
}

@supports (height: -webkit-fill-available) {
    :root,
    :host {
        --chakra-vh: -webkit-fill-available;
    }
}

@supports (height: -moz-fill-available) {
    :root,
    :host {
        --chakra-vh: -moz-fill-available;
    }
}

@supports (height: 100dvh) {
    :root,
    :host {
        --chakra-vh: 100dvh;
    }
}

body {
    font-family: var(--chakra-fonts-body);
    color: var(--chakra-colors-chakra-body-text);
    background: var(--chakra-colors-chakra-body-bg);
    transition-property: background-color;
    transition-duration: var(--chakra-transition-duration-normal);
    line-height: var(--chakra-lineHeights-base);
}

*::-webkit-input-placeholder {
    color: var(--chakra-colors-chakra-placeholder-color);
}

*::-moz-placeholder {
    color: var(--chakra-colors-chakra-placeholder-color);
}

*:-ms-input-placeholder {
    color: var(--chakra-colors-chakra-placeholder-color);
}

*::placeholder {
    color: var(--chakra-colors-chakra-placeholder-color);
}

*,
*::before,
::after {
    border-color: var(--chakra-colors-chakra-border-color);
}

.css-1xjsnt2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
}

.css-rpcvmy {
    display: inline-block;
    border-color: currentColor;
    border-style: solid;
    border-radius: 99999px;
    border-width: 2px;
    border-bottom-color: var(--chakra-colors-transparent);
    border-left-color: var(--chakra-colors-transparent);
    -webkit-animation: animation-b7n1on 0.45s linear infinite;
    animation: animation-b7n1on 0.45s linear infinite;
    width: var(--spinner-size);
    height: var(--spinner-size);
    --spinner-size: var(--chakra-sizes-12);
    color: green;
}

@-webkit-keyframes animation-b7n1on {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes animation-b7n1on {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.css-8b45rq {
    border: 0px;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0px;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
}

.css-p5fpau {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 50vh;
}

._profileData_w9s9o_1 {
    margin-left: 35px;
    margin-right: 20px;
    width: 100%;
}

._profileImg_w9s9o_7 {
    position: absolute;
    top: 150px;
    right: 0;
}

._modalContent_w9s9o_13 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 60px 45px;
}

._modalHeader_w9s9o_20 {
    font-size: 44px;
    font-weight: 700;
}

._modalText_w9s9o_25 {
    font-size: 16px;
    line-height: 22px;
}

@media (max-width: 1160px) {

    ._profileData_w9s9o_1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 0 25px;
    }
}

._wrapper_28uah_1 {
    min-height: 100vh;
    width: 100%;
    background: #f9fbfd url("/images/profile_bg.png") no-repeat top right;
    padding-top: 65px;
    padding-bottom: 65px;
}

._container_28uah_9 {
    margin: 0 auto;
    max-width: 1240px;
}

._header_28uah_14 {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 850;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    padding-left: 20px;
}

._content_28uah_25 {
    display: flex;
    padding: 0 20px;
}


@media (max-width: 1160px) {
    ._wrapper_28uah_1 {
        min-height: calc(100vh - 50px);
    }

    ._content_28uah_25 {
        flex-direction: column;
        align-items: center;
        padding: 0 20px;
    }
}

@media (min-height: 600px) {
    ._wrapper_28uah_1 {
        min-height: calc(100vh - 96px);
    }
}

._container_12r7h_1 {
    width: 100%;
    margin-left: 35px;
    background: #fff;
    padding: 28px 37px;
}

._header_12r7h_8 {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 29px;
}

._patientsList_16rzq_1 {
    margin-top: 30px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px 23px;
}

._patientsCard_16rzq_9 {
    max-width: 330px;
    width: 100%;
    background: #fff;
    max-height: 100%;
    height: 100%;
    transition: all 0.2s ease-in-out;
    display: flex;
    flex-direction: column;
}

._patientsCard_16rzq_9:hover {
    transform: scale(1.02);
    transition: all 0.2s ease-in-out;
}

._patientsData_16rzq_25 {
    padding: 28px 24px 21px 20px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    border: 1px solid #EFEFEF;
    border-top: none;
}

._patientsImg_16rzq_34 {
    width: 330px;
    height: 300px;
    object-fit: cover;
    object-position: 50% 0;
}

._patientName_16rzq_41 {
    color: #000;
    font-style: normal;
    margin-bottom: 7px;
    font-weight: 700;
    font-size: 20px;
}

._patientStory_16rzq_49 {
    flex: 1 1 auto;
    margin-bottom: 19px;
}

._patientText_16rzq_54 {
    color: #636363;
    text-overflow: ellipsis;
    font-weight: 400;
    font-size: 14px;
}

._progressLink_16rzq_61 {
    display: flex;
    align-items: center;
    justify-content: space-between;

    color: #2D98A2;
    font-weight: 700;
    font-size: 14px;
}

@media (max-width: 900px) {
    ._patientsCard_16rzq_9:hover {
        transform: none;
        transition: none;
    }

    ._patientsList_16rzq_1 {
        grid-template-columns: repeat(2, 1fr);
    }

    ._patientsCard_16rzq_9 {
        max-width: none;
        width: 100%;
    }

    ._patientsImg_16rzq_34 {
        width: 100%;
        height: 300px;
        object-position: 50% 20%;
    }
}

@media (max-width: 450px) {
    ._patientsList_16rzq_1 {
        grid-template-columns: 1fr;
        justify-items: center;
    }
}
