.hidden {
    display: none !important;
}

strong,b,.strong{
    font-family: 'ing_me_bold'
}
.main-content-wrapper.layout,
.tab-pane .main-content {
    width: 100% !important;
    padding: 0;
    max-width: 100%;
}
.layout-row {
    margin: 0 !important;
}
.main-title-wrapper,
.main-footer {
    display: none;
}
.not-home .page {
    margin-bottom: 0;
}
header.header-standard {
    overflow:hidden;
    min-height:260px;
    margin: 0;
}
header .inner {
    width:1300px;
    margin:0 auto;
    padding: 0 64px;
    position:relative;
}
header .h_inf {
    position: relative;
    margin: 32px 0 0;
}
.haeder_text_left {
    background-color: #ff6200;
    padding: 15px 15px 15px 15px;
    color: #fff;
    border-radius: 8px;
    float: left;
    max-width: 480px;
    width: 100%;
    position: relative;
}
.logo {
    padding: 10px 15px;
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
    background: #fff;
    border-radius: 0 4px 4px 0;
    position: relative;
    left: -15px;
}
.logo img {
    display: block;
}
.haeder_text .subtitle {
    font-size: 24px;
    line-height: 28px;
    margin-top: 15px;
}
.default-design.calc_mecanica {
    color: var(--color-gray600);
}
.extra-container {
    margin-bottom: 40px;
    display: flex;
}
.extra-box {
    width: 50%;
    padding: 20px;
    background: #fff;
}
.extra-box:first-child {
    margin-right: 10px;
}
.extra-box:last-child {
    margin-left: 10px;
}
.extra-box .extra-item {
    color: var(--color-gray600);
    text-align: center;
    margin: 0 auto;
}
.extra-item h4 {
    line-height: 20px;
    margin: 13px 0 25px;
}
.extra-item p {
    margin: 0 0 30px;
}

.bg-magenta {
    background-color: #ab0066 !important;
}

.offer-container h2 {
    text-align: center;
}
.ico_1 {
    background: url(/dam/ingro/images/icons-svg/ing_ipotecar_avantaje_schimb-valutar.svg) no-repeat center bottom;
    height: 55px;
    height: 80px;
}
.ico_3 {
    background: url(/dam/ingro/lp/credit-personal//images/ico_3.png) no-repeat center bottom;
    height: 55px;
    height: 80px;
}
.ico_11 {
    background: url(/dam/ingro/lp/credit-personal/images/icon.png) no-repeat center bottom;
    height: 55px;
    height: 80px;
    background-size: 75px;
}

.offer-wrapper {
    background: #f0f0f0;
    padding: 30px 0 0;
    margin: 0 0 15px;
}

.offer-container .text {
    font-size: 22px;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 45px
}
.form_container {
    padding-top: 15px;
}
.form_container .title {
    font-size: 32px;
    line-height: 41px;
    font-family: 'ing_me_bold';
    margin:0 0 30px;
}
.form_container .subtext_aplica {
    display: none;
}
.form_block {
    max-width: 450px;
    display: block;
    margin: 0 auto;
}
.form_box {
    padding: 0 0 45px;
}
.input_row {
    /* padding-right: 0; */
    position: relative;
}
.input_row label {
    position: absolute;
    left: -105px;
    top: 0;
    height: 44px;
    font-weight: 400;
    font-size: 18px;
    line-height: 44px;
    color: #767676;
    margin: 0;
    padding: 0;
}
.form_block label {
    display: none;
}

.form_block input {
    background:#fff;
    color:#000;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    outline:none;
    font-size:18px;
    font-weight:400;
    padding:6px 15px 5px;
    text-align:left;
    width:100%;
    height:44px;
    line-height:44px;
    line-height:22px\9;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    margin-bottom:15px;
}
input[type=number] {
    -moz-appearance: textfield;
}
.input_row select {
    margin-bottom: 15px;
}

input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input::-ms-clear {
    display: none;
}

.error {
    color:#c00 !important;
}
.error {
    color: #c00 !important;
}
.chosen-container {
    margin-bottom: 15px;
}
.chosen-container-single .chosen-single {
    padding-left: 15px;
    height: 44px;
    background: var(--bgcolor-white);
    color: var(--color-gray600);
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-align: left;
}
.chosen-container-single .chosen-single span {
    font-size: 18px;
    line-height: 44px;
    text-transform: none;
    text-shadow: none;
    margin-right: 65px;
    color: var(--color-gray600);
}
.chosen-container-single .chosen-single div {
    display: block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50px;
}
.chosen-container-single .chosen-single div b {
    border-style: solid;
    border-color: #333 transparent transparent;
    border-width: 8px;
    width: 16px;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 20px;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
    transform: rotate(180deg);
    top: 4px;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    background: #e5e5e5;
    border: 1px solid transparent;
}

.error.chosen-container-single .chosen-single span, select .error {
    color: #c00 !important;
}

.chosen-results .active-result.highlighted{
    background: #ff6200 !important;
}

.terms-cond {
    padding: 10px 0;
}

.terms-cond input[type="checkbox"] {
    width: auto;
    height: auto;
    margin-top: 3px;
    margin-right: 10px;
    float: left;
}

.terms-cond label {
    color: #767676;
    font-size: 14px;
    text-align: left;
    display: inline-block;
    width: calc(100% - 28px);
    text-align: justify;
}

.alert-text {
    text-align: left;
    color: #c00;
    display: inline-block;
    margin-bottom: 10px;
}

.submit_btn {
    color: var(--color-gray600);
    text-decoration: none;
    font-size: 20px;
    line-height: 28px;
    font-family: 'ing_me_regular';
    font-weight: normal;
    font-style: normal;
    -webkit-border-radius: 8px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 8px;
    -moz-background-clip: padding;
    border-radius: 8px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 10px 30px 10px 20px;
    display: inline-block;
    background: #ff6200;
    color: #fff;
    border: 1px solid transparent;
    border-color: #ff6200;
    height: 50px;
    margin-top: 15px;
    line-height:1;
}
.btn_md:before, .submit_btn:before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    border-style: solid;
    border-color: #fff;
    border-width: 2px 0 0 2px;
    width: 12px;
    height: 12px;
    transform: rotate(135deg);
}

.submit_btn  span {
    display: inline;
}

.submit_btn:hover, .submit_btn:active {
    background: #f50;
    background: #9c0a61;
    color: #fff;
    text-decoration: none;
    outline: none;
    border-color: transparent;
}

.bottom-container,
footer {
    background: var(--bgcolor-gray100);
    margin: 0;
}
.bottom-box {
    padding: 30px 0;
    background: var(--bgcolor-gray100);
    border-bottom: 1px solid #d9d9d9;
}
.bottom-box-title {
    text-align:center;
}
.bottom-box-list {
    font-size: 16px;
    margin-top: 30px;
    display: flex;
}
.bottom-box-list ul {
    width: 50%;
    padding-right: 5px;
}
.bottom-box-list li {
    margin-bottom: 10px;
    list-style: none;
    position: relative;
    color: #767676;
    padding-left: 30px;
}
.bottom-box-list li span {

}
.bottom-box-list li span.icon-check {
    display: inline-block;
    vertical-align: top;
    width: 12px;
    height: 6px;
    border-color: #ff6200;
    border-style: solid;
    border-width: 0 0 1px 1px;
    transform: rotate(-40deg);
    position: absolute;
    left: 5px;
    top: 6px
}
.inner_footnotes {
    padding: 30px 15px;
}
.inner_footnotes ul li {
    list-style: none;
    font-size: 14px;
    line-height: 20px;
    color: #767676;
    padding-bottom: 1em;
}

@media (max-width: 992px) {
    .extra-container {
        display: block;
    }
    .extra-container .extra-box {
        width: 100%;
        display: block;
        float: none;
        margin: 0;
    }
    header .h_inf {
        margin-top: 15px;
    }
    header .inner,
    header .pseudo_inner {
        width: 100%;
        padding: 0 15px 15px;
    }
}

@media (max-width: 767px) {
    .input_row label {
        display: none;
    }
}