.calc_header {
    font-weight: normal;
    font-size: 34px;
    letter-spacing: 0.03em;

    color: black;

}

.calc_ruble_sign{
    /*font-family: "Open Sans";*/
}
.calc_label {
    margin-bottom: 4px;
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    /*line-height: 15px;*/
    /*letter-spacing: 0.03em;*/
}

/*calc__b__row*/
.calc__b__row {
    display: block;
    width: 100%;
    float: left;
    margin: 0 0 21px;
}

/*calc__b__txt*/
.calc__b__txt {
    display: block;
    width: 50%;
    float: left;
    color: #000;
    font-family: Roboto, sans-serif;
}

.calc__b__txt label {
    width: 100%;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 2px;
}

.calc__b__value {
    display: block;
    /*border-radius: 0.3rem;*/
    height: 44px;
    border: 1px solid #E5E5E5;
    background-color: #fff;
    margin: -1px 0 0;
    position: relative;
}

.calc__b__value_err{
    position: absolute;
    bottom: -25px;
    left: 0;
    font-size: 12px;
    color: var(--msb-orange);
}

/*calc__sum*/
.calc__sum input {
    height: 40px;
    width: 100%;

    float: left;

    font-size: 18px;
    border: 0;
}

.calc__sum input::placeholder {
    color: grey;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.05em;
    color: #C4C4C4;

}
.calc__sum_input{
    font-size: 24px;
    color: var(--msb-green2);
    text-align: center;
}

.formcalc_orange::placeholder {
    color: grey;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.05em;
    color: #C4C4C4;
}


.calc__sum input:focus-visible {
    outline: none;
}

/*calc__v__txt*/
.calc__v__txt {
    display: inline-block;
    float: right;
    margin: 8px 15px 0px -50px;
    color: #666;
    /*font-zie: 22px/22px "PT Sans", sans-serif;*/
}

/*calc__b__action*/
.calc__b__action {
    display: block;
    float: left;
    width: 33.3333%;
    position: relative;
}

.calc_footer_text {

    font-size: 10px;
    line-height: 15px;
    /* or 150% */


    color: #000000;
}

.r__eff, .r__eff_currency {
    color: #1ca263;
}

#segment_id {
    /*border: 1px solid #e5e5e5;*/
    /*margin-bottom: 30px;*/
    /*padding: 10px;*/
    /*height: 45px;*/
    /*margin-top: -2px;*/
}


.calc_output_header {
    background: #F8F9FB;
    height: 47px;

    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.1em;


    padding-top: 25px;
    padding-left: 60px !important;

    border: 1px solid #E5E5E5;
    border-bottom: none;
    border-radius: 5px;


}

.calc_output_row {
    z-index: 10;
    margin-bottom: -3px;

}

.calc_output_col {
    padding-left: 40px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 25px;
}

.col-sm-6:last-child .calc_output_col {
    padding-right: 57px;
}

@media (max-width: 768px) {
    .calc_output_col,.calc_output_header {
        padding: 20px 15px !important;
    }
}

.range_term{
    margin-top: 32px;
    margin-bottom: 44px;
}
.calc_output {
    /*border: 1px solid #E5E5E5;*/
    background: #F8F9FB;

    box-sizing: border-box;
    border-radius: 5px;

}

.calc_small_value {
    font-family: Open Sans;
    font-style: normal;
    font-size: 14px;
    line-height: 15px;
    /*letter-spacing: 0.03em;*/
    color: #000000;
}
.calc_small_value2 {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    /*line-height: 30px;*/

    font-family: Open Sans;
    color: #000000;
}



.calc_output_hr {
    height: 4px;
    background: linear-gradient(90deg, var(--msb-green2) 10%,
    #88d9b5 100%);
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

}

.calc_label_big_value {
    font-weight: bold;
    font-size: 14px;
}

.calc_big_value_wrap {
    /*display: flex;*/
    align-items: first baseline;
}

.calc_big_value {
    color: #00A35F;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.03em;

    /*display: inline-block;*/

}

.calc_big_value_title {
    font-weight: bold;
    /*vertical-align: super;*/
    /*display: inline-block;*/
    /*margin-left:8px;*/
    margin-bottom: 10px;
}
.calc_big_value_title_wrapper{

}
.calc_big_value_title2 {
    font-weight: bold;
    position: relative;
    display: inline-block;
    /*margin-bottom: 5px;*/
}
.calc_big_value_info{
    position: absolute;
    top: 0px;
    right: -16px;
    cursor: help;
}

.market_item_info_popup{
    display: none;

    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    right: 0;

    color: #000000;

    position: absolute;
    width: 440px;
    max-width: 90vw;  /*4mobile*/
    background: white;
    padding-left: 32px;
    padding-right: 25px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.market_item_info_popup_li{
    position: relative;
}
.market_item_info_popup_li::before{
    position: absolute;
    left: -11px;
    top: 6px;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    content: ' ';
    background-color: var(--msb-green);
}
.market_item_info_popup_title{

    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;

    color: #000000;
}

/*.calc_big_value_title_wrapper .calc_big_value_title2::after{*/
/*    content: 'i';*/
/*    position: absolute;*/
/*    right: 3px;*/
/*    top: -5px;*/
/*    border-radius: 5px;*/
/*    border: 1px solid green;*/
/*    font-size: 10px;*/
/*    width: 10px;*/
/*    height: 10px;*/
/*    display: block;*/
/*}*/
.irs--round .irs-bar, .irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
    background-color: #1CA263 !important;
    font-size: 10px;

}

.irs--round .irs-handle {
    border: 5px solid #1CA263 !important;
    /*border: 4px solid #5bb04f!important;*/
    width: 20px;
    height: 20px;
    top: 26px;
}

.irs-from, .irs-to, .irs-single{
    top: 2px;
}
.irs--round .irs-from::before, .irs--round .irs-to::before, .irs--round .irs-single::before {

    border-top-color: #1CA263 !important;
    bottom: -13px;
    left: 50%;
    width: 6px;
    height: 8px;
    margin-left: -8px;
    overflow: hidden;
    border: 8px solid transparent;
}

.irs-max, .irs-min {
    display: none !important;
}

.calc-btns {
    padding: 0 !important;
    margin-top: 28px;
    margin-bottom: 30px;
}

.btn_msb {
    font-size: 11px;
    line-height: 14px;

    cursor: pointer;
    background-color: #1ca263;
    border-color: #1ca263;
    color: #ffffff;
    text-transform: uppercase;
    transition: background-color 0.3s ease;

}

.btn_calc {
    width: 100%;
    max-width: 335px;
    white-space: pre-wrap;
    height: 50px;
    padding-top: 17px;
    font-size: 10px;
    letter-spacing: 0.1em;
    /*padding-bottom: 11px;*/
}

.btn_calc:hover {
    color: white;
}

.btn_orange {
    background-color: #da5d01;
    border-color: #da5d01;
    color: #fff;
}


.btn.btn_orange:hover, .btn.btn_orange:active, .btn.btn_orange:focus {
    background-color: #e47421 !important;
    border-color: #e47421 !important;
}

.btn.btn_green{
    background-color: var(--msb-green2);

}
.btn.btn_green:hover, .btn.btn_green:active, .btn.btn_green:focus {
    background-color: #21bc73;
    border-color: #21bc73;
}


.calc_btn_row {
}

.calc2_header {
    color: black;
    font-size: 220%;
}


.calc2_slider {

}

.calc2_label {
    color: grey;
    font-size: 95%;
}

.marketplace_bullet {
    display: inline-block;
    margin-right: 10px;
    color: #00A35F;
}

.marketplace_bullet::after {
    content: "●";
}

.calc_segment_select {
    margin-top: -2px;
    margin-bottom: 30px;
    padding: 10px 35px;
    height: 45px;


    font-size: 12px;
    line-height: 1.5;
    text-transform: uppercase;
    display: grid;
    border: 1px solid #E5E5E5;
    border-radius: 0;
    /*padding-left: 35px;*/
    /* убираем стандартную иконку, ставим свою */
    appearance: none;
    background-position: calc(100% - 20px) center;
    background-repeat: no-repeat;
    background-image: url('/image/design/down_arrow.png');
    transition: all .2s;
}

.calc_segment_select:active {
    background-image: url('/image/design/up_arrow.png');

}

.js_avans_value {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.05em;


    color: var(--msb-green2);
    text-transform: uppercase;
    padding-left: 5px;
}




.calchero {
    background-image: url(/image/design/form_hero_bg2.jpg);
    color: white;
    text-transform: uppercase;
    background-size: cover;
}
.calchero_box{
    padding-top: 30px;
    padding-bottom: 35px;
    margin-top: 30px;
}
.calchero_box_home{
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 35px;
    padding-bottom: 35px;
    margin-top: 30px;

}
.calchero_pda{

    background-position: top;
}

.btn_calc_hero{
    width: 300px;
    padding: 15px;
}
.btn_calc_hero_home{
    width: 390px;
    padding: 15px;
}
@media (min-width: 768px) {
    .calchero_pda{
        background-position: initial;
        padding-left: 65px!important;
        padding-right: 65px!important;
    }
}
.calchero_pda_text{
    font-weight: normal;
    font-size: 20px;
}

@media (min-width: 768px) {

    .calchero_pda_text{
        font-weight: 700;
        font-size: 15px;
    }
}


.calchero_pda_header{
    line-height: 45px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 40px;
    letter-spacing: 0.1em;
    text-align: center;

}

@media (min-width: 768px) {

    .calchero_pda_header{
        line-height: initial;
    }

}


.calchero__header {
    font-weight: bold;
    font-size: 85px;
    text-align: right;
    letter-spacing: 0.1em;
    line-height: 90%;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}


.calchero__header_line{
    font-weight: normal;
    font-size: 13px;
    text-align: center;
    letter-spacing: 0.33em;
    margin-left: 60px;
    margin-top: 20px;
}

.calchero__header_home{
    font-size: 135px;
}
.calchero__header_line_home{
    font-size: 20px;
    letter-spacing: 0.36em;
    margin-left: 0;
}
.calchero__subheader {
    text-align: left;
    margin-top: 5px;

    font-size: 27px;
    line-height: 41px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.calchero__subheader_home{
    font-size: 27px;
    line-height: 41px;
}
.calchero_col2{
    padding-left: 45px!important;
}

.calc_additional_input{
    padding-left: 14px;
}
