.calc__conteiner {
    background: #1e2b48;
    padding-top: 15px;
    padding-bottom: 30px;
    margin-bottom: 20px;
}
.calc {
    width: 50%;
    margin: 25px auto 30px;
    color: #fff;
}
.calc h2 {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 1.4;
}
.calc__row-container {
    box-sizing: border-box;
    margin-bottom: 20px;
}
.calc__row-name {
    display: inline-block;
    width: 44%;
    margin-right: 5%;
    box-sizing: border-box;
}
.calc__row-input {
    width: 100%;
    box-sizing: border-box;
    margin-left: auto;
    font-family: 'Roboto Condensed',sans-serif;
    border: 0;
    font-size: 18px;
    color: #666766;
    background-color: #fff;
    padding: 9px 12px 9px 20px;
    border-radius: 2px 2px 0 0;
}
.calc__row-input::-webkit-outer-spin-button,
.calc__row-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.calc__row-input {
    -moz-appearance: textfield;
}
.calc__bottom {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 26px;
}
.calc__input-container {
    float: right;
    width: 50%;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
}
.calc__m-pay-output,
.calc__summ-output,
.calc__num-aval-banks {
    display: inline-block;
    font-weight: 700;
    font-size: 30px;
    width: 50%;
    border-bottom: 1px solid rgba(255, 255, 255, .8);
    padding-bottom: 8px;
}
.calc__first-payment_percent {
    position: absolute;
    right: 25px;
    top: 12px;
    z-index: 10;
    color: #6298c8;
    font-size: 18px;
}
.calc__row-container_output-pay {
    margin-top: 40px;
}
.calc__row-container_output-banks {
    margin-bottom: 40px;
}


.rangeslider--horizontal {
    height: 4px;
}
.rangeslider__handle {
    width: 20px;
    height: 20px;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.rangeslider__handle:after {
    width: 10px;
    height: 10px;
    background: #6298c8;
    background-image: none;
}
.rangeslider, .rangeslider__fill {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0 0 2px 2px;
}
.rangeslider--horizontal .rangeslider__handle {
    top: -9px;
}
.rangeslider__fill {
    background: #6298c8;
}
.calc__num-aval-banks-container {
    font-size: 20px;
    margin-bottom: 5px;
}
.calc__num-aval-text {
    font-size: 20px;
    letter-spacing: 1.5px;
}
.calc__price-designation {
    position: absolute;
    right: 25px;
    top: 12px;
    z-index: 10;
    font-size: 18px;
    color: #616161;
}
.calc__term-designation {
    position: absolute;
    right: 25px;
    top: 12px;
    z-index: 10;
    font-size: 18px;
    color: #616161;
}
.calc__rate-designation {
    position: absolute;
    right: 25px;
    top: 12px;
    z-index: 10;
    font-size: 18px;
    color: #616161;
}


@media all and (max-width: 1024px) {
    .calc {
        width: 66%;
    }
    .form-zahvat-payment {
        width: 66%;
    }
}
@media all and (max-width: 960px) {
    .calc {
        width: 100%;
    }
    .calc__row-input {
        padding: 5px;
    }
    .calc__first-payment_percent {
        right: 5px;
        top: 8px;
    }
    .calc__price-designation, .calc__rate-designation, .calc__term-designation {
        right: 5px;
        top: 8px;
    }
    .calc__num-aval-text {
        letter-spacing: normal;
    }
}
@media all and (max-width: 768px) {
    .calc {
        width: 100%;
    }
    .form-zahvat-payment {
        width: 100%;
    }
    .calc__num-aval-text {
        text-align: left;
    }
}
@media all and (max-width: 450px) {
    .calc__row-name {
        display: block;
        width: 100%;
        margin-right: 0;
    }
    .calc__input-container {
        float: none;
        width: 100%;
    }
    .calc__row-name {
        margin-bottom: 8px;
    }
    .calc__m-pay-output, .calc__num-aval-banks, .calc__summ-output {
        width: 100%;
    }
    .calc {
        margin-top: 0;
    }
    .calc__row-input {
        padding: 5px 10px;
    }
    .calc__first-payment_percent, .calc__price-designation, .calc__rate-designation, .calc__term-designation {
        right: 10px;
    }
}
@media all and (max-width: 360px) {
    .calc__conteiner {
        margin-left: -15px;
        margin-right: -15px;
    }
    .calc__conteiner .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .calc h2 {
        margin-top: 0;
        line-height: 1;
    }
}
