a {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.calc_mecanica {
    color: var(--color-gray600);
    font-size: 20px;
    line-height: 26px
}

.calc_mecanica strong {
    font-family: 'ing_me_bold';
    font-weight: normal;
    font-style: normal
}

.calc_mecanica .calcWrapper {
    -webkit-border-radius: 8px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 8px;
    -moz-background-clip: padding;
    border-radius: 8px;
    background-clip: padding-box;
    border: 1px solid #d9d9d9;
    background: var(--bgcolor-white);
    margin-bottom: 30px
}

.mobile-ion-value {
    font-size: 12px;
    line-height: 15px;
    background-color: rgba(0,0,0,0.3);
    color: #fff;
    padding: 1px 5px;
    border-radius: 3px;
    top: -20px;
    right: -2%;
    position: absolute;
    text-align: center;
}

.sidebar-container .sidebar-title {
    padding: 10px 24px;
}


.calc_row:nth-child(1) .single .mobile-ion-value {
    right: 8%;
}

@media (max-width: 768px) {
    .tab-content > #simulator > .layout-row > .main-content {
        display: none;
    }
    .calc_mecanica .calcWrapper {
        margin-bottom: 15px
    }
}

.calc_mecanica .footnotes-container p {
    font-size: 12px;
    line-height: 14px;
    color: #767676
}

@media (max-width: 768px) {
    .calc_mecanica .footnotes-container {
        padding: 0 15px
    }
}

.calc_mecanica .item {
    font-size: 24px;
    line-height: 28px;
    color: var(--color-gray600);
    padding-bottom: 15px
}

.calc_mecanica .item strong {
    font-family: 'ing_me_bold';
    font-weight: normal;
    font-style: normal;
    font-size: 30px;
    line-height: 34px;
    color: #ff6200
}

.calc_block {
    position: relative;
    border-bottom: 1px solid #d9d9d9;
    padding-right: 360px
}

@media (max-width: 992px) {
    .calc_block {
        padding-right: 315px
    }

}

@media (max-width: 768px) {
    .calc_block {
        padding-right: 0
    }

}

.calc_actions {
    padding: 56px
}

@media (max-width: 1200px) {
    .calc_actions {
        padding: 50px 40px;
    }

    .calc_input label {
        min-width: 0px;
    }
}

@media (max-width: 992px) {
    .calc_actions {
        padding: 40px 30px;
    }
}

@media (max-width: 768px) {
    .calc_actions {
        padding: 15px
    }
}

.calcLabelBlock {
    text-align: right
}

.spgLabel {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    line-height: 26px;

}

.calc_row .spg-title {
    display: block;
    text-align: center;
    padding-bottom: 24px;
    font-size: 20px;
    line-height: 26px;
}

.calc_input {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 0px;

}

.radio-hook {
    padding: 0 30px;
}

.calc_input.ch-left {
    float: left;
}

.calc_input.ch-right {
    float: right;
}

.calc_input input[type='radio'] {
    display: none;
}

.calc_input label {
    text-align: left;
    min-width: 240px;
    padding: 10px 14px 10px 40px;
    font-weight: normal;
    font-size: 20px;
    line-height: 20px;
    color: #333333;

    background: #fff url('../images/spg_ico_unchecked.png') no-repeat 15px center;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}

.calc_input input[type='radio']:checked ~ label {

    color: #333333;
    background: #d9d9d9 url('../images/spg_ico_checked.png') no-repeat 15px center;
    border-color: #d9d9d9
}

.calc_row input {
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    background-color: #d9d9d9;
    border: 1px solid #d9d9d9;
    color: #333333;
    text-align: right;
    font-size: 20px;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
    width: 140px;
    height: 40px;
    margin-right: 5px;
    padding: 0 10px;
    border-color: #d9d9d9;
}

.spgCurrency {
    display: inline-block;
    vertical-align: middle;
}

.calc_row input:focus {
    border-color: #ff6200;
    box-shadow: none;
    background: transparent;
}

@media (max-width: 768px) {
    .calc_row input {
        width: 90px
    }
}

.calc_row .irs .irs-bar-edge,
.calc_row .irs .irs-bar {
    background: #ff6200;
    border-color: #ff6200
}

.calc_row .irs-bar-edge {
    width: 25px
}

.calc_row .irs .irs-line,
.calc_row .irs .irs-line-left,
.calc_row .irs .irs-line-mid,
.calc_row .irs .irs-line-right {
    background-color: #666;
    border-color: #666
}

.calc_row .irs .irs-slider {
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fff;
    border: 1px solid #ff6200;
    width: 49px;
    height: 49px;
    top: 13px;
    cursor: pointer
}

.calc_row .irs .irs-slider:before,
.calc_row .irs .irs-slider:after {
    position: absolute;
    content: '';
    top: 50%;
    margin-top: -7px;
    width: 0;
    height: 0;
    border-style: solid
}

.calc_row .irs .irs-slider:before {
    left: 14px;
    border-width: 7px 7px 7px 0;
    border-color: transparent #ff6200 transparent transparent
}

.calc_row .irs .irs-slider:after {
    right: 14px;
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #ff6200
}
.calc_row .irs .irs-bar-edge {
  top: 33px;
}

.firstRow {
    padding-bottom: 40px
}

@media (max-width: 768px) {
    .firstRow {
        padding-bottom: 15px
    }
}

.info_highlight {
    position: absolute;
    top: 0;
    right: 0;
    width: 360px;
    height: 100%;
    background-color: var(--bgcolor-gray100);
    padding: 15px
}

.info_highlight:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    margin-top: -19px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 19px 0 19px 20px;
    border-color: transparent transparent transparent var(--bgcolor-white);
}

.info_highlight .spg-title {
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    color: var(--color-gray600);
    padding-bottom: 10px;
}

.info_highlight .item-separator {
    display: block;
    padding: 20px 0;
    font-size: 18px;
    line-height: 18px;
    position: relative;
    text-align: center;
}

.info_highlight .item-separator span {
    background: #d9d9d9;
    display: inline-block;
    position: relative;
    z-index: 5;
    padding: 0 14px;
}

.info_highlight .item-separator:before {
    content: '';
    width: 224px;
    height: 1px;
    background: var(--color-gray600);
    left: 50%;
    top: 50%;
    margin-left: -112px;
    position: absolute;
    z-index: 2;

}

.info_highlight .item {
    text-align: center;
    padding-bottom: 0px;

}

.info_highlight .item .item-value {
    text-align: center
}

.info_highlight .item .item-value .spg-main {
    font-family: 'ing_me_bold';
    text-align: center;
    font-size: 22px;
    line-height: 22px;
    color: #ff6200;
}

.info_highlight .item .item-value .spg-secondary {
    font-family: 'ing_me_bold';
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    color: var(--color-gray600);
}

.info_highlight .item .spg-title {
    font-family: 'ing_me_bold';
    text-align: center;
    font-size: 22px;
    line-height: 24px;
    color: var(--color-gray600);
    padding: 0px;

}

.simulator-wrapper .inner-footer {
    font-size: 12px;
    line-height: 14px;
    padding: 0 15px;
}

.simulator-wrapper .inner-footer div {
    padding-bottom: 5px;
}

@media (max-width: 1200px) {

    .calc_input label {
        min-width: 0px;
    }
}

@media (max-width: 992px) {
    .info_highlight {
        width: 315px
    }

    .calc_row .spg-title {
        text-align: center;
    }

    .calcLabelBlock {
        text-align: right;
    }

    .calc_input.ch-left label,
    .calc_input.ch-right label {
        min-width: 0px;
        /*display:block;*/
        /*padding-bottom:5px;*/
        /*float:none;*/
    }

    .radio-hook {
        padding: 0px;
    }
}

@media (max-width: 768px) {
    .info_highlight {
        width: 100%;
        height: auto;
        position: static;
        float: none;
        padding: 15px;
        font-size: 0
    }

    .info_highlight:after {
        display: none
    }

    .info_highlight .item {
        float: none;
        width: 50%;
        height: auto;
        font-size: 18px;
        line-height: 22px;
        display: inline-block;
        vertical-align: top;
        padding-bottom: 10px
    }
    .info_highlight .item-separator{
        display:none;
    }
    .info_highlight .item.spgLast {
        width: 100%
    }

    .info_highlight .item .value-credit,
    .info_highlight .item .value-rate,
    .info_highlight .item strong {
        font-size: 26px;
        line-height: 28px
    }

    .info_highlight .item .value-credit,
    .info_highlight .item .value-rate {
        padding-top: 5px;
        display: block
    }

    .radio-hook {
        padding: 0px 30px 15px;
        max-width: 400px;
        margin: 0 auto;
    }

}

.spgTable {
    display: table;
    height: 100%;
    width: 100%
}

.spgCell {
    display: table-cell;
    vertical-align: middle
}

.spgCta {
    text-align: center;
    padding-top: 30px
}

@media (max-width: 768px) {
    .spgCta {
        padding-top: 10px
    }
}

.cssHook .spgCta {
    text-align: center;
    padding-top: 10px
}

.cssHook .item {
    padding-bottom: 0
}

.btn_xs {
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-border-radius: 8px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 8px;
    -moz-background-clip: padding;
    border-radius: 8px;
    background-clip: padding-box;
    background-color: #ff6200;
    position: relative;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    padding: 10px 15px 10px 30px;
    border: 1px solid transparent
}

.btn_xs .ico_arrow {
    position: absolute;
    width: 16px;
    height: 24px;
    top: 50%;
    margin-top: -12px;
    left: 10px;
    display: block
}

.btn_xs .ico_arrow:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    margin-top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #fff
}

.btn_xs:active,
.btn_xs:hover,
.btn_xs:focus {
    color: #fff
}

@media (min-width: 768px) {
    #simulator .tab-pane .main-content {
        float: none;
        width: 100%;
    }
    .btn_xs:active,
    .btn_xs:hover,
    .btn_xs:focus {
        background-color: #fff;
        border-color: #ff6200;
        color: #ff6200;
        text-decoration: none;
        outline: none
    }

    .btn_xs:active .ico_arrow:after,
    .btn_xs:hover .ico_arrow:after,
    .btn_xs:focus .ico_arrow:after {
        border-color: transparent transparent transparent #ff6200
    }
}

.flex-container {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: 8121991;
    -moz-box-direction: 8121991;
    -webkit-box-orient: 8121991;
    -moz-box-orient: 8121991;
    -webkit-flex-direction: horizontal;
    -ms-flex-direction: horizontal;
    flex-direction: horizontal;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 0;
    margin: 0;
    list-style: none
}

.flex-item {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto
}

.calc_detailed_results {
    padding: 20px
}

.calc_detailed_results .rez_label {
    font-size: 16px;
    line-height: 18px;
    color: #666;
    display: block;
    text-align: center
}

.calc_detailed_results .rez_result {
    font-family: 'ing_me_bold';
    font-weight: normal;
    font-style: normal;
    color: #ff6200;
    font-size: 18px;
    line-height: 18px;
    display: block;
    text-align: center
}

@media (max-width: 768px) {
    .calc_detailed_results {
        -webkit-border-radius: 8px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 8px;
        -moz-background-clip: padding;
        border-radius: 8px;
        background-clip: padding-box;
        padding: 15px;
        background: #fff;
        display: block
    }

    .calc_detailed_results .rez_block {
        display: block;
        text-align: left;
        padding: 5px 0
    }

    .calc_detailed_results .rez_label {
        padding-right: 10px;
        display: inline-block
    }

    .calc_detailed_results .rez_label br {
        display: none
    }

    .calc_detailed_results .rez_result {
        display: inline-block
    }
}

@media (max-width: 440px) {
    .calc_input.ch-left,
    .calc_input.ch-right {

        display: block;
        padding-bottom: 5px;
        float: none;
    }

    .calc_input.ch-left label,
    .calc_input.ch-right label {

        display: block;

    }
    .radio-hook{

        max-width: 100%;
        margin: 0 auto;
    }

    .info_highlight .item {

        width: 100%;

    }
    .info_highlight .item-separator{
        display:block;
    }
}

.msg_box {
    font-size: 24px;
    line-height: 26px;
    padding: 0 0 30px;
    text-align: center;

}
