.center-block {
    background: #FFFFFF;
    padding: 30px;
    border-radius: 10px;
}
.center-block .title{
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 34px;
    /* identical to box height */


    color: #20232F;
}

.center-block .sub-title{
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */


    color: #999999;
    margin-top: 5px;
}

.center-block .title-step{
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #20232F;

}

.center-block #credit-application-form  label{
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */


    color: #20232F;
}
.center-block #credit-application-form .group-input{
    display: flex;
}
.center-block #credit-application-form .form-field{
    margin-right: 30px;
    margin-top: 27px;
}
.center-block #credit-application-form  input {
    border: 1px solid #E8E8E8;
    box-sizing: border-box;
    border-radius: 5px;
    height: 40px;
    width: 330px;
    padding-left: 15px;
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */

    display: flex;
    align-items: center;

    color: #999999;
}
.center-block #credit-application-form  .inner-select{
    width: 320px;
}

.button-row {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}
.button-row button[type=submit]{
    width: 263px;
    height: 45px;
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    border-radius: 5px;
    border: none;
}

.credit-application footer{
    margin-top: 80px;
}
.credit-application  .content{
    background: rgb(229, 229, 229);
    background: -moz-linear-gradient(180deg, rgba(229, 229, 229, 1) 0%, rgba(246, 246, 246, 1) 92%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(229, 229, 229, 1) 0%, rgba(246, 246, 246, 1) 92%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(180deg, rgba(229, 229, 229, 1) 0%, rgba(246, 246, 246, 1) 92%, rgba(255, 255, 255, 1) 100%);
}

.center-block #credit-application-form .help-block{
    display: none;
}
.center-block #credit-application-form input:focus{
    outline: none;
}

.credit-application  .calculator-block {
    display: flex;
    padding: 20px;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 0px 5px 30px rgba(37, 37, 37, 0.1);
    border-radius: 15px;
     position: unset!important;
     z-index: 999;
     left: 0;
     right: 0;
     margin-left: unset!important;
    margin-right: unset!important;
}
.credit-application  .calculator-block .title{
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */


    color: #20232F;
}
.credit-application  .calculator-block .sub-title{
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: center;

    color: #999999;
}
.credit-application  .calculator-block  form{
    margin-top: 25px;
}
.credit-application  .calculator-block  form label{
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */


    color: #20232F;
}
.credit-application  .calculator-block  form button[type=submit]{
    margin-top: 25px;
}
.js-loan-results {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #000000;
}
label.radio-label .radio-button{
    cursor: pointer;
    border: 1px solid #E8E8E8;
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #999999;
    height: 40px;
    padding-left: 35px;
    padding-right: 35px;
}
label.radio-label  input.term ~ .radio-button{
    padding-left: 20px;
    padding-right: 20px;
}
label.radio-label:first-child .radio-button{
    border-radius: 5px 0px 0px 5px;
}
label.radio-label:last-child  .radio-button{
    border-radius: 0px 5px 5px 0px;
}
label.radio-label:hover input:checked ~ .radio-button , label.radio-label  input:checked ~ .radio-button{
    background: #FFE8E8;
    border: 1px solid #E23F3F;
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */

    display: flex;
    align-items: center;

    color: #000000;
}
label.radio-label:hover  .radio-button  {
    background: #E23F3F ;
    border: 1px solid #E23F3F ;
    color: white ;
}
.choosed-auto {
    margin-top: 20px;
    margin-bottom: 20px;
}
.choosed-auto .exchange-block .exchange i {
    background-image: url(/images/exchange.svg);
    width: 13px;
    height: 13px;
    margin-left: 10px;
    margin-right: 5px;
    background-size: contain;
    background-repeat: no-repeat;
}
.choosed-auto .center-block{
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    border-radius: 0!important;
}
.choosed-auto .image img {
    border-radius: 5px;
    height: 157px;
    width: 233px;
}
.choosed-auto .right-block .price-block {
    display: flex;
}
.choosed-auto  .right-block .price-block .byn {
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #E23F3F;
}
.choosed-auto  .exchange-block {
    margin-top: 5px;
    display: flex;
}
.choosed-auto .exchange-block .exchange, .choosed-auto .exchange-block .auction {
    border: 1px solid #18A800;
    border-radius: 3px;
    height: 25px;
    width: 85px;
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    margin-right: 5px;
    display: flex;
    align-items: center;
    color: #20232F;
}
.choosed-auto .right-block .credit-payment {
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    margin-top: 8px;
    color: #999999;
}
.choosed-auto  .right-block .city {
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    margin-top: 15px;
    color: #2E2E2E;
}
.choosed-auto .right-block .price-block .usd {
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 17px;
    color: #000000;
    margin-left: 15px;
}
.choosed-auto .center-block .title {
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #20232F;
}
.choosed-auto .center-block .comment {
    margin-top: 10px;
    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    overflow: hidden;
    height: 55px;
    width: 440px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #999999;
}

@media (max-width: 993px) {
    .term-row {
        width: 99%;
        padding-right: 1%;
        overflow-y: scroll;
    }
    label.radio-label input.term ~ .radio-button {
        padding-left: 10px;
        padding-right: 10px;
    }
    label.radio-label input.term ~ .radio-button{
        width: max-content;
    }
    .center-block #credit-application-form .group-input {
        display: flex;
        flex-direction: column;
    }
    .center-block {
    padding: 0;
    }
    .center-block #credit-application-form .form-field {
        margin-right: 0px;
    }
    .breadcrumbs {
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .credit-application .content{
        background: white;
        border-top: 1px solid #E8E8E8;
    }

    .credit-application .center-block   .title{
        font-family: Museo Sans Cyrl;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 29px;
        /* identical to box height */


        color: #20232F;
    }

    .credit-application .center-block  .sub-title{

    font-family: Museo Sans Cyrl;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */


    color: #999999;
}
    .center-block #credit-application-form input,.center-block #credit-application-form .inner-select{
        width: 100%;
    }
    .center-block #credit-application-form .form-field
    {
        margin-top: 15px;
    }
    .button-row {
        margin-top: 30px;
        flex-direction: column;
    }
    .button-row button[type=submit] {
        width: 100%;
        margin-top: 10px;
    }
    .credit-application .calculator-block {
        padding: 0;
        margin-top: 45px;
        background: #FFFFFF;
        box-shadow: none;
    }
    .credit-application .calculator-block .title{
        text-align: center;
    }

   .choosed-auto .product-block-top .title {
        font-family: Museo Sans Cyrl;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 22px;
        display: inline-block;
        align-items: center;
        color: #20232F;
        margin-top: 0px;
        margin-bottom: 10px;
        -o-text-overflow: ellipsis;
        vertical-align: top;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        position: relative;
        overflow: hidden;
        height: 22px;
        width: 95%;
    }
   .choosed-auto .image img {
        height: 105px;
        width: 150px;
        border-radius: 8px!important;
    }
   .choosed-auto .right-block {
        display: flex;
        flex-direction: column;
        margin-left: 20px;
    }
    .choosed-auto .right-block .city {
        margin-top: 11px;
    }
    .choosed-auto .comment p {
        font-size: 11px!important;
        line-height: 15px!important;
        font-weight: normal;
        font-family: Museo Sans Cyrl;
    }
}