/* BoostHub calculator controls and result UI extracted from main.css.
   Keep this file loaded after calc-typefarm.css. */

.preResult {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    border-radius: 9px;
    margin: 21px auto 0;
    max-width: 440px;
    width: 100%;
}

.preResultMoney {
    position: relative;
    padding: 0 0 0 57px;
    min-height: 56px;
    margin: 24px 22px 20px;
}

.preResultMoney:before {
    display: block;
    content: '';
    width: 46px;
    height: 56px;
    background: url(../image/design/ic_32.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.preResultTerm {
    position: relative;
    padding: 0 0 0 61px;
    min-height: 43px;
    margin: 24px 22px 20px;
}

.preResultTerm:before {
    display: block;
    content: '';
    width: 44px;
    height: 43px;
    background: url(../image/design/ic_33.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.preResultMoney__ttl,
.preResultTerm__ttl {
    color: #325874;
    font-family: var(--bh-font-sans);
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 1;
}

.preResultMoney__val,
.preResultTerm__val {
    color: #000000;
    font-family: var(--bh-font-sans);
    font-weight: 700;
    font-size: 3rem;
    line-height: 1;
    margin: .13em 0 0;
}

.resultMoney {
    line-height: 1;
    color: #fff;
    font-family: var(--bh-font-sans);
    font-weight: 700;
}

.resultMoney .measure {
    line-height: 1;
    color: #fff;
    font-family: var(--bh-font-sans);
    font-weight: 700;
    display: inline-block;
    font-size: 2.7rem;
    margin: .13em 0 0;
}

.resultMoney__ttl {
    font-size: 1.7rem;
}

.resultMoney__val {
    font-size: 2.7rem;
    margin: .13em 0 0;
    display: inline-block;
}

.btnToCart {
    color: #111b29;
    font-family: var(--bh-font-sans);
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 1;
    border-radius: 25px;
    background: #fe9900;
    -webkit-box-shadow: 0 2px 7px rgba(254, 153, 0, 0.75);
    box-shadow: 0 2px 7px rgba(254, 153, 0, 0.75);
    border: none;
    padding: 16px 21px;
    margin: 31px 10px 36px 28px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.btnToCart:hover,
.btnToCart:focus,
.btnByuNow:hover,
.btnByuNow:focus {
    color: #152030;
    background: #fff;
}

.btnByuNow {
    color: #ffffff;
    font-family: var(--bh-font-sans);
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 1;
    border-radius: 25px;
    background: #fe0024;
    -webkit-box-shadow: 0 2px 7px rgba(254, 153, 0, 0.75);
    box-shadow: 0 2px 7px rgba(254, 153, 0, 0.75);
    border: none;
    padding: 16px 25px;
    margin: 31px 0 36px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.sliderCalc_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    background: #f5f4f3;
    padding: 10px 30px;
}

.sliderCalc_1__ttl {
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    color: #111b29;
    font-family: var(--bh-font-sans);
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 1;
}

.sliderCalc_1__MinMax {
    color: #6c7785;
    font-family: var(--bh-font-sans);
    font-size: 1.2rem;
    line-height: 1;
    overflow: hidden;
    margin: 15px 0 0;
}

.sliderCalc_1__MinMax .min {
    width: 50%;
    float: left;
}

.sliderCalc_1__MinMax .max {
    width: 50%;
    float: right;
    text-align: right;
}

.sliderCalc_1__result {
    color: #111b29;
    font-family: var(--bh-font-sans);
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1;
    border: 2px solid #d9d5d0;
    background: transparent;
    border-radius: 20px;
    padding: 11px 14px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sliderCalc_1__box_2 {
    width: 28%;
}

.sliderCalc_1__box_1 {
    width: 72%;
    padding: 0 15px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 20px 0 0;
}

.sliderCalc_1 .noUi-horizontal .noUi-handle {
    width: 30px;
    height: 30px;
    left: -17px;
    top: -12px;
}

.sliderCalc_1 .noUi-horizontal .noUi-handle:hover,
.sliderCalc_1 .noUi-horizontal .noUi-handle:focus {
    width: 36px;
    height: 36px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    top: -16px;
}

.sliderCalc_1 .noUi-handle {
    border: none;
    border-radius: 100%;
    background: #fe9900;
    cursor: default;
    -webkit-box-shadow: 1px 1px 3px rgba(128, 71, 0, 0.5);
    box-shadow: 1px 1px 3px rgba(128, 71, 0, 0.5);
}

.sliderCalc_1 .noUi-handle:after,
.sliderCalc_1 .noUi-handle:before {
    display: none;
}

.sliderCalc_1 .noUi-target {
    background: #c4c0bc;
    border-radius: 2px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sliderCalc_1 .noUi-horizontal {
    height: 5px;
    border-radius: 5px;
}

.sliderCalc_1 .noUi-connect {
    background: #fe0024;
    top: -3px;
    border-radius: 12px;
}

.sliderCalc_1 .noUi-connects {
    height: 12px;
    overflow: visible;
}

.slt_1 {
    position: relative;
    z-index: 1;
    cursor: pointer;
    padding: 0 30px;
    margin: 0 0 .64em;
}

.slt_1.active {
    z-index: 2;
}

.slt_1 input {
    cursor: pointer;
}

.slt_1__list {
    padding: 40px 0 0;
    margin: 0;
    list-style-type: none;
    position: absolute;
    top: 0;
    left: 30px;
    width: calc(100% - 60px);
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    z-index: -1;
    border: 2px solid #d9d5d0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    height: 221px;
}

.slt_1.active .slt_1__list {
    display: block;
}

.slt_1__list li {
    padding: 0;
    margin: 0;
}

.slt_1__option {
    color: #111b29;
    font-family: var(--bh-font-sans);
    font-size: 1.5rem;
    border: none;
    text-align: left;
    padding: 11px 21px 11px 17px;
    line-height: 1;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.slt_1__option:hover,
.slt_1__option:focus,
.slt_1__option.active {
    background: #c9d3e3;
}

.slt_1__output {
    border: 2px solid #d9d5d0;
    padding: 11px 0 11px 17px;
    border-radius: 20px;
    position: relative;
    line-height: 1;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    background: #fff;
}

.slt_1__output .inpVisible {
    border: 0;
    width: calc(100% - 35px);
    color: #111b29;
    font-family: var(--bh-font-sans);
    font-size: 1.5rem;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
}

.slt_1__output:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fe9a02;
    border-right: 2px solid #fe9a02;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: calc(50% - 7px);
    right: 14px;
}

@media screen and (max-width: 1023px) {
    .sliderCalc_1 .noUi-horizontal .noUi-handle:hover,
    .sliderCalc_1 .noUi-horizontal .noUi-handle:focus {
        width: 30px;
        height: 30px;
        top: -12px;
    }
}

@media screen and (max-width: 768px) {
    .preResultTerm,
    .preResultMoney {
        margin: 15px;
    }
}

@media screen and (max-width: 480px) {
    .btnToCart,
    .btnByuNow,
    .resultMoney {
        margin: 0 0 20px;
    }

    .resultMoney {
        text-align: center;
    }

    .sliderCalc_1 {
        padding: 10px 15px;
    }

    .slt_1 {
        padding: 0 15px;
    }

    .slt_1__list {
        left: 15px;
        width: calc(100% - 30px);
    }
}
