@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Roboto:wght@300;500;900&display=swap');

@import url("https://fonts.cdnfonts.com/css/geometria");

@import url('https://fonts.googleapis.com/css2?family=Danfo&family=Manrope:wght@200..800&family=Roboto:wght@300;500;900&display=swap');

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: "Geometria", sans-serif;
}

a {
    text-decoration: none;
}

p {
    margin: 0;
}

ul {
    list-style: none;
}

label {
    margin-bottom: 0;
}

:root {
    --main-blue: #003D64;
}

.container {
    max-width: 1150px;
    margin: 0 auto;
    padding-inline: 15px;
}

.header_wrapper {
    display: flex;
    justify-content: space-between;
    height: 84px;
    align-items: center;

}

section {
    padding: 120px 0;
}

.header {
    position: sticky;
    top: -1px;
    background-color: #fff;
    width: 100%;
    z-index: 100;
}

.header_left {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 52px;
}

.header_right {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}

.navigation_list {
    margin-bottom: 0 !important;
    display: flex;
    gap: 24px;
}

.burger_menu_items {
    left: -237px;
    padding: 24px;
    position: absolute;
    background-color: #EFF2F6;
    border-radius: 12px;
    border-top-right-radius: 0;
    box-shadow: 0px 5px 17px rgb(99, 99, 99);
    margin-top: 24px;
    animation-duration: 0.5s;
    animation-name: burgerOpacity0;
    opacity: 0;
    display: none;
}

.easy_h1 {
    color: var(--main-blue);
    font-size: 36px;
    font-weight: 700;
    line-height: 45.29px;
}

.easy_open img {
    display: block;
    margin: 0 auto;
}

.easy_open .qulay_h3 {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.13px;
    text-align: center;
}

.callBackForm_wrapper {
    background-color: #eff2f6;
    padding: 64px 96px;
    border-radius: 12px;
    margin-bottom: 120px;
}

.callBackForm_title {
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    color: var(--main-blue);
    line-height: 127%;
    font-family: "Geometria", sans-serif;
}

.callBackForm_subtitle {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: var(--main-blue);
    margin-top: 6px;
    line-height: 125%;
    font-family: "Geometria", sans-serif;
}

.callBackForm {
    margin-top: 24px;
}

.callBackForm_wrapper input {
    border: 1px solid #e6e8ec33;
    color: rgb(0, 0, 0);
    font-weight: 600;
}

.callBackForm_wrapper label {
    color: var(--main-blue);
}

.callBackForm .form_content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    row-gap: 24px;
    column-gap: 32px;
}

.callBackForm_text {
    font-size: 14px;
    font-weight: 400;
    color: rgba(10, 30, 50, 0.6);
}

.deposit_calc button {
    background-color: var(--main-blue);
    color: white;
    padding: 12px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-radius: 10000px;
    grid-column: 1/3;
}

.good_to_know {
    padding-bottom: 160px;
}

.gtk_h1 {
    color: var(--main-blue);
    font-family: Manrope;
    font-size: 42px;
    font-weight: 500;
    line-height: 58.8px;
}

.gtk_btn {
    background-color: var(--main-blue);
    padding: 6px 33px 6px 33px;
    gap: 10px;
    border-radius: 42px;
    opacity: 0px;
    color: #fff;
    border: none;
    margin-top: 26px;
    margin-bottom: 73px;
}

.gtk_h3 {
    color: var(--main-blue);
    font-family: Manrope;
    font-size: 26px;
    font-weight: 600;
    line-height: 32.5px;
    max-width: 100%;
}

.gtk_p {
    color: rgba(10, 30, 50, 0.8);
    font-family: Manrope;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.01em;
}

.gtk_block {
    display: flex;
    gap: 40px;
    margin-top: 35px;
}

.gtk_main_content {
    display: flex;
    gap: 63px;
    flex-direction: column;
    gap: 42px;
}

.block {
    display: flex;
    gap: 56px;
    align-items: center;
}

.gtk_big_text {
    display: flex;
    gap: 63px;
}

.good_to_know hr {
    margin-block: 72px;
}

.qulay_h1 {
    color: var(--main-blue);
    font-family: "Geometria", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 125%;
    text-align: left;
    max-width: 575px;
}

.red {
    color: red;
    font-weight: inherit;
    font-size: inherit;
}
.block_text .red {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
}

.qulay_h2 {
    color: var(--main-blue);
    font-family: "Geometria", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.13px;
    text-align: left;
    max-width: 393px;
    margin-top: 14px;
    margin-bottom: 36px;
}

.qulay_btn {
    background-color: var(--main-blue);
    padding: 16px 24px 16px 24px;
    border-radius: 90px;
    border: none;
    font-family: "Geometria", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.13px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.qulay_blocks {
    margin-top: 16px;
    display: flex;
    gap: 16px;
    /* flex-wrap: wrap; */
    justify-content: center;
}

.qulay_block {
    background: rgba(239, 242, 246, 1);
    padding: 32px;
    border-radius: 12px;
    max-width: 362px;
}

.qulay_h3 {
    color: var(--main-blue);
    font-size: 18px;
    font-weight: 700;
    line-height: 22.64px;
    text-align: left;
    margin-top: 16px;
}

.qulay_p {
    color: rgba(119, 126, 144, 1);
    font-family: Manrope;
    font-size: 12px;
    font-weight: 500;
    line-height: 16.39px;
    text-align: left;
    margin-top: 8px;
}

.qulay_block_easy {
    background-color: #fff;
    padding: 15px;
    border-radius: 12px;
    max-width: 362px;
    border: 1px solid rgba(239, 242, 246, 1);
    align-items: center;
}

.deposit_application {
    background-color: #eff2f6;
}

.section_title {
    font-family: "Geometria", sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: var(--main-blue);
}

.redText {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: #ea0000;
}

.deposit_calc .deposit_calc-first {
    padding: 48px;
    background-color: #ffffff;
    border-radius: 8px;
}

.deposit_calc-first_title {
    font-size: 24px;
    font-weight: 500;
    color: var(--main-blue);
}

.deposit_calc-first_subtitle {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #0a1e3299;
}

.block_head {
    font-size: 14px;
    font-weight: 500;
    color: #0a1e3299;
}

.block_head_special {
    font-size: 14px;
    font-weight: 500;
    color: #0a1e3299;
    margin-top: 8px;
    margin-bottom: 24px;
}

.block_head_special_second {
    font-size: 14px;
    font-weight: 500;
    color: #0a1e3299;
}

.just_text {
    grid-column: 1/3;
}

.choose_method-wrapper {
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.choose_method-wrapper label {
    position: relative;
}

.choose_method-wrapper input {
    position: absolute;
    opacity: 0;
}

.choose_method-block {
    padding: 8px 16px;
    font-size: 16px;
    font-weight: 500;
    color: var(--main-blue);
    line-height: normal;
    border: 1px solid var(--main-blue);
    border-radius: 100px;
    cursor: pointer;
}

.choose_method-wrapper input:checked+div.choose_method-block {
    background-color: var(--main-blue);
    color: #ffffff;
}

.deposit_calc {
    margin-top: 8px;
    margin-top: 32px;
    display: flex;
    gap: 16px;
}

input,
select {
    width: 100%;
    display: flex;
    padding: 12px 16px 12px 18px;
    justify-content: space-between;
    align-items: center;
    border-radius: 1000px;
    border: 1px solid #b1b5c3;
    margin-top: 8px;
    box-shadow: none;
    transition: 0.5s all;
}

form input:disabled {
    background-color: #f0f0f0;
}

form input:focus-visible {
    outline: none;
}

form .colorBlue {
    background-color: var(--main-blue);
    color: white;
    padding: 12px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-radius: 10000px;
    font-weight: 700;
    margin-top: 16px;
}

.colorBlue {
    background-color: var(--main-blue);
    color: white;
    padding: 12px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-radius: 10000px;
    font-weight: 700;
}

.colorBlue_small {
    max-width: max-content;
}

.focused_form-elem:focus-visible {
    outline: none;
    box-shadow: 0px 6px 15px 0px gray;
}
.steart_to_end {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    color: #B1B3B3;
    margin-top: 8px;
}







.apply_online {
    background-color: #EFF2F6;
}

.apply_h1 {
    color: var(--main-blue);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 32px;
}

.microloan_bank {
    background-color: #fff;
    border-radius: 12px;
    padding: 33px;
}

.microloan_text {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: var(--main-blue);
}

.microloan_h3 {
    color: var(--Main-Blue, var(--Main-Blue, #003D64));
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: inline-flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 1000px;
    background-color: #F4F5F6;
    margin-top: 16px;
    margin-bottom: 32px;
}

.bank_img {
    width: 42.667px;
    height: 42.667px;
}

form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.my_form-group label {
    color: rgba(10, 30, 50, 0.60);
    font-family: "Manrope", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.my_form-group label.warning {
    margin-bottom: 0px;
    color: red;
}

form input,
form select {
    width: 100%;
    display: flex;
    padding: 12px 16px 12px 18px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 1000px;
    border: 1px solid #B1B5C3;
    margin-top: 8px;
    box-shadow: none;
    transition: 0.5s all;
}

form input:disabled {
    background-color: #f0f0f0;
}
form input:focus-visible {
    outline: none;
    box-shadow: 0px 6px 15px 0px gray;
}
form select:focus-visible {
    outline: none;
    box-shadow: 0px 6px 15px 0px gray;
}

form button {
    background-color: var(--main-blue);
    color: white;
    padding: 12px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-radius: 10000px;
}

form button:hover {
    background-color: var(--main-blue);
}
.microloan_text {
    color: var(--main-blue);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.microloan {
    display: grid;
    grid-template-columns: auto 457px;
    grid-template-rows: max-content;
    gap: 16px;
}

.microloan_joyda {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #ffffff;
    border-radius: 12px;
    padding: 33px;
}

.microloan_joyda_text {
    color: var(--main-blue);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.joyda_h3 {
    color: #0064FF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: inline-flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 1000px;
    background-color: #F4F5F6;
    margin-top: 16px;
}

.joyda_btn {
    color: #0064FF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    width: 100%;
    padding: 16px 24px 18px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 10000px;
    background: #FFF;
    box-shadow: 0px 0px 16.3px 0px rgba(0, 0, 0, 0.35);
    border: none;
}

.joyda_btn-2 {
    display: none;
}

.img_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.qulay_h4 {
    color: #353945;
    font-size: 16px;
    font-weight: 500;
    margin-block: 16px;
}






.deposit_calc-first {
    width: 100%;
}

.range-toggle {
    height: 0;
    margin-inline: 20px;
    margin-top: 3px;
}

.irs--round .irs-handle {
    width: 15px !important;
    height: 15px !important;
    border: 2px solid #fff !important;
    top: -10px;
}

.irs--round .irs-line,
.irs--round .irs-bar {
    height: 3px !important;
}

.irs.irs--round.js-irs-0 {
    height: 0;
}

.deposit_calc-second {
    height: 100%;
    min-width: 457px;
    background-color: #ffffff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

.more-padding {
    padding: 36px;
}
.deposit_calc button {
    width: 100%;
}

.deposit_calc-second_title {
    font-size: 24px;
    font-weight: 500;
    color: var(--main-blue);
}

.headed_blocks {
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(2, max-content);
    grid-template-rows: auto;
    justify-content: space-between;
    row-gap: 22px;
    column-gap: 20px;
}

.deposit_calc-second input,
.deposit_calc-second input:focus-visible {
    outline: none;
    border: none;
}

.input_wrapper {
    margin-top: 8px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.input_wrapper .input_replace {
    line-height: 100%;
    font-size: 24px;
    font-weight: 700;
    font-family: "Geometria", sans-serif;
    color: var(--main-blue);
}

.input_wrapper span {
    font-size: 16px;
    font-weight: 700;
    font-family: "Geometria", sans-serif;
    color: var(--main-blue);
    line-height: 110%;
}

#deposit_submit {
    margin: 0 16px 16px 16px;
}



.burger_wrapper-active .burger_menu_items {
    display: block;
    animation-duration: 0.5s;
    animation-name: burgerOpacity1;
    opacity: 1;
}

@keyframes burgerOpacity1 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes burgerOpacity0 {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.burger_menu_items a {
    display: block;
    /* width: max-content; */
    max-width: 100%;
}


.navigation_item a:hover {
    color: var(--main-blue);
}

.burger_list {
    display: flex;
    gap: 18px;
    flex-direction: column;
}

.navigation_item {
    color: #777E90;
    cursor: pointer;
}

.header_navigation {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.header_right_item {
    border-radius: 100%;
    border: 1px solid;
    padding: 8px;
    color: #777E90;
    border-color: #E6E8EC;
}

.header_right_items:hover {
    background-color: var(--main-blue);
    transition: 0.5s;
    border-color: var(--main-blue);
    color: #fff;
}

.header_right-items:hover a {
    color: #ffffff !important;
}

.phone_number {
    display: none;
}

.phone_number a {
    text-decoration: none;
    color: #1D3448;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.header_right_item:hover {
    background-color: var(--main-blue);
    transition: 0.5s;
    border-color: var(--main-blue);

    div {
        color: #fff;
    }
}

.header_right_items {
    border-radius: 1000px;
    border: 1px solid;
    padding: 8px;
    color: #777E90;
    border-color: #E6E8EC;
}

.header_right_items>a {
    text-decoration: none;
    color: #777E90;
}

.burger-checkbox {
    position: absolute;
    visibility: hidden;
}

.burger_lines {
    display: block;
    position: relative;
    border: none;
    background: transparent;
    width: 16px;
    height: 14px;
}

.burger_lines::before,
.burger_lines::after {
    content: "";
    left: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    background: rgba(119, 126, 144, 1);
    margin: 0 auto;
}

.burger_lines::before {
    top: 0;
    box-shadow: 0 6px 0 rgba(119, 126, 144, 1);
    transition: box-shadow 0.3s 0.15s, top 0.3s 0.15s, transform 0.3s;
}

.burger_lines::after {
    bottom: 0;
    transition: bottom 0.3s 0.15s, transform 0.3s;
}

.burger_wrapper-active .burger_lines::before {
    top: 6px;
    transform: rotate(45deg);
    box-shadow: 0 6px 0 rgba(0, 0, 0, 0);
    transition: box-shadow 0.15s, top 0.3s, transform 0.3s 0.15s;
}

.burger_wrapper-active .burger_lines::after {
    bottom: 6px;
    transform: rotate(-45deg);
    transition: bottom 0.3s, transform 0.3s 0.15s;
}

.special_features-item,
.header_right_item,
.header_right_items {
    cursor: pointer;
}

.special_features-item.burger_wrapper {
    position: relative;
    display: none;
}

main {
    background: #EFF2F6;
    overflow: hidden;
}

.main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 614px;
    position: relative;
}

.main_text {
    width: 552px;
}

.main_img {
    height: auto;
    position: absolute;
    right: 0;
    bottom: 0;
}

.percentage {
    color: var(--main-blue);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 10000px;
    background-color: #FCFCFD;
    padding: 8px;
    width: max-content;
}

.main_h1 {
    color: var(--main-blue);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-family: "Geometria", sans-serif;
    margin-top: 8px;
}

.lang:hover,
.header_right_items:hover a {
    color: #FFFFFF;
}

.main_p {
    color: #777E90;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 16px;
    margin-bottom: 35px;
}

.main_btn {
    padding: 16px 18px;
    border-radius: 8px;
    background: #EA0000;
    border: none;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
}

.header_right-items {
    color: #353945;
}

.header_right_item.header_right-items {
    a {
        color: #777E90;
    }
}

.header_right_items {
    color: #777E90;
}

.advantages_h1 {
    color: var(--main-blue);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 32px;
}

.advantages_block {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.microloan_advantages_block {
    width: 363px;
    border: 2px solid;
    padding: 24px;
    border-radius: 12px;
    border-color: #EFF2F6;
}

.advantages_h3 {
    color: var(--main-blue);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 16px;
    margin-bottom: 8px;
}
.advantages_h3 span {
    font-size: 16px;
    font-weight: inherit;
}

.advantages_p {
    color: #0A1E3299;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}



.warning {
    color: red;
}



/* // MODAL \\ */

#modal_text {
    font-size: 26px;
    font-weight: 600;
    color: var(--main-blue);
  }
  
  .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    /* display: none; */
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    transition: opacity .5s;
  }
  .modal__dialog {
    max-width: 100%;
    margin-inline: auto;
  }
  .modal__content {
    position: relative;
    width: 100%;
    padding: 48px;
    background-color: #fff;
    border-radius: 24px;
    max-height: 80vh;
    overflow-y: auto;
  }
  .modal__content-wrapper {
    margin-top: 32px;
    display: flex;
    gap: 36px;
  }
  .modal-first_block label {
    font-size: 14px;
    font-weight: 500;
    color: #0A1E3299;
  }
  .modal-first_block button {
    margin-top: 32px;
    width: 100%;
  }
  .modal-first_inputs {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .modal-first_block {
    width: 100%;
  }
  .modal .modal__fixed {
    background-color: #EFF2F6;
    padding: 32px;
    border-radius: 12px;
    height: max-content;
  }
  .modal__close {
    position: absolute;
    top: 8px;
    right: 14px;
    font-size: 30px;
    color: #000;
    opacity: 0.5;
    font-weight: 700;
    border: none;
    background-color: transparent;
    cursor: pointer;
  }
  
  .modal.hide {
      display: none !important;
  }
  .modal.show {
    opacity: 1;
    display: flex;
    align-items: center;
  }