#calculatorRefin {
    position: relative;
    top: -108px;
}

.calculator__total-econom{
    font-size: 40px;
    font-weight: 100;
    color: #fcfeff;
    line-height: 1.3;
}

.calc-hide{
    display: none !important;
}

.calc__note{
    position: absolute;
    bottom: 0;
    left: 10px;
}

.calc__note span {
    color: #FF4533;
}

.calculator__head {
    height: 180px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-backdrop-filter: blur(8.6px);
    /*backdrop-filter: blur(8.6px);*/
    background-color: #fcfeff;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
    padding: 30px 67px;
    position: relative;
    z-index: 120;
}

.calculator__head h2 {
    text-align: center;
}

.calculator__head li {
    width: 221px;
    float: left;
    margin-right: 20px;
}

.calculator__head li.last {
    width: 280px;
}

.calculator__head li:nth-last-child(1) {
    margin-right: 0px;
}

.calculator__head .calculator__select-office-btn {
    width: 220px;
    display: block;
    margin: 0 auto;
    position: static;
    font-size: 14px;
}

.calculator__head .calculator__select-office-btn:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 30px;
    background: url(../../../../../../bitrix/templates/cdp/img/sprite.svg) -187px -46px no-repeat;
    width: 6px;
    height: 9px;
    margin-top: -4px;
}

.calculator__body {
    padding: 30px 67px 50px;
    background-color: #fcfeff;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    position: relative;
    z-index: 110;
}

.calculator__right {
    float: right;
    width: 280px;
    margin-left: -280px;
}

.calculator__left {
    float: left;
    width: 100%;
}

.calculator__total {
    width: 100%;
    background: #2ba1d4;
    background: -moz-linear-gradient(250deg, #2ba1d4 0%, #2b57d4 100%);
    background: -webkit-linear-gradient(250deg, #2ba1d4 0%,#2b57d4 100%);
    background: linear-gradient(250deg, #2ba1d4 0%,#2b57d4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ba1d4', endColorstr='#2b57d4',GradientType=1 );
    text-align: center;
    color: #ffffff;
    padding: 29px 0;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    margin-bottom: 20px;
    position: relative;
}

.calculator__total:before {
    position: absolute;
    top: 100%;
    left: 50%;
    content: '';
    margin-left: -8px;
    border-width: 8px 8px 0;
    border-style: solid;
    border-color: #2b77d4 transparent;

}

.calculator__total-text {
    opacity: 0.8;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.3px;
    color: #fcfeff;
}

.calculator__total-sum {
    font-size: 40px;
    font-weight: 100;
    color: #fcfeff;
    line-height: 1.3;
}

.calculator__rate-sum {
    font-size: 40px;
    font-weight: 100;
    color: #fcfeff;
    line-height: 1.3;
}

.calculator__btn {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
}

.calculator__box {
    margin-right: 300px;
    margin-bottom: 0px;
}

.calculator__box-right {
    float: right;
}

.calculator__box-label {
    color: #21405b;
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
    line-height: 44px;
}

.calculator__box-label--min {
    font-size: 14px;
    line-height: 45px;
}

.calculator__box--mobile .calculator__box-label--min {
    line-height: 30px;
}

.calculator__box-input {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ffffff;
    border: solid 1px #e9eeee;
    padding: 9px 13px;
    color: #21405b;
    display: inline-block;
    float: right;
    line-height: 0;
}

.calculator__box-input input {
    border: none;
    font: 300 20px/1 'Roboto', sans-serif;
    color: #21405b;
    width: 70px;
    padding-right: 10px;
    height: 20px;
}

.calculator__box-input--days input {
    width: 49px;
}

.calculator__box-currency {
    font: 300 20px/1 'Roboto', sans-serif;
    color: #21405b;
    height: 16px;
}

.calculator__box-days {
    font: 300 15px/1 'Roboto', sans-serif;
    width: 35px;
    display: inline-block;
    text-align: right;
}

.calculator__box-label--min span {
    font-size: 20px;
    font-weight: 500;
    color: #2b86d4;
    margin-left: 6px;
}

.calculator__box-label--min span.calculator__box-currency {
    font-weight: 400;
}

.calculator__slider {
    margin-top: 15px;
}

.calculator__slider-from,
.calculator__slider-to {
    opacity: 0.4;
    font-size: 14px;
    color: #21405b;
    float: left;
    margin-top: 7px;
}

.calculator__slider-to {
    float: right;
}

@media only screen and (max-width: 1160px) {

    .calculator__head {
        padding: 30px 27px;
    }

    .calculator__head li {
        width: 182px;
    }

    .calculator__body {
        padding: 30px 27px 50px;
    }

    .calculator__right {
        width: 280px;
    }

    .calculator__box {
        margin-right: 300px;
    }

    .calculator__footer {
        left: 27px;
        width: 63%;
    }

}

@media only screen and (max-width: 960px) {

    .calculator {
        top: -98px;
    }

    .calculator__head {
        height: auto;
        overflow: hidden;
    }

    .calculator__head li,
    .calculator__head li.last {
        width: 48.35%;
        margin-right: 3.3%;
        margin-bottom: 20px;
        float: left;
    }

    .calculator__head li:nth-child(2n) {
        margin-right: 0px;
    }

    .calculator__head li:nth-child(3),
    .calculator__head li:nth-child(4) {
        margin-bottom: 0px;
    }

    .calculator__right {
        float: right;
        width: 100%;
    }

    .calculator__left {
        float: none;
        margin-right: 0px;
    }

    .calculator__box {
        margin-right: 0px;
    }

    .calculator__btn {
        margin-top: 16px;
    }

    .calculator__footer {
        bottom: 10px;
        left: 0;
        padding: 0 27px;
        width: 100%;
        font-size: 12px;
    }
}

@media only screen and (max-width: 720px) {
    .calculator__head {
        height: 98px;
        padding: 24px 27px;
    }

    .calculator__left {
        width: 100%;
    }
}

@media only screen and (max-width: 400px) {
    .calculator__body {
        padding: 30px 27px 75px;
    }
}


@media (min-width: 380px) {
    .calc__note{
        left: 15px;
        bottom: 15px;
    }
}

@media (min-width: 721px) {
    .clr--hide{
        display: none;
    }
}

@media (min-width: 961px) {
    .calc__note{
        bottom: 55px;
        left: 67px;
    }
}