@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700&display=swap&subset=latin-ext);
.range-slider {
    position: relative;
    display: inline-block;
    width: calc(100% - 1px);
    margin: 7px 0 10px;
    height: 5px
}

.range-slider_fill {
    position: absolute;
    box-sizing: border-box;
    display: inline-block;
    left: 0;
    top: 1.5px;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: calc(100% - 5px);
    height: 6px;
    background: #dad3e6
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .range-slider_fill {
        display: none
    }
}

.range-slider_input {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-appearance: none;
    width: calc(100% - 1px);
    height: 5px;
    background: transparent;
    padding: 0;
    box-sizing: border-box;
    cursor: pointer
}

.range-slider_input::-ms-track {
    border-color: transparent
}

.range-slider_input:focus {
    outline: none
}

.range-slider_input::-moz-focus-outer {
    border: 0
}

.range-slider_input::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    background-color: #512f8a;
    background-image: url(img/arrows.svg);
    background-position: center 3.5px;
    background-repeat: no-repeat;
    background-size: 8px;
    cursor: pointer;
    margin-top: -5px;
    margin-left: -1px
}

.range-slider_input::-webkit-slider-runnable-track {
    width: calc(100% - 1px);
    height: 6px;
    cursor: pointer;
    background: transparent;
    border-radius: 4px;
    border: 1px solid #dad3e6
}

.range-slider_input::-moz-range-thumb {
    border: none;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    background-color: #512f8a;
    background-image: url(img/arrows.svg);
    background-position: center 3.5px;
    background-repeat: no-repeat;
    background-size: 8px;
    cursor: pointer;
    margin-left: -1px
}

.range-slider_input::-moz-range-track {
    box-sizing: border-box;
    width: calc(100% - 1px);
    height: 6px;
    cursor: pointer;
    background: transparent;
    border-radius: 4px;
    border: 1px solid #dad3e6
}

.range-slider_input::-ms-thumb {
    box-shadow: none;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    background-color: #512f8a;
    background-image: url(img/arrows.svg);
    background-position: center 3.5px;
    background-repeat: no-repeat;
    background-size: 8px;
    cursor: pointer;
    margin-top: 2px;
    box-sizing: border-box;
    border: 0;
    margin-left: -1px
}

.range-slider_input:focus::-ms-thumb {
    border: 0
}

.range-slider_input::-ms-track {
    width: calc(100% - 1px);
    height: 6px;
    cursor: pointer;
    background: transparent;
    border-radius: 4px;
    border: 1px solid #dad3e6;
    color: transparent;
    box-sizing: border-box
}

.range-slider_input::-ms-fill-lower {
    background: #dad3e6;
    border-radius: 4px;
    border: 1px solid #dad3e6
}

.range-slider_input::-ms-fill-upper {
    background: transparent
}

.range-slider_input::-ms-tooltip {
    display: none
}

.altero-banner-1 {
    font-family: Source Sans Pro, sans-serif!important;
    width: 100%;
    background-color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

@-webkit-keyframes example1 {
    0% {
        -webkit-transform: translateX(100%)
    }
    to {
        -webkit-transform: translateX(-100%)
    }
}

@keyframes example1 {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.altero-banner-1_moving-text-wrapper {
    padding: 0 1px;
    overflow: hidden
}

.altero-banner-1_moving-text {
    white-space: nowrap;
    font-size: 8px;
    font-weight: 400!important;
    position: relative;
    top: 2px;
    color: #b4b4b4!important;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-animation: example1 30s linear infinite;
    animation: example1 30s linear infinite
}

.altero-banner-1_inner-wrapper {
    overflow: hidden;
    width: 100%;
    max-width: 600px;
    border-radius: 3px;
    background-color: #fff
}

.altero-banner-1_logo {
    background-image: url(img/altero-logo-violets.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 20px;
    margin: 5px 0 10px
}

.altero-banner-1_calculator,
.altero-banner-1_logo {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center
}

.altero-banner-1_calculator {
    -webkit-box-align: center;
    align-items: center;
    padding-right: 170px;
}

.altero-banner-1_calculator_side-left {
    width: 100%;
    padding: 0 5px 0 10px
}

.altero-banner-1_calculator_side-right {
    width: 160px;
    padding: 0 10px 0 5px;
    float: right;
    margin-right: -170px;
}

.altero-banner-1_calculator_loan-amount_display,
.altero-banner-1_calculator_loan-period_display {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center
}

.altero-banner-1_calculator_loan-amount_display span,
.altero-banner-1_calculator_loan-period_display span {
    color: #512f8a;
    font-weight: 700
}

.altero-banner-1_calculator_loan-amount_display span:first-of-type,
.altero-banner-1_calculator_loan-period_display span:first-of-type {
    font-size: 11px
}

.altero-banner-1_calculator_loan-amount_display span:last-of-type,
.altero-banner-1_calculator_loan-period_display span:last-of-type {
    font-size: 11px;
    padding: 2px 6px;
    border: 1px solid #dad3e6;
    border-radius: 3px
}

.altero-banner-1_calculator_monthly-payment p {
    font-weight: 700;
    font-size: 11px;
    margin: 0 0 5px;
    color: #512f8a
}

.altero-banner-1_calculator_monthly-payment_value {
    padding: 3px 10px;
    border-radius: 5px;
    background: #dad3e6;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

.altero-banner-1_calculator_monthly-payment_value div {
    color: #512f8a;
    font-weight: 700
}

.altero-banner-1_calculator_monthly-payment_value div:first-of-type {
    font-size: 24px;
    margin-right: 3px
}

.altero-banner-1_calculator_monthly-payment_value div:last-of-type {
    display: -webkit-box;
    display: flex;
    line-height: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    font-size: 10px
}

.altero-banner-1_additional-info {
    font-size: 11px;
    color: #512f8a;
    margin: 5px 0
}

.altero-banner-1_additional-info a,
.altero-banner-1_form_agreement a {
    color: #512f8a
}

.altero-banner-1_form {
    padding: 0 10px
}

.altero-banner-1_form p {
    margin: 0;
    color: #512f8a;
    font-size: 11px;
    font-weight: 700
}

.altero-banner-1_form_input {
    display: -webkit-box;
    display: flex;
    width: 45%;
    background: #dad3e6;
    border-radius: 3px;
    padding: 4px;
    position: relative;
    overflow: hidden
}

.altero-banner-1_form_input input {
    display: block;
    width: 100%;
    background: transparent;
    border: none;
    outline: none!important;
    box-shadow: none;
    font-size: 9px;
    color: #512f8a;
    box-sizing: border-box;
    padding-right: 3px
}

.altero-banner-1_form_input span {
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 5px;
    background-size: contain
}

.altero-banner-1_form_input.phone input {
    padding-left: 15px
}

.altero-banner-1_form_input.phone span {
    background-image: url(img/phone.svg);
    height: 12px;
    width: 15px
}

.altero-banner-1_form_input.email input {
    padding-left: 18px
}

.altero-banner-1_form_input.email span {
    background-image: url(img/mail.svg);
    height: 10px;
    width: 12px
}

.altero-banner-1_form_inputs {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center
}

.altero-banner-1_form_agreement {
    padding: 7px 0 0;
    margin-bottom: 8px
}

.altero-banner-1_form_agreement.error label {
    color: #ed2939;
    font-weight: 700
}

.altero-banner-1_form_agreement label {
    display: block;
    position: relative;
    padding-left: 18px;
    cursor: pointer;
    font-size: 11px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #512f8a
}

.altero-banner-1_form_agreement label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.altero-banner-1_form_agreement label span {
    position: absolute;
    top: -1px;
    left: 0;
    height: 12px;
    width: 12px;
    background-color: transparent;
    border: 1px solid #b4b4b4;
    border-radius: 3px
}

.altero-banner-1_form_agreement label:hover input~span {
    background-color: transparent
}

.altero-banner-1_form_agreement label input:checked~span:after {
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 2px;
    background-color: #512f8a;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto
}

.altero-banner-1_form_agreement label span:after {
    content: "";
    position: absolute;
    display: none
}

.altero-banner-1_form_agreement label input:checked~span:after {
    display: block
}

.altero-banner-1_form_submit {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center
}

.altero-banner-1_form_submit:after {
    content: "";
    width: 16px;
    height: 20px;
    background-image: url(img/hand-colored.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    position: relative;
    top: 2px;
    left: 5px
}

.altero-banner-1_form_submit button {
    margin-top: -5px;
    margin-bottom: 3px;
    background: #ffd800;
    border: 0;
    border-radius: 3px;
    font-size: 12px;
    color: #512f8a;
    font-weight: 700;
    padding: 3px 25px;
    cursor: pointer;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .5);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, .3)
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 10px transparent
    }
    to {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, .3)
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 10px transparent
    }
    to {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        box-shadow: 0 0 0 0 transparent
    }
}