.page-banner{
    background: #F4F4F4;
    max-height: 415px;
}

.d-flex-row{
    align-items: center;
    gap: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.page-banner__container{
    display: grid;
    grid-template-columns: 6fr 6fr;
}

.page-banner__image{
    background: url(/local/templates/uprav_new_ui/css/img/banner/installment-plan-banner.webp) center center no-repeat;
    background-size: cover;
    min-height: 400px;
}
.page-banner__title{
    font-size: 40px;
    font-weight: 400;
    line-height: 60.48px;
    text-align: left;
}
.page-banner__subtitle{
    font-size: 16px;
    font-weight: 400;
    line-height: 20.16px;
    text-align: left;
    margin-top: 20px;
}
.page-banner_btn{
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    text-transform: none;
    width: 390px;
    margin-top: 50px;
}
.payment-details.d-flex {
    flex-wrap: nowrap;
    row-gap: 20px;
    column-gap: 50px;
}



.payment-text-block{
    flex: 1;
}
.list-header-payment{
    background: #3079D2;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.64px;
    text-align: center;
    color: white;
    padding: 10px 30px;
    max-width: max-content;
    border-radius: 35px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.payment-details .payment-details-installment{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 327px;
    height: 270px;
}

.payment-details-sber {
    width: 327px;
    height: 270px;
}

.mt-20-payment{
    margin-top: 20px ;
}



.modal_payment-container{
    padding: 50px 60px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.16px;
    text-align: left;
}
.modal_payment-list {
    padding-left: 20px;
    list-style-type: decimal;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.16px;
    text-align: left;
}

.close-modal-payment-form {
    position: absolute;
    cursor: pointer;
    padding: 50px 60px 30px 0px;
}



@media (min-width: 768px) {
    .h768 {
        display: none;
    }
    .s768 {
        display: block;
    }
}
@media (max-width: 767px) {
    .s768 {
        display: none;
    }
}

@media (max-width: 767px) {
    .payment-details.d-flex {
        flex-wrap: wrap;
    }
}


@media (max-width: 980px) {
    .page-banner__image {
        display: none;
    }
    .page-banner__container {
        display: grid;
        grid-template-columns: 1fr;
        padding: 25px 0px;
    }
    .page-banner__container .fix-container{
        margin: inherit;
    }
   
    .mt-20-payment{
        margin-top: 0px !important;
    }
   
    .modal_payment-container {
        padding: 25px !important;
        font-size: 14px !important;
        line-height: 17.16px !important;
    }
    .close-modal-payment-form {
        padding: 25px !important;
    }
    .modal_payment-list {
        font-size: 14px !important;
        line-height: 17px !important;
    }
   
    .payment-details-new{
        display: flex;
        flex-direction: column;
    }
    .payment-details-sber {
        width: 100%;
        height: 160px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .page-banner_btn{
        width: 100% !important;
        margin-top: 30px !important;
        font-size: 12px !important;
        line-height: 12px !important;
    }
    .page-banner__title {
        font-size: 24px !important;
        line-height: 30.24px !important;
    }
    .page-banner__subtitle {
        font-size: 14px !important;
        line-height: 16.12px !important;
        margin-top: 10px !important;
    }
   
}