.credit_pid_1_title {
    color: #000;
    font-size: 61px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    width: 604px;
}

.modal-with-btn-content-description-kredit-1 {
    margin-bottom: 32px;
    font-size: 26px;
}

.credit_1_intro_conteiner {
    display: flex;
}

.modal-with-btn-content-title-kredit-1 {
    font-size: 32px;
    margin-bottom: 32px;
    font-weight: bold;
}

.modal-with-content-credit-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 33px;
    background-color: var(--pz-secondary-bg);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 0 24px rgba(0, 0, 0, .1);
}

.modal-with-btn-content-credit {
    width: 100%;
    max-width: 668px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin-bottom: 45px;

}

.modal-credit-1-with-btn-content {
    background-color: #F08046;
    justify-content: center;
    color: #ffffff;
    font-size: 36px;
    font-weight: bold;
    height: 60px;
    border-radius: 8px;
    align-items: center;
    width:100%;
    display: inline-flex;
}

.modal-credit-1-with-btn-content:hover {
    color: #ffffff;
}

.credit_1_calc_links {
    display: grid;
    width: 668px;
    grid-template-columns:repeat(3, 1fr);
    grid-column-gap: 50px;
}

.modal-with-content-credit-1-container{
    width: 668px;
    height: 340px;
    padding: 60px 32px;
    background-color: var(--pz-secondary-bg);
    box-shadow: 0 0 24px rgba(0, 0, 0, .1);
    margin-bottom: 45px;
    border-radius: 12px;

}

.pz-intro__img_kredit {
    position:relative;
    bottom: 100px;
}

.pz-intor__left_credit-1 {
    width: 549px;
}

.pz-intro__right_credit-1 {
    margin-left: 116px;
}

.credit_1_calc_links {
    background-color: var(--pz-secondary-bg);
    border-radius: 20px;
    padding: 30px;
    flex-wrap: wrap;
    gap: 13.5px 75px;
    box-shadow: 0 0 24px rgba(0, 0, 0, .1);
}

.credit_1_calc_links_item {
    text-align: center;
    cursor: pointer;
    text-decoration-line: underline;
    text-decoration-color: #000000;
    display: flex;
    justify-content: flex-start;
    max-width:  175px;

}

.credit_1_calc_links_item a {
    color: #000000;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 400;
}

@media (max-width: 480px) {
    .pz-intor__left_credit-1 {
        display: flex;
        align-items: center;
        width: 100%;
        flex-direction: column;
    }

    .pz-intro__right_credit-1 {
        margin-left: 0;
    }

    .credit_1_intro_conteiner {
        flex-direction: column;
    }

    .credit_pid_1_title {
        font-size: 26px;
        width: 100%;
        color: #525050;
        justify-content: center;
        display: flex;
        font-weight: 600;
        order:2;
    }

    .pz-intro__img_kredit {
        width: 362px;
    }

    .pz-intro__img_kredit_container {
        order:1;
        height: 270px;
        margin-bottom: 36px;
    }

    .modal-with-btn-content-title-kredit-1 {
        display: none;
    }

    .modal-credit-1-with-btn-content {
        height: 46px;
        font-size: 24px;
    }

    .modal-with-content-credit-1-container {
        box-shadow: none;
        width: 100%;
        height:100%;
        display: flex;
        justify-content: center;
        padding: 14px 14px 0;
        background: none;
        margin-bottom: 10px;
    }

    .modal-with-btn-content-description-kredit-1 {
        margin-bottom: 18px;
        text-align: center;
        font-size: 16px;
    }

    .modal-with-btn-content-credit {
        background-color: transparent;
        border-radius: 0;
        box-shadow: none;
        max-width: 362px;
        margin-bottom: 26px;
    }

    .credit_1_calc_links {
        padding: 18px 13px 18px 14px;
        gap: 13.5px 7%;
        width: 100%;
    }

    .credit_1_calc_links_item {
        max-width: 120px;
    }

    .credit_1_calc_links_item a {
        font-size: 8px;
        text-align: left;
    }

    .modal-with-btn-content-btn-container {
        font-size: 24px;
    }

}

@media (max-width: 375px) {
    .modal-with-content-credit-1-container {
        justify-content: start;
    }

    .credit_1_calc_links {
        width: 100%;
        gap: 5px;
        padding-left: 13px;
    }

    .credit_1_calc_links_item {
        max-width: 90px;
    }

    .credit_1_calc_links_item a {
        text-wrap: auto;
        font-size: 10px;
    }

}


.tp_advantages {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    background-color: var(--pz-secondary-bg);
    box-shadow: 0 0 24px rgba(0, 0, 0, .1);
    border-radius: 20px;
    margin-top: 45px;
    padding-left: 57px;
    padding-top: 46px;
    padding-bottom: 45px;
    width: 100%;
}

.tp_advatages_item {
    display: flex;
    margin-top : 22.5px;
    margin-bottom: 22.5px;
}

.tp_advantages > .tp_advatages_item:nth-child(-n+3) {
    grid-column: span 2;
}
.tp_advantages > .tp_advatages_item:nth-child(4) {
    grid-column: 2 / span 2;
}

.tp_advantages > .tp_advatages_item:nth-child(5) {
    grid-column: 4 / span 2;
}


.tp_advantages_text {
    width: 100%;
    padding-left: 20px;
    font-size: 14px;
    color: #000000B2
}

.tp_advantages_text_title {
    font-weight: 700;
    margin-bottom: 9px;
}

.tp_advantages_descriptions {
    font-weight: 400;
}

@media (max-width: 480px) {
    .tp_advantages {
        margin-top: 20px;
        display: flex;
        flex-direction:column;
        padding: 24px 14px;
    }
    .tp_advatages_item {
        margin-bottom: 18px;
        justify-content: flex-start;
        margin-left: 0;
        margin-top: 0;
    }

    .tp_advantages_text {

    }

    .tp_advantages_descriptions {
        max-width: 286px;
        font-size: 12px;
    }

    .tp_advantages_text_title {
        margin-bottom: 6px;
    }
}

@media (max-width: 375px){
    .tp_advatages_item {
        margin-right: 0;
    }

    .tp_advatages_item {
        padding-left: 12px;
    }
}

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

.credit_1_conditions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
        "items image"
        "button button";
    gap: 20px;
    align-items: center;
}

.credit_1_conditions_item {
    align-items: center;
    margin-bottom: 18px;
    display: flex;
}

.credit_1_conditions_items {
    width: 549px;
    grid-area: items;
}

.credit_1_condition_item_img {
    margin-right: 17px;
}

.credit_1_conditions_right_img {
    grid-area: image;
    margin-left: 25px;

}

.credit_1_condition_item_img img{
}

.credit_1_condition_item_text {
    color: #000000B2;
    font-size:22px;
    font-weight: 400;
    width: 100%;
    text-wrap: nowrap;
}

.credit_1_conditions_btn {
    grid-area: button;
    background-color: #FC722A;
    color:  #ffffff;
    width: 604px;
    height: 60px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    font-weight: 700;
    justify-self: center;
    margin-top: 13px;
}

.credit_1_conditions_btn:hover {
    color: #ffffff;
    text-decoration: none;
}

@media(max-width: 480px) {
    .credit_1_conditions_container {
    }

    .credit_1_conditions {
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding-bottom: 11px;
    }

    .credit_1_conditions_items {
        display: flex;
        align-items: center;
        flex-direction: column;
        order:3;
    }

    .credit_1_conditions_item {
        width: 80%;
        padding: 0 10%;
    }

    .credit_1_conditions_item:last-child {
        margin-bottom: 0px;
    }


    .credit_1_condition_item_img {
        width: 33px;
        margin-left: 0;
        margin-right: 12px;
    }

    .credit_1_conditions_right_img {
        width: 390px;
        order: 1;
        margin-left: 0;
    }

    .credit_1_condition_item_img img {
        width: 33px;
    }

    .credit_1_conditions_right_img img {
        width: 100%;
    }

    .credit_1_conditions_btn {
        height: 46px;
        order: 2;
        width: 362px;
        font-size: 24px;
    }

    .credit_1_condition_item_text {
        font-size: 12px;
    }

}

@media(max-width: 375px) {
    .credit_1_conditions_right_img {
        width: 350px;
    }

    .credit_1_conditions_btn {
        width: 330px;
    }


}

.credit_1_steps {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;

    justify-items: center;
    align-items: center;
    background-color: var(--pz-secondary-bg);
    box-shadow: 0 0 24px rgba(0, 0, 0, .1);
    border-radius: 20px;
    padding-top: 22px;
}

.credit_1_steps_item {
    align-items: center;
    display: flex;
    margin-bottom: 40px;
}

.credit_1_steps_item_img {
    margin-right: 21px;
}

.credit_1_steps_item_text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100px;
    width: 302px;
}

.credit_1_steps_item_text_title {
    color: #000000B2;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 9px;
}

.credit_1_steps_item_text_description {

}

@media (max-width: 480px){
    .credit_1_steps {
        padding-bottom: 24.5px;
        grid-template-columns: 1fr;
    }

    .credit_1_steps_item {
        padding-right: 14px;
        width: 100%;
    }

    .credit_1_steps_item_text {
        width: 100%;
    }

    .credit_1_steps_item_text_description {
        width:100%;
        font-size: 12px;
    }

    .credit_1_steps_item_img {
        margin-right: 0;
    }

    .orange-widget-text {
        max-width: 262px;
        text-align: center;
        flex-direction: column;
    }
}

.orange_widget {
    background:
            url('/wp-content/uploads/2026/03/clip-path-group.svg') center / cover no-repeat,
            linear-gradient(to left, #E50F3C, #EB4130);
    width: 100%;
    height:180px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 45px;
    margin-top: 45px;
}
.orange_widget h2 {
    font-size: 36px;
    font-weight: 800;
    color: #ffffff;
}

.mobile-only-text-widget {
    display: none;
}

@media (max-width: 480px) {
    .orange_widget {
        margin-top: 12px;
        margin-bottom: 12px;
        height: 100px;
    }

    .mobile-only-text-widget {
        display: block;
    }

    .desktop-only-text-widget {
        display: none;
    }

    .orange_widget h2 {
        font-size: 22px;
    }
}


.credit_1_how_i_can {
    padding-top: 22px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 115px;
}

.credit_1_how_i_can_item {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.credit_1_how_i_can_item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 20px;
    height: 20px;
    background: linear-gradient(to top, #EB4130, #FAD00D);
    border: 2px solid #ffffdd;
    border-radius: 50%;
}

.credit_1_how_i_can_item_main_text {
    font-size: 22px;
    font-weight: 700;
    color:#000000B2;
}

.credit_1_how_i_can_item_link {
    position: relative;
    right: 28px;
}

.credit_1_how_i_can_item_link_href, .credit_1_how_i_can_item_link_href:hover {
    color: #EF6128;
    text-decoration:underline;
    cursor: pointer;
}

@media  (max-width: 480px) {
    .credit_1_how_i_can {
        margin-bottom: 39px;
        flex-direction: column;
    }

    .credit_1_how_i_can_item {
        margin-bottom: 30px;
    }

    .credit_1_how_i_can_item_main_text {
        font-size: 14px;
    }

    .credit_1_how_i_can_item_link {
        left:0;
        width: 100%;
        font-size: 12px;
    }

    .credit_1_how_i_can_item:last-child {
        margin-bottom: 0;
    }

}

.credit_features {
    list-style: disc;
    position: relative;
    left: 20px;
}

.credit_features_contetn_read_more {
    width: 100%;
    display: flex;
    justify-content: center;
    color: #EF6128;
    cursor: pointer;
    font-weight: 700;
}

.hidden-text {
    display: none;
}

.calc_in_credit_features_content {
    width: 700px;
    display: flex;
    margin: 40px auto;
    line-height: 20px;
    font-weight: 400;
}

.hidden_text_title {
    font-size: 30px;
}

@media (max-width: 480px) {
    .hidden_text_title {
        font-size: 20px;
    }

    .calc_in_credit_features_content {
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }

    .credit_features_content {
        font-size: 14px;
    }

    .credit_features_contetn_read_more {
        justify-content:flex-start;
    }

    .hidden-text-block {
        display: none;
    }

    .credit_1_calculation {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.intro-with-background {
    margin-top: 45px;
    position: relative;
    z-index: 0;
}

.intro-with-background::before {
    content: "";
    position: absolute;
    top: -46px;
    bottom: 0;

    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;

    background: url('/wp-content/uploads/2026/03/back-ground-tpozyka.png') no-repeat center/cover;
    z-index: -1;
}

.footer-child-credit-1 {
    margin-bottom: 35px;
}

@media (max-width: 480px) {
    .footer-child-credit-1 {
        margin-bottom: 0;
    }
}