

/* Start:/local/components/axi/calculator.reward/templates/.default/style.css?17385957918483*/
.calculator_reward {
    display: flex;
    padding: 50px 40px 60px;
    position: relative;
    width: 930px;
    margin: 0 auto;
    font-family: 'PT Sans', Tahoma, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #000;
}

.calculator_reward .error {
    color: #FC0000;
    font-family: 'PT Sans', Arial, Verdana, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    margin: 10px 0 0 20px;
}

#isolation .calculator_reward label.checkbox a {
    text-decoration: underline;
}

.calculator_reward .error.error-phone,
.calculator_reward .error.error-email {
    margin: -20px 0 20px;
}

.calculator_reward-data {
    width: 48%;
    margin-right: 2%;
}

.calculator_reward-data-title {
    position: absolute;
    top: 0;
    font-size: 23px;
    font-family: 'PT Serif', Tahoma, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 30px;
}

.calculator_reward-data-step input[type=text],
.calculator_reward-data-step input[type=email] {
    background: #F1F5F6;
    min-height: 48px;
    border: none;
    width: 100%;
    padding: 0 20px;
}

.calculator_reward-data-step input[type=text]:disabled,
.calculator_reward-data-step input[type=email]:disabled {
    opacity: .6;
}

.calculator_reward-data-step.active {
    display: block;
}

.calculator_reward-data-step.inactive {
    display: none;
}

.calculator_reward-data-step-line {
    margin-bottom: 25px;
}

.calculator_reward-data-step input[type=radio] {
    display: none;
}

#isolation .calculator_reward-checkboxes {
    display: flex;
}

#isolation .calculator_reward-data-step label {
    display: flex;
    min-height: 50px;
    width: 50%;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-family: 'PT Sans', Arial, Verdana, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
}

.calculator_reward-data-step input[type=radio] + label {
    background: #F1F5F6;
}

.calculator_reward-data-step input[type=radio]:checked + label {
    background: linear-gradient(0deg, #ec9558, #b4651e), #4F4F4F;
    color: #fff;
}

.calculator_reward-info {
    width: 48%;
    margin-left: 2%;
}

.calculator_reward-info-box {
    background: #F1F5F6;
    padding: 50px 23px 60px 50px;
}

.calculator_reward-info-box-line {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.calculator_reward-info-box-line-name {
    width: 185px;
}

.calculator_reward-info-box-line-value {
    font-weight: bold;
    font-size: 25px;
    line-height: 32px;
    margin-left: 10px;
    white-space: nowrap;
}

.calculator_reward-graph-box-link {
    margin-bottom: 25px;
}

#isolation a.calculator_reward-partners-link {
    text-decoration: none;
    color: #bf7a3d;
}

.calculator_reward-box-buttons {
    text-align: center;
}

.calculator_reward-box-buttons .active {
    display: block;
}

.calculator_reward-box-buttons .active[data-step='2'] {
    display: flex;
    justify-content: space-between;
}

.calculator_reward-box-buttons .inactive {
    display: none;
}

/* custom select */
.custom-select {
    position: relative;
}

.custom-select select {
    display: none;
}

.select-selected {
    background-color: #F1F5F6;
}

.select-selected:after {
    position: absolute;
    content: '';
    top: 22px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #000 transparent transparent transparent;
}

.select-selected.select-arrow-active {
    background: linear-gradient(0deg, #ec9558, #b4651e), #4F4F4F;
    color: #fff;
    position: relative;
    z-index: 9999;
}

.calculator_reward .irs--round .irs-from:before, .irs--round .irs-to:before,
.calculator_reward .irs--round .irs-single:before {
    border-top-color: #bf7a3d;
}

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #000 transparent;
    top: 14px;
}

.select-items div,.select-selected {
    color: #000;
    padding: 13px 16px;
    cursor: pointer;
    user-select: none;
}

.select-items {
    position: absolute;
    background-color: #F1F5F6;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 9999;
}

.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background: linear-gradient(0deg, #ec9558, #b4651e), #4F4F4F;
    color: #fff;
}

.calculator_reward .irs--round .irs-handle {
    border: 4px solid #bf7a3d;
    background: linear-gradient(0deg, #ec9558, #b4651e);
}

.calculator_reward .irs--round .irs-handle.state_hover,
.calculator_reward .irs--round .irs-handle:hover {
    background: linear-gradient(0deg, #ec9558, #b4651e);
    border: 4px solid #bf7a3d;
    cursor: pointer;
}

.calculator_reward .irs--round .irs-line {
    top: 36px;
    height: auto;
    background-color: transparent;
    border-radius: 0;
    border: 1px solid #E0E0E0;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.calculator_reward .irs--round .irs-bar {
    top: 36px;
    height: auto;
    background-color: transparent;
    border: 1px solid #E0E0E0;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.calculator_reward .calculator_reward-slider_box {
    background: #F1F5F6;
    padding: 25px 30px;
}

.calculator_reward .irs--round .irs-from,
.calculator_reward .irs--round .irs-to,
.calculator_reward .irs--round .irs-single {
    background: linear-gradient(0deg, #ec9558, #b4651e);
}

#isolation .calculator_reward button.btn.loan-back {
    border: 1px solid #bf7a3d !important;
    border-radius: 56px;
    color: #000;
}

#isolation .calculator_reward button.btn.loan-back:hover {
    background: linear-gradient(0deg, #ec9558, #b4651e);
    border: 1px solid transparent !important;
    color: #fff;
}

#isolation .calculator_reward button.btn.loan-back:focus {
    background: #fff;
    border: 1px solid #bf7a3d !important;
    color: #000;
}

#isolation .calculator_reward button.btn.loan-back:active {
    background: #DE6943;
    color: #fff;
    border: 1px solid transparent !important;
}

#isolation .calculator_reward-data-step label.checkbox {
    width: auto;
    justify-content: flex-start;
    min-height: auto;
}

.calculator_reward-box-success {
    color: #fff;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    background: #2e9bd8;
}

#isolation .calculator_reward .btn.reward-back {
    width: 140px;
    height: 40px;
    border: 1px solid #bf7a3d !important;
    color: #bf7a3d;
}

#isolation .calculator_reward .btn.reward-back:hover {
    border: 1px solid #bf7a3d !important;
    color: #fff;
    background: linear-gradient(0deg, #ec9558, #b4651e);
}

#isolation .calculator_reward .btn.reward-back:active {
    border: 1px solid #DE6943 !important;
    background: #DE6943;
}

#isolation .calculator_reward .btn.reward-submit {
    width: 165px;
    height: 40px;
    background: linear-gradient(270deg, #bf7a3d 0%, #bf7a3d 56.05%);
    color: #fff;
    padding: 10px;
}

#isolation .calculator_reward .btn.reward-submit:hover {
    background: linear-gradient(0deg, #ec9558, #b4651e);
}

#isolation .calculator_reward .btn.reward-submit:active {
    background: #DE6943;
}

.calculator_reward-partners-link {
    display: none;
}

.calculator_reward-partners-link[data-link='bank-loan'] {
    display: inline;
}

@media screen and (max-width: 1024px) {
    .calculator_reward {
        width: 100%;
        padding: 50px 0;
    }
    .calculator_reward-info-box {
        padding: 50px 30px;
    }
    .calculator_reward-info-box-line {
        justify-content: space-between;
    }
}

@media screen and (max-width: 768px) {
    .calculator_reward {
        flex-direction: column;
        align-items: center;
    }
    .calculator_reward-data {
        width: 410px;
        margin-right: 0;
    }
    .calculator_reward-info {
        width: 410px;
        margin-left: 0;
    }
    .calculator_reward-box-buttons .active {
        display: flex;
        flex-direction: column;
    }
    .calculator_reward-box-buttons .active button {
        width: 100%;
    }
    #isolation .calculator_reward button.btn#loan-back {
        order: 1;
        border: 1px solid transparent !important;
    }
}

@media screen and (max-width: 576px) {
    .calculator_reward-data {
        width: 340px;
    }
    .calculator_reward-info {
        width: 340px;
    }
}

@media screen and (max-width: 400px) {
    .calculator_reward-data {
        width: 100%;
    }
    .calculator_reward-info {
        width: 100%;
    }
}


/* End */
/* /local/components/axi/calculator.reward/templates/.default/style.css?17385957918483 */
