.subscribe_branches {
    background: white !important;
}
.credit-online-success {
    background: #F8F9FB;
    padding: 40px 0 40px;
}
.credit-online-success h2{
    color: #1F733C;
    text-align: center;
}
.errors_area,
.errors_area ul li
{
    color: red;
    font-size: 12px;
}

.subscribe_alert {
    color: red;
    font-size: 12px;
    padding-bottom: 10px;
    margin-top: -10px;
}
.pointer {
    cursor: pointer;
}

.red {
    color: red;
}
.about_us_home p {
    text-align: justify;
}
.produs_sheet table {
    width: 100% !important;
}
/*detali produs*/
.produs_menu .menu_top {
    justify-content: left !important;
}
.produs_menu .menu_top li {
    margin-right: 50px !important;
}
/*end detali produs*/
/*breacrumb*/
.breadcrumb-item+.breadcrumb-item::before {
    content: ">" !important;
}
/*slider*/
.slider_item h1 {
    color:#c30404 !important;
}
/*sucursale*/
.map_list {
    margin-top: 0px !important;
}
.branch_list_p {
    margin-bottom: 10px !important;
}
.sucursale_detail_list {
    padding-bottom: 45px !important;
}
.sucursale h1 {
    color: #1F733C;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 500;
}
.sucursale_detail_h1 {
    font-size: 18px !important;
}
/*home*/
.feat_item_content h6 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.feat_item_content h3 {
    height: 65px;
    overflow: hidden;
}
/*news*/
.status {
    background: url(/assets/images/active.png) no-repeat left !important;
    max-width: 150px !important;
}
/*lista produse*/
.rmr {
    margin-top: 5px;
}
.info-detail {
    margin-bottom: 50px;
}
.info-detail-single {
    margin-top: 50px;
}
.read_arrow_down {
    transform: rotate(180deg);
}
/*endif ista produse*/

/*rapoarte*/
.report_detail p svg {
    margin-right: 8px;
    width: 25px;
    text-align: center;
}
.report_detail {
    margin-bottom: 20px;
}
/*detail product*/
.single_cont table {
    width: 100% !important;
}

.single_cont table.procent50 {
    width: 50% !important;
}
.single_cont table.procent50 p,
.single_cont table.procent60 p,
.single_cont table.procent70 p,
.single_cont table.procent90 p,
.single_cont table.procent80 p
{
    margin-bottom: 10px;
}
.single_cont table.procent60 {
    width: 60% !important;
}

.single_cont table.procent70 {
    width: 70% !important;
}

.single_cont table.procent80 {
    width: 80% !important;
}

.single_cont table.procent60 {
    width: 60% !important;
}


.aplica_acum_btn {
  padding-bottom: 40px;
  padding-top: 10px;
}

.prod_info_top {
    padding-bottom: 0px !important;
}
/*calculator*/
.calculator_form {
    padding-bottom: 50px;
}
.table-responsive .table {
    min-width: 700px;
}
.calculator_rezultate .table thead th.th_ind {
    width: 65px;
}
.calculator_rezultate .table thead th.th_data {
    width: 90px;
    min-width: 85px;
}
.calculator_rezultate .table thead th.th_principal {
    min-width: 110px;
}
.calculator_rezultate .table thead th.th_comision_de_administrare {
    min-width: 140px;
}
.calculator_rezultate .table thead th.th_dobanda {
    min-width: 100px;
}
.title1 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 500;
    color: #202231;
}
.title1 span {
    color: #0FA644;
}
/****** --- MOBILE ------ ******/
@media (max-width: 570px){
    .subscribe_form_area {
        margin-top: 15px;
    }
}
/****** --- END MOBILE ------ ******/

/*19.04.2021 AB*/


@media screen and (max-width:550px)
{
    .produs_sheet table a{
        word-break:break-all;
    }
}

@media screen and (max-width:435px)
{
    .produs_sheet table tr > td:nth-child(2), .sheet_line > div:nth-child(2){
        max-width: 100%;
        margin-right: auto;
    }
    .sheet{
        text-align: center;
    }
    table{
        table-layout: fixed;
    }
}

@media screen and (max-width: 350px)
    {
        .produs_sheet table tr td:nth-child(1){
            padding-right: 15px;
        }
        .produs_menu .menu_top{
            display: flex;
        }
        .produs_menu .menu_top li{
            margin-right: 0;
        }
    }

@media screen and (max-width: 300px){
        .produs_sheet table tr > td:nth-child(1), .sheet_line > div:nth-child(2){
            font-size: 12px;
        }
        .produs_sheet table tr > td:nth-child(2), .sheet_line > div:nth-child(2){
            font-size: 12px;
        }
        .button_8e48{
            width: 50px;
            height: 50px;
        }
    }

@media screen and (max-width: 250px)
    {
        .produs_sheet table tr > td:nth-child(1), .sheet_line > div:nth-child(2){
            font-size: 12px;
        }
        .produs_sheet table tr td:nth-child(1){
            padding-right: 10px;
        }
        .sheet h4{
            font-size: 19px;
        }
    }

    /*27.05.2020 AB*/
    /*Blur Menu background*/

    body.active>div{
        filter: blur(5px);
    }
    body.active div.home_menu{
        filter: none;
    }
    body.active div.home_menu .top_line, body.active div.home_menu .bottom_header, body.active div.home_menu .col-4{
        filter: blur(5px);
    }

    /*5.06.2021 AB*/
    /*Input Fix last Num*/

    .right-b .suma-pina input[type=number]{
        margin-right: 5px;
    }
    .suma-pina input[type=number]
    {
        width: 110px;
    }
    @media screen and (max-width: 767px)
    {
        .suma-pina input[type=number]
        {
            width: 75px;
        }
    }

    /*23.06.2021 AB*/
    /*FIX CALCULATOR*/

    .noUi-connects{
        border: 0;
        border-radius: 4px;
        background: #E4E7EF;
        height: 4px;
    }

    .noUi-horizontal .noUi-handle {
        width: 26px;
        height: 26px;
        right: -17px;
        top: -6px;
    }

    .noUi-handle {
        border: 1px solid #D9D9D9;
        border-radius: 3px;
        cursor: pointer;
        background: url(../images/slid.svg) no-repeat;
        width: 26px;
        height: 26px;
        border: 0;
        padding: 0;
        cursor: pointer;
        margin-top: -5px;
        box-shadow: none;
    }

    .noUi-target{
        background: none;
        border-radius:0;
        border: 0;
        box-shadow: none;
    }

    .noUi-handle:after, .noUi-handle:before{
        background: none;
    }

    .noUi-connect{
        background: #0FA644;
    }

    /******* - calculator -******/
    .color-depozit b,
    .color-depozit span,
    .color-depozit
    {
        color: #0E99DA !important;
    }
    .btn_calc_depozit {
        background: #0E99DA !important;
    }
    /******* - end calculator -******/


    /******* - REVIEWS AB -******/

    .btn_calc_depozit{
        color: #fff;
    }

    .alege_stars a.activeHover svg path{
        fill: #FFC107;
    }

    .loader__recenzii{
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .loader__recenzii img{
        object-fit: contain;
        max-width: 250px;
        max-height: 200px;
        width: 100%;
        height: 100%;
    }

    .incarca_poza > div:nth-child(1) svg {
        float: left;
        margin-right: 20px;
        min-width: 45px;
        height: 45px;
        border-radius: 45px;
    }

    .incarca_poza .title__image {
        word-break: break-all;
        min-width: 60%;
    }

    .incarca_poza-wrapper{
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .incarca_poza > div:nth-child(1) svg path {
        fill: #E4E7EF;
    }

    .incarca_poza a{
        line-height: 20px;
        padding-top: 3px;
    }

    @media screen and (max-width:480px){
        .incarca_poza > div:nth-child(1) svg{
            margin: 0;
            max-width: 45px;
        }
        .incarca_poza .title__image {
            margin-bottom: 20px;
        }
        .incarca_poza-wrapper{
            flex-direction: column;
        }
    }

    /******* - END REVIEWS AB -******/

    .top_line a{
        font-size: 11px;
    }

    @media screen and (max-width:1200px){
        .top_adress a:not(:last-of-type){
            margin-right: 20px;
        }
        .top_links a:not(:last-of-type){
            margin-right: 10px;
        }
    }

