.calc-form-wrapper {
    display: none;
    /* position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%); */
    background-color: #fff;
    padding: 20px;
    z-index: 9999;
    width: 100%;
}

@media (min-width:768px) {
    .calc-form-wrapper {
        width: 450px;
    }
}

.calc-contact-form {
    display: none;
    /* position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%); */
    background-color: #fff;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    max-width: 95vw;
}

@media (min-width:768px) {
    .calc-contact-form {
        max-width: 60vw;
    }
}

.select2-container {
    z-index: 99999;
}

.calc-contact-form .form-hidden-info {
    display: none;
}

.calc-form input[type=text] {
    border: 0;
    width: 50%;
    font-weight: 700;
}

.calc-form-field .calc-header {
    padding: 5px 0;
    display: inline-block;
}

.calc-form-field.calc-current-price .calc-header {
    display: block;
}

.calc-form-wrapper button,
.send-button-calc {
    position: relative;
    width: 200px;
    height: 50px;
    color: #fff;
    font-family: montserratsemibold, Arial, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 52px;
    background-color: #183c52;
    border: 0;
}

.form-button-wrapper {
    text-align: center
}

.calc-current-value {
    float: left;
    width: 50%;
    padding: 5px 0;
}

.calc-contact-form .form-container {
    margin-bottom: 10px;
}

.calc-contact-form .form-container input {
    box-sizing: border-box;
}

.calc-contact {
    margin: 10px 0;
}

.calc-consent {
    margin: 10px 0;
    position: relative;
}

.send-button-calc {
    background-color: #ed5b64;
}

.form-button-wrapper {
    margin: 20px 0 10px;
}

.form-hidden-info.js-opened {
    display: block;
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 140px;
    z-index: 1;
    padding: 10px;
    box-shadow: 0 4px 10px 4px rgba(0, 0, 0, .2);
}

.calc-consent-close {
    float: right;
}

.calc-loader-wrapper {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100%;
    z-index: 999999;
}

.lds-ring {
    display: inline-block;
    position: absolute;
    width: 64px;
    height: 64px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 6px;
    border: 6px solid #ed5b64;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #ed5b64 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.calc-error {
    color: red;
}

.auctionDetails__button_installment {
    padding: 10px 20px;
}

.auctionDetails__button_installment strong {
    display: block;
}

#do_installment_calc {
    color: #183c52;
}

.list-item-info {
    text-align: right;
    color: grey;
}

.calc-form-opened>.select2-container {
    width: auto !important;
}

.installments_wrapper {
    text-align: right;
    width: 48.5%;
    display: inline-block;
}

.section-auction-main .auction-buy-row .price {
    width: 50%;
    display: inline-block;
}

.section-auction-main .auction-buy-row:first-child {
    padding-right: 0;
}

.auctionDetails__button_installment strong span {
    font-size: 20px;
    padding-left: 5px;
    cursor: pointer;
}

input#calc_end_payment, input#calc_first_payment  {
    display: inline-block!important;
    background-color: transparent;
    color: #EE5C64;
    font-weight: 400;
    font-size: 13px;
    height: 31px;
}

input.k-formatted-value.form-control.calc.k-input {
    display: none!important;
}

span.k-widget.k-numerictextbox.form-control.calc{
    width:100%;
}

.calc-form-field-input-number span.k-numeric-wrap.k-state-default {
    height: 34px;
    color: #EE5C64;
    background-color: #f7f7f7;
    border: 0;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2) !important;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2) !important;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2) !important;
    border-radius: 0;
}

.calc-form-field-input-number .k-numeric-wrap .k-select{
    width: 39px;
    border-color: #cecfd0;
}

.calc-form-field-input-number .k-numeric-wrap .k-link.k-state-selected{
background-color: #EE5C64;
}

.calc-form-field-input-number .k-numeric-wrap:before{
    content: "%";
    position: absolute;
    top: 7px;
    left: 27px;
    font-size: 13px;
}

@media (min-width:768px){
    .calc-form-field-input-number .k-numeric-wrap:before{
   top: 27.5%;
    left: 6%;
    }
}

.number-progress{
    background-color:#EE5C64;
    height:2px;
    width:1px;
    animation: number-progress 1500ms linear;
}

div.k-window-content{
    margin:0 auto;
}

.section-auction-main .price-info{
    width:50%;
}

@media (max-width:767px){

    div.k-window{
    max-width: 90vw;
    left: 3vw!important;
    }
}

.calc-form-notes {
    width: 100%;
    max-height: 200px;
    overflow: hidden;
    overflow-y: auto;
    border: 1px solid #EE5C64;
    margin-top: 10px;
    box-sizing: border-box;
    padding:10px;
}

@keyframes number-progress{
    0%{
        width:1px;
    }
    100%{
        width:100%;
    }
}


.leasing-calculate-wrapper{
    margin:15px 0;
    text-align:center;
}
