/*HEAD BLOCK WIDGET*/
.loan_widget-item.active{
    color: #E40C25;
}
.loan_widget-item.active svg path{
    fill: #E40C25;
}
.loan_vidi-recomend span{
    color: #E40C25;
}
.calculation_module-recommend.active .calculation_module-modif-name{
    color: #E40C25;
}
.loan_block-rate-price{
    color: #E40C25;
}
.loan_car .btn{
    color: #FF0022;
}

.loan_widget-head{
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 34px;
    padding: 17px 0 20px;
    background: #FAFAFA;
}
.loan_widget-head-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.loan_widget-item:hover {
    cursor: no-drop;
}
.loan_widget-item.active:hover {
    cursor: auto;
}
.loan_widget-edit-icon{
    display: none;
}
.loan_widget-item.edit{
    color: #2F2F2F;
    cursor: pointer;
    align-items: inherit;
    font-size: 14px;
}
.loan_widget-item.edit:hover {
    cursor: pointer;
}
.loan_widget-item.edit span {
    padding-top: 4px;
}

.loan_widget-item.edit .loan_widget-item-title {
    display: none;
}
.loan_widget-item.edit .loan_widget-item-desc{
    display: block;
}
.loan_widget-item .loan_widget-item-desc{
    display: none;
}
.loan_widget-item-desc.big{
    padding-top: 0!important;
    font-size: 10px;
    line-height: 15px;
}
.loan_widget-item-desc.big b{
    font-size: 16px;
    line-height: 24px;
    display: block;
    margin-bottom: 0;
}

.loan_widget-item.edit .loan_widget-item-icon{
    display: none;
}
.loan_widget-item.edit .loan_widget-edit-icon{
    display: block;
}
.loan_widget-item{
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #8B8C90;
    display: flex;
    align-items: center;
    border-right: 1px solid #E5E5E5;
    margin-right: 32px;
}
.loan_widget-item:last-child{
    margin-right: 0;
    border-right: 0;
}
.loan_widget-item svg{
    margin-right: 11px;
}
.loan_widget-item-icon{
    min-width: 21px;
}
.loan_widget-edit-icon{
    min-width: 20px;
}




.loan_car{
    margin-bottom: 24px;
}

.loan_car.active:hover {
    cursor: default;
}
.loan_car-img{
    width: 100%;
    height: 120px;
    margin-bottom: 8px;
    overflow: hidden;
}
.loan_car-img img{
    width: 100%;
}
.loan_car-title {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 29px;
    display: block;
    color: #2F2F2F;
}
.loan_car-desc{
    font-style: normal;
    font-weight: bold;
    font-size: 9px;
    line-height: 13px;
    text-transform: uppercase;
    color: #8B8C90;
    margin-bottom: 16px;
    display: block;
}
.loan_car .btn{
    width: 100%;
    max-width: none;
    padding-left: 0!important;
    padding-right: 0!important;
}
.loan_car .btn:hover{
    color: #fff;
}


.loan_vidi-recomend{
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 20px;
    display: block;
    color: #666666;
}

.calculation_module-recommend{
    margin-bottom: 20px;
    position: relative;
}
.calculation_module-recommend .calculation_module-modif-name{
    margin-bottom: 6px;
}

.calculation_module-recommend.active:after{
    content: '';
    position: absolute;
    right: 20px;
    top: 22px;
    width: 24px;
    height: 24px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACpSURBVHgB7ZIxCsMgGEY/KylCj9DFDIVeIyfPQTro0CsUSoNYbQlINIlRswTfqP7vSSJQOTwEhRDszhuqeiu8vh7tuH5CAUa5uS6f7mUHXDnRkB81dO5+1icKydu3lEUCMfLkQKzcCzwvN2EXlga2yC3eT9Zm8EybXjDOc+VeYFC0gxkMRVLkFhJzS4AhRR4MhCL6f3KzfDYwjfwOJsgXA25k7WVVKvvyBWV7mJDKLfoWAAAAAElFTkSuQmCC') no-repeat;
}
.recommendate-title{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}
.recommendate-title-rate:after {
    content: '';
    border-right: 1px solid #DBDBDB;
    padding-right: 15px;
    margin-right: 16px;
    height: 19px;
    vertical-align: sub;
    display: inline-block;
}
.recommendate-hr{
    margin-bottom: 30px;
}
.rate_btn-change{
    background: transparent;
    border: none;
}
.loan_module-box {
    display: flex;
    justify-content: space-between;

}
.loan_module-range{
    margin-top: 15px;
}
.loan_module-box:hover {
    cursor: default;
}

.rate_btn-change:focus{
    outline: none;
    box-shadow: none;
}
@media (max-width: 767.98px) {
    .loan_widget-title {
        font-size: 24px;
        line-height: 30px;
    }

    .loan_car-img,
    .loan_widget-route-img {
        height: auto!important;
    }


    .loan_widget-head-wrap {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        justify-content: flex-start;
    }

    .loan_widget-item-desc, .loan_widget-item-title {
        white-space: nowrap;
    }

    .loan_widget-item {
        padding-right: 25px;
        margin-right: 25px;
    }
    .loan_block-rate-price {
        display: block;
    }
    span.recommendate-title.recommendate-title-rate {
        display: block;
    }
    .recommendate-title-rate:after{
        display: none;
    }
}
/*END HEAD BLOCK WIDGET*/
.loan__result {
    padding: 26px 24px 30px;
    background-color: #fff;
    border-radius: 2px;
}
.loan__car-name {
    display: inline-block;
    margin-bottom: 13px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: .06rem;
    text-transform: uppercase;
}
.loan__selected-options {
    padding-top: 24px;
    padding-bottom: 25px;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.loan__option {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.loan__option span {
    display: inline-flex;
    flex: 0 0 50%;
    max-width: 50%;
    padding-bottom: 5px;
    line-height: 24px;
}
.loan__option span:first-child {
    color: #A1A1A1;
}
.loan__option span:last-child {
    justify-content: flex-end;
}

.loan__form {
    margin-top: 20px;
}
/*
.btn-loan
*/

.loan__selected-options {
    border-color: #E5E5E5;
}


.loan_car-under-title{
    margin-top: -5px;
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    color: #000;
}
.forms__range .form-group {
    position: relative;
}
.forms__range .form-control {
    height: auto!important;
}



.range-value{
    position: absolute;
    top: -50%;
    z-index: -1;
}
.range-value span{
    display: inline-block;
    font-style: normal;
    font-weight: 350;
    font-size: 14px;
    line-height: 21px;


    left: 50%;
    transform: translate(0, 25px);
    border-radius: 6px;
    z-index: -1;
}

/*.loan_car-img {*/
    /*width: 100%;*/
    /*height: 120px;*/
    /*margin-bottom: 8px;*/
    /*overflow: hidden;*/
/*}*/
/*.loan_car-img img {*/
    /*width: 100%;*/
/*}*/