ch/* ////////////////////////body */
html {
    scroll-behavior: smooth;
}
body{
    margin: 0;
    padding: 0;
    font-family: "Source Sans Pro",sans-serif;
}
/*  */
/* ////////////////////////nav */
.div_nav{
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 30px 70px;
}
.num_lang{
    display: flex;
    margin-left: 20vw;
}
.logo{
    height: 40px;
}
.number{
    margin-right: 10px  ;
}
.number_a{
    font-size: 35px;
    text-decoration: none;
    color: #F7921E;
    display: flex;
    flex-direction: row;
}
.number_a p{
    font-size: 35px;
    text-decoration: none;
    margin: 0;
    margin-top: 5px;
    color: #F7921E;
    font-weight: bold;
    width: 195px;
}
.number_a p:hover{
    text-decoration: underline;
}
.number_a span{
    font-size: 25px;
    margin-top: 15px;
    padding: 0;
    color: #2E2E2E;
    /* F7921E */
}
.limba{
    height: 45px;
    display: flex;
    align-items: center;
}
.limba a{
    text-decoration: none;
    font-weight: bold;
    color: #2E2E2E;
    font-size: 25px;
    margin-top: 13px;
}
.limba a:hover{
    text-decoration: underline;
}
/*  */
/* /////////////////////calculator */
.calculator{
    background-color: #2E2E2E;
    margin: 0 70px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
/* /////////////////////slider */
#slider1,#slider2{
    width: 900px;
    margin: 20px 0px 0px 0px;
}
.irs--big .irs-handle{
    border-radius: 5px !important;
    height: 25px !important;
    width: 25px !important;
    top: 27px !important;
}
.irs--big .irs-bar{
    border: none !important;
    height: 14px !important;
    top: 33px !important;
    background: none !important;
    background-color: #F7921E !important;
    box-shadow: none !important;
}
.irs--big .irs-grid-pol{
    background-color: #fff !important;
}
.irs--big .irs-grid-text{
    color: #fff !important;
}
.irs--big .irs-single{
    background: none !important;
    background-color: none !important;
    color: #F7921E !important;
    font-weight: bold;
    font-size: 20px;
    position: absolute !important;
}
#slider1 .irs--big .irs-single{
    padding-right: 10px !important;
}
#slider2 .irs--big .irs-single{
    padding-right: 35px !important;
}
 .irs-min, .irs-max{
    display: none !important;
} 
.irs-grid-pol.small{
    display: none;
}
.result_p{
    text-align: center;
    font-size: 25px;
    color: #ffffff;
    margin: 20px 0;
    display: none;
}
#result,#result2{
    text-align: center;
    font-size: 25px;
    color: #F7921E;
    font-weight: bold;
    border: 0; 
    width: 100px;
}
.calculator_text{
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #e5e5e5;
    text-align: center;
}
.rata_lunara{
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 25px;
    /*font-weight: bold;*/
    color: #f7921e;
    text-align: center;
}
/*  */
/* //////////////////form */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.form_inputs{
    margin-top: 0px;
    background-color: #e5e5e5;
    width: 1074px;
    border-radius: 5px;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.form_ul{
    list-style: none;
    display: flex; 
    flex-direction: row;
    align-items: center;
    padding: 0;
    margin: 15px 0 30px 0;
    background-color: #e5e5e5;
}
.form_ul li{
    display: flex;
    flex-direction: column;
    padding: 0 50px;
}
.form_ul li span{
    color: red;
    font-size: 12px;
    display: none;
    position: absolute;
    margin-top: 35px;
}
.form_ul li label{
    font-size: 13px;
    color: #2E2E2E;
    font-weight: bold;
}
.form_ul li input{
    width: 250px;
    height: 30px;
    font-size: 16px;
    border: #F7921E 2px solid;
    border-radius: 5px;
}
.checkbox{
    display: none;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 30px;
}
.checkbox p{
    margin: 0;
    margin-left: 10px;
    font-weight: bold;
    font-size: 17px;
}
.checkbox p a{
    color: #ff4141;
    text-decoration: none;
}
#submit{
    width: 200px;  
    height: 50px;
    margin-bottom: 24px;
    font-size: 20px;
}
#submit:hover,
#submit:focus{
    background-color: #f9ab53;
}
/*  */
/*  */
/* ////////////////////////de ce Microcredit */
.sectiont1{
    background-color: #F7921E;
    margin: 0 70px 0 70px;
    /* 30px */
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 550px
}
.sectiont1 > p{
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin: 50px 0;
}
.benefits{
    display: flex;
    flex-direction: row;
    width: 1074px;
    justify-content: space-around;
    margin-bottom: 50px;
}
.benefits div{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    width: 200px;
    border-radius: 20px;
    padding: 10px;
    border: 3px #2E2E2E solid;
    color: #2E2E2E;
}
.benefits div p{
    font-size: 20px;
    font-weight: 700;

}
.benefits div img{
    height: 100px;
    width: 100px;
}
#button1{
    width: 300px;
    height: 70px;
    margin: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #fff;
    text-decoration: none;
}
#button1:hover,
#button1:focus{
    background-color: #404040;
}
/*  */
/* //////////////////etape */
.sectiont2{
    background-color: #2E2E2E;
    margin: 0 70px 0 70px; 
    /* 30px */
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 550px;
    /*border-bottom-left-radius: 5px;*/
    /*border-bottom-right-radius: 5px;*/
}
.sectiont2 > p{
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin: 50px 0;
}
.etape{
    display: flex;
    flex-direction: row;
    width: 1074px;
    justify-content: space-around;
    margin-bottom: 50px;
}
.etape div{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    width: 200px;
    border-radius: 20px;
    padding: 10px;
    border: 3px #F7921E solid;
    color: #2E2E2E;
    text-align: center;
}
.etape div p{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}
.etape div img{
    height: 100px;
    width: 100px;
}
#button2{
    width: 300px;
    height: 70px;
    margin: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #fff;
    text-decoration: none;
}
#button2:hover,
#button2:focus{
    background-color: #f9ab53;
}
/*  */
/* ////////////Despre noi */
.ab_us{
    display: flex;
    justify-content: center;
    background-color: #e5e5e5;
    margin: 0 70px 0 70px;
}

.ab_us > div{
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 1074px;
}
.ab_us_t{
    font-size: 30px;
    font-weight: bold;
    color: #2E2E2E;
    margin: 40px 0 25px 0;
    text-align: center;
}
.ab_us div p:not(.ab_us_t){
    margin: 15px 0;
    font-size: 22px;
}
/*  */
/* ///////////////////////footer */
footer{
    background-color: #2E2E2E;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    margin: 0px 70px 0 70px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
footer > p{
    text-align: center;
    margin: 0;
    /* color: #fff; */
    font-size: 13px;
    margin-bottom: 10px;
}
footer div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 20px 0;
}
footer div p{
    margin: 0 25px;
    font-size: 21px;
    font-weight: bold;
    color: #e5e5e5; 
}
footer div p span{
    font-size: 17px;
    font-weight: bold;
}
.tel{
    color: #fff;
    text-decoration: none;
    
}
.tel:hover{
    text-decoration: underline;
}
/*  */
label.error.fail-alert {
    border-radius: 4px;
    line-height: 1;
    padding: 2px 0 6px 6px;
    color: #ff4141;
    position: absolute;
    margin-top: 53px;
}
input.valid.success-alert {
    border: 2px solid #4CAF50;
}
.checkbox #check-error{
    position: relative;
    top: 10px;
    
}
.br1,.br2{
    display: none;
}