.calculator-promo input[type=range] {
    width: 100%;
    margin: 11.45px 0;
    background-color: transparent;
    -webkit-appearance: none;
    background: -webkit-linear-gradient(left, #fde1a0 0%, #fde1a0 20%, #e6e6e6 20%)
}

.calculator-promo input[type=range]:focus {
    outline: none
}

.calculator-promo input[type=range]::-webkit-slider-runnable-track {
    border: 0;
    border-radius: 5.4px;
    width: 100%;
    height: 7.1px;
    cursor: pointer
}

.calculator-promo input[type=range]::-webkit-slider-thumb {
    margin-top: -11.45px;
    width: 30px;
    height: 30px;
    background: #ff7f00;
    border: 1px solid #ff7f00;
    border-radius: 36px;
    cursor: pointer;
    -webkit-appearance: none
}

.calculator-promo input[type=range]::-moz-range-track {
    background: #fde1a0;
    border: 0;
    border-radius: 5.4px;
    width: 100%;
    height: 7.1px;
    cursor: pointer
}

.calculator-promo input[type=range]::-moz-range-thumb {
    width: 30px;
    height: 30px;
    background: #ff7f00;
    border: 1px solid #ff7f00;
    border-radius: 36px;
    cursor: pointer
}

.calculator-promo input[type=range]::-ms-track {
    background: 0 0;
    border-color: transparent;
    border-width: 12.45px 0;
    color: transparent;
    width: 100%;
    height: 7.1px;
    cursor: pointer
}

.calculator-promo input[type=range]::-ms-fill-lower {
    background: #e6e6e6;
    border: 0;
    border-radius: 10.8px
}

.calculator-promo input[type=range]::-ms-fill-upper {
    background: #fde1a0;
    border: 0;
    border-radius: 10.8px
}

.calculator-promo input[type=range]::-ms-thumb {
    width: 30px;
    height: 30px;
    background: #ff7f00;
    border: 1px solid #ff7f00;
    border-radius: 36px;
    cursor: pointer;
    margin-top: 0
}

.calculator-promo input[type=range]:focus::-ms-fill-lower {
    background: #e6e6e6
}

.calculator-promo input[type=range]:focus::-ms-fill-upper {
    background: #fde1a0
}

@supports(-ms-ime-align:auto) {
    .calculator-promo input[type=range] {
        margin: 0
    }
}

.calculator-promo {
    max-width: 920px;
    width: 100%;
    font-family: roboto, sans-serif
}

.orange-text {
    color: #ff7f00
}

.calculator-promo .calculator-promo__title {
    font-size: 24px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000
}

.calculator-promo .calculator-promo__email-fix {
    display: flex;
    justify-content: space-evenly
}

.calculator-promo__email-fix input {
    width: 100% !important;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important
}

.calculator-promo__email-fix .jq-selectbox__select-text {
    font-size: 16px;
    color: #979797;
    padding-left: 10px
}

@media not all and (min-resolution:.001dpcm) {
    @supports(-webkit-appearance:none) {
        .calculator-promo__email-fix .jqselect {
            margin: 2px 0
        }
    }
}

.calculator-promo__email-fix .jq-selectbox__trigger {
    margin-top: 2px
}

@media(max-width:700px) {
    .calculator-promo__email-fix .has-float-label {
        width: 47%
    }

    .calculator-promo__email-fix .jq-selectbox {
        width: 45%
    }
}

@media(max-width:424px) {
    .calculator-promo__email-fix .jq-selectbox__select {
        margin-top: 8px
    }
}

.calculator-promo__email-fix .jq-selectbox {
    background: #fff;
    border: 1px solid #979797;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px
}

.calculator-promo .calculator-promo__subtitle {
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #979797;
    margin-top: 5px;
    margin-bottom: -10px
}

.calculator-promo .calculator-promo__content {
    display: flex;
    align-content: center;
    justify-content: center;
    box-shadow: 0 0 57px -12px rgba(0, 0, 0, .5)
}

.calculator-promo__left-form {
    display: flex;
    align-content: center;
    flex-direction: column;
    padding: 18px;
    background: #fff;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    box-shadow: 0 0 50px rgb(38 43 82/5%)
}

.calculator-promo .promo-scroll {
    display: flex;
    align-content: center;
    flex-direction: column;
    margin: 20px 0
}

.promo-scroll .promo-scroll__top-panel {
    display: flex;
    align-content: center;
    justify-content: space-between;
    margin-bottom: 25px
}

.promo-scroll__top-panel .promo-scroll__left-text {
    font-size: 18px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000
}

.promo-scroll__top-panel .promo-scroll__right-text {
    font-size: 20px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right
}

.promo-scroll .promo-scroll__scroll input {
    width: 100%;
    border: 0 solid
}

.promo-scroll .promo-scroll__bottom-panel {
    display: flex;
    align-content: center;
    justify-content: space-between;
    margin-top: 5px;
    margin-bottom: 25px
}

.promo-scroll__bottom-panel .promo-scroll__left-text {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000
}

.promo-scroll__bottom-panel .promo-scroll__right-text {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000
}

.calculator-promo .day-n-amount {
    display: flex;
    align-content: center;
    flex-direction: column
}

.day-n-amount .day-n-amount__titles {
    display: flex;
    align-content: center;
    justify-content: space-between;
    margin-bottom: 7px
}

.day-n-amount .day-n-amount__pay-title {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000
}

.day-n-amount .day-n-amount__day-title {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000
}

.day-n-amount .day-n-amount__values {
    display: flex;
    align-content: center;
    justify-content: space-between
}

.day-n-amount .day-n-amount__pay-value {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center
}

.day-n-amount .day-n-amount__old-pay {
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3c3c3c
}

.day-n-amount .day-n-amount__new-pay {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #f88b00;
    margin-left: 5px
}

.day-n-amount .day-n-amount__day-value {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #000
}

.calculator-promo .bottom-legal-text {
    margin-top: 40px;
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #979797;
    opacity: 0
}

.calculator-promo .calculator-promo__right-form {
    background-color: #e6e6e6;
    padding: 10px 15px;
    display: flex;
    align-content: center;
    flex-direction: column;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: 0 0 50px rgb(38 43 82/5%)
}

.calculator-promo__right-form .calculator-promo__text-inputs {
    display: flex;
    align-content: center;
    flex-direction: column;
    margin-bottom: 20px
}

.calculator-promo__text-inputs .calculator-promo__input {
    margin-top: 20px;
    text-align: center
}

.calculator-promo__text-inputs .calculator-promo__input input {
    padding: 10px;
    max-width: 272px;
    width: calc(100% - 20px);
    border-radius: 5px;
    border: solid 1px #979797;
    background-color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center
}

.calculator-promo .calculator-promo__submit {
    margin-bottom: 25px;
    text-align: center
}

.calculator-promo .calculator-promo__submit button {
    width: 100%;
    padding: 10px;
    max-width: 296px;
    border: 0 solid #fb7d01;
    font-size: 20px;
    line-height: 120%;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #fff;
    cursor: pointer;
    background: #fb7d01;
    box-shadow: 0 0 50px rgba(38, 43, 82, .05);
    border-radius: 25px
}

.calculator-promo__legal-text {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000
}

.calculator-promo .hint-language {
    display: none;
    font-size: 12px;
    color: #fec454;
    padding: 15px 40px 0;
    text-align: center
}

.calculator-promo input[name=full_name] {
    text-transform: capitalize
}

.calculator-promo__legal-text .terms-n-conditions a {
    text-decoration: none
}

.terms-n-conditions {
    font-size: 11px;
    line-height: 130%;
    color: #868686;
    max-width: 810px
}

.calculator-promo__legal-text .mobile-legal-text {
    display: none
}

.cross-price {
    position: absolute
}

.day-n-amount__old-pay:before {
    position: absolute;
    border-bottom: 1px solid #f82e00;
    height: 0;
    margin-left: -5px;
    margin-top: 7px;
    transform: rotate(8deg);
    content: "";
    width: 55px
}

.day-n-amount__old-pay.calc-500:before {
    width: 46px
}

.day-n-amount__old-pay.calc-1000:before {
    width: 62px
}

.placeholder {
    position: relative;
    height: 0;
    top: -31px;
    color: #979797;
    transition: top .2s
}

input:focus~.placeholder,
input:not(:placeholder-shown)~.placeholder {
    top: -58px;
    left: 20px;
    text-align: left;
    color: #000;
    font-size: 14px;
    margin-left: 0
}

[name=email-main]~.placeholder {
    text-align: left;
    margin-left: 20px
}

@media(max-width:700px) {
    .calculator-promo .calculator-promo__right-form {
        margin-top: -5px;
        padding-top: 0;
        background: #fff;
        border-top-right-radius: 0;
        border-bottom-left-radius: 20px
    }

    .calculator-promo .calculator-promo__left-form {
        border-bottom-left-radius: 0;
        border-top-right-radius: 20px
    }

    .calculator-promo .calculator-promo__submit input {
        max-width: none;
        width: 96%
    }

    .calculator-promo {
        width: 95%
    }

    .calculator-promo .calculator-promo__content {
        flex-direction: column
    }

    .calculator-promo .bottom-legal-text {
        display: none
    }

    .calculator-promo__legal-text .mobile-legal-text {
        display: block;
        margin-top: 20px
    }

    .calculator-promo__text-inputs .calculator-promo__input input {
        max-width: none;
        width: 90%
    }

    input:focus~.placeholder,
    input:not(:placeholder-shown)~.placeholder {
        left: 2%
    }

    .calculator-promo__legal-text {
        font-size: 12px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #979797;
        text-align: left
    }

    .calculator-promo .calculator-promo__title {
        font-size: 18px;
        font-weight: 700;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #000
    }

    .promo-scroll__top-panel .promo-scroll__left-text {
        font-size: 16px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #000
    }

    .promo-scroll__top-panel .promo-scroll__right-text {
        font-size: 16px;
        font-weight: 700;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: right;
        color: #000
    }

    .promo-scroll__bottom-panel .promo-scroll__left-text {
        font-size: 14px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #000
    }

    .promo-scroll__bottom-panel .promo-scroll__right-text {
        font-size: 14px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #000
    }

    .day-n-amount .day-n-amount__pay-title {
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #000
    }

    .day-n-amount .day-n-amount__day-title {
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #000
    }

    .promo-scroll .promo-scroll__top-panel {
        margin-bottom: 5px
    }

    .promo-scroll .promo-scroll__bottom-panel {
        margin-top: 5px
    }
}

#floatingCirclesG {
    position: relative;
    width: 51px;
    height: 51px;
    margin: auto;
    transform: scale(.6);
    -o-transform: scale(.6);
    -ms-transform: scale(.6);
    -webkit-transform: scale(.6);
    -moz-transform: scale(.6)
}

.f_circleG {
    position: absolute;
    background-color: #fff;
    height: 9px;
    width: 9px;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    animation-name: f_fadeG;
    -o-animation-name: f_fadeG;
    -ms-animation-name: f_fadeG;
    -webkit-animation-name: f_fadeG;
    -moz-animation-name: f_fadeG;
    animation-duration: 1.04s;
    -o-animation-duration: 1.04s;
    -ms-animation-duration: 1.04s;
    -webkit-animation-duration: 1.04s;
    -moz-animation-duration: 1.04s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal
}

#frotateG_01 {
    left: 0;
    top: 21px;
    animation-delay: .39s;
    -o-animation-delay: .39s;
    -ms-animation-delay: .39s;
    -webkit-animation-delay: .39s;
    -moz-animation-delay: .39s
}

#frotateG_02 {
    left: 6px;
    top: 6px;
    animation-delay: .52s;
    -o-animation-delay: .52s;
    -ms-animation-delay: .52s;
    -webkit-animation-delay: .52s;
    -moz-animation-delay: .52s
}

#frotateG_03 {
    left: 21px;
    top: 0;
    animation-delay: .65s;
    -o-animation-delay: .65s;
    -ms-animation-delay: .65s;
    -webkit-animation-delay: .65s;
    -moz-animation-delay: .65s
}

#frotateG_04 {
    right: 6px;
    top: 6px;
    animation-delay: .78s;
    -o-animation-delay: .78s;
    -ms-animation-delay: .78s;
    -webkit-animation-delay: .78s;
    -moz-animation-delay: .78s
}

#frotateG_05 {
    right: 0;
    top: 21px;
    animation-delay: .91s;
    -o-animation-delay: .91s;
    -ms-animation-delay: .91s;
    -webkit-animation-delay: .91s;
    -moz-animation-delay: .91s
}

#frotateG_06 {
    right: 6px;
    bottom: 6px;
    animation-delay: 1.04s;
    -o-animation-delay: 1.04s;
    -ms-animation-delay: 1.04s;
    -webkit-animation-delay: 1.04s;
    -moz-animation-delay: 1.04s
}

#frotateG_07 {
    left: 21px;
    bottom: 0;
    animation-delay: 1.17s;
    -o-animation-delay: 1.17s;
    -ms-animation-delay: 1.17s;
    -webkit-animation-delay: 1.17s;
    -moz-animation-delay: 1.17s
}

#frotateG_08 {
    left: 6px;
    bottom: 6px;
    animation-delay: 1.3s;
    -o-animation-delay: 1.3s;
    -ms-animation-delay: 1.3s;
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s
}

@keyframes f_fadeG {
    0% {
        background-color: #fff
    }

    100% {
        background-color: #8a8a8a
    }
}

@-o-keyframes f_fadeG {
    0% {
        background-color: #fff
    }

    100% {
        background-color: #8a8a8a
    }
}

@-ms-keyframes f_fadeG {
    0% {
        background-color: #fff
    }

    100% {
        background-color: #8a8a8a
    }
}

@-webkit-keyframes f_fadeG {
    0% {
        background-color: #fff
    }

    100% {
        background-color: #8a8a8a
    }
}

@-moz-keyframes f_fadeG {
    0% {
        background-color: #fff
    }

    100% {
        background-color: #8a8a8a
    }
}

#floatingCirclesG {
    position: relative;
    width: 51px;
    height: 51px;
    margin: auto;
    transform: scale(.6);
    -o-transform: scale(.6);
    -ms-transform: scale(.6);
    -webkit-transform: scale(.6);
    -moz-transform: scale(.6)
}

.f_circleG {
    position: absolute;
    background-color: #fff;
    height: 9px;
    width: 9px;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    animation-name: f_fadeG;
    -o-animation-name: f_fadeG;
    -ms-animation-name: f_fadeG;
    -webkit-animation-name: f_fadeG;
    -moz-animation-name: f_fadeG;
    animation-duration: 1.04s;
    -o-animation-duration: 1.04s;
    -ms-animation-duration: 1.04s;
    -webkit-animation-duration: 1.04s;
    -moz-animation-duration: 1.04s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal
}

#frotateG_01 {
    left: 0;
    top: 21px;
    animation-delay: .39s;
    -o-animation-delay: .39s;
    -ms-animation-delay: .39s;
    -webkit-animation-delay: .39s;
    -moz-animation-delay: .39s
}

#frotateG_02 {
    left: 6px;
    top: 6px;
    animation-delay: .52s;
    -o-animation-delay: .52s;
    -ms-animation-delay: .52s;
    -webkit-animation-delay: .52s;
    -moz-animation-delay: .52s
}

#frotateG_03 {
    left: 21px;
    top: 0;
    animation-delay: .65s;
    -o-animation-delay: .65s;
    -ms-animation-delay: .65s;
    -webkit-animation-delay: .65s;
    -moz-animation-delay: .65s
}

#frotateG_04 {
    right: 6px;
    top: 6px;
    animation-delay: .78s;
    -o-animation-delay: .78s;
    -ms-animation-delay: .78s;
    -webkit-animation-delay: .78s;
    -moz-animation-delay: .78s
}

#frotateG_05 {
    right: 0;
    top: 21px;
    animation-delay: .91s;
    -o-animation-delay: .91s;
    -ms-animation-delay: .91s;
    -webkit-animation-delay: .91s;
    -moz-animation-delay: .91s
}

#frotateG_06 {
    right: 6px;
    bottom: 6px;
    animation-delay: 1.04s;
    -o-animation-delay: 1.04s;
    -ms-animation-delay: 1.04s;
    -webkit-animation-delay: 1.04s;
    -moz-animation-delay: 1.04s
}

#frotateG_07 {
    left: 21px;
    bottom: 0;
    animation-delay: 1.17s;
    -o-animation-delay: 1.17s;
    -ms-animation-delay: 1.17s;
    -webkit-animation-delay: 1.17s;
    -moz-animation-delay: 1.17s
}

#frotateG_08 {
    left: 6px;
    bottom: 6px;
    animation-delay: 1.3s;
    -o-animation-delay: 1.3s;
    -ms-animation-delay: 1.3s;
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s
}

@keyframes f_fadeG {
    0% {
        background-color: #fff
    }

    100% {
        background-color: #8a8a8a
    }
}

@-o-keyframes f_fadeG {
    0% {
        background-color: #fff
    }

    100% {
        background-color: #8a8a8a
    }
}

@-ms-keyframes f_fadeG {
    0% {
        background-color: #fff
    }

    100% {
        background-color: #8a8a8a
    }
}

@-webkit-keyframes f_fadeG {
    0% {
        background-color: #fff
    }

    100% {
        background-color: #8a8a8a
    }
}

@-moz-keyframes f_fadeG {
    0% {
        background-color: #fff
    }

    100% {
        background-color: #8a8a8a
    }
}